*, *: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 ;
    }
}
.page-center,
.content-wrapper,
.dnd-section > .row-fluid,
.wrapper {
  margin: 0 auto;
}

@media (min-width: 750px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid,
  .wrapper {
/*     padding-left: 2rem;
    padding-right: 2rem; */
  }
}

@media (min-width: 960px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid,
  .wrapper {
  }
}

@media (min-width: 1280px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid,
  .wrapper {
  }
}

@media (min-width: 1480px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid,
  .wrapper {
  }
}

@media (min-width: 1680px) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid,
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
@font-face { font-family: "navigo"; src: 
  url("https://use.typekit.net/af/9e5578/00000000000000003b9b01ff/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff2"), 
  url("https://use.typekit.net/af/9e5578/00000000000000003b9b01ff/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("woff"), 
  url("https://use.typekit.net/af/9e5578/00000000000000003b9b01ff/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n5&v=3") format("opentype"); 
  font-style: normal; 
  font-weight: 500; 
  font-display: auto; 
}

@font-face {
  font-family: 'Syne Simi Bold';
  src: url('https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/assets-2025/fonts/Syne-SemiBold.ttf') format('truetype');
  font-style: normal; 
  font-weight: 700; 
  font-display: auto; 
}

@font-face {
  font-family: 'Syne Bold';
  src: url('https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/assets-2025/fonts/Syne-Bold.ttf') format('truetype');
  font-style: normal; 
  font-weight: 900; 
  font-display: auto; 
}

body {
  line-height: 1.5;
  word-break: break-word;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
  font-family: Arial, Helvetica, sans-serif !important;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  font-family: 'Syne Bold' !important;
}
h1 {
  line-height: 1.1;
  letter-spacing: -0.09rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 16px;
}

/* Labels */

form label {
  display: block;
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  font-weight: 400;
  font-size: 0.875rem;
  color: #000;
}



/* 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 {
  display: block;
  overflow: visible;
  line-height: 1.5;
  font-style: normal;
  color: #2e3b42;
  background-color: transparent;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid #6dcff6;
  border-radius: 0px;
  height: 2.4375rem;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  width: 100%;
  margin: 0;
  max-width: 767px;
}

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;
  border-bottom: 1px solid #000;
  background-color: #fefefe;
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}

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: 1px solid #790000;
}

.hs-error-msg,
.hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  font-style: normal;
  -webkit-appearance: button;
  border: 1px solid;
  border-color: #000;
  border-radius: 0;
  background: transparent;
  color: #000;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.5rem 1.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

form input[type=submit]:hover,
form .hs-button:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (min-width: 750px) {
  form label {
    font-size: 1rem;
  }
  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-size: 1rem;
  }
  form input[type=submit],
  form .hs-button {
    font-size: 1rem;
  }
}

@media (min-width: 1280px) {
  form label {
    font-size: 1.0625rem;
  }
  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-size: 1.0625rem;
  }
  form input[type=submit],
  form .hs-button {
    font-size: 1.0625rem;
  }
}

#hs-search-module .hs-button {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .migration .span4 {
    margin-bottom: 30px;
  }
}
/* 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;
}
.menu-toggle--open {
  display:none;
}
.search-toggle--open {
  display: none;
  position: fixed;
  z-index: 200;
  top: 1.6rem;
  right: 5rem;
}

.submenu.level-1 > .has-submenu > .menu-arrow{
  display:none !important;
}

.submenu-toggle {
  display: none;
}

.site-header-wrapper {
  position: fixed;
  margin: auto;
  inset: 0px auto auto 0px;
  box-sizing: border-box;
  width: 100%;
  transition: height 0.3s ease-in-out 0.2s;
  background-color: #fff;
  z-index: 1000;
}

header.site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.scrollmagic-pin-spacer.new-header header.site-header{
 padding-top: 30px;
    padding-bottom: 30px;
  
}

header.wrapper {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
.site-branding {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.site-branding div span {
  width: 100%;
  display: block;
}
.site-branding div {
  display: block;
  width: 100%;
}
h5.site-title {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 87px;
  height: 39px;
}

.menu-mobile-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #2e3b42;
  padding: 1rem;

}
.menu-primary-container div span {
  display: block;
  width: 100%;
}

.menu-primary-container div {
  width: 100%;
  display: block;
}
.menu-primary-container .navigation-primary {
  display: inline-block;
  width: 100%;
}
.menu-primary-container div nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-primary-container div nav > ul > li {
  display: inline-block;;
  position: relative;
  float: left;
  padding: 0.25rem;
  margin-right: 2.5rem;
}
li.search-icon {
  background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  width: 18px;
  padding:0.25rem;
  height: 18px;
  top: 6px;
  margin-right: 0px !important;
  cursor: pointer;
}
.menu-primary-container div nav > ul > li.has-submenu::after {
  display: inline-block;
  content: "";
  background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-black-chevron--down.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu-primary-container div nav  >ul > li.has-submenu:hover::after {
  background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-black-minus.png);
}



.menu-primary-container div nav > ul > li > a {
  font-size: 1rem;
  display: inline-block;
  text-decoration: none;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  transition: all 0.3s ease;
  font-family: DM sans;
  font-weight: 500;
  color: #000 ;
}
.menu-primary-container div nav ul ul {
  background-color: #fff;
  float: left;
  position: absolute;
  top: 100%;
  left: auto;
  z-index: 99999;
  padding-top: 1.5rem;
  padding-bottom: 0.25rem;
  padding-left: 0.25rem;
  opacity: 0;
}
.menu-primary-container div nav > ul > li.has-submenu:hover > ul{
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out 0.4s;
  transition: opacity 0.3s ease-in-out 0.4s;
}

.menu-primary-container div nav ul ul li {
  width: 260px;
  margin-bottom: 0.5rem;
  margin-right: 4.55rem;
  position: relative;
}

.menu-primary-container div nav ul  ul li a {
  font-size: 1.1875rem;
  padding: 0;
  display: inline-block;
  color: #000;
  font-weight: 500;
  position: relative;
  transition: all 0.3s ease;
}
.menu-primary-container div nav ul li ul li a::after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #2e3b42;
  opacity: 1;
  display: block;
  left: 0.05em;
  bottom: 0.04em;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.menu-primary-container div nav ul li ul li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menu-primary-container {
  font-size: 0;
}

.menu-primary-container nav > ul:after {
  content: '';
  display: table;
  clear: both;
}

.menu-primary-container div nav>ul>li.has-submenu>a {
  margin-right: 4px;
}

.toggled .icon__search {
  width: 26px;
  height: 26px;
  color: #fff;
}

.search-panel--wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  z-index: 9999;
}

.search-panel--show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.search-panel {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2e3b42;
  color: #fff;
  overflow: auto;
  padding: 1.6rem;
}

.search-toggle--close {
  -webkit-appearance: button;
  background: transparent;
  border: none;
  padding: 0;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-style: normal;
  float: right;
  color: #fff;
}

.search-toggle--close .icon__close {
  display: inline-block !important;
  width: 22px !important;
  height: 22px !important;
}

.search-toggle--close:hover {
  background-color: transparent;
}

.search-form--panel {
  clear: both;
  margin-top: 8rem;
}

.search-form--panel .search-form__wrap {
  border-bottom: 1px solid #6dcff6;
  padding-bottom: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}

.search-form--panel input[type="search"] {
  line-height: 1.5;
  font-style: normal;
  -webkit-appearance: textfield;
  outline-offset: -2px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-radius: 0px;
  padding: 3px 0;
  color: #fff;
  border-bottom: 0;
  background-color: transparent;
  font-family: navigo,Arial,Helvetica,sans-serif;
  font-weight: 500;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: auto;
  font-size: 1.25rem;
  outline: 0;
}

.search-form--panel ::-webkit-input-placeholder {
  color: #fff;
}

.search-form--panel input[type="submit"] {
  display: inline-block;
  background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-arrow--right-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  width: 23px;
  height: 22px;
  -ms-flex-preferred-size: 23px;
  flex-basis: 23px;
  background-color: transparent !important;
}

label.search-form__label {
  color: #fff;
  font-size: 1rem;
  line-height: 1.5;
}

.site-header-wrapper.hovered {
  height: 200px;
}






@media (min-width: 600px) {
  .search-form--panel input[type="search"] {
    font-size: 28px;
    font-size: 1.75rem;
  }

  .search-form--panel input[type="submit"] {
    width: 34px;
    height: 32px;
    -ms-flex-preferred-size: 34px;
    flex-basis: 34px;
  }
}

@media (min-width: 750px) {
  header.wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .menu-mobile-container{
    padding: 2rem 2rem 0;
  }
  h5.site-title{
    width: 165px;
    height: 73px;
  }
  .new-header-logo h5.site-title{
    width: 321px;
    height: 86px;
  }
  .search-toggle--open {
    top: 2.7rem;
    right: 6rem;
  }
  .search-panel {
    padding: 2.7rem;
  }
}

@media (min-width: 960px) {
  header.wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .menu-mobile-container{
    padding: 3rem 3rem 0;
  }
  .search-form--panel input[type="search"] {
    font-size: 42px;
    font-size: 2.625rem;
  }
}

@media (min-width: 1120px) {
  .menu-toggle {
    display: none;
  }
  .search-toggle--open {
    display: none;
  }
  .menu-primary-container{
    display:block;
  }
  .site-header-wrapper {
    height: 100px;
  }
  .scrollmagic-pin-spacer {
/*     min-height: 100px; */
  }
  .scrollmagic-pin-spacer.new-header{
/*   min-height: 196px; */
  }
  .scrollmagic-pin-spacer.new-header .site-header-wrapper {
    height: auto;
  }
  
  .search-panel--wrap {
    width: 64.3%;
    bottom: 2rem;
  }
  .search-panel {
    padding: 4rem;
  }
  .search-toggle--close .icon__close {
    width: 26px !important;
    height: 26px !important;
  }
}
@media (min-width: 1280px) {
  header.wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .menu-primary-container div nav>ul>li {
    margin-right: 1rem;
  }
   .menu-primary-container div nav>ul>li:last-child {
    margin-right: 0;
  }
}
.scrollmagic-pin-spacer.new-header .menu-primary-container div nav>ul>li>a{
  color: #18191a !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 3px;
}
.scrollmagic-pin-spacer.new-header .menu-primary-container div nav>ul>li{
margin-right: 1.05rem;
}

