*, *: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 ;
    }
}
.page-center,
.container,
.content-wrapper,
.dnd-section > div {
	max-width: 1600px;
	margin:0 auto;
	padding:0px 40px;
}

@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;
	}
	.container, .content-wrapper, .dnd-section>div, .page-center {
		padding-left: 0;
		padding-right: 0;
	}
}
html {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}
body {
	font-family:'Open Sans', sans-serif;
	font-weight:400;
	line-height: 1.7333333333;
	color:#222222;
}
/* Anchors */
a{
	text-decoration: underline;
	text-underline-offset: 2px;
	color:#222222;
}
a:hover{
	text-decoration-color: rgb(var(34,34,34))
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 1.4rem;
}
/* Lists */
ul,
ol {
	margin: 0 0 1.4rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
	margin: 0;
}
ul{
	list-style-type: square
}
@media screen and (min-width: 741px){
	html {
		font-size: 15px;
		line-height: 1.7333333333;
	}
}
button,
.button {
	cursor: pointer;
	display: inline-block;
	font-size: 0.92rem;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal;
	text-decoration: none;
}

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;
}

.cta_button {
	background: #ffd100;
	background-image: linear-gradient(178deg,#ffd100,#ffd100 10%,rgba(0,0,0,.07) 0,rgba(0,0,0,.07)),linear-gradient(#ffd100,#ffd100);
	background-position: 100% -100%,100% 100%;
	background-repeat: no-repeat;
	background-size: 100% 200%,100% 100%;
	box-sizing: border-box!important;
	color: #000;
	display: inline-block;
	font-family: montserrat,bold;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0 px;
	line-height: 52px;
	padding: 0 35px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: background-position .3s cubic-bezier(.215,.61,.355,1);
	transition: background-position .3s cubic-bezier(.215,.61,.355,1);
}
.cta_button:hover {
	background-position: 100% 25%,100% 100%;
}
/* Form fields */
.hs-form-field {
	margin-bottom: 1.4rem;
	position:relative;
}

/* Labels */
.hs-form-field > label {
	color: rgba(34,34,34,.7);
	line-height: 1;
}

/* Help text - legends */
form legend {
	font-size: 0.875rem;
}
/* Inputs */
form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea,
.hs-search-field__input{
	width:100%;
	min-height:52px;
	line-height: 1;
	padding: 0 18px;
	border: 1px solid rgba(34,34,34);
	box-shadow: none;
	background: transparent;
	transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus,
.hs-search-field__input:focus{
	border-color: rgb(var(--text-color));
	box-shadow: 0 0 0 1px rgb(34,34,34) inset;
	outline: none;
}
form input[type=text]:hover,
form input[type=email]:hover,
form input[type=password]:hover,
form input[type=tel]:hover,
form input[type=number]:hover,
form input[type=file]:hover,
form select,
form textarea {
	border: 1px solid rgba(157,157,157,.75);
}
form input[type=submit], 
form .hs-button{
	position: relative;
	display: inline-block;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--button-height);
	padding: 0 30px;
	text-align: center;
	text-decoration: none;
	background: rgb(var(--button-background));
	color: rgb(var(--button-text-color));
	font-weight: 500;
	text-transform: uppercase;
}
form input[type=submit]:hover, 
form .hs-button:hover,
form input[type=submit]:focus, 
form .hs-button:focus{
	text-decoration: none;
}

fieldset.form-columns-1 .hs-input[type="text"],
fieldset.form-columns-1 .hs-input[type="email"] {
	width: 100% !important;
}
form ul li .hs-error-msg {
	color: red !important;
}

form fieldset {
	max-width: 100% !important;
}
textarea.hs-input {
	height: auto;
}
/* Inputs - checkbox/radio */
form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
form .inputs-list > li {
	display: block;
	margin: 1.7rem 0;
}
form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}
.hs-search-field__button svg {
	fill: currentColor;
	min-height: 14px;
	width: 20px;
}
.hs-error-msgs label.hs-main-font-element {
	color: red;
}

/* Inputs - datepicker */

.hs-dateinput {
	position: relative;
}

