/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*,
*: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;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

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

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

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

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

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

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

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

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

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

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

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

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

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

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
}

@font-face {
  font-family: "Gilroy-Light";
  src: url("https://8850145.fs1.hubspotusercontent-na1.net/hubfs/8850145/fonts/Gilroy-Thin.ttf")
    format("truetype");
}

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

/* Paragraphs */

/* p {
  font-size: 0.75rem;
  margin: 0 0 1.4rem;
} */

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0.75rem 0 0.75rem;
}

/* Lists */

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

.LinkArrowWrapper a {
  display: flex;
  text-decoration: none;
  margin-left: 20px;
}

.LinkArrowWrapper a:hover {
  text-decoration: underline;
}

.LinkArrowWrapper img {
  width: 35px;
  height: 35px;
  margin-right: 15px;
}

.LinkArrowWrapper p {
  font-family: "Syne-Regular";
  font-size: 20px;
  letter-spacing: 0.02em;
  margin-top: 10px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}
/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 10px;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  display: inline-block;
  font-size: 16px !important;
  padding: 0.7rem;
  width: 100%;
}

form input[type="email"],
form input[type="text"],
.landing-page form input[type="text"],
form input[type="password"]{
  border-radius: 99px !important;
  padding-left: 24px !important;
  margin-right: 16px !important;
}

form .input textarea,
.landing-page form .input textarea {
  border-radius: 24px !important;
}

@media only screen and (max-width: 890px) {
  form input[type="email"] {
    margin-bottom: 24px !important;
  }
}

form input[type="submit"] {
  background-color: #c15050 !important;
  border: 2px solid #c15050 !important;
  color: #fff !important;
}

@media only screen and (max-width: 700px) {
  form input[type="submit"] {
    max-width: 100%;
  }
}

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

/* Inputs - date picker */

.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: 20px;
  margin: 0 0 1rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1.25rem !important;
  font-size: 16px !important;
}

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

/* Validation */

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

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

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

/* Submit button */

