





*,
*:before,
*:after {
  box-sizing: border-box;
}

.disable-focus-styles :focus {
  outline: none;
}
/*! 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 */
}

html {
  scroll-behavior: smooth;
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  min-height: 400px;
}
.hs-accordion__item main {
  min-height: auto;
}

/**
 * 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;
}
.no-js [data-aos^=fade][data-aos^=fade] {
    opacity: 1 !important;
    transform: none !important;
}
.no-js .blog-navigation .blog-navigation__tag-filter {
    display: none !important;
}
.no-js .search-results-nojs {
    opacity: 0;
    animation-delay: 1s;
    animation-name: fadein;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
}

.no-js .header .header__menu .has-submenu ul.submenu.level-2 {
    padding: 15px 0;
}
.no-js .header__menu .header__navigation .submenu.level-3 {
    border: none;
    width: 100%;
}
.no-js .header .has-submenu .submenu.level-2>li .submenu.level-3>li a.menu-link {
    font-size: 12px !important;
    padding-left: 35px;
}

.no-js .blog-sidebar div[data-toc],
.no-js  .mobile-toc[data-toc] {
    display: none;
}

.no-js div[id*="hs_form_target_"]:after {
    opacity: 0;
    animation-delay: 1s;
    animation-name: fadein;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    content: "[This form requires Javascript to be enabled in your browser.]";
}
.no-js .dark-form-wrapper div[id*=hs_form_target_]:after {
    color: #bad4de;
}

@keyframes fadein {
    from { opacity: 0; }
    to { opacity: 1; }
}



/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}
@media (min-width: 768px) {
    .row-fluid.vertical-alignment {
        display: flex !important;
        flex-direction: row;
        align-items: center;
    }
}

.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;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

.container {
  margin: 0 auto;
  overflow: visible;
  padding: 0 25px;
}

.flex {
  display: flex;
}




@font-face {
  font-family: 'Aventa';
  font-weight: 400;
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-Regular.woff') format('woff'),
       url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-Regular.woff2') format('woff2');
}
@font-face {
  font-family: 'Aventa';
  font-weight: 400;
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-Italic.woff') format('woff'),
       url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-Italic.woff2') format('woff2')
  font-style: italic;
}
@font-face {
  font-family: 'Aventa';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-Bold.woff') format('woff'),
       url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-Bold.woff2') format('woff2');
  font-weight: 700;
}
@font-face {
  font-family: 'Aventa';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-BoldItalic.woff') format('woff'),
       url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic
}
@font-face {
  font-family: 'Aventa';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-ExtraBold.woff') format('woff'),
       url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-ExtraBold.woff2') format('woff2');
  font-weight: 800;
}
@font-face {
  font-family: 'Aventa';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-ExtraBoldItalic.woff') format('woff'),
       url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/Aventa/Aventa-ExtraBoldItalic.woff2') format('woff2');
  font-weight: 800;
  font-style: italic
}

@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-Regular.woff');
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-Italic.woff');
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-Bold.woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-BoldItalic.woff');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-Light.woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-LightItalic.woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-Medium.woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-MediumItalic.woff');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-Black.woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'AzoSans';
  src: url('https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AzoSans-BlackItalic.woff');
  font-weight: 900;
  font-style: italic;
}

/*
 * Legal Disclaimer for Web licence
 * Licence to use self-hosted webfonts for displaying dynamic text on specified website domains. Our package includes WOFF and WOFF2 font formats.
 * Should the license page views limit be exceeded the license holder will be required to contact Lineto.com for an upgrade.
 * It is strictly prohibited to rename the font and to download or use these fonts in any other media. 
 * These Web fonts are licensed exclusively for the use on the following domain(s) and their subdomains:
 * fieldeffect.com (monthly pageviews: <50K)
 */
