*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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,
.dnd-section > .row-fluid,
.page-center{
	margin: 0 auto;
	padding: 0 2rem;
}
.dnd-section .dnd-column {
	padding: 0;
}
.banner-section .row-fluid {
	padding: 0 !important;
}

.banner-section .dnd-section {
	padding: 0;
}



@media (min-width: 576px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center{
		max-width: 100% !important;
	}
}

@media (min-width: 768px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center{
		max-width: 95vw !important;
	}
}


@media (min-width: 992px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center{
		max-width: 93vw !important;
	}
}


@media (min-width: 1200px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center{
		max-width: 93vw !important;
	}
}


@media (min-width: 1400px){
	.content-wrapper,
	.dnd-section > .row-fluid,
	.page-center{
		max-width: 134rem !important;
	}
}
@font-face {
	font-family: "FSSiena"; 
	src: url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-Regular.woff) format("woff2"),
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-Regular.woff2) format("woff");
	font-style: normal;
	font-weight: 400;
}
@font-face { 
	font-family: "FSSiena"; 
	src: url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-Medium.woff) format("woff2"),
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-Medium.woff2) format("woff");
	font-style: normal; 
	font-weight: 500;
}
@font-face { 
	font-family: "FSSiena"; 
	src: url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-SemiBold.woff2) format("woff2"),
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-SemiBold.woff) format("woff");
	font-style: normal; 
	font-weight: 600; 
}
@font-face { 
	font-family: "FSSiena"; 
	src: url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-Bold.woff2) format("woff2"),
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/FSSiena-Bold.woff) format("woff");
	font-style: normal; 
	font-weight: 700;
}
@font-face {
	font-family: "icomoon"; 
	src: url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/icomoon.eot) format("embedded-opentype"),
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/icomoon.ttf) format("truetype"), 
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/icomoon.woff) format("woff"), 
		url(https://26784800.fs1.hubspotusercontent-eu1.net/hubfs/26784800/raw_assets/public/Cxg_April2023/css/fonts/icomoon.svg) format("svg");
	font-style: normal; 
	font-weight: normal; 
}

body::-webkit-scrollbar {
	width: 1rem;
}