form input[type="submit"],
form .hs-button,
.landing-page form input[type="submit"],
.landing-page form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border-radius: 99px !important;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-richtext {
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  line-height: 26px !important;
  color: rgba(9, 54, 79, 0.6) !important;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
.link {
    text-decoration: none;
    display: flex;
    gap: 8px;
    align-items: center;
}

.link:hover {
    text-decoration: underline;
}

/* PRIMARY - DARK */
.link.primary.dark {
    color: var(--action-primary-default);
}

.link.primary.dark:disabled {
    color: var(--action-primary-disabled);
}

/* PRIMARY - LIGHT */
.link.primary.light {
    color: var(--action-secondary-default);
}

.link.primary.light:disabled {
    color: var(--action-secondary-disabled);
}

/* SECONDARY - DARK */
.link.secondary.dark {
    color: var(--action-tertiary-default);
}

.link.secondary.dark svg,
.link.secondary.dark:hover svg {
    color: var(--action-primary-default);
}
.link.secondary.dark svg {
    color: var(--action-primary-default);
}

.link.secondary.dark:disabled {
    color: var(--action-tertiary-disabled);
}

/* SECONDARY - LIGHT */
.link.secondary.light {
    color: var(--action-secondary-hover);
}

.link.secondary.light:disabled {
    color: var(--action-secondary-disabled);
}

/* SIZES */
.link.large {
    font-size: 24px;
    line-height: 32px;
}

.link.medium {
    font-size: 20px;
    line-height: 28px;
}

.link.small {
    font-size: 16px;
    line-height: 24px;
}

.link svg {
    width: 1em;
    height: 1em;
    flex-shrink: 0;
}
:root {
    /* PRIMARY */
    --primary-100: #09364F;
    --primary-90: rgba(9, 54, 79, 0.9);
    --primary-80: rgba(9, 54, 79, 0.8);
    --primary-70: rgba(9, 54, 79, 0.7);
    --primary-60: rgba(9, 54, 79, 0.6);
    --primary-50: rgba(9, 54, 79, 0.5);
    --primary-40: rgba(9, 54, 79, 0.4);
    --primary-30: rgba(9, 54, 79, 0.3);
    --primary-20: rgba(9, 54, 79, 0.2);
    --primary-10: rgba(9, 54, 79, 0.1);
    --primary-5: rgba(9, 54, 79, 0.05);

    /* NEUTRAL DARK */
    --neutral-dark-100: #09101D;
    --neutral-dark-90: rgba(9, 16, 29, 0.9);
    --neutral-dark-80: rgba(9, 16, 29, 0.8);
    --neutral-dark-70: rgba(9, 16, 29, 0.7);
    --neutral-dark-60: rgba(9, 16, 29, 0.6);
    --neutral-dark-50: rgba(9, 16, 29, 0.5);
    --neutral-dark-40: rgba(9, 16, 29, 0.4);
    --neutral-dark-30: rgba(9, 16, 29, 0.3);
    --neutral-dark-20: rgba(9, 16, 29, 0.2);
    --neutral-dark-10: rgba(9, 16, 29, 0.1);
    --neutral-dark-5: rgba(9, 16, 29, 0.05);

    /* NEUTRAL LIGHT */
    --neutral-light-100: #FFFFFF;

    /* ACTION PRIMARY */
    --action-primary-default: #C15050;
    --action-primary-hover: #732424;
    --action-primary-active: #8C2C2C;
    --action-primary-visited: #FA9583;
    --action-primary-disabled: rgba(193, 80, 80, 0.6);
    
    /* ACTION SECONDARY */
    --action-secondary-default: #F8F9F1;
    --action-secondary-hover: #FA9583;
    --action-secondary-active: #FFFFFF;
    --action-secondary-visited: #FA9583;
    --action-secondary-disabled: rgba(248, 249, 241, 0.6);

    /* ACTION TERTIARY */
    --action-tertiary-default: #09364F;
    --action-tertiary-hover: #09364F;
    --action-tertiary-active: #09364F;
    --action-tertiary-visited: #97BBCF;
    --action-tertiary-disabled: rgba(9, 54, 79, 0.6);

    /* ACCENT */
    --accent-1: #C15050;
    --accent-2: #FA9583;
    --accent-3: #09364F;
    --accent-4: #97BBCF;
    --accent-5: #F3F5E5;
    --accent-6: #082D42;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header {
  font-family: "Syne-Regular", sans-serif;
  background-color: #f8f9f1;
  padding: 20px 50px;
  position: relative;
}

.header .globe_class {
  background-image: url("https://8850145.fs1.hubspotusercontent-na1.net/hubfs/8850145/globe-icon-blue.png") !important;
  width: 30px !important;
  height: 30px !important;
  margin-left: 15px;
  margin-right: 15px;
}

.pg_search_button {
  margin-right: 15px;
}

.header__loup-svg,
.header__hamburger-menu-svg,
.header__logo-svg {
  color: #09364f;
  display: flex;
  align-items: center;
}

.header__logo-svg-mobile {
  color: #09364f;
  display: flex;
  align-items: center;
}

.header-blue {
  background-color: #09364f;
}

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

.header__right {
  display: flex;
  align-items: center;
  flex: 2;
  justify-content: flex-end;
}

.header .header__contact-btn {
  font-family: "Syne-Regular", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: white;
  background-color: var(--action-primary-default);
  padding: 11px 32px;
  margin-right: 20px;
  margin-left: 10px;
  border-radius: 99px;
  border: 0;
}

.header .header__contact-btn:hover {
  background-color: var(--action-primary-hover);
}

.header .header__contact-btn:disabled {
  background-color: var(--action-primary-disabled);
  cursor: default;
}

.header_main_menu-wrapper {
  display: flex;
  align-items: center;
  gap: 48px;
}

.main-menu-list {
  font-family: "Syne-Regular", sans-serif;
  display: flex;
  align-items: center;
  padding-inline-start: unset;
}

.main-menu-list__item {
  width: max-content;
}

.main-menu-list__item-link-icon {
  width: 12px;
  height: 12px;
}

.secondary-menu-list {
  position: absolute;
  top: 88px;
  left: 0;
  background-color: #062231;
  width: 100%;
  padding: 50px 50px 96px;
}

.solution-page .secondary-menu-list,
.solution-overview-page .secondary-menu-list,
.about-page .secondary-menu-list,
.events-blog-post-template .secondary-menu-list,
.events-blog-listing .secondary-menu-list,
.blog-index-page .secondary-menu-list {
  background-color: #f8f9f1;
}

.third-menu-list {
  transition: opacity 0.5s;
}

.third-menu-list__item {
  font-size: 20px;
  margin-bottom: 8px;
}

.third-menu-list__item:last-child {
  margin-bottom: 0;
}

li.third-menu-list__item:first-child a.third-menu-list__item-link {
  color: #C15050 !important;
}

.main-menu-list__item-link-arrow {
  width: 20px;
  height: 16px;
  color: #C15050;
}

.secondary-menu-list ul,
.third-menu-list ul {
  padding-inline-start: unset;
}

.main-menu-list li,
.secondary-menu-list li,
.third-menu-list li {
  list-style: none;
}

.secondary-menu-list__wrapper {
  display: flex;
  gap: 24px;
}

.secondary-menu-list__item,
.third-menu-list__item {
  line-height: 28px;
}

.events-blog-post-template .secondary-menu-list__item-link,
.events-blog-listing .secondary-menu-list__item-link,
.blog-index-page .secondary-menu-list__item-link {
  color: #09364f !important;
}

.secondary-menu-list__item-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-top: 16px;
}

