*, *: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{
  margin: 0 auto;
  padding: 0 40px;
}

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

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

@font-face { 
  font-family: "montserrat";
  src: url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), url("https://use.typekit.net/af/67f609/00000000000000003b9b1339/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype");
  font-style: normal; 
  font-weight: 500;
  font-display: auto;
}

@font-face { 
  font-family: "montserrat";
  src: url("https://use.typekit.net/af/05093b/00000000000000003b9b133d/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/05093b/00000000000000003b9b133d/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/05093b/00000000000000003b9b133d/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 700; 
  font-display: auto;
}

@font-face { 
  font-family: "icomoon";
  src: url("https://19636388.fs1.hubspotusercontent-na1.net/hubfs/19636388/Fresho_Januaray2022/fonts/icomoon.eot") format("embedded-opentype"),
    url(//19636388.fs1.hubspotusercontent-na1.net/hubfs/19636388/raw_assets/public/fresho-latest/standard-assets/fonts/icomoon.ttf) format("truetype"),
    url(//19636388.fs1.hubspotusercontent-na1.net/hubfs/19636388/raw_assets/public/fresho-latest/standard-assets/fonts/icomoon.woff) format("woff"),
    url(//19636388.fs1.hubspotusercontent-na1.net/hubfs/19636388/raw_assets/public/fresho-latest/standard-assets/fonts/icomoon.woff2) format("woff2"),
    url(//19636388.fs1.hubspotusercontent-na1.net/hubfs/19636388/raw_assets/public/fresho-latest/standard-assets/fonts/icomoon.svg) format("svg"); 
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

body {
  line-height:normal;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
  line-height:normal;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

/* Paragraphs */

p {
  font-size: 1rem;
  line-height: 32px;
  margin: 0 0 1.4rem;
}

img{
  max-width:100%;
}

/* 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-bottom:15px;
  margin-top:0;
}

h1 {
  line-height:60px;
}

/* 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;
}
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: block;
  font-size:11px;
  font-weight:200;
  line-height:22px;
  margin-bottom:8px;
}

/* 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 {
  border: 1px solid;
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  padding: 10px 19px 12px;
  font-size: 18px;
  line-height: 32px;
  outline:none;
}

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

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 {
  box-shadow: 0px 0px 25px rgb(0 154 102 / 10%);
}

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin-top:10px;
}

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: #C51712;
}

.hs-error-msg {
  margin-top: 0.35rem;
  color: #C51712;
  margin-top: 0.35rem;
  font-weight: 400;
}


h3#hs_cos_wrapper_form_314729817_title {
  margin-top: 20px;
}

div#hs-search-module {
  margin-top: 20px;
}

h3#hs_cos_wrapper_form_883902940_title {
  margin-top: 20px;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  transition: all 0.15s linear;
  white-space: normal;
  box-shadow: 0px 12px 50px rgb(0 0 0 / 12%);
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}

.field .input .hs-button {
  margin-top: 20px;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


label.hs-main-font-element {
  color: #c51712;
  margin-top: 0.35rem;
  font-weight: 400;
}
/* 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-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}

.header-left {
  display: flex;
  align-items: center;
}

.header-btns {
  display: flex;
}


.footer-location-wrapper .location-items:hover .hs_cos_wrapper>p,
.footer-location-wrapper .location-items:hover .hs_cos_wrapper>a>p {
  opacity:1;
}

.header-nav-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav-active .header-nav-mask {
  opacity: 1;
  visibility: visible;
}

.logo-wrapper {
  width: 96px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 49px;
}

.custom-menu-wrapper .hs-menu-wrapper > ul,
.sticky-custom-menu-wrapper .hs-menu-wrapper > ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li,
.sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li{
  font-size: 18px;
  line-height: 36px;
  letter-spacing: 1px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-right: 42px;
  position: relative;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>a {
  display: block;
  color: #333132;
}


.header-btns .hs_cos_wrapper a {
  display: inline-block;
  box-shadow: 0px 12px 50px rgb(0 0 0 / 12%);
  border-radius: 100px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 14px 25px;
  min-width: 140px;
  text-transform: uppercase;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border: none;
  margin-right: 20px;
}

.log-in-btn .hs_cos_wrapper > a {
  margin-right: 0;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #009A44;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.custom-menu-wrapper .hs-menu-wrapper>ul>li:hover:after{
  width:100%;
}

.custom-menu-wrapper .hs-menu-wrapper>ul>li>a:hover {
  text-decoration: none;
  color: #009A44;
}

.logo-wrapper .hs_cos_wrapper > a > img {
  display: block;
}

/* .header-sticky *//* .header-sticky *//* .header-sticky *//* .header-sticky *//* .header-sticky *//* .header-sticky *//* .header-sticky *//* .header-sticky */

.header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  -webkit-box-shadow: 0px 25px 80px rgb(0 0 0 / 5%);
  box-shadow: 0px 25px 80px rgb(0 0 0 / 5%);
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.sticky-logo-wrapper {
  width: 145px;
  margin-right: 110px;
  position: relative;
  top: 6px;
}


.sticky-header-box {
  padding-top: 28px;
  padding-bottom: 28px;
}

.sticky-logo-wrapper .hs_cos_wrapper > a > img {
  display: block;
}

.sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -2px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li:hover:after {
  width: 100%;
}


.sticky-header-btns > div .hs_cos_wrapper > a {
  font-size: 12px;
  letter-spacing: 0.01em;
  padding: 9px 24px;
  border: 1px solid;
  box-shadow: none;
  min-width: 100px;
}

.sticky-log-in-btn .hs_cos_wrapper > a {
  margin-right: 0;
}

.sticky-header-right {
  margin: 0;
}

.sticky-custom-menu-wrapper .hs-menu-wrapper>ul{
  bottom:0;
}

.sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li>a{
  color:#fff;
}

.header-hide .header-sticky{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}


.custom-menu-wrapper .hs-menu-wrapper>ul > li,
.sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li{
  position: relative;
}

.custom-menu-wrapper .hs-menu-wrapper>ul > li > ul,
.sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li>ul{
  list-style: none;
  left: 0;
  top: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  padding: 10px;
  z-index:22;
}

.custom-menu-wrapper .hs-menu-wrapper>ul > li:hover > ul,
.sticky-custom-menu-wrapper .hs-menu-wrapper > ul > li:hover > ul{
  opacity: 1;
  visibility: visible;
  width: 200px;
  background: #fff;
}


@media (min-width:992px){
  .header-mobile-menu {
    display: none;
  }

  .btn-sticky-fixed{
    display:none;
  }
}



@media (max-width:1199px){
  .logo-wrapper {
    margin-right: 25px;
    width: 64px;
  }

  .logo-wrapper .hs_cos_wrapper>a>img {
    width: 64px!important;
  }

  /* .header-sticky *//* .header-sticky */
  .custom-menu-wrapper .hs-menu-wrapper>ul>li,
  .sticky-custom-menu-wrapper .hs-menu-wrapper>ul>li {
    font-size: 14px;
    margin-right: 20px;
  }

  .sticky-logo-wrapper {
    width: 95px;
    margin-right: 25px;
  }

  .sticky-logo-wrapper .hs_cos_wrapper>a>img {
    width: 95px!important;
  }
}

@media (max-width:991px){
  .content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }
  .header-sticky.lp {
    padding-bottom: 8px;
  }

  .header-box {
    padding-top: 16px;
    padding-bottom: 16px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .custom-menu-wrapper {
    display: none;
  }

  .static-nav-mobile {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    z-index: 10;
    cursor: pointer;
    margin-left: 17px;
    position: relative;
    top: 1px;
  }

  .static-nav-mobile span:first-child {
    display: block;
    margin-top: 8px;
    background: #009A44;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 3px;
  }

  .static-nav-mobile span:last-child {
    display: block;
    margin-top: 8px;
    background: #009A44;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 3px;
  }

  .static-nav-mobile span:nth-child(2) {
    display: none;
  }

  .header-right {
    display: flex;
  }

  .header-btns .hs_cos_wrapper a {
    font-size: 10px;
    letter-spacing: .01em;
    padding: 7px 14px 5px;
    min-width: 80px;
    margin-right: 10px;
  }

  .log-in-btn .hs_cos_wrapper >a {
    margin: 0;
  }

  .sticky-custom-menu-wrapper {
    display: none;
  }

  .sticky-quick-btn {
    display: none;
  }

  .sticky-quick-btn {
    display: none;
  }

  .sticky-nav-mobile {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    z-index: 10;
    cursor: pointer;
    margin-left: 17px;
    position:relative;
    top:1px;
  }

  .sticky-nav-mobile span {
    display: block;
    margin-top: 8px;
    background: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 3px;
  }

  .sticky-nav-mobile span:nth-child(2) {
    display: none;
  }

  .sticky-header-btns>div .hs_cos_wrapper>a {
    font-size: 10px;
    letter-spacing: .01em;
    padding: 7px 14px 5px;
    min-width: 80px;
    border: 0;
    color: #1B365D;
    background: #fff;
  }

  .sticky-log-in-btn .hs_cos_wrapper > a {
    margin: 0;
  }

  .sticky-logo-wrapper{
    top: 9px;
  }

  .nav-active .header-sticky {
    transform: translateY(-100%)!important;
    opacity: 0!important;
  }



  .header-mobile-menu {
    display: block;
  }

  .nav-active .header-mobile-menu{
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .nav-active .trigger-container span:first-child {
    -webkit-transform: rotate(
      45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(
      45deg);
  }

  .nav-active .trigger-container span:last-child {
    -webkit-transform: rotate(
      -45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(
      -45deg);
    margin-top: -3px!important;
  }

  .nav-active .trigger-container{
    top:34px
  }

  .header-mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    width: 78.4%;
    height: 100vh;
    background-color: #009A44;
    color: #ffffff;
    padding: 119px 30px 50px;
    overflow: auto;
    -webkit-transform: translatex(100%);
    -ms-transform: translatex(100%);
    transform: translatex(100%);
    -webkit-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1), transform 0.8s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .header-mobile-container {
    padding-bottom: 50px;
  }

  .trigger-container {
    position: absolute;
    top: 17px;
    right: 24px;
    transition: all 0.2s;
    z-index: 10;
    cursor: pointer;
    margin-left: 17px;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
  }

  .trigger-container span {
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 3px;
    display: block;
    background: #ffffff;
  }

  .trigger-container span:first-child {
    margin-top: 0px;
  }

  .trigger-container span:nth-child(2) {
    display: none;
  }

  .trigger-container span:last-child {
    display: block;
    margin-top: 8px;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 30px;
    height: 3px;
  }

  .mobile-menu .hs-menu-wrapper > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 44px;
  }

  .mobile-menu .hs-menu-wrapper > ul > li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 22px;
  }

  .mobile-menu .hs-menu-wrapper > ul > li > a {
    color: #fff;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a:hover {
    color: #A0D1CA;
  }
  .mobile-menu .hs-menu-wrapper>ul>li>a>span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>a>span:after {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.25);
    font-family: 'icomoon';
    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: "\e900";
    -webkit-transform: rotate(
      180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(
      180deg);
    margin-left: 13px;
  }
  .mobile-btn {
    margin-bottom: 59px;
  }
  .mobile-btn .sticky-quick-btn {
    display: block;
  }

  .mobile-btn .sticky-quick-btn .hs_cos_wrapper > a {
    background-color: #ffffff;
    color: #1B365D;
    display: block;
    padding: 13px 25px;
    border: 1px solid #ffffff;
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    min-width: 140px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
    border-radius: 100px;
  }

  .mobile-btn .sticky-log-in-btn .hs_cos_wrapper > a,
  .mobile-btn .sticky-singup-btn  .hs_cos_wrapper > a{
    border: 1px solid rgba(255, 255, 255, 0.5);
    display: block;
    padding: 13px 25px;
    margin-bottom: 16px;
    background-color: #009A44;
    color: #ffffff;
    border-radius: 100px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    min-width: 140px;
    text-transform: uppercase;
    transition: all 0.1s ease-in-out;
  }
  .mobile-who-we-are .hs-menu-wrapper > ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .mobile-who-we-are .hs-menu-wrapper > ul > li {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .mobile-who-we-are .hs-menu-wrapper > ul > li >a {
    display: block;
    color: #fff;
  }

  .mobile-who-we-are .hs-menu-wrapper > ul > li >a:hover {
    color: #A0D1CA;
  }

  .mobile-btn .sticky-log-in-btn .hs_cos_wrapper>a:hover,
  .mobile-btn .sticky-singup-btn .hs_cos_wrapper>a:hover {
    background-color: #13C965;
  }

  .mobile-btn .sticky-quick-btn .hs_cos_wrapper>a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5);
    background-color: #009A44;
    color: #ffffff;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    padding: 10px 0;
  }

  .mobile-menu .hs-menu-wrapper>ul>li>ul>li>a {
    display: block;
    color: #fff;
  }

  .header-hide .footer-wrapper {
    padding-bottom: 122px;
  }

  .sticky-singup-btn .hs_cos_wrapper>a:hover,
  .sticky-log-in-btn .hs_cos_wrapper>a:hover {
    background-color: #EEFFF5!important;
    color: #1B365D!important;
  }



  .child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 105px;
    right: 10px;
    width: 55px !important;
    min-width: 55px !important;
    height: 50px;
    padding: 0 !important;
  }
  .child-trigger:hover {
    text-decoration: none
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
  }
  .child-trigger i:after {
    position: absolute;
    content: ''
  }
  .child-trigger i,.child-trigger i:after {
    width: 15px;
    height: 2px;
    background-color: #fff;
    display: block
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
  }
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }
  .child-trigger i,.child-trigger i:after {
    background-color: #fff;
  }

  .btn-sticky-fixed{
    display:block;
  }

  .btn-sticky-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    background-color: #ffffff;
    padding: 16px 24px 20px;
    width: 100%;
    text-align: center;
    -webkit-box-shadow: 0px -25px 80px rgb(0 0 0 / 15%);
    box-shadow: 0px -25px 80px rgb(0 0 0 / 15%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 1;
    -webkit-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s cubic-bezier(0.77, 0, 0.175, 1), -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .btn-sticky-fixed .hs_cos_wrapper >a {
    display: block;
    font-size: 16px;
    padding: 19px 25px 15px;
    background-color: #009A44;
    color: #ffffff;
    border: 1px solid #009A44;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 20px;
    letter-spacing: 1px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    border-radius: 100px;
    transition: all 0.1s ease-in-out;
  }

  .btn-sticky-fixed .hs_cos_wrapper >a:hover {
    background-color: #13C965;
    border: 1px solid #13C965;
  }

  .header-hide .btn-sticky-fixed {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}



@media (max-width:767px){
  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .static-nav-mobile{
    top:1px;
  }
  .sticky-logo-wrapper{
    top:9px;
  }
}


@media (max-width:575px){
  .static-nav-mobile {
    height: 8px;
    top: 4px;
  }

  .static-nav-mobile span:first-child {
    width: 20px;
    height: 2px;
  }

  .static-nav-mobile span:last-child {
    margin-top: 4px;
    width: 20px;
    height: 2px;
  }


  .sticky-nav-mobile span {
    width: 20px;
    height: 2px;
    margin-top: 4px;
  }

  .sticky-nav-mobile{
    position:relative;
    top:8px;
  }

  .trigger-container span:first-child {
    width: 20px;
    height: 2px;
  }

  .trigger-container span:last-child {
    width: 20px;
    height: 2px;
    position: relative;
    top: 1px;
  }
}


@media (max-width: 374px){
  .sticky-logo-wrapper .hs_cos_wrapper>a>img {
    width: 55px !important;
  }

  .logo-wrapper .hs_cos_wrapper>a>img {
    width: 55px!important;
    max-width: 100%;
  }

  .logo-wrapper {
    width: 55px;
    margin-right: 10px;
  }

  .sticky-logo-wrapper{
    margin: 0;
    top: 15px;
    width: 55px
  }

  .header-mobile-menu {
    width: 90%;
  }

  .header-sticky.lp {
    padding-bottom: 18px;
  }
}
.footer-wrapper {
  padding-bottom: 58px;
}

.footer-wrapper > .content-wrapper {
  max-width: 1370px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}

.footer-content {
  max-width: 910px;
  margin: 0 auto;
}

.footer-logo-wrapper {
  max-width: 96px;
  margin: 0 auto 54px;
}

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

.footer-mobile-icon-wrapper {
  display: none;
}

.footer-logo-wrapper .hs_cos_wrapper img {
  margin-top: -48px;
  filter: drop-shadow(0px 41.7776px 33.4221px rgba(0, 0, 0, 0.2));
}

.footer-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 80px;
  padding-left: 30px;
  padding-right: 26px;
}

.custom-menu {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 630px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-right: 58px;
}

.who-we-are {
  width: 33.3%;
  padding-right: 30px;
}

.FAQs {
  width: 66.6%;
}

.FAQs .hs-menu-wrapper > ul {
  width: 100%;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.FAQs .hs-menu-wrapper > ul > li{
  width: 50%;
  padding-right: 30px;
  font-size: 18px;
  line-height: 24px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  mix-blend-mode: normal;
  margin-bottom: 14px;
}


.who-we-are .hs-menu-wrapper > ul > li{
  font-size: 18px;
  line-height: 24px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  mix-blend-mode: normal;
  margin-bottom: 14px;
}

.who-we-are .hs-menu-wrapper>ul>li>a,
.FAQs .hs-menu-wrapper > ul > li> a{
  color:#fff;
}

.custon-icon-wrapper {
  width: 144px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.footer-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

.xero-image .hs_cos_wrapper > img,
.Xero-Developer-image .hs_cos_wrapper > img{
  display: block;
  margin: 0 2px;
}

.footer-location-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -20px 76px;
}

.footer-location-wrapper .location-items {
  width: calc(33.3% - 40px);
  margin: 20px 20px;
  padding: 24px 26px 18px 30px;
  border-radius: 12px;
}

.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 24px;
  text-align: center;
}

.footer-copyright .hs_cos_wrapper > p {
  margin: 0;
  font-size: 14px;
  line-height: 22px;
  font-family: montserrat, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: rgba(255, 255, 255, 0.75);
}


.footer-location-wrapper .location-items .hs_cos_wrapper > h3 {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}

.footer-location-wrapper .location-items .hs_cos_wrapper > p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 16px;
  color: #ffffff;
}

.footer-location-wrapper .location-items .hs_cos_wrapper > p > a {
  display: block;
  color: inherit;
}

.footer-location-wrapper .location-items .hs_cos_wrapper>a {
  margin-top: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.footer-location-wrapper .location-items .hs_cos_wrapper>a> p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin:0;

}

.footer-location-wrapper .location-items .hs_cos_wrapper>a:after {
  width: 22px;
  height: 22px;
  background-color: #BCEFD4;
  border-radius: 50%;
  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: "\e900";
  font-size: 16.5px;
  color: #009A44;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(
    180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(
    180deg);
}

.footer-location-wrapper .location-items:hover {
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: multiply;
  color: #ffffff;
}

.footer-location-wrapper .location-items:hover .hs_cos_wrapper>a {
  opacity:1;
}


/* .social-links *//* .social-links *//* .social-links *//* .social-links *//* .social-links *//* .social-links */

.social-links > ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.social-links > ul > li {
  font-size: 48px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links>ul>li>a {
  color: #fff;
  font-weight: normal;
  line-height: 1;
  font-variant: normal;
  text-transform: none;
  font-style: normal;
  font-family: 'icomoon' !important;
  -webkit-font-smoothing: antialiased;
}

.social-links>ul>li.facebook > a:before {
  content: "\e903";
}

.social-links>ul>li.instagram > a:before {
  content: "\e902";
}

.social-links>ul>li.linkedin > a:before {
  content: "\e901";
}



@media (max-width:991px){
  .footer-wrapper>.content-wrapper {
    padding-left: 24px;
    padding-right: 24px;
  }

  .who-we-are {
    display: none;
  }

  .FAQs {
    width: 100%;
  }
}


@media (max-width:767px){
  .footer-location-wrapper .location-items {
    width: 100%;
    padding: 0;
    margin: 0 0 26px;
    border-radius: 12px;
  }

  .footer-location-wrapper {
    margin: 0 0 61px;
  }

  .footer-location-wrapper .location-items:hover {
    background: transparent!important;
  }

  .footer-location-wrapper .location-items .hs_cos_wrapper>a {
    display: none;
  }

  .footer-location-wrapper .location-items .hs_cos_wrapper>h3 {
    letter-spacing: -0.01em;
  }

  .footer-content {
    padding: 0 20px;
  }

  .footer-menu-wrapper {
    padding: 0;
    margin-bottom: 68px;
  }

  .location-items.last-child {
    margin: 0;
  }

  .footer-location-wrapper .location-items .hs_cos_wrapper>p {
    margin: 0;
    font-weight: 400;
  }

  .footer-logo-wrapper {
    margin-bottom: 37px;
  }
}


@media (max-width:575px){
  .footer-mobile-icon-wrapper {
    display: block;
    margin-bottom: 52px;
  }

  .social-links>ul {
    justify-content: center;
  }

  .footer-image {
    margin-bottom: 36px;
  }

  .custon-icon-wrapper {
    display: none;
  }

  .FAQs .hs-menu-wrapper>ul>li {
    padding-right: 20px;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .custom-menu {
    margin: 0;
  }
}