@font-face {
  font-family: "AkkuratMonoLLWeb-Bold";
  src: url("https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AkkuratMonoLLWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "AkkuratMonoLLWeb-Bold";
  src: url("https://get.fieldeffect.com/hubfs/Field%20Effect/Font/AkkuratMonoLLWeb-Bold.woff2") format("woff2");
}

body {
  line-height: 1.6;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  font-variant-ligatures: none;
  hyphens: manual;
}

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

/* Paragraphs */

p {
  margin-bottom: 1.5rem;
  margin-top: 0;
}

p.lead,
p.intro,
p.eyebrow,
h1.lead,
h1.intro,
h1.eyebrow {
  font-size: 16px;
  font-family: 'AkkuratMonoLLWeb-Bold', Arial, sans-serif;
}

/* Anchors */

a {
  transition: color 0.1s ease-in;
}

a.button:disabled {
  pointer-events: none;
}

/* Headings */

h1, .h1 {
  -webkit-font-smoothing: antialiased;
  font-size: 60px;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.hs-site-page h1:not(.lead), .hs-site-page h2:not(.lead), .hs-site-page h3:not(.lead), .hs-site-page h4:not(.lead), 
.hs-blog-post h1:not(.lead), .hs-blog-post h2:not(.lead), .hs-blog-post h3:not(.lead), .hs-blog-post h4:not(.lead),
.hs-blog-listing h1:not(.lead), .hs-blog-listing h2:not(.lead), .hs-blog-listing h3:not(.lead), .hs-blog-listing h4:not(.lead) {
  font-family: Aventa, Arial, sans-serif;
}

h2, .h2 {
  font-size: 40px;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 32px;
  line-height: 1;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

h4, .h4 {
  font-size: 24px;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}

h5, .h5 {
  font-size: 20px;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}

h6, .h6 {
  font-size: inherit;
  line-height: 1;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* Font Adjustments */

.thin {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.heavy, .bold {
  font-weight: 700;
}

.big {
  font-size: 1.5rem !important;
}

.small {
  font-size: 0.75rem !important;
}

.dark {
  color: #17212b !important;
}

/* Lists */

ul, ol {
  margin: 1.5rem 0;
  padding-left: 0;
  color: #707070;
}
ul {
  list-style: none;
}
ol {
  margin-left: 20px;
}

ul li,
ol li {
  line-height: 1.6;
  margin-bottom: 20px;
  position: relative;
}
main .hs_cos_wrapper ul:not(.inputs-list) > li,
main .hs_cos_wrapper ol:not(.inputs-list) ul:not(.inputs-list) > li,
.list ul:not(.inputs-list) > li {
  padding-left: 30px;
}
main .hs_cos_wrapper ol:not(.inputs-list) > li {
  padding-left: 15px;
}
main .hs_cos_wrapper ul:not(.inputs-list) > li:before,
.list ul:not(.inputs-list) > li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #006AFF;
  position: absolute;
  left: 0;
  top: 10px;
}
main .hs_cos_wrapper ul:not(.inputs-list) li li:before,
main .hs_cos_wrapper ol:not(.inputs-list) li li:before,
.list ul:not(.inputs-list) > li li:before {
  border: 1px solid #006AFF;
  background-color: transparent;
}
main .hs_cos_wrapper ul:not(.inputs-list) li li li:before,
main .hs_cos_wrapper ol:not(.inputs-list) li li li:before,
.list ul:not(.inputs-list) > li li li:before {
  border-radius: 3px;
  background-color: #006AFF;
}

ul.no-list,
ol.no-list,
footer .no-list ul {
  list-style: none;
  padding-left: 0;
}
ul.no-list li,
ol.no-list li,
footer .no-list ul li {
  padding-left: 0 !important;
  margin-left: 0 !important;
}
ul.no-list li:before,
ol.no-list li:before,
footer .no-list ul li:before {
  content: none !important;
}

/* Blockquote */

blockquote {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
}
blockquote p {
  display: inline;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

code {
  vertical-align: bottom;
}

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
/* Primary Button */
.hs-button:not(input):not(.button--simple),
.button:not(.button--simple) {
  position: relative;
  text-decoration: none !important;
  align-items: center;
  text-align: center;
  line-height: 100%;
  cursor: pointer;
  display: inline-block;
  letter-spacing: 0;
  margin: 0;
  white-space: normal;
  overflow: hidden;
  max-width: 360px;
  min-width: 220px;
  width: auto;
  padding: 20px 40px 17px 40px;
  border-radius: 50px;
  will-change: transform;
  background-color: transparent;
  color: #fff;
  fill: #fff;
  border-color: transparent;
  border-width: 0;
  border-style: solid;
  transition: 500ms;
  --x: 25%;
  --y: 50%;
}
.hs-button:not(input):not(.button--simple) span,
.button:not(.button--simple) span {
  color: inherit !important;
  fill: inherit !important;
}
.hs-button:not(input):not(.button--secondary):not(.button--simple).btn-light,
.button:not(.button--secondary):not(.button--simple).btn-light {
  color:#17212B;
  fill:#17212B;
}
.hs-button:not(input).button--secondary.btn-light,
.button.button--secondary.btn-light {
  color: #fff;
  fill: #fff;
}
.hs-button:not(input).button--secondary.btn-dark,
.button.button--secondary.btn-dark {
  color: #17212B;
  fill: #17212B;
}
.hs-button:not(input).button--secondary,
.button.button--secondary {
  color: #006AFF;
  fill: #006AFF;
}
.hs-button:not(.button--simple):before,
.button:not(.button--simple):before {
  background-color: #006AFF;
  border-radius: 50px;
  transition-duration: .4s,.8s,.8s,.8s;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.hs-button:not(input):not(.button--secondary):not(.button--simple).btn-dark:before,
.button:not(.button--secondary):not(.button--simple).btn-dark:before {
  background-color: #17212B;
}
.hs-button:not(input):not(.button--secondary):not(.button--simple).btn-light:before,
.button:not(.button--secondary):not(.button--simple).btn-light:before {
  background-color: #fff;
}
.hs-button:not(input).button--secondary:before,
.button.button--secondary:before {
  background-color: transparent;
  border: 2px solid;
  border-color: #006AFF;
}
.hs-button:not(input).button--secondary.btn-light:before,
.button.button--secondary.btn-light:before {
  border-color: #fff;
}
.hs-button:not(input).button--secondary.btn-dark:before,
.button.button--secondary.btn-dark:before {
  border-color: #17212B;
}
.hs-button:not(input) span,
.button span {
  position: relative;
  z-index: 1;
}
.hs-button:not(input):not(.button--simple):after,
.button:not(.button--simple):after,
.leadinModal.leadinModal-theme-top .leadinModal-close:after {
  content: "";
  position: absolute;
  display: block;
  width: 102%;
  height: 100%;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  min-height: 100%;
  border-radius: 200px;
  padding: 100% 2.5% 0 2.5%;
  background-color: #17212b;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: var(--x) var(--y);
  transition: 500ms;
  transition-timing-function: cubic-bezier(.5,.74,.22,.99);
  z-index: 0;
}
.hs-button:not(input):not(.button--secondary):not(.button--simple):after,
.button:not(.button--secondary):not(.button--simple):after {
  background-color: #0037B9;
}
.hs-button:not(input).button--secondary:after,
.button.button--secondary:after,
.hs-button:not(input):not(.button--secondary):not(.button--simple).btn-light:after,
.button:not(.button--secondary):not(.button--simple).btn-light:after,
.hs-button:not(input):not(.button--secondary):not(.button--simple).btn-dark:after,
.button:not(.button--secondary):not(.button--simple).btn-dark:after {
  background-color: #006AFF;
}
.hs-button:not(input):not(.button--simple).always-to-dark:after,
.button:not(.button--simple).always-to-dark:after {
  background-color: #17212B !important;
}
.hs-button:not(input):not(.button--simple).always-to-light:after,
.button:not(.button--simple).always-to-light:after {
  background-color: #fff !important;
}
.hs-button:not(input):not(.button--simple):hover, 
.hs-button:not(input):not(.button--simple):focus,
.button:not(.button--simple):hover,
.button:not(.button--simple):focus {
  color: #fff !important;
  fill: #fff !important;
}
.hs-button:not(input):not(.button--simple).always-to-light:hover, 
.hs-button:not(input):not(.button--simple).always-to-light:focus,
.button:not(.button--simple).always-to-light:hover,
.button:not(.button--simple).always-to-light:focus {
  color: #17212B !important;
  fill: #17212B !important;
}
.hs-button:not(input):not(.button--simple):hover:after, 
.hs-button:not(input):not(.button--simple):focus:after,
.button:not(.button--simple):hover:after,
.button:not(.button--simple):focus:after,
.leadinModal.leadinModal-theme-top .leadinModal-close:hover:after,
.leadinModal.leadinModal-theme-top .leadinModal-close:focus:after {
  transform: scale(1) translate(-50%,-50%);
}
.hs-button:not(input):not(.button--simple):hover:before, 
.hs-button:not(input):not(.button--simple):focus:before,
.button:not(.button--simple):hover:before,
.button:not(.button--simple):focus:before {
  transform: scale(.99);
  transition-timing-function: step-end;
}

/*adaptive color*/
.hs-button:not(input):not(.button--secondary).btn-aware,
.button:not(.button--secondary).btn-aware {
  color: #fff;
  fill: #fff;
}
.hs-button:not(input):not(.button--secondary).btn-aware:before,
.button:not(.button--secondary).btn-aware:before {
  background-color: #17212B;
}
.bg-ghost .hs-button:not(input):not(.button--secondary).btn-aware,
.bg-ghost .button:not(.button--secondary).btn-aware {
  color: #17212B;
  fill: #17212B;
}
.bg-ghost .hs-button:not(input):not(.button--secondary).btn-aware:before,
.bg-ghost .button:not(.button--secondary).btn-aware:before {
  background-color: #fff;
}
.hs-button:not(input).button--secondary.btn-aware,
.button.button--secondary.btn-aware {
  color: #17212B;
  fill: #17212B;
}
.hs-button:not(input).button--secondary.btn-aware:before,
.button.button--secondary.btn-aware:before {
  border-color: #17212B;
}
.hs-button:not(input).button--secondary.btn-aware.btn-aware-end:after,
.button.button--secondary.btn-aware.btn-aware-end:after {
  background-color: #17212B;
}
.hs-button:not(input).button--secondary.btn-aware.btn-aware-end:hover,
.hs-button:not(input).button--secondary.btn-aware.btn-aware-end:focus,
.button.button--secondary.btn-aware.btn-aware-end:hover,
.button.button--secondary.btn-aware.btn-aware-end:focus {
  color: #fff !important;
  fill: #fff !important; 
}
.bg-ghost .hs-button:not(input).button--secondary.btn-aware,
.bg-ghost .button.button--secondary.btn-aware {
  color: #fff;
  fill: #fff;
}
.bg-ghost .hs-button:not(input).button--secondary.btn-aware:before,
.bg-ghost .button.button--secondary.btn-aware:before {
  border-color: #fff;
}
.bg-ghost .hs-button:not(input).button--secondary.btn-aware.btn-aware-end:after,
.bg-ghost .button.button--secondary.btn-aware.btn-aware-end:after {
  background-color: #fff;
}
.bg-ghost .hs-button:not(input).button--secondary.btn-aware.btn-aware-end:hover,
.bg-ghost .hs-button:not(input).button--secondary.btn-aware.btn-aware-end:focus,
.bg-ghost .button.button--secondary.btn-aware.btn-aware-end:hover,
.bg-ghost .button.button--secondary.btn-aware.btn-aware-end:focus {
  color: #17212B !important;
  fill: #17212B !important;
}


/* Button Disabled */

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  pointer-events: none;
}

/* Simple Button */

.button.button--simple {
  position: relative;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 1rem;
  padding: 0;
  text-transform: none;
  color: #17212b;
  fill: #17212b;
  transition: 400ms;;
}

.button.button--simple.button--simple_light {
  color: #fff;
  fill: #fff;
}

.button.button--simple > span {
  color: inherit;
  fill: inherit;
}

.button.button--simple:after,
.button.button--simple:before {
  content: "";
  border-bottom: 2px solid #17212b;
  right: -30px;
  top: 50%;
  transition: 500ms;
  pointer-events: none;
}
.button.button--simple:after {
  position: absolute;
  border-right: 2px solid #17212b; 
  transform: translate(30px, 0) rotate(-45deg);
  right: 0;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  left: auto !important;
}
.button.button--simple:before {
  position: absolute;
  width: 20px;
  margin-top: -2px;
}
.button.button--simple.button--simple_light:after,
.button.button--simple.button--simple_light:before {
  border-bottom-color: #fff;
  border-right-color: #fff;
}

.button.button--simple:not(.card__cta):hover,
.button.button--simple:not(.card__cta):focus,
.button.button--simple.button--simple_light:not(.card__cta):hover,
.button.button--simple.button--simple_light:not(.card__cta):focus {
  color: #006AFF;
  fill: #006AFF;
}

.button.button--simple:not(.card__cta):hover:after,
.button.button--simple:not(.card__cta):focus:after,
.button.button--simple:not(.card__cta):active:after {
  content: "";
  transform: translate(50px, 0) rotate(-45deg);
  border-color: #006AFF;
}
.button.button--simple:not(.card__cta):hover:before,
.button.button--simple:not(.card__cta):focus:before,
.button.button--simple:not(.card__cta):active:before {
  content: "";
  right: -50px;
  width: 40px;
  border-color: #006AFF;
}

.button.button--simple.keep-light:not(.card__cta):hover,
.button.button--simple.keep-light:not(.card__cta):focus,
.button.button--simple.button--simple_light.keep-light:not(.card__cta):hover,
.button.button--simple.button--simple_light.keep-light:not(.card__cta):focus,
.button.button--simple.always-to-light:not(.card__cta):hover,
.button.button--simple.always-to-light:not(.card__cta):focus,
.button.button--simple.button--simple_light.always-to-light:not(.card__cta):hover,
.button.button--simple.button--simple_light.always-to-light:not(.card__cta):focus {
  color: #ffffff;
  fill: #ffffff;
}
.button.button--simple.keep-dark:not(.card__cta):hover,
.button.button--simple.keep-dark:not(.card__cta):focus,
.button.button--simple.button--simple_light.keep-dark:not(.card__cta):hover,
.button.button--simple.button--simple_light.keep-dark:not(.card__cta):focus,
.button.button--simple.always-to-dark:not(.card__cta):hover,
.button.button--simple.always-to-dark:not(.card__cta):focus,
.button.button--simple.button--simple_light.always-to-dark:not(.card__cta):hover,
.button.button--simple.button--simple_light.always-to-dark:not(.card__cta):focus  {
  color: #17212b;
  fill: #17212b;
}
.button.button--simple.keep-light:not(.card__cta):hover:after,
.button.button--simple.keep-light:not(.card__cta):focus:after,
.button.button--simple.keep-light:not(.card__cta):active:after,
.button.button--simple.keep-light:not(.card__cta):hover:before,
.button.button--simple.keep-light:not(.card__cta):focus:before,
.button.button--simple.keep-light:not(.card__cta):active:before,
.button.button--simple.always-to-light:not(.card__cta):hover:after,
.button.button--simple.always-to-light:not(.card__cta):focus:after,
.button.button--simple.always-to-light:not(.card__cta):active:after,
.button.button--simple.always-to-light:not(.card__cta):hover:before,
.button.button--simple.always-to-light:not(.card__cta):focus:before,
.button.button--simple.always-to-light:not(.card__cta):active:before {
  border-color: #ffffff;
}
.button.button--simple.keep-dark:not(.card__cta):hover:after,
.button.button--simple.keep-dark:not(.card__cta):focus:after,
.button.button--simple.keep-dark:not(.card__cta):active:after,
.button.button--simple.keep-dark:not(.card__cta):hover:before,
.button.button--simple.keep-dark:not(.card__cta):focus:before,
.button.button--simple.keep-dark:not(.card__cta):active:before,
.button.button--simple.always-to-dark:not(.card__cta):hover:after,
.button.button--simple.always-to-dark:not(.card__cta):focus:after,
.button.button--simple.always-to-dark:not(.card__cta):active:after,
.button.button--simple.always-to-dark:not(.card__cta):hover:before,
.button.button--simple.always-to-dark:not(.card__cta):focus:before,
.button.button--simple.always-to-dark:not(.card__cta):active:before {
  border-color: #17212b;
}

/* Buttons UI */
.button.button--ui {
  min-width: 50px;
  padding: 8px 8px 8px 8px;
  width: 50px;
  height: 50px !important;
  line-height: 100%;
  --x: 0% !important;
  --y: 0% !important;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-around;
}
.button.button--ui span {
  display: inline-block;
}

/* Buttons Popup */

.leadinModal .leadin-button:not(.leadin-button-simple) {
  border-radius: 50px;
  font-weight: 500 !important;
  text-decoration: none;
  transition: 300ms;
}
.leadinModal .leadin-button:not(.leadin-button-simple):hover,
.leadinModal .leadin-button:not(.leadin-button-simple):focus {
  font-weight: 500;
  text-decoration: none !important;
}
.leadinModal .leadin-button.leadin-button-secondary:hover,
.leadinModal .leadin-button.leadin-button-secondary:focus {
  background-color: #17212b !important;
  color: #fff !important;
}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content .leadinModal-close {
  top: 9px;
  right: 18px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  padding: 8px;
  min-width: auto;
  --x: 0% !important;
  --y: 0% !important;
  display: table-cell;
  vertical-align: middle;
}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content .leadinModal-close:before {
  text-align: left;
  width: auto;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  line-height: 12px;
  position: relative;
  z-index: 5;
  transition: 300ms;
}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content .leadinModal-close:hover:before,
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content .leadinModal-close:focus:before {
  color: #006AFF !important;
}
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content .leadinModal-close:after,
.leadinModal.leadinModal-theme-top.leadinModal-v3 .leadinModal-content .leadinModal-close:after {
  background-color: #fff !important;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Base */
.widget-type-form {
  border: 0;
}

form {
  padding: 20px 0;
  border-radius: 0;
}

/* Form Title */

.form-title, 
.hs_cos_wrapper_type_form > h3 {
  display: block;
  margin-bottom: 0;
  text-align: left;
  font-size: 28px;
  padding: 30px 0 40px 0;
  margin-top: 0;
}
.form-title,
.hs_cos_wrapper_type_form > h3 > p {
  margin-bottom: 0;
  margin-top: 20px;
}
.dark-form-wrapper .form-title, 
.dark-form-wrapper .hs_cos_wrapper_type_form > h3 {
  color: #fff;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Fieldsets */
.hs_cos_wrapper_type_form form fieldset {
  max-width: none !important;
}
.hs_cos_wrapper_type_form form .hs-form-field {
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-of-type {
    padding-right: 30px;
  }
  .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:last-of-type {
    padding-left: 30px;
  }
}

.hs_cos_wrapper_type_form form fieldset.form-columns-2 .input {
  margin-right: 0;
}

/* Labels */

.hs-form-field > label, 
.hs-form-field > label span {
  color: #17212B;
  font-size: 13px;
  padding: 0px 0px;
}
.footer .hs-form-field > label, 
.footer .hs-form-field > label span,
.dark-form-wrapper .hs-form-field > label, 
.dark-form-wrapper .hs-form-field > label span {
  color: #bad4de;
}
.hs-form-field:not(.hs-fieldtype-file) > label {
  display: inline-block;
  width: 100%;
}

.hs-form-field > label span.hs-form-required {
  margin-left: 3px;
}

form div.in-focus.hs-fieldtype-radio > label,
form div.in-focus.hs-fieldtype-checkbox > label {
  padding: 0;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  position: static;
}

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0 !important;
}  

/* Inputs */

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 16px;
  margin-top: 2px;
  width: 100% !important;
  border: 0;
  border-bottom: 1px solid;
  border-color: #8b8e92;
  border-radius: 0;
  padding: 8px 0;
}
textarea {
  border: 1px solid;
  border-color: #8b8e92;
  padding-left: 8px;
  padding-right: 8px;
}
.footer input[type='text'],
.footer input[type='email'],
.footer input[type='password'],
.footer input[type='tel'],
.footer input[type='number'],
.footer input[type='file'],
.footer select,
.footer textarea,
.dark-form-wrapper input[type='text'],
.dark-form-wrapper input[type='email'],
.dark-form-wrapper input[type='password'],
.dark-form-wrapper input[type='tel'],
.dark-form-wrapper input[type='number'],
.dark-form-wrapper input[type='file'],
.dark-form-wrapper select,
.dark-form-wrapper textarea {
  border-color: #BAC0C5;
  color: #fff;
}

input[type='text']:hover,
input[type='email']:hover,
input[type='password']:hover,
input[type='tel']:hover,
input[type='number']:hover,
input[type='file']:hover,
select:hover,
textarea:hover {
  outline: none;
  border-bottom: 1px solid #000;
}
.footer input[type='text']:hover,
.footer input[type='email']:hover,
.footer input[type='password']:hover,
.footer input[type='tel']:hover,
.footer input[type='number']:hover,
.footer input[type='file']:hover,
.footer select:hover,
.footer textarea:hover,
.dark-form-wrapper input[type='text']:hover,
.dark-form-wrapper input[type='email']:hover,
.dark-form-wrapper input[type='password']:hover,
.dark-form-wrapper input[type='tel']:hover,
.dark-form-wrapper input[type='number']:hover,
.dark-form-wrapper input[type='file']:hover,
.dark-form-wrapper select:hover,
.dark-form-wrapper textarea:hover {
  border-color: #fff;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='tel']:focus,
input[type='number']:focus,
input[type='file']:focus,
select:focus,
textarea:focus {
  outline: none;
  border-bottom: 1px solid #000;
  box-shadow: 0 1px 0 #000;
}

textarea:hover,
textarea:focus {
  box-shadow: none;
  border: 1px solid #000;
}

.footer input[type='text']:focus,
.footer input[type='email']:focus,
.footer input[type='password']:focus,
.footer input[type='tel']:focus,
.footer input[type='number']:focus,
.footer input[type='file']:focus,
.footer select:focus,
.footer textarea:focus,
.dark-form-wrapper input[type='text']:focus,
.dark-form-wrapper input[type='email']:focus,
.dark-form-wrapper input[type='password']:focus,
.dark-form-wrapper input[type='tel']:focus,
.dark-form-wrapper input[type='number']:focus,
.dark-form-wrapper input[type='file']:focus,
.dark-form-wrapper select:focus,
.dark-form-wrapper textarea:focus {
  border-color: #fff;
  box-shadow: 0 1px 0 #fff;
}
.footer select:focus,
.footer textarea:focus,
.dark-form-wrapper select:focus,
.dark-form-wrapper textarea:focus {
  box-shadow: none;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-placeholder,
input::placeholder {
  color: #8B9095;
}
select.is-placeholder {
  color: #8B9095;
}

/* Inputs - Checkbox/Radio */

form .inputs-list:not(.no-list) label,
form .inputs-list:not(.no-list) label > span,
form .inputs-list:not(.no-list) label > span p {
  color: #707070;
  font-size: 16px;
}
.footer form .inputs-list:not(.no-list) label,
.footer form .inputs-list:not(.no-list) label > span,
.footer form .inputs-list:not(.no-list) label > span p, 
.dark-form-wrapper form .inputs-list:not(.no-list) label,
.dark-form-wrapper form .inputs-list:not(.no-list) label > span,
.dark-form-wrapper form .inputs-list:not(.no-list) label > span p {
  color: #bad4de;
}

form ul.inputs-list li input + span:before {
  border: 1px solid #17212b;
  border-radius: 0;
}
.footer form ul.inputs-list li input + span:before,
.dark-form-wrapper form ul.inputs-list li input + span:before {
  border-color: #BAC0C5;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #006AFF;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-color: #006AFF;
}

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  left: -9999px;
  position: absolute;
}

form ul.inputs-list li input + span {
  padding-left: 1.4375rem;
  position: relative;
  display: block;
}

form ul.inputs-list li input + span:before {
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 1rem;
  left: 0;
  position: absolute;
  top: 3px;
  width: 1rem;
}

form ul.inputs-list li input[type='radio'] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23006AFF' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 10px;
  left: 4px;
  opacity: 0;
  position: absolute;
  top: 7px;
  width: 10px;
}

form ul.inputs-list li input[type='radio'] + span:after {
  background-image: none;
  border-radius: 100%;
  content: '';
  height: 8px;
  left: 5px;
  width: 8px;
  top: 8px;
}

form ul.inputs-list li input + span:hover:after,
form ul.inputs-list li input:focus + span:after,
form ul.inputs-list li input:active + span:after {
  opacity: 0.35;
}
form ul.inputs-list li input + span:hover,
form ul.inputs-list li input:focus + span,
form ul.inputs-list li input:active + span {
  color: #17212b;
}
.footer form ul.inputs-list li input + span:hover,
.footer form ul.inputs-list li input:focus + span,
.footer form ul.inputs-list li input:active + span,
.dark-form-wrapper form ul.inputs-list li input + span:hover,
.dark-form-wrapper form ul.inputs-list li input:focus + span,
.dark-form-wrapper form ul.inputs-list li input:active + span {
  color: #F1F6FA;
}
form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}
form ul.inputs-list li input:checked + span {
  color: #000;
}
.footer form ul.inputs-list li input:checked + span,
.dark-form-wrapper form ul.inputs-list li input:checked + span {
  color: #fff
}
form ul.inputs-list li input:checked:focus + span {
  text-decoration: underline;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  border-radius: 0;
  content: '';
  height: 10px;
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 32%;
  transform: rotate(-135deg);
  width: 10px;
}
.hs-fieldtype-select .input:after {
  border-left: 2px solid #17212b;
  border-top: 2px solid #17212b;
}
.footer .hs-fieldtype-select .input:after,
.dark-form-wrapper .hs-fieldtype-select .input:after {
  border-left: 2px solid #F1F6FA;
  border-top: 2px solid #F1F6FA;
}

/* Inputs - Datepicker */

.hs-datepicker .fn-date-picker.pika-single {
  border: 1px solid #000;
  border-bottom: 1px solid #000;
}
.hs-datepicker table {
  box-shadow: none;
}
.hs-datepicker table tr:nth-child(odd) {
  background-color: transparent;
}
.hs-datepicker table thead th, 
.hs-datepicker table thead td {
  background-color: transparent;
  border-bottom: 2px solid #17212b;
  color: #17212b !important;
}
.hs-datepicker table tbody td {
  border: 1px solid #17212b;
  color: #17212b;
}
.hs-datepicker .fn-date-picker .pika-button,
.hs-datepicker .fn-date-picker .is-selected .pika-button,
.hs-datepicker .fn-date-picker .pika-button:hover {
  border-radius: 0 !important;
}

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}
.hs-datepicker .is-selected button.pika-button {
  box-shadow: none !important;
}
.hs-datepicker .is-selected.is-today button.pika-button {
  color: #FFF;
}
.hs-datepicker button.pika-button:hover {
  background-color: #006AFF !important;
}
.hs-datepicker .is-selected button.pika-button {
  background-color: #006AFF !important;
}
.hs-datepicker .is-today button.pika-button {
  color: #006AFF;
}


/* Inputs - File Picker */

.hs-fieldtype-file .input {
  position: relative;
}
.hs-fieldtype-file input[type='file'] {
  line-height: 1;
  opacity: 0;
  border-bottom: none;
  width: 100% !important;
  max-width: 300px !important;
  padding: 12px 30px;
  margin-top: 10px;
}
.hs-fieldtype-file input:hover {
  cursor: pointer;
}
.hs-fieldtype-file label {
  position: absolute;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  border: 1px dashed #17212B;
  color: #17212B;
  border-radius: 30px;
  width: 100% !important;
  max-width: 300px !important;
  padding: 12px 30px;
  margin-top: 10px;
  transition: 500ms;
}
.dark-form-wrapper .hs-fieldtype-file label {
  border-color: #fff;
  color: #fff;
}
.hs-fieldtype-file label span {
  font-size: inherit !important;
  color: inherit !important;
}
.hs-fieldtype-file label.active {
  border-style: solid;
  background-color: #17212B;
  color: #fff;
}
.dark-form-wrapper .hs-fieldtype-file label.active {
  background-color: #fff;
  color: #17212B;
}
.hs-fieldtype-file .fileinput_helper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 5px 0 20px;
  margin-top: 5px;
  display: inline-block;
  line-height: 1;
  left: 300px;
  font-size: 14px;
  color: #17212b;
}
.dark-form-wrapper .hs-fieldtype-file .fileinput_helper {
  color: #F1F6FA;
}

/* Headings & Text */

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* GDPR */

form .legal-consent-container .hs-richtext {
  margin-bottom: 15px;
}
form .legal-consent-container .hs-richtext, form .legal-consent-container .hs-richtext p {
  font-size: 12px !important;
  color: #666666;
}
.footer form .legal-consent-container .hs-richtext, .footer form .legal-consent-container .hs-richtext p,
.dark-form-wrapper form .legal-consent-container .hs-richtext, .dark-form-wrapper form .legal-consent-container .hs-richtext p {
  color: #BAC0C5
}
form .legal-consent-container .hs-richtext a {
  color: #17212B;
}
.footer form .legal-consent-container .hs-richtext a,
.dark-form-wrapper form .legal-consent-container .hs-richtext a {
  color: #fff;
}

.legal-consent-container .hs-form-booleancheckbox-display > span {
  font-size: 0.875rem;
  margin-left: 15px !important;
  font-size: 12px !important;
  padding-top: 4px;
}

/* Validation */

.hs-form-field.has-error > label,
.hs-form-field.has-error:before {
  top: 33%;
}

.hs-form-field.hs-fieldtype-textarea.has-error > label {
  top: 30px;
}

.hs-input.invalid.error {
  border-bottom: 1px solid;
  box-shadow: 0 1px 0 #FF4E1F;
}

.hs-error-msgs {
  position: absolute;
  text-align: right;
  top: calc(100% + 8px);
  right: 0;
  line-height: 100%;
}
div[class*='hs_LEGAL_CONSENT'] .hs-error-msgs {
  position: relative;
  top: auto;
  text-align: left;
}
@media (min-width: 767px) {
  .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-of-type .hs-error-msgs {
    right: 30px;
  }
}

.hs-error-msgs li,
.hs-error-msgs li label {
  font-size: 11px;
  line-height: 100%;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hs-error-msgs li a {
  color: inherit;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  padding: 20px 30px 17px 30px;
  border: 0;
  border-color: transparent;
  border-radius: 50px;
  margin: 50px 0 30px 0;
  min-width: 210px;
  max-width: 360px;
  text-align: center;
  line-height: 100%;
  background-color: #006AFF;
  color: #fff;
  transition: 500ms;
}
form input[type='submit'].medium,
form .hs-button.medium {
  max-width: 220px;
}
form input[type='submit'].small,
form .hs-button.small,
.footer form input[type='submit'],
.footer form .hs-button {
  max-width: 180px;
}
.footer input[type='submit'],
.footer form .hs-button, 
.form-submit-secondary input[type='submit'],
.form-submit-secondary form .hs-button {
  border: 1px solid #fff;
  background-color: transparent;
  padding: 14px 34px 12px 34px;
}
.form-submit-secondary-dark input[type='submit'],
.form-submit-secondary-dark form .hs-button {
  border: 1px solid #17212b;
  color: #17212b;
  background-color: transparent;
  padding: 14px 50px 12px 50px;
}
form input[type='submit']:hover,
form input[type='submit']:focus,
form input[type='submit']:active,
form .hs-button:hover,
form .hs-button:active {
  background-color: #17212b;
  border-color: #17212b;
}
.dark-form-wrapper input[type='submit']:hover,
.dark-form-wrapper form input[type='submit']:focus,
.dark-form-wrapper form input[type='submit']:active,
.dark-form-wrapper form .hs-button:hover,
.dark-form-wrapper form .hs-button:active {
  background-color: #ffffff;
  color: #000000;
}
.footer input[type='submit']:hover,
.footer form .hs-button:hover,
.footer input[type='submit']:focus,
.footer form .hs-button:focus,
.footer input[type='submit']:active,
.footer form .hs-button:active {
  border: 1px solid #006AFF;
  background-color: #006AFF;
}
.form-submit-secondary input[type='submit']:hover,
.form-submit-secondary form .hs-button:hover,
.form-submit-secondary input[type='submit']:focus,
.form-submit-secondary form .hs-button:focus,
.form-submit-secondary input[type='submit']:active,
.form-submit-secondary form .hs-button:active {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #17212b;
}
.form-submit-secondary-dark input[type='submit']:hover,
.form-submit-secondary-dark form .hs-button:hover, 
.form-submit-secondary-dark input[type='submit']:focus,
.form-submit-secondary-dark form .hs-button:focus { 
  border: 1px solid #17212b;
  background-color: #17212b;
  color: #fff;
}
@keyframes form-btn {
  0% { background-position: 100% 100% }
  100% { background-position: 0% 100%; }
}

/*THANK YOU MESSAGE*/
[data-hs-cos-type="form"] .submitted-message {
  padding: 15px 0;
}
.dark-form-wrapper [data-hs-cos-type="form"] .submitted-message,
.dark-form-wrapper [data-hs-cos-type="form"] .submitted-message p,
.dark-form-wrapper [data-hs-cos-type="form"] .submitted-message ul,
.dark-form-wrapper [data-hs-cos-type="form"] .submitted-message ul li {
  color: #fff;
}

@media (max-width: 960px) {
  .hs-form-field:not(.hs-fieldtype-file) > label,
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    padding-right: 140px; /*space for validation messages*/
  }
  .hs-error-msgs li,
  .hs-error-msgs li label {
    line-height: 0.875rem;
  }
}

@media (max-width: 620px) {
  .hs-fieldtype-file .input {
    position: absolute;
    top: 0;
  }
  .hs-fieldtype-file .fileinput_helper {
    position: relative;
    transform: none;
    padding: 65px 5px 0 5px;
    margin-top: 0;
    display: block;
    left: 0;
    text-align: center;
    width: 100%;
    max-width: 300px;
  }
}
@media (max-width: 500px) {
  .hs-error-msgs {
    display: block;
    max-width: none !important;
    text-align: left;
    position: relative;
    right: 0;
    margin-top: 5px !important;
  }
  .hs-form-field:not(.hs-fieldtype-file) > label,
  .legal-consent-container .hs-form-booleancheckbox-display > span {
    padding-right: 0;
  }
}
table {
  border-spacing: 0;
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 1rem;
}

th,
td {
  text-align: center;
  vertical-align: top;
}

thead th,
thead td {
  border: 0;
}

thead th {
  vertical-align: bottom;
}



/* SKIP NAV */
#skipnav {
  position: fixed;
  background: #fff;
  border: 0 solid #006AFF;
  padding: 0;
  color: #006AFF;
  top: 20px;
  left: 20px;
  z-index: 0;
  height: 0;
  width: 0;
  opacity: 0;
}

#skipnav:focus {
  height: auto;
  width: auto;
  opacity: 1;
  padding: 15px 40px;
  border-width: 2px;
  z-index: 99999;
}