@media (min-width: 1480px) {
  header.wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .menu-primary-container div nav>ul>li>a{
    font-size: 20px;
    
  }
  .menu-primary-container div nav>ul>li.has-submenu>a {
    margin-right: 5px;
  }
}

@media (min-width: 1680px) {
  .site-header-wrapper{
    height: auto;
  }
  .scrollmagic-pin-spacer {
    min-height: auto;
  }
  header.wrapper{
    padding-left: 0;
    padding-right: 0;
  }
  .menu-primary-container div nav>ul>li {
    margin-right: 4.55rem;
  }
  .site-header-wrapper {
    height: 120px;
  }
}
@media(max-width: 1280px){
.new-header-logo h5.site-title {
       width: 268px;
    height: 72px;
    margin-right: 15px;
}
  .menu-primary-container div nav>ul>li{
  margin-right: 8px;
  }
  .scrollmagic-pin-spacer.new-header header.site-header {
       padding: 40px 50px;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    background-color: #fff;
}
  .scrollmagic-pin-spacer.new-header .site-header-wrapper {
/*     height: 130px; */
}
  .scrollmagic-pin-spacer.new-header {
/*     min-height: 130px; */
}
}

.menu-mobile-container .fancybox{
  display: none;
}
.scrollmagic-pin-spacer.new-header header.site-header{
  
}
/* Max Width */
@media (max-width:1119px) {
  .menu-primary-container{
    display:none;
  }
  .menu-toggle--open {
    background: transparent;
    border: none;
    padding: 0;
    color: #000;
  }
  
  .menu-mobile-container .fancybox{
        border: 2px solid #2e4c80;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    line-height: normal;
/*     display: flex; */
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    max-width: 360px;
    color: #2e4c80;
    padding: 15px 0;
    margin-top: 46px;
  }
   .new-header .menu-mobile-container{
        height: max-content;
  }
  .menu-mobile-container .fancybox img {
    width: 29px;
    height: 29px;
    margin-left: 14px;
}

  .menu-toggle--open .svg.icon.icon__menu {
    width: 34px;
    height: 22px;
  }

  .menu-toggle--open{
    display:block;
    cursor:pointer;
  }
  svg.icon.icon__menu {
    width: 40px;
    height: 22px;
  }
  .toggled svg.icon.icon__menu{
    display:none;
  }
  .menu-mobile-container div {
    width: 100%;
    display: block;
  }

  .menu-mobile-container div span {
    width: 100%;
    display: block;
  }

  .menu-mobile-container div span div {
    display: block;
    width: 100%;
  }

  .menu-mobile-container nav > ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top: 7.5rem;
  }
  .menu-mobile-container nav ul li{
    width:100%;
    display:block;
  }

  .menu-mobile-container nav > ul li > a{
    color: #fff;
    display: block;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 700;
    padding-right: 3rem;
    cursor: pointer;
    border-top: 1px solid #6dcff6;
    width:100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    position:relative;
  }

  svg.icon.icon__close {
    display: none;
    width: 34px;
    height: 22px;
    position: relative;
    z-index: 200;
    color: #fff;
  }

  .toggled svg.icon.icon__close{
    display:block;
  }
  .toggled .menu-mobile-container{
    display:block;
  }
  .toggled h5.site-title {
    position: relative;
    z-index: 200;
    background-image:url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/esr-logo--white.png);
  }
    .toggled .new-header h5.site-title {
    position: relative;
    z-index: 200;
    background-image:url('https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/Vector_Smart_Object.svg');
  }
  .new-header .menu-mobile-container nav>ul{
    margin-top:0;
  }
  .new-header .menu-mobile-container nav>ul li>a{
  color: #000;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.25);
    padding: 1rem;
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 1.79px;
  }
  .new-header .menu-mobile-container nav>ul li:last-child>a {
    border-bottom: 1px solid rgba(0,0,0,0.25);
}
  .new-header svg.icon.icon__close{
  color: #000;
  }
  .new-header .menu-mobile-container{
  background-color: #ffffff;
    margin-top: 156px;
    padding: 3rem 50px;
    z-index: -1;
  }
  .toggled .search-toggle--open {
    display:block;
  }
  .menu-mobile-container nav > ul li.has-submenu > a::after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "";
    background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-chevron-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 1.5rem;
  }
  .menu-mobile-container nav > ul li.has-submenu.child-open > a::after {
    background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-minus.png);
  }
  .menu-mobile-container nav ul li ul {
    position: static ;
    display: none ;
    opacity:1;
    padding:0px;
    margin:0;
  }
  .menu-mobile-container nav ul li ul li a {
    border-top: none;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 1rem;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    padding-right: 3rem;
    cursor: pointer;
  }
  .scrollmagic-pin-spacer {
/*     min-height: 112px; */
  }
  .menu-mobile-container .navigation-primary {
    overflow: auto;
    max-height: 90vh;
  }
}

