*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}
.banner-section .dnd-section>.row-fluid {

  width: 100%;
}


.dnd-section, .content-wrapper--vertical-spacing{

  padding-left:0px!important;
  padding-right:0px!important;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
  width: 88%;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("woff"),
    url("https://use.typekit.net/af/2555e1/00000000000000007735e603/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3")
      format("opentype");
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("woff"),
    url("https://use.typekit.net/af/efe4a5/00000000000000007735e609/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3")
      format("opentype");
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  font-display: auto;
}
@font-face {
  font-family: proxima-nova;
  src: url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff2"),
    url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("woff"),
    url("https://use.typekit.net/af/1be3c2/00000000000000007735e606/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n3&v=3")
      format("opentype");
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  font-display: auto;
}

@font-face {
  font-family: "FontAwesome";
  src: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fontawesome-webfont.eot)
      format("embedded-opentype"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fontawesome-webfont.woff2)
      format("woff2"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fontawesome-webfont.woff)
      format("woff"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fontawesome-webfont.ttf)
      format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "FontAwesomeBrands";
  src: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fa-brands-400.woff2) format("woff2"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fa-brands-400.woff) format("woff"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fa-brands-400.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: block;
}

@font-face {
  font-family: "FontAwesome";
  src: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fa-solid-900.woff2) format("woff2"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fa-solid-900.woff) format("woff"),
    url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/fonts/fa-solid-900.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: block;
}

body {
  line-height: 1.6;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #ccc;
  border: none;
  color: #ccc;
  height: 1px;
}