body::-webkit-scrollbar-thumb {
	background: #003C4C;
	background-image: linear-gradient(to bottom, #35636F, #003C4C);
}
body::-webkit-scrollbar-track {
	background: #ccc;
	margin-top: 0.5rem;
	margin-bottom: 0.5rem;
}


::selection {
	background: #003C4C;
	color: #fff;
	text-shadow: none;
}

html {
	font-size: 10px;
	scroll-padding-top: 18.1rem;
}


body {
	line-height: 1;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
	line-break: strict;
}

/* Paragraphs */

p {
	margin: 0 0 2.5rem;
	line-height: 1.55;
}

/* Anchors */

a {
	cursor: pointer;
	text-decoration: none;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

/* 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.no-list {
	list-style: none;
}

/* Code blocks */

code {
	vertical-align: bottom;
}

/* Blockquotes */

blockquote {
	border-left: 2px solid;
	margin: 0 0 1.4rem;
	padding-left: 15px;
}

/* Horizontal rules */

hr {
	background-color: #CCC;
	border: none;
	color: #CCC;
	height: 1px;
}

@media screen and (min-width: 1920px){
	html{
		font-size: calc(.7291666667vw - 4px);
	}
}
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;
}
/* Form fields */

.hs-form-field {
	margin-bottom: 1.4rem;
}

/* Labels */

form label {
	display: inline-block;
	color: #003C4C;
	line-height: 1.3;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.8rem;
	font-weight: 400;
}

/* 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 {
	width: 100% !important;
	border: 0.1rem solid #c4c4c4;
	padding: 1.5rem 1.5rem;
	background: #fff;
	color: #003c4c !important;
	line-height: 1.3;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	max-width: 100%;
	margin: 0;
	outline: none;
	font-family: FSSiena,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
	font-size: 1.8rem;
	font-weight: 400;
}

form fieldset {
	max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.no-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
form .inputs-list > li {
	display: block;
	margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
	vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
	cursor: pointer;
	margin-right: 0.35rem;
}

/* 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;
	border: initial;
	padding: initial;
}

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

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
	cursor: pointer;
	align-items: center;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: 600;
	border: 0.1rem solid;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	margin: 20px 0;
}

/* Captcha */

.grecaptcha-badge {
	margin: 0 auto;
}
/* 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;
}
header.site-header {
	padding-top: 3.5rem;
	padding-bottom: 1.5rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	transition: .2s ease-out;
}
header.site-header .content-wrapper {
	display: flex !important;
	align-items: center !important;
}
header.site-header .header-logo {
	max-width: none;
	display: flex;
	align-items: center;
	width: 14.3rem;
	height: 5.1rem;
	position: relative;
	margin-bottom: 0;
}
header.site-header .header-logo a {
	width: 143px !important;
	display: block;
}
header.site-header .header-nav {
	margin: 0 auto;
	display: block !important;
}
header.site-header button.header-nav-close {
	display: none;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li {
	position: relative;
	margin-right: 3rem;
	float: left;
	line-height: 1;
}
header.site-header .header-nav .hs-menu-wrapper>ul:after,
header.site-header .header-nav .hs-menu-wrapper>ul:before {
	clear: both;
	content: "";
	display: block;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li>a {
	background-color: rgba(0,0,0,0);
	color: #fff;
	font-weight: 600;
	letter-spacing: .02rem;
	display: block;
	padding: 0.5rem 0.5rem;
	height: 100%;
	text-decoration: none;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	line-height: 1;
	display: block;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li>ul {
	visibility: hidden;
	opacity: 0;
	width: 30rem;
	padding-top: 2.6rem;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 99;
	transform: translateY(2.6rem);
	transition: 350ms ease;
}

header.site-header .header-nav .hs-menu-wrapper>ul>li>ul>li {
	line-height: 1.3;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
	background-color: rgba(255,255,255,0.93);
	color: #003C4C;
	display: block;
	padding: 0 2rem;
	padding-top: 1.3rem;
	padding-bottom: 1.3rem;
	border-bottom: 0.1rem solid rgba(222,222,222,0.93);
	text-decoration: none;
	height: 100%;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	line-height: 1.3;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.8rem;
	font-weight: 500;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li>ul:before {
	content: '';
	display: inline-block;
	border: 0.8rem solid transparent;
	border-bottom-color: #fff;
	position: absolute;
	left: 2rem;
	top: 1rem;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	color: #9dd3c9;
	font-size: 1.4rem;
	position: absolute;
	top: 0.9rem;
	right: 0.5rem;
	transform: rotate(90deg);
}
header.site-header .header-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a {
	padding-right: 2.5rem;
}
.header-secondary-nav {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-left: auto;
	position: relative;
}
.header-secondary-nav li.search_icon {
	position: relative;
	line-height: 1.55;
	list-style: none;
}
.header-secondary-nav li.search_icon a.sicon {
	color: #fff;
	font-weight: 600;
	letter-spacing: .02rem;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	display: flex;
}
.header-secondary-nav li.search_icon a.sicon svg.search-icon {
	fill: #fff;
}
.header-secondary-nav li.language-switcher {
	list-style: none;
	margin-left: 3rem;
	margin-bottom: 0;
	position: relative;
	line-height: 1.55;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.8rem;
	font-weight: 400;
}
.header-secondary-nav li.language-switcher a {
	color: #fff;
	font-weight: 600;
	letter-spacing: .02rem;
	display: flex;
	align-items: center;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.8rem;
}
.header-secondary-nav li.language-switcher a:before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 0.5rem;
}
.header-secondary-nav li.mobile-trigger {
	display: none;
}
.header-secondary-nav li.login-dropdown-trigger {
	list-style: none;
	margin-left: 3rem;
	margin-bottom: 0;
	position: relative;
	display: block !important;
	line-height: 1.55;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.8rem;
	font-weight: 400;
}
.header-secondary-nav li.login-dropdown-trigger a.login-link {
	color: #fff;
	font-weight: 600;
	letter-spacing: .02rem;
	display: flex;
	align-items: center;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.header-secondary-nav li.login-dropdown-trigger a.login-link:before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 0.5rem;
}
.header-secondary-nav .login-dropdown {
	padding-top: 2.7rem;
	position: absolute;
	width: max-content;
	top: 100%;
	right: 0;
	transition: .35s ease;
	opacity: 0;
	visibility: hidden;
	left: 50%;
	transform: translateX(-50%) !important;
}
.header-secondary-nav .login-dropdown .login-dropdown-row {
	background: rgba(221,221,221,0.93);
	position: relative;
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
	padding-right: 1rem !important;
	padding-left: 1rem !important;
	flex-direction: column !important;
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(2rem / -2);
	margin-left: calc(2rem / -2);
}
.header-secondary-nav .login-dropdown .login-dropdown-col {
	flex: 0 0 auto;
	width: auto;
	padding-bottom: 0.5rem !important;
	max-width: 100%;
	padding-right: calc(2rem / 2);
	padding-left: calc(2rem / 2);
}
.header-secondary-nav .login-dropdown .login-dropdown-col .hs-button {
	width: 100%;
	white-space: nowrap;
	border: 0.1rem solid #fff !important;
	background-color: #9dd3c9;
	color: #003C4C;
	justify-content: space-between;
	position: relative;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	line-height: 1.3;
	font-size: 1.8rem;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.header-secondary-nav .login-dropdown .login-dropdown-col .hs-button:after {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased; 
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 2.4rem;
	margin-left: 2rem;
}
.header-secondary-nav li.login-dropdown-trigger:hover .login-dropdown {
	visibility: visible;
	opacity: 1;
}
.header-secondary-nav .login-dropdown .login-dropdown-row:before {
	bottom: 100%;
	left: 50%;
	right: 0;
	transform: translateX(-50%);
	width: 5px;
	content: '';
	border: 0.8rem solid transparent;
	border-bottom-color: rgba(221,221,221,0.93);
	position: absolute;
}
header.site-header .search-box {
	display: none;
}
header.site-header .search_box_content {
	display: flex;
	position: absolute;
	width: 100%;
	right: 0;
	top: 0;
	height: 100px;
	background: #fff;
	align-items: center;
}
header.site-header .search_box_content form {
	float: left;
	width: 94%;
	line-height: 1;
	position: relative;
	padding: 0!important;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-size: 1.8rem !important;
	font-weight: 400;
}
header.site-header .search_box_content form label {
	width: calc(100% - 36px)!important;
	position: relative;
	display: inline-block!important;
	padding: 0;
	vertical-align: middle;
	margin: 0;
	line-height: 1;
}
header.site-header .search_box_content span.is-screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute!important;
	width: 1px;
	word-wrap: normal!important;
	word-break: normal;
}
header.site-header .search_box_content input#is-search-input-3362 {
	background: transparent !important;
	border: none !important;
	font-size: 18px !important;
	color: #333;
	padding: 0 12px;
	margin: 0;
	outline: 0!important;
	height: 36px;
	min-height: 0;
	line-height: 1;
	font-family: arial;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
	overflow: hidden;
	max-width: 100%;
	padding-left: 7%;
}
header.site-header .search_box_content button.is-search-submit {
	background: 0 0;
	border: 0;
	box-shadow: none!important;
	opacity: 1;
	padding: 0!important;
	margin: 0;
	line-height: 0;
	outline: 0;
	vertical-align: middle;
	width: 36px;
	height: 36px;
	cursor: pointer;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
header.site-header .search_box_content span.is-search-icon {
	display: inline-block!important;
	color: #666;
	background: transparent;
	border: none;
	padding-top: 0 !important;
	box-shadow: none!important;
	outline: 0;
	margin: 0;
	font-size: 14px!important;
	border-radius: 0;
	line-height: 1;
	height: 36px;
	text-transform: capitalize;
	vertical-align: middle;
	-webkit-transition: background-color .1s ease-in-out;
	-moz-transition: background-color .1s ease-in-out;
	-o-transition: background-color .1s ease-in-out;
	transition: background-color .1s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 36px;
}
header.site-header .search_box_content span.is-search-icon svg {
	width: 35px;
	display: inline;
}
header.site-header .search_box_content span.is-search-icon svg path {
	stroke: #fff;
	fill: #555;
}
header.site-header .search_box_content a.cicon {
	font-size: 56px;
	font-weight: 500;
	line-height: 50px;
	width: 6%;
	text-align: center;
	color: #555;
	-webkit-text-stroke: 1px #fff;
	margin-top: -10px;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.search-open header.site-header .search-box {
	display: block;
}
.fixed header.site-header {
	background-color: rgba(0,60,76,0.8);
	backdrop-filter: blur(15px);
	padding-top: 1.5rem;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li:last-child>a:before {
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	margin-right: 0.5rem;
}
header.site-header .header-logo a {
	line-height: 0;
}
header.site-header .search_box_content input#is-search-input-3362::-webkit-input-placeholder {
	color: #6c757d;
}
.footer-bottom-left .hs-menu-wrapper>ul>li:not(:first-child)>a:hover {
	background-size: 100% 0.2rem;
}
.header-secondary-nav .login-dropdown .login-dropdown-col .hs-button:hover {
	background-color: #439485;
	color: #fff;
}
.no-banner .custom-header {
	min-height: 116.68px;
}
.no-banner header.site-header {
	backdrop-filter: blur(15px);
	background-color: rgba(0,60,76,.8);
	padding-top: 1.5rem;
}
header.site-header .header-nav .hs-menu-wrapper>ul>li>ul>li:last-child>a {
	border: 0 !important;
}
.header-secondary-nav li.language-switcher a:hover,
.header-secondary-nav li.login-dropdown-trigger a.login-link:hover{
	color: #9dd3c9;
}



@media(min-width: 1200.99px){
	header.site-header .header-nav .hs-menu-wrapper>ul>li.evaluator-login,
	header.site-header .header-nav .hs-menu-wrapper>ul>li:last-child{
		display: none;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li:hover>ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
	header.site-header .header-nav .hs-menu-wrapper>ul {
		margin-left: -15px;
	}
}


@media(max-width: 1200px){

	header.site-header .header-logo a {
		display: block;
		width: 100px!important;
	}
	header.site-header .header-nav {
		background-color: #9dd3c9;
		bottom: 0;
		overflow: auto;
		overscroll-behavior: contain;
		padding: 9rem 0 4rem;
		position: fixed;
		right: 0;
		top: 0;
		transform: translateX(-100%);
		transition: transform .35s cubic-bezier(.465,.183,.153,.946);
		width: 100%;
		z-index: 9999;
		height: 100vh;
		overflow-y: auto;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li.active>a,
	header.site-header .header-nav .hs-menu-wrapper>ul>li.active-branch>a {
		background: #003C4C !important;
		color: #fff !important;
	}
	header.site-header .header-nav button.header-nav-close {
		cursor: pointer;
		background: none;
		text-decoration: none;
		border: 0;
		padding: 1rem;
		position: absolute;
		right: 0;
		top: 0;
		margin: 0;
		font-family: inherit;
		font-size: inherit;
		line-height: inherit;
		display: block;
	}
	header.site-header .header-nav button.header-nav-close i.i-font-before.i-close {
		font-size: 4.5rem;
		line-height: 4.5rem;
		color: #000;
	}
	header.site-header .header-nav button.header-nav-close i.i-font-before.i-close:before {
		font-family: 'icomoon' !important;
		speak: never;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		content: "\e907";
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li {
		float: none;
		position: relative;
		margin: 0;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>a {
		position: relative;
		background-color: rgba(0,0,0,0);
		color: #003c4c !important;
		text-align: center;
		font-size: 3rem;
		font-weight: 700;
		letter-spacing: .1rem;
		display: block;
		padding: 1.3rem 2rem;
		text-transform: uppercase;
		text-decoration: none;
		height: 100%;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a {
		padding: 1.3rem 2rem;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a span {
		background: #8bcbbf;
		width: 4.5rem;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a span:after {
		content: '';
		border: 0.8rem solid transparent;
		border-left-width: 0.6rem;
		border-right-width: 0.6rem;
		border-top-color: #003C4C;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-top: -0.4rem;
		margin-left: -0.6rem;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>a:hover {
		background: rgba(0,0,0,0.1);
		color: #003C4C;
	}
	.header-secondary-nav li.mobile-trigger {
		list-style: none;
		margin-left: 3rem;
		margin-bottom: 0;
		position: relative;
		display: block;
	}
	.header-secondary-nav li.mobile-trigger button.header-nav-toggle {
		display: flex;
		width: fit-content;
		align-items: center;
		line-height: 1.3;
		font-size: 1.8rem;
		font-weight: 600;
		cursor: pointer;
		padding: 0.5rem 2rem 0.5rem 6rem !important;
		position: relative;
		text-align: center;
		vertical-align: middle;
		user-select: none;
		background-color: transparent;
		border: 0.1rem solid transparent;
		border-radius: 0;
		transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
		padding-top: 1rem !important;
		padding-bottom: 3rem !important;
	}
	.header-secondary-nav li.mobile-trigger button.header-nav-toggle i.i-font-before.i-menu {
		transition: .2s ease-out;
		font-size: 3rem;
		line-height: 3rem;
		position: absolute;
		left: 1.5rem;
		top: 0.5rem;
		color: #fff;
	}
	.header-secondary-nav li.mobile-trigger button.header-nav-toggle i.i-font-before.i-menu:before {
		content: "\e908";
		font-family: 'icomoon' !important;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		text-transform: none;
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	.header-secondary-nav li.language-switcher {
		display: none;
	}
	.mobile-open header.site-header .header-nav {
		transform: translateX(0);
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>ul {
		position: relative;
		visibility: visible;
		opacity: 1;
		width: 100%;
		background: #8bcbbf;
		padding: 0;
		transform: unset;
		display: none;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>ul:before {
		display: none;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
		background-color: transparent !important;
		border: 0;
		color: #003c4c !important;
		display: block;
		font-size: 1.8rem;
		letter-spacing: .1rem;
		line-height: 1;
		padding: 1.3rem 2rem;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>a:hover {
		background: rgba(0,0,0,.1) !important;
		color: #003c4c !important;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li.child-open>a span:after {
		border-top-width: 0;
		border-bottom-color: #003C4C;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
		display: none;
	}
	.header-secondary-nav li.search_icon a.sicon {
		display: flex;
		align-items: center;
	}
	header.site-header .header-nav .hs-menu-wrapper>ul>li>ul>li>a:hover {
		background: rgba(0,0,0,0.05) !important;
		color: #000 !important;
	}
	header.site-header .header-nav button.header-nav-close:hover {
		background-color: rgba(0,0,0,0.1);
	}
}




@media(max-width: 768px){
	header.site-header .search_box_content form {
		width: 85%;
	}
	header.site-header .search_box_content a.cicon {
		width: 15%;
	}
	.header-secondary-nav li.login-dropdown-trigger {
		display: none !important;
	}
	header.site-header {
		backdrop-filter: blur(15px);
		background-color: rgba(0,60,76,.8);
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
	header.site-header .header-logo {
		max-width: 10rem;
	}
	.header-secondary-nav li.mobile-trigger button.header-nav-toggle {
		padding: 0px 7px !important;
	}
	.header-secondary-nav li.mobile-trigger button.header-nav-toggle i.i-font-before.i-menu {
		left: 0;
		top: 0.2rem;
		position: inherit;
	}
	.custom-header {
		min-height: 70.99px;
	}
}
footer.footer {
	position: relative;
	overflow: hidden;
	background: #000;
	color: #fff;
	padding-bottom: 5rem !important;
	padding-top: 8rem !important;
}
footer.footer .footer-bg-image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
footer.footer .footer-bg-image img.hs-image-widget {
	height: 100%!important;
	object-fit: cover;
	object-position: center;
	width: 100%!important;
	position: absolute;
}
.footer-top-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: calc(5rem / -2);
	margin-left: calc(5rem / -2);
}
.footer-top-row .footer-logo {
	flex: 0 0 auto;
	width: 25%;
	max-width: 100%;
	padding-right: calc(5rem / 2);
	padding-left: calc(5rem / 2);
}
.footer-top-row .footer-menu {
	flex: 0 0 auto;
	width: 75%;
	max-width: 100%;
	padding-right: calc(5rem / 2);
	padding-left: calc(5rem / 2);
}
.footer-top-row .footer-logo-inner {
	max-width: none;
	width: 14.3rem;
	height: 5.1rem;
	margin-bottom: 2rem !important;
}
.footer-top-row p {
	font-size: 1.2rem;
	margin-bottom: 0;
	line-height: 1.55;
	letter-spacing: .02rem;
	color: #fff;
	font-family: "FSSiena",system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
	font-weight: 400;
}
footer.footer .content-wrapper {
	position: relative;
}

.footer-nav {
	margin-right: calc(5rem / -2);
	margin-left: calc(5rem / -2);
	display: flex;
	flex-wrap: wrap;
}
.footer-nav-inner {
	flex: 0 0 auto;
	width: 75%;
	max-width: 100%;
	padding-right: calc(5rem / 2);
	padding-left: calc(5rem / 2);
}
.footer-nav-inner .hs-menu-wrapper>ul {
	flex-wrap: nowrap !important;
	display: flex;
	margin-right: calc(5rem / -2);
	margin-left: calc(5rem / -2);
}
.footer-nav-inner .hs-menu-wrapper>ul>li {
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
	padding-right: calc(5rem / 2);
	padding-left: calc(5rem / 2);
}
.footer-nav-inner .hs-menu-wrapper>ul>li>a {
	line-height: 1.3;
	margin: 0 0 1.5rem;
	letter-spacing: .02rem;
	color: #fff;
	background-image: linear-gradient(to right, #9dd3c9, #35636F);
	background-size: 0 0.2rem;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	transition: background .2s ease-out;
	font-weight: 600;
	display: block;
}
.footer-nav-inner .hs-menu-wrapper>ul>li>a:hover {
	background-size: 100% 0.2rem;
}
.footer-bottom-row {
	border-top: 0.1rem solid rgba(255,255,255,0.3);
	align-items: center;
	justify-content: space-between;
	display: flex;
	padding-top: 3rem;
	margin-top: 3rem;
}
.footer-bottom-left .hs-menu-wrapper>ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.footer-bottom-left .hs-menu-wrapper>ul>li {
	list-style: none;
	margin-bottom: 0;
	margin-right: 4rem;
	line-height: 1.55;
}
.footer-bottom-left .hs-menu-wrapper>ul>li:not(:first-child)>a {
	color: #fff;
	font-size: 1.2rem;
	letter-spacing: .02rem;
	background-image: linear-gradient(to right, #9dd3c9, #35636F);
	background-size: 0 0.2rem;
	background-position: left bottom;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	font-weight: 400;
	transition: background .2s ease-out;
}
.footer-bottom-left .hs-menu-wrapper>ul>li:first-child>a {
	align-items: center;
	background-color: transparent;
	border: 0.1rem solid #fff;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.8rem;
	font-weight: 600;
	justify-content: space-between;
	line-height: 1.3;
	padding: 1rem 2rem;
	position: relative;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	user-select: none;
	vertical-align: middle;
	width: fit-content;
	letter-spacing: 0.02rem;
}

.footer-social-icons-wrapper ul.footer-social-menu {
	display: flex;
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-social-icons-wrapper ul.footer-social-menu li:not(:last-child) {
	margin-right: 2rem;
}
.footer-social-icons-wrapper ul.footer-social-menu li {
	list-style: none;
	margin-bottom: 0;
	position: relative;
	line-height: 1.55;
}
.footer-social-icons-wrapper ul.footer-social-menu li>a {
	color: #fff;
	font-size: 2.4rem;
	display: block;
	text-align: center;
	padding: 1rem;
	height: 100%;
	position: relative;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.footer-social-icons-wrapper ul.footer-social-menu li>a i.i-font-before:before {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.i-facebook:before {
	content: "\e904";
}
.i-instagram:before{
	content: "\e905";
}
.i-linkedin:before {
	content: "\e906";
}
.i-wechat:before {
	content: '\e909';
}
.fa-youtube-play:before {
	content: "\f16a";
}
.footer-social-icons-wrapper ul.footer-social-menu li .wechat-tooltip {
	opacity: 0;
	position: absolute;
	width: 10rem;
	left: 50%;
	bottom: 100%;
	transform: translate(-50%, -2rem);
	transition: .5s ease;
}
.footer-social-icons-wrapper ul.footer-social-menu li .wechat-tooltip img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100px;
}
.footer-bottom-left .hs-menu-wrapper>ul>li:first-child>a:after {
	font-family: 'icomoon' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "";
	font-size: 2.4rem;
	margin-left: 2rem;
}
.footer-social-icons-wrapper ul.footer-social-menu li>a i {
	color: inherit;
}
.footer-social-icons-wrapper ul.footer-social-menu li>a:hover {
	color: #9dd3c9;
	animation: rotate360 1 .7s ease-out;
}
.footer-social-icons-wrapper ul.footer-social-menu li:not(:last-child):hover .wechat-tooltip {
	opacity: 1;
	transform: translate(-50%, 0);
}






@keyframes rotate360{
	100% {
		transform: rotateY(360deg);
	}
}




@media(max-width: 1200px){
	.footer-bottom-left .hs-menu-wrapper>ul>li:first-child {
		margin-right: 2rem;
		margin-bottom: 2rem;
		width: 100%;
	}
	.footer-bottom-row {
		align-items: flex-start !important;
	}
	.footer-nav-inner {
		padding-right: calc(3rem / 2);
		padding-left: calc(3rem / 2);
	}
	.footer-nav {
		margin-left: -20px;
		margin-right: -20px;
	}
	.footer-nav-inner .hs-menu-wrapper>ul>li {
		padding-left: 15px;
		padding-right: 15px;
	}
	.footer-nav-inner .hs-menu-wrapper>ul {
		margin-left: -10px;
		margin-right: -10px;
	}
}



@media(max-width: 992px){
	.footer-top-row .footer-logo,
	.footer-top-row .footer-menu {
		width: 100%;
	}
	.footer-top-row .footer-logo {
		margin-bottom: 4rem !important;
	}
	.footer-nav-inner .hs-menu-wrapper>ul>li {
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
	.footer-nav-inner .hs-menu-wrapper>ul {
		margin-left: -20px;
		margin-right: -20px;
	}
}



@media(max-width: 767px){
	.footer-nav-inner .hs-menu-wrapper>ul {
		flex-wrap: wrap !important;
	}
	.footer-nav-inner .hs-menu-wrapper>ul>li,
	.footer-bottom-left,
	.footer-bottom-right{
		width: 100%;
	}
	.footer-bottom-row {
		flex-wrap: wrap;
	}
	.footer-bottom-left {
		margin: 0 0 3rem;
	}
	.footer-nav-inner .hs-menu-wrapper>ul>li {
		padding-right: calc(3rem / 2);
		padding-left: calc(3rem / 2);
	}
	.footer-nav-inner .hs-menu-wrapper>ul>li>a {
		padding: 0;
		display: inline-block;
	}
	.footer-top-row .footer-logo-inner {
		max-width: 10rem;
		margin-bottom: 1rem !important;
	}
	.footer-social-icons-wrapper ul.footer-social-menu {
		margin-left: -1rem;
	}
	footer.footer {
		padding-top: 5rem!important;
	}
	.footer-nav-inner .hs-menu-wrapper>ul {
		margin-left: -10px;
		margin-right: -10px;
	}
}
/* Menu and simple menu */

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

/* Horizontal menu */