@media (max-width: 749px) {
  #main-content {
    padding-top: 93px;
}
  .scrollmagic-pin-spacer {
/*     min-height: 78px; */
  }
}
@media(max-width: 640px){
  .new-header-logo h5.site-title{
      width: 180px;
    height: 48px;
  }
  .scrollmagic-pin-spacer.new-header header.site-header{
  padding: 20px;
  }
  .new-header .menu-mobile-container{
      margin-top: 90px;
    padding: 3rem 20px;
  }
  .new-header .menu-mobile-container nav>ul li>a{
      padding: 10px 15px;
    font-size: 18px;
  }
}
footer a {
  font-weight: 500;
}
.accordionContent{
  display:none;
}

.footer-wrapper {
  background-color: #2e3b42;
  color: #fff;
}
footer.site-footer {
  position: relative;
}
footer.wrapper {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;

}
.footer-logo-wrapper{
  margin-bottom: 2rem;
}
footer h5.site-footer {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 118px;
  height: 52px;
}
.grid-primary {
  overflow: hidden;
}
.footer-wrapper {
  padding-top: 2rem;
  padding-bottom: 5rem;
}
.subscribe-form {
  margin-bottom: 2rem;
}
h4.subscribe-form-title{
  font-size: 1.1875rem;
  font-weight: 400;
  position: relative;
  display: block;
  padding-right: 3rem;
  cursor: pointer;
  border-top: 1px solid #6dcff6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #fff;
  margin-bottom:0px;
}
.form {
  width: 100%;
}
.gform {
  padding-bottom: 2rem;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
}
.form ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.form ul li {
  margin-top: 16px;
  padding-top: 0;
  margin-left: 0!important;
  list-style: none!important;
  overflow: visible;
}
h4.subscribe-form-title::after{
  top: 1.5rem;
}
h4.subscribe-form-title::after {
  position: absolute;
  right: 0;
  display: inline-block;
  content: "";
  background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-chevron-down.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 9px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
h4.subscribe-form-title.on::after {
  background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-minus.png);
}
nav.navigation {
  margin-bottom: 2rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
nav.navigation nav ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
nav.navigation nav  ul li {
  -webkit-box-flex: 1; 
  -ms-flex: 1;
  flex: 1; 
}
nav.navigation nav > ul li a {
  position: relative;
  text-decoration: none;
  color: #fff;
  font-size: 1.0625rem;
}
footer nav.navigation nav > ul > li > a {
  padding-top: 0.25rem;
}
.connect-navigation {
  margin-bottom: 2rem;
}
.connect-navigation div p {
  font-size: 1.0625rem;
}
.connect-navigation div p {
  margin-bottom: 0.25rem;
  font-size: 1.0625rem;
  color: #fff;
}
nav.navigation nav ul li ul li a {
  padding: 0 0 1rem;
  display: inline;
  font-size:16px;
  word-break: initial;
}
footer nav.navigation nav>ul>li>a{

}

.copyright-container div ul.footer-copyright > li:first-child {
  margin-bottom: 1rem;
}
.connect-navigation div ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
  display:flex;
}
.connect-navigation div ul li {
  margin-right: 2rem;
  font-size: 1.0625rem;
}
.icon{
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; 
}
.copyright-container div ul.footer-copyright {
  list-style: none;
  padding: 0px;
  margin: 0px;
  font-size:0.75rem;
}
.footer-copyright li:last-child {
  margin-bottom: 0;
}
.copyright-container ul.footer-copyright li a {
  color: #FFF;
  position: relative;
  text-decoration: none;
  font-weight: 500;
}
.connect-navigation div ul li a{
  color:#FFF;
}