.secondary-menu-list__divider {
  border-bottom: 1px solid #425B76;
  margin: 16px 0;
}

.secondary-menu-list__heading {
  font-size: 48px;
  margin: 0 0 61px;
  color: #C15050;
}

.main-menu-list {
  font-size: 20px;
  margin-bottom: 0;
}

.main-menu-list__item-link {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: transparent;
  border: none;
  border-radius: unset;
  width: fit-content;
  padding: 6px 12px;
  font-size: 20px;
}

button.main-menu-list__item-link {
  font-family: 'Syne-Regular', sans-serif;
}

button.main-menu-list__item-link:active,
button.main-menu-list__item-link:focus {
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
}

button.main-menu-list__item-link:hover,
.main-menu-list__item-link:hover {
  text-decoration: underline;
  background-color: unset;
  border-color: unset;
}

button.main-menu-list__item-link:hover.active,
button.main-menu-list__item-link:active.active,
button.main-menu-list__item-link:focus.active {
  background-color: #195170;
  border-color: #195170;
  border-radius: 4px;
}

.solution-page button.main-menu-list__item-link:hover.active,
.solution-page button.main-menu-list__item-link:active.active,
.about-page button.main-menu-list__item-link:hover.active,
.about-page button.main-menu-list__item-link:active.active,
.events-blog-post-template button.main-menu-list__item-link:hover.active,
.events-blog-post-template button.main-menu-list__item-link:active.active,
.events-blog-listing button.main-menu-list__item-link:hover.active,
.events-blog-listing button.main-menu-list__item-link:active.active,
.blog-index-page button.main-menu-list__item-link:hover.active,
.blog-index-page button.main-menu-list__item-link:active.active,
.solution-overview-page button.main-menu-list__item-link:active.active,
.solution-overview-page button.main-menu-list__item-link:focus.active {
  background-color: #F0F1E7;
  border-color: #F0F1E7;
  border-radius: 4px;
}

.solution-page header .header_main_menu button,
.solution-page header .header_main_menu a,
.about-page header .header_main_menu button,
.about-page header .header_main_menu a,
.events-blog-post-template header .header_main_menu button,
.events-blog-post-template header .header_main_menu a,
.events-blog-listing header .header_main_menu button,
.events-blog-listing header .header_main_menu a,
.blog-index-page header .header_main_menu button,
.blog-index-page header .header_main_menu a,
.solution-overview-page header .header_main_menu button,
.solution-overview-page .header_main_menu a {
  color: #09364F;
}

.secondary-menu-list,
.mobile-secondary-menu-list {
  display: none;
  z-index: 10;
}

.mobile-secondary-menu-list__heading {
  display: none;
}

button.mobile-menu-list__item-link {
  font-family: "Syne-Regular", sans-serif;
  background-color: #F8F9F1;
  border-color: #F8F9F1;
  font-size: 20px;
  line-height: 28px;
  color: #09364f;
  padding: 0;
  border: none !important;
}

button.mobile-menu-list__item-link:active {
  background-color: unset;
  border-color: unset;
  color: #09364f;
}