.hs-dateinput:before {
	content:'\01F4C5';
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translateY(-50%);
}
.fn-date-picker .pika-table thead th {
	color: #FFF;
}
.fn-date-picker td.is-selected .pika-button {
	border-radius: 0;
	box-shadow: none;
}
.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
	border-radius: 0 !important;
	color: #FFF;
}
/* Inputs - file picker */
form input[type=file] {
	background-color: transparent;
	padding: initial;
	height: auto;
}
/* Headings and text */
form .hs-richtext,
form .hs-richtext p {
	font-size: 0.875rem;
	margin: 0 0 1.4rem;
}
form .hs-richtext img {
	max-width: 100% !important;
}
/* GDPR */
.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
	margin-left: 1rem !important;
}
/* Validation */

.hs-form-required {
	color: #EF6B51;
}
.hs-input.invalid.error {
	border-color: #EF6B51;
}
.hs-error-msg {
	color: #EF6B51;
	margin-top: 0.35rem;
}
from .custom-banner-wrapper {
	background-color: rgb(34, 34, 34);
}

/* Submit button */
form input[type=submit],
form .hs-button {
	cursor: pointer;
	display: inline-block;
	font-size: 0.92rem;
	text-align: center;
	transition: all 0.15s linear;
	white-space: normal;
}
/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
[type=checkbox], [type=radio] {
	margin-right: 4px;
}

