*, *: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 {
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fabrands400.eot") format("embedded-opentype"), 
    url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fabrands400.woff2") format("woff2"),
      url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fabrands400.woff") format("woff"),
        url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fabrands400.ttf") format("truetype"), 
          url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fabrands400.svg") format("svg");
            font-style: normal;
            font-weight: 400;
            font-display: block;
            }
@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Regular.eot") format("embedded-opentype"),
    url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Regular.woff2") format("woff2"), 
      url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Regular.woff") format("woff"),
        url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Regular.ttf") format("truetype"),
          url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Regular.svg") format("svg");
            font-style: normal;
            font-weight: 400;
            font-display: block;
            }

@font-face {
  font-family: "Font Awesome 5 Pro";
  src: url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fasolid900.eot") format("embedded-opentype"),
    url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fasolid900.woff2") format("woff2"),
      url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fasolid900.woff") format("woff"),
        url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fasolid900.ttf") format("truetype"),
          url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/fasolid900.svg") format("svg");
            font-style: normal;
            font-weight: 900;
            font-display: block;
            }
@font-face { font-family: "Font Awesome 5 Pro"; 
  src: url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Regular.eot") format("embedded-opentype"), 
    url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Light.woff2") format("woff2"),
      url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Light.woff") format("woff"),
        url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Light.ttf") format("truetype"),
          url("https://3999491.fs1.hubspotusercontent-na1.net/hubfs/3999491/raw_assets/public/Clements_December2022_GFD_CLONE/font/FontAwesome5Pro-Light.svg") format("svg"); 
            font-style: normal; 
            font-weight: 300;
            font-display: block; 
            }