nav.navigation nav ul li ul li:last-child {
  margin-bottom: 0.5rem;
}
.navigation-mobile{
  display:none;
}
.back-to-top {
  position: absolute;
  bottom: 0;
  right: 1rem;
  margin: 0;
}
.back-to-top a {
  color: #6dcff6 !important;
}
.back-to-top .icon__arrow--up {
  width: 31px;
  height: 30px;
}
.footer-copyright {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.footer-copyright li {
  margin-bottom: 1rem;
}

.navigation .navigation-primary ul li a,
.connect-navigation div ul li a {
  position: relative;
}

.copyright-container ul.footer-copyright li a:after,
.navigation .navigation-primary ul li a:after,
.connect-navigation div ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background-color: #fff;
  opacity: 1;
  display: block;
  left: 0.05em;
  bottom: 0.04em;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.copyright-container ul.footer-copyright li a:hover:after,
.navigation .navigation-primary ul li a:hover:after,
.connect-navigation div ul li a:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.connect-navigation__title {
  margin-bottom: 0.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
}

.accordionContent form {
  margin-bottom: 16px;
  margin-top: 16px;
  max-width: 100%;
  padding-bottom: 2rem;
}

.accordionContent form .hs_submit {
  padding: 16px 0 10px 0;
  margin: 16px 0 0 0;
  clear: both;
  width: 100%;
}

.accordionContent form .hs_submit .hs-button {
  border-color: #fff;
  color: #fff;
  font-size: 1em;
  width: 100%;
  margin: 0 0 16px 0;
}

.accordionContent form .hs_submit .hs-button:hover {
  background: #fff;
  color: #2e3b42;
  text-decoration: none;
}

.accordionContent form .form-columns-1 {
  clear: both;
  margin-top: 16px;
  padding-top: 0;
}

.accordionContent form .form-columns-3 {
  font-size: 0.875rem;
}

.accordionContent form .form-columns-1 .hs-form-field,
.accordionContent form .form-columns-3 .hs-form-field {
  margin-top: 16px;
  padding-top: 0;
  margin-bottom: 0;
  width: 100%;
}

.accordionContent form .hs-form-field > label {
  display: none;
}

.accordionContent form .form-columns-3 .hs-form-field .input {
  margin-top: 8px;
  margin-right: 0;
}

.accordionContent form .form-columns-3 .hs-form-field .input .hs-input {
  width: 100%;
  color: #fff;
  font-size: inherit;
  margin-top: 12px;
}

.accordionContent form .form-columns-3 .hs-form-field .input .hs-input:focus {
  background-color: transparent;
  border-bottom-color: #fff;
}

.accordionContent form .form-columns-3 .hs-form-field .input .hs-input::-webkit-input-placeholder {
  color: #fff;
}

.accordionContent form .form-columns-3 .hs-form-field .input .hs-input:focus::-webkit-input-placeholder {
  color: #a8a8a8;
}

.accordionContent form .form-columns-1 .hs-form-field .input {
  margin-right: 0;
}

.accordionContent form .hs-fieldtype-checkbox .input > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 6px 0;
  padding: 0;
  font-size: 0.875rem;
}

