*, *: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 ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper,
.header__container,
.footer__container,
.page-center{
  margin: 0 auto;
  padding: 0 30px;
}
.banner-area .dnd-section>.row-fluid {
  padding: 0 !important;
}
.banner-area .dnd-section {
  padding: 0 !important;
}

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

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

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .content-wrapper,
  .header__container,
  .footer__container,
  .page-center{
    width: 100%;
    max-width: 540px !important;
    padding: 0 20px;
  }
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6u0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6v0DfM5aXJ2po.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: italic;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaMrEtFpBISdk6h0DfM5aXJ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 100;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 200;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfH6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISfX6j2jDu55XI.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  font-weight: 900;
  src: url(https://fonts.gstatic.com/s/exo/v20/4UaOrEtFpBISc36j2jDu5w.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}



@font-face { 
  font-family: "Font Awesome 5 Brands"; 
  src: url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5BrandsRegular.eot") format("embedded-opentype"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5BrandsRegular.woff2") format("woff2"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5BrandsRegular.woff") format("woff"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5BrandsRegular.ttf") format("truetype"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5BrandsRegular.svg") format("svg"); 
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProLight.eot") format("embedded-opentype"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProLight.woff2") format("woff2"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProLight.woff") format("woff"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProLight.ttf") format("truetype"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProLight.svg") format("svg"); 
  font-style: normal; 
  font-weight: 300; 
}

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProRegular.eot") format("embedded-opentype"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProRegular.woff2") format("woff2"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProRegular.woff") format("woff"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProRegular.ttf") format("truetype"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProRegular.svg") format("svg"); 
  font-style: normal; 
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Pro"; 
  src: url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProSolid.eot") format("embedded-opentype"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProSolid.woff2") format("woff2"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProSolid.woff") format("woff"),
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProSolid.ttf") format("truetype"), 
    url("https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/Covectra_July2022/Fonts/FontAwesome5ProSolid.svg") format("svg");
  font-style: normal;
  font-weight: 900; 
}





body {
  line-height: 1.75;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  counter-reset: item;
}


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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  line-height: 1.75;
}

/* Anchors */

a {
  cursor: pointer;
  font-weight: 600;
  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;
}

img {
  vertical-align: middle;
  border-style: none;
}

/* Lists */

ul,
ol {
  list-style: none;
  padding: 10px 0 0 18px;
  margin: 0;
}

ul li,
ol li{
  line-height: 24px;
  position: relative;
  padding: 0 0 10px 24px;
  margin: 0;
}


.body-container-wrapper ul li:before{
  float: left;
  content: "\f058";
  font-family: "Font Awesome\ 5 Pro";
  font-weight: 900;
  color: #1aa9ce;
  position: absolute;
  top: -1px;
  left: 0;
}

ol li:before{
  counter-increment: item;
  content: counter(item);
  font-weight: 800;
  color: #1aa9ce;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  width: 100%;
  float: left;
  font-weight: 300;
  font-size: 36px;
  color: #000000;
  line-height: 44px;
  text-transform: none;
  text-align: center;
  background: #e4f1f4;
  border: none !important;
  border-radius: 0;
  box-shadow: none;
  position: relative;
  padding: 5%;
  margin: 27px 0 30px 0;
}

/* 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 {
  width: 100%;
  float: none;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 24px;
  display: inline-block;
  text-transform: none;
  padding: 0 0 10px 0;
  margin: 0;
}

/* 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%;
  height: 45px;
  float: none;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000 !important;
  line-height: 24px;
  background: #f5f5f5;
  border: 1px solid;
  border-radius: 0;
  outline: none;
  position: relative;
  padding: 10px 20px;
  margin: 0;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

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

/* Inputs - checkbox/radio */

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

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,
ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element{
  color: red !important;
  margin-top: 0.35rem;
  line-height: 24px;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 0%);
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  padding: 0;
}

form ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
form ul li {
  MARGIN: 0;
  PADDING: 0;
}
form ul li::before {
  display:none;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  width: auto;
  height: auto;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  border: none;
  border-radius: 360px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  padding: 16px 50px 14px 50px;
  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 {
  width: 100%;
  height: 90px;
  background: #242d41;
  box-shadow: rgb(0 0 0 / 35%) 0 0 5px;
  position: relative;
  z-index: 1000;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}
header.site-header .header__container {
  max-width: 100%;
  padding: 0;
}
.header-brand {
  height: 90px;
  float: left;
  position: relative;
  z-index: 1000;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  padding: 0;
  margin: 10px -500px 0 45px;
}
.header-brand img.hs-image-widget {
  width: 100% !important;
  max-width: 195px;
  vertical-align: middle;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
}

a.menu-btn {
  width: 40px;
  height: 40px;
  float: right;
  background: #17bade;
  border-radius: 360px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  margin: 20px 0 0 0;
  font-weight: 600;
  color: #1aa9ce;
}
.header-nav-bar {
  float: right;
  position: relative;
}
.header-menu {
  float: left;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  z-index: 100;
}
.search-box-out {
  min-width: 175px;
  float: left;
}
.btn-header {
  height: 90px;
  float: right;
  margin: 0 0 0 13px;
}
.search-box {
  float: right;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  z-index: 100;
  padding: 0 60px 0 0;
  margin: 23.5px 0 0 18px;
}
.search-box form a.btn-search {
  cursor: pointer;
  pointer-events: none;
  width: 60px;
  height: 42px;
  float: right;
  font-size: 24px;
  color: #ffffff;
  line-height: 42px;
  text-align: center;
  background: none;
  border: none;
  border-radius: 0 360px 360px 0;
  outline: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  padding: 0;
  margin: 0;
}
.search-box form a.btn-search i.fal.fa-search {
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.search-box form a.btn-search i.fal.fa-search:before {
  content: "\f002";
}
.search-box form a.btn-search span.sr-only {
  display: none;
}
.header-menu .hs-menu-wrapper>ul>li>a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: absolute;
  bottom: 28px;
  left: 50%;
  margin: 0;
  opacity: 0;
}
.search-box form label.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.search-box form input {
  width: 0;
  height: 42px;
  float: right;
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: normal;
  background: #ffffff;
  border: none;
  border-radius: 360px 0 0 360px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  padding: 0;
  margin: 0;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  outline: none;
  position: relative;
  overflow: visible;
}

.search-box:hover form input {
  width: 260px;
  padding: 10px 22px;
}
.search-box:hover form a.btn-search {
  background: #1aa9ce;
}
.header-menu .hs-menu-wrapper>ul {
  float: left;
}
.header-menu .hs-menu-wrapper>ul>li {
  float: left;
  position: relative;
  padding: 0;
  margin: 0 0 0 40px;
  line-height: 24px;
}
.header-menu .hs-menu-wrapper ul>li:before {
  display: none;
}
.search-box form input::-webkit-input-placeholder{
  color: #999999;
}
.header-menu .hs-menu-wrapper>ul>li>a {
  height: 90px;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 90px;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
}
.header-menu .hs-menu-wrapper>ul>li>ul {
  width: 295px;
  float: left;
  text-align: left;
  background: #fcfcfc;
  box-shadow: rgb(0 0 0 / 20%) 0 2px 7px;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 90px;
  left: -25px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: top .15s ease-out;
  -moz-transition: top .15s ease-out;
  transition: top .15s ease-out;
  padding: 10px 0;
  margin: 0;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li {
  width: 100%;
  float: left;
  padding: 0;
  margin: 2px 0;
  position: relative;
  line-height: 24px;
}
.header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  width: 100%;
  height: auto;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 20px;
  text-transform: none;
  padding: 8px 25px;
  margin: 0;
  letter-spacing: 0.02em;
  text-decoration: none;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  position: relative;
  display: block;
}

.btn-header .hs-button {
  width: 260px;
  height: 90px;
  float: left;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 90px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #1aa9ce;
  padding: 0;
}



@media (max-width: 1425px){ 
  .header-menu .hs-menu-wrapper>ul>li {
    margin: 0 0 0 35px;
  }
}



@media (max-width: 1399px){
  .btn-header .hs-button {
    width: 180px;
  }
  .header-brand {
    margin-left: 30px;
  }
  .header-menu .hs-menu-wrapper>ul>li {
    margin: 0 0 0 30px;
  }
  .search-box-out {
    min-width: 120px;
  }
  .search-box:hover form input {
    width: 170px;
  }
}



@media (max-width: 1279px){
  .search-box-out {
    min-width: inherit;
  }
}


@media (min-width: 1200.99px){
  .header-menu .hs-menu-wrapper>ul>li.contact-us {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .2s ease-out;
    -moz-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
  }
  .header-mobile {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul>li>ul>li.dl-back {
    display: none;
  }
  .header-menu .hs-menu-wrapper>ul>li:hover>a:after,
  .header-menu .hs-menu-wrapper>ul>li.active>a:after,
  .header-menu .hs-menu-wrapper>ul>li.active-branch>a:after{
    width: 100%;
    left: 0;
    opacity: 1;
  }
}


@media (max-width: 1200px){
  header.site-header {
    height: 80px;
  }
  .header-brand img.hs-image-widget {
    max-width: 170px;
  }
  .header-brand {
    height: 80px;
    margin: 12px -500px 0 0;
  }
  a.menu-btn {
    display: block;
  }
  a.menu-btn .icon-bar {
    width: 19px;
    height: 2px;
    float: none;
    display: inline-block;
    vertical-align: top;
    text-indent: -99999px;
    background: #ffffff;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
    margin: 20px 0 0 0;
  }
  a.menu-btn .icon-bar:before {
    width: 100%;
    height: 2px;
    float: left;
    background: #ffffff;
    border-radius: 1px;
    content: "";
    position: absolute;
    top: -6px;
    left: 0;
    transition: all 0.4s ease;
  }
  a.menu-btn .icon-bar:after {
    width: 100%;
    height: 2px;
    float: left;
    background: #ffffff;
    border-radius: 1px;
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    transition: all 0.4s ease;
  }
  .header-nav-bar {
    display: none;
  }
  header.site-header .header__container {
    max-width: 100%;
    padding: 0 30px;
  }
  .header-mobile {
    left: auto;
    right: 0;
    z-index: 0;
    position: fixed;
    max-width: 360px;
    color: #fff;
    background-color: #1aa9ce;
    width: 80%;
    min-width: 140px;
    top: 0;
    overflow: hidden;
    overflow-y: auto;
    height: auto;
    bottom: 0;
  }
  .body-wrapper {
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    z-index: 1;
    position: relative;
    background: #fff;
    overflow: hidden;
  }
  .mobile-open .body-wrapper {
    -webkit-transform: translate3d(-360px, 0, 0);
    transform: translate3d(-360px, 0, 0);
    min-height: 969px;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .body-overlay {
    background: rgba(3,2,1,0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
  .mobile-open .body-overlay {
    opacity: .7;
    -webkit-transition: opacity .04s ease .40s;
    transition: opacity .04s ease .04s;
    background: #000000;
    display: block;
  }
  .close-icon-wrap {
    padding: 0 40px;
    z-index: 3;
    height: 40px !important;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
  }
  a.close-icon-prevn {
    left: 0;
    color: rgba(0,0,0,.3);
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    padding: 10px 0;
    padding-left: 20px;
    display: none;
  }
  a.close-icon-btn {
    text-align: right;
    right: 0;
    display: block;
    padding: 10px 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    padding-right: 20px;
  }
  a.close-icon-btn:before {
    width: 20px;
    height: 20px;
    content: "\f00d";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
    line-height: 20px;
    background: none;
    border: none;
    top: 10px;
    right: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    margin: auto;
    position: absolute;
    display: block;
    bottom: 0;
  }
  .header-mobile-menu {
    top: 40px !important;
    position: absolute;
    bottom: 0;
  }
  .header-mobile-main-menu {
    display: block;
    padding: 0 30px;
  }
  .header-menu {
    width: 100%;
    float: left;
    padding: 0 !important;
    margin: -8px 0 0 0 !important;
  }
  .header-menu .hs-menu-wrapper>ul>li {
    width: 100%;
    float: left;
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
    padding: 0;
    margin: 0;
    position: unset;
  }
  .header-menu .hs-menu-wrapper>ul>li>a {
    width: 100%;
    float: left;
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: normal;
    padding: 12px 25px 12px 0;
    margin-right: 50px;
    display: block;
    line-height: 1.4em;
    height: auto;
  }
  .header-mobile-main-menu:before {
    content: '';
    display: block;
    height: 20px;
  }
  .header-menu .hs-menu-wrapper>ul>li.contact-us>a {
    font-weight: 400;
    line-height: 28px;
  }
  .mobile-search-box {
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
    top: 0;
    padding: 40px 0 50px 0;
    margin: 0;
  }
  .mobile-search-box form {
    width: 100%;
    float: left;
    position: relative;
    padding: 0;
    margin: 0;
  }
  .mobile-search-box form label.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mobile-search-box form input {
    width: 100%;
    height: 43px;
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff !important;
    line-height: 20px;
    letter-spacing: normal;
    background: none;
    border: 1px solid hsla(0,0%,100%,.5) !important;
    border-radius: 360px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    padding: 10px 50px 10px 22px;
    margin: 0;
    outline: none;
    position: relative;
  }
  .mobile-search-box form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .80);
  }
  .mobile-search-box form a {
    cursor: pointer;
    pointer-events: none;
    width: 55px;
    height: 43px;
    float: right;
    font-size: 15px;
    color: rgba(255, 255, 255, .80);
    line-height: 43px;
    text-align: center;
    background: none;
    border: none;
    border-radius: 360px;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 0;
    margin: 0;
  }
  .mobile-search-box form a i {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 300;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .mobile-search-box form a i span.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .mobile-search-box form a i.fal.fa-search:before {
    content: "\f002";
  }
  .header-menu .hs-menu-wrapper>ul>li span.menu-left-arrow {
    width: 50px;
    height: 14px;
    float: right;
    background: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
    z-index: 2;
    margin: -7px 0 0 0;
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: normal;
    display: block;
  }
  .header-menu .hs-menu-wrapper>ul>li span.menu-left-arrow:before {
    width: 50px;
    float: right;
    content: "\f054";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    text-align: right;
    border: none;
    padding: 0;
  }


  .header-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>ul {
    position: absolute!important;
    top: 0;
    box-shadow: none;
    background: #1aa9ce;
    display: block!important;
    width: 100vw;
    height: 100vh;
    float: none;
    visibility: visible;
    opacity: 1;
    left: 0;
    border-radius: 0;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .8s ease,-webkit-transform .8s ease;
    -webkit-transform: translate3d(110%,0,0);
    transform: translate3d(110%,0,0);
    padding: 0 30px;
    z-index: 9;
  }
  .header-menu .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children>ul {
    -webkit-transform: translate3d(60px,0,0);
    transform: translate3d(60px,0,0);
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left:0px;
  }
  .header-menu .hs-menu-wrapper>ul {
    float: left;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
  }
  .header-menu .hs-menu-wrapper>ul.parent-slide {
    -webkit-transform: translate3d(-32%,0,0);
    transform: translate3d(-32%,0,0);
  }
  .header-menu .hs-menu-wrapper>ul>li>ul li.dl-back>a {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    padding: 0;
    font-size: 0;
  }
  .header-menu .hs-menu-wrapper>ul>li>ul li.dl-back {
    position: absolute;
    top: -37px;
    z-index: 999;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    left: 32px;
    border: 0;
  }
  .header-menu .hs-menu-wrapper>ul>li>ul li.dl-back>a:before {
    width: 14px;
    height: 20px;
    content: "\f053";
    font-family: "Font Awesome\ 5 Pro";
    font-weight: 300;
    font-size: 20px;
    color: #ffffff;
    line-height: 20px;
    background: none;
    border: none;
    top: 10px;
    left: 30px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .header-menu .hs-menu-wrapper>ul>li>ul>li {
    width: 100%;
    float: left;
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    border-bottom: 1px solid rgba(255, 255, 255, .20);
    padding: 0;
    margin: 0;
  }
  .header-menu .hs-menu-wrapper>ul>li>ul>li>a {
    width: 100%;
    float: left;
    font-family: "Exo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: #fff !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    white-space: normal;
    padding: 12px 25px 12px 0;
    font-size: 14px;
  }
}




@media(max-width: 767px){
  .header-menu .hs-menu-wrapper>ul>li.hs-menu-item.hs-item-has-children>ul {
    padding: 0 20px;
  }
  .header-mobile-main-menu {
    display: block;
    padding: 0 20px;
  }
  .header-menu .hs-menu-wrapper>ul>li.contact-us>a {
    line-height: 23px;
  }
  .header-menu .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children>ul {
    -webkit-transform: translate3d(75px,0,0);
    transform: translate3d(75px,0,0);
  }
  .header-menu .hs-menu-wrapper>ul>li>ul li.dl-back {
    left: 22px;
  }
  a.close-icon-btn:before {
    right: 20px;
  }
  header.site-header {
    height: 60px;
  }
  .header-brand {
    height: 60px;
    margin: 6px -500px 0 0;
  }
  .header-brand img.hs-image-widget {
    max-width: 140px;
  }
  header.site-header .header__container {
    padding: 0 20px;
    max-width: 100% !important;
  }
  a.menu-btn {
    width: 32px;
    height: 32px;
    margin: 14px 0 0 0;
  }
  a.menu-btn .icon-bar {
    width: 14px;
    margin: 15px 0 0 0;
  }
  a.menu-btn .icon-bar:before {
    top: -5px;
  }
  a.menu-btn .icon-bar:after {
    top: 5px;
  }
}




@media(max-width: 450px){
  .mobile-open .body-wrapper {
    -webkit-transform: translate3d(-80%, 0, 0);
    transform: translate3d(-80%, 0, 0);
  }

  .header-menu .hs-menu-wrapper>ul>li.child-open.hs-menu-item.hs-item-has-children>ul {
    -webkit-transform: translate3d(60px,0,0);
    transform: translate3d(60px,0,0);
  }

}
.footer {
  width: 100%;
  border-top: 1px solid #e5efe8;
  position: relative;
}
.footer-top {
  width: 100%;
  padding: 90px 0;
}
.footer-bottom {
  width: 100%;
  border-top: 1px solid #e5efe8;
  padding: 28px 0;
}
.footer-top-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 0 -45px 0;
}
.footer-top-row .footer-col {
  padding: 0 30px 45px 0;
  display: inline;
}
.footer-top-row .footer-col.footer-subscribe {
  padding-right: 0;
}
.footer-col.footer-logo {
  width: 20%;
}
.footer-col.quick-link,
.footer-col.footer-contact,
.footer-col.footer-about{
  width: 15.5%;
}
.footer-col.footer-subscribe {
  width: 33.5%;
}
.footer-logo-inner {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
  margin: -24px 0 0 0;
}
.footer-logo-inner a#hs-link-footer_logo_hs_logo_widget {
  display: block;
  line-height: 0;
}
.footer-logo-inner img.hs-image-widget {
  width: 100% !important;
  max-width: 180px;
  vertical-align: top;
  height: auto;
}
.footer-top-row .footer-col h2 {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 0 0 18px 0;
  margin: 0;
}
.footer-top-row .footer-col .hs-menu-wrapper>ul>li {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  padding: 0 0 8px 0;
  position: relative;
  margin: 0;
}
.footer-top-row .footer-col .hs-menu-wrapper>ul>li:before {
  display: none;
}
.footer-top-row .footer-col .hs-menu-wrapper>ul>li>a {
  font-weight: 400;
  text-decoration: none;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  line-height: 20px;
}
.footer-form-inner h4 {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  padding: 0 0 8px 0;
  clear: both;
  position: relative;
  width: 100%;
  margin: 0;
  font-weight: 400;
}
.footer-form-inner .form-title {
  display: none;
}
.footer-form-inner form .hs_email {
  margin-bottom: 8px !important;
}
.footer-form-inner form .hs_email label {
  display: none !important;
}
.footer-form-inner form .hs-input {
  width: 100%;
  height: 54px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 360px;
  padding: 15px 25px;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  outline: none;
  position: relative;
  margin: 0;
}
.footer-form-inner form input.hs-button.primary.large {
  width: 140px;
  height: 54px;
  line-height: 56px;
  top: 0;
  right: 0;
  padding: 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-family: "Exo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: normal;
  background: #1aa9ce;
  border: none;
  border-radius: 360px;
  box-shadow: none;
  position: relative;
  cursor: pointer;
  outline: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
}
.foot-txt {
  width: 100%;
  float: left;
}
.social-nav {
  float: right;
  position: relative;
  z-index: 10;
  margin: 0 0 0 -500px;
}
.foot-txt p {
  float: none;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 0 0 0 30px;
  margin: 0 !important;
}
.foot-txt p a {
  width: 20px;
  height: 20px;
  float: left;
  background: url(https://6778521.fs1.hubspotusercontent-na1.net/hubfs/6778521/raw_assets/public/Covectra_July2022/images/logo-3mw.png) no-repeat top center;
  background-size: 20px auto;
  text-indent: -9999px;
  opacity: 0.20;
  position: absolute;
  top: 50%;
  left: 0;
  margin: -12px 0 0 0;
  font-weight: 600;
  color: #1aa9ce;
}
.footer-form-inner form .hs_email:after, .footer-form-inner form .hs_email:before {
  clear: both;
  content: "";
  display: block;
}
.footer-form-inner form .hs-input::-webkit-input-placeholder{
  color: #999999;
}
.social-nav ul {
  padding: 0;
}
.social-nav ul li {
  float: left;
  font-size: 14px;
  color: #aaaaaa;
  line-height: 20px;
  letter-spacing: 0.04em;
  padding: 0;
  margin: 0 0 0 20px;
  font-family: Font Awesome\ 5 Pro;
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}
.social-nav ul li:before {
  display: none;
}
.social-nav ul li a {
  font-family: Font Awesome\ 5 Brands;
  font-weight: 700;
  color: transparent;
  font-size: 0;
}
.social-nav ul li a:before {
  color: #aaaaaa;
  font-size: 40px;
}
.social-nav ul li.fa.fab.fa-twitter-square a:before {
  content: "\f081";
}
.social-nav ul li.fa.fab.fa-linkedin-square a:before {
  content: "\f08c";
}
.footer-bottom:before, .footer-bottom:after {
  clear: both;
  content: "";
  display: block;
}
.footer-form-inner {
  padding-bottom: 12px;
  padding-top: 12px;
}
.footer-top-row .footer-col .hs-menu-wrapper>ul>li:last-child {
  padding: 0;
}





@media (min-width: 992px) and (max-width: 1199px){
  .footer-form-inner form input.hs-button.primary.large {
    width: 130px;
  }
}




@media (max-width: 991px){
  .footer-col.footer-logo {
    width: 34%;
  }
  .footer-col.footer-about,
  .footer-col.footer-contact, 
  .footer-col.quick-link {
    width: 22%;
  }
  .footer-col.footer-about {
    padding-right: 0;
  }
  .footer-top-row .footer-col.footer-subscribe {
    width: 100%;
    padding-right: 0;
    padding-left: 34%;
  }
  .footer-top {
    padding: 75px 0 50px 0;
  }
  .footer .footer__container {
    padding: 0 40px;
  }
  .footer-form-inner form input.hs-button.primary.large {
    width: 140px;
  }
}



@media (max-width: 767px){
  .footer .footer__container {
    padding: 0 20px;
  }
  .footer-top {
    padding: 45px 0;
  }
  .footer-bottom {
    padding: 30px 0;
  }
  .footer-top-row {
    padding: 0;
    margin: 0 0 -35px 0;
    display: block;
  }
  .footer-col.footer-logo {
    width: 100%;
    text-align: center;
    padding: 0 0 35px 0;
    display: block;
  }
  .footer-col.footer-logo:after, .footer-col.footer-logo:before {
    clear: both;
    content: "";
    display: block;
  }
  .footer-logo-inner {
    margin: 0;
  }
  .footer-col.footer-about, .footer-col.footer-contact, .footer-col.quick-link {
    width: 50%;
    padding: 0 30px 35px 0;
    float: left;
    display: inline-block;
  }
  .footer-top-row .footer-col.footer-subscribe {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    display: inline-block;
  }
  .foot-txt {
    width: 105%;
    margin: 0 -5% 12px 0;
    line-height: 23px;
  }
  .social-nav {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
  }
  .social-nav ul li {
    font-size: 13px;
    padding: 0;
    margin: 0 15px 10px 0;
  }
  .footer-top-row:after, .footer-top-row:before {
    clear: both;
    content: "";
    display: block;
  }
  .footer-form-inner form input.hs-button.primary.large {
    width: 100%;
    height: 50px;
    line-height: 51px;
    position: relative;
  }
  .social-nav ul {
    width: 103%;
    float: left;
    padding: 0;
    margin: 0 0 -10px 0;
  }
  .footer-form-inner form .hs-input {
    height: 50px;
    padding: 12px 25px;
    margin: 0 0 15px 0;
  }
  .footer-top-row .footer-col.footer-subscribe {
    padding-bottom: 35px;
  }
  .footer-col.footer-about {
    padding-right: 0;
    padding-bottom: 10px;
  }
}
/* Menu and simple menu */

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