/* HEADER */

.header__container {
  margin: 0 auto;
}

html:not(.hs-inline-edit) .hs-page.sticky-header .header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
html:not(.hs-inline-edit) .hs-page.sticky-header main {
  margin-top: 70px;
}

/* Header drag and drop sections */

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

.header__dnd--top {
  text-align: initial;
}

/* Top Bar */

#hs_cos_wrapper_header_navigation_top {
  display: inline-block;
}

.header__top-bar {
  background-color: #fff;
  padding: 0 24px;
  display: none;
  text-align: right;
}
.header.dark .header__top-bar {
  background-color: #17212B;
}

.header__top-bar .submenu.level-1 > .menu-item {
  margin: 0;
  padding: 9px 10px;
  text-align: left;
}

.header__top-bar a.menu-link,
.header__menu .mobile__navigation--secondary li.hs-menu-item > a {
  color: #707070;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 100%;
  vertical-align: middle;
  display: inline-block;
  font-family: 'Aventa', Arial, sans-serif;
  transition: 300ms;
}
.header__top-bar a.menu-link i {
  fill: #707070;
  display: inline-block;
  line-height: inherit;
  vertical-align: inherit;
  transition: inherit;
}
.header__top-bar a.menu-link svg {
  width: 14px;
  margin-right: 10px;
  margin-top: -3px;
  vertical-align: middle;
  fill: #707070;
  transition: inherit;
}
.header.dark .header__top-bar a.menu-link {
  color: #fff;
}
.header.dark .header__top-bar a.menu-link i,
.header.dark .header__top-bar a.menu-link svg {
  fill: #fff;
  transition: 100ms;
}
.header .header__top-bar .submenu.level-2 {
  border-color: #ffffff;
  background-color: #ffffff;
  padding: 10px 0;
  left: auto !important;
  right: 0;
  z-index: 1001;
  text-align: right;
  width: auto;
  min-width: 160px;
  height: 0;
  overflow: hidden;
}
.header.dark .header__top-bar .submenu.level-2 {
  border-color: #17212b;
  background-color: #17212b;
}
.header .header__top-bar .submenu.level-1 > li.has-submenu:focus .submenu.level-2,
.header .header__top-bar .submenu.level-1 > li.has-submenu:hover .submenu.level-2 {
  height: auto;
}