.accordionContent form .hs-fieldtype-checkbox .hs-form-checkbox {
  margin: 0;
  margin-right: 3rem;
  line-height: 1.2;
  margin-bottom: 16px;
}

.accordionContent form .hs-fieldtype-checkbox .hs-form-checkbox > label {
  font-size: inherit;
  line-height: inherit;
}

.accordionContent form .hs-fieldtype-checkbox .hs-form-checkbox > label > input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-top: 0;
  margin-right: 13px;
}

.accordionContent form .hs-fieldtype-checkbox .hs-form-checkbox > label > input+span {
  display: -moz-inline-stack;
  display: inline-block;
  padding: 0;
  width: auto;
  line-height: 1.5;
  font-size: .875em;
  vertical-align: middle;
  max-width: 85%;
  white-space: normal;
  margin: 0;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  color: #fff;
}

.accordionContent form .hs-fieldtype-checkbox .hs-form-checkbox > label > input:checked+span {
  font-weight: 700;
}



@media(max-width:1119px){
  footer nav.navigation nav>ul>li>a{
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    border-top: 1px solid #6dcff6;
  }
  footer nav.navigation nav>ul>li.has-submenu>a::after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "";
    background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-chevron-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0.625rem;
  }

  .navigation-mobile div nav>ul>li.has-submenu.child-open>a::after{
    background-image:url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-minus.png);
  }
  .navigation-mobile ul ul li:last-child {
    margin-bottom: 0.5rem;
  }
  .navigation{
    display:none;
  }
  .navigation-mobile{
    display:block;
    margin-bottom:2rem;
  }
  .navigation-mobile ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .navigation-mobile ul > li {
    font-weight: 700;
    font-size: 1.0625rem;
  }

  .navigation-mobile div nav > ul > li > a {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    border-top: 1px solid #6dcff6;
    position: relative;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
  }

  .navigation-mobile div nav ul li a{
    color:#FFF
  }
  .navigation-mobile div nav ul li a:hover {
    text-decoration: underline;
  }
  .navigation-mobile ul ul {
    display: none;
  }
  .navigation-mobile div nav > ul > li.has-submenu > a::after {
    position: absolute;
    right: 0;
    display: inline-block;
    content: "";
    background-image: url(https://20789496.fs1.hubspotusercontent-na1.net/hubfs/20789496/raw_assets/public/ESR_November2021/images/icon-chevron-down.png);
    background-repeat: no-repeat;
    background-size: contain;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 9px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0.625rem;
  }
  .navigation-mobile ul ul li a {
    padding: 0 0 1rem;
    display: block;
  }
  .footer-navigation{
    margin-bottom: 2rem;
  }

  h4.subscribe-form-title{
    border-top: none;
  }

  .accordionContent form {
    margin-bottom: 0;
  }
}
@media (max-width:959px) {
  .accordionContent form .form-columns-1 .hs-form-field,
  .accordionContent form .form-columns-3 .hs-form-field {
    width: 100% !important;
  }

  .accordionContent form .form-columns-3 .hs-form-field .input {
    margin-top: 0;
  }

  .accordionContent form .form-columns-1 {
    margin-top: 0;
  }

  .accordionContent form .hs_submit {
    margin: 10px 0 0 0;
  }

  .accordionContent form {
    margin-top: 0;
  }
}
@media (max-width:641px) {
  .accordionContent form .hs_submit .hs-button {
    line-height: 2;
    min-height: 2rem;
  }
}
@media (min-width:641px) {
  .accordionContent form .hs_submit .hs-button {
    font-size: 1em;
    width: auto;
    margin: 0 16px 0 0;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .accordionContent form .form-columns-1 {
    padding-right: 16px;
  }
  .accordionContent form .form-columns-3 .hs-form-field {
    padding-right: 16px;
  }
  .accordionContent form .hs-fieldtype-checkbox .hs-form-checkbox {
    line-height: 1.3;
    margin-bottom: 8px;
  }
}
@media (min-width:750px) {
  .back-to-top {
    right: 2rem;
    padding-bottom: 2.5px;
  }
  .footer-logo-wrapper{
    grid-column-start: 1;
    grid-column-end: 2;
    float: none;
    width: auto;
  }

  .IE .footer-logo-wrapper{
    float: left;
    width: 33%;
  }
  footer.wrapper{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .grid-primary{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap:2rem;
  }
  .grid-col-primary {
    grid-column-start: 2;
    grid-column-end: 4;
    float: none;
    width: auto;
  }
  .IE .grid-col-primary {
    float: right;
    width: 65.5%;
  }
  .copyright-container div ul.footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  h4.subscribe-form-title {
    border-top: none;
  }
  footer nav.navigation nav>ul>li>a {
    display: block;
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    border-top: 1px solid #6dcff6;
  }
  .footer-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer-copyright li {
    margin-bottom: 0;
    margin-right: 2rem;
  }
  .accordionContent form .form-columns-3 {
    font-size: 1rem;
  }
  .accordionContent form .hs-fieldtype-checkbox .input > ul {
    font-size: 1rem;
  }
}

@media (min-width: 960px){
  .back-to-top {
    right: 3rem;
  }
  footer.wrapper{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .form ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .accordionContent form .form-columns-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .accordionContent form .form-columns-3 .hs-form-field {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .accordionContent form .form-columns-3 .hs-form-field.hs_email {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}


.footer-wrapper.new-footer{
background-color: #fff;
}
.footer-wrapper.new-footer .footer-logo-wrapper {
    margin-bottom: 0;
}
.footer-wrapper.new-footer footer h5.site-footer {
    width: 321px;
    height: 86px;
}
.footer-wrapper.new-footer .copyright-container{
display: flex;
    width: 100%;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
  flex-wrap: wrap;
}
.footer-wrapper.new-footer .copyright-container ul.footer-copyright li a, .footer-wrapper.new-footer .copyright-container ul.footer-copyright li:first-child span {
    color: #18191a !important;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 30px;
    text-align: right;
    text-transform: uppercase;
    display: block;
      white-space: nowrap;
  letter-spacing: 3px;
}
.footer-wrapper.new-footer .footer-copyright li{
position: relative;
}
.footer-wrapper.new-footer .footer-copyright li:after {
    content: "";
    position: absolute;
    right: -17px;
    top: 6px;
    height: 17px;
    width: 2px;
    background-color: #000;
}.footer-wrapper.new-footer .footer-copyright li:last-child:after{
  display: none;
}
@media (max-width:1680px) {
.footer-wrapper.new-footer .copyright-container ul.footer-copyright li a, .footer-wrapper.new-footer .copyright-container ul.footer-copyright li:first-child span, .scrollmagic-pin-spacer.new-header .menu-primary-container div nav>ul>li>a{
  letter-spacing: 0;
  }
}
@media (max-width:1300px) {
.footer-wrapper.new-footer .copyright-container ul.footer-copyright li a, .footer-wrapper.new-footer .copyright-container ul.footer-copyright li:first-child span{
      font-size: 16px;
  }
  .footer-wrapper.new-footer .footer-copyright li{
  margin-right: 1rem;
  }
  .footer-wrapper.new-footer .footer-copyright li:after{
  right: -10px;
  }
}

@media (min-width:1120px) {

  .footer-wrapper {
    padding-top: 4rem;
    padding-bottom: 7rem;
  }
  .footer-wrapper.new-footer {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
  nav.navigation nav > ul{
    display:flex;
  }
  nav.navigation nav > ul li a {
    display: inline-block;
    border-top: none;
    padding-bottom: 0 !important;
  }
  nav.navigation nav ul li ul {
    margin-top: 1.5rem;
  }
  nav.navigation nav ul li ul li {
    margin-bottom: 1rem;
    font-size: 1rem;
  }
  .connect-navigation div ul li a{
    font-size: 1rem;
    color:#FFF;
  }
  footer nav.navigation nav>ul>li>a {
    font-size: 1.0625rem;
    display: inline-block;
    border-top: none;
    padding-bottom: 0;
  }
  .connect-navigation div ul li { 
    font-size: 1rem;
  }
  nav.navigation nav ul li{
    padding-right: 0.5rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  h4.subscribe-form-title {
    border-top: 1px solid #6dcff6;
  }
  .subscribe-form {
    border-bottom: 1px solid #6dcff6;
  }

}

@media (max-width:1120px) {
  .footer-wrapper.new-footer .grid-primary{
      display: flex;
    flex-direction: row-reverse;
    justify-content: space-evenly;
  }
  .footer-wrapper.new-footer ul.footer-copyright {
    flex-direction: column-reverse;
    display: flex;
}
  .footer-wrapper.new-footer .copyright-container ul.footer-copyright li a, .footer-wrapper.new-footer .copyright-container ul.footer-copyright li:first-child span{
  text-align: left;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 3px;
  }
  
  .footer-wrapper.new-footer .grid-col-primary{
  width: 50%;
    text-align: left;
  }
  .footer-wrapper.new-footer .footer-logo-wrapper{
    width: 50%;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .footer-wrapper.new-footer .copyright-container{
    justify-content: flex-start;
}
  .footer-wrapper.new-footer .footer-copyright li:after{
    display: none;
  }
  .footer-wrapper.new-footer footer h5.site-footer {
    width: 268px;
    height: 72px;
}
  .footer-wrapper.new-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
  .footer-wrapper.new-footer .footer-copyright li {
    margin-bottom: 15px;
}
  .footer-wrapper.new-footer footer.wrapper{
  padding: 0 50px;
  }
  
}


@media (min-width:1280px) {
  .back-to-top {
    right: 4rem;
  }
  footer h5.site-footer{
    width: 165px;
    height: 73px;
  }
  footer.wrapper{
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .form ul li{
    flex-basis: 33.333333333333333%;
  }
  h5.site-footer {
    font-size: 1.1875rem;
  }
  nav.navigation nav ul li ul {
    font-size: 1.1875rem;
  }
  .accordionContent form .form-columns-3 {
    font-size: 1.1875rem;
  }
  .accordionContent form .form-columns-3 .hs-form-field {
    -ms-flex-preferred-size: 33.333333333333333%;
    flex-basis: 33.333333333333333%;
  }
  .accordionContent form .form-columns-3 .hs-form-field.hs_email {
    -ms-flex-preferred-size: 33.333333333333333%;
    flex-basis: 33.333333333333333%;
  }
  .accordionContent form .hs-fieldtype-checkbox .input > ul {
    font-size: 1.1875rem;
  }
}
@media (min-width: 1480px) {
  .back-to-top {
    right: 5rem;
  }
  footer.wrapper {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1680px) {
  .back-to-top {
    right: 0;
  }
  footer.wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .footer-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  nav.navigation nav > ul {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  nav.navigation nav  ul > li {
    padding-right: 1rem;

  }
  .connect-navigation div ul {
    display: block;
  }
  .connect-navigation div ul li a {
    display: block;
    padding-bottom: 1rem;
  }
  nav.navigation nav ul li {
    padding-right: 1rem;
  }
  .connect-navigation div p {
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .connect-navigation__title {
    padding-top: 0.25rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width:1480px) {
.footer-wrapper.new-footer .copyright-container ul.footer-copyright li a, .footer-wrapper.new-footer .copyright-container ul.footer-copyright li:first-child span{
  font-size: 16px;
  }
}
@media (max-width:640px) {
.footer-wrapper.new-footer .copyright-container ul.footer-copyright li a, .footer-wrapper.new-footer .copyright-container ul.footer-copyright li:first-child span{
  font-size: 20px;
  text-align: center;
  }
  .footer-wrapper.new-footer footer.wrapper{
  padding: 0 20px;
  }
  .footer-wrapper.new-footer .footer-copyright li {
    margin-bottom: 16px;
}
  .footer-wrapper.new-footer .grid-primary{
  flex-direction: column;
    justify-content: center;
  }
  .footer-wrapper.new-footer .footer-logo-wrapper{
  width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer-wrapper.new-footer .grid-col-primary {
    width: 100%;
    text-align: center;
}
  .footer-wrapper.new-footer ul.footer-copyright{
      justify-content: center;
    width: 100%;
    margin-top: 35px;
  }
  .footer-wrapper.new-footer .footer-copyright li:nth-child(5) {
    order: 5;
}
  .footer-wrapper.new-footer .footer-copyright li:nth-child(7) {
    order: 4;
}
  
 .footer-wrapper.new-footer ul.footer-copyright.only-copyright {
    margin-top: 0;
} 
  
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}