:root {
  
  --black: #000;
  --black-navy: #000f32;
  --print-navy: #001a61;
  --bright-navy: #050288;
  --bright-blue: #0357fc;
  --mint-green: #7df98c;
  --beeline-green: #5fa300;
  --eggshell-white: #f4f4f4;
  --white: #fff;
  
  --tang: #ffde9b;
  --gold: #ffc004;
  --orange: #ef6103;
  --red: #fe0300;
  --hot-pink: #ec098d;
  --neon-pink: #ff1dea;
  --neon-purple: #ae00ff;
  --purple: #6c1ffe;
  --light-blue: #00adee;
  --pastel-blue: #b2f0fb;
  
  --transition-fiming-func: cubic-bezier(0.4, 0, 0.2, 1);
  --default-radius: 4px;
  --dvc-mobile: 480px;
  --dvc-tablet: 768px;
  --dvc-desktop: 1024px;
}

/*! reset.css */

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

a {
  text-decoration: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

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

h1 {
  margin: 0.67em 0;
}

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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

/**
 * 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 and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.row-fluid [class*='span'] {
  min-height: 1px;
  width: 100%;
}
@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .row-fluid .span1 { flex: 1; }
  .row-fluid .span2 { flex: 2; }
  .row-fluid .span3 { flex: 3; }
  .row-fluid .span4 { flex: 4; }
  .row-fluid .span5 { flex: 5; }
  .row-fluid .span6 { flex: 6; }
  .row-fluid .span7 { flex: 7; }
  .row-fluid .span8 { flex: 8; }
  .row-fluid .span9 { flex: 9; }
  .row-fluid .span10 { flex: 10; }
  .row-fluid .span11 { flex: 11; }
  .row-fluid .span12 { flex: 12; }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

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

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

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

/*! grid.css */

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

.hidden-mobile {
  display: none !important;
}

.hidden-touch {
  display: none !important;
}

.container {
  box-sizing: border-box;
  margin: auto;
  max-width: 1400px;
  overflow: visible;
  padding: 0 20px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  
  .hidden-mobile {
    display: inline-block !important;
  }
  
  .hidden-tablet {
    display: none !important;
  }

}
  
@media screen and (min-width: 1025px) {
  
  .hidden-touch {
    display: inline-block !important;
  }
  
  .hidden-tablet {
    display: inline-block !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }

}
  
@media screen and (min-width: 1400px) {
  
  .container {
    padding: 0 15px; 
  }
  
  .visible-xl {
    display: inline-block !important;
  }

}
/*! helpers.css */

.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}

.clearfix::after {
  clear: both;
}

.clearfix * {
  float: left; 
}

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

.container.overflow-visible,
.overflow-visible {
  overflow: visible;
}