form select {
	min-height: 52px;
	height: auto;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

@media screen and (min-width: 741px){
	form input[type=submit] 
	form .hs-button {
		padding-left: 35px;
		padding-right: 35px;
		font-size: calc(var(--base-font-size) - 2px);
		letter-spacing: 2px;
	}
}
/* 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-announcement-bar .custom-header-top {
	padding: 15px 40px;
	text-align: center;
	display: block;
}
.custom-header-top p {
	margin:0px
}
.custom-header-wrapper .custom-main-header {
	background: rgb(34,34,34);
	color: rgb(255,255,255);
	transition: background .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.custom-header-flex-wrapper {
	display: flex;
	align-items: center;
}
.custom-header-flex-wrapper
.custom-header-navigation {
	display: flex;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
}
.custom-header-flex-wrapper 
.custom-header-logo {
	display: block;
	position: relative;
	margin: 0;
}
.custom-header-flex-wrapper .custom-header-icons {
	display: flex;
	flex: 1 1 0;
	justify-content: flex-end;
	align-items: center;
}
.custom-desktop-menu ul>li {
	margin-right: 32px;
	flex-shrink: 0;
	position:relative;
}
.custom-desktop-menu ul>li>a {
	display: block;
	color: #f8ffea;
	text-decoration: none;
	line-height: 26px;
	position:relative;
}
.header-logo-wrapper img {
	max-width: 140px;
	border-style: none;
	vertical-align: top;
}
.custom-header-icons .header-icons-wrapper {
	display: grid;
	grid-auto-flow: column;
	align-items: center;
}
.header-search a,
.custom-login a,
.custom-addcart a {
	color: inherit;
	text-decoration: none;
	display: block;
	position:relative;
}
.header-search a svg,
.custom-login a svg,
.custom-addcart a svg
{
	display: block;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	overflow: visible;
}
.custom-addcart a .header__cart-count {
	position: absolute;
	top: -8px;
	right: -14px;
	margin-left: 0;
	background: rgb(255,255,255);
	color: rgb(34,34,34);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 9px;
	height: 21px;
	min-width: 21px;
	line-height: 1;
	border-radius: 21px;
	letter-spacing: 0;
	transition: background .2s ease-in-out,color .2s ease-in-out;
}
.custom-desktop-menu ul>li:last-child {
	margin: 0px;
}
.custom-desktop-menu ul>li>a::after {
	content: "";
	position: absolute;
	bottom: 2px;
	left: 0;
	width: 100%;
	height: 1px;
	background: currentColor;
	transform: scaleX(0);
	transition: transform .3s;
	transform-origin: right;
}
.custom-desktop-menu ul > li:hover > a:after{
	transform: scaleX(1);
	transform-origin:left;
}
.header-icons-wrapper a:hover {
	color: rgb(255,255,255);
}
.custom-desktop-menu ul .hs-menu-children-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	position: absolute;
	background: #ffffff;
	top: 56px !important;
	color: rgb(34,34,34);
	border: 1px solid rgb(34,34,34);
	white-space: nowrap;
	border-left:0;
	border-bottom:0;
	border-right:0;
	z-index:9999
}
.custom-desktop-menu ul .hs-menu-children-wrapper li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 30px;
	transition: opacity .25s ease-in-out;
}
.custom-desktop-menu ul
.hs-menu-children-wrapper:before {
	content: "";
	height: 41px;
	position: absolute;
	top: -40px;
	left: 0;
	width: 100%;
}
.custom-desktop-menu ul 
.hs-menu-children-wrapper a:after {
	display: none;
}
.custom-desktop-menu ul .hs-menu-children-wrapper
.hs-item-has-children .hs-menu-children-wrapper {
	left: 100% !important;
	border: none;
	top: 0 !important;
}
.predictive-search {
	position: fixed;
	display: flex;
	flex-direction: column;
	top: 0;
	transform: translate(100%);
	visibility: hidden;
	width: 89vw;
	height: 100%;
	text-align: left;
	max-height: 100vh;
	right: 0;
	background: #ffffff;
	color: #222222;
	z-index: 10;
	font-size: 1rem;
	transition: transform .6s cubic-bezier(.75,0,.175,1),visibility .6s cubic-bezier(.75,0,.175,1);
	max-width: 500px;
}
.main-box.show > .predictive-search {
	-webkit-transform: translateX(0);
	transform: translate(0);
	visibility: visible;
}
span.drawer__overlay {
	content: "";
	position: fixed;
	top: 0;
	height: 100vh;
	width: 100vw;
	background: #000000;
	opacity: 0;
	visibility: hidden;
	right: 100%;
	transition: visibility .6s ease-in-out,opacity .6s ease-in-out;
}
.main-box.show span.drawer__overlay {
	visibility: visible;
	opacity: .3;
}
.search-open {
	overflow: hidden;
}
.drawer__header {
	position: relative;
	display: flex;
	align-items: center;
	flex-shrink: 0;
	border-bottom: 1px solid rgb(222,222,222);
	height: 85px;
	background: #ffffff;
	z-index: 1;
	padding: 0px 40px;
}
.drawer__header .search {
	display: flex;
	align-items: center;
}
.drawer__header .cross {
	position: absolute;
	right: 40px;
	top: 31px;
	cursor: pointer;
}
.search_svg svg {
	display: block;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	overflow: visible;
}
.search_input input[type="text"] {
	padding: 0;
	min-width: 300px;
	background: transparent;
	box-shadow: none;
	border: none !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.7142857143;
	outline: 0;
	box-shadow: none !important;
}
.custom-mobile-menu{
	display:none
}
.custom-mobile-trigger {
	display: none;
}
input.predictive-search__input::placeholder {
	color: rgba(34, 34, 34,.7);
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.custom-mobile-trigger .header_icon-list {
	display: grid;
	grid-auto-flow: column;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.trigger-wrapper svg {
	display: block;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	overflow: visible;
}


.custom-desktop-menu ul>li:last-child >ul {
	margin-left: 0px !important;
}

.custom-desktop-menu 
ul .hs-menu-children-wrapper li a:hover{
	opacity:0.7
}
.custom-desktop-menu ul 
.hs-menu-children-wrapper >li {
	margin-right: 0px;
}
.custom-desktop-menu ul .hs-menu-children-wrapper > li.hs-item-has-children > ul {
	top: 0 !important;
	pointer-events: none;
}

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



/* media-query */
@media screen and (min-width: 741px){
	.custom-header-top {
		font-size: 14px;
		line-height: 1.714285713;
	}
	.custom-header-flex-wrapper{
		padding:27px 0px
	}
	.header-logo-wrapper img{
		max-width: 220px;
	}
	.custom-header-icons .header-icons-wrapper {
		gap: 24px;
	}
	.drawer__header {
		max-height: 90px;
	}
	.search_input input[type="text"] {
		margin-left: 12px;
	}
	.custom-mobile-trigger .header_icon-list{
		gap: 24px;
	}
	.hs-blog-listing .custom-header-top,
	.hs-blog-post .custom-header-top{
		font-size: 13px;
		line-height: 1.5384615385;
	}
}


@media screen and (min-width: 1200px){
	.custom-header-flex-wrapper
	.custom-header-navigation {
		flex: 1 1 auto;
		justify-content: center;
		max-width: max-content;
		margin-inline: 48px;
	}
	.custom-header-flex-wrapper 
	.custom-header-logo{
		order: -1;
		flex: 1 1 0;
	}
}

@media(max-width:1199px){
	.custom-mobile-menu{
		display: block;
		position: fixed;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		top: 0;
		width: 89vw;
		max-width: 400px;
		height: 100%;
		max-height: 100vh;
		background: #ffffff;
		color: #222222;
		z-index: 10;
	}
	.predictive-search {
		left: 0;
	}
	.header-icons-wrapper .header-search {
		display: none;
	}
	.custom-desktop-menu{
		display:none
	}
	.custom-mobile-trigger {
		display: block;
	}
	.mobile_drawer_header .mobile-cross {
		display: flex;
		position: relative;
		flex-shrink:  0;
		align-items: center;
		z-index: 1;
		max-height: 80px;
		background: #ffffff;
	}
	.mobile_drawer_header{
		padding: 24px 40px 24px 40px;
	}
	.mobile-cross svg {
		display: block;
		vertical-align: middle;
		background: none;
		pointer-events: none;
		overflow: visible;
	}
	.custom-mobile-menu .mobile-menu {
		overflow-x: hidden;
		overflow-y: auto;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-bottom: 24px;
		padding: 0px 40px 24px 40px;
	}
	.custom-mobile-menu .mobile-menu
	.hs-menu-wrapper>ul>li .hs-menu-children-wrapper {
		display: none ;
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li {
		border-bottom: 1px solid rgba(34,34,34,.15);
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul {
		display: block;
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li:last-child {
		border-bottom: 1px solid #ffffff;
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li>a {
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 21px 0;
		text-decoration: none;
		font-family: 'Montserrat', sans-serif;
		font-size: 18px;
		line-height: 1.25;
		color: rgb(34,34,34);
		font-weight: 800;
		text-transform: uppercase;
	}

	.mobile-nav_footer::before {
		content: "";
		position: absolute;
		bottom: 100%;
		width: 100%;
		z-index: 1;
		pointer-events: none;
		height: 24px;
	}
	.mobile-nav_footer {
		position: relative;
		display: flex;
		justify-content: space-between;
	}
	.mobile-nav_footer a {
		display: flex;
		align-items: center;
		text-decoration: none;
	}
	.mobile-nav_footer a >svg {
		display: block;
		vertical-align: middle;
		background: none;
		pointer-events: none;
		overflow: visible;
		margin-right: 12px;
	}
	.custom-mobile-menu {
		left: -400px
	}
	.custom-mobile-menu.left {
		left: 0;
	}
	.child-trigger::after {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(-90deg);
		transform: translate(-50%,-50%) rotate(-90deg);
		background-color: currentColor;
		-webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out,opacity .4s ease-in-out;
		transition: transform .4s ease-in-out,opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
		width: 2px;
		height: 10px;
	}

	.child-trigger::before {
		position: absolute;
		content: "";
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%) rotate(-90deg);
		transform: translate(-50%,-50%) rotate(-90deg);
		background-color: currentColor;
		-webkit-transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
		transition: opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
		transition: transform .4s ease-in-out,opacity .4s ease-in-out;
		transition: transform .4s ease-in-out,opacity .4s ease-in-out,-webkit-transform .4s ease-in-out;
		width: 10px;
		height: 2px;
		opacity: 1;
	}
	.child-open.child-trigger::before {
		-webkit-transform: translate(-50%,-50%) rotate(90deg);
		transform: translate(-50%,-50%) rotate(90deg);
		opacity: 0;
	}
	.child-open.child-trigger::after {
		-webkit-transform: translate(-50%,-50%) rotate(90deg);
		transform: translate(-50%,-50%) rotate(90deg);
	}
	.custom-mobile-menu .mobile-menu 
	.hs-menu-wrapper>ul>li .hs-menu-children-wrapper {
		padding-left: 8px;
		margin: 0px 0px 24px 6px;
		position: static;
	}

	.custom-mobile-menu .mobile-menu 
	.hs-menu-wrapper>ul>li .hs-menu-children-wrapper li {
		margin-bottom: 15px;
		border: none;
	}
	.custom-mobile-menu .mobile-menu
	.hs-menu-wrapper>ul>li .hs-menu-children-wrapper li a {
		text-decoration: none;
		padding: 0px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mobile_drawer_footer {
		padding: 20px 40px 20px 40px;
		z-index: 99999;
		box-shadow: 0 1px rgb(222,222,222) inset;
	}
	.custom-mobile-menu .mobile-menu 
	.hs-menu-wrapper>ul>li .hs-menu-children-wrapper li:last-child {
		margin-bottom: 0px;
	}
	.predictive-search {
		transform: translate(-100%);
	}
	span.drawer__overlay {
		left: 100%;
	}
	.trigger-wrapper {
		cursor: pointer;
	}
	.mobile_overlay {
		position: fixed;
		top: 0;
		height: 100vh;
		width: 100vw;
		background: #000000;
		opacity: 0;
		visibility: hidden;
		left: 100%;
		transition: visibility .6s ease-in-out,opacity .6s ease-in-out;
	}
	.mobile-open .mobile_overlay {
		visibility: visible;
		opacity: .3;
	}
	body.mobile-open {
		overflow: hidden;
	}

	.custom-mobile-menu {
		left: 0;
		transform: translate(-100%);
		transition: transform .6s cubic-bezier(.75,0,.175,1),visibility .6s cubic-bezier(.75,0,.175,1);
		visibility: hidden;
	}

	.mobile-open .custom-mobile-menu {
		-webkit-transform: translateX(0);
		transform: translate(0);
		visibility: visible;
	}
	.header-search a {
		color: inherit !important;
	}
	.mobile-cross {
		cursor: pointer;
	}
	.mobile-cross {
		cursor: pointer;
	}

	.child-trigger {
		height: 64px;
		position: absolute;
		top: 0;
		cursor: pointer;
		width: 40px;
		right: -15px;
	}

	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li .hs-menu-children-wrapper {
		margin-left: 0;
	}

	.custom-mobile-menu .mobile-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper {
		position: static !important;
		opacity: 1 !important;
		visibility: visible !important;
	}
	ul ul .child-trigger {
		height: 26px;
	}

	.custom-mobile-menu .mobile-menu .hs-menu-wrapper > ul > li .hs-menu-children-wrapper ul {
		border-left: 1px solid rgba(34, 34, 34, 0.15);
		padding-left: 20px;
		margin-top: 16px;
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li a,
	.mobile-nav_footer a{
		color: inherit !important;
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li .hs-menu-children-wrapper ul li {
		margin-bottom: 14px;
	}

}

@media (max-width: 767px) and (min-width: 741px) {
	.custom-main-header .container {
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media(max-width:740px){
	.hs-blog-listing .custom-header-top,
	.hs-blog-post .custom-header-top{
		font-size: 12px;
		line-height: 1.5;
	}
	.custom-header-top {
		font-size: 13px;
		line-height: 1.6923076923;
	}
	.custom-announcement-bar .custom-header-top{
		padding-left: 20px;
		padding-right: 20px;
	}
	.custom-main-header .container {
		padding: 0px 20px;
		margin: 0 auto;
	}
	.custom-header-flex-wrapper {
		padding: 20px 0px;
	}
	.custom-mobile-trigger .header_icon-list {
		gap: 20px;
	}
	.drawer__header {
		padding: 0px 20px;
		height: 62px;
	}
	.search_input {
		padding: 0px 10px;
	}
	.drawer__header .cross {
		right: 20px;
		top: calc(49.7% - 7px);
	}
	.custom-login {
		display: none;
	}
	.header-logo-wrapper img {
		display: block;
		width: -webkit-max-content;
		width: max-content;
		max-width: 140px;
	}
	.custom-mobile-menu .mobile-menu{
		padding:0px 24px 24px 24px;
	}
	.custom-mobile-menu
	.mobile-menu .hs-menu-wrapper>ul>li>a{
		font-size:16px;
	}
	.mobile_drawer_header{
		padding: 20px 24px 6px 24px;
	}
	.mobile_drawer_footer{
		padding: 20px 24px 20px 24px;
	}
	.mobile-nav_footer a{
		font-size:14px;
	}
	.custom-main-header .container {
		padding: 0px 24px;
	}
	.custom-mobile-menu .mobile-menu .hs-menu-wrapper>ul>li .hs-menu-children-wrapper li a {
		font-size: 14px;
	}

	.search_input input[type=text] {
		min-width: auto;
		font-size: 14px;
		margin-left: -3px;
	}

	.drawer__header .cross {
		top: 18px;
		right: 24px;
	}

	.drawer__header {
		padding-left: 24px;
	}
}
.middle-footer {
	margin-top: 0;
	margin-bottom: 0;
}

.middle-footer-inner {
	opacity: 1;
	min-height: 400px;
	position: relative;
	display: flex;
	align-items: center;
}

.image-wrapper {
	left: 0;
	position: absolute;
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.custom-footer .image-wrapper img {
	left: 0;
	opacity: 1;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 100%;
	border-style: none;
	vertical-align: top;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.middle-footer .container {
	margin-left: auto;
	margin-right: auto;
	--container-outer-margin: 0px;
	width: 100%;
	max-width: 1600px;
	padding-left: 40px;
	padding-right: 40px;
}

.middle-footer .content-box {
	opacity: 1;
	margin-top: 90px;
	margin-bottom: 90px;
	background-color: rgb(255,255,255);
	padding: 48px 24px;
	position: relative;
	margin-left: 77px;
	padding-left: 48px;
	padding-right: 48px;
	z-index: 1;
	border-radius: 0px;
	width: 34%;
}

.middle-footer .hs-richtext>h2 {
	margin: 16px 0;
	font-size: 13px;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	font-style: normal;
	line-height: 1.2307692308;
}

.middle-footer .hs-richtext>p {
	margin-top: 24px;
	font-size: 15px;
	margin-bottom: 32px;
	line-height: 26px;
}
.middle-footer .hs-form-field label {
	pointer-events: none;
}

.middle-footer .hs-form-field input {
	appearance: none;
	width: 100%;
	height: 52px;
	line-height: 52px;
	padding: 0 18px;
	border-radius: 0px;
	border: 1px solid rgba(34,34,34,.15);
	box-shadow: none;
	background: transparent;
	transition: border .2s ease-in-out,box-shadow .2s ease-in-out;
}

.middle-footer .hs-form-field label {
	color: rgba(34,34,34,.7);
}

.middle-footer .hs-form-field input {
	text-align: left;
	width: 100%;
}

.middle-footer .hs_submit .hs-button {
	font-size: 13px;
	letter-spacing: 2px;
	padding-left: 35px;
	padding-right: 35px;
	font-weight: 600;
}

.middle-footer .hs_email {
	padding-right: 16px;
	position: relative;
	width: calc(100% - 159px);
}
.middle-footer .hs-form-field .hs-error-msgs {
	position: absolute;
	bottom: -30px;
	left: 0;
}

.middle-footer .hs-form-field .hs-error-msgs > li {
	margin: 0;
}
.middle-footer .hs_error_rollup {
	display: none !important;
}
.bottom-footer {
	background: rgb(34,34,34);
	padding: 48px 0;
	padding-top: 72px;
	color: rgb(255,255,255);
	padding-bottom: 50px;
}

.bottom-footer .container {
	width: 100%;
	max-width: 1600px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	--container-outer-margin: 0px;
}

.footer__item-list {
	display: -ms-grid;
	display: grid;
	grid-gap: 40px;
	gap: 40px;
	-ms-grid-columns: 1fr 40px 1fr;
	grid-template-columns: 1fr 1fr;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer__aside {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	row-gap: 24px;
	margin-top: 50px;
}

.footer__item {
	max-width: 325px;
	word-break: break-word;
}

.footer_image img {
	display: block;
	height: auto;
	width: 100%;
	border-style: none;
	vertical-align: top;
	max-width: 160px;
}

.footer__item-title p {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 1.2307692308;
	font-size: 13px;
	color: #ffffff;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.footer__item-content p:last-child {
	margin-bottom: 0;
}
.footer__item-content p ,.footer__item-content a {
	margin-top: 0;
	color: #ffffff;
}

.footer_links .footer__item-content ul {
	margin-bottom: 0;
	margin-top: 0;
	display: inline-block !important;
}

.footer__item-content a {
	display: inline-block;
	word-break: break-word;
	text-decoration: none;
	transition: opacity .25s ease-in-out;
}

.footer__item.footer_text a {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-color: rgba(255,255,255,.35);
	transition: text-decoration-color .2s ease-in-out,color .2s ease-in-out;
}
.footer__item-list .hs-menu-wrapper > ul > li:not(:first-child) {
	padding-top: 12px;
}
.footer__item-content p strong {
	font-weight: 600;
}
.middle-footer .hs_submit .hs-button {
	background: #222222;
}

.footer__copyright {
	margin-top: 0;
	display: flex;
	line-height: 1.5384615385;
	-webkit-box-align: center;
	font-size: 13px;
	align-items: center;
}

.footer__payment-methods {
	margin-top: 0;
	display: flex;
	margin-left: auto;
	-webkit-box-align: center;
	align-items: center;
}

.footer__item.footer_text a:hover {
	color: #ffffff;
	text-decoration-color: #ffffff;
}

.footer__item.footer_links a:hover {
	opacity: .7;
	transition: opacity .25s ease-in-out;
	color: rgba(255,255,255,.7);
}

.middle-footer form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.middle-footer .hs-form-field {
	margin-bottom: 0;
}

@media (min-width: 1000px) {
	.footer__item-list .hs-menu-wrapper > ul > li:not(:first-child) {
		padding-top: 6px;
	}
	.footer__item-list {
		grid-auto-flow: column;
		-ms-grid-columns: none;
		grid-template-columns: none;
	}
}

@media (max-width:1400px) {
	.middle-footer .content-box {
		margin-left: 4.8vw;
		width: 40%;
	}
	.middle-footer .hs-form-field .hs-error-msgs {
		white-space: nowrap;
	}
}

@media (max-width: 1199px) {
	.middle-footer .content-box {
		width: 50%;
		margin-bottom: 80px;
	}

	.middle-footer .hs_email {
		width: 100%;
		margin-bottom: 15px;
		padding: 0;
	}

	.middle-footer .hs_submit .hs-button {
		display: block;
		width: 100%;
	}

	.middle-footer .hs_submit.hs-submit {
		width: 100%;
	}

	.middle-footer .hs-form-field .hs-error-msgs {
		position: static;
	}

}

@media(max-width:1000px){


	.middle-footer .hs-form-field {
		margin-bottom: 1.4rem;
		width: 100%;
	}

	.middle-footer .hs_submit {
		padding-left: 0;
		width: 100%;
	}

	.middle-footer .hs_submit .hs-button {
		width: 100%;
	}	



	.middle-footer .container {
		padding-left: 24px;
		padding-right: 24px;
	}
}


@media (max-width: 999px) {
	.footer__aside {
		display: block;
		margin-top: 42px;
	}
	.footer__copyright,
	.footer__payment-methods {
		margin-top: 32px;
	}
	.bottom-footer {
		padding: 48px 0;
	}
	.footer__item-title p {
		margin-bottom: 12px;
	}
	.middle-footer .content-box {
		width: 100% !important;
		max-width: 400px;
		margin: 65px auto 64px;
		padding: 40px;
	}

	.middle-footer .hs_submit .hs-button {
		border: 0;
	}

	.middle-footer .hs-form-field {
		margin-bottom: 15px;
	}

	.middle-footer .hs-richtext > p {
		margin-bottom: 25px;
	}

	.top-footer .text-with-icons__item {
		width: 100%;
	}

}

@media screen and (min-width: 741px) and (max-width: 999px){
	.bottom-footer .footer_image {
		grid-column: span 3;
		-ms-grid-column-span: 3;
	}

	.footer__item-list {
		grid-template-columns: 1fr 1fr 1fr;
		grid-auto-flow: row;
	}
}

@media(max-width:740px){
	.bottom-footer .footer_image {
		grid-column: span 2;
		-ms-grid-column-span: 2;
	}

	.footer__item-list {
		grid-template-columns: 1fr 1fr;
		grid-auto-flow: row;
	}
	.bottom-footer .container {
		padding-left: 24px;
		padding-right: 24px;
		font-size: 14px;
	}

	.footer__payment-methods {
		display: block;
	}

	.footer__copyright,.footer__item-title p {
		font-size: 12px;
		line-height: 1.4;
	}
	.middle-footer .content-box {
		max-width: 100%;
		padding: 24px;
		margin: 0 auto;
	}

	.middle-footer-inner {
		min-height: auto;
		padding: 48px 0;
	}

	.middle-footer .hs_submit .hs-button {
		font-size: 12px;
		text-transform: uppercase;
		letter-spacing: 1.5px;
		height: 48px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0;
	}

	.middle-footer .hs-form-field input {
		font-size: 14px !important;
		height: 48px;
		line-height: 48px;
	}

	.middle-footer .hs-form-field label {
		font-size: 14px;
	}

	.middle-footer .hs-richtext > p {
		font-size: 14px;
		margin-top: 16px;
		line-height: 1.7142857143;
	}

	.middle-footer .hs-richtext > h2 {
		font-size: 12px;
		margin-bottom: 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;
  }
}