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

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

/**
 * 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;
}
:root {
  /* Layout */
  --max-content-width: 1170px;
  --max-header-height: 640px;
  --header-height: 132px;
  --header-opacity: 0.9;
  --header-backdrop-blur: 32px;
  --gap: 20px;

  /* Font families */
  --font-family-header: "supermassive", sans-serif;
  --font-family-body: "inter", sans-serif;

  /* Fonts */
  --paragraph-font-size: 16px;

  /* Primary colors */
  --primary-orange-color: #FEB63C;
  --primary-blue-color: #0F64BE;
  --primary-purple-color: #A153D9;
  --primary-green-color: #154748;

  /* Secondary colors */
  --secondary-blue-dark-color: #3241BE;
  --secondary-blue-light-color: #78A0FA;
  --secondary-purple-dark-color: #643CA0;
  --secondary-purple-light-color: #AA8CFF;
  --secondary-green-dark-color: #154748;
  --secondary-green-light-color: #82EBBE;
  --secondary-orange-dark-color: #C83200;
  --secondary-orange-light-color: #FA8C40;

  /* Other colors */
  --white-color: #fff;
  --black-color: #22232A;
  --grey-backgrounds: #F2F2F2;
  --grey-lines: #DBDBDB;
  --grey-disabled: rgba(34, 35, 42, 0.24);
  --grey-disabled-buttons: #F7F8FA;
  --turqoise-color: #79C8CB;

  /* Typography colors */
  --heading-color: #154748;
  --heading-color-inverted: #FFF;
  --text-grey: #656F85;
  --body-text-grey: rgba(34, 35, 42, 0.8);
  
  /* Spacing */
  --space-xs: 8px;
  --space-s: 16px;
  --space-m: 32px;
  --space-l: 64px;
  --space-xl: 128px;

  --space-default: 24px;
  
  /* Borders */
  --main-border-radius: 16px;
  --buttons-border-radius: 8px;
  --input-border-radius: 8px;
  
  /* Shadows */
  --card-default-shadow: 0px 4px 32px 0px rgba(25, 35, 41, 0.20);;
  --card-hover-shadow: 0px 16px 64px 0px #00000029;
  --card-active-shadow: 0px 16px 64px 0px #00000052;
  --modal-shadow: 0px 16px 64px 0px #00000029;
  --text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.08);
  
  /* Buttons */
  --button-skew: 12deg;
}

@media (max-width: 1024px) {
  :root {
    --gap: 16px;
  }
}



/* CSS variables */