.card-shadow-base {
  box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

.clr-black {
  color: var(--black);
}

.clr-white {
  color: var(--white);
}

.bg-white {
  background-color: var(--white);
}

.pt-base {
  padding-top: 30px;
}

.pb-base {
  padding-bottom: 30px;
}
.py-base {
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-base {
  padding-left: 30px;
  padding-right: 30px;
}

.weight-bold {
  font-weight: bold;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0;
}

.mt-1 {
  margin-top: .25em;
}

.mt-2 {
  margin-top: .5em;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: .25em;
}

.mb-2 {
  margin-bottom: .5em;
}

.ml-0 {
  margin-left: 0;
}

.mr-0 {
  margin-right: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}


.pt-lg {
  padding-top: 50px;
}

.pb-lg {
  padding-bottom: 50px;
}
.py-lg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-lg {
  padding-left: 50px;
  padding-right: 50px;
}

.divider {
  border-top: 1px solid rgba(0,0,0,.1);
  border-top-color: #ccc;
  width: 100%;
}

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

  .pt-base {
    padding-top: 50px;
  }
  

  .pb-base {
    padding-bottom: 50px;
  }


  .py-base {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .px-base {
    padding-left: 50px;
    padding-right: 50px;
  }

  .pt-lg {
    padding-top: 90px;
  }
  

  .pb-lg {
    padding-bottom: 90px;
  }


  .py-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .px-lg {
    padding-left: 90px;
    padding-right: 90px;
  }

}

@media screen and (min-width: 1025px) {
  
  html {
    scroll-padding-top: 100px;
  }

  .pt-base {
    padding-top: 80px;
  }

  .pb-base {
    padding-bottom: 80px;
  }

  .py-base {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  
  .px-base {
    padding-left: 80px;
    padding-right: 80px;
  }

  .pt-lg {
    padding-top: 140px;
  }

  .pb-lg {
    padding-bottom: 140px;
  }

  .py-lg {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  
  .px-lg {
    padding-left: 140px;
    padding-right: 140px;
  }
  
}

/*! typography.css */

body {
  background-color: var(--eggshell-white);
  color: var(--black);
  font-family: 'Roboto', sans-serif;
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  font-weight: 400;
}

.invert { color: var(--white); }

::selection {
  color: #ffffff;
  background-color: #0357fc;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 400;
  margin: 1rem 0;
  line-height: 1em;
}

h1, .h1 { font-size: clamp(2rem, 4vw, 4rem); }
h2, .h2 { font-size: clamp(1.8rem, 3vw, 3rem); }
h3, .h3 { font-size: clamp(1.6rem, 2.5vw, 2.5rem); }
h4, .h4 { font-size: clamp(1.4rem, 2vw, 2rem); }
h5, .h5 { font-size: clamp(1.2rem, 1.5vw, 1.5rem); }
h6, .h6 { font-size: clamp(1rem, 1vw, 1rem); }

p {
  line-height: 1.5;
  margin: 1rem 0;
}

p.lead {
  font-size: 1.5rem;
  font-weight: 300;
}

.pre-heading {
  font-weight: 700;
  font-size: 0.9rem;
}

.invert .pre-heading a {
  color: var(--white);
}

p a {
  color: var(--bright-blue);
  font-weight: bold;
  text-decoration: none;
  transition: color .125s ease-in-out;
}

p a:hover,
{
  color: var(--bright-blue);
  text-decoration: underline;
}

strong {
  display: contents;
}

strong.font-blue_primary {
  color: var(--bright-blue);
}

blockquote, .blockquote {
  border-left: 10px solid #9fb3ce;
  display: flex;
  flex-direction: column;
  padding: 20px;
  font-size: 1rem;
  line-height: 1.75;
  padding: 0 0 0 16px;
}

.tag {
  background-color: var(--bright-navy);
  border-radius: var(--default-radius);
  color: var(--white);
  display: inline-block;
  font-family: Roboto Condensed, sans-serif;
  font-size: 0.8em;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-bottom: 1em;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}

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

  blockquote, .blockquote {
    padding: 40px;
  }

}

@media screen and (min-width: 1024px) {
   blockquote, .blockquote {
    font-size: 1.5rem;
  }
}

ul, ol {
  margin: 1.5rem 0;
  padding-left: 40px;
  position: relative;
}

ul>li, ol>li {
  line-height: 1.5;
  margin: 1rem 0;
}

ul.checklist li::marker,
ul.crosslist li::marker,
.checklist ul li::marker,
.crosslist ul li::marker {
  content: none;
}

ul.checklist li::before,
ul.crosslist li::before,
.checklist ul li::before,
.crosslist ul li::before {
  display: inline-block;
  color: var(--white);
  direction: ltr;
  font-weight: 400;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  position: absolute;
  left: 0px;
  border-radius: 50%;
  font-family: "Material Symbols Rounded";
  line-height: 1.5em;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

ul.checklist li::before,
.checklist ul li::before {
  content: "\e5ca";
  background-color: #ef6103;
}

ul.checklist.green li::before,
.checklist.checklist-green ul li::before {
  background-color: #ef6103;
}

ul.checklist.blue li::before,
.checklist.checklist-blue ul li::before {
  background-color: var(--bright-blue);
}

ul.crosslist li::before,
.crosslist ul li::before {
  content: "\e5cd";
  background-color: var(--red);
}

.heading {
  text-align: center;
  margin-bottom: 3rem;
}
.heading.left {
  text-align: left;
}
.heading.small {
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .heading {
    text-align: left;
    margin-bottom: 2rem;
  }
}

.screen-reader-text {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
/*! buttons.css */




.button, button, .hs-button {
  all: unset;
  background-color: var(--bright-blue);
  border: 2px solid var(--bright-blue);
  border-radius: var(--default-radius);
  color: var(--white);
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  font-weight: 400;
  padding: 0.6em 1.2em;
  vertical-align: middle;
  transition-property: background-color, border-color, color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.button:hover, button:hover {
  background-color: var(--bright-blue);
  border-color: var(--bright-blue);
}

.button.primary, button.primary, .hs-button.primary {
  background-color: #ef6103;
  border-color: #ef6103;
}

.button.primary:hover, button.primary:hover, .hs-button.primary:hover {
  background-color: #fd8f45;
  border-color: #ef6103;
}

.button.neutral, button.neutral {
  background-color: transparent;
  color: var(--bright-blue);
  border-color: var(--bright-blue);
}

.button.neutral:hover, button.neutral:hover {
  background-color: var(--bright-blue);
  border-color: var(--bright-blue);
  color: var(--white);
}

.invert .button.neutral, .invert button.neutral {
  background-color: transparent;
  color: var(--white);
  border-color: var(--white);
}

.invert .button.neutral:hover, .invert button.neutral-dark:hover {
  background-color: rgba(255,255,255,.25)
}

.social-media__service--link__wrapper {
  position: relative;
}
.social-media__service--link {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.social-media__service--link:hover {
  background: none;
}
.social-media__tooltip {
  position: absolute;
  top: 100%;
  left: auto;
  right: auto;
  margin: 0 auto;
  font-size: 11px;
  transform: translateX(-30%);
  text-align: center;
}
/*! forms.css */

.widget-type-form {
  background-color: var(--white);
  border-radius: var(--default-radius);
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
  padding: 20px;
}

.hs-form-field {
  position: relative;
  margin: 1rem 0;
}

.hs-fieldtype-textarea > label, .hs-fieldtype-text > label, .hs-fieldtype-select > label, .hs-fieldtype-phonenumber > label {
  background: var(--white);
  font-weight: 700;
  font-size: 0.75em;
  position: absolute;
  left: 6px;
  top: -6px;
  padding: 0 3px;
}

.hs-form-field input, .hs-form-field textarea, .hs-form-field select {
  border: 1px solid #727475;
  border-radius: var(--default-radius);
  box-sizing: border-box;
  font-family: inherit;
  padding: .75rem .5rem;
  width: 100%;
  outline: none;
  resize: none;
}

.hs-form-field input, .hs-form-field select {
  height: 3em;
}

.hs-form-radio-display input { height: 1em; }

.no-list {
  margin: 0;
  padding: 0;
}

.no-list>li::marker {
  content: none;
}

.no-list li {
  margin: 0;
  margin-top: .25rem;
  line-height: inherit;
}

.hs-form-field .inputs-list {
  padding: 0;
  font-size: 0.75em;
}
.hs-form-field .inputs-list>li::marker {
  content: none;
}

.hs-error-msg { color: #be3a34; }

.hs-form-field input:focus, .hs-form-field textarea:focus, .hs-form-field select:focus, .hs-form-field input:focus-visible, .hs-form-field textarea:focus-visible, .hs-form-field select:focus-visible {
  border: 1px solid #0352a0;
  outline: 1px solid #0352a0;
}

.legal-consent-container {
  font-size: 0.8em;
}

.hs-form-booleancheckbox-display, .hs-form-radio-display {
  display: flex;
  cursor: pointer;
}

.hs-form-booleancheckbox-display input, .hs-form-radio-display input {
  margin-right: 0.5em;
  height: 1.5rem !important;
  width: 1.5rem !important;
  z-index: 2;
}
.hs-form-booleancheckbox-display span, .hs-form-radio-display span {
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.hs-fieldtype-text input, .hs-fieldtype-select select, .hs-fieldtype-textarea textarea, .hs-fieldtype-phonenumber input {
  width: 100% !important;
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}
/*! modal.css */

.modal-open {
     overflow: hidden;
}
 .modal-open .modal {
     overflow: hidden;
}
 .modal {
     bottom: 0;
     display: none;
     left: 0;
     outline: 0;
     overflow: hidden;
     position: fixed;
     right: 0;
     top: 0;
     z-index: 1050;
}
 .modal.fade .modal-dialog {
     opacity: 0;
     transform: translate(0, -25%);
     transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
 .modal.show .modal-dialog {
     opacity: 1;
     transform: translate(0, 0);
}
 .modal-dialog {
     background-color: var(--white);
     margin: 30px;
     opacity: 0;
     position: relative;
     width: auto;
}
 .modal-dialog img {
     height: auto;
     width: 100%;
}
 .modal-backdrop {
     background: rgba(61, 61, 61, 0.6);
     bottom: 0;
     left: 0;
     opacity: 0.8;
     position: fixed;
     right: 0;
     top: 0;
     transition: opacity 0.25s ease-in-out;
     z-index: 1040;
}
 .modal-backdrop.fade {
     opacity: 0;
}
 .modal-backdrop.show {
     opacity: 0.5;
}
 .modal-close {
     right: -5px;
     top: 7px;
     z-index: 9999;
     background-color: transparent;
     background-image: url("../images/icon-close-coral.svg");
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     position: absolute;
     cursor: pointer;
     height: 30px;
     width: 30px;
}
 .modal-close svg {
     float: left;
}
 .modal-close svg path {
     transition: stroke 0.25s ease-in-out;
}
 .video-modal {
     background-color: var(--white);
     float: left;
     position: relative;
     width: 100%;
     z-index: 2;
     padding-bottom: 56.25%;
     height: 0;
}
 .video-modal iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 @media screen and (min-width: 520px) {
     .modal-dialog {
         margin: 140px auto;
         max-width: 450px;
    }
}
 @media screen and (min-width: 768px) {
     .modal-dialog {
         max-width: 800px;
    }
}
/*! media.css */

.hs-video-wrapper iframe {
  border-radius: var(--default-radius);
}
img {
  display: block;
}
/*! tables.css */

table, th, td {
  border: 1px solid black;
}

/*! header.css */

/*! menu-toggle.css */

.mobile-toggle {
  width: 28px;
  height: 28px;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.mobile-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: white;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.mobile-toggle span:nth-child(1) {
  top: 4px;
  transform-origin: left center;
}

.mobile-toggle span:nth-child(2) {
  top: 12px;
  transform-origin: left center;
}

.mobile-toggle span:nth-child(3) {
  top: 20px;
  transform-origin: left center;
}

.mobile-open .mobile-toggle span:nth-child(1) {
  transform: rotate(45deg);
  top: 2px;
  left: 4px;
}

.mobile-open .mobile-toggle span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.mobile-open .mobile-toggle span:nth-child(3) {
  transform: rotate(-45deg);
  top: 22px;
  left: 4px;
}

.navigation {
    background: var(--black-navy); 
    box-sizing: border-box;
    padding: 10px 0;
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 8000;
}

.shadow-nav {
    height: 50px;
}

body.no-scroll {
    overflow: hidden;
}

.navigation .container {
    align-items: center;
    display: flex;
    justify-content: space-between;
    overflow: visible;
}

.navigation button.mobile-toggle {
    fill: var(--white);
    margin-right: 20px;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0;
}

.navigation .logo img {
    display: block;
    height: 25px !important;
    width: auto !important;
}

.navigation .navigation-menu-and-buttons {
    background-color: var(--black-navy);
    box-sizing: border-box;
    display: none;
    height: 100%;
    overflow: scroll;
    padding: 20px 40px;
    position: fixed;
    top: 47px;
    left: 0px;
    width: 100%;
}

.navigation.mobile-open .navigation-menu-and-buttons {
    display: block;
}

.navigation .nav-cta {
    display: none;
    margin-left: 10px;
}

.navigation .menu-parent {
    border-bottom: var(--eggshell-white);
    padding: 3rem 0;
}

.navigation .menu-parent:first-child {
    padding-top: 0;
}

.navigation .menu-parent:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.navigation .menu-parent .parent-link {
    color: var(--eggshell-white);
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1px;
    margin: 0 0 1.5rem;
}

.navigation .menu-parent .children {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.navigation .menu-parent .children .child {
    margin-top: 20px;
}

.navigation .menu-parent .children .child:hover {
    text-decoration: none;
}

.navigation .menu-parent .children a {
    color: var(--white);
    font-size: .875rem;
}

.navigation .menu-parent .children .label {
    font-weight: 700;
}

.navigation .menu-parent .children .description {
    font-weight: 400;
    margin: 5px 0 0 0;
}

.navigation.mobile-open .btn-group .button {
    color: var(--white);
}

/*! Utility menu */

.nav-utility { 
  display: flex; 
  align-items: center;
}

/*! Utility menu - search */

.js-search { 
  align-items: center;
  display: flex;
  margin: 0 10px;
}

.js-search-toggle {
  color: white;
  cursor: pointer;
}

.hs-search-field {
  opacity: 0;
  width: 0px;
  transition: all 0.2s ease-out;
  right: 10px;
  overflow: hidden;
}

.js-search.open .hs-search-field {
  opacity: 1;
  width: 200px;
  overflow: visible;
}

.hs-search-field__bar input {
  font-size: 0.8em;
  padding: 5px 10px;
}

/*! Utility menu - login */

.nav-login {
  color: white;
  margin: 0 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.nav-login-text {
  margin-left: 5px;
  font-size: 0.8em;
}

/*! Utility menu - language */

.lang_switcher_class {
  display: block !important; 
}

.globe_class {
    background-image: none !important;
    width: auto !important;
    height: auto !important;
}

.globe_class:before {
  content: "\e894";
  color: var(--white);
  font-family: 'Material Symbols Rounded';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; 
}

.globe_class .lang_list_class li {
    background-color: var(--white) !important;
    border: none !important;
    margin: 0;
}

.globe_class .lang_list_class li:first-child {
    border-radius: 5px 5px 0 0;
}

.globe_class .lang_list_class li:last-child {
    border-radius: 0 0 5px 5px;
}

.globe_class .lang_list_class li a {
    color: var(--black-navy) !important;
    font-size: 12px;
    white-space: nowrap;
}

.globe_class .lang_list_class::before,
.globe_class .lang_list_class::after {
    display: none !important;
}

.navigation #hs_cos_wrapper_language-switcher {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 10px;
}

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

    .navigation .navigation-menu-and-buttons .buttons-mobile {
        display: none;
    }

}

@media screen and (min-width: 1080px) {
    .shadow-nav {
      height: 100px;
    }
    .navigation .nav-cta {
        display: block;
    }
    .navigation {
        padding: 30px 0;
        height: 100px;
    }

    .navigation::before {
      display: none;
    }
  
    body.no-scroll {
      overflow: visible;
    }

    .navigation .mobile-toggle {
        display: none;
    }


    .navigation .navigation-mobile-transition {
        display: none;
    }

    .navigation .logo {
        margin: 0;
    }
  
    .navigation .logo img {
        height: 30px !important;
    }

    .navigation .navigation-menu-and-buttons {
        display: block;
        height: auto;
        margin: 0 auto 0 40px;
        overflow: visible;
        pointer-events: all;
        padding: 0;
        position: static;
        width: auto;
    }

    .navigation .navigation-menu-and-buttons .menu {
        display: flex;
        flex-direction: row;
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent {
        border: 0;
        margin: 0 30px 0 0;
        padding: 0;
        position: relative;
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .parent-link {
        color: var(--white);
        letter-spacing: 0;
        font-weight: 700;
        margin: 0;
        padding: 20px 0;
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .parent-link:hover {
        text-decoration: none;    
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .parent-link i,
    .navigation .navigation-menu-and-buttons .menu .menu-parent .parent-link svg {
        margin-left: 5px;
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children {
        background-color: var(--white);
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        opacity: 0;
        pointer-events: none;
        transform: scale(1.05);
        padding: 10px;
        position: absolute;
        transition-property: opacity, transform;
        transition-duration: .3s;
        transition-timing-function: var(--transition-timing-func);
        top: calc(100% + 18px);
        left: -50%;
        width: 415px;
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent:hover .children {
        opacity: 1;
        pointer-events: all;
        transform: scale(1);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child {
        box-sizing: border-box;
        box-shadow: 0 0 20px rgba(0, 0, 0, .2);
        border-radius: 5px;
        margin: 5px;
        padding: 20px;
        transition-property: box-shadow, transform;
        transition-duration: .3s;
        transition-timing-function: var(--transition-timing-func);
        width: 100%;
    }
  
    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child.orange {
        border-left: 3px solid var(--orange);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child.blue {
        border-left: 3px solid var(--bright-blue);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child.green {
        border-left: 3px solid var(--beeline-green);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child.purple {
        border-left: 3px solid var(--neon-purple);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child.red {
        border-left: 3px solid var(--red);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child.pink {
        border-left: 3px solid var(--hot-pink);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child:hover {
        transform: translateY(-5px);
        box-shadow: 0 0 20px rgba(0, 0, 0, .3);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child span,
    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child p {
        color: var(--black-navy);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child p {
        line-height: 1.5;  
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent[no-hover-desktop] .children {
        display: none;
    }

}

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

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children .child {
        width: calc(50% - 10px);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children {
        transform: scale(1.05) translateX(-40px);
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent:hover .children {
        transform: scale(1) translateX(-40px);
        
    }

    .navigation .navigation-menu-and-buttons .menu .menu-parent .children {
        width: 600px;
    }

}

@media screen and (min-width: 1360px) {
  
    .navigation .navigation-menu-and-buttons .menu .menu-parent .children {
        width: 830px;
    }

}
/*! footer.css */

.footer {
    background-color: var(--eggshell-white);
    box-sizing: border-box;
    padding: 50px 10px 20px;
}

.footer .container {
    overflow: visible;
}

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

.footer-slim {
    background-color: var(--black-navy);
    color: white;
    font-size: 12px;
    padding: 20px 0;
}

.footer-slim ul,
.footer-slim ul li {
    margin: 0;
    padding: 0;
}

.footer-slim ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-slim ul li {
    padding: 5px 15px;
    white-space: nowrap;
}

.footer-slim ul li a {
    color: var(--white);
    font-weight: 400;
}

.footer-slim a:hover {
    color: var(--white);
    text-decoration: underline;
}

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

    .footer {
        padding: 50px 40px 20px;
    }

}

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

    .call-to-action-and-footer .call-to-action {
        position: relative;
        z-index: 1;
    }

    .call-to-action-and-footer .footer {
        position: relative;
    }
  
}

html,
body {
  margin: 0;
  padding: 0;
}

.hs-search-results__description {
  display: none;
}