.header__top-bar .menu-link:hover,
.header__top-bar .menu-link:focus,
.header.dark .header__top-bar .menu-link:hover,
.header.dark .header__top-bar .menu-link:focus,
.header__menu .mobile__navigation--secondary li.hs-menu-item > a:hover,
.header__menu .mobile__navigation--secondary li.hs-menu-item > a:focus {
  color: #006AFF;
  text-decoration: none;
  font-family: 'Aventa', Arial, sans-serif;
  font-weight: 600;
}
.header__top-bar .menu-link:hover i,
.header__top-bar .menu-link:focus i,
.header.dark .header__top-bar .menu-link:hover i,
.header.dark .header__top-bar .menu-link:focus i ,
.header__top-bar a.menu-link:hover svg,
.header__top-bar a.menu-link:focus svg,
.header.dark .header__top-bar a.menu-link:hover svg,
.header.dark .header__top-bar a.menu-link:focus svg {
  fill: #006AFF;
}

@media screen and (min-width: 768px) {
  .header__top-bar {
    display: block;
  }
}

/* Main Header */

.header__main-bar {
  padding: 0;
  position: relative;
}
.header.glass .header__main-bar {
  position: absolute;
  padding: 0 24px;
  width: 100%;
  z-index: 100;
  transition: background-color 400ms;
}
.hs-landing-page .header.glass .header__main-bar {
  background-color: #17212b;
}
.hs-landing-page .header.glass.light-glass .header__main-bar {
  background-color: #fff;
}
.hs-landing-page .header__main-bar.scrolled {
  position: fixed;
  top: -100px;
  transition: 400ms;
} 
.hs-landing-page .header__main-bar.lp-fixed {
  top: 0 !important
}

.header__main-bar .header__container {
  position: relative;
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 100px;
  z-index: 100;
}

.logo-company-name {
  display: inline-block;
  margin: 0;
  padding-bottom: 5px;
}

.header__container .header__logo {
  min-width: 256px;
  max-width: 256px;
  height: 100%;
  display: flex;
  align-items: center;
}
.header__container .header__logo a,
.header__container .header__logo a:hover,
.header__container .header__logo a:focus {
  line-height: 100%;
  font-family: Arial, sans-serif !important;
}
.header__container .header__logo svg {
  width: 100%;
  height: 100%;
}
.header__sticky.scrolled .header__container .header__logo svg#Logo .cls-2 {
  fill: #17212B;
}

.header__logo-partner-sponsor .hs_cos_wrapper {
  line-height: 100%;
  display: block;
}

@media (max-width: 960px) {
  .header__container .header__logo {
    min-width: 202px;
    max-width: 202px;
    overflow: hidden;
  }
  .header__container .header__logo svg {
    min-width: 248px;
    max-width: 248px;
    clip-path: inset(0 0 0 50px);
    margin-left: -50px;
  }
  .header__navigation-toggle {
    padding-top: 17px !important;
  }
  .header__navigation-toggle:before {
    margin-top: -3px;
  }
}

.header__container .header__logo img {
  max-width: 210px;
  display: block;
}
.header__container .header__logo.header__logo-partner img {
  max-width: 304px;
}
.header__container .submenu.level-1 > .menu-item {
  display: inline-block;
  position: relative;
}
/* Main Navigation */

/* fix for drag and drop editor only */
.hs-baymax-editor .header {
  overflow: hidden !important;
}
.hs-baymax-editor .header .header__main-bar {
  display: none !important;
}
/* end fix */

.header__menu {
  align-items: center;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.header__navigation {
  z-index: 99;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__navigation > div.header__navigation--primary {
  padding-right: 30px;
}
.header__navigation.no-nav > div.header__navigation--primary {
  padding-right: 0;
}

.hs-landing-page .header__navigation {
  justify-content: flex-end;
}
.hs-landing-page .header__navigation .hs_cos_wrapper:not(#hs_cos_wrapper_mobile_navigation_topbar) {
  display: flex;
  align-items: center;
}

.header .header__menu .header__navigation .menu-link {
  transition: 300ms;
}

header .header__menu .header__navigation .button {
  padding: 13px 20px 11px 20px;
  margin-bottom: 0;
  min-width: 175px;
  line-height: 100%;
  font-size: 16px;
}
html[lang="fr"] header .header__menu .header__navigation .button span {
  letter-spacing: -0.04em;
}

.header.dark .button:not(.button--simple).always-to-dark:after, 
.header.dark .hs-button:not(input):not(.button--simple).always-to-dark:after {
  background-color: #fff !important;
}
.header.dark .button:not(.button--simple).always-to-dark span {
  transition: 400ms;
}
.header.dark .button:not(.button--simple).always-to-dark:hover span,
.header.dark .button:not(.button--simple).always-to-dark:focus span {
  color: #17212b !important;
}

.header__navigation > div, .header__navigation nav, .header__navigation nav .submenu.level-1 {
  height: 100%;
}
.header .submenu.level-1 {
  display: inline-block;
  text-wrap: nowrap; /* to fix the render glitch on safari where the last menu item wraps under the menu */
}

/* Main Header - STICKY ON SCROLL - website pages only */

.hs-site-page .header__main-bar.header__sticky, 
.hs-blog-post .header__main-bar.header__sticky, 
.hs-blog-listing .header__main-bar.header__sticky {
  background: #fff;
  width: 100%;
  z-index: 999;
}
.hs-site-page .dark .header__main-bar.header__sticky, 
.hs-blog-post .dark .header__main-bar.header__sticky, 
.hs-blog-listing .dark .header__main-bar.header__sticky {
  background: #17212B;
}
.hs-site-page .glass .header__main-bar.header__sticky, 
.hs-blog-post .glass .header__main-bar.header__sticky, 
.hs-blog-listing .glass .header__main-bar.header__sticky {
  background: transparent;
}
.hs-site-page .header__main-bar.header__sticky.scrolled, 
.hs-blog-post .header__main-bar.header__sticky.scrolled,
.hs-blog-listing .header__main-bar.header__sticky.scrolled {
  position: fixed;
  transition: 500ms;
  top: -102px;
  box-shadow: 0 2px 0 rgb(0 0 0 / 0%);
}
header.header.glass.dark-glass:after {
  content: "";
  width: 100%;
  height: 120px;
  position: absolute;
  background: linear-gradient(180deg,rgba(23,33,43,0.8),rgba(23,33,43,0.2) 60%,rgba(23,33,43,0));
  z-index: 1;
  opacity: 0.75;
  mix-blend-mode: multiply;
}

.hs-site-page .glass .header__main-bar.header__sticky.scrolled, 
.hs-blog-post .glass .header__main-bar.header__sticky.scrolled,
.hs-blog-listing .glass .header__main-bar.header__sticky.scrolled,
.hs-site-page .glass .header__main-bar:hover, 
.hs-blog-post .glass .header__main-bar:hover,
.hs-blog-listing .glass .header__main-bar:hover,
.hs-site-page .glass .header__main-bar.child-focus, 
.hs-blog-post .glass .header__main-bar.child-focus,
.hs-blog-listing .glass .header__main-bar.child-focus,
.hs-site-page .glass .header__main-bar.search-active, 
.hs-blog-post .glass .header__main-bar.search-active,
.hs-blog-listing .glass .header__main-bar.search-active,
.hs-site-page .glass .header__main-bar.mobile-active, 
.hs-blog-post .glass .header__main-bar.mobile-active,
.hs-blog-listing .glass .header__main-bar.mobile-active {
  background: #fff;
}
.hs-site-page .glass.dark .header__main-bar.header__sticky.scrolled, 
.hs-blog-post .glass.dark .header__main-bar.header__sticky.scrolled,
.hs-blog-listing .glass.dark .header__main-bar.header__sticky.scrolled,
.hs-site-page .glass.dark .header__main-bar:hover, 
.hs-blog-post .glass.dark .header__main-bar:hover,
.hs-blog-listing .glass.dark .header__main-bar:hover,
.hs-site-page .glass.dark .header__main-bar.child-focus, 
.hs-blog-post .glass.dark .header__main-bar.child-focus,
.hs-blog-listing .glass.dark .header__main-bar.child-focus,
.hs-site-page .glass.dark .header__main-bar.search-active, 
.hs-blog-post .glass.dark .header__main-bar.search-active,
.hs-blog-listing .glass.dark .header__main-bar.search-active,
.hs-site-page .glass.dark .header__main-bar.mobile-active, 
.hs-blog-post .glass.dark .header__main-bar.mobile-active,
.hs-blog-listing .glass.dark .header__main-bar.mobile-active {
  background: #17212B;
}

.hs-site-page .dark-glass .header__main-bar.header__sticky.scrolled .header__logo svg#Logo .cls-2, 
.hs-blog-post .dark-glass .header__main-bar.header__sticky.scrolled .header__logo svg#Logo .cls-2,
.hs-blog-listing .dark-glass .header__main-bar.header__sticky.scrolled .header__logo svg#Logo .cls-2,
.hs-site-page .light-glass .header__main-bar.header__sticky .header__logo svg#Logo .cls-2, 
.hs-landing-page .light-glass .header__main-bar .header__logo svg#Logo .cls-2, /* landing page */
.hs-blog-post .light-glass .header__main-bar.header__sticky .header__logo svg#Logo .cls-2,
.hs-blog-listing .light-glass .header__main-bar.header__sticky .header__logo svg#Logo .cls-2,
.hs-site-page .dark-glass .header__main-bar:hover .header__logo svg#Logo .cls-2, 
.hs-blog-post .dark-glass .header__main-bar:hover .header__logo svg#Logo .cls-2,
.hs-blog-listing .dark-glass .header__main-bar:hover .header__logo svg#Logo .cls-2,
.hs-site-page .dark-glass .header__main-bar.child-focus .header__logo svg#Logo .cls-2, 
.hs-blog-post .dark-glass .header__main-bar.child-focus .header__logo svg#Logo .cls-2,
.hs-blog-listing .dark-glass .header__main-bar.child-focus .header__logo svg#Logo .cls-2,
.hs-site-page .dark-glass .header__main-bar.search-active .header__logo svg#Logo .cls-2, 
.hs-blog-post .dark-glass .header__main-bar.search-active .header__logo svg#Logo .cls-2,
.hs-blog-listing .dark-glass .header__main-bar.search-active .header__logo svg#Logo .cls-2,
.hs-site-page .dark-glass .header__main-bar.mobile-active .header__logo svg#Logo .cls-2, 
.hs-blog-post .dark-glass .header__main-bar.mobile-active .header__logo svg#Logo .cls-2,
.hs-blog-listing .dark-glass .header__main-bar.mobile-active .header__logo svg#Logo .cls-2 {
  fill: #17212B;
}
.header:not(.dark):not(.glass) .header__container .header__logo svg#Logo .cls-2,
.header.glass:not(.dark):not(.dark-glass) .header__container .header__logo svg#Logo .cls-2 {
  fill: #17212b;
}
.header.dark .header__sticky.scrolled .header__container .header__logo svg#Logo .cls-2 {
  fill: #fff;
}

.hs-site-page .header__main-bar.header__sticky.scrolled.show, 
.hs-blog-post .header__main-bar.header__sticky.scrolled.show,
.hs-blog-listing .header__main-bar.header__sticky.scrolled.show,
.hs-site-page .header__main-bar.header__sticky.scrolled.child-focus, 
.hs-blog-post .header__main-bar.header__sticky.scrolled.child-focus,
.hs-blog-listing .header__main-bar.header__sticky.scrolled.child-focus {
  top: 0;
  box-shadow: none; /* 0 2px 10px rgb(0 0 0 / 30%); */
}


/* secondary navigation */

.navigation-secondary .level-1 {
  height: 100%;
  display: flex;
  align-items: center;
}
.navigation-secondary .level-1 > li {
  line-height: 100%;
}

/* MEGA MENU */

.menu-link.dropdown-indicator,
.has-submenu > .menu-link {
  padding-right: 8px !important;
}
.menu-link.dropdown-indicator:before,
.has-submenu > .menu-link:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2317212b' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 9px;
  height: 14px;
  right: 6px;
  color: inherit;
  transition: 300ms;
}
.header.dark .menu-link.dropdown-indicator:before,
.header.dark .has-submenu > .menu-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
}
ul:not(.level-2):not(.level-3) > .open .menu-link.dropdown-indicator:before,
ul:not(.level-2):not(.level-3) > .open.has-submenu > .menu-link:before {
  transform: rotate(180deg);
}
.dark-glass .header__main-bar:not(.scrolled):not(.search-active) .menu-link.dropdown-indicator:before,
.dark-glass .header__main-bar:not(.scrolled):not(.search-active) .has-submenu > .menu-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
}
.header__top-bar .menu-link.dropdown-indicator:before,
.header__top-bar .has-submenu > .menu-link:before  {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23707070' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
  width: 8px;
  height: 10px;
  margin-top: 1px;
}
.dark-glass .header__main-bar:not(.scrolled):hover .menu-link.dropdown-indicator:before,
.dark-glass .header__main-bar:not(.scrolled):hover .has-submenu > .menu-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2317212b' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E");
}
.menu-link.dropdown-indicator.active:before,
.has-submenu > .menu-link.active:before,
.menu-link.dropdown-indicator:hover:before,
.has-submenu > .menu-link:hover:before,
.menu-link.dropdown-indicator:focus:before,
.has-submenu > .menu-link:focus:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23006AFF' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E") !important;
}

.submenu.level-2 .menu-link.dropdown-indicator:before,
.submenu.level-2 .has-submenu > .menu-link:before {
  content: none !important;
  display: none;
}

.hs-inline-edit [data-hs-cell-id="header_mega-main"] {
  display: none;
}
#header_mega-main .row-fluid > .span12 {
  min-height: auto;
}

.mm-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100% !important;
  box-shadow: none; /* 0 3px 4px 0 rgb(0 0 0 / 20%); */
  padding: 0;
  z-index: 999;
}
.hs-inline-edit body:not([data-selenium="module-toolbars-loaded"]) .mm-container {
  position: relative;
}
.mm-container div.mm-item {
  height: auto;
  max-height: 0;
  opacity: 0;
  background-color: #fff;
  transition: opacity 400ms;
  overflow: hidden;
  border-bottom: 0 solid transparent;
}
.dark .mm-container div.mm-item {
  background-color: #17212B;
}
.mm-container div.mm-item.active {
  max-height: 580px;
  opacity: 1;
  border-bottom: 1px solid #dfe4e7;
}
.header.dark .mm-container div.mm-item.active {
  border-bottom-color: #0C1928;
}
.mm-container div.mm-item .mm-content {
  padding: 30px 24px;
}
.mm-container div.mm-item .mm-content .mm-content__text {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

/* for editor */
.hs-inline-edit body:not([data-selenium="module-toolbars-loaded"]) .mm-container div.mm-item {
  display: block;
  max-height: auto;
}
/* end editor */

.mm-item .row-fluid > span, .mm-item .row-fluid > span > div {
  width: 100%;
}
/* top level list (displays as columns) */
.mm-item .hs-menu-wrapper > ul {
  justify-content: space-between;
  gap: 36px;
}
.mm-item .hs-menu-wrapper > ul > li {
  flex: 1;
  position: relative;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
  font-family: 'Aventa', Arial, sans-serif;
  color: #17212b;
  position: relative;
  font-size: 32px;
  font-weight: 700;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: 300ms;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul li a {
  font-family: 'Aventa', Arial, sans-serif;
  color: #707070;
  font-weight: 600;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul li a:hover,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul li a:focus {
  font-family: 'Aventa', Arial, sans-serif;
  text-decoration: none;
  font-weight: 600;
}
.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a {
  color: #fff;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a svg.ft-icon {
  width: 41px;
  height: 40px;
  border-radius: 20px;
  line-height: 100%;
  display: inline;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
  transition: 200ms;
}
.header.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href="javascript:;"]) svg.ft-icon polygon, 
.header.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href="javascript:;"]) svg.ft-icon path {
  fill: #fff;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a svg.ft-icon polygon,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a svg.ft-icon path {
  transition: 200ms;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):hover svg.ft-icon,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):focus svg.ft-icon {
  background-color: #006AFF;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):hover svg.ft-icon polygon,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):focus svg.ft-icon polygon {
  fill: #ffffff;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):hover svg.ft-icon path,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):focus svg.ft-icon path {
  fill: #006AFF !important;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):hover,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):focus {
  text-decoration: none;
  color: #17212b;
}
.header.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):hover,
.header.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:not([href='javascript:;']):focus {
  color: #fff;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #17212b;
  width: 100%;
  left: 0;
  bottom: 0;
}
.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a:after {
  border-color: #fff;
}

/* sub list items (under the columns 'headings') */
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul {
  margin: 0;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li {
  margin: 0 0 5px 0;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul > li.hs-item-has-children:not(:last-of-type) {
  margin-bottom: 30px;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li > a {
  color: #707070;
}
.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li > a {
  color: #dae5ed;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li.hs-menu-depth-2.hs-item-has-children > a {
  font-family: 'Aventa', Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #17212b;
}
.dark .mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li.hs-menu-depth-2.hs-item-has-children > a {
  color: #fff;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > ul > li.hs-item-has-children > ul {
  margin-top: 10px;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li > a[href='javascript:;']:hover,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li > a[href='javascript:;']:focus,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a[href='javascript:;']:hover,
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 > a[href='javascript:;']:focus {
  text-decoration: none !important;
  cursor: default;
}
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li > a:not([href='javascript:;']):hover, /* :( */
.mm-item .hs-menu-wrapper > ul > li.hs-menu-depth-1 ul li > a:not([href='javascript:;']):focus {
  color: #006AFF !important;
}
/*flyout*/
.header .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .header__menu .has-submenu ul.submenu.level-2 {
  border: 1px solid #dfe4e7;
  border-radius: 0;
}
.header .has-submenu .submenu.level-2 > li {
  border-color: transparent;
}
.header.dark .has-submenu .submenu.level-2 > li {
  border-color: #17212b;
}
.header .has-submenu .submenu.level-2 > li a.menu-link {
  background-color: #fff;
  color: #17212b !important;
  font-size: 20px;
  padding: 10px 24px;
  transition: 300ms;
}
.header .header__top-bar .has-submenu .submenu.level-2 > li a.menu-link {
  color: #707070 !important;
  font-size: 13px;
}
.header.dark .has-submenu .submenu.level-2 > li a.menu-link {
  background-color: #17212b;
  color: #BAD4DE !important;
}
.header .has-submenu .submenu.level-2 > li a.menu-link:hover,
.header .has-submenu .submenu.level-2 > li a.menu-link:focus {
  background-color: #ffffff;
  color: #006AFF !important;
}
.header.dark .has-submenu .submenu.level-2 > li a.menu-link:hover,
.header.dark .has-submenu .submenu.level-2 > li a.menu-link:focus {
  background-color: #17212b;
  color: #fff !important;
}
@media (min-width: 1201px) {
  .header .has-submenu .submenu.level-2 > li a.menu-link {
    font-size: 13px;
  }
}

.header .submenu:not(.level-1) {
  z-index: 100;
}

.header .submenu:not(.level-1) .has-submenu {
  position: relative;
}

.header .submenu.level-2 {
  border: 1px solid;
  box-shadow: 1px 2px 3px 0 rgba(0,0,0,0.1);
  left: -9999px;
  opacity: 0;
  position: absolute;
  top: 100%;
  width: 200px;
}

.header .submenu.level-3 {
  background-color: #fff;
  left: 0;
  position: relative;
  display: block;
  top: 5%;
  width: 100%;
}
.header .has-submenu .submenu.level-2 > li .submenu.level-3 > li a.menu-link {
  font-size: 16px !important;
  color: #707070 !important;
}
.header .has-submenu .submenu.level-2 > li .submenu.level-3 > li a:not([href="javascript:;"]).menu-link:hover,
.header .has-submenu .submenu.level-2 > li .submenu.level-3 > li a:not([href="javascript:;"]).menu-link:focus {
  color: #006AFF !important;
}

.header .submenu.level-2 > li {
  background-color: #fff;
  border-bottom: 1px solid #dae5ed;
  margin: 0;
  padding: 0;
}

.header .submenu.level-2 > li:last-child,
.header .submenu.level-2 > li:last-child .submenu {
  border-bottom: none;
}

.header .submenu.level-2 .menu-item .menu-link {
  display: block;
  padding: 0.7rem;
  transition: background-color 0.3s;
}

.header .submenu.level-2 .menu-item .menu-link:hover,
.header .submenu.level-2 .menu-item .menu-link:focus {
  background-color: #BAD4DE;
  color: #fff;
  cursor: pointer;
  transition: background-color 0.3s;
}

/* HubSpot Editor Styles */

.hs-inline-edit .submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.hs-inline-edit > li.has-submenu.focus .submenu.level-2 {
  visibility: hidden;
}

/* Mega Menu Inner Vertical Tabs - NOT IN USE */
#platform-nav > div {
  padding: 30px 15px;
}
#platform-items > div {
  padding: 30px 20px;
}
#platform-nav > div.tns-nav-active, #platform-items > div.tns-slide-active {
  background-color: #102031;
}
.mm-slider .tns-outer, .mm-slider .tns-inner, #platform-items.tns-slider, #platform-items .tns-item {
  height: 100%;
}

/* Mobile Navigation */

#nav-toggle,
.submenu-toggle {
  display: none;
}

.header__menu .mobile__navigation--secondary > div {
  margin-top: 25px;
}
.header__menu .mobile__navigation--secondary li.hs-menu-item {
  padding: 0 14px;
  margin-bottom: 10px;
}
.header__menu .mobile__navigation--secondary li.hs-menu-item > a {
  font-size: 16px;
}

@media (max-width: 1260px) {
  header .header__menu .header__navigation .button {
    padding: 13px 24px 11px 24px;
    min-width: 165px;
    font-size: 15px;
  }
  .header .header__menu .header__navigation .menu-link {
    letter-spacing: -0.01em;
  }
}

@media (min-width: 1201px) {
  .header .submenu.level-1 > li:hover .submenu.level-2,
  .header .submenu.level-1 > li.focus .submenu.level-2 {
    left: 0;
    opacity: 1;
  }

  .header .submenu.level-1 > li:hover:last-child .submenu.level-2,
  .header .submenu.level-1 > li.focus:last-child .submenu.level-2 {
    left: auto;
    right: 0;
  }

  .header .header.submenu.level-2 > li:hover .submenu.level-3,
  .submenu.level-2 > li.focus .submenu.level-3 {
    left: auto;
    opacity: 1;
    right: 100%;
  }
  .header .mm-submenu.has-submenu > ul.submenu {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header .header__top-bar .submenu.level-1 > li:hover .submenu.level-2,
  .header .header__top-bar .submenu.level-1 > li.focus .submenu.level-2 {
    opacity: 1;
  }

  .header__navigation > div.header__navigation--primary {
    padding-right: 15px;
    margin-top: 10px;
  }

  header .header__menu .header__navigation .button {
    font-size: 16px;
    padding: 15px 34px 13px 34px;
  }

  .header__navigation {
    display: none;
    position: fixed;
    right: 0;
    top: 100%;
    width: 100%;
  }

  .header__navigation-toggle {
    cursor: pointer;
    display: block;
    background-color: transparent;
    position: relative;
    border-radius: 30px;
    width: 52px;
    height: 52px;
    padding-top: 20px;
    text-align: center;
    line-height: 100%;
    will-change: transform;
  }
  .header__navigation-toggle:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    right: auto;
    bottom: auto;
    min-height: 100%;
    border-radius: 200px;
    padding: 100% 2.5% 0 2.5%;
    background-color: #17212b;
    transform: scale(0) translate(-50%, -50%);
    transform-origin: 0 0;
    transition: 500ms;
    transition-timing-function: cubic-bezier(.5,.74,.22,.99);
    z-index: 0;
  }
  .dark .header__navigation-toggle:before {
    background-color: #fff;
  }
  .header__navigation-toggle:hover:before,
  .header__navigation-toggle:focus:before {
    transform: scale(1) translate(-50%,-50%);
  }

  .header__mobile-menu-icon,
  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    position: relative;
    z-index: 5;
    background-color: #17212B;
    transition: 400ms;
    border-radius: 0;
    display: inline-block;
    height: 2px;
    width: 36px;
  }
  .dark .header__mobile-menu-icon,
  .dark .header__mobile-menu-icon:after,
  .dark .header__mobile-menu-icon:before,
  .header__navigation-toggle:hover .header__mobile-menu-icon,
  .header__navigation-toggle:hover .header__mobile-menu-icon:after,
  .header__navigation-toggle:hover .header__mobile-menu-icon:before,
  .header__navigation-toggle:focus .header__mobile-menu-icon,
  .header__navigation-toggle:focus .header__mobile-menu-icon:after,
  .header__navigation-toggle:focus .header__mobile-menu-icon:before,
  .dark-glass .header__sticky:not(.scrolled):not(.mobile-active) .header__mobile-menu-icon, 
  .dark-glass .header__sticky:not(.scrolled):not(.mobile-active) .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky:not(.scrolled):not(.mobile-active) .header__mobile-menu-icon:before,
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:hover .header__mobile-menu-icon, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:hover .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:hover .header__mobile-menu-icon:before,
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:focus .header__mobile-menu-icon, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:focus .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:focus .header__mobile-menu-icon:before,
  .dark-glass .header__sticky.search-active #nav-toggle-icon:hover .header__mobile-menu-icon, 
  .dark-glass .header__sticky.search-active #nav-toggle-icon:hover .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky.search-active #nav-toggle-icon:hover .header__mobile-menu-icon:before,
  .dark-glass .header__sticky.search-active #nav-toggle-icon:focus .header__mobile-menu-icon, 
  .dark-glass .header__sticky.search-active #nav-toggle-icon:focus .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky.search-active #nav-toggle-icon:focus .header__mobile-menu-icon:before {
    background-color: #fff;
  }
  .dark .header__navigation-toggle:hover .header__mobile-menu-icon,
  .dark .header__navigation-toggle:hover .header__mobile-menu-icon:after,
  .dark .header__navigation-toggle:hover .header__mobile-menu-icon:before,
  .dark .header__navigation-toggle:focus .header__mobile-menu-icon,
  .dark .header__navigation-toggle:focus .header__mobile-menu-icon:after,
  .dark .header__navigation-toggle:focus .header__mobile-menu-icon:before,
  .dark-glass .header__sticky:not(.scrolled):hover .header__mobile-menu-icon, 
  .dark-glass .header__sticky:not(.scrolled):hover .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky:not(.scrolled):hover .header__mobile-menu-icon:before,
  .dark-glass .header__sticky.search-active .header__mobile-menu-icon, 
  .dark-glass .header__sticky.search-active .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky.search-active .header__mobile-menu-icon:before  {
    background-color: #17212B;
  }

  .header__mobile-menu-icon {
    position: relative;
    top: -6px;
  }

  .header__mobile-menu-icon:before {
    top: -8px;
  }

  .header__mobile-menu-icon:after {
    top: 8px;
  }

  .header__mobile-menu-icon:after,
  .header__mobile-menu-icon:before {
    content: '';
    position: absolute;
    left: 0;
  }

  #nav-toggle:checked ~ .header__navigation {
    /*display: block;*/
    display: flex;
  }

  /* prettier-ignore */
  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon {
    margin: 0 auto;
    transform: rotate(45deg);
  }
  /* prettier-ignore */
  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:before {
    content: none;
  }
  /* prettier-ignore */
  #nav-toggle:checked + .header__navigation-toggle .header__mobile-menu-icon:after {
    top: 0;
    transform: rotate(-90deg);
  }
}


@media (min-width: 1201px) {
  .header__menu {
    align-items: flex-end;
    flex-direction: column;
    padding-left: 15px;
  }
  .header__navigation {
    background-color: transparent;
  }
}

@media (max-width: 1200px) {
  .header__navigation {
    height: 100%;
    height: -webkit-fill-available;
    max-height: calc(100% - 146px);
    top: 146px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px 5px 15px;
    background-color: #fff;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    overflow-y: auto;
    gap: 0;
  }
  .scrolled .header__navigation {
    max-height: calc(100% - 100px);
    top: 100px;
  }
  .dark .header__navigation {
    background-color: #17212b;
  }
  .header__menu {
    justify-content: flex-end;
  }
  .header__navigation div.mobile-search {
    padding: 0 15px;
  }
  .header__navigation div.mobile-search form {
    padding: 15px 0 30px 0 !important;
  }
  .header__navigation>div,
  .header__navigation>div:first-of-type {
    width: 100%;
    margin-left: 0;
  }
  .header__navigation>div:last-of-type {
    height: 100px;
    background-color: #fff;
    padding: 0 14px;
  }
  .header__menu .header__navigation .submenu.level-1 > .menu-item {
    display: block;
    text-align: left;
    padding-right: 0;
  }
  .header__menu .header__navigation .submenu.level-1 > .menu-item > .menu-link {
    font-size: 26px;
    line-height: 100%;
    text-align: left;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 14px 0;
  }
  .header__main-bar .menu-link.dropdown-indicator:before, 
  .header__main-bar .has-submenu>.menu-link:before {
    right: 0;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%2317212b' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E") !important;
    width: 16px;
    height: 18px;
    margin-top: 3px;
  }
  .header__main-bar .menu-link.dropdown-indicator:hover:before, 
  .header__main-bar .has-submenu>.menu-link:hover:before,
  .header__main-bar .menu-link.dropdown-indicator:focus:before, 
  .header__main-bar .has-submenu>.menu-link:focus:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23006AFF' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E") !important;
  }
  .header__navigation > div, .header__navigation nav, .header__navigation nav .submenu.level-1 {
    height: auto;
    display: block;
  }
  .navigation-secondary .level-1 > li {
    margin-left: 0;
    margin-right: auto !important;
    margin-top: 30px !important;
  }

  /* no mega menu on mobile */
  .mm-container div.mm-item.active {
    display: none !important;
  }

  /* flyout */
  .header .header__main-bar li ul.submenu.level-2 {
    display: block;
    border: 0 !important;
    left: 0;
    padding-left: 48px;
    opacity: 1;
    position: relative;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: 500ms ease-in;
  }
  .header .header__main-bar li.open ul.submenu.level-2 {
    max-height: 1000px;
  }
  .header .header__main-bar .has-submenu .submenu.level-2 > li {
    border-bottom: 0 !important;
    background-color: transparent !important;
    margin-bottom: 20px;
  }
  .header .header__main-bar .has-submenu .submenu.level-2 > li:last-of-type() {
    margin-bottom: 15px;
  }
  .header .header__main-bar .has-submenu .submenu.level-2 > li a.menu-link {
    padding-left: 3px;
    padding-right: 0;
    background-color: transparent !important;
    display: inline-block;
  }
  .header .header__main-bar .has-submenu .submenu.level-2 > li.has-submenu > a:not([href="javascript:;"]).menu-link,
  .header .header__main-bar .has-submenu .submenu.level-2 > li > a:not([href="javascript:;"]).menu-link {
    margin-top: 5px;
    position: relative;
  }
  .header .header__main-bar .has-submenu .submenu.level-2 > li.has-submenu > a:not([href="javascript:;"]).menu-link:before,
  .header .header__main-bar .has-submenu .submenu.level-2 > li > a:not([href="javascript:;"]).menu-link:before {
    content: "" !important;
    display: inline-block !important;
    position: absolute;
    left: 0;
    margin-left: -48px;
    top: 50%;
    margin-top: -20px;
    width: 36px;
    height: 36px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' baseProfile='tiny' class='ft-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%2317212b' points='30.5,25.5 17,25.5 17,23.5 30.5,23.5 30.5,23.5 25.5,18.7 26.9,17.3 34.4,24.5 26.9,31.8 25.5,30.3'%3E%3C/polygon%3E%3Cpath fill='%2317212b' d='M25,50C11.2,50,0,38.8,0,25S11.2,0,25,0s25,11.2,25,25S38.8,50,25,50z M25,2C12.3,2,2,12.3,2,25 c0,12.7,10.3,23,23,23c12.7,0,23-10.3,23-23C48,12.3,37.7,2,25,2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") !important;
    background-size: contain;
    border-radius: 18px;
    will-change: transform;
    transition: none !important;
  }
  .header .header__main-bar .has-submenu .submenu.level-2 > li.has-submenu > a:not([href="javascript:;"]).menu-link:hover:before,
  .header .header__main-bar .has-submenu .submenu.level-2 > li.has-submenu > a:not([href="javascript:;"]).menu-link:focus:before,
  .header .header__main-bar .has-submenu .submenu.level-2 > li > a:not([href="javascript:;"]).menu-link:hover:before,
  .header .header__main-bar .has-submenu .submenu.level-2 > li > a:not([href="javascript:;"]).menu-link:focus:before {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' baseProfile='tiny' class='ft-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 50 50' overflow='visible' xml:space='preserve'%3E%3Cg%3E%3Cpolygon fill='%23ffffff' points='30.5,25.5 17,25.5 17,23.5 30.5,23.5 30.5,23.5 25.5,18.7 26.9,17.3 34.4,24.5 26.9,31.8 25.5,30.3'%3E%3C/polygon%3E%3Cpath fill='%23006AFF' d='M25,50C11.2,50,0,38.8,0,25S11.2,0,25,0s25,11.2,25,25S38.8,50,25,50z M25,2C12.3,2,2,12.3,2,25 c0,12.7,10.3,23,23,23c12.7,0,23-10.3,23-23C48,12.3,37.7,2,25,2z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") !important;
    background-color: #006AFF;
  }
}
@media (max-width: 767px) {
  .header.glass .header__main-bar {
    padding: 0 20px;
  }
  .header__navigation,
  .scrolled .header__navigation {
    max-height: calc(100% - 76px);
    top: 76px;
  }
  .header__main-bar .header__container {
    height: 76px;
  }
  /* disabling button effect on mobile touch screens */
  .header__navigation-toggle:focus:before,
  .header__navigation-toggle:hover:before {
    transform: scale(0) translate(-50%,-50%) !important;
  }
  .header__navigation-toggle:focus .header__mobile-menu-icon,
  .header__navigation-toggle:focus .header__mobile-menu-icon:after,
  .header__navigation-toggle:focus .header__mobile-menu-icon:before,
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:focus .header__mobile-menu-icon, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:focus .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:focus .header__mobile-menu-icon:before,
  .header__navigation-toggle:hover .header__mobile-menu-icon,
  .header__navigation-toggle:hover .header__mobile-menu-icon:after,
  .header__navigation-toggle:hover .header__mobile-menu-icon:before,
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:hover .header__mobile-menu-icon, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:hover .header__mobile-menu-icon:after, 
  .dark-glass .header__sticky:not(.scrolled) #nav-toggle-icon:hover .header__mobile-menu-icon:before {
    background-color: #17212b;
  }
}

#nav-toggle:checked ~ .header__navigation {
  display: block;
}

.header__menu .header__navigation .submenu.level-1 > .menu-item {
  border-top: none;
  margin: 0;
  padding: 0 14px;
  height: 100%;
}

.header__menu .header__navigation .menu-link {
  letter-spacing: 0;
  padding: 10px 0;
  display: flex;
  align-items: center;
  height: 100%;
}

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

.header__menu .header__navigation .submenu:not(.level-1) .menu-item {
  border-top: none;
  display: list-item;
  margin: 0;
  padding: 0;
  position: relative;
}

.header__menu .header__navigation .submenu:not(.level-1) .menu-link {
  padding: 0.7rem 0 0.7rem 1rem;
}

/* MEGA MENU DROPDOWN INNER ITEMS */
.mm-content {
  font-size: 15px;
}
.mm-content .lead {
  margin-bottom: 15px;
  font-size: 15px;
}
.mm-content .mm-submenu-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
}
.mm-content .mm-submenu-list li {
  margin-left: 0;
  line-height: 1.25rem;
  margin-bottom: 10px;
}
.mm-content .mm-submenu-list li a {
  display: inline-block;
  color: #D9D8D6;
  font-size: 14px;
  transition: 200ms;
}
.mm-content .mm-submenu-list .mm-submenu-list-title {
  font-weight: 700;
  display: block;
  font-size: 15px;
  color: #fff;
  margin-bottom: 5px;
}
.mm-content .mm-submenu-list .mm-submenu-list-title:after, .mm-content a.arrow:after {
  content: "\25B8";
  padding-left: 6px;
  
}
.mm-content .mm-submenu-list li a:hover, .mm-content .mm-submenu-list li a:focus {
  text-decoration: none;
  margin-left: 6px;
  margin-right: -6px;
}
.mm-content .mm-submenu-list li a:hover .mm-submenu-list-title, .mm-content .mm-submenu-list li a:focus .mm-submenu-list-title {
  text-decoration: underline;
}
.mm-content .mm-submenu-list li a:hover .mm-submenu-list-title:after, .mm-content .mm-submenu-list li a:focus .mm-submenu-list-title:after {
  text-decoration: none;
}

@media screen and (min-width: 1201px) {
  .header__menu .header__navigation .submenu:not(.level-1) {
    background-color: #FFF;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: visibility 0s, opacity 0.3s;
    width: 200px;
  }

  .header__menu .mobile__navigation--secondary {
    display: none;
  }

  .header__menu .header__navigation .submenu:not(.level-1) .menu-link {
    background-color: #FFF;
    padding: 10px;
  }

  .header__menu .header__navigation .submenu.level-3 .menu-link {
    padding-left: 20px;
  }

  .header__navigation-toggle {
    display: none;
  }

  .header__navigation--secondary-mobile {
    display: none;
  }

  .header .header__navigation div[data-mobile-search],
  .header .header__navigation div.mobile-search {
    display: none;
  }
}

/* Menu and simple menu */

.header .hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
}

/* Horizontal menu */

.header .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .header .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.header .hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.header .hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .header .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.header .hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.header
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.header
.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: 1200px) {
  .header .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .header
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .header
  .hs-menu-children-wrapper,
  .header
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .header
  .hs-item-has-children:hover
  > .header
  .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_switcher_class .globe_class {
  background: none;
  border: 0;
  height: 0;
  width: 0;
}

.header__language-switcher .lang_list_class {
  background-color: #FFF;
  border-color: #fff;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  box-shadow: 2px 3px 3px 0 rgba(0,0,0,0.2);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
  z-index: 9999;
}
.header.dark .header__language-switcher .lang_list_class {
  background-color: #17212b;
  border-color: #17212b;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  visibility: visible;
}

.header__language-switcher .lang_list_class:after,
.header__language-switcher .lang_list_class:before {
  content: none;
}
.lang_list_class li {
  padding: 0 !important;
  border: 0 !important;
  margin: 0 !important;
  background-color: transparent !important;
}

.header__language-switcher .lang_list_class li a {
  background-color: transparent;
  border: none;
  line-height: 1.5em;
  margin: 0;
  padding: 6px 20px;
  display: inline-block;
  min-width: 140px;
  width: auto;
}
.header__language-switcher .lang_list_class li:last-child a {
  border-radius: 0 0 4px 4px;
}

.header__language-switcher .lang_list_class li a:hover, .header__language-switcher .lang_list_class li a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #006AFF !important;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: 'Aventa', Arial, sans-serif;
  color: #707070;
  transition: 200ms;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}
.header.dark .header__language-switcher-label-current,
.header.dark .header__language-switcher .lang_list_class li a {
  color: #fff;
}

.header__language-switcher-label {
  display: inline-flex;
  padding-left: 5px;
  position: relative;
  align-items: center;
}

.header__language-switcher-label-current {
  font-family: 'Aventa', Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  align-items: center;
  color: #FFF;
  display: flex;
  margin-left: 0.5rem;
  height: 28px;
  margin-right: 19px;
}
.header:not(.dark) .header__language-switcher-label-current {
  color: #707070;
}

.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher-label-current:active {
  color: #FFF;
}

.header__language-switcher-label-current:after {
  height: 10px;
  margin-top: 0;
  width: 8px;
  background-repeat: no-repeat;
  color: inherit;
  content: "";
  position: absolute;
  right: 6px;
  transition: 300ms;
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23707070' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E);
}
.header.dark .header__language-switcher-label-current:after {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23ffffff' d='M224 416c-8.188 0-16.38-3.125-22.62-9.375l-192-192c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0L224 338.8l169.4-169.4c12.5-12.5 32.75-12.5 45.25 0s12.5 32.75 0 45.25l-192 192C240.4 412.9 232.2 416 224 416z'/%3E%3C/svg%3E);
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: 1rem;
    margin-right: 0;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border: 0;
    border-radius: 0;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    border-top: 1px solid #D0D0D0;
    padding: 0.7rem;
  }

  .header__language-switcher .lang_list_class li:first-child {
    border-top: 1px solid #D0D0D0;
    padding-top: 0.7rem;
  }

  .header__language-switcher-label {
    position: static;
  }

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}

/* Header - No Navigation */

.header--no-navigation {
  padding: 1rem 0;
}

.header--no-navigation .header__logo {
  text-align: left;
}
.header--no-navigation .header__logo.align-right {
  text-align: right;
}

@media (max-width: 767px) {
  .header--no-navigation .header__logo, .header--no-navigation .header__logo.align-right {
    text-align: center !important;
  }
}

/* special mobile scroll modifications */
html.menu-active,
html.menu-active body {
  overflow: hidden;
}
/* Footer */
footer .footer__container {
  padding: 15px 15px;
}
footer .hs-menu-wrapper > ul {
  width: 100%;
  justify-content: space-between;
}
footer .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1 {
  flex: 1;
  position: relative;
  max-width: 30%;
}
/* Footer Menus */

.footer .footer__container .h1,
.footer .footer__container .h2,
.footer .footer__container .h3,
.footer .footer__container .h4,
.footer .footer__container form .hs-richtext h2,
.footer .footer__container form .hs-richtext h3,
.footer .footer__container form .hs-richtext h4,
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a {
  color: #fff;
}
.footer .footer__container .h2 {
  font-size: 60px;
}
.footer .hs-menu-wrapper ul {
  margin: 0 0 0 0;
}
.footer .hs-menu-wrapper li {
  margin: 0 0 14px 0;
  line-height: 100%;;
}
.footer .hs-menu-wrapper li a {
  font-family: 'Aventa', Arial, sans-serif;
  font-weight: 700;
  line-height: 100%;
}
.footer .hs-menu-wrapper li a:hover,
.footer .hs-menu-wrapper li a:focus {
  transition: 300ms;
  text-decoration: none;
  color: #ffffff;
}

.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a,
.footer .footer__container form .hs-richtext h3 {
  font-family: 'Aventa', Arial, sans-serif;
  position: relative;
  font-size: 28px;
  font-weight: 700;
  display: block;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a div {
  color: #fff;
  text-indent: -55px;
  margin-left: 55px;
}
.footer .footer__container .hs-menu-wrapper#hs_menu_wrapper_footer_bottom-menu ul li.hs-menu-depth-1 > a,
.footer .footer__container form .hs-richtext h3 {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 0;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a svg.ft-icon {
  width: 41px; /* 41 for safari */
  height: 40px;
  border-radius: 20px;
  line-height: 100%;
  display: inline;
  vertical-align: middle;
  margin-right: 15px;
  margin-top: -5px;
  transition: 200ms;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a svg.ft-icon polygon,
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a svg.ft-icon path {
  transition: 200ms;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a:hover,
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a:focus {
  text-decoration: none;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a:hover svg.ft-icon,
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a:focus svg.ft-icon {
  background-color: #fff;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a:hover svg.ft-icon polygon,
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a:focus svg.ft-icon polygon {
  fill: #17212b;
}
.footer .footer__container .hs-menu-wrapper:not(#hs_menu_wrapper_footer_bottom-menu) ul li.hs-menu-depth-1 > a:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #fff;
  width: 100%;
  left: 0;
  bottom: 0;
}
/* anchor without link */
.footer .footer__container .hs-menu-wrapper ul li a[href='javascript:;']:hover,
.footer .footer__container .hs-menu-wrapper ul li a[href='javascript:;']:focus {
  color: #bad4de !important;
  text-decoration: none !important;
}
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a[href='javascript:;']:hover,
.footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a[href='javascript:;']:focus {
  color: #fff !important;
}

@media (max-width: 767px) {
  footer .footer__container {
    padding: 15px 0;
  }
  .footer .footer__navigation {
    float: left;
    width: 50%;
  }

  .footer .footer__navigation:nth-child(2n + 2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 980px) {
  .footer .footer__navigation {
    width: 45%;
  }
}

/* Footer Bottom Bar */
footer .footer__container.footer__container-bottom {
  background-color: #11181F;
}
footer .footer__container.footer__container-bottom > div .row-fluid.border-top {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
footer .footer__container.footer__container-bottom .col-4 {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
}
footer .footer__container.footer__container-bottom .col-4 > span:first-of-type {
  flex: 62%;
}
footer .footer__container.footer__container-bottom .col-4 > span:last-of-type {
  flex: 33.333333%;
}

/* Footer Form */

.footer form {
  background-color: transparent;
  border: none;
  padding: 0;
}
.footer .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}
.footer .footer__container form .hs-richtext h3 {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}

/* responsive footer*/
@media (max-width: 1024px) {
  .footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a svg.ft-icon {
    display: none;
  }
}
@media (max-width: 960px) {
  .footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .footer .footer__container .h2 {
    font-size: 40px;
  }
  .footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a {
    font-size: 22px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .footer .footer__container .hs-menu-wrapper#hs_menu_wrapper_footer_bottom-menu ul li.hs-menu-depth-1 > a {
    font-size: 22px;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
  .footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a div {
    text-indent: 0;
    margin-left: 0;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    flex-direction: row;
  }
  .footer .footer__container.footer__container-bottom .row-fluid {
    display: flex;
  }
  .footer .footer__container.footer__container-bottom .row-fluid > div {
    flex: 1;
  }
  footer .footer__container.footer__container-bottom .col-4 {
    display: block;
  }
  footer .footer__container.footer__container-bottom .col-4 > span:last-of-type {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 620px) {
  footer .hs-menu-wrapper>ul li.hs-menu-item.hs-menu-depth-1 > ul {
    margin-bottom: 25px;
  }
  .footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    flex-direction: column;
  }
  footer .hs-menu-wrapper > ul li.hs-menu-item.hs-menu-depth-1 {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .footer .footer__container .hs-menu-wrapper ul li.hs-menu-depth-1 > a svg.ft-icon {
    display: inline-block;
  }
  .footer .footer__container.footer__container-top .row-fluid .row-fluid {
    padding-bottom: 0 !important;
  }
  .footer .footer__container.footer__container-top .row-fluid .row-depth-1.row-number-2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .footer .footer__container.footer__container-top .row-fluid .row-depth-1.row-number-2 > div {
    flex: 1;
    /*max-width: 46%;*/
  }
  .footer .footer__container.footer__container-bottom .row-fluid.stack-items {
    display: block;
  }
  .footer .footer__container.footer__container-bottom .row-fluid.stack-items > .span6 {
    text-align: left !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 380px) {
  .footer .footer__container.footer__container-top .row-fluid .row-depth-1.row-number-2 {
    display: block;
  }
  .footer .footer__container.footer__container-top .row-fluid .row-depth-1.row-number-2 > div {
    max-width: 100%;
  }
  .footer .footer__container.footer__container-bottom .row-fluid {
    display: block;
  }
  .footer .footer__container.footer__container-bottom .row-fluid.stack-items > div {
    order: 2;
    flex: 100%;
    text-align: center;
  }
  .footer .footer__container.footer__container-bottom .row-fluid.stack-items > div:last-of-type {
    order: 1;
  }
  .footer .footer__container.footer__container-bottom .row-fluid > div {
    text-align: left;
    margin-bottom: 15px;
  }
}
/* Scrollbar CSS */
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #707070 #fff;
}
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #707070;
  border-radius: 10px;
  border: 1px solid #fff;
}

/* Logo */

.widget-type-logo img {
  max-width: 100%;
}

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

/* Site Search */

#inline-search {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  background-color: transparent;
}
header #site-search {
  height: 0;
  opacity: 0;
  transition: 400ms;
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 6px 10px -7px rgb(0 0 0 / 40%);
  margin-top: calc( 45px + 100px );
  top: 0;
  left: 0;
}
header.dark #site-search {
  background: #17212b;
}
header .header__main-bar.header__sticky.scrolled.show #site-search {
  margin-top: 99px;
}
header .header__main-bar.header__sticky.scrolled #site-search {
  margin-top: 0;
}
header #site-search .hs-search-field {
  padding: 0 24px;
}
header #site-search.active {
  height: auto;
  opacity: 1;
}
header #site-search .hs-search-field__bar,
.searchbox-wrapper .inline-search .hs-search-field__bar {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
}
header #site-search .hs-search-field__bar form,
.searchbox-wrapper .inline-search .hs-search-field__bar form {
  padding: 45px 0 60px 0;
}
header #site-search .hs-search-field__bar form .hs-search-field__input,
.searchbox-wrapper .inline-search .hs-search-field__bar form .hs-search-field__input {
  padding-top: 20px;
  padding-bottom: 15px;
  padding-right: 50px;
  font-size: 22px;
  border-radius: 0;
}
header.dark #site-search .hs-search-field__bar form .hs-search-field__input {
  color: #fff;
  border-color: #fff;
}
header #site-search .hs-search-field__bar form button,
.searchbox-wrapper .inline-search .hs-search-field__bar form button {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  width: 40px;
  height: 40px;
  padding: 0 !important;
  text-align: center;
  background-color: transparent;
  border: none;
  will-change: transform;
}
header #site-search .hs-search-field__bar form button:before,
.searchbox-wrapper .inline-search .hs-search-field__bar form button:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  min-height: 100%;
  border-radius: 200px;
  padding: 100% 2.5% 0 2.5%;
  background-color: #17212b;
  transform: scale(0) translate(-50%, -50%);
  transform-origin: 0 0;
  transition: 500ms;
  transition-timing-function: cubic-bezier(.5,.74,.22,.99);
  z-index: 0;
}
header.dark #site-search .hs-search-field__bar form button:before {
  background-color: #fff;
}
header #site-search .hs-search-field__bar form button:after,
.searchbox-wrapper .inline-search .hs-search-field__bar form button:after {
  content: "";
  border: 2px solid #17212b;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
header.dark #site-search .hs-search-field__bar form button:after {
  border: 2px solid #fff;
}
header #site-search .hs-search-field__bar form button > span,
.searchbox-wrapper .inline-search .hs-search-field__bar form button > span {
  position: relative;
  display: inline-block;
}
header #site-search .hs-search-field__bar form button svg,
.searchbox-wrapper .inline-search .hs-search-field__bar form button svg {
  height: 15px;
  margin-top: 5px;
  fill: #17212b;
}
header.dark #site-search .hs-search-field__bar form button svg {
  fill: #fff;
}
header #site-search .hs-search-field__bar form button:hover:before,
header #site-search .hs-search-field__bar form button:focus:before,
.searchbox-wrapper .inline-search .hs-search-field__bar form button:hover:before,
.searchbox-wrapper .inline-search .hs-search-field__bar form button:focus:before {
  transform: scale(1) translate(-50%,-50%);
}
header #site-search .hs-search-field__bar form button:hover svg,
header #site-search .hs-search-field__bar form button:focus svg,
.searchbox-wrapper .inline-search .hs-search-field__bar form button:hover svg,
.searchbox-wrapper .inline-search .hs-search-field__bar form button:focus svg {
  fill: #fff;
}
header.dark #site-search .hs-search-field__bar form button:hover svg,
header.dark #site-search .hs-search-field__bar form button:focus svg {
  fill: #17212b;
}
.hs-search-field__suggestions {
  display: none !important; /* Hiding auto prompt search suggestions */
}

/* Testimonial Section */

.testimonial-container {
  position: relative;
}

.testimonial-banner .testimonial-container.dark {
  background-color: #fff;
}
.testimonial-banner .testimonial-container.light {
  background-color: #17212b;
}
.testimonial-banner .testimonial-container.newblue {
  background-color: #006AFF;
}
.testimonial-banner .testimonial-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
}
.testimonial-banner .testimonial-group.order-left {
  flex-direction: row-reverse;
}
.testimonial-banner .testimonial-title-group {
  min-width: 38%;
}

.testimonial-banner .banner-divider {
  background-color: #fff;
  position: absolute;
  width: calc(100% + 15px);
  height: 100px;
  left: -15px;
}

.testimonial-container:after {
  content: "";
  position: absolute;
  width: calc(100% - 240px);
  height: 1px;
  top: 80px;
  left: 0;
  margin: 0 100px 0 140px;
  background-color: #fff;
}
.testimonial-container.dark:after {
  background-color: #17212b;
}
.testimonial-container:before {
  content: "\201C";
  font-family: 'AkkuratMonoLLWeb-Bold', 'Aventa', Arial, Helvetica, sans-serif;
  position: absolute;
  font-size: 240px;
  color: transparent;
  -webkit-text-stroke: 1px #fff;
  line-height: 100%;
  top: 40px;
  left: 5px;
  opacity: 0.2;
  z-index: 0;
}

.testimonial-container .testimonial-fill {
  position: absolute;
  height: 100%;
  top: 0;
  left: 100%;
  background-color: #fff;
  width: 25vw; /* fallback */
  width: calc((50vw + 15%) - 100%);
}
.testimonial-container.light .testimonial-fill {
  background-color: #17212b;
}
.testimonial-container.newblue .testimonial-fill {
  background-color: #006AFF;
}
.order-left .testimonial-container .testimonial-fill {
  left: auto;
  right: 100%;
}

.testimonials {
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
}

.testimonial-module {
  background-color: transparent;
  display: flex;
  padding: 110px 100px 50px 140px;
}

.testimonial-module:nth-child(n + 2) {
  display: none;
}

.testimonial-module__text blockquote {
  margin-left: 0;
  margin-right: 0;
  font-family: 'Aventa', sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 1.2em;
}
.testimonial-banner .testimonial-container.light .testimonial-module__text blockquote,
.testimonial-banner .testimonial-container.light .testimonial-module__text--author,
.testimonial-banner .testimonial-container.newblue .testimonial-module__text blockquote,
.testimonial-banner .testimonial-container.newblue .testimonial-module__text--author,
.testimonial-banner .testimonial-container.newblue .testimonial-module__text--company {
  color: #fff;
}
.testimonial-banner .testimonial-container.light .testimonial-module__text--company {
  color: #BAD4DE;
}

.testimonial-module__text--author,
.testimonial-module__text--company {
  font-family: 'AkkuratMonoLLWeb-Bold', 'Aventa', Arial, Helvetica, sans-serif;
}
.testimonial-module__text--company {
  font-size: 15px;
}

@media (max-width: 1024px) {
  .testimonial-module__text blockquote {
    font-size: 28px;
  }
  .testimonial-module__text--author,
  .testimonial-module__text--company {
    font-size: 16px;
  }
  .testimonial-module__text--company {
    font-size: 14px;
  }
  .testimonial-module {
    padding: 90px 50px 50px 50px;
  }
  .testimonial-container:after {
    width: calc(100% - 100px);
    margin: 0 50px 0 50px;
    top: 60px;
  }
  .testimonial-container:before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .testimonial-module {
    padding: 90px 20px 50px 20px;
  }
  .testimonial-container:after {
    margin: 0 20px;
    width: calc(100% - 40px);
  }
  .testimonial-banner .testimonial-group.order-left,
  .testimonial-banner .testimonial-group.order-right {
    flex-direction: column;
  }
  .testimonial-banner .testimonial-title-group {
    min-width: 100%;
  }
  .testimonial-container .testimonial-fill {
    display: none;
  }
  .testimonial-banner .testimonial-container {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0 !important;
    margin-top: 30px;
  }
  .testimonial-banner .testimonial-title-group {
    margin-top: 140px !important;
  }
  .testimonial-banner.banner-container .banner-contents {
    padding-bottom: 0 !important;
  }
}

/* EMAIL PREFERNCE CENTER */

#email-prefs-form h3 {
  font-weight: 700 !important;
}
#email-prefs-form .page-header {
  margin-bottom: 30px;
}
#email-prefs-form .subscribe-options {
  margin-top: 30px;
}

/* POPUP CENTER PAGE */
/* tragically cannot target contents inside of the iframe */
div#hs-interactives-modal-overlay {
  background: rgba(0,0,0,0.85);
}
div[id*="hs-overlay-cta"] iframe {
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(0,0,0,0.6);
}


/* TOP / BOTTOM POPUP BAR */

.leadinModal.leadinModal-theme-top {
  top: auto !important;
  bottom: 0 !important;
  transition: 600ms;
  opacity: 0;
  animation: enterHelloBanner 600ms;
  animation-fill-mode: forwards;
}
.leadinModal.leadinModal-theme-top .leadinModal-content {
  animation: none !important;
}
.leadinModal.leadinModal-theme-top.leadinModal-closing {
  animation: removeHelloBanner 600ms;
}

@keyframes enterHelloBanner {
  0% { opacity: 0; }
  1% { opacity : 0; }
  99% { opacity: 1; }
  100% { opacity: 1; }
}

@keyframes removeHelloBanner {
  0% { opacity: 1; }
  1% { opacity : 1; }
  99% { opacity: 0; display: block; margin-bottom: 0; }
  100% { display: none; margin-bottom: -600px; }
}

/* CHATBOT Z-INDEX SWAP (so that the cookie banner is on top) */

#hubspot-messages-iframe-container {
  z-index: 99999999 !important;
}

/* GDPR COOKIE BANNER */

@keyframes slideup {
  from { bottom: -360px !important; margin-bottom: -360px; }
  to { bottom: 0 !important; margin-bottom: 0; }
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0 20px;
  border: 1px solid #17212b !important;
  background-color: #17212b;
  box-shadow: 0 0 4px rgba(0,0,0,0.3) !important;
  font-family: 'Azo Sans', Arial, sans-serif;
  transition: bottom 400ms ease;
  margin-bottom: -360px;
  animation: slideup 1s ease 500ms 1 forwards;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p strong {
  font-family: 'Aventa', Arial, sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
  background: transparent !important;
  padding: 30px 0 40px 0 !important;
  max-width: 1340px !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
  display: inline-block;
  float: left;
  width: calc(100% - 280px);
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
  margin: 0 0 12px 0 !important;
  color: #fff !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p a:hover {
  color: inherit !important;
  font-weight: 600 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
  height: 100%;
  margin-top: 20px;
  margin-right: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area div#hs-eu-cookie-confirmation-button-group {
  justify-content: flex-end;
  flex-direction: column !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border-radius: 40px !important;
  font-weight: 700 !important;
  padding: 8px 46px !important;
  margin: 0 12px 12px 0 !important;
  font-family: 'Aventa', Arial, sans-serif;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  background-color: #3999e7 !important;
  border-color: #3999e7 !important;
  color: #fff !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border-color: #fff !important;
  color: #fff !important;
}
div#hs-eu-cookie-confirmation #hs-eu-close-button-container a#hs-eu-close-button[role="button"] {
  font-size: 30px !important;
  font-family: 'Aventa', Arial, sans-serif;
  color: rgba(255,255,255,0.4) !important;
  margin-bottom: 0 !important; 
  position: absolute;
  top: 17px;
  right: 17px;
}
div#hs-eu-cookie-confirmation #hs-eu-close-button-container a#hs-eu-close-button[role="button"]:hover,
div#hs-eu-cookie-confirmation #hs-eu-close-button-container a#hs-eu-close-button[role="button"]:focus {
  font-family: 'Aventa', Arial, sans-serif;
  color: rgba(255,255,255,0.8) !important;
}
@media (max-width: 767px) {
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording,
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    display: block;
    float: none;
    width: 100%;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    justify-content: flex-start !important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area div#hs-eu-cookie-confirmation-button-group {
    flex-direction: row !important;
    justify-content: flex-start !important;
  }
}
@media (max-width: 480px) {
  body div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding-top: 20px !important;
  }
  div#hs-eu-cookie-confirmation #hs-eu-close-button-container a#hs-eu-close-button[role="button"] {
    position: relative;
    line-height: 100% !important;
    top: -10px;
    right: -10px;
  }
}


/* Carousel (Tiny Slider) */

.tns-outer {
  padding: 0 !important;
  position: relative;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}

.tns-slider {
  transition: all 0s;
}

.tns-item {
  padding: 0;
}

@media screen and (max-width: 980px) {
  .tns-item {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 480px) {
  .tns-item {
    padding: 0;
  }
}

.tns-slider > .tns-item {
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0s, opacity 0s;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  clear: both;
  content: '';
  display: table;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}

.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}

.tns-no-calc {
  left: 0;
  position: relative;
}

.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}

.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}

.tns-gallery > .tns-moving {
  transition: all 0.25s;
}

.tns-autowidth {
  display: inline-block;
}

.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}

.tns-lazy-img.tns-complete {
  opacity: 1;
}

.tns-ah {
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  filter: alpha(opacity=100);
  opacity: 1;
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: -1;
}

.tns-vpfix {
  white-space: nowrap;
}

.tns-vpfix > div,
.tns-vpfix > li {
  display: inline-block;
}

.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}

.tns-t-ct {
  position: absolute;
  right: 0;
  width: 2333.3333333%;
  width: calc(100% * 70 / 3);
}

.tns-t-ct:after {
  clear: both;
  content: '';
  display: table;
}

.tns-t-ct > div {
  float: left;
  height: 10px;
  width: 1.4285714%;
  width: calc(100% / 70);
}

.tns-outer[id*='testimonial-slider'] {
  padding-bottom: 70px !important;
}
.tns-outer button[data-action="start"] {
  display: none !important;
}

.tns-controls {
  display: block;
  height: 65px;
  position: absolute;
  top: calc(50% - 40px);
  width: 100%;
}
.tns-outer[id*='testimonial-slider'] .tns-controls {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
  left: auto;
  bottom: 55px;
  right: 100px;
  width: 100%;
  max-width: 240px;
  transform: none;
  top: auto;
  height: 24px;
}

.tns-controls button {
  background-color: transparent;
  border-color: transparent;
  border-radius: 100%;
  color: black;
  cursor: pointer;
  display: block;
  line-height: 1;
  opacity: 1;
  padding: 15px 15px 15px 20px;
  position: absolute;
  text-transform: uppercase;
  transform: translateY(-50%);
  z-index: 2;
  opacity: 0.4;
}
.tns-outer[id*='testimonial-slider'] .tns-controls button {
  position: relative;
  padding: 2px 5px;
  transform: none;
  opacity: 0.8;
  text-transform: none;
  color: #ffffff;
  border-color: #ffffff;
  border: none;
  border-radius: 0;
  height: auto;
}
.dark .tns-outer[id*='testimonial-slider'] .tns-controls button {
  color: #17212b;
  border-color: #17212b;
}
.tns-controls button:first-of-type {
  left: -30px;
}
.tns-outer[id*='testimonial-slider'] .tns-controls button:first-of-type {
  left: 0;
  padding-left: 35px;
}
.tns-controls button:last-of-type {
  right: -30px;
}
.tns-outer[id*='testimonial-slider'] .tns-controls button:last-of-type {
  right: 0;
  padding-right: 35px;
}

.tns-outer[id*='testimonial-slider'] .tns-controls button:before,
.tns-outer[id*='testimonial-slider'] .tns-controls button:after {
  content: "" !important;
  background-image: none;
  position: absolute;
  border-color: inherit;
  border-bottom: 2px solid;
  top: 50%;
  right: 0;
  width: 20px;
  height: auto;
  margin-top: -2px;
}
.tns-outer[id*='testimonial-slider'] .tns-controls button:after {
  border-right: 2px solid;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  transform: rotate(-45deg);
}
.tns-outer[id*='testimonial-slider'] .tns-controls button[data-controls="prev"]:before {
  right: auto;
  left: 0;
}
.tns-outer[id*='testimonial-slider'] .tns-controls button[data-controls="prev"]:after {
  right: auto;
  left: 0;
  transform: rotate(135deg) !important;
}

.tns-outer[id*='testimonial-slider'] .tns-controls button:disabled {
  border: none;
  background: none;
  opacity: 0.3 !important;
}

.tns-controls button:hover, 
.tns-controls button:focus {
  outline: none;
  opacity: 1 !important;
}

.tns-controls button:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3e%3c/svg%3e");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 24px;
  content: '';
  display: block;
  height: 1.5rem;
  position: relative;
  width: 1.15rem;
}

.tns-controls button:last-of-type:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3e%3cpath fill='%23eb4e54' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3e%3c/svg%3e");
}
.tns-outer[id*='testimonial-slider'] .tns-controls button:last-of-type:before {
  background-image: none;
}

.tns-nav {
  bottom: 0;
  position: absolute;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  width: calc(100% - 200px);
  text-align: center;
  z-index: 5;
}

@media screen and (max-width: 980px) {
  .tns-nav {
    margin-top: 1rem;
    position: static;
    transform: rotate(0);
    width: calc(100% - 60px);
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .tns-outer[id*='testimonial-slider'] .tns-controls {
    justify-content: center;
    justify-content: space-between;
    padding: 0 20px;
    right: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .tns-nav {
    width: calc(100%);
    margin-left: 0;
  }
}

.tns-nav button {
  background-color: #3999e7;
  border: none !important;
  border-radius: 0;
  cursor: pointer;
  height: 8px;
  width: 100%;
  line-height: 0;
  margin: 0;
  padding: 0;
  opacity: 0.25;
  transition: all 300ms ease-in-out;
}

.tns-nav button.tns-nav-active {
  opacity: 1 !important;
}

.tns-nav button:hover,
.tns-nav button:focus {
  opacity: 0.75;
}



/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.display-flex {
  display: flex;
}
.flex-bottom {
  align-items: flex-end;
}
.flex-top {
  align-items: flex-start;
}
.flex-center {
  align-items: center;
}

@media (max-width: 1200px) {
  .desktop-flex {
    display: flex !important;
    flex-wrap: wrap;
  }
  .desktop-flex > div[class*='span'] {
    margin-left: 0;
    margin-right: 0;
  }
  .row-fluid .desktop-spannone {
    width: 0;
    display: none;
  }
  .row-fluid .desktop-span12 {
    width: 100%;
  }
  .row-fluid .desktop-span6 {
    width: 50%;
  }
  .row-fluid .desktop-span3 {
    width: 25%;
  }
}

@media (max-width: 960px) {
  .tablet-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .tablet-flex > div[class*='span'] {
    margin-left: 0;
    margin-right: 0;
  }
  .row-fluid .tablet-spannone {
    width: 0;
    display: none;
  }
  .row-fluid .tablet-span12 {
    width: 100%;
  }
  .row-fluid .tablet-span6 {
    width: 50%;
  }
  .row-fluid .tablet-span3 {
    width: 25%;
  }
  
  .min125tablet {
    min-width: 125px !important;
  }
  
}

@media (max-width: 767px) {
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  html {
    height: -webkit-fill-available;
  }
  .mobile-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-flex > div[class*='span'] {
    margin-left: 0;
    margin-right: 0;
  }
  .row-fluid .mobile-spannone {
    width: 0;
    display: none;
  }
  .row-fluid .mobile-span12 {
    width: 100%;
  }
  .row-fluid .mobile-span6 {
    width: 50%;
  }
  .row-fluid .mobile-span3 {
    width: 25%;
  }

  header .header__logo-partner-sponsor img,
  header .header__logo-partner-sponsor svg {
    max-height: 38px;
    width: auto !important;
  }
  
  .main-content .row-fluid .row-fluid .dnd-column .dnd-row {
    padding-left: 0 !important;
  }
  .container-fluid .row-fluid .row-fluid .dnd-column[class*="-padding"] {
    padding-left: 0;
    padding-right: 0;
  }
  .row-fluid .dnd-column .widget-type-linked_image {
    margin-bottom: 15px;
    margin-top: 15px;
  }
  ul.col-2,
  ol.col-2 {
    columns: 1 !important;
  }
  /*forms*/
  form fieldset .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}
@media (max-width: 560px) {
  .hs-landing-page .header__container.header__container--two .header__logo-partner-sponsor {
    display: none;
  }
}

@media (max-width: 520px) {
  .dnd-module img.hs-image-widget {
    max-width: 100% !important;
  }
  .tiny-flex {
    display: flex;
    flex-wrap: wrap;
  }
  .tiny-flex > div[class*='span'] {
    margin-left: 0;
    margin-right: 0;
  }
  .row-fluid .tiny-spannone {
    width: 0;
    display: none;
  }
  .row-fluid .tiny-span12 {
    width: 100%;
  }
  .row-fluid .tiny-span6 {
    width: 50%;
  }
}