:root {
  --column-gap: 24px;
  --column-width-multiplier: 8.333;
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


.row-fluid .span1,
.row-fluid .span2,
.row-fluid .span3,
.row-fluid .span4,
.row-fluid .span5,
.row-fluid .span6,
.row-fluid .span7,
.row-fluid .span8,
.row-fluid .span9,
.row-fluid .span10,
.row-fluid .span11,
.row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 1025px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
  .row-fluid .span1 {
    width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span2 {
    width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span3 {
    width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span4 {
    width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span5 {
    width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span7 {
    width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span8 {
    width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span9 {
    width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span10 {
    width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
  }
  
  .row-fluid .span11 {
    width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
  }
  
}
.content-wrapper {
  margin: 0 auto;
}

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

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

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

html {
  font-size: var(--paragraph-font-size);
  font-family: var(--font-family-body);
}

/* Body */
p {
  font-size: 1rem;
  color: var(--black-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 200%;
}

a, a:visited, a:active, a:hover {
  color: inherit;
  text-decoration: none;
  color: var(--black-color);
  font-weight: 500;
  line-height: 150%;
}

a:hover {
/*   opacity: 0.75; */
}


h1, h2, h3 {
  font-family: var(--font-family-header);
  color: var(--heading-color);
  text-transform: uppercase;
  margin: 0;
}

/* Headers */
h1, .h1 {
  font-weight: 800;
  font-size: 4.5rem;
  line-height: 77.778%;
}

h2, .h2 {
  font-weight: 700;
  font-size: 3rem;
  line-height: 83.333%;
}

h3, .h3 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 106.667%;
}


/* Others */
p.lead,
div.lead {
  font-size: 1.25rem;
  color: var(--black-color);
  font-family: var(--font-family-body);
  font-weight: 400;
  line-height: 200%;
}

p.no-padding {
  padding-right: 0 !important; /* prevent from right padding on left column */
}

.quote {
  font-family: var(--font-family-body);
  font-weight: 300;
  font-size: 1.5rem;
  font-style: italic;
  line-height: 166.667%;
  color: var(--black-color);
  margin: 0;
}

.stat {
  font-family: var(--font-family-header);
  font-weight: 400;
  font-size: 2rem;
  line-height: 3rem;
  color: var(--black-color);
}

label, .label {
  font-family: var(--font-family-body);
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 142.857%;
}

.form-description {
  color: var(--Text-Description, var(--colours-greys-grey-3-unprominent, #656F85));
  font-family: var(--font-family-body);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 128.571%;
  margin: 0;
}

.button-link {
  font-family: var(--font-family-body);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25rem;
  text-decoration: none;
}


@media(max-width: 1024px) {
  h1, .h1 {
    font-size: 2.5rem !important;
    line-height: 80% !important;
  }

  h2, .h2 {
    font-size: 2rem !important;
    line-height: 87.5% !important;
  }

  h3, .h3 {
    font-size: 1.375rem !important;
    line-height: 136.364% !important;
  }

  .quote {
    font-size: 1rem;
    line-height: 200%;
  }
}
/* Fields */

.hs-form-field {
  margin-bottom: var(--space-s);
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: var(--space-xs);
}

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
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: 1rem;
  padding: 12px 16px !important;
  width: 100%;
  border-radius: var(--input-border-radius);
  border: 1px solid var(--black-color);
  background: transparent;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.08) inset, 0px 2px 2px 0px rgba(0, 0, 0, 0.04) inset;
  text-overflow: ellipsis;
  font-weight: 400;
  line-height: 150%;
}

form select {
  -moz-appearance:none;
  -webkit-appearance:none;
  appearance:none;
  position: relative;
}
div.input:has(select) {
  position: relative;
}

div.input:has(select):after {
  content: url(https://145617634.fs1.hubspotusercontent-eu1.net/hubfs/145617634/Dropdown.svg);
  display: block;
  position: absolute;
  top: 14px;
  right: var(--space-s);
}

form textarea {
  resize: vertical;
}

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;
  font-size: 1rem;
}

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

/* 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: 0.875rem;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

.body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
  padding: 10px;
}

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

button {
  border-width: 0;
  background-color: transparent;
}

.button-wrapper {
  transform: skew(calc(-1 * var(--button-skew)), 0deg);
  border: none;
  border-radius: var(--buttons-border-radius);
  background-color: var(--primary-orange-color);
  overflow: hidden;
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin-left: 6px;
  margin-right: 6px;
  flex-shrink: 0;
  text-align: center;
}

.button-wrapper.clean {
  background-color: transparent;
  border: 1px solid var(--black-color);
}

.button-wrapper.clean.inverted {
  border: 1px solid var(--white-color);

  a {
    color: var(--white-color);
  }
}

button,
.button,
.hs-button,
.interactive-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  white-space: normal;
}

.button, .hs-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: calc(var(--space-xs) * 1.5) calc(var(--space-xs) * 3);
  font-family: var(--font-family-body);
  font-size: 1rem;
  font-weight: 500;
  line-height: 150%;
  color: var(--black-color);
  text-decoration: none !important;
  transform: skew(var(--button-skew), 0);
}

.button.button-clean {
  background-color: transparent;
  padding: 0;
  width: auto;
  height: auto;
}

.button.button-link {
  transform: none;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: var(--space-xs);
}


/* Button with icon */

.button.button-with-icon {
  position: relative;
  width: auto;
}

.button.button-with-icon .icon {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 1rem;
}

.button.button-with-icon.icon-left {
  padding-left: 48px;
}

.button.button-with-icon.icon-left .icon {
  left: 6px;
}

.button.button-with-icon.icon-right {
  padding-right: 48px;
}

.button.button-with-icon.icon-right .icon {
  right: 6px;
}

.button.button-with-icon.icon-right.button-link {
  padding-right: 36px;
}

.button.button-with-icon.icon-right.button-link .icon {
  right: 8px;
  width: auto;
}


/* Button only icon */

.button-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  color: var(--white-color);
  font-size: 1rem;
  line-height: 0;
}


/* Button states */

.button-wrapper:not(.disabled):hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.08) 100%), #FEB63C;
}

.button-wrapper.disabled {
  border-color: var(--grey-disabled-buttons);
}

.button-wrapper.clean:hover, .button.button-clean:hover, .button-icon.button-clean:hover, .button-with-icon.button-clean:hover {
  background-color: transparent;
}

button.disabled,
button:disabled,
.button.disabled,
.button:disabled,
.hs-button:disabled {
  background-color: var(--grey-lines);
  border-color: var(--grey-lines);
  color: var(--black-color);
  pointer-events: none;
}

.button.disabled:hover, .button-icon.disabled:hover, .button-with-icon.disabled:hover {
  background-color: var(--grey-lines);
  color: var(--black-color);
}
/* ------------------- */
/*    Wrapper & Icon   */
/* ------------------- */

.brand-icon-background-wrapper {
  overflow: hidden;
}

.brand-icon-background {
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0.1;
  position: absolute;
  width: 600px;
  height: 600px;
}

@media (max-width: 768px) {
  .brand-icon-background {
    width: 300px;
    height: 300px;
  }
}



/* --------------- */
/*     CTA Box     */
/* --------------- */

.brand-icon-background-wrapper.cta-box-background-icon-wrapper {
  width: 600px;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 16px;
}

.brand-icon-background.cta-box-background-icon {
  background-position: -160px 0;
}


@media (max-width: 768px) {
  .brand-icon-background-wrapper.cta-box-background-icon-wrapper {
    left: 0;
    width: 100%;
  }

  .brand-icon-background.cta-box-background-icon {
    background-position: -100px 0;
  }
}



/* --------------------- */
/*     Stacked Cards     */
/* --------------------- */

.brand-icon-background.stacked-cards-background-icon {
  background-position: left top;
  left: 0;
  top: 0;
  z-index: -1;
}

@media (max-width: 768px) {
  .brand-icon-background.stacked-cards-background-icon {}
}



/* ------------- */
/*     Cards     */
/* ------------- */

.brand-icon-background.cards-background-icon {
  background-position: right;
  right: 0;
}

@media (max-width: 768px) {
  .brand-icon-background.cards-background-icon {}
}



/* ------------------------- */
/*     Contact form card     */
/* ------------------------- */

.brand-icon-background.contact-form-card-background-icon {
  background-position: right;
  right: -168px;
  top: -38px;
}

@media (max-width: 768px) {
  .brand-icon-background.contact-form-card-background-icon {
    background-position: 100%;
    right: -75px;
    top: -16px;
  }
}



/* ------------- */
/*      Hero     */
/* ------------- */

.brand-icon-background.etp-header-background-icon {
  background-position: right;
  top: calc(-1 * var(--space-l));
}

@media (max-width: 768px) {
  .brand-icon-background.etp-header-background-icon {
    left: calc(50% - 150px);
  }
}

/* Sticky header */

header.header {
  /* height: var(--header-height); */
  background-color: rgba(255, 255, 255, var(--header-opacity));
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  backdrop-filter: blur(var(--header-backdrop-blur));
}

.header__container {
  max-width: calc(var(--max-content-width) + 2 * var(--space-default));
  margin: 0 auto;
  position: relative;
}

.body-container-wrapper {
  margin-top: 184px; 
}


/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__left__column__container {
  display: flex;
}

.header__right__column__container {
  display: flex;
  /* max-width: 200px; */
}

.header__left__column__container,
.header__right__column__container {
  display: flex;
}

.header__navigation__container {
  margin: 0 0 0 auto;
}
.header__search__container {
  margin: auto;
}
.header__language-switcher__container {
  margin: auto;
  border-left: 1px solid var(--grey-lines);
}

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

@media (max-width: 1150px) {
  .header__left__column__container {
    width: 100%;
  }
}

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

@media (max-width: 62rem) {
  .header__container {
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: var(--space-s) 0 var(--space-s) var(--space-s);
  }
}

/* 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: 145px;
  min-width: 145px;
  overflow: hidden;
}

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

.header__logo img {
  max-width: 100%;
  margin-right: 1rem !important;
}

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

.header__logo--main {
  margin: 0;
}

/* Search bar */

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



.hs-search-field__form {
  position: relative;
}

.header__search .hs-search-field__label {
  flex-basis: auto;
}



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
  border: 1px solid var(--primary-color);
  border-radius: 30px;
}



.header__search .hs-search-field__button {
  padding: 0;
  fill: var(--primary-color);
  background-color: transparent;
  border: none;
  padding: 13px;
  position: absolute;
  top: 0;
  right: 0;
}

.header__search .hs-search-field__button svg {
  height: 16px;
}


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

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

@media (min-width: 62rem) {
  .header__logo {
    max-width: 233px;
  }

  .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: 62rem) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

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

.header__language-switcher {
  cursor: pointer;
}

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

#hs_cos_wrapper_language-switcher .hs-language-switcher__button {
  display: none;
}

.header__language-switcher .hs-language-switcher__menu {
  display: block;
  left: calc(100% - var(--space-m));
  opacity: 0;
  min-width: 100px;
  text-align: left;
  top: 2.5rem;
  visibility: hidden;
  display: block;
  padding: var(--space-m);
  visibility: visible;
  background-color: #fff;
  border-width: 0 !important;
  border-radius: var(--main-border-radius);
  box-shadow: var(--card-default-shadow);
  height: max-content;
  margin-left: calc(var(--space-m)* -1);
  position: absolute;
  transition: top .4s, opacity .3s ease;
  width: auto;
  z-index: 9999;
}

.header__language-switcher .hs-language-switcher__menu.visible {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .hs-language-switcher__menu:before {
  display: none;
  left: 70%;
  top: -25px;
}

.header__language-switcher .hs-language-switcher__menu:after {
  display: none;
  left: 70%;
  top: -22px;
}

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

.header__language-switcher .hs-language-switcher__menu li {
  border: none;
  margin: var(--space-xs) 0;
  padding: calc(var(--space-xs)* .75) var(--space-s);
  width: 100%;
  margin-bottom: var(--space-s);
}

.header__language-switcher .hs-language-switcher__menu li:last-child {
  margin-bottom: 0;
}

.header__language-switcher .hs-language-switcher__menu li:hover {
  background-color: var(--grey-backgrounds);
  border-radius: var(--main-border-radius);
}

.header__language-switcher .hs-language-switcher__menu li a {
  font-family: var(--font-family-body);
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.75rem;
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
  color: var(--black-color);
}

.header__language-switcher .hs-language-switcher__menu li:hover,
.header__language-switcher .hs-language-switcher__menu li:hover a,
.header__language-switcher .hs-language-switcher__menu li:hover a:hover {
  color: var(--black-color);
}

.header__language-switcher .hs-language-switcher__menu li:first-child,
.header__language-switcher .hs-language-switcher__menu li:last-child {
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

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

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  margin-left: 0.7rem;
  text-transform: uppercase;
}

.header__language-switcher--label-current .arrow-icon {
  margin-left: calc(var(--space-s) * 0.75);
  transform: rotate(0deg);
  transition: all .2s ease-out;
}

.header__language-switcher--label-current .arrow-icon.active {
  transform: rotate(180deg);
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__button {
  padding: var(--space-xs) var(--space-s) !important;
  border-radius: var(--buttons-border-radius);
  background-color: var(--grey-backgrounds) !important;
}

#hs_cos_wrapper_language-switcher .hs-language-switcher__button .hs-language-switcher__icon {
  display: none;
}

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

  .header__language-switcher .hs-language-switcher__menu {
    display: block;
    left: 30px;
    opacity: 1;
    padding: var(--space-m);
    top: 0;
    visibility: visible;
    
  }

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

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

  .header__language-switcher .hs-language-switcher__menu li:hover{
    background-color: inherit;
  }

  .header__language-switcher .hs-language-switcher__menu:before,
  .header__language-switcher .hs-language-switcher__menu:after {
    content: none;
  }
  /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
  .header__language-switcher .hs-language-switcher__menu {
    display: block;
    box-shadow:none!important;
    background: transparent;
  }
  .header__language-switcher .hs-language-switcher__menu a {
    font-size: 20px!important;
  }
  .header__language-switcher .hs-language-switcher__button {
    display: none;
  }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 62rem) {
  .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;
  }
}
footer {
  width: 100%;
  height: auto;
  max-width: var(--max-content-width);
  margin: 0 auto;
}

footer .footer-container {
  padding: var(--space-l) 178px var(--space-l) 99px;
  background-color: var(--primary-green-color);
  color: var(--white-color);
  display: flex;
  flex-direction: column;
  background-image: url(https://145617634.fs1.hubspotusercontent-eu1.net/hubfs/145617634/accent-footer.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
}

footer .footer-container #hs_cos_wrapper_site_logo {
  margin-bottom: var(--space-m);
}

footer .footer-container .footer-container-top,
footer .footer-container .footer-container-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content {
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-container-top > div {
  width: 33%;
}

footer .footer-container .footer-container-top h3 {
  margin-top: 0;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-nav-wrapper {
  display: flex;
  flex-direction: column;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content .footer-nav-wrapper ul {
  margin-left: -40px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li {
  list-style: none;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  font-family: var(--font-family-body);
  padding-bottom: calc(var(--space-xs) * 1.5);
  display: flex;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li.link-target-blank.additional-padding {
  padding-top: calc(var(--space-xs) * 4);
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li a {
  text-decoration: none;
  color: var(--white-color);
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li .link-new-window-icon {
  display: inline-block;
  position: relative;
  top: 4px;
  left: 4px;
}

footer .footer-container .footer-container-top .footer-menu .footer-menu-content li:not(.link-target-blank) .link-new-window-icon {
  display: none;
}

footer .footer-container .footer-container-bottom {
  padding-top: var(--space-l);
}

footer .footer-container .footer-container-bottom .footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

footer .footer-container .footer-container-bottom .footer-logos img {
  margin-left: var(--space-s);
}



/* -------------------------- */
/*  Footer subscription form  */
/* -------------------------- */

footer input[type="email"] {
  width: 90% !important;
  box-shadow: 0px 2px 2px 0px #0000000A inset;
  box-shadow: 0px 1px 1px 0px #00000014 inset;
  font-size: 1rem;
  padding: 0.75rem 1rem;
  border: 1px solid var(--grey-lines);
  border-radius: var(--input-border-radius);
  padding: calc(var(--space-xs) * 1.5) var(--space-s);
}

footer input[type="submit"] {
  border: none;
  padding: 0;
}

footer .hs-submit {
  margin-bottom: var(--space-l);
}

footer .hs-submit:hover input[type="submit"],
footer input[type="submit"]:hover {
  background-color: var(--grey-lines);
}

footer .footer-container .footer-container-bottom .footer-privacy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
  display: flex;
  gap: 45px;
}

footer .footer-container .footer-container-bottom .footer-privacy .hs_cos_wrapper_type_rich_text p {
  margin: 0;
  line-height: 128.571%;
}



/* --------------- */
/*  Footer mobile  */
/* --------------- */

@media(max-width: 1024px) {
  footer .footer-container {
    padding: var(--space-l) 80px var(--space-l) 24px;
    background-image: url(https://145617634.fs1.hubspotusercontent-eu1.net/hubfs/145617634/accent-footer-mobile.png);
  }

  footer .footer-container #hs_cos_wrapper_site_logo {
    max-width: 175px;
  }

  footer .footer-container .footer-container-top {
    flex-direction: column;
  }
  
  footer .footer-container .footer-container-top > div {
    width: 100%;
  }
  
  footer .footer-container .footer-container-top .footer-menu {
    padding-bottom: var(--space-s);
  }

  footer .footer-container .footer-container-bottom {
    flex-direction: column;
    padding-top: 0;
  }
  
  footer .footer-container .footer-container-bottom .footer-privacy {
    padding-top: var(--space-l);
    padding-top: 0;
  }

  footer .footer-container .footer-container-bottom .footer-privacy .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text {
    flex-direction: column;
    gap: var(--space-s);
  }
  
  footer .footer-container .footer-container-bottom .footer-logos {
    justify-content: flex-start;
    padding-top: var(--space-m);
  }
  
  footer .footer-container .footer-container-bottom .footer-logos img:first-of-type {
    margin-left: 0;
  }
}
/* 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%;
}
.hs_cos_wrapper_type_rich_text p {
  margin-top: var(--space-m);
  margin-bottom: 0;
  color: var(--body-text-grey);
  text-shadow: var(--text-shadow);
}

@media (min-width: 1024px) {
  .hs_cos_wrapper_type_rich_text p {
    /* padding-right: 99px; */
  }
}

/* FAQ start */

.faq-content {
  column-gap: var(--space-xl);
  row-gap: var(--space-l);
  --gap: 64px;
  --line-color: var(--turqoise-color);

  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}

.faq-title-wrapper {
  padding-top: var(--space-l);
}

.faq-title-wrapper .hs_cos_wrapper_type_rich_text p {
  margin-top: var(--space-xs);
}

.faq-content-section {
  position: relative;
  padding: 0 0 var(--space-l);
}

.faq-content-section::before {
   content: '';
   position: absolute;
   background-color: var(--line-color);
   z-index: 1;
}

.faq-content-section::before {
  right: -64px;
  width: 2px;
  height: 100%;
}

.faq-content-section h3 {
  margin: 12px 0 32px;
}

.faq-content-section .faq-content-section-list {
  display: flex;
  gap: var(--space-default);
  flex-direction: column;
}

.faq-content-section .faq-content-section-list .item {
  display: flex;
  align-items: center;
  gap: var(--space-s);
}

@media (max-width: 1024px) {
  .faq-content {
    grid-template-columns: 1fr;
  }

  .faq-title-wrapper {
    padding-top: var(--space-m);
  }

  .faq-content-section {
    padding: 0 0 var(--space-m);
    border-bottom: 1px solid var(--turqoise-color);
  }

  .faq-content-section::before {
    display: none;
  }
}

/* FAQ end */
/* Error pages */

.error-page {
  padding: 6rem 0;
  position: relative;
  text-align: center;
  margin-top: 6rem;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page p {
  font-size: 1rem;
  line-height: 1.7rem;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* System pages */

.content-wrapper.system-page .systems-page {
  margin-top: var(--header-height) ;
}

.systems-page--search-results {
  max-width: 100%;
}

.hs-search-results__pagination {
  padding-bottom: 40px !important;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}

/* 1a. Containers */





/* 1b. Colors */





.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 0px 0;
}

.body-wrapper {
  /* max-width: var(--max-content-width); */
  margin: auto;
}

.header__container {
  padding: 0 var(--space-default);
}

.dnd-section > .row-fluid {
  max-width: 4000px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.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;
  }
  
  .desktop {
    display: none;
  }
  
  .mobile {
    display: block;
  }
  
  .dnd-section,
  .content-wrapper--vertical-spacing {
    padding: 0px 0;
  }
}

.padding-wrapper {
  padding: var(--space-l) var(--space-default);
}

.padding-horizontal-wrapper {
  padding-left: var(--space-default);
  padding-right: var(--space-default);
}

.padding-vertical-wrapper {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}

.max-width-wrapper {
  max-width: calc(var(--max-content-width) + 2 * var(--space-default));
  margin: 0 auto;
}

@font-face {
  font-family: inter;
  src: url(//145617634.fs1.hubspotusercontent-eu1.net/hubfs/145617634/raw_assets/public/easy-blocks-in2markets/fonts/Inter-VariableFont_opsz%2cwght.ttf);
}

@font-face {
  font-family: supermassive;
  src: url(//145617634.fs1.hubspotusercontent-eu1.net/hubfs/145617634/raw_assets/public/easy-blocks-in2markets/fonts/Supermassive-I.woff);
}

@media (max-width: 1024px) {
  .padding-wrapper {
    padding: var(--space-m) var(--space-default);
  }

  .padding-horizontal-wrapper {
    padding-left: var(--space-default);
    padding-right: var(--space-default);
  }

  .padding-vertical-wrapper {
    padding-top: var(--space-m);
    padding-bottom: var(--space-m);
  }
}