html {
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 480px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 767px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 13px;
  }
}
@media (min-width: 979px) {
  html {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 18px;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}

/*
 * Download CTA
 */
.hvr-grow,
.jk_download-cta {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover,
.jk_download-cta:hover,
.hvr-grow:focus,
.jk_download-cta:focus,
.hvr-grow:active,
.jk_download-cta:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.jk_download-cta {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  text-align: center;
  text-decoration: none;
  padding-top: 40px;
  margin-bottom: 40px;
}

.jk_download-cta:hover {
  text-decoration: none !important;
}

.jk_download-cta img {
  max-width: 100px;
  margin-bottom: 40px;
}

.wrap-download-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* height: 420px; */
}

.jk_download-cta h2 {
  color: #333;
  font-size: 24px;
  margin-bottom: 40px;
  margin-left: 10px;
  margin-right: 10px;
  max-width: 420px;
}

.jk_download-cta h3 {
  font-weight: 600;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #cc067b;
  width: 100%;
  margin: 0;
  border-radius: 0px 0px 5px 5px;
}

.jk_download-cta .cta_green h3 {
  background-color: #083a69;
}
.jk_primary,
.regal-blue {
  color: rgba(8, 58, 105, 1);
}

.jk_secondary,
.cerulean {
  color: rgba(1, 174, 216, 1);
}

.jk_tertiary,
.violet-red {
  color: rgba(204, 6, 123, 1);
}

.jk_quaternary,
.sushi {
  color: rgba(125, 182, 50, 1);
}

.jk_quinary,
.caribbean-green {
  color: rgba(32, 208, 151, 1);
}

.jk_senary,
.turquoise {
  color: rgba(86, 183, 187, 1);
}

.jk_dark {
  color: #0d0c0d;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 0.5rem;
}
.hs-error-msgs label {
  line-height: 1em;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-size: 13px;
  font-weight: 700;
  color: #cb187c;
  margin: 0;
}
ul.no-list.hs-error-msgs {
  display: block;
  color: #cb187c;
  font-size: 0.5em;
  font-weight: 700;
  clear: both;
  width: 100%;
  text-align: center;
}
/* Labels */

form label {
  color: #000000 !important;
  display: inline-block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  text-align: left;
}

/* 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: #fff;
  display: inline-block;
  width: 100%;
  line-height: normal;
  display: inline-block;
  height: 2.65em;
  margin-bottom: auto;
  -webkit-transition: border linear 0.2s, background-color linear 0.2s,
    box-shadow linear 0.2s;
  transition: border linear 0.2s, background-color linear 0.2s,
    box-shadow linear 0.2s;
  border-radius: 5px;
  font-family: inherit;
  padding: 5px 4px;
  letter-spacing: normal;
  font-size: 1.2em;
  color: #333;
  border: 2px solid;
}
form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus,
form input[type="tel"]:focus,
form input[type="number"]:focus,
form input[type="file"]:focus,
form select,
form textarea:focus {
  outline: 2px solid #cb187c;
}
form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

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

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

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

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: #cb187c !important;
}

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

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

/* Submit button */
form,
.submitted-message {
  font-size: 16px;
}
form input[type="submit"],
form .hs-button,
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  padding: 0.5em 1.8em;
  font-size: 20px;
  border-radius: 0px;
  font-weight: 500;
  width: auto;
  margin: 0 0 0 0;
  line-height: 1.5;
  text-decoration: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
form .inputs-list > li {
  display: block;
  margin: 0px;
}
.hs-error-msgs label:before {
  background-image: url(https://3477487.fs1.hubspotusercontent-na1.net/hubfs/3477487/raw_assets/public/24-7-intouch-2023/images/download.svg);
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: sub;
  margin: 0 0.2rem 0 -0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.hs_cos_wrapper_type_password_prompt,
.hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-password_prompt.custom_error_message,
.widget-type-email_simple_subscription,
.section.post-footer form,
.hs_cos_wrapper_type_member_login,
.hs_cos_wrapper_type_member_register,
.hs_cos_wrapper_type_password_reset_request,
.hs_cos_wrapper_type_password_reset {
  display: block;
  margin-bottom: 20px;
  padding: 20px;
  max-width: 750px;
  background: transparent !important;
  text-align: center;
}

/*
 * Full-screen form
 */
.jk_fs-overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1000 !important;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}

.jk_fs-overlay .overlay-content {
  position: relative;
  top: 8%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.jk_fs-overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.jk_fs-overlay a:hover,
.jk_fs-overlay a:focus {
  color: #f1f1f1;
}

.jk_fs-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

@media screen and (max-height: 450px) {
  .jk_fs-overlay {
    overflow-y: auto;
  }
  .jk_fs-overlay a {
    font-size: 20px;
  }
  .jk_fs-overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.jk_fs-overlay .container-form {
  max-width: 500px;
  margin: 0 auto;
}

.jk_fs-overlay button {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: rgba(255, 148, 0, 1);
  color: #fff;
  padding: 15px 40px 10px;
  border-radius: 6px;
  border: 1px solid rgba(255, 148, 0, 1);
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.header {
  position: relative;
}
header.header a:hover {
  text-decoration: none;
}

.sticky .header_top {
  top: 0px;
  height: 64px;
  width: 100%;
  position: fixed;
}
.sticky .header_bottom {
  top: 0px;
  height: 64px;
  width: 100%;
  position: fixed;
  transform: translateY(-100%);
}

.sticky .header_bottom.fixedHeader {
  transform: translateY(0%);
  transition: all 0.4s;
  transition-delay: 0.3s;
}
.mobile_trigger:hover {
  background-color: rgb(186, 50, 122);
}
.header_top {
  width: calc(100% - (0px * 2));
  margin-left: 0px;
  margin-right: 0px;
  height: 4em;
  border: 0;
  font-size: 16px;
  background-color: #fff !important;
  margin-top: 0px;
  z-index: 998;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  position: absolute;
  transition-duration: 300ms;
  transition-property: height, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.right_inner {
  margin-top: 0em;
  margin-right: 20px;
  margin-bottom: 0em;
  margin-left: 0em;
  border: 0;
  font-family: inherit;
  font-size: 1em;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgba(0, 0, 0, 0);
}
.header_right_pane {
  display: flex;
  position: relative;
  z-index: 3;
  height: inherit;
  flex-direction: row;
  flex-basis: auto;
  border: 0;
  font-size: 1em;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  flex-shrink: 0;
}
.header_top_logo a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-size: 1em;
  margin-bottom: 0px;
  border: 0;
  background-color: transparent;
  margin-top: 65px;
  max-width: 240px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2em;
  padding-right: 0px;
  padding-bottom: 2em;
  padding-left: 0px;
}
.header_top_logo img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
.header_top_logo {
  display: flex;
  position: relative;
  height: inherit;
  flex-direction: row;
  flex-basis: auto;
  border: 0;
  font-size: 1em;
  z-index: 1;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 1;
  align-items: center;
}
.header_top_content {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  height: 4em;
  max-width: 1280px;
  display: flex;
  z-index: 5;
  transition-duration: 300ms;
  transition-property: height, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.header_top:before {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}

.header_top:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.header_bottom_left a {
  cursor: pointer;
  font-size: 1em;
  margin-bottom: 0px;
  border: 0;
  background-color: transparent;
  max-width: 240px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 2em;
  padding-right: 0px;
  padding-bottom: 2em;
  padding-left: 0px;
  margin-top: -65px;
}
.header_bottom_left {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-basis: auto;
  border: 0;
  font-size: 1em;
  z-index: 1;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 1;
  align-items: center;
  height: inherit;
}
.header_bottom:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.header_bottom:before {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.header_bottom {
  justify-content: space-between;
  width: calc(100% - (0px * 2));
  margin-left: 0px;
  margin-right: 0px;
  height: 4em;
  border: 0;
  font-size: 16px;
  background-color: #fff !important;
  margin-top: 64px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  position: absolute;
  transition-property: height, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.header_bottom_right {
  min-width: 1px;
  display: flex;
  position: relative;
  height: inherit;
  flex-direction: row;
  flex-basis: auto;
  border: 0;
  font-size: 1em;
  z-index: 1;
  justify-content: space-between;
  flex-grow: 0;
  flex-shrink: 1;
  align-items: center;
  max-width: 100%;
}
.header_bottom {
  color: #03203c;
  line-height: 1.5;
}
.header_bottom_row {
  display: flex;
  z-index: 4;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  height: 4em;
  max-width: 1280px;
}

.mobile_trigger {
  flex-flow: column nowrap;
  justify-content: stretch;
  position: relative;
  min-width: 1px;
  cursor: pointer;
  overflow: hidden;
  transition-duration: 300ms;
  transition-property: border-color, background-color, box-shadow, opacity,
    filter, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  font-size: 1em;
  border-top-left-radius: 100em;
  border-top-right-radius: 100em;
  border-bottom-right-radius: 100em;
  border-bottom-left-radius: 100em;
  width: 2.5em;
  height: 2.5em;
  margin-top: -1em;
  margin-right: 0em;
  background-color: rgb(125, 181, 66);
  z-index: 888888;
}

.mobile_trigger .x-toggle-burger-bun-t {
  transform: translate3d(0, calc(3em * -1), 0);
}
.mobile_trigger .x-toggle-burger-bun-b {
  transform: translate3d(0, 3em, 0);
}
.x-toggle-burger > span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-radius: inherit;
  background-color: currentColor;
}
.mobile_trigger [data-x-toggle-anim] {
  animation-name: none;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}
.mobile_trigger .x-toggle-burger {
  display: block;
  position: relative;
  transform: translate3d(0, 0, 0);
  pointer-events: none;
  height: 1em;
  transition-duration: 300ms;
  transition-property: color, background-color, text-shadow, box-shadow, opacity,
    transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  color: rgb(255, 255, 255);
  width: 10em;
  margin-top: 3em;
  margin-right: 0;
  margin-bottom: 3em;
  margin-left: 0;
  font-size: 2px;
}
.mobile_trigger .x-graphic {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  margin-top: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
}
.mobile_trigger .x-anchor-content {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  height: 100%;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  padding: 0.75em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.login_dropdown a {
  border: 0;
  font-size: 1em;
  padding: 0.75em;
  display: block;
  text-decoration: none;
}

.login_dropdown a:hover span,
.login_dropdown a:hover p {
  color: rgba(0, 0, 0, 0.5);
}
.mobile_menu .login_dropdown {
  visibility: visible;
  opacity: 1;
  transform: none;
  pointer-events: auto;
}
.login_dropdown {
  position: absolute;
  width: 15em;
  font-size: 16px;
  border: 0;
  background-color: #fff;
  box-shadow: 0 0.15em 2em 0 rgb(0 0 0 / 15%);
  transition-duration: 500ms, 500ms, 0s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
  opacity: 0;
  transform: none;
  pointer-events: none;
  right: 12vw;
  z-index: 7;
  margin-top: 50px;
}
.login_dropdown a button {
  font-size: 100%;
  line-height: 1.8;
  -webkit-transition: background-color 0.25s ease;
  -moz-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  font-family: "proxima-nova", sans-serif;
  background-color: #cb187c;
  color: #ffffff;
  border-style: none;
  padding: 5px;
}
.login_dropdown a span {
  font-style: normal;
  line-height: 1;
  position: relative;
  display: block;
  z-index: 3;
  font-size: 1em;
  color: rgba(0, 0, 0, 1);
  font-weight: 400;
}
.login_dropdown h6 {
  font-size: 1em;
  font-style: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 1.5em;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: 700;
  font-weight: 400;
  color: black;
  margin-bottom: 7px;
}
.login_dropdown p {
  font-size: 1em;
  font-style: normal;
  line-height: 1;
  color: rgba(0, 0, 0, 1);
  margin: 0 0 1.5em;
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: 700;
}
.login_dropdown a {
  border: 0;
  font-size: 1em;
}
@media (min-width: 1200px) {
  .header_bottom_left a {
    display: none;
  }
  .mobile_section {
    display: none;
  }
  .mobile_trigger {
    display: none;
  }
  .child-trigger {
    display: none;
  }
  .header__navigation .navigation-primary > ul {
    display: flex;
    font-size: 1em;
    justify-content: space-around;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    flex-direction: row;
    margin: 0px;
    padding: 0px;
  }
  .header__navigation .navigation-primary > ul > li {
    position: relative;
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;

    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    text-decoration: none;
  }
  .header__navigation .navigation-primary > ul > li > a {
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    border: 0;
    font-size: 1em;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: border-color, background-color, box-shadow, opacity,
      filter, transform;
    transition-duration: 300ms;
  }

  .header__navigation .navigation-primary > ul.level-1 .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 64px;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    justify-content: center;
    align-items: center;
    padding-top: 0.6em;
    padding-right: 0.6em;
    padding-bottom: 0.6em;
    padding-left: 0.6em;
  }
  .header__navigation .navigation-primary > ul.level-1 .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:not(:first-child)
    ul
    > li
    > a:hover {
    background: black;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:not(:first-child)
    ul.level-2
    > li
    > a:hover
    span {
    font-weight: 600;
    font-style: italic;
    color: #732eb4;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    .x-anchor-sub-indicator:before {
    display: inherit;
    width: inherit;
    height: inherit;
    line-height: 1;
    content: attr(data-x-icon-s);
    text-align: inherit;
  }
  .header__navigation .navigation-primary > ul.level-1 .x-anchor-sub-indicator {
    width: auto;
    height: auto;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    z-index: 2;
    position: relative;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-family: "FontAwesome";
    font-weight: 900;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 1em;
    margin-right: 0px;
    color: rgb(51, 51, 51);
  }
  .header__navigation .navigation-primary > ul.level-1 .x-anchor-text span {
    position: relative;
    display: block;
    z-index: 3;
    font-style: normal;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    font-size: 1.05em;
    font-weight: 700;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
  }

  .header__navigation
    .navigation-primary
    > ul
    > li:last-child
    i.x-anchor-sub-indicator {
    z-index: 9999;
    position: absolute;
    margin: 0;
    padding: 0;
    transition-property: opacity, transform, visibility;
    transition-duration: 500ms, 500ms, 0s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 60vw;
    min-width: 30em;
    max-width: 50em;
    font-size: 1em;
    border-top: 6px solid;
    visibility: hidden;
    opacity: 0;
    transform: none;
    border-left-color: transparent;
    background-color: #cb388a;
    box-shadow: 0em 1.25em 2em 0em rgb(0 0 0 / 15%);
  }

  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:first-child
    .x-anchor-sub-indicator {
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
  }

  .header__navigation .navigation-primary > ul > li:not(:first-child) ul {
    z-index: 9999;
    position: absolute;
    right: auto;
    bottom: auto;
    top: 100%;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transform: none;
    pointer-events: auto;
    margin: 0;
    padding: 0;
    list-style: none;

    font-size: 16px;
    box-shadow: 0em 0.15em 2em 0em rgb(0 0 0 / 15%);
    width: 14em;
    background: #732eb4;
    border-top: 6px solid #9a42d5;

    transform: translateY(30px);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:not(:first-child)
    ul
    > li
    > a {
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 300ms;
    transition-property: border-color, background-color, box-shadow, opacity,
      filter, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    border: 0;
    font-size: 1em;
    background-color: transparent;
    display: flex;
    transition: all 0.4s;
  }
  .header__navigation .navigation-primary > ul > li:not(:first-child) ul > li {
    min-width: 1px;
  }

  .header__navigation .navigation-primary > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: translateY(0px);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:not(:first-child)
    ul.level-2
    span {
    position: relative;
    display: block;
    z-index: 3;
    transition-duration: 300ms;
    transition-property: color, text-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1em;
    font-style: normal;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    text-transform: initial;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:not(:first-child)
    ul.level-2
    .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: auto;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:not(:first-child)
    ul.level-2
    .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding-top: 0.3em;
    padding-right: 0.5em;
    padding-bottom: 0.3em;
    padding-left: 0.5em;
  }

  .header__navigation .navigation-primary > ul > li:first-child ul.level-2 {
    z-index: 9999;
    position: absolute;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 50em;
    font-size: 1em;
    border-top: 6px solid #cb388a;
    background-color: #cb388a;
    box-shadow: 0 1.25em 2em 0 rgb(0 0 0 / 15%);
    visibility: hidden;
    opacity: 0;
    transform: none;
    transform: none;
    top: 100%;
    left: 0;
    width: 60vw;
    min-width: 30em;
    max-width: 50em;
    font-size: 18px;
    transition: all 0.4s;
    transform: translateY(30px);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    min-width: 0;
    min-height: 0;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    margin-top: calc(((0px / 2) + 1px) * -1);
    margin-right: calc(((0px / 2) + 1px) * -1);
    margin-bottom: calc(((0px / 2) + 1px) * -1);
    margin-left: calc(((0px / 2) + 1px) * -1);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:last-child {
    background-color: rgb(189, 56, 139);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:first-child,
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:nth-child(3) {
    background-color: #d6449e;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li {
    display: block;
    position: relative;
    z-index: auto;
    border: 0;
    font-size: 1em;
    flex-basis: calc(25% - 0px);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner {
    display: flex;
    position: relative;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: stretch;
    z-index: 1;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    border: 0;
    padding-top: 1px;
    padding-right: 1px;
    padding-bottom: 1px;
    padding-left: 1px;
    font-size: 0.9em;
  }

  .header__navigation
    .navigation-primary
    > ul
    > li:first-child:hover
    > ul.level-2 {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
    transform: translateY(0px);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li
    .x-anchor-text-primary {
    margin: 0px;
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.1;
    color: rgb(255, 255, 255);
    font-family: "proxima-nova", sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    text-rendering: optimizelegibility;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li
    .x-anchor-content {
    display: -webkit-flex;
    display: flex;
    padding: 0px;
    height: auto;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li
    > a {
    display: block;
    position: relative;
    border: 0;
    font-size: 1em;
    padding-top: 1em;
    padding-right: 1em;
    padding-bottom: 1em;
    padding-left: 1em;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:nth-child(4)
    > a {
    background-color: #861b60;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:nth-child(3)
    > a {
    background-color: #a8246f;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:nth-child(2)
    > a {
    background-color: #861b60;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li:first-child
    > a {
    background-color: #a8246f;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li
    .x-anchor-text {
    display: block;
    flex-grow: 1;
    min-width: 1px;
    max-width: 100%;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li
    > a {
    overflow: hidden;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    border: 0;
    font-size: 1em;
    background-color: transparent;
    transition-duration: 300ms;
    transition-property: border-color, background-color, box-shadow, opacity,
      filter, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li
    > a
    .x-anchor-text-primary {
    position: relative;
    display: block;
    z-index: 3;

    font-style: normal;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    text-align: left;
    color: rgb(255, 255, 255);
    text-transform: initial;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li
    > a
    .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-left: 5px;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li
    > a
    .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    padding-top: 0.35em;
    padding-right: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 0.35em;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li {
    display: flex;
    flex-direction: inherit;
    justify-content: inherit;
    align-items: inherit;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
  }
  .header__navigation .navigation-primary > ul > li:first-child ul.level-3 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    font-size: 1em;
    flex-direction: column;
    justify-content: space-around;
    align-items: stretch;
    align-self: stretch;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    background-color: transparent;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:hover
    .x-anchor-text
    span {
    color: #fff;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:hover
    .x-anchor-sub-indicator {
    color: #fff;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:nth-child(1):hover
    > a {
    background-color: #cb388a;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:nth-child(2):hover
    > a {
    background: #732eb4;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:nth-child(3):hover
    > a {
    background: #67b9ea;
  }

  .header__navigation .navigation-primary > ul > li:nth-child(3) ul {
    border-color: #4d9bd7;
    background: #67b9ea;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:nth-child(5):hover
    > a {
    background: #85b236;
  }
  .header__navigation .navigation-primary > ul > li:nth-child(5) ul {
    background: #85b236;
    border-color: #a0d34e;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:nth-child(4):hover
    > a {
    background: #51c880;
  }
  .header__navigation
    .navigation-primary
    > ul.level-1
    > li:last-child:hover
    .x-anchor-text
    span {
    color: #333;
  }
  .header__navigation .navigation-primary > ul > li:nth-child(4) ul {
    background: #51c880;
    border-color: #67cf91;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li
    > a:hover {
    background: black;
    text-decoration: none;
  }

  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul.level-3
    > li
    > a:hover
    .x-anchor-text-primary {
    color: #ba327a;
    font-weight: 600;
    font-style: italic;
  }
  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li
    > a
    .x-anchor-text {
    margin: 0;
  }
  .header__navigation .navigation-primary > ul > li:first-child .x-anchor-text {
    margin: 5px;
  }

  .header_bottom_left img {
    display: none;
  }

  .header__navigation
    .navigation-primary
    > ul
    > li:first-child
    ul
    .child_inner_row
    > li
    > a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1700px) {
  .header__navigation .navigation-primary > ul > li:nth-child(5) ul {
    right: 0;
    left: auto;
  }
  .header__navigation .navigation-primary > ul > li:nth-child(4) ul {
    right: 0;
    left: auto;
  }
  .login_dropdown {
    right: 6vw;
  }
}

@media (max-width: 1250px) {
  .login_dropdown {
    right: 12vw;
  }
}
@media (max-width: 1199px) {
  .mobile_section {
    overflow: hidden auto;
    position: fixed;
    z-index: 99999998;
    height: 100vh;
    inset: 0px;
    width: 100%;
    visibility: hidden;
    transition: all 0.5s ease 0s;
    font-size: 16px;
    transition-property: visibility;
    transition-timing-function: linear;
    transition-duration: 500ms;
    pointer-events: none;
  }

  .mobile_top_inner .navigation-primary > ul > li > a:hover,
  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-2
    li
    a:hover
    .x-anchor-text-primary,
  .mobile_bottom_section a:hover {
    color: rgb(125, 181, 66);
    text-decoration: underline;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    > li
    > a:hover
    ~ .child-trigger
    i:before {
    text-decoration: underline;
  }
  .mobile_top_inner
    .navigation-primary
    > ul.level-1
    > li
    .child-trigger:hover
    i:before {
    text-decoration: underline;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    > li:first-child
    ul.submenu.level-2
    .child-trigger:hover
    i {
    text-decoration: underline;
  }
  .mobile_top_inner
    .navigation-primary
    > ul.level-1
    > li:hover
    .child-trigger
    i:before {
    color: rgba(0, 0, 0, 0.5);
  }

  .mobile_top_inner
    .navigation-primary
    > ul.level-2
    > li:hover
    .child-trigger
    i:before {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline;
  }
  .canvas-bg {
    display: block;
    position: absolute;
    inset: 0px;
    opacity: 0;
    z-index: 1;
    transform: translate3d(0px, 0px, 0px);
    transition-property: opacity;
    background-color: rgba(0, 0, 0, 0.75);
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .header_bottom_row .header__navigation.header--element {
    display: none;
  }
  .mobile-open .mobile_section {
    visibility: visible;
    pointer-events: auto;
  }
  .mobile-open .canvas-bg {
    opacity: 1;
  }

  .mobile-open .mobile_main_section {
    transform: translate3d(0, 0, 0);
  }
  button.mobile_close {
    -webkit-transition: background-color 0.25s ease;
    -moz-transition: background-color 0.25s ease;
    -o-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    z-index: 3;
    right: 0;
    transition-property: color, opacity, transform;
    width: calc(1em * 2);
    height: calc(1em * 2);
    font-size: 1em;
    color: rgba(0, 0, 0, 0.5);
    transition-duration: 0.3s, 500ms, 500ms;
    transition-timing-function: ease-in-out, cubic-bezier(0.4, 0, 0.2, 1),
      cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    transform: scale(0);
  }
  .mobile-open button.mobile_close {
    opacity: 1;
    transform: scale(1);
  }
  button.mobile_close span {
    display: block;
  }
  button.mobile_close svg {
    display: block;
    width: 1em;
    height: 1em;
    margin: auto;
    font-size: 1em;
    fill: currentColor;
  }
  .mobile_main_section {
    position: absolute;
    top: 0px;
    bottom: 0px;
    z-index: 2;
    right: 0px;
    overflow: hidden;
    overflow-anchor: none;
    touch-action: auto;
    transition-property: transform;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    max-width: 24em;
    border: 0px;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 2em 0px;
    transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    right: 0;
    transform: translate3d(115%, 0, 0);
  }
  .mobile_top {
    transition-duration: 300ms;
    transition-property: border-color, background-color, box-shadow, opacity,
      filter, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-shrink: 0;
    padding-top: 2.25em;
    padding-right: 2.25em;
    padding-bottom: 1.75em;
    padding-left: 2.25em;
    flex-grow: 0;
    flex-basis: auto;
    border: 0;
    font-size: 1em;
  }
  .mobile_top_inner {
    flex-grow: 0;
    flex-basis: auto;
    border: 0;
    font-size: 1em;
    flex-shrink: 1;
    margin-top: 0em;
    margin-right: -0.5em;
    margin-bottom: 0em;
    margin-left: -0.5em;
  }
  .mobile_top_inner .navigation-primary > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 1px;
    font-size: 1em;
  }
  .mobile_top_inner .navigation-primary > ul > li {
    position: relative;
  }
  .mobile_top_inner .navigation-primary > ul ul li {
    position: relative;
  }
  .mobile_top_inner .navigation-primary > ul > li > a {
    position: relative;
    min-width: 1px;
    cursor: pointer;
    overflow: hidden;
    transition-duration: 300ms;
    transition-property: border-color, background-color, box-shadow, opacity,
      filter, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);

    border: 0;
    font-size: 1em;
  }
  .mobile_top_inner .navigation-primary > ul > li > a .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    height: 100%;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    padding: 0.75em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .mobile_top_inner .navigation-primary > ul > li > a .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: auto;
  }
  .mobile_top_inner .navigation-primary > ul ul {
    display: none;
    line-height: 1.5 !important;
    font-size: 16px;
    padding: 0px;
    list-style: none;
  }
  body.mobile-open {
    overflow: hidden;
  }
  .child-trigger {
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 888888;
    cursor: pointer;
  }
  .child-trigger i:before {
    display: inherit;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: inherit;
    line-height: 1;
    content: attr(data-x-icon-s);
  }
  .child-trigger i {
    font-weight: 400;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-family: "FontAwesome";
    font-weight: 900;
    margin-right: 5px;
    color: rgba(0, 0, 0, 1);
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    font-size: 1em;
  }
  .mobile_top_inner .navigation-primary > ul > li > a .x-anchor-text-primary {
    position: relative;
    display: block;
    z-index: 3;
    font-style: normal;
    line-height: 1;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 1.2em;
  }
  .mobile_top_inner .navigation-primary > ul ul.submenu.level-2 li a {
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    min-width: 1px;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    border: 0;
    font-size: 1em;
    outline: none;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-2
    li
    a
    .x-anchor-text-primary {
    font-family: inherit;
    font-style: normal;
    line-height: 1;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    font-size: 1.1em;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-2
    li
    a
    .x-anchor-text {
    flex-shrink: 1;
    min-width: 1px;
    max-width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-right: auto;
    margin-left: 1.5em;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-2
    li
    a
    .x-anchor-content {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    padding: 0.75em;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 51.5938px;
  }
  .mobile_top_inner .navigation-primary > ul ul.submenu.level-2 {
    margin: 0;
    padding: 0;
    list-style: none;

    display: none;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    > li:first-child
    ul.submenu.level-2
    .child-trigger
    i {
    transform: rotate(-90deg);
  }
  button.mobile_close:hover {
    color: rgba(0, 0, 0, 1);
    background: transparent;
  }
  .mobile_bottom_section p {
    display: block;
    margin-top: 0.15em;
    font-family: "proxima-nova", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0em;
    text-transform: none;
    color: rgb(51, 51, 51);
    margin-bottom: 0px;
  }
  .mobile_bottom_section h4 {
    font-style: normal;
    letter-spacing: 0em;
    line-height: 1.4;
    font-family: "proxima-nova", sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color: rgb(51, 51, 51);
    margin: 0px;
  }
  .mobile_bottom_section a {
    display: block;
    border: 0;
    font-size: 1em;
    margin-top: 0em;
    margin-right: 0em;
    margin-bottom: 1em;
    margin-left: 0em;
  }
  .mobile_bottom_section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    flex-shrink: 0;
    padding-top: 2.25em;
    padding-right: 2.25em;
    padding-bottom: 1.75em;
    padding-left: 2.25em;
    flex-basis: auto;
    border: 0;
    font-size: 1em;
    flex-grow: 1;
    background-color: rgba(0, 0, 0, 0.03);
  }
  .header_bottom_left img {
    display: none;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    > li.open_child
    .x-anchor-text-primary {
    color: rgb(125, 181, 66);
  }

  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-2
    .child_inner_row
    > li.open_child
    a
    .x-anchor-text-primary {
    color: rgb(125, 181, 66);
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-3
    > li
    a
    .x-anchor-text-primary {
    color: rgba(0, 0, 0, 1) !important;
  }
  .mobile_top_inner
    .navigation-primary
    > ul
    ul.submenu.level-3
    > li
    a:hover
    .x-anchor-text-primary {
    color: rgb(125, 181, 66) !important;
  }
}

@media (max-width: 1124px) {
  .login_dropdown {
    right: 13vw;
  }
}

@media (max-width: 978.98px) {
  .header_top_logo img {
    display: none;
  }
}

@media (min-width: 767px) and (max-width: 978.98px) {
  .header_bottom {
    margin-top: 64px;
    z-index: 9999;
  }

  .header_bottom_left img {
    display: block;
    margin-top: -63px;
    max-width: 240px;
  }

  .login_dropdown {
    display: none;
  }
}

@media (max-width: 766.98px) {
  .top_area {
    display: none;
  }
  .header_bottom_right {
    align-items: initial;
  }
  .header_right_pane {
    display: none;
  }

  .header_bottom_left a {
    border-width: 0px;
    border: 0px;
    display: inline-block;
    line-height: 1;
    vertical-align: middle;
    font-size: 1em;
    margin-bottom: 0px;
    border: 0;
    background-color: transparent;
    max-width: 240px;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 2em;
    padding-right: 0px;
    padding-bottom: 2em;
    padding-left: 0px;
    margin-top: -65px;
  }
  .header_bottom_left img {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    border: 0;
    -ms-interpolation-mode: bicubic;
  }
  .header_bottom {
    z-index: 9999;
  }
}

@media (max-width: 479px) {
  .top_area {
    display: none;
  }
}

@media (max-width: 375px) {
  .header_top_logo img {
    display: none;
  }

  .header_bottom_left img {
    width: 173px !important;
  }
}

/*
 * Landing Page with Full-page Modal
 */

.header-lp-modal .header_top_logo a {
  width: 150px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 4px !important;
}

.header-lp-modal .header_top_content {
  display: flex;
  flex-basis: auto !important;
  justify-content: center;
}

/* simplified lp header */
.lp-fp-modal {
  padding-top: 0 !important;
}

header.header.header-lp-modal {
  padding-top: 20px;
  padding-bottom: 20px;
  background: #001705;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.2);
-webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
box-shadow: 0 0 10px rgba(0,0,0,.2);
}

header.header.header-lp-modal img {
  width: 250px !important;
  margin: 8px auto 15px;
}
.footer {
  position: relative;
  line-height: 1.5;
}
.footer-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 1px;
  transition-duration: 300ms;
  transition-property: opacity, filter, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  height: auto;
  padding-top: 3em;
  padding-right: 0em;
  padding-bottom: 3.5em;
  padding-left: 0em;
  border: 0;
  font-size: 16px;
  z-index: 0;
}
.footer_copyright {
  max-width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1.4;
  font-size: 1em;
}
.footer_copyright p {
  margin: 0px;
}

.footer_middle p a {
  color: #333;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}
.footer_middle p {
  margin: 0px;
}
.footer_middle {
  width: 100%;
  max-width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  margin-top: 0em;
  margin-right: 0em;
  margin-left: 0em;
  font-size: 1.1em;
  margin-bottom: 2em;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
}
.footer_top_text b,
.footer_top_text strong {
  font-weight: 700;
}
.footer_navigation .hs_cos_wrapper {
  width: 100%;
}
.footer_navigation .hs-menu-wrapper ul {
  margin-top: 0px;
  margin-right: 2em;
  margin-bottom: 0px;
  margin-left: 0px;
  font-size: 1em;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  align-self: stretch;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  padding: 0px;
}
.footer_navigation .hs-menu-wrapper ul > li {
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: auto;
  line-height: 1.5;
}
.footer_navigation .hs-menu-wrapper ul > li > a {
  border: 0;
  font-size: 1em;
  background-color: transparent;
  line-height: 1.5;
}
.footer_top_text p,
.footer_copyright p {
  margin: 0;
  color: rgb(51, 51, 51);
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
}
.footer_top_text {
  width: 100%;
  max-width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  margin-top: 0em;
  margin-right: 0em;
  margin-left: 0em;
  margin-bottom: 1em;
  line-height: 1.6;
  font-size: 1.1em;
  color: rgb(51, 51, 51);
}
.footer-container:before {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.footer-container:after {
  content: "";
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  pointer-events: none;
  visibility: hidden;
  flex-basis: 2em;
  width: 2em;
  height: 2em;
}
.footer_row {
  display: flex;
  z-index: 5;
  align-items: flex-start;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 100%;
  height: auto;
  max-width: 1280px;
  flex-direction: row;
  justify-content: space-between;
}
.footer_social_section {
  display: flex;
  position: relative;
  height: inherit;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  border: 0;
  font-size: 1em;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 360px;
  justify-content: center;
}
.footer_navigation {
  display: flex;
  position: relative;
  height: inherit;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  border: 0;
  font-size: 1em;
  z-index: 1;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 360px;
  justify-content: flex-start;
}

.footer_content {
  display: flex;
  position: relative;
  height: inherit;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  border: 0;
  font-size: 1em;
  z-index: 1;
  justify-content: flex-start;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 360px;
  margin-top: 0px;
  margin-right: 2em;
  margin-bottom: 0px;
  margin-left: 0px;
}
.footer_navigation .hs-menu-wrapper ul > li > a span {
  font-size: 1em;
  font-style: normal;
  line-height: 1;
  font-family: "proxima-nova", sans-serif;
  font-weight: 300;
  color: rgb(51, 51, 51);
  line-height: 1;
}
.footer_navigation .hs-menu-wrapper ul > li > a .anchor-text {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-right: 5px;
  line-height: 24px;
}
footer span.x-graphic i:before {
  display: block;
  position: static;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: inherit;
  height: inherit;
  margin: 0;
  line-height: inherit;
  text-align: inherit;
  content: attr(data-x-icon-s);
}

.footer_social {
  width: 100%;
  border: 0;
  font-style: normal;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4;
  color: rgba(0, 0, 0, 1);
  margin-bottom: 2.5em;
  padding-top: 1.262em;
  padding-right: 1.262em;
  padding-bottom: 1.262em;
  padding-left: 1.262em;
  font-size: 0em;
  font-family: inherit;
  font-weight: 400;
}
.content-text-primary p {
  margin: 0px;
}
.content-text-primary {
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-right: calc(0.03em * -1);
  text-transform: none;
  color: rgb(51, 51, 51);
  font-size: 1.322em;
  font-weight: 400;
  margin-bottom: 0px;
}
footer span.x-graphic i {
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-family: "FontAwesome" !important;
  font-weight: 900;
  font-size: 1.25em;
  width: 1em;
  border: 0;
  height: 1em;
  line-height: 1em;
  color: rgba(0, 0, 0, 1);
}
footer span.x-graphic {
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  margin-top: 0;
  margin-right: 0.3em;
  margin-bottom: 0;
  margin-left: 3px;
}
.footer_social_text {
  margin-top: 0em;
  margin-right: 0em;
  margin-bottom: 1.6em;
  margin-left: 0em;
  border: 0;
  font-size: 1em;
}

.footer_top_text_inner {
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.footer_navigation .hs-menu-wrapper ul > li > a .anchor-content {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  height: 29.1875px;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 0.1em;
  padding-right: 0.1em;
  padding-bottom: 0.1em;
  padding-left: 0em;
  line-height: 1.5;
}
.footer_logo img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: 0;
  -ms-interpolation-mode: bicubic;
  width: 70px !important;
}
.footer_logo a {
  font-size: 1em;
  max-width: 70px;
  border: 0;
  background-color: transparent;
  margin-top: 19px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
}

@media (max-width: 766.98px) {
  .footer_row {
    flex-direction: column;
    justify-content: flex-start;
  }
  .footer_content {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    border: 0;
    font-size: 1em;
    z-index: 1;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    margin-right: 0px;
  }

  .footer_navigation {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    border: 0;
    font-size: 1em;
    z-index: 1;
    justify-content: flex-start;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
  }
  .footer_social_section {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    border: 0;
    font-size: 1em;
    z-index: 1;
    margin-bottom: 0px;
    margin-left: 0px;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: auto;
    margin-top: 2em;
    margin-right: 0px;
  }
  .footer_logo a {
    margin-top: 31px;
  }
  footer span.x-graphic {
    display: none;
  }
  .content-text-primary p {
    margin: 0px;
    font-weight: 700;
    font-family: "proxima-nova", sans-serif;
    color: rgb(51, 51, 51);
  }
  .content-text-primary {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    line-height: 1;
    letter-spacing: 0.03em;
    margin-right: calc(0.03em * -1);
    text-transform: none;
    color: rgb(51, 51, 51);
    font-size: 1.6em;
    font-weight: 700;
  }
  .footer_copyright {
    margin-bottom: 50px;
  }
  .footer_copyright p {
    padding: 0 10px;
  }
}

.footer-social_wrap {
  display: flex;
}

.footer-social_wrap a:not(:first-child) {
  margin-left: 20px;
}
/* Menu and simple menu */


.banner-section .dnd-section>.row-fluid {
  max-width: none !important;
  padding: 0px;
}
.banner-section .dnd-section {
  padding: 0px 0px!important;
}

.body-container-wrapper {
    padding-top: 80px;
}
.sticky .header_top{
-webkit-animation: slide-down .4s;
-moz-animation: slide-down .4s;
animation: slide-down .4s;
}
@-webkit-keyframes  slide-down {
0% {
top: -60px;
}
100% {
top: 0;
}
}
@-moz-keyframes  slide-down{
0% {
top: -60px;
}
100% {
top: 0;
}
}
@keyframes  slide-down {
0% {
top: -60px;
}
100% {
top: 0;
}
}