@font-face {
  font-family: "Montserrat";
  src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, 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: "Montserrat";
  src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, 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: "Montserrat";
  src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, 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: "Montserrat";
  src: url("https://fonts.gstatic.com/s/montserrat/v25/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


body {
  background-color: #fff;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.5rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition: all .3s ease-in-out;
  opacity:1;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.5rem;
  line-height: 1.2;
}

/* Lists */

ul,
ol {
  padding: 0 0 20px 1.1rem;
}

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;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
@media(max-width:900px) and (min-width:767px){
  h6 {
    font-size: 14px !important;

  }
  h5 {
    font-size: 20px !important;

  }
  h4 {
    font-size: 25px !important;

  }
  h3 {
    font-size: 30px !important;
  }
  h2 {
    font-size: 36px !important;
  }
  h1 {
    font-size: 40px !important;
  }

}
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 ,form legend{
  display: inline-block;
  margin-bottom: 0.35rem;
  font-size: 12px!important;
  font-weight: 600!important;
}

/* Help text - legends */



/* 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 {

}

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

.hs-input.invalid.error {
  border-color: #70A333;
}

.hs-error-msg {
  color: #70A333;
  margin-top: 0.35rem;
}

/* Submit button */
form input[type=submit], form .hs-button, button, .button {
  border-style: solid;
  white-space: normal;
  margin-bottom: 20px;
  margin-top: 20px;
  display: inline-block;
  cursor: pointer;
  font-size: inherit;
  font-weight: 600;
  width:auto;
  transition: background-color .3s ease-in-out,opacity .3s ease-in-out,color .3s ease-in-out;
}
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 {
  font-family: Montserrat,sans-serif;
  min-height: 46px;
  outline: none;
  color: #464646;
  line-height: 1.5;
  border: 1px solid;
  width: 100%;
  font-size: 15px;
  display: inline-block;
  padding: 6px 26px;
}
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 {
  outline: none;
}
label.hs-error-msg, label.hs-main-font-element,ul.no-list.hs-error-msgs label {
    margin-top: 8px;
    font-weight: 400 !important;
    font-family: inherit;
    font-size: 15px !important;
    letter-spacing: normal;
    line-height: inherit;
    color: #c02b0a !important;
}
ul.no-list.hs-error-msgs {
    margin: 0;
    padding: 0;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
@media(max-width:480px){
  .hs_recaptcha {
    overflow-y: 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-main {
  flex: 0 0 100%;
  width: 100%;
  padding: 0;
  background-color: #fff;
  position: relative;
  z-index: 9999;
  transition: all 1s ease-in-out;
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
}
.header-search {
  flex-basis: 100%;
  max-width: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all .5s ease;
  position: absolute;
  left: -9999px;
  margin: 2.35294rem auto 1.3rem;
  transition: margin-top .1s ease,opacity .4s ease,transform .4s ease;
  transition: transform .5s ease,opacity .5s ease;
}
form#search-form-live {
  display: flex;
  justify-content: center;
}

.header-top {
  border-bottom: 1px solid hsla(0,0%,63.5%,.6);
}

nav.top-nav-bar.page-center {
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  flex: 1 0 auto;
  width: auto;
  max-width: 100%;
  max-width: 90rem;
  padding: 0.8125rem 2.5rem;
  display:none;
}
nav.top-nav-bar.page-center ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
nav.top-nav-bar.page-center ul li {
  margin: 0 0 0 3%;
  display: inline-block;
  transition: all .5s ease 0s;
  margin-left: 2.8125rem;
  position:relative;
}
nav.top-nav-bar.page-center ul li a {
  text-transform: uppercase;
  transition: all .5s ease 0s;
  white-space: nowrap;
  color: #464646;
  font-size: .75rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-decoration: none;
  position: relative;
}
nav.top-nav-bar.page-center ul li:not(:last-child) a:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #70a333;
  transition: all .5s ease;
  opacity: 0;
}

nav.top-nav-bar.page-center ul li a:hover{
  color: #70a333;
}
nav.top-nav-bar.page-center ul li:not(:last-child) a:hover:before {
  max-width: 100%;
  opacity: 1;
  transition: max-width .5s ease;
}
nav.top-nav-bar.page-center ul li:nth-child(2) a:after {
  content: "\f672";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  font-size: .8125rem;
  margin-left: 0.5rem;
  transform: none!important;
}
nav.top-nav-bar.page-center ul li:nth-child(3) a:after {
  content: "\f002";
  font-family: Font Awesome\ 5 Pro;
  font-size: .875rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
.header-bottom.page-center{
  max-width: 90rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  max-width: 120rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.header-logo {
  flex: 0 0 auto;
  max-width: 125px;
  width: auto;
  z-index: 5;
}
.header-menu-wrapper {
  display: none;
}
.header-menu-wrapper {
  flex: 1 0 auto;
  width: auto;
  max-width: 100%;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li {
  transition: all .5s ease 0s;
  margin: 0 0 0 3%;
  display: inline-block;
  position:relative;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>a {
  color: #464646;
  font-size: .875rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  transition: all .5s ease 0s;
  white-space: nowrap;
  display: block;
  text-decoration: none;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  margin-left: 0.625rem;
  transition: all .5s ease 0s;
}

.header-menu-wrapper .hs-menu-wrapper>ul>li:not(:first-child)>ul {
  background: #fff;
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  position: absolute;
  top: 100%;
  width: 300px;
  display: block;
  max-height: 0;
  transition: max-height 0s ease-in-out;
  overflow: hidden;
  padding: 0;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:first-child>ul {
  background: #fff;
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  position: absolute;
  top: 100%;
  width: 300px;
  display: block;
  opacity:0;
  visibility:hidden;
  padding: 0;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
  color: #464646;
  font-size: .875rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  transition: all .5s ease 0s;
  white-space: nowrap;
  min-width: 0;
  display: inline;
  font-size: 16px;
  text-transform: none!important;
  line-height: 24px!important;
  display: block;
  text-decoration: none;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 2.8125rem!important;
  padding-right: 2.8125rem!important;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #70a333;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:hover>ul {
  height: auto;
  max-height: 500px;
  transition: max-height .5s ease-in-out;
}

.header-menu-wrapper .hs-menu-wrapper>ul>li:first-child:hover>ul {
  visibility:visible;
  opacity:1;
}
.header-top {
  text-align: right;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a {
  transition: background-color .3s ease-in-out,opacity .3s ease-in-out,color .3s ease-in-out;
  appearance: none;
  background-color: #70a333;
  box-shadow: none;
  height: 51px;
  border-radius: 51px;
  text-align: center;
  width: auto;
  font-size: .875rem;
  padding: 1.1875rem 3.125rem 1.1875rem 1.5625rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .84px;
  line-height: .8125rem;
  color: #fff;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:hover {
  background-color: #96ca54;
  color:#fff;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:after {
  content: "\f105";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  font-size: 100%;
  margin-left: 0.625rem;
  font-size: 1.2em;
  position: absolute;
  left: calc(100% - 45px);
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:hover:after {
  content: "\f178";
  font-weight: 300;
  font-size: 1.25rem;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li:not(:last-child):hover>a:after {
  display: inline-block;
  transform: rotate(180deg);
  color: #70a333;
}

.header-menu-wrapper .hs-menu-wrapper>ul>li:hover>a,.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li a:hover {
  color: #70a333;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a:after {
  content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  margin-left: 0.625rem;
  transition: all .5s ease 0s;
  display: inline-block;
  transform: rotate(270deg);
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li a {
  font-size: 16px;
  line-height: 23px;
  color: #464646;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li{
  position:relative;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul,.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  position: absolute;
  left: 100%;
  background: #fff;
  width:300px;
  box-shadow: 0 4px 20px rgb(0 0 0 / 10%);
  visibility:hidden;
  opacity:0;
  top:0;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li:hover>ul,.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li:hover>ul {
  visibility:visible;
  opacity:1;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li,.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li{
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 2.8125rem!important;
  padding-right: 2.8125rem!important;
  position:relative;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li:last-child {
  padding-bottom: 20px;
}

.header-logo svg g path {
  fill: #2e2e2e;
}
.header-logo svg g path.color-green {
  fill: #96ca54;
}

.header-logo svg {
  width: 150px;
  vertical-align: middle;
}
.header-search.open-form {
  visibility: visible;
  transform: scale(1);
  opacity: 1;
  position: relative;
  left: 0;
  transition: transform .5s ease,opacity .5s ease;
}
input#search-submit {
  margin: 0;
  padding: 1px 25px;
  height: 51px;
  border-radius: 51px;
  text-align: center;
  width: auto;
}
label.search-label {
  width: 60%;
}
label.search-label span {
  height: 0.0625rem;
  width: 0.0625rem;
  clip: rect(0.0625rem,0.0625rem,0.0625rem,0.0625rem);
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}
label.search-label input {
  padding: 0.375rem 1.625rem!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  color: #464646;
  line-height: 1.5;
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid #a2a2a2;
  height: 46px;
  outline: none;
  min-width: 0;
  width: calc(100% - 0.625rem);
  height: 51px;
  font-size:16px;
}

.header-mobile-menu {
  position: fixed;
  top: 4.375rem;
  right: auto;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform .3s ease-in-out;
  z-index: 9998;
}

.toggler.cross span.hamburger:before {
  width: 9px;
  left: auto;
  right: 0;
  transition: width .4s ease;
}

.toggler.cross span.hamburger:after {
  width: 9px;
  left: auto;
  right: 0;
  transition: width .4s ease;
}
body.hidde {
  overflow: hidden;
}
.toggler {
  right: 1.5rem;
  display: block;
  width: 1rem;
  top: 0;
  left: 0;
  position: relative;
  border: none;
  cursor: pointer;
}
.header-mobile-menu-content {
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 3.125rem 2.125rem 5.625rem;
}

.toggler{
  width:16px;
  height:16px;
  display:flex;
  align-items:center;
}
.header-mobile-menu.open-menu {
  transform: translateX(0);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: stretch;
  display: flex!important;
  width: 100%;
}
.courtsy-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  margin-bottom: 2.9375rem;
  position: relative;
  margin-top: 40px;
}

.courtsy-menu ul li:not(:last-child) {
  margin-right: 0.625rem;
}
.courtsy-menu ul li a {
  font-size: .75rem;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  max-width: 100%;
}
.courtsy-menu ul li:nth-child(2) a:after {
  content: "\f672";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  font-size: .8125rem;
  margin-left: 0.5rem;
}
.courtsy-menu ul li:last-child a:after {
  content: "\f002";
  font-family: Font Awesome\ 5 Pro;
  font-size: .875rem;
  font-weight: 400;
  margin-left: 0.5rem;
}
.courtsy-menu ul li a:hover {
  color: #70a333;
  opacity: .6;
}
.mobile-menu .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.mobile-menu .hs-menu-wrapper>ul>li {
  padding: 0.5rem 0;
  line-height: 1;
  list-style: none;
  position: relative;
}
.mobile-menu .hs-menu-wrapper>ul>li>a {
  color: #464646;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 1;
  display: inline-block;
  max-width: calc(100% - 40px);
  text-decoration: none;
}
.child-trigger {
  padding: 0;
  position: absolute;
  right: 0;
  background-color: transparent;
  height: 1.5625rem;
  width: 2.1875rem;
  display: inline-block;
  z-index: 9999;
  outline: none;
  cursor: pointer;
  border: 0;
  text-align: center;
}


.child-trigger:after {
  content: "\f107";
  font-family: Font Awesome\ 5 Pro;
  font-size: 1.125rem;
}

.mobile-menu .hs-menu-wrapper>ul>li:last-child {
  padding: 0.5rem 0;
  line-height: 1;
  list-style: none;
  position: relative;
  display: block;
  width: 100%;
  border-top: 13px solid #e6bc3c;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 10px 50px rgb(0 0 0 / 5%);
  margin-right: 24px!important;
  margin-left: 0!important;
  margin-top: 55px;
  margin-bottom: 65px;
  padding: 0;
  border-color: #87346a!important;
}
.mobile-menu .hs-menu-wrapper>ul>li:last-child>a {
  color: #464646;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  padding: 20px 20px 20px 80px;
  font-size: 14px!important;
  line-height: 20px!important;
  white-space: break-spaces;
  height: 100%;
  display: flex!important;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  opacity: 1;
  max-width:100%;
}
.mobile-menu .hs-menu-wrapper>ul>li:last-child>a img ,.mobile-menu .hs-menu-wrapper>ul>li:nth-child(7)>a img{
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
span.menu-item-description {
  font-weight: 400;
  padding-top: 5px;
  text-transform: none;
}
.mobile-menu .hs-menu-wrapper>ul>li:nth-child(6) {
  padding: 0.5rem 0;
  line-height: 1;
  list-style: none;
  position: relative;
  position: absolute;
  bottom: 38px;
  left: 34px;
  right: 34px;
  padding: 0;
}
.mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>a {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-content: center;
  align-items: center;
  position: relative;
  line-height: normal;
  border: none;
  width: 100%;
  overflow: visible;
  text-decoration: none;
  transition: background-color .3s ease-in-out,opacity .3s ease-in-out,color .3s ease-in-out;
  appearance: none;
  background-color: #70a333;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  padding-left: 1.5625rem;
  padding-right: 3.125rem;
  font-size: .875rem;
  height: 56px;
  border-radius: 56px;
  text-align: center;
  font-weight: 600;
  font-style: normal;
  letter-spacing: .84px;
  max-width: 310px;
  margin: 0 auto;
  display: flex;
}
.mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>a:hover {
  background-color: #96ca54;
  color: #fff;
  opacity: 1;
}
.mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>a:after {
  margin-left: 0.625rem;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: Font Awesome\ 5 Pro;
  content: "\f105";
}
.mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>a:hover:after {
  content: "\f178";
  font-weight: 300;
  font-size: 1.25rem;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul {
  display: none;
}

.mobile-menu .hs-menu-wrapper>ul>li:nth-child(7) {
  display: block;
  width: 100%;
  border-top: 13px solid #e6bc3c;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 10px 50px rgb(0 0 0 / 5%);
  margin-right: 24px!important;
  margin-left: 0!important;
  margin-top: 55px;
  margin-bottom: 65px;
  padding: 0;
}
.mobile-menu .hs-menu-wrapper>ul>li:nth-child(7)>a {
  color: #464646;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 1;
  padding: 20px 20px 20px 80px;
  font-size: 14px!important;
  line-height: 20px!important;
  white-space: break-spaces;
  height: 100%;
  display: flex!important;
  align-items: flex-start;
  position: relative;
  flex-direction: column;
  max-width: 100%;
}
li.hs-menu-item.hs-menu-depth-1.none1, li.hs-menu-item.hs-menu-depth-1.none2 {
  display: none !important;
}

.mobile-menu .hs-menu-wrapper>ul>li ul {
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  visibility: visible;
  margin-bottom: 20px;
  margin-top: 17px;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li a{
  color: #464646;
  font-size: .875rem;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
  opacity: 1;
  display: inline-block;
  max-width: calc(100% - 40px);
  text-decoration: none;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
}
.child-trigger.child-open {
  transform: rotateX(180deg);
  color: #96ca54;
  opacity: 1;
}

.mobile-menu .hs-menu-wrapper>ul>li>ul li {
  padding: 0.5rem 0;
  line-height: 1;
  list-style: none;
  position: relative;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul.opened {
  display: block;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li.hs-item-has-children>a {
  font-weight: 600;
}
.mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>li:first-child>a,.mobile-menu .hs-menu-wrapper>ul>li>ul>li:first-child>.child-trigger:after {
  color: #e6bc3c !important;
}

.mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(2)>a,.mobile-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(2)>.child-trigger:after {
  color: #3ebfc0  !important;
}

.mobile-menu .hs-menu-wrapper>ul>li:first-child>ul>li:nth-child(3)>a, .mobile-menu .hs-menu-wrapper>ul>li>ul>li:nth-child(3)>:first-child.child-trigger:after {
  color: #286187 !important;
}
.header-lp .header-bottom.page-center {
  padding-bottom: 17.5px;
  padding-top: 17.5px;
}
.header-lp .header-main {
  position: fixed;
  top: 0;
  width: 100%;
}

.header-lp {
  min-height: 86px;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
  font-weight: bold;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li {
  padding-bottom: 10px;
  padding-top: 10px;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a{
  font-size:14px;
}
.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  overflow-y: auto;
  max-height: 500px;
}

.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul::-webkit-scrollbar-thumb {
  background: rgba(112, 163, 51, 1.0); 
  border-radius:20px;
}

.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul::-webkit-scrollbar {
  width: 10px;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul {
  display: none;
}
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li>ul {
  display: none;
}
.mobile-menu .hs-menu-wrapper>ul>li.child-open>a,
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li.child-open>a,
.mobile-menu .hs-menu-wrapper>ul>li>ul>li.child-open>a {
  color: #96ca54!important;
}

.mobile-menu .hs-menu-wrapper>ul>li.child-open>.child-trigger,
.mobile-menu .hs-menu-wrapper>ul>li>ul>li>ul>li.child-open>.child-trigger,
.mobile-menu .hs-menu-wrapper>ul>li>ul>li.child-open>.child-trigger {
  transform: rotateX(180deg);
  color: #96ca54;
  opacity: 1;
  top:0;
}
/***********************media*****************************************************************************************/

@media screen and (min-width: 300px){
  nav.top-nav-bar.page-center ul {
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    text-align: right;
  }
}
@media screen and (min-width: 768px){
  .mobile-menu .hs-menu-wrapper>ul>li:nth-child(6)>a:after {
    position: absolute;
    left: calc(100% - 45px);
  }
}
@media screen and (min-width: 992px){
  .header-main {
    position: sticky;
    z-index: 100;
    top: -3.1875rem;
  }
  body.sticky .header-main {
    position: fixed;
  }
  .min-height {
    min-height: 137px;
  }
  nav.top-nav-bar.page-center {
    display: block;
  }
  nav.top-nav-bar.page-center ul {
    position: static;
  }
  .header-bottom.page-center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-logo {
    max-width: 150px;
  }
  .header-menu-wrapper {
    display: block;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul {
    position: static;
    display: flex;
    max-height: 86px;
    align-items: center;
    justify-content: flex-end;
    padding: 0;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li {
    position: relative;
    padding: 34px 0;
  }
  .header-mobile-menu {
    display: none;
  }
  .toggler {
    display: none;
  }
}

@media screen and (min-width: 71.25rem){
  nav.top-nav-bar.page-center ul {
    padding-right: 0;
    padding-left: 0;
  }

}

@media screen and (max-width: 1205px){
  .header-menu-wrapper .hs-menu-wrapper>ul>li>a {
    font-size: .8125rem;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a {
    font-size: 14px;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li a {
    font-size: 14px;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li {
    padding-bottom: 20px;
    padding-left: 2rem!important;
    padding-right: 2rem!important;
    padding-top: 20px;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul, .header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li>ul{
    width:250px;
  }
}

@media screen and (max-width: 1165px){

  .header-menu-wrapper .hs-menu-wrapper>ul>li {
    margin: 0 0 0 2%;
  }
}


@media screen and (max-width: 1100px){
  .header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a {
    padding: 0.9375rem 1.875rem 0.9375rem 0.9375rem;
    font-size: .75rem;
    line-height: 1.375rem;
  }

  .header-menu-wrapper .hs-menu-wrapper>ul>li:last-child>a:after {
    left: calc(100% - 35px);
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>a {
    font-size: 12px;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li {

    margin: 0 0 0 1.5%;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>a,.header-menu-wrapper .hs-menu-wrapper>ul>li>ul>li>ul>li a {
    font-size: 12px;
  }
  .header-menu-wrapper .hs-menu-wrapper>ul>li:first-child ul {
    width: 230px;
  }
}
@media screen and (max-width: 991px){

  .header-bottom.page-center {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }


  .header-bottom.page-center {
    padding-left: 34px;
    padding-right: 34px;
  }

  span.hamburger {
    position: absolute;
    right: 0;
    background: #70a333;
    height: 0.125rem;
    width: 1rem;
    border-radius: 0;
    content: "";
    cursor: pointer;
    display: block;
    transform-origin: center center;
    transition: transform .3s ease-in-out,background-color .3s ease-in-out,all .4s ease-in-out;
  }

  span.hamburger:before {
    position: absolute;
    right: 0;
    background: #70a333;
    height: 0.125rem;
    width: 1rem;
    border-radius: 0;
    content: "";
    cursor: pointer;
    display: block;
    transform-origin: center center;
    transition: transform .3s ease-in-out,background-color .3s ease-in-out,all .4s ease-in-out;
    transform: translateY(-300%);
  }

  span.hamburger:after {
    position: absolute;
    right: 0;
    background: #70a333;
    height: 0.125rem;
    width: 1rem;
    border-radius: 0;
    content: "";
    cursor: pointer;
    display: block;
    transform-origin: center center;
    transition: transform .3s ease-in-out,background-color .3s ease-in-out,all .4s ease-in-out;
    transform: translateY(300%);
  }
  .header-logo svg {
    height: 35px;
    vertical-align: middle;
    width: 125px;
  }
  .header-lp .header-bottom.page-center {
    padding-bottom: 12px;
    padding-top: 12px;
  }
  .header-lp {
    min-height: 66px;
  }
  .header-lp .header-main {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .header-lp .header-logo svg {
    position: relative;
    left: -4px;
    top: 4px;
  }
  .header-main {
    position: absolute;
  }
  .header-bottom.page-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .header-lp .header-logo svg {
    vertical-align: baseline;
  }
  body.hidde .header-logo svg {
    vertical-align: baseline;
  }
}

@media screen and (max-width: 767px){
  .header-search.open-form {
    margin-top: 0.3125rem;
  }
  form#search-form-live {
    max-width: 90%;
    margin: 0 auto;
  }
  input#search-submit {
    width: 30%;
  }
}


@media screen and (max-width: 480px){
  input#search-submit {
    justify-content: center;
    display: flex;
  }

}
.footer {
  width: 100%;
  background: #464646;
  position: relative;
  z-index: 2;
}
.footer-bottom {
  position: relative;
  width: 100%;
  padding-top: 2.1875rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #757575;
}
.footer-bottom .page-center {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 68.75rem;
  position: relative;
}
.footer-bottom .page-center {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
}
.footer-left {
  flex-basis: 30%;
}
.footer-right {
  flex-basis: 70%;
}
.footer-copy {
  padding: 0 1.875rem 0 0;
  color: #fff;
  font-size: .75rem;
  line-height: 1.25rem;
  letter-spacing: -.02em;
}
.footer-copy p {
  margin: 0;
}
.footer-copy p {
  margin: 0;
  color: #fff;
  color: #fff;
  font-size: .75rem;
  line-height: 1.25rem;
}
.footer-copy p span {
  display: block;
}
.footer-copy p a {
  text-decoration: none;
  color: #fff;
}
.footer-copy p a:hover {
  text-decoration: none;
  color: #fff;
  opacity:.6;
}
.footer-right img {
  margin-right: 1.5625rem;
  vertical-align:middle;
}
.page-center.footer-top {
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  max-width: 68.75rem;
  position: relative;
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  width: 100%;
  padding-top: 5.625rem;
  padding-bottom: 3.75rem;
  max-width: 1200px;
}
.ftr-section-1 {
  flex-basis: 30%;
}

.ftr-section-2 {
  flex-basis: 70%;
}
.footer-logo a {
  display: block;
  margin-bottom: 5.2rem;
  color: #2e2e2e;
  opacity: 1;
  transition: all .3s ease-in-out;
}
.footer-logo a img {
  height: auto;
  max-width: 100%;
  opacity: 1;
  transition: opacity 400ms;
  transition-delay: 0ms;
  display: block;
  margin-bottom: 5.625rem;
  vertical-align: middle;
}


.footer-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-social ul li {
  display: inline-block;
}

.footer-social ul li a {
  margin-right: 1.25rem;
  color: #fff;
  font-size: 1.5rem;
  border: 1px solid transparent;
  border-radius: 50%;
  width: 38px;
  text-align: center;
  display: block;
}

.footer-social ul li:last-child a {
  margin-right: 0;
}

.footer-social ul li a i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

i.fab.fa-twitter:before {
  content: "\f099";
}

i.fab.fa-linkedin-in:before {
  content: "\f0e1";
}

i.fab.fa-facebook-f:before {
  content: "\f39e";
}

.footer-social ul li a:hover {
  background-color: #70a333;
  border-color: #70a333;
  opacity: 1;
}
.footer-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.navigation1 {
  margin-bottom: 5.625rem;
}
.navigation2 {
  display: flex;
  flex: 0 0 100%;
  flex-flow: row wrap;
  justify-content: space-between;
  width: 100%;
}
.resource li {
  padding: 0;
  list-style: none;
  margin: 0;
  padding-left: 5rem;
}
.resource {
  display: inline-flex;
}
.resource li a {
  display: inline;
  color: #fff;
  font-size: .875rem;
  text-decoration: none;
}
.resource li a:after {
  content: "\f672";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 400;
  padding-left: 0.3125rem;
}
.navigation2 ul {
  display: inline-flex;
}
.navigation2 ul li a {
  display: inline;
  color: #fff;
  text-decoration: none;
}
.navigation2 ul li a:after {
  content: "|";
  display: inline-block;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  color: #fff;
}
.navigation2 ul li:last-child a:after {
  content:none;
}
.navigation1 .hs-menu-wrapper>ul {
  padding: 0;
  display: flex;
  flex: 0 0 100%;
  width: 100%;
}
.navigation1 .hs-menu-wrapper>ul>li {
  padding: 0 3.125rem 0 0;
  flex: 1 1 auto;
}
.navigation1 .hs-menu-wrapper>ul>li>a {
  min-height: 3.125rem;
  margin-bottom: 1.5625rem;
  color: #96ca54;
  font-size: 1.125rem;
  line-height: 1.33;
  font-weight: 600;
  letter-spacing: normal;
  position: relative;
  transition: padding-left .5s ease;
  text-decoration: none;
  display: inline-block;
}
.navigation1 .hs-menu-wrapper>ul>li>a:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 0;
  position: absolute;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #fff;
  transition: all .5s ease;
  opacity: 0;
}
.navigation1 .hs-menu-wrapper>ul>li>a:hover:after {
  max-width: 100%;
  opacity: 1;
  transition: max-width .5s ease;
}
.navigation1 .hs-menu-wrapper>ul>li>a:hover {
  color: #fff;
  opacity: 1;
  border-color: #fff;
}
.navigation2 ul li a:hover,.resource li a:hover{

  text-decoration: none;
  color: #96ca54;
  opacity: 1;
}
.navigation2 ul {
  padding: 0;
}
.navigation1 .hs-menu-wrapper>ul>li>ul {
  padding: 0;
}
.navigation1 .hs-menu-wrapper>ul>li>ul>li>a {
  color: #fff;
  font-size: .875rem;
  line-height: 1.5rem;
  white-space: nowrap;
  letter-spacing: -.42px;
  transition: color .3s linear;
  text-decoration: none;
  display: inline-block;
}
.navigation1 .hs-menu-wrapper>ul>li>ul>li>a:hover {
  color: #96ca54;
  opacity: 1;
}
a.back-to-top {
  display: inline-block;
  display: block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center;
  background-color: #2e2e2e;
  border: 2px solid #2e2e2e;
  position: fixed;
  bottom: 42px;
  right: 42px;
  transition: background-color .3s,opacity .5s,visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  -webkit-filter: drop-shadow(1px 1px 12px rgba(0,0,0,.3));
  filter: drop-shadow(1px 1px 12px rgba(0,0,0,.3));
  display: block;
  height: 58px;
  width: 58px;
  border-radius: 50%;
  text-align: center;
  opacity: 1;
  visibility: visible;
}
a.back-to-top:after {
  content: "\f176";
  font-family: Font Awesome\ 5 Pro;
  font-weight: 300;
  font-size: 1rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
a.back-to-top:hover {
  cursor: pointer;
  background-color: #333;
}
.footer-logo a svg {
  width: 13rem;
}
.footer-logo a:hover {
  opacity: .6;
}
@media screen and (min-width: 992px){
  .footer-logos {
    display: none;
  }
  .navigation1 .hs-menu-wrapper>ul>li:last-child {
    display: none;
  }
  a.back-to-top:after {
    font-size: 1.375rem;
  }
  .navigation1 .hs-menu-wrapper>ul>li:nth-child(3)>ul>li:nth-child(2) {
    display: none;
  }
}
@media screen and (min-width:71.25rem){
  .footer-bottom .page-center {
    padding: 0;
  }
  .page-center.footer-top {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 1240px) and (min-width:1140px){
  .page-center.footer-top{
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 1199px){
  .footer-left {
    flex-basis: 100%;
    order: 2;
  }
  .footer-right {
    margin-bottom: 1.875rem;
    flex-basis: 100%;
  }
  .ftr-section-1 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    margin-bottom: 2.9rem;
    flex-basis: 100%;
  }
  .ftr-section-2 {
    flex-basis: 100%;
  }

  .navigation1 {
    margin-bottom: 1.875rem;
  }

  .navigation1 .hs-menu-wrapper>ul>li:nth-child(3) {
    padding: 0;
  }

  .footer-logo a {
    margin: 0;
  }

  .footer-logo a img {
    margin: 0;
  }
}


@media screen and (max-width: 991px){
  .footer-right {
    display: none;
  }
  a.back-to-top {
    height: 40px;
    width: 40px;
  }
  .navigation2 {
    display: none;
  }
  .navigation1 .hs-menu-wrapper>ul>li:nth-child(4), .navigation1 .hs-menu-wrapper>ul>li:nth-child(5) {
    display: none;
  }
  .navigation1 .hs-menu-wrapper>ul>li:last-child>a {
    display: none;
  }
  .ftr-section-1 .footer-social {
    display: none;
  }
  .footer-logos .footer-social {
    order: 1;
    margin: 0 10px 25px 0;
  }
  .footer-logos .footer-social ul li a {
    width: 34px;
    background-color: transparent!important;
    border: 0!important;
  }
  .footer-logos .footer-social ul li a:hover {
    color: #96ca54;
  }
  .footer-logos-image {
    order: 3;
    margin: 0 10px 25px 0;
    display: flex;
  }
  .footer-logos-image>div {
    display: flex;
  }
  .footer-logos-image>div img:first-child {
    order: 2;
  }

  .footer-logos-image>div img:nth-child(2) {
    order: 1;
  }

  .footer-logos-image>div img:last-child {
    order: 3;
  }
  .footer-logos-image img {
    margin: 0 10px 0px 0;
  }
  .footer-logo a svg {
    width: 183px;
    vertical-align: middle;
  }
  .navigation1 .hs-menu-wrapper>ul>li:last-child {
    padding: 0;
  }
  .ftr-section-1 {
    margin-bottom: 1.9rem;
  }
}

@media screen and (max-width: 767px){
  .footer-logo a:hover {
    opacity: .6;
  }

  .page-center.footer-top {
    padding-top: 2.5rem;
    padding-bottom: 1.5625rem;
  }

  .footer-bottom {
    padding-top: 0;
    padding-bottom: 1.5625rem;
    border-top: 0 solid transparent;
  }

  .footer-copy {
    padding: 0;
    letter-spacing: -.01em;
  }

  .footer-copy p {
    padding: 0;
    letter-spacing: -.01em;
  }

  .footer-copy p span {
    margin-top: 0.625rem;
    display: flex;
    justify-content: space-between;
    max-width: 285px;
  }

  .footer-copy p a {
    font-weight: 500;
  }
  .ftr-section-1 {
    margin-bottom: 2.5rem;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .navigation1 {
    margin-bottom: 0;
  }

  .navigation1 .hs-menu-wrapper>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .navigation1 .hs-menu-wrapper>ul>li {
    flex: none;
    margin-bottom: 2.5rem;
    width: 48%;
    padding: 0;
    margin-right: 10px;
  }

  .navigation1 .hs-menu-wrapper>ul>li>a {
    margin-bottom: 0;
    font-size: .8125rem;
    line-height: 1.625rem;
    min-height: auto;
    font-size: .8125rem;
    line-height: 1.5rem;
  }

  .navigation1 .hs-menu-wrapper>ul>li>a:after {
    content: none;
  }

  .navigation1 .hs-menu-wrapper>ul>li>ul {
    margin-top: 8px;
  }
  .footer-logos-image {

    flex-wrap: wrap;
  }
  .footer-logos-image>div {
    flex-wrap: wrap;
  }
  .footer-logos-image img {
    margin: 0 10px 25px 0;
  }
}


@media screen and (max-width: 460px){

  .footer-logos-image img {
    margin: 0 5px 25px 0;
  }
  .footer-logos-image img:last-child {
    margin: 0;
  }



}
/* Menu and simple menu */

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


.banner-section .dnd-section>.row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.banner-section .dnd-section {
  padding: 0;
}