.mobile-secondary-menu-list__item-link {
  font-size: 16px;
  line-height: 28px;
  color: #09364f;
}

.mobile-third-menu-list__item-link {
  font-size: 20px;
}

.third-menu-list__item-link {
  line-height: 28px;
}

.header__flyoutMenu-mainNav li {
  margin: 0 0 8px;
}

.mobile-secondary-menu-list__divider {
  border-bottom: 1px solid #425B76;
  color: #425B76;
}

.header_main_menu {
  flex: 6;
  justify-content: flex-end;
  display: flex;
}

.header_main_menu .hs-menu-wrapper ul li a {
  color: var(--action-tertiary-default);
  text-decoration: none;
  padding: 0 10px;
  font-size: 20px;
}

.header_main_menu .hs-menu-wrapper ul li a:hover {
  color: var(--action-tertiary-default);
  text-decoration: underline;
}

.header_main_menu .hs-menu-wrapper ul li.active a {
  color: var(--action-primary-active);
}

.header_main_menu .hs-menu-wrapper ul li.active a:hover {
  color: var(--action-primary-active);
  text-decoration: none;
}

.header_logo {
  flex: 2;
}

.header_logo img {
  width: 110px;
  object-fit: cover;
  margin-top: 10px;
}

/*FLYOUT MENU */

.header__burgerMenu-wrapper {
  display: none;
}

.header__flyoutMenuClose div p,
.header__flyoutMenuClose span {
  color: #ffffff;
}

.header__flyoutMenu {
  background-color: #f8f9f1;
  padding: 20px 25px;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 1000;
  top: 0;
  overflow: hidden;
}

.header__flyoutMenu.active {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
}

.header__flyoutMenu-logo-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
}

.header__flyoutMenuClose {
  color: #09364F;
}

.header__flyoutMenuClose img {
  height: 25px;
  width: 25px;
  margin-right: 20px;
}

.header__flyoutMenuClose p {
  font-size: 18px;
  color: #09364f;
  color: #ffffff;
  margin-top: 0;
}

.header__flyoutMenu-mainNav ul {
  list-style: none;
  padding-left: 0;
}

.header__flyoutMenu-mainNav a,
.header__flyoutMenu-SoMeNav a {
  color: #09364F;
  font-family: "Syne-Regular", sans-serif;
  text-decoration: none;
}

.header__flyoutMenu-SoMeNav ul {
  display: flex;
  justify-content: space-around;
  list-style: none;
  font-size: 18px;
  margin: 100px 25px 0 25px;
}

.header__flyoutMenu-SoMeNav {
  padding-bottom: 20px;
}

/* Contact flyout */

.header__flyoutContact-wrapper {
  background-color: #f8f9f1;
  background-color: #09364f;
  height: 100vh;
  width: 740px;
  position: absolute;
  top: 0;
  right: 0;
  overflow-x: scroll;
  display: none;
  z-index: 1000;
}

.header__flyoutContact-wrapper.active {
  display: block;
}

.header__flyoutContact-btnMenu-wrapper {
  margin: 0 0 50px 0;
  padding: 30px 0 0 0;
  display: flex;
  justify-content: flex-end;
}

.header__flyoutContact-btnMenu-wrapper button {
  border: 2px solid #c15050;
  border-radius: 25px;
  background-color: transparent;
  color: #ffffff;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  padding: 5px 25px 5px 25px;
  cursor: pointer;
}

.header__flyoutContact-btnMenu-wrapper img {
  padding: 5px 0 0 0;
  margin: 0 60px 0 40px;
}

.flyoutContact__burgerMenu {
  visibility: hidden;
}

.header__flyoutContact-contactUs-wrapper {
  margin: 0 0 50px 50px;
}

.header__flyoutContact-wrapper a {
  color: #ffffff;
}

.header__flyoutContact-contactUs-wrapper button {
  border: 2px solid #c15050;
  border-radius: 25px;
  background-color: transparent;
  color: #ffffff;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  padding: 5px 25px 5px 25px;
  cursor: pointer;
}

.header__flyoutContact-offices-wrapper,
.header__flyoutContact-management-wrapper {
  margin: 0 0 50px 50px;
}

.header__flyoutContact-input-wrapper p {
  font-family: "Open Sans", sans-serif;
}

.header__flyoutContact-input-wrapper input {
  height: 50px;
  width: 70%;
  padding: 0 0 0 25px;
}

.header__flyoutContact-offices-wrapper,
.header__flyoutContact-management-wrapper {
  width: 70%;
}

.header__flyoutContact-offices-wrapper div,
.header__flyoutContact-management-wrapper div {
  color: #ffffff !important;
}

.offices__flyoutmenu {
  font-family: "Syne-Regular", sans-serif;
  color: #ffffff;
  font-size: 32px;
  position: relative;
  padding: 25px 0 25px 0;
  border-top: 1px solid #ffffff;
  cursor: pointer;
}

.offices__expander img {
  position: absolute;
  right: 0;
  top: 45px;
}

.offices__expander_minus {
  transform: rotate(90deg);
  transition-duration: 0.2s;
}

.offices__expander_minus.hideExpander,
.offices__expander_minus.hideExpander {
  transform: rotate(180deg);
}

.offices__text {
  font-size: 0.75rem;
  line-height: 26px;
  border-top: 1px solid rgba(9, 54, 79, 0.5);
  margin: 25px 0 -25px 0;
  display: none;
  transition-duration: 0.2s;
}

.offices__text p {
  margin-top: 20px;
  color: #ffffff;
}

.offices__text a {
  color: #ffffff;
  text-decoration: none;
}

.offices__text.infoOpen {
  display: block;
  color: #ffffff !important;
  transition-duration: 0.2s;
}

/*FLYOUT MENU */

/* Header container */

.header__container {
  display: flex;
  align-items: center;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: row;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  border: none;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

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

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

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
  margin-top: 10px;
}

.language-switcher .lang_list_class {
  margin-top: 10px;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

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

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

@media only screen and (min-width: 1880px) {
  .secondary-menu-list__wrapper {
    display: flex;
    gap: 84px;
  }
}

@media only screen and (max-width: 1200px) {
  .header__burgerMenu-wrapper {
    display: block;
  }

  .header__flyoutMenuClose {
    cursor: pointer;
  }

  .header__contact-btn {
    display: none;
  }

  .header_main_menu {
    display: none;
  }

  .header__flyoutMenu-mainNav a:hover {
    text-decoration: none;
  }

  button.mobile-menu-list__item-link:active,
  button.mobile-menu-list__item-link:focus {
    background-color: transparent;
    border: none;
  }

  button.mobile-menu-list__item-link:hover,
  button.mobile-menu-list__item-link:focus,
  button.mobile-menu-list__item-link:active {
    background-color: unset;
    border-color: unset;
    color: #09364F;
    border: none;
  }

  a.mobile-menu-list__item-link:hover,
  .mobile-menu-list__item-link a:focus,
  .mobile-menu-list__item-link a:active,
  .mobile-menu-list__item-link:hover.active,
  .mobile-menu-list__item-link:focus.active,
  .mobile-menu-list__item-link:active.active {
    text-decoration: none;
  }

  li.mobile-menu-list__item {
    padding: 6px 0;
  }

  .mobile-menu-list__item {
    width: max-content;
  }

  .mobile-secondary-menu-list__item-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .mobile-third-menu-list,
  .mobile-secondary-menu-list {
    margin: 32px 0;
  }

  .mobile-menu-list__item-link-arrow {
    color: #C15050;
    width: 20px;
    height: 16px;
  }

  .mobile-menu-list__item-link {
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .header {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 600px) {
  .header__contact-btn {
    display: none;
  }

  .pg_search_button {
    margin-right: 15px;
  }

  .header__burgerMenu-wrapper {
    margin: 0;
    margin-left: 10px;
  }

  .header__flyoutMenu {
    padding: 20px 25px;
    height: auto;
  }

  .header__flyoutMenuClose p {
    display: none;
  }

  .header__flyoutMenuClose img {
    position: absolute;
    bottom: 25px;
    right: 25px;
  }

  .header__flyoutMenu-mainNav li {
    line-height: 28px;
  }

  .header__flyoutMenu-SoMeNav {
    display: none;
  }

  .header__languageSwitch {
    padding: 0 20px 0 0;
  }
}

@media only screen and (max-width: 400px) {
  .header__logo-wrapper {
    width: 110px;
    margin: 0 0 100px 10px;
    padding-top: 10px;
  }

  .header__contact-menu-wrapper {
    padding: 10px 0 0 0;
    justify-content: flex-end;
  }

  .header__burgerMenu-wrapper img {
    width: 22px;
    padding-top: 0;
  }

  .header__languageSwitch {
    margin-top: -7px;
  }

  .header__magnifyingGlass-wrapper img {
    padding: 0;
    height: 22px;
    width: 22px;
  }
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
footer {
    background-color: #f8f9f1;
}

.footer {
  font-family: "Syne-Regular", sans-serif;
  background-color: #f8f9f1;
}

.footer__register {
  background-color: #f3f5e5;
  color: #09364f;
  padding: 45px 0 45px 0;
  width: 100%;
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
}

.footer__register-info {
  font-size: 30px;
  display: flex;
  align-items: center;
  margin-left: 100px;
}

.footer__register__subscribeForm {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.footer__register__subscribeForm form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.footer__register__subscribeForm .hs_cos_wrapper_type_form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__register__subscribeForm .form-title {
  font-family: "Open Sans";
  color: var(--neutral-dark-70);
  font-size: 16px;
  line-height: 20px;
  margin: 0;
}

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

.footer__register__subscribeForm .hs-input {
  height: 55px;
  border: none;
  width: 524px;
  padding-left: 10px;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  color: #09364f;
}

.footer__register__subscribeForm .hs-input:focus {
  outline: none;
  border: 2px solid #c15050;
  border-radius: 5px;
}

.footer__register__subscribeForm .hs-button {
  border: 2px solid #c15050;
  background-color: transparent;
  color: #09364f;
  font-family: "Syne-Regular", sans-serif;
  font-size: 22px;
  height: 57px;
  width: 138px;
  margin-left: 0;
  padding: 1px 6px;
  cursor: pointer;
  border-radius: 40px;
}

.footer__register__subscribeForm .hs-button:disabled {
  background-color: var(--action-primary-disabled);
  cursor: default;
}

.footer__register__subscribeForm .hs-email label {
  display: none;
}

.footer__register__subscribeForm form .inputs-list {
  list-style-type: none;
  padding-inline-start: 0px;
}

.hs-dependent-field a {
  color: #425b76;
}

.footer__register__subscribeForm .hs-email ul {
  display: none;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  margin-left: 0;
  width: 20px;
  height: 20px;
}

.legal-consent-container .hs-richtext p {
  font-size: 16px;
  margin-top: 10px;
}

.footer__register__subscribeForm .submitted-message {
  margin-right: 100px;
}

.hs-form-booleancheckbox-display {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.hs-dependent-field .inputs-list {
  margin-bottom: 0;
}

.hs-dependent-field a {
  color: #425b76;
}

.footer__image-gototop-container {
  display: flex;
  justify-content: space-between;
}

.footer__image-wrapper {
  width: 110px;
  margin: 75px 0 50px 50px;
}

.footer__image-wrapper img {
  width: 100%;
}

.footer__gototop-wrapper {
  margin: 75px 50px 0 0;
  padding: 5px 0 0 0;
  font-size: 20px;
}

.footer__module-nav-contactInfo-wrapper {
  display: grid;
  grid-template-columns: 50% 23%;
  justify-content: space-between;
  margin-bottom: 64px;
}

.footer__module-contactInfo {
  margin-top: 20px;
}

.footer__module-contactInfo p {
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.footer__module-contactInfo p a,
.footer__module-contactInfo p a:hover,
.footer__module-contactInfo p a:visited {
  color: var(--action-tertiary-default);
}

.footer__module-nav ul {
  font-size: 32px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-left: 0;
}

.footer__module-nav .hs-menu-wrapper ul {
  display: grid;
}

.footer__module-nav li {
  padding: 0 0 50px 50px;
}

.footer__module-nav a,
.footer__SoMe-privacy-wrapper a {
  color: var(--action-tertiary-default);
  text-decoration: none;
}

.footer__module-nav a:hover,
.footer__module-nav a:visited,
.footer__SoMe-privacy-wrapper a:hover,
.footer__SoMe-privacy-wrapper a:visited {
  color: var(--action-tertiary-default);
  text-decoration: underline;
}

/* SoMe */
/* Privacy policy, cookies */

.footer__SoMe-privacy-wrapper {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 0 0 50px 50px;
}

.footer__SoMe-links ul,
.footer__privacy-links ul {
  list-style: none;
  display: flex;
  padding-left: 0;
}

.hs-form-private {
  flex-wrap: wrap;
}

.footer__register .legal-consent-container {
  width: 100%;
  margin: 10px 20px 10px 0;
}

.footer__SoMe-links li,
.footer__privacy-links li {
  margin-right: 50px;
}

@media only screen and (max-width: 1500px) {
  .footer__register__subscribeForm .hs-input {
    width: 424px;
  }
}

@media only screen and (max-width: 1250px) {
  .footer__register {
    padding: 30px 0 30px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }

  .footer__register__subscribeForm .hs-input {
    width: 524px;
    margin-left: 100px;
    border: none;
  }

  .footer__register-info {
    font-size: 30px;
    display: flex;
    align-items: center;
    margin-left: 100px;
    margin-bottom: 24px;
    flex: 0;
  }

  .footer__register__subscribeForm .submitted-message {
    margin-right: 0px;
    padding-left: 100px;
  }

  .footer__register__subscribeForm .hs-button {
    margin-left: 100px;
  }

  .landing-page .legal-consent-container {
    margin: 20px 25px 20px 0;
  }

  .footer__register .legal-consent-container {
    margin: 20px 25px 20px 100px;
  }
}

@media only screen and (max-width: 1350px) {
  .footer__module-nav-contactInfo-wrapper {
    grid-template-columns: 50%;
  }

  .footer__module-contactInfo div span {
    margin-left: 50px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    /* grid-column-gap: 50px; */
    min-width: 60vw;
  }

  .footer__module-contactInfo p {
    margin: 0;
  }
}

@media only screen and (max-width: 950px) {
  .footer__image-wrapper {
    display: none;
  }

  .footer__register__subscribeForm .submitted-message {
    margin-right: 0px;
    padding-left: 25px;
  }

  .footer__gototop-wrapper {
    margin-left: 25px;
    margin-bottom: 50px;
  }

  .footer__module-nav ul {
    font-size: 26px;
  }

  .footer__module-nav li {
    padding-left: 25px;
  }

  .footer__module-contactInfo {
    margin-top: 20px;
  }

  .footer__gototop-wrapper {
    margin-left: 25px;
    margin-bottom: 50px;
  }

  .footer__module-nav ul {
    font-size: 26px;
  }

  .footer__module-nav li {
    padding-left: 25px;
  }

  .footer__module-nav-contactInfo-wrapper {
    margin: 64px 0;
  }

  .footer__register__subscribeForm .hs-input {
    margin-left: 100px;
  }

  .footer__module-contactInfo div span {
    grid-template-columns: 1fr;
    margin-bottom: 0px;
    margin-left: 0px;
  }

  .footer__module-contactInfo p {
    font-size: 1rem;
    margin-left: 25px;
    min-width: 80vw;
  }

  .footer__SoMe-privacy-wrapper {
    display: block;
    padding: 0 0 50px 25px;
  }

  .footer__SoMe-links ul {
    padding-bottom: 50px;
  }

  .footer__register-info {
    margin-left: 100px;
  }

  .footer__register {
    padding: 45px 0 45px 0;
  }

  .footer__register__subscribeForm .hs-button {
    margin-left: 100px;
  }

  .landing-page .legal-consent-container {
    margin: 20px 25px 20px 0;
  }

  .footer__register .legal-consent-container {
    margin: 20px 25px 20px 100px;
  }
}

@media only screen and (max-width: 700px) {
  .footer__gototop-wrapper {
    margin: 50px 0 0 25px;
  }

  .footer__module-nav li {
    padding: 0 25px 25px 25px;
  }

  .footer__register__subscribeForm {
    width: 100%;
  }

  .footer__register__subscribeForm .hs-input {
    margin-left: 100px;
    width: 346px;
  }

  .footer__register__subscribeForm .hs-button {
    margin-left: 100px;
  }

  .footer__register {
    flex-direction: column;
    padding: 40px 24px;
  }

  .footer__register-info {
    font-size: 30px;
    line-height: 30px;
  }

  .legal-consent-container .hs-richtext {
    word-wrap: break-word;
  }
  
  .footer__register__subscribeForm form {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 650px) {
  .footer__module-contactInfo {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .legal-consent-container .hs-richtext {
    word-wrap: break-word;
  }

  .footer__register__subscribeForm .hs-input {
    margin-left: 0;
  }

  .footer__register__subscribeForm .hs-button {
    margin-left: 0;
  }

  .footer__register__subscribeForm {
    margin-left: 25px;
  }

  .legal-consent-container {
    margin-left: 0 !important;
  }

  .footer__register-info {
    margin-left: 25px;
  }
}

@media only screen and (max-width: 550px) {
  .footer__module-contactInfo {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .footer__register__subscribeForm .hs-button {
    width: 138px;
    margin-left: 0px;
    font-family: "Syne-Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    align-items: center;
    color: #09364f;
    height: 45px;
    padding: 1px 6px;
  }

  .footer__register__subscribeForm .hs-input {
    margin-left: 0;
  }

  .footer__register__subscribeForm form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 20px;
  }

  .legal-consent-container .hs-richtext {
    word-wrap: break-word;
  }

  .footer__register-info {
    margin-left: 45px;
  }

  .legal-consent-container {
    margin: 20px 25px 20px 0;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .footer__module-contactInfo p {
    font-size: 16px;
  }

  .footer__module-nav li {
    font-size: 24px;
  }

  .footer__SoMe-privacy-wrapper {
    font-size: 14px;
  }

  .footer__register-info {
    margin-left: 20px;
  }

  .footer__register__subscribeForm .hs-input {
    width: 280px;
    font-size: 16px;
  }

  .footer__register__subscribeForm .hs-button {
    padding: 1px 6px;
  }

  .footer__register__subscribeForm {
    margin-left: 0;
  }

  .legal-consent-container .hs-richtext {
    word-wrap: break-word;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
    .hs-item-has-children:hover
    > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

.breadcrumbs__breadcrumbs-list,
.breadcrumbs__secondary-list,
.breadcrumbs__mobile-list {
  list-style: none;
}

.breadcrumbs__breadcrumbs-list,
.breadcrumbs__mobile-list {
    display: flex;
    margin: 0;
    padding: 0;
}

.breadcrumbs__breadcrumbs-list a {
  color: #09364F;
}

.breadcrumbs__item:hover .breadcrumbs__secondary-list {
  display: block;
}

.breadcrumbs__item:hover .breadcrumbs__chevron-icon {
  transform: rotate(180deg);
  transition: all 0.5s ease-in-out;
}

.breadcrumbs__secondary-list {
  display: none;
  position: absolute;
  padding: 20px 24px;
  box-shadow: 0 2px 8px 0 rgba(66, 91, 118, 0.20);
  background-color: #F8F9F1;
  margin-left: 24px;
}

.breadcrumbs__item-link {
  color: #09364F;
}

.breadcrumbs__item-link:hover {
  color: #09364F;
}

.breadcrumbs__arrow-icon {
  color: #C15050;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.breadcrumbs__chevron-icon {
  color: #09364F;
  width: 12px;
  height: 12px;
  margin-left: 8px;
}

.breadcrumbs__secondary-item:not(:last-child) {
  margin-bottom: 8px;
}

.breadcrumbs__item,
.breadcrumbs__mobile-item {
  font-family: "Syne-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #09364F;
  text-decoration: none;
}

.breadcrumbs__item-link {
    display: flex;
    align-items: center;

}

.breadcrumbs__breadcrumbs-slash {
  color: #09364F;
  margin: 0 8px;
}

.breadcrumbs__mobile-list {
    display: none;

}

@media (max-width: 767px) {
  .breadcrumbs__breadcrumbs-list {
    display: none;
  }

  .breadcrumbs__mobile-list {
    display: block;
  }
}

/* Fonts */

/* Syne Regular  */

@font-face {
  font-family: "Syne-Regular";
  src: url("https://8850145.fs1.hubspotusercontent-na1.net/hubfs/8850145/fonts/Syne-Regular.ttf")
    format("truetype");
}