*, *:before, *:after {
	box-sizing: border-box;
}
img{
	max-width: 100%;
	height: auto;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper,
.container,
.page-center,
.dnd-section > div{
	margin: 0 auto;
	max-width: 1380px;
}

@media screen and (min-width: 1380px) {
	.content-wrapper {
		padding: 0;
	}
}

.dnd-section > .row-fluid {
	margin: 0 auto;
}

.dnd-section .dnd-column {
	padding: 0 20px;
}

@media (max-width: 767px) {
	.dnd-section .dnd-column {
		padding: 0;
	}
}
@font-face {
	font-family:"kanit";
	src:url("https://use.typekit.net/af/0f51ba/00000000000000007735b8da/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),url("https://use.typekit.net/af/0f51ba/00000000000000007735b8da/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"),url("https://use.typekit.net/af/0f51ba/00000000000000007735b8da/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:400;
	font-stretch:normal;
}

@font-face {
	font-family:"kanit";
	src:url("https://use.typekit.net/af/4f3e8b/00000000000000007735b8db/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),url("https://use.typekit.net/af/4f3e8b/00000000000000007735b8db/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"),url("https://use.typekit.net/af/4f3e8b/00000000000000007735b8db/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
	font-display:auto;
	font-style:italic;
	font-weight:400;
	font-stretch:normal;
}

@font-face {
	font-family:"kanit";
	src:url("https://use.typekit.net/af/dcef0a/00000000000000007735b8e0/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),url("https://use.typekit.net/af/dcef0a/00000000000000007735b8e0/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"),url("https://use.typekit.net/af/dcef0a/00000000000000007735b8e0/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display:auto;
	font-style:normal;
	font-weight:700;
	font-stretch:normal;
}

@font-face {
	font-family:"kanit";
	src:url("https://use.typekit.net/af/5c18a0/00000000000000007735b8e1/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"),url("https://use.typekit.net/af/5c18a0/00000000000000007735b8e1/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"),url("https://use.typekit.net/af/5c18a0/00000000000000007735b8e1/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
	font-display:auto;
	font-style:italic;
	font-weight:700;
	font-stretch:normal;
}


@font-face {
	font-display: block;
	font-family: 'Ultimate-Icons';
	src:url('https://26751559.fs1.hubspotusercontent-eu1.net/hubfs/26751559/raw_assets/public/Schothorst_May2023/fonts/Ultimate-Icons.ttf') format('truetype'),
		url('https://26751559.fs1.hubspotusercontent-eu1.net/hubfs/26751559/raw_assets/public/Schothorst_May2023/fonts/Ultimate-Icons.woff') format('woff'),
			url("https://26751559.fs1.hubspotusercontent-eu1.net/hubfs/26751559/raw_assets/public/Schothorst_May2023/fonts/Ultimate-Icons.svg") format('svg');
				font-weight: normal;
				font-style: normal;
				}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: antialiased;
}
body {
	overflow-x: hidden;
	color: #004f6f;
	font-family: "kanit",sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	font-style: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}
h1, h2, h3, h4, h5, h6 {
	color: #004f6f;
	font-family: "kanit",sans-serif;
	line-height: 1.4;
	text-transform: none;
	font-style: normal;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

h1, h2, h3, h4, h5 {
	font-weight: 800;
}
h1 {
	font-size: 36px;
	font-style: normal;
	text-transform: none;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
	font-weight: 500;
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	color: #004f6f;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:focus {
	color: #004f6f;
	text-decoration: underline;
}
dl, ol, ul {
	margin-top: 0;
	margin-bottom: 1rem;
	padding-left: 50px;
}
blockquote {
	border-color: #e6e6e6;
	margin: 0 0 1rem;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
.hs-form-field > label {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	color: #004f6f;
}
form .hs-form-field{
	margin-bottom: 20px;
}
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=email],
form input[type=number],
form input[type=file],
form select,
form textarea{
	color: #333;
	padding: 0 12px;
	margin: 0;
	outline: 0;
	font-size: 14px;
	height: 36px;
	line-height: 1;
	border: solid 1px #cccccc;
	font-family: arial;
	width: 100%;
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
	display: block;
	overflow: visible;
}
form input[type=checkbox] {
	display: inline-block;
}
ul.inputs-list {
	list-style: none;
	padding-left: 0;
}
input[type="submit"],
form .hs-button{
	box-shadow: none;
	padding: 0;
	margin: 0;
	outline: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #004f6f;
	font-size: 16px;
	font-weight: normal;
	text-shadow: none;
	border-radius: 4px;
	background: #ededed;
	border: 1px solid #cccccc;
	text-align: center;
	margin-top: 20px;
	display: inline-block;
	text-decoration: none;
}
input[type="submit"]:hover,
form .hs-button:hover{
	background: #dcdcdc;
}
form .hs-error-msgs label {
	color: red;
}
.hs-form {
	margin-bottom: 30px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header-logo img {
	width: 130px!important;
	display: block;
	height: auto;
	max-width: 100%;
}
.custom-menu ul > li:first-child a{
	font-size: 0;
	padding: 10px;
}
.custom-menu {
	margin-left: 5px;
	margin-right: 14px;
}
.custom-menu .hs-menu-wrapper > ul > li:first-child a:before {
	content: "\f015";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	font-size: 21px;
	text-rendering: auto;
	line-height: 1;
}
.custom-icon-language-wrapper {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.custom-header-social-icons li {
	list-style: none;
}
.custom-header-social-icons {
	display: flex;
	align-items: center;
	padding: 0;
	margin: 0;
	justify-content: flex-end;
	position: relative;
	top: 3px
}
.custom-header-content {
	display: flex;
	justify-content: space-between;
}
.custom-header {
	background-clip: border-box;
	background-color: #fff;
	border: solid #eef0f7;
	border-width: 0 0 5px;
	padding: 15px 20px 10px;
	position: relative;
	z-index: 2;
}
.custom-menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 21px;
	display: block;
	line-height: 1;
	text-decoration: none;
}
.custom-language ul li:first-child a:before{
	background-image:url('https://26751559.fs1.hubspotusercontent-eu1.net/hubfs/26751559/raw_assets/public/Schothorst_May2023/images/Nederlands.png');
		height: 12px;
		width: 18px;
		content: "";
		background-repeat: no-repeat;
		display:block;
		}
.custom-language ul li:last-child a:before {
	background-image:url('https://26751559.fs1.hubspotusercontent-eu1.net/hubfs/26751559/raw_assets/public/Schothorst_May2023/images/Engels.png');
		height: 12px;
		width: 18px;
		content: "";
		background-repeat: no-repeat;
		display:block;
		}
.custom-language ul li:first-child a, 
.custom-language ul li:last-child a {
	font-size: 0;
}
.down_arrow_wrapper:after {
	content: "\f107";
	font-family: Font Awesome\ 5 Free;
	font-size: inherit;
	font-weight: 900;
	line-height: 0;
	z-index: 1;
	font-size: 21px;
}
.custom-menu ul li a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.custom-menu .hs-menu-wrapper > ul > li {
	margin: 5px;
}
.custom-menu .hs-menu-wrapper ul {
	margin-bottom: 22px;
}
.custom-header-logo-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}

.custom-menu .hs-menu-wrapper ul {
	align-items: center;
	justify-content: flex-end;
}
.custom-header-logo {
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.custom-menu .hs-menu-wrapper ul li:nth-of-type(6) a,
.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) a{
	background: #E5ECEF;
	font-size: 16px ;
	padding: 12px 20px ;
	border-radius: 6px;
	transition: all 0.5s;
	color: #004f6f;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li a {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	font-size: 16px;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e3e2e3;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper {
	padding: 40px;
	min-width: 290px ;
	margin-top: -16px;
	margin-left: -40px ;
	display: block;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li:last-child > a {
	border-radius: 0 0 8px 8px;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li:last-child {
	border-bottom: none;
}
.custom-language .hs-menu-wrapper ul li {
	display: inline-block;
}
.custom-language .hs-menu-wrapper ul li a {
	display: block;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children:nth-of-type(7) ul li:first-child a {
	border-radius: 6px 6px 0 0;
}
.custom-language {
	margin-right: 20px;
}
.custom-language .hs-menu-wrapper ul li a {
	margin-left: 12px;
	display: block;
}
.custom-header-social-icons a {
	display: inline-block;
	margin-bottom: 7.3px;
	margin-top: 7.3px;
	text-decoration: none;
}
.custom-social-icon-wrapper {
	margin-left: 20px;
	margin-right: 10px;
}
.custom-header-inner {
	width: 85%;
}
.custom-language-wrapper {
	width: 8%;
}
.custom-social-icon-wrapper {
	width: 92%;
}
.custom-language .hs-menu-wrapper ul {
	align-items: center;
	justify-content: flex-end;
	flex-wrap: nowrap;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper a {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li a > .down_arrow_wrapper {
	position: absolute;
	right: 12px;
	display: block;
}
.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) .down_arrow_wrapper:after {
	font-size: 16px;
}
ul.custom-header-social-icons li:last-child a {
	margin: 5px 0 5px 13px;
}
.down_arrow_wrapper {
	padding-left: 10px;
}
.custom-menu ul ul ul {
	left: 100%!important;
}
.custom-menu .hs-menu-wrapper > ul > li {
	cursor: pointer;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children:nth-of-type(7) ul > li > a {
	background: #E5ECEF;
	font-size: 16px ;
	padding: 12px 20px ;
	border-radius: 6px;
	transition: all 0.5s;
}
.custom-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > .hs-menu-children-wrapper {
	top: -24px!important;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children:nth-of-type(7) ul > li {
	background: none;
	overflow: hidden;
	border-bottom: 1px solid #fff ;
}
.custom-menu .hs-menu-wrapper ul .hs-item-has-children:nth-of-type(7) ul > li > a:hover {
	background: #004f6f;
	color: #fff;
}
.custom-menu .hs-menu-wrapper ul li:nth-of-type(6) a:hover{
	background: #004f6f;
	color: #fff;
}
.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) a:hover {
	background: #004f6f;
	color: #fff;
}

.custom-mobile-bar-wrapper,
.menu-close-btn,
.child-trigger.down_arrow_wrapper{
	display:none;
}
.custom-main-header-wrapper {
	position: relative;
	z-index: 9;
}

@media (min-width: 993px){
	.lp-header .custom-header {
		padding-top: 20px;
		min-height: 145px;
	}
	.custom-language .hs-menu-wrapper ul {
		padding-left: 20px;
		position: relative;
		top: -1px;
		padding-right: 1px;
	}
	.custom-menu .hs-menu-wrapper > ul {
		padding-top: 2px;
	}
	.custom-menu ul > li a:hover {
		color: #749cb0;
	}


	.custom-header-wrapper.scrolled .custom-header {
		padding: 5px 20px;
		width: 100%;
		left: 0;
		right: 0;
		position: fixed;
		z-index: 2;
	}
	.custom-header-wrapper.scrolled .custom-header-logo img {
		width: 99px!important;
	}
	.custom-header-logo img {
		transition: all 0.3s ease;
	}
	.custom-header-wrapper {
		min-height: 144px;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper {
		margin: 0;
		padding: 0;
		min-width: 210px;
		z-index: 1;
		top: 50px !important;
	}

	ul ul .down_arrow_wrapper:after {
		font-size: 16px;
	}

	.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li a>.down_arrow_wrapper {
		right: 20px;
	}

	.custom-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>.hs-menu-children-wrapper {
		top: 0 !important;
		pointer-events: none;
	}

	.custom-menu li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover>.hs-menu-children-wrapper {
		pointer-events: all;
	}

	.custom-menu .hs-menu-wrapper>ul>li>ul:before {
		content: "";
		height: 20px;
		display: block;
		position: absolute;
		top: -20px;
		width: 100%;
	}

}

@media (max-width: 1199px) and (min-width: 993px){
	.custom-menu .hs-menu-wrapper>ul>li:last-child > ul {
		left: auto !important;
		right: 0 !important;
		pointer-events: none;
	}
	.custom-menu .hs-menu-wrapper>ul>li:last-child:hover > ul {
		pointer-events: all;
	}

	.custom-social-icon-wrapper {
		margin-right: 5px;
	}

	ul.custom-header-social-icons > li:first-child {
		position: relative;
		top: -1px;
		right: 1px;
	}

}

@media (max-width: 1130px){
	.down_arrow_wrapper:after {
		font-size: inherit;
	}
	.custom-menu ul li a {
		font-size: 19px;
		padding-left: 6px;
		padding-right: 3px ;
	}
	.custom-header-logo img {
		width: 107px!important;
	}
	.custom-header-logo-wrapper {
		width: 15%;
	}
	.custom-menu {
		margin-right: 20px;
	}
	.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) {
		margin-right: 0;
	}
} 

@media (min-width: 980px) and (max-width: 1200px){
	.custom-social-icon-wrapper {
		width: 75%;
	}
	.custom-language-wrapper {
		width: 18%;
	}
}

@media (max-width:992px){
	.lp-header .custom-header-logo img {
		width: 129px !important;
	}
	span.menu-text {
		position: relative;
		bottom: 4px;
		right: 3px;
	}
	.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) > a {
		background: none !important;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper li.child-open > a {
		color: #749cb0;
	}
	.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) .child-trigger {
		position: relative;
		left: -20px;
	}
	.down_arrow_wrapper:after {
		content: "\f107";
		font-family: Font Awesome\ 5 Free;
		font-size: inherit;
		font-weight: 900;
		line-height: 0;
		z-index: 1;
		font-size: 21px;
	}
	.child-trigger.down_arrow_wrapper{
		display:block;
	}
	.custom-icon-language-wrapper {
		width: auto;
	}
	.custom-language-wrapper {
		width: auto;
		margin: 10px 10px;
		padding: 0;
		width: auto !important;
	}
	.custom-social-icon-wrapper {
		margin-right: 0px;
		padding-right: 10px;
	}
	.custom-social-icon {
		margin: 10px 0 10px 10px;
	}
	.custom-language {
		margin-right: 16px;
	}
	.custom-header-logo img {
		width: 136px!important;
	}
	.custom-header-logo-wrapper {
		width: auto;
	}
	.custom-mob-bar-container svg {
		position: relative;
		width: 15px;
		color: #004f6f;
		fill: #004f6f;
	}
	.custom-mob-bar-container{
		display: inline-block;
		height: 1.4em;
		margin-left: 21px;
		margin-top: 2px;
		margin-right: 1px;
		position: relative;
		vertical-align: middle;
		width: 1.4em;
	}
	.custom-menu-main-wrapper {
		display: flex;
		justify-content: flex-end;
		position: relative;
		margin-right: 21px;
		margin-left: 5px;
	}
	.custom-mobile-bar-wrapper {
		display: flex;
		align-items: center;
	}
	.custom-mobile-bar-text .menu-text {
		font-size: 21px;
		display: inline-block;
		margin-left: 10px;
		vertical-align: middle;
	}
	.custom-mob-bar {
		display: flex;
		align-items: center;
	}
	.custom-mobile-bar-text:after {
		content: ' ';
		width: 123px;
		height: 1px;
		border-top: 1px solid #d2dce0;
		position: absolute;
		top: -10px;
		right: 4px;
	}
	.custom-menu-wrapper {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 99999;
		width: 300px;
		height: 100%;
		background: rgb(55, 58, 71);
		padding: 60px 20px;
		backface-visibility: hidden;
		-webkit-transition: all 0.8s;
		transition: transform 0.8s ease;
		overflow-y: auto;
		background-color: #ffffff;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		padding-right: 10px;
		transform: translate3d(320px, 0px, 0px);
		overflow-x: hidden;
	}
	.custom-menu-wrapper.active {
		display: block;
		transform: translate3d(0px, 0px, 0px);
		transition: transform 0.8s ease;
	}
	.custom-menu-wrapper .custom-menu {
		margin-top: 65px;
		text-align: left;
	}
	.custom-menu {
		margin: 0;
	}
	.custom-menu .hs-menu-wrapper ul {
		display: block;
	}
	.custom-menu ul li a {
		justify-content: flex-end;
	}
	.custom-menu ul li a {
		font-size: 21px;
	}
	.menu-close-btn {
		display: block;
		font-size: 45px;
		background: none;
		width: 20px;
		height: 10px;
		position: absolute;
		right: 20px;
		top: 20px;
		cursor: pointer;
		z-index: 99;
		color: #004f6f;
	}
	.overlay {
		position: fixed;
		top: 0;
		left: 0;
		background: rgba(0,0,0,0.56);
		width: 100%;
		height: 100%;
		z-index: 99998;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	.overlay.active {
		visibility: visible;
		opacity: 1;
	}
	.custom-menu .hs-menu-wrapper>ul>li {
		margin: 5px 0;
	}
	.custom-menu ul li a {
		padding: 10px 0 10px 10px;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper {
		margin: 0 !important;
		min-width: auto !important;
		width: 100% !important;
		position: static !important;
	}
	.custom-menu a > .down_arrow_wrapper {
		display: none !important;
	}
	.custom-menu .hs-item-has-children {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	.child-trigger {
		cursor: pointer;
	}
	.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) {
		background: #e5ecef;
		border-radius: 6px;
	}

	.custom-menu .hs-menu-wrapper ul li:nth-of-type(7) ul {
		background: #fff;
	}
	.custom-mobile-bar-wrapper {
		cursor: pointer;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper {
		padding: 0;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children:nth-of-type(7) ul>li {
		border-bottom: none!important;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children > .hs-menu-children-wrapper {
		display: none;
	}
	.custom-social-icon-wrapper {
		padding-right: 0;
	}

	.custom-language-wrapper {
		margin-top: 13px;
	}

	ul.custom-header-social-icons > li:first-child {
		position: relative;
		top: -1px;
	}

	.custom-mob-bar-container {
		position: relative;
		right: -1px;
	}
	.custom-menu .hs-menu-wrapper ul .hs-item-has-children .hs-menu-children-wrapper {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.menu-close-btn {
		top: 16px;
	}

	.down_arrow_wrapper:after {
		position: relative;
		top: 2px;
	}

	ul ul .down_arrow_wrapper:after {
		font-size: 16px;
	}

	ul ul .down_arrow_wrapper {
		right: 20px;
		position: relative;
		top: -1px;
	}

}

@media (max-width:768px){
	.custom-social-icon-wrapper {
		display: block;
	}
	.custom-social-icon {
		display: none;
	}
	.custom-header-logo-wrapper {
		width: 50%;
		margin: 0 0px;
		padding: 0 20px;
		width: 50% !important;
		justify-content: flex-start;
	}
	.custom-header-logo {
		margin-right: 30px;
		margin-left: 0px;
	}
	.custom-header {
		padding: 0;
	}
	.custom-header-logo img {
		max-width: 120px!important;
	}
	.custom-icon-language-wrapper {
		margin: 0 0px;
		padding: 0 7px 0 20px;
		margin-right: 0;
	}
	.custom-header-inner {
		margin: 0 0px;
		padding: 0 20px;
		width: 50% !important;
	}
	.custom-language-wrapper {
		margin: 0;
	}
	.custom-header-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		min-height: 1px;
		gap: 16px;
	}
	.custom-mob-bar-container{
		margin-left: 21px;
	}
	.custom-language-wrapper {
		width: 100%!important;
	}
	.custom-language {
		margin: 0;
	}
	.custom-menu-main-wrapper {
		margin-left: 5px;
		margin-right: 0;
	}
	.custom-mobile-bar-text:after {
		right: 5px;
		top: -2px;
		width: 96px;
	}
	.menu-close-btn {
		top: 16px;
	}
	.custom-language .hs-menu-wrapper ul {
		flex-direction: row!important;
	}
	.custom-mobile-bar-text .menu-text {
		position: relative;
		right: 3px;
		bottom: 2px;
	}
}

@media (max-width:576px){
	.custom-header-logo img {
		width: 82px!important;
	}
	.lp-header .custom-header-logo img {
		width: 82px !important;
	}
	.custom-mob-bar-container{
		margin-left: 13px;
	}
	.custom-mobile-bar-text .menu-text {
		position: relative;
		right: 1px;
		bottom: 3px;
	}
	.custom-language {
		position: relative;
		top: 1px;
	}
	.custom-mobile-bar-text:after {
		top: -3px;
	}
}
.custom-footer-wrapper {
	overflow: hidden;
	font-family: 'kanit';
	position: relative;
	z-index: 3;
}
.custom-footer-main {
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #EFEFEF;
	padding-right: 20px;
	margin: 0;
}
.custom-footer-main .container {
	max-width: 1400px;
}
.custom-footer-image {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}
.custom-image-1 {
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin: 0;
	position: relative;
}
.custom-image-2 {
	max-width: 1400px;
	margin-left: auto;
	margin-right: auto;
	min-width: 0;
}
.custom-image-3 {
	width: 100%;
}
.custom-image-4 {
	display: flex;
	align-items: center;
}
.custom-image-4:before {
	width: 50vw;
	height: 11px;
	content: '';
	background: #DC6F66;
	position: absolute;
	left: calc(-50vw + 22px);
}
.custom-image-4:after {
	width: 50vw;
	height: 11px;
	content: '';
	background: #739cb0;
	position: absolute;
	right: calc(-50vw + 22px);
}
.custom-image-5 {
	margin-top: 0px;
	padding-right: 20px;
	margin-bottom: 0px;
	padding-left: 20px;
}
.custom-image-6 {
	text-align: center;
	line-height: 0;
	position: relative;
}
.custom-image-7 {
	width: 100%;
	display: inline-block;
	line-height: 0;
	position: relative;
	max-width: 100%;
}
img.custom-image {
	height: 11px;
}
.custom-footer-left {
	width: 33%;
}
.custom-footer-center {
	width: 42%;
	margin: 0;
	padding: 0;
	margin-left: 5px;
	display: flex;
}
.custom-footer-right {
	width: 25%;
}
.custom-footer {
	display: flex;
}
.custom-left-main {
	padding-left: 20px;
}
.custom-left-top h4 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	padding-bottom: 6px;
}
.custom-left-menu {
	margin-top: 0px;
	padding-left: 8px;
	padding-right: 20px;
}
.custom-left-menu .hs-menu-wrapper ul {
	margin: 0;
	padding-bottom: 22px;
	flex-direction: column;
}
.custom-left-menu .hs-menu-wrapper ul li {
	margin: 5px;
}
.custom-left-menu .hs-menu-wrapper ul li a {
	display: block;
	line-height: 1;
	padding: 5px 10px 0;
}
.custom-center-left {
	width: 50%;
	padding-left: 10px;
}
.custom-center-right {
	width: 50%;
}
.custom-cl-top h4 {
	margin: 0;
	padding: 0;
	font-weight: 300;
}
.custom-cl-top h4 strong {
	font-weight: 700;
}
.custom-right-heading h4 {
	margin: 0;
	font-weight: 700;
}
.custom-cl-bottom {
	padding: 20px;
}
.custom-content-contact a,
.custom-right-login p a{
	text-decoration: underline;
}
.custom-cr-top h4 {
	font-weight: 300;
	margin: 0;
}
.custom-cr-top h4 strong,
.custom-cl-top h4 b,
.custom-cr-top h4 b{
	font-weight: 700;
}
.custom-right-heading,
.custom-cr-top,
.custom-left-top,
.custom-cl-top{
	padding: 20px;
	padding-bottom: 5px;
}
.custom-right-login,
.custom-cr-bottom{
	padding-left: 20px;
	padding-right: 60px;
	padding-top: 20px;
}
.custom-right-login {
	padding-top: 25px;
	padding-left: 19px;
}
.custom-right-login p,
.custom-cr-bottom p,
.custom-cl-main p{
	padding-bottom: 22px;
	margin: 0;
}
.custom-right-login p a:hover,
.custom-content-contact a:hover,
.custom-left-menu .hs-menu-wrapper ul li a:hover{
	text-decoration: none;
}
.custom-footer-social-icons ul {
	margin: 0;
	padding: 0;
}
.custom-right-icons ul {
	margin: 0;
	padding: 0;
}
.custom-right-icons ul li:first-child {
	padding: 13px 19px 0;
}
.custom-right-icons ul li {
	list-style: none;
	text-align: left;
	vertical-align: middle;
	height: 52.5px;
}
.custom-right-icons ul li:last-child {
	padding: 13px 19px 0;
	top: -3px;
	position: relative;
}
.custom-right-heading {
	padding-bottom: 15px;
	padding-left: 19px;
}
.custom-left-menu .hs-menu-wrapper ul li:first-child a {
	font-size: 0;
}
.custom-left-menu .hs-menu-wrapper ul li:first-child a:before {
	font-family: "Font Awesome 5 Free";
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	content: "\f015";
	font-size: 16px;
}
.custom-right-icons ul li a:hover {
	text-decoration: none;
}
.custom-cr-top {
	margin-bottom: 0;
	padding-bottom: 5px;
}

@media(min-width:992px){
	.lp-footer .custom-cr-bottom {
		padding-bottom: 119px;
	}
}

@media (max-width:991px){
	.custom-footer-wrapper {
		font-size: 14px;
		line-height: 1.45;
	}
	.custom-footer {
		display: block;
	}
	.custom-footer-left {
		width: 30%;
		float: left;
		clear: both;
	}
	.custom-footer-center {
		width: 70%;
		padding-left: 3px;
	}
	.custom-center-right {
		padding-left: 1px;
	}
	.custom-footer-right {
		width: 100%;
	}
	.custom-right-heading {
		padding-left: 40px;
	}
	.custom-right-login {
		padding: 23px 20px 20px 40px;
	}
	.custom-right-icons ul li:first-child {
		padding: 13px 20px 0;
	}
	.custom-right-icons ul li:last-child {
		padding: 12px 20px 0;
	}
	.custom-left-menu .hs-menu-wrapper ul li:first-child a:before {
		font-size: 14px;
	}
}

@media (max-width:768px){
	.custom-footer-left {
		width: 100%;
		max-width: none;
	}
	.custom-footer-center {
		width: 100%;
		max-width: none;
		display: block;
		padding-left: 0;
		margin: 0;
	}
	.custom-center-left,
	.custom-center-right{
		width: 100%;
	}
	.custom-right-login {
		padding-left: 20px;
		padding-top: 25px;
		padding-bottom: 0;
	}
	.custom-right-icons ul li:first-child {
		padding: 12px 20px 0px;
		margin-bottom: 28px;
	}
	.custom-right-icons ul li:last-child {
		padding: 13px 20px 0;
	}
	.custom-right-heading,
	.custom-cr-bottom{
		padding-left: 20px;
	}
	.custom-cr-bottom {
		padding-bottom: 20px;
	}
	.custom-cl-top,
	.custom-left-top,
	.custom-cl-top,
	.custom-cl-bottom{
		padding-left: 10px;
	}
	.custom-left-top {
		padding-left: 15px;
	}
	.custom-left-main {
		padding-left: 5px;
	}
	.custom-left-menu {
		padding-left: 0px;
	}
	.custom-left-menu .hs-menu-wrapper ul li a {
		padding: 0px 13px 0;
	}
	.custom-left-menu .hs-menu-wrapper ul {
		padding-bottom: 42px;
	}
}

@media (max-width:420px){
	.custom-left-menu .hs-menu-wrapper ul {
		padding-left: 8px;
	}
	.custom-cr-bottom{
		padding: 20px;
		padding-right: 0;
	}
	.custom-left-menu .hs-menu-wrapper ul li a {
		padding: 0 5px;
	}
	.lp-footer .custom-right-login {
		padding: 0;
	}
	.lp-footer .custom-right-heading {
		padding-top: 0;
		padding-bottom: 0;
	}
	.lp-footer .custom-cr-bottom {
		padding-bottom: 0;
	}
	.lp-footer .custom-cl-top,
	.lp-footer .custom-cl-bottom {
		padding: 0;
	}
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}