*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}

.show-mobile {
    display: none;
}

.center-image img {
    margin: 0 auto;
}

@media (max-width: 767px) {
    .mobile-reverse .row-fluid {
        display: flex;
        flex-direction: column-reverse;
    }

    .hide-mobile {
        display: none;
    }

    .show-mobile {
        display: block;
    }
    
    .center-text {
        text-align: center;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

.banner-section .row-fluid [class*="span"] {
  min-height: 0;
}

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

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

.dnd_area-column-8-background-color,
.dnd_area-column-10-background-color,
.dnd_area-column-12-background-color {
  border-radius: 20px;
}

.img-stretch img {
  width: 100% !important;
}

.top-margin {
  margin-top: 10%;
}

.big-quote::before {
  content: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Landing/quote.svg');
  display: block;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

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

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

@media (max-width: 767px) {
  .dnd_area-column-8-background-color,
  .dnd_area-column-10-background-color,
  .dnd_area-column-12-background-color {
    padding: 1em !important;
    border-radius: 0;
  }

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

  .top-margin {
    margin-top: 0;
  }
}
@font-face {
  font-family: 'neue-haas-grotesk';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk.svg#UntitledTTF') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'neue-haas-grotesk';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk-bold.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk-bold.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk-bold.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk-bold.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk-bold.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-haas-grotesk-font/neue-haas-grotesk-bold.svg#neue-haas-grotesk') format('svg');
  font-weight: 500;
  font-style: normal;
}


@font-face {
  font-family: 'AvenirNext LT Pro';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Demi.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Demi.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Demi.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Demi.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Demi.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Demi.svg#AvenirNextLTPro-Demi') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'AvenirNext LT Pro';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Medium.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Medium.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Medium.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Medium.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Medium.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/AvenirNext/AvenirNextLTPro-Medium.svg#AvenirNextLTPro-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}


/* ========================================= New ========================================================== */
/* 
@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Bold.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Bold.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Bold.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Bold.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Bold.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Mediu.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Mediu.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Mediu.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Mediu.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Mediu.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Black.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Black.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Black.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Black.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Black.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Black.svg#NeueHaasDisplay-Black') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Neue Haas Grotesk Display Pro';
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Roman.eot');
  src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Roman.eot#iefix') format('embedded-opentype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Roman.woff2') format('woff2'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Roman.woff') format('woff'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Roman.ttf') format('truetype'),
    url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Neue-Haas-Grotesk-Display-Pro/NeueHaasDisplay-Roman.svg#NeueHaasDisplay-Roman') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
 */


/* /================================== */

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Bold.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Bold.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Bold.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Bold.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Bold.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Bold.svg#NeueHaasDisplay-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Black.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Black.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Black.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Black.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Black.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Black.svg#NeueHaasDisplay-Black') format('svg');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BlackItalic.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BlackItalic.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BlackItalic.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BlackItalic.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BlackItalic.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BlackItalic.svg#NeueHaasDisplay-BlackItalic') format('svg');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BoldItalic.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BoldItalic.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BoldItalic.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BoldItalic.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BoldItalic.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-BoldItalic.svg#NeueHaasDisplay-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url(https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Mediu.eot%27);
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Mediu.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Mediu.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Mediu.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Mediu.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Mediu.svg#NeueHaasDisplay-Mediu') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-MediumItalic.woff2.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-MediumItalic.woff2.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-MediumItalic.woff2.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-MediumItalic.woff2.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-MediumItalic.woff2.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-MediumItalic.woff2.svg#NeueHaasDisplay-MediumItalic') format('svg');
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Roman.woff.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Roman.woff.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Roman.woff.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Roman.woff.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Roman.woff.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Roman.woff.svg#NeueHaasDisplay-Roman') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-RomanItalic.woff.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-RomanItalic.woff.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-RomanItalic.woff.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-RomanItalic.woff.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-RomanItalic.woff.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-RomanItalic.woff.svg#NeueHaasDisplay-RomanItalic') format('svg');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Thin.woff.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Thin.woff.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Thin.woff.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Thin.woff.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Thin.woff.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Thin.woff.svg#NeueHaasDisplay-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-ThinItalic.woff2.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-ThinItalic.woff2.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-ThinItalic.woff2.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-ThinItalic.woff2.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-ThinItalic.woff2.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-ThinItalic.woff2.svg#NeueHaasDisplay-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThinItalic.woff2.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThinItalic.woff2.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThinItalic.woff2.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThinItalic.woff2.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThinItalic.woff2.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThinItalic.woff2.svg#NeueHaasDisplay-XThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThin.woff2.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThin.woff2.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThin.woff2.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThin.woff2.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThin.woff2.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XThin.woff2.svg#NeueHaasDisplay-XThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThin.eot.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThin.eot.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThin.eot.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThin.eot.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThin.eot.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThin.eot.svg#NeueHaasDisplay-XXThin') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Light.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Light.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Light.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Light.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-Light.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.woff#NeueHaasDisplay-LightItalic') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThinItalic.woff.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThinItalic.woff.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThinItalic.woff.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThinItalic.woff.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThinItalic.woff.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-XXThinItalic.woff.svg#NeueHaasDisplay-XXThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Neue Haas Grotesk Display Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/NeueHaasDisplay/NeueHaasDisplay-LightItalic.woff#NeueHaasDisplay-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
}



/* ======================================= */

/* =============  New font Avenir =============== */


@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Bold.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Bold.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Bold.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Bold.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Bold.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Bold.svg#AvenirNextLTPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-It.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-It.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-It.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-It.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-It.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-It.svg#AvenirNextLTPro-It') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir Next LT Pro';
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Regular.eot');
    src: url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Regular.eot#iefix') format('embedded-opentype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Regular.woff2') format('woff2'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Regular.woff') format('woff'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Regular.ttf') format('truetype'),
        url('https://1555762.fs1.hubspotusercontent-na1.net/hubfs/1555762/Avenier%20New%20Font/AvenirNextLTPro-Regular.svg#AvenirNextLTPro-Regular') format('svg');
    font-weight:400;
    font-style: normal;
    font-display: swap;
}



/* =============  New font Avenir =============== */







.font_new h1,
.font_new h2,
.font_new h3,
.font_new h4,
.font_new h5,
.font_new h6,
.font_new a, .font_new form .hs-button, .font_new form input[type=submit] {
  font-family: 'Neue Haas Grotesk Display Pro',sans-serif !important;
}

.font_new h1, .font_new h2{
  font-weight: 600 !important;
}
.font_new h3{
  font-weight: 600;
}
.font_new h4{
  font-weight: 600;
}
.font_new h5{
  font-weight: 600;
}
.font_new h6{
  font-weight: 600;
  font-size:22px;
}

.font_new a.button, .font_new .hs_submit.hs-submit input.hs-button.primary.large {
  font-weight:600 !important;
}
.form_bottom_content a:hover {
    color: #000 !important;
    text-decoration: underline;
}
/* ========================================= End New ========================================================== */




html {
  scroll-behavior: smooth;
  font-size: 20px;
  font-family: "neue-haas-grotesk","Helvetica",sans-serif;
  line-height: 1.5;
  color: #222;
}

body {
  line-height: 1.5;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

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

img {
  display: block;
  max-width: 100%;
}

/* Paragraphs */

p {
  /*   font-size: 1rem; */
  margin: 0;
  margin-bottom: 24px;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  margin: 0 0 15px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

a.cta_button.purple-button {
  background: #9775F7;
  border: 1px solid #9775F7;
  color: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.5s;
}
a.button:hover {
    opacity: 0.7;
}

a.cta_button.purple:hover {
  background: #fff;
  color: #9775F7;
  transition: 0.5s;
}

a.cta_button.white-button {
  display: flex;
  justify-content: center;
  text-align: center;
  background: #fff;
  padding: 15px 30px;
  border-radius: 50px;
  text-transform: uppercase;
  transition: 0.5s;
}

a.cta_button.white-button:hover {
  background: #444;
  color: #fff;
  transition: 0.5s;
}

@media screen and (max-width: 767px) {
  a.cta_button.white-button {
    display: flex;
    justify-content: center;
  }
}
/* Form */

form {
  max-width: 767px;
  margin-bottom: 20px;
}

/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  /*   display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem; */
}

.hs-form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

.hs-form label {
  font-family: AvenirNext LT Pro,sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  color: ;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
}

.inputs-list.hs-error-msgs label {
  font-family: AvenirNext LT Pro,sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  margin-top: .5rem;
  color: #f2545b;
}

.hs-error-msgs label {
  color: #f2545b;
}

.hs_error_rollup .inputs-list.hs-error-msgs label {
  /*   border: 5px solid #b10e1e;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #fff;
  color: #a6093d;
  padding: 20px 15px 15px;
  font-weight: 500;
  line-height: 1.6; */
}

.form-new h3 {
  margin-bottom: 30px;
}

.form-new .hs-form label {
  font-family: sofia-pro, sans-serif;
  font-size: 17px;
}

.form-request input[type=text], .form-request input[type=email], .form-request input[type=tel] {
  background-color: transparent;
  border-radius: 0;
  border-bottom: 1px solid #222222;
  border-top: none;
  border-right: none;
  border-left: none;
  padding: 0;
}

.form-request input::placeholder {
  color: #919191;
}

.hs_error_rollup {
  display: none;
}

/* .form-request input.hs-button {
font-size: 0.9rem;
border-radius: 40px;
padding: 20px 40px;
text-transform: uppercase;
font-weight: normal;
} */

.form-request input.hs-button:hover {
  background-color: #fff;
  color: #9775F7;
}

.form-request .hs-input {
  width: 100% !important;
}

.form-request fieldset.form-columns-2 {
  display: flex;
  flex-direction: column;
}

.form-request fieldset.form-columns-2 .hs-form-field {
  width: 100% !important;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  padding: 0 15px;
  width: 100%;
  font-family: AvenirNext LT Pro,sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #33475b;
  line-height: 22px;
  border: 1px solid #dcdcdd;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  outline: none;
}

textarea.hs-input {
  height: auto;
}

input::placeholder {
    color: #808080;
}


.hs-input:focus {
  outline: none;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  width: auto;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

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

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

.hs-error-msgs label {
  color: #EF6B51;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  -webkit-transition: all .15s linear;
  transition: all .15s linear;
  white-space: normal;
  border-style: solid;
  border-width: 1px;
  font-family: neue-haas-grotesk,sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  position: relative;
  text-decoration: none;
}
form .hs-button:active, form .hs-button:focus, form .hs-button:hover, form input[type=submit]:active, form input[type=submit]:focus, form input[type=submit]:hover {
    opacity: 0.7;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

#hs-search-module .hs-input {
  margin-bottom: 1.4rem;
}

@media (max-width: 767px) {

  form {
    max-width: 100%;
  }
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.body-wrapper {
  padding-top: 66px;
}

.body-wrapper .body-container--landing-page {
  padding-top: 38px;
}


.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: all 200ms ease-in-out, padding 0s;
}

/* .body-wrapper[data-scroll] .custom-header {
transform: translateY(-115px);
}
*/
.body-wrapper[data-scroll="up"] .custom-header {
  transform: none;
}

.header-inner-wrap {
  height: 104px;
  opacity: 1;
  transition: all .2s ease-in-out,opacity .5s ease-in-out;
  box-shadow: 0px 4px 20px 0px rgba(11, 11, 11, 0.10);
}

.body-wrapper[data-scroll] .header-inner-wrap {
  box-shadow: 0px 4px 20px 0px rgba(11, 11, 11, 0.10);
}

header.custom-header.no_scroll {
    position: absolute;
}

.body-wrapper[data-scroll]  .header-inner-wrap.no-shadow {
    box-shadow: none;
}

.header__container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 18px;
  padding-right: 18px;
  align-items: center;
  height: 100%;
}

.header-inner {
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.mobile-trigger {
  display: flex;
  flex-flow: column wrap;
  margin-right: auto;
}

.mobile-trigger-in {
  position: relative;
  display: flex;
  align-items: center;
}

.mobile-trigger button {
  background: transparent;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 48px;
  cursor: pointer;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 6px;
  border: 0px;
  transition: all 100ms ease 0s;
}

.mobile-trigger button:hover {
  background: transparent;
  border: none;
}

.mobile-trigger button svg {
  display: block;
  height: 100%;
  width: 100%;
  flex: 0 0 auto;
  fill: #fff;
}

.custom-logo {
  margin-left: auto;
  margin-right: auto;
}

.header-inner-wrap .custom-logo img {
  height: 37px;
  display: block;
  max-width: 322px;
  transition: opacity 500ms;
}

.custom-menu-primary.desktop {

}

.custom-menu-primary.desktop .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li {
  position: relative;
  display: flex;
  align-items: center;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a {
  padding-left: 24px;
  padding-right: 24px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 66px;
  color: #f4f4f4;
  opacity: 1;
  display: block;
  transition: opacity 500ms;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 12px;
  left: 12px;
  right: 12px;
  height: 2px;
  transition: background 100ms;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > a:hover:after {
  background: #777;
}

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

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

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
  min-width: 288px;
  left: -12px;
  padding-top: 18px;
  padding-bottom: 18px;
  background: #383838;
  opacity: 0;
  transition: opacity 100ms ease-out;
  box-shadow: 0 1px 1px rgb(0 0 0 / 6%), 0 2px 2px rgb(0 0 0 / 6%), 0 4px 4px rgb(0 0 0 / 6%), 0 6px 8px rgb(0 0 0 / 6%);
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li:hover > ul{
  z-index: 1;
  opacity: 1;
  height: auto;
  top: 100%;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li {
  position: relative;
  display: block;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li a {
  padding-left: 36px;
  padding-right: 36px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.125em;
  line-height: 48px;
  color: #f4f4f4;
  opacity: 1;
  display: block;
  transition: opacity 500ms;
  text-decoration: none;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li a:after {
  content: '';
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 3px;
  height: 2px;
  transition: background 100ms;
}

.custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul li a:hover:after {
  background: #777;
}

.header-cart {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-left: auto;
}

.header-cart-inner {
  position: relative;
  display: flex;
  align-items: center;
}

#cart-toggle {
  width: 54px;
  padding: 0;
  background: transparent;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 6px;
  border: 0;
  cursor: pointer;
  transition: all 100ms;
  visibility: hidden;
  opacity: 0;
}

#cart-toggle svg {
  width: 30px;
  height: 30px;
  flex: 0 0 auto;
  display: block;
  fill: #fff;
}


.custom-menu-mobile {
  position: fixed;
  inset: 0px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease 0s, z-index 0s ease 500ms;
}

.mobile-open .custom-menu-mobile {
  z-index: 200;
  opacity: 1;
  transition: all 500ms ease 0s, z-index 0s ease 0s;
}

.custom-menu-mobile::after {
  content: "";
  position: absolute;
  inset: 0px;
  z-index: 0;
  background: rgba(93, 93, 93, 0.8);
  transition: all 500ms ease 0s;
}

.custom-menu-primary.mobile {
  overflow-y: scroll;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  transform: translateX(-100vw);
  width: 100vw;
  padding: 36px 24px;
  z-index: 1;
  background: #fff;
  box-shadow: rgb(0 0 0 / 6%) 0px 1px 1px, rgb(0 0 0 / 6%) 0px 2px 2px, rgb(0 0 0 / 6%) 0px 4px 4px, rgb(0 0 0 / 6%) 0px 8px 16px, rgb(0 0 0 / 6%) 0px 16px 24px;
  transition: all 500ms ease-in-out 0s;
}

.mobile-open .custom-menu-primary.mobile {
  transform: none;
}

.sidebar__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
  border-radius: 6px;
  border: 0px;
  transition: all 100ms ease 0s;
}

.sidebar__close:hover {
  background: transparent;
  border: none;
}

.sidebar__close svg {
  display: block;
  height: 100%;
  width: 100%;
  flex: 0 0 auto;
  align-self: center;
  fill: rgb(183, 183, 183);
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul {
  display: flex;
  flex-flow: column wrap;
  display: block;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li {
  position: relative;
  display: block;
  align-items: center;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  border-bottom: 2px solid rgb(244, 244, 244);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  display: block;
  text-decoration: none;
}

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

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul {
  padding-left: 24px;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul li {
  display: block;
  position: relative;
  align-items: center;
}

.custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul li a {
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 14px;
  font-weight: 700;
  color: #222222;
  border-bottom: 2px solid rgb(244, 244, 244);
  text-transform: uppercase;
  letter-spacing: 0.125em;
  display: block;
  text-decoration: none;
}

.custom-logo {
  margin-left: auto !important;
}


@media screen and (min-width: 480px) {

  .header__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > a {
    font-size: 16px;
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul > li > ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {

  .mobile-trigger {
    flex-direction: row;
    align-items: center;
  }

  .header__container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul {
    flex-direction: row;
    align-items: center;
  }

  .header-cart {
    flex-direction: row;
    align-items: center;
  }

  .custom-menu-primary.mobile {
    width: 480px;
    padding: 36px 48px;
    transform: translateX(-480px);
  }

  .custom-menu-primary.mobile .hs-menu-wrapper > ul {
    flex-direction: row;
    align-items: center;
  }
}


@media screen and (min-width: 1280px) {

  .mobile-trigger {
    display: none;
  }

  .custom-logo {
    margin-left: 0;
  }

  .custom-menu-primary.desktop .hs-menu-wrapper > ul > li > ul {
    overflow: hidden;
    position: absolute;
    top: -100%;
    height: 0;
    z-index: -1;
  }
}

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

  .custom-menu-primary.desktop {
    display: none;
  }
}

@media (max-width:991px){
  .header-inner-wrap .custom-logo img {
    height: 37px;
    display: block;
    max-width: 300px;
    transition: opacity 500ms;
  }
}

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

  .left-panel.lp  {
    display: none;
  }

  .footer-menu.lp .hs-menu-wrapper > ul > li:not(:last-child) {
    display: none;
  }

  .header-inner-wrap .custom-logo img {
    display: block;
    height: 36px;
    max-width: 250px;
    transition: opacity .5s;
  }
}




/* 13/03/2024 */

.header-inner-wrap.no-shadow {
  box-shadow: none;
  border-bottom: solid 1px #D9D9D9;
}

@media (min-width:768px){
  .header-inner-wrap.no-shadow .custom-logo img {
    width: 378px !important;
    max-width: 100%;
    height: 29px;
  }
}

@media (max-width:767px){
  .header-inner-wrap.no-shadow {
    height: 67px;
  }
  .container-fluid.body-container.body-container--landing-page.mobile_space {
    padding: 0;
  }
}

/* End 13/03/2024 */
.footer {

}

.footer__container {

}

.footer-top {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-top .footer__container {
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1200px;
}

.footer-content {
  font-size: 32px;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 48px;
  text-align: center;
}

.footer-content h2 {
  font-family: "sofia-pro","Helvetica",sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 18px;
}

.footer-content p {
  display: block;
  font-size: 20px;
  line-height:1.25;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 24px;
}

.footer-button {
  text-align: center;
}

.footer-button a {
  display: inline-flex;
  justify-content: center;
  position: relative;
  line-height: 48px;
  padding: 13px 35px !important;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.125em;
  border-radius: 48px;
  transition: 100ms all;
  border: 0;
  min-width: 200px;
  text-decoration: none;
  height:43px !important;
}

.footer-button a:hover {
  text-decoration: none;
}

.footer-bottom {
  padding-top: 72px;
  padding-bottom: 96px;
  font-size: 14px;
  margin-top:-1px;
}

.footer_no_navigation .footer-top {
  padding-top: 57px;
  padding-bottom: 1px;
}

.footer_no_navigation .footer-content {
  margin-bottom: 45px;
}

.footer_no_navigation .footer-bottom {
  padding-top: 114px;
  padding-bottom: 35px;
  font-size: 16px;
}

.footer_menu_module .hs-menu-wrapper>ul>li> a {
  font-size: 14px !important;
}


.footer-bottom .footer__container {
  margin: 0 auto;
  padding-left: 18px;
  padding-right: 18px;
  max-width: 1200px;
}

.footer-bottom .row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.left-panel {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 12px;
  padding-left: 12px;
  flex-basis: 100%;
  max-width: 100%;
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo a {
  display: block;
  height: 48px;
}

.footer-logo img {
  transition: opacity 500ms;
  display: block;
  max-width: 100%;
  height: 48px;
}

.footer-social-wrapper {
  margin-bottom: 24px;
}

.footer-social-wrapper p {
  margin: 0;
  margin-bottom: 24px;
}

.footer-social-in {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}

.footer-social-wrapper a {
  background: transparent;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 6px;
  border: 0;
  margin-right: 24px;
  transition: all 100ms;
}

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

.footer-social-wrapper a svg {
  display: block;
  height: 100%;
  width: 100%;
  flex: 0 0 auto;
  fill: #b7b7b7;
  align-self: center;
}

.right-panel {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 12px;
  padding-left: 12px;
  flex-basis: 100%;
  max-width: 100%;
}

.footer-menu {
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.footer-menu .hs-menu-wrapper > ul > li {
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 12px;
  padding-left: 12px;
  flex-basis: 50%;
  max-width: 50%;
}

.footer-menu.lp .hs-menu-wrapper > ul > li:not(:last-child) {
  visibility: hidden;
  opacity: 0;
}

.footer-menu .hs-menu-wrapper > ul > li > ul {
  margin-bottom: 48px;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  margin-bottom: 6px;
}

.footer-menu.lp .hs-menu-wrapper > ul > li > ul > li:first-child, 
.footer-menu.lp .hs-menu-wrapper > ul > li > ul > li:nth-child(2), 
.footer-menu.lp .hs-menu-wrapper > ul > li > ul > li:nth-child(3) {
  visibility: hidden;
  opacity: 0;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li:first-child > a {
  font-family: "sofia-pro","Helvetica",sans-serif;
  margin-bottom: 12px;
  font-weight: 700;
  color: #d0d0d0;
  line-height: 1.25;
  font-size: inherit;
  text-transform: uppercase;
  display: block;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a {
  color: #9d9d9d;
  display: inline-flex;
  align-items: center;
  transition: all 100ms;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li:not(:first-child) > a:hover {
  color: #d0d0d0;
  text-decoration: underline;
}

@media screen and (min-width: 480px) {

  .footer-content h2 {
    font-size: 40px;
    margin-bottom: 36px;
  }

  .footer-bottom {
    font-size: 16px;
  }

  .footer-top .footer__container,
  .footer-bottom .footer__container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .footer-content p {
    font-size: 20px;
  }

}

@media screen and (min-width: 768px) {

  .footer-top {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .footer-top .footer__container,
  .footer-bottom .footer__container {
    padding-left: 48px;
    padding-right: 48px;
  }

  .footer-content {
    margin-bottom: 72px;
  }

  .footer-content h2 {
    font-size: 50px;
  }
}


@media only screen and (min-width: 768px) {

  .footer-menu .hs-menu-wrapper > ul > li {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 12px;
    padding-left: 12px;
    flex-basis: 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1280px) {

  .footer-content {
    font-size: 56px;
  }

  .footer-content h2 {
    font-size: 56px;
  }

  .left-panel {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 12px;
    padding-left: 12px;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .right-panel {
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 12px;
    padding-left: 12px;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }
}



/* 13/03/2024 */
/* .footer_no_navigation_v1 .footer-bottom {
padding: 12px 0;
} */

.footer_no_navigation_v1 .hs-menu-wrapper>ul>li>a {
  font-size: 20px !important;
  line-height: 1.15;
      font-weight: 600;
}

.footer_no_navigation_v1 .footer-bottom .footer__container .row {
  min-height: 67px;
  align-items: center;
  padding: 15px;
}

.footer_menu_module .hs-menu-wrapper>ul>li {
  position: relative;
}

.footer_menu_module .hs-menu-wrapper>ul>li:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 10px;
  height: 2px;
  width: 15px;
  background: #fff;
}

.footer_menu_module .hs-menu-wrapper>ul>li:first-child:before {
  display: none;
}

.footer_no_navigation_v1 .footer-bottom {
  padding: 0px 0;
}

@media (max-width:767px){
  .footer_no_navigation_v1 .footer-bottom .footer__container .row {
    min-height: 76px;
  }
}
/* End 13/03/2024 */
/* Menu and simple menu */

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

.blog-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.blog-listing h1,
.blog-listing h2,
.blog-listing h3,
.blog-listing h4,
.blog-listing h5,
.blog-listing h6{
    font-family: neue-haas-grotesk !important;
}
/* .post-wrapper p,
.post-wrapper span{line-height:1.5;} */

.blog-listing--3-col,
.blog-listing--4-col {
    justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
    text-align: center;
    width: 100%;
}

/* Article */

.blog-listing__post {
    display: flex;
    margin-bottom: 2.8rem;
    padding: 0;
    width: 100%;
    overflow:hidden;
}

/* Featured image */

.blog-listing__post-image-wrapper {
    display: flex;
}

.blog-listing__post-image {
    height: auto;
    width: 100%;
}

/* Content */

.blog-listing__post-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0.7rem 0 0;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
    padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
    margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
    margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
    text-decoration: none;
}

/* Title */

.blog-listing__post-title {
    margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
    align-items: center;
    display: flex;
    margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
    height: auto;
    margin-right: 0.7rem;
    width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
    text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
    display: block;
    margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
    margin-top: auto;
}

/* Blog listing - card */

.blog-listing--card .blog-listing__post {
    flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
    width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
    width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
    width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-child(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-child(3n + 2) {
    margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-child(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-child(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-child(4n + 3) {
    margin-right: 1.333rem;
}

@media (max-width: 767px) {
    .blog-listing .blog-listing__post {
        margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
        width: 100%;
    }
}

.blog-listing--card .blog-listing__post-image-wrapper {
    height: 300px;
}

.blog-listing--card .blog-listing__post-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-listing--card .blog-listing__post-image-wrapper,
    .blog-listing--card .blog-listing__post-image {
        height: auto;
    }
}

/* Blog listing - list */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
    display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
    margin-right: 1.4rem;
    width: 25%;
}

.blog-listing--list .blog-listing__post-image {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .blog-listing--list .blog-listing__post-image-wrapper,
    .blog-listing--list .blog-listing__post-image {
        height: auto;
    }
}


/* Match Site Header */
/* .custom-header {
  background-color: #fff;
}

.custom-header .header-inner-wrap .header__container {
  margin: 0;
} */