/* Theme base variables 
Determined by theme option settings */

  








 /* Main text colour, typically used for headings */
 /* Main background colour, typically used for page backgrounds */
 /* Main brand colour, typically used for links and buttons */
 
          
    
/* Typography */























  
    
/* Buttons */







      








   
  
/* Secondary Buttons */



  




      








     
    
/* Forms */







































    
/* Tables */











 

/* Header */






    

/* 1h. Footer */


    

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

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

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --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: 768px) {
  .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;
  padding: 0 1rem;
  max-width: 1240px;
}

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

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

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

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

/* Core Structure
Header and footer styles, may move to core inline */

/* =========================
   Header base & layout
   ========================= */
.header { background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

; }

/* Secondary header */

  .sub__header,
  .sub__header form input[type=search] { 
    background-color: #808080; 
    color: #ffffff;
  }
  .sub__header form input[type=search] {
    border: none;
    border-bottom: 1px solid #ffffff;
    border-radius: 0;
  }
  .sub__header a {
    text-decoration: none;
    padding: 0.8rem;
  }
  @media (max-width: 767px) {
    .sub__header .hs-menu-wrapper.hs-menu-flow-horizontal ul { flex-direction: row; }
  }
  

/* Header DND sections */
.header .dnd-section { padding: 0; }

/* Header container */
.header__container { display: flex; justify-content: space-between; }
.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%; }
}

/* --- MOBILE: single-row bar (logo left, icons right) --- */
@media (max-width: 767px) {
  .header__container {
    flex-direction: row;      /* row, not column */
    align-items: center;
    padding: .5rem 0;
  }
  .header__column { position: relative; }
  .header__row-1,
  .header__row-2 {
    width: auto;              /* don’t force full width */
    padding: 0;
    justify-content: flex-end;
  }
}

/* Navigation skipper */
.header__skip {
  position: absolute; top: -1000px; left: -1000px;
  width: 1px; height: 1px; overflow: hidden; text-align: left;
}
.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  top: 0; left: 0; width: auto; height: auto; overflow: visible;
}

/* =========================
   Logo
   ========================= */
.header__logo {
  display: flex; align-items: center; margin-right: auto;
  max-width: 200px; height: auto; overflow: hidden;
}
.header__logo img { max-width: 100%; }
.header__logo .logo-company-name { font-size: 1.167rem; margin-top: 0.7rem; }
.header__logo--main { padding: 0.8rem 0 0.4rem;}

/* --- MOBILE: logo width/position for single-row bar --- */
@media (max-width: 767px) {
  .header__logo {
    margin: 0 0 0 4%;
    width: auto;
    max-width: 60%;
  }
}

/* =========================
   Search
   ========================= */
.header__search { padding: 0 0.9rem 0.5rem; width: auto; }


  .hs-search-field__form { position: relative; }
  .header__search .hs-search-field__label { flex-basis: auto; display: none; }


.header__search .hs-search-field__input {
  
  height: 40px; padding: 0 0.7rem;
}


  .header__search .hs-search-field__button {
    position: absolute; top: 0; right: 0;
    background-color: transparent; border: none; fill: #ffffff;
    padding: 10px;
  }
  .header__search .hs-search-field__button svg { height: 20px; }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none; border-radius: 0; max-width: 100%;
}
.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute; width: 100%; z-index: 10;
  background-color: #FFF; border: 2px solid #D1D6DC; border-top-width: 1px;
  border-radius: 0 0 1px 1px;
}
.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 { display: flex; flex-direction: row; align-items: center; }
  .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_list_class {
  display: block; opacity: 0; visibility: hidden; min-width: 100px; padding-top: 0;
  position: absolute; left: calc(100% - 24px); top: 100%; text-align: left;
  border: 2px solid; border-radius: 3px; box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s;
}
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class { opacity: 1; visibility: visible; }

.header__language-switcher .lang_list_class:before {
  left: 70%; top: -25px;
  border-bottom-color: #808080;
}
.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; border-bottom-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
}
.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 {
  display: flex; align-items: center; font-size: 0.75rem; margin: 0.0 0 0.175rem 0.7rem;
}
.header__language-switcher--label-current:after {
  content: ""; display: block; width: 0; height: 0; margin-left: 0.7rem; margin-top: 0.175rem;
  border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 6px solid #494A52;
}
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a { font-family: Lato; }
.header__language-switcher-label-current:after { border-top-color: #808080; }

@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 {
    position: static; left: 30px; top: 0; opacity: 1; visibility: visible;
    padding: 0 1.05rem; border: none; box-shadow: unset;
  }
  .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; }
    .header__language-switcher .hs-language-switcher__menu { display: block; background: transparent; box-shadow: none!important; }
    .header__language-switcher .hs-language-switcher__menu a { font-size: 20px!important; }
    .header__language-switcher .hs-language-switcher__button { display: none; }
  }

/* =========================
   Navigation – theme/color bindings
   ========================= */
#nav-toggle { display: none; }

.menu__wrapper { padding-top: 28px;}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #808080; font-family: Lato;
}
.menu__child-toggle-icon { border-top-color: #808080; }

.menu .menu__link:hover,
.menu .menu__link:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: #585858;
}
.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus { border-top-color: #585858; }

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #a8a8a8;
}
.menu__child-toggle-icon:active { border-top-color: #a8a8a8; }

.menu .menu__item--depth-1 > .menu__link--active-link:after { background-color: #808080; }

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px solid #808080;

    background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  }
  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px solid #808080;

    background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  }
}

/* Apply dropdown color once (avoid duplicating for hover/focus) */
.menu__submenu .menu__link { color: #808080; background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

; }
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before { background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

; }

/* =========================
   Navigation – structural/menu rules
   ========================= */

/* Display modes */
.menu--desktop { display: block; }
.menu--mobile { display: none; }
@media (max-width: 767px) {
  .menu--desktop { display: none; }
  .menu--mobile { display: block; }
}

/* Items */
.menu__item { position: relative; }
.menu__link { font-size: 0.917rem; line-height: 1.667rem; text-decoration: none; }
.menu__link:hover,
.menu__link:focus,
.menu__link:active { text-decoration: none; }
.menu__link--active-link,
.menu__link--active-branch,
.menu__link--active-link:hover,
.menu__link--active-branch:hover { font-weight: bold; }

@media (min-width: 768px) and (max-width: 1150px) {
  .menu__link { font-size: 0.833rem; }
}
@media (max-width: 767px) {
  .menu__item { display: block; width: 100%; }
  .menu__link { display: block; font-size: 1.083rem; }
}

/* Top level */
.menu__item--depth-1 { display: inline-block; padding: 0.7rem 0.875rem; text-transform: uppercase; position: relative;}
.menu__item--depth-1 > .menu__link--active-link:after {
  content: ''; position: absolute; left: 7.5%; bottom: -3px; width: 75%; height: 1px;
}
@media (max-width: 767px) {
  .menu__item--depth-1 { border-top: 2px solid #CED4DB; padding: 0; }
  .menu__item--depth-1 > .menu__link { padding: 0.9rem 1.225rem; }
  .menu__item--depth-1 > .menu__link--active-link:after { content: none; }
}

/* Submenus */
.menu__submenu {
  position: absolute; left: 0; top: 100%; z-index: 99;
  display: none; text-align: left; text-transform: none;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2); border-radius: 3px;
}
.menu__item--open > .menu__submenu { display: block; }
.menu__submenu--level-2 { left: 50%; transform: translateX(-50%); }
.menu__submenu .menu__item { width: max-content; padding: 0; z-index: 3; }
.menu__submenu .menu__link { display: block; padding: 1rem 1.8rem; transition: color 0.3s; }
.menu__submenu--level-3 { left: 100%; top: 0; }
.menu__submenu .menu__link:hover { color: #fec028; }

/* Flyouts for last two items go left */
.menu__item--depth-1:nth-last-child(-n+2) .menu__submenu--level-3 { left: auto; right: 100%; top: 0; }

/* Account for child toggle */
.menu__submenu .menu__item--has-submenu > .menu__link { padding-right: 3rem; }

/* Triangle for level-2 submenu */
@media (min-width: 768px) {
  .menu__submenu--level-2 > .menu__item:first-child:before {
    content: ''; position: absolute; top: -12px; left: 50%;
    width: 30px; height: 30px; transform: translate(-50%, 0) rotate(45deg);
    border-radius: 3px; box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%); transition: background-color .3s; z-index: 2;
  }
  .menu__submenu--level-2 > .menu__item:first-child > .menu__link { position: relative; z-index: 2; }
  .menu__submenu--level-2.menu-two-col { column-count: 2; column-gap: 0; }
  .menu__submenu--level-2.menu-two-col .menu__link { padding: 1rem 2rem 1rem 1.5rem; }
  .menu__submenu--level-2.menu-two-col > .menu__item:first-child:before { left: 100%; }
}

/* Mobile submenu adjustments */
@media (max-width: 767px) {
  .menu__submenu {
    position: static; width: 100%; transform: unset;
    border: none; border-radius: 0; box-shadow: none;
  }
  .menu__submenu .menu__item {
    background-color: #FFF; border-bottom: none; border-top: 2px solid #EBEFF3; padding: 0;
  }
  .menu__submenu .menu__link {
    padding: 0.7rem 2rem; transition: none;
  }
  .menu__submenu .menu__item .menu__link:hover,
  .menu__submenu .menu__item .menu__link:focus { background-color: inherit; transition: none; }
  .menu__item--has-submenu > .menu__link { width: 70%; }
  .menu__submenu--level-3 .menu__item .menu__link { padding: 0.7rem 3rem; }
}

/* Icons & child toggles */
@media (min-width: 768px) {
  .menu__submenu .menu__child-toggle { margin-left: auto; padding: 0 1.05rem; }
  .menu__child-toggle { position: absolute; right: 5px; top: 30px; z-index: 2; }
  .menu__item--depth-1 > .menu__child-toggle { position: static; right: 0; top: 0; vertical-align: middle; }
  .menu__child-toggle-icon {
    display: block; width: 0; height: 0; margin-left: 5px; margin-bottom: 3px;
    border-left: 6px solid transparent; border-right: 6px solid transparent;
    border-top-style: solid; border-top-width: 8px;
  }
  .header__navigation--toggle,
  .header__search--toggle {
    display: none;
  }
}

/* Menu CTA styles */

  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:last-of-type {
    background-color: 

  
  
    
  

  rgba(254, 192, 40, 1.0)

;
    border: 1px solid 

  
  
    
  

  rgba(254, 192, 40, 1.0)

;
    border-radius: 1px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s, border 0.3s;
  }
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:last-of-type:hover {
    background-color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
    border: 1px solid 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  }
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:last-of-type .menu__link {
    color: #000000;
    font-family: Lato;
  }
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:last-of-type:hover .menu__link,
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:last-of-type .menu__link:hover,
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:nth-last-of-type(2):hover .menu__link,
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:nth-last-of-type(2) .menu__link:hover {
    color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  }
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:nth-last-of-type(2) {  
    border: 1px solid #000000;
    border-radius: 1px;
    margin-right: 10px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  .menu--desktop.primary-secondary--cta li.menu__item--depth-1:nth-last-of-type(2):hover {
    background-color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  }



/* --- MOBILE: icon cluster on the right --- */
@media (max-width: 767px) {
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle { margin: 0; }
  .header__navigation--toggle { margin-left: auto; }
}

/* =========================
   Mobile: full-screen panels slide in from right
   ========================= */
@media (max-width: 767px) {
  .header { --header-height: 175px; } /* adjust if your mobile bar height differs */

  /* Base state: panels are off-canvas to the right, invisible & non-interactive */
  .header__navigation,
  .header__search,
  .header__language-switcher {
    position: fixed;
    top: var(--header-height, 175px);
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background-color: #F8FAFC;
    z-index: 9999;

    /* Off-canvas & hidden by default */
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;

    /* Animate transform */
    transition: transform 300ms ease, opacity 300ms ease;
    will-change: transform, opacity;
  }
  .header__search {
    width: 92vw;
  }

  /* Open state: slide into view */
  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
  }

  /* Respect reduced motion */
  @media (prefers-reduced-motion: reduce) {
    .header__navigation,
    .header__search,
    .header__language-switcher {
      transition: none;
    }
  }
  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle {
    position: relative;
    cursor: pointer;
    margin: 0;
  }
  .header__navigation--toggle { margin-left: auto; }
  .header__search--toggle,
  .header__language-switcher--toggle { margin-left: 1rem; margin-right: 1rem; }
  }

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

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

  /* When any panel is open, the hamburger becomes a close icon */
  
  .header__navigation--toggle.is-active {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNjQgODAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDY0IDY0IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTcuNTg2LDQ2LjQxNEMxNy45NzcsNDYuODA1LDE4LjQ4OCw0NywxOSw0N3MxLjAyMy0wLjE5NSwxLjQxNC0wLjU4NkwzMiwzNC44MjhsMTEuNTg2LDExLjU4NiAgIEM0My45NzcsNDYuODA1LDQ0LjQ4OCw0Nyw0NSw0N3MxLjAyMy0wLjE5NSwxLjQxNC0wLjU4NmMwLjc4MS0wLjc4MSwwLjc4MS0yLjA0NywwLTIuODI4TDM0LjgyOCwzMmwxMS41ODYtMTEuNTg2ICAgYzAuNzgxLTAuNzgxLDAuNzgxLTIuMDQ3LDAtMi44MjhjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDBMMzIsMjkuMTcyTDIwLjQxNCwxNy41ODZjLTAuNzgxLTAuNzgxLTIuMDQ3LTAuNzgxLTIuODI4LDAgICBjLTAuNzgxLDAuNzgxLTAuNzgxLDIuMDQ3LDAsMi44MjhMMjkuMTcyLDMyTDE3LjU4Niw0My41ODZDMTYuODA1LDQ0LjM2NywxNi44MDUsNDUuNjMzLDE3LjU4Niw0Ni40MTR6Ii8+PHBhdGggZD0iTTMyLDY0YzguNTQ3LDAsMTYuNTgzLTMuMzI5LDIyLjYyNi05LjM3M0M2MC42NzEsNDguNTgzLDY0LDQwLjU0Nyw2NCwzMnMtMy4zMjktMTYuNTgzLTkuMzc0LTIyLjYyNiAgIEM0OC41ODMsMy4zMjksNDAuNTQ3LDAsMzIsMFMxNS40MTcsMy4zMjksOS4zNzQsOS4zNzNDMy4zMjksMTUuNDE3LDAsMjMuNDUzLDAsMzJzMy4zMjksMTYuNTgzLDkuMzc0LDIyLjYyNiAgIEMxNS40MTcsNjAuNjcxLDIzLjQ1Myw2NCwzMiw2NHogTTEyLjIwMiwxMi4yMDJDMTcuNDksNi45MTMsMjQuNTIxLDQsMzIsNHMxNC41MSwyLjkxMywxOS43OTgsOC4yMDJDNTcuMDg3LDE3LjQ5LDYwLDI0LjUyMSw2MCwzMiAgIHMtMi45MTMsMTQuNTEtOC4yMDIsMTkuNzk4QzQ2LjUxLDU3LjA4NywzOS40NzksNjAsMzIsNjBzLTE0LjUxLTIuOTEzLTE5Ljc5OC04LjIwMkM2LjkxMyw0Ni41MSw0LDM5LjQ3OSw0LDMyICAgUzYuOTEzLDE3LjQ5LDEyLjIwMiwxMi4yMDJ6Ii8+PC9nPjwvc3ZnPg==);
  }
  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover; width: 25px; height: 25px;
  }
  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover; width: 25px; height: 25px;
  }

  .header__navigation { background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

; }
  .header__navigation-toggle svg,
  .menu-arrow svg { fill: #808080; }

@media (max-width: 767px) {
  /* Click target on the right of each menu item */
  .menu__child-toggle {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 55px;
    padding: 0;                 
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    background: none;
  }

  /* The plus/chevron glyph */
  .menu__child-toggle-icon {
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 1.05rem;

    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgc3Ryb2tlPSIjOTc5ODlGIiBzdHJva2Utd2lkdGg9IjIuNCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cmVjdCB4PSIxLjIiIHk9IjkuNiIgd2lkdGg9IjE2LjgiIGhlaWdodD0iMSIgcng9Ii41Ii8+PHJlY3QgdHJhbnNmb3JtPSJyb3RhdGUoOTAgOS42IDkuNikiIHg9IjEuMiIgeT0iOS42IiB3aWR0aD0iMTYuOCIgaGVpZ2h0PSIxIiByeD0iLjUiLz48L2c+PC9zdmc+);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    transition: transform 0.3s ease;
  }

  /* Rotate the icon when the item is open */
  .menu__item--open > .menu__child-toggle .menu__child-toggle-icon {
    transform: rotate(45deg);
  }

  /* Keep link/toggle widths cooperating */
  .menu__item--has-submenu > .menu__link {
    width: 70%;
  }
}    
.footer {
  background-color: 

  
  
    
  

  rgba(128, 128, 128, 1.0)

;
}

/* Footer content */
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #ffffff;
}
.footer ul {
  row-gap: 20px;
}

/* Sub footer */
.sub-footer {
  border-top: 1px solid #ffffff;
}
.sub-footer ul {
  justify-content: end;
  column-gap: 20px;
}
.footer ul li a,
.sub-footer ul li a {
  text-decoration: none;
}

/* Tools
Any animations, or functions used throughout the project. */



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

.hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
 
}
.hs-search-results__listing li {
  margin: 0;
  padding: 0px 0px 40px 0px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
 
}

a.hs-search-results__title,
a.hs-search-results__title:hover{
  font-size: 20px;
  text-decoration: none;
  font-weight: bold;
}
.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__prev-page {
  float: left;
}
.hs-search-results__next-page {
  float: right;
}
.hs-search-results__date.posts{
  font-size: 12px;
  color: #a0a0a0;
  margin-bottom: 3px;
}

.blog_tabs {
 
}
.blog_tabs .tabs-nav{
  display: inline-flex;
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0px;
}
.blog_tabs .tabs-nav li {
  padding: 0;
  margin: 0;
}
.blog_tabs .tabs-nav li:first-child a {
  border-right: 0;
 
}
.blog_tabs .tabs-nav li:last-child a {
  
}
.tabs-nav a {
  color: #07272D;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 24px;
}
.tabs-nav a:hover {
  border-bottom: 4px solid #008D7F;
}
.tabs-nav a span{
  font-weight: 100;
}
.tabs-nav .tab-active a {
  color: #008D7F;
  cursor: default;
  border-bottom: 4px solid #008D7F;
  font-weight: 600;
}
.blog_tabs .tabs-stage {
  border-radius: 0 0 6px 6px;
  border-top: 1px solid #cecfd5;
  clear: both;
  padding-top: 40px;
  position: relative;
  top: -1px;
}
#searchIcon{
  display: block;
}
#searchIcon.d-none{
  display: none;
}

.hs-search-results__title{
  font-size: 30px!important;
  color: #008D7F;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 24px;
  line-height: 1.2;
}


select {
  /* Reset Select */
  appearance: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: #000;
  background-color: #fff;
  background-image: none;
  cursor: pointer;
  font-size: 12px;
  border: 1px solid #02003f;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select wrapper */
.select {
  position: relative;
  display: none; /* Remove this if you want it */
  width: 230px;
  height: 35px;
  overflow: hidden;
  float: right;
}
/* Arrow */
.select::after {
  background-color: #02003e;
  content: "\25BC";
  padding: 1em;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0px;
  color: white;
  font-size: 10px;
  height: 100%;
  line-height: 19px;
}
/* Transition */
.select:hover::after {
  color: #46d0ff;
}

@media (max-width:767px){
  .select{
    float: none;
    margin: 20px 0;
  }
}
html {
  font-size: 16px;
}

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */

body {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #808080;
  font-size: 16px;
  line-height: 1.4;
  overflow-wrap: break-word;
}

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */
p {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */
a {
  cursor: pointer;
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #fec028;
}
a:hover,
a:focus {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #d69800;
}
a:active {
  font-weight: normal; text-decoration: underline; font-family: Lato, sans-serif; font-style: normal;
  color: #ffe850;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */
ul,
ol {
  margin: 0 0 1.4rem;
}
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 1.4rem;
  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;
}

/* Headings */

h1,
.h1 {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 38px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 24px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 14px;
  text-transform: none;
}

/* Blockquote */

blockquote {
  border-left-color: #ffffff;
}

@media (max-width: 767px) {
  h1, .h1 { font-size: 2.2rem; }
  h2, .h2 { font-size: 1.8rem; }
  h3, .h3 { font-size: 1.5rem; }
}
.button-wrapper {
  max-width: 592px;
  margin: 0;
}
button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px solid #fec028;

  padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  

  rgba(254, 192, 40, 1.0)

;
  border-radius: 1px 1px 1px 1px;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
@media (min-width: 767px) {
  button,
  .button,
  .hs-button,
  .hs-blog-post-listing__post-button {
    max-width: 280px;
  }
}
button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  

  rgba(0, 0, 0, 1.0)

;
  border-radius: 1px 1px 1px 1px;
}
button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(255, 232, 80, 1.0);
  border-color: #ffe850;
}
button:disabled,
.button:disabled,
.hs-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;
}

/* Secondary button style */
.button.secondary {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  border: 1px solid #fec028;

  padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;

  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  border-radius: 1px 1px 1px 1px;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}
/* Fields */

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
  color: #808080;
}

/* Form Title */
.form-title {
  margin-bottom: 0;
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Inter; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  font-size: 24px;
  color: #808080;
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
}

/* Help text */

form legend {
  font-size: 0.875rem;
  color: #808080;
}

/* 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: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #808080;
  border-radius: 3px;
}

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

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;
}
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #808080;
}
.fn-date-picker td.is-selected .pika-button {
  background: #808080;
}
.fn-date-picker td .pika-button:hover {
  background-color: #808080 !important;
}
.fn-date-picker td.is-today .pika-button {
  color: #808080;
}

/* 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: #EF6B51;
}
.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;
  border: 1px none #808080;
;
  padding-top: 15px;
padding-right: 25px;
padding-bottom: 15px;
padding-left: 25px;
;
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 18px;
  background-color: 

  
  
    
  

  rgba(254, 192, 40, 1.0)

 !important;
  border-radius: 1px;
  text-transform: none;
}
form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  

  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}
form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(255, 232, 80, 1.0);
  border-color: #ffe850;
}

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


form,
.submitted-message {
  font-family: Lato, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  padding: 0px;
;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #808080;
}

::-moz-placeholder {
  color: #808080;
}

:-ms-input-placeholder {
  color: #808080;
}

::placeholder {
  color: #808080;
}
/* Slider Navigation */
.slider-navigation__item{
    width: 50px;
    height: 50px;
    background-color: var(--white);
    border: 1px solid rgba(0, 141, 127, 0.1);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    cursor: pointer;
    opacity: 1;
}
.slider-navigation__item.swiper-button-disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.slider-navigation__item svg{
    width: 28px;
    max-width: 28px;
    height: auto;
}

.pagination{
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pagination__page, 
.pagination__arrow{
    max-width: 40px;
    max-height: 40px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: inherit;
    background-color: transparent;
    transition: var(--transition);
    cursor: pointer;

}

.pagination__page:hover, 
.pagination__page.pagination__page--active{
    background-color: var(--tiber-green);
    color: white;
}

.pagination__arrow:hover{
    background-color: var(--tiber-green);
}

.pagination__arrow svg path{
    stroke: var(--tiber-green);
}

.pagination__arrow:hover svg path{
    stroke: var(--white);
}


.pagination__arrow svg{
    pointer-events: none;
}

.pagination__arrow.pagination__arrow--prev svg{
    transform: rotate(180deg);
}

.pagination__arrow.pagination__arrow--inactive{
    cursor: not-allowed;
    opacity: 0.3;
}

.pagination:has(.pagination__arrow.pagination__arrow--prev.pagination__arrow--inactive):has(.pagination__arrow.pagination__arrow--next.pagination__arrow--inactive) .pagination__arrow.pagination__arrow--inactive{
    display: none;
}
/* Table */
table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
  border: 1px solid #808080;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
}
/* Table cells */
td,
th {
  vertical-align: top;
  border: 1px solid #808080;

  padding: 18px;

  color: #808080;
}
/* Table header */
thead th {
  vertical-align: bottom;
  background-color: 

  
  
    
  

  rgba(128, 128, 128, 1.0)

;
  color: #FFFFFF;
}
/* Table footer */
tfoot td {
  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

;
  color: #808080;
}
.video-media{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.video-media.video-media--paused{

}

.video-media video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 1;
    display: block;
}

.video-media .video-media__thumbnail{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
    transition: var(--transition);
}

.video-media.video-media--paused .video-media__thumbnail{
    opacity: 1;
}

.video-media .video-media__controls{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    z-index: 3;
    transition: var(--transition);
}

.video-media:hover .video-media__controls{
    background-color: rgba(0, 0, 0, 0.3);
}

.video-media.video-media--paused .video-media__controls{
    opacity: 1;
    pointer-events: all;
}

.video-media__controls svg{
    transition: var(--transition);
    border: 0px solid rgba(255, 255, 255, 0);
    border-radius: 100%;
}

.video-media__controls:hover svg{
    border: 6px solid rgba(255, 255, 255, 0.5);
}

.video-media__controls svg circle{
    fill: var(--white);
    transition: var(--transition);
}

.video-media__controls svg path{
    fill: var(--teal);
    transition: var(--transition);
}

.video-media__controls:hover svg circle{
    fill: var(--teal);
}

.video-media__controls:hover svg path{
    fill: var(--white);
}

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

    .video-media__controls svg{
        width: 50px;
        height: 50px;
    }

} 
.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #585858;
}
.social-links__icon:active {
  background-color: #a8a8a8;
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 30px;
}
.social-links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
.social-links__icon {
  border-radius: 50%;
  display: inline-flex;
  height: 1.75rem;
  margin: 0 10px 0 0;
  position: relative;
  width: 1.75rem;
  background-color: #808080;
}
.social-links__icon svg {
  fill: #ffffff;
  height: 1.2rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #fec028;
}    

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

/* 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%;
}
.hero-banner {
    padding: 100px 0;
    position: relative;
    overflow: clip;
}
.hero-banner .hero-content {
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hero-banner .hero-content.center_text {
    max-width: 50%;
}
.hero-banner .hero-content.center_text .text-content {
    margin: 0 auto;
}
.hero-banner .hero-content.image_left,
.hero-banner .hero-content.image_right {
    order: 1;
    max-width: 1240px;
    gap: 5%;
}
.hero-banner .hero-content div.image-content {
    min-width: 25%;
}
.hero-banner .hero-content.image_left div.image-content {
    order: 1; 
}
.hero-banner .hero-content.image_left div.text-content {
    order: 2;
}
.hero-banner .hero-content .buttons {
    gap: 30px;
    margin-top: 30px;
}
@media (max-width: 767px) {
    .hero-banner .hero-content,
    .hero-banner .hero-content.center_text {
        max-width: 90%; 
    }
    .hero-banner .hero-content.image_left,
    .hero-banner .hero-content.image_right {
        flex-direction: column;
        padding: 5%;
    }
}
@media (prefers-reduced-motion: reduce) {
  .hero-bg { transform: none !important; }
}
.accordion{
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid;
  background-color: transparent;
  transition: var(--transition);
}
.accordion .accordion__title-indicator__title span{
  color: #808080;
}
.accordion .accordion__title-indicator:hover .accordion__title-indicator__title span{
  color: #fec028;
}
.accordion .accordion__title-indicator{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  align-items: center;
  margin-bottom: 0px;
  transition: var(--transition);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: 18px 0px;
}
.chevron .accordion__title-indicator-svg path{
  stroke: #808080;
}
.toggle .accordion__title__indicator__plus path{
  fill: #808080;
}
.toggle .accordion__title__indicator__minus rect{
  fill: #808080;
}
.accordion__title-indicator__title {
  width: 90%;
}
.accordion .accordion__title-indicator__title span{
  font-weight: 400;
  transition: 0.15s linear;
}
.accordion.active .accordion__title-indicator__title span{
  font-weight: 600;
}
.accordion__title-indicator .accordion__title__indicator{
  position: relative;
  margin-left: 20px;
}
.accordion__title__indicator__plus{
  width: 20px;
  height: 20px;
  height: auto;
  opacity: 1;
  transition: var(--transition)
}
.accordion.active .accordion__title__indicator__plus{
  opacity: 0;
}
.accordion__title__indicator__minus{
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  transition: var(--transition)
}
.accordion.active .accordion__title__indicator__minus{
  opacity: 1;
}
.accordion .accordion__title-indicator-svg{
  min-width: 14px;
  min-height: 7px;
  transform: rotate(0deg);
  transition: var(--transition);
}
.accordion.active .accordion__title-indicator-svg{
  transform: rotate(180deg);
}
.accordion .accordion__content{
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: height var(--transition), opacity var(--transition);
  width: 100%;
  line-height: 1.5;
  position: relative;
}
.accordion.active .accordion__content{
  opacity: 1;
  padding: 10px 0px 0px;
}
.accordion.active .accordion__content img{
  border-radius: 8px;
  margin-bottom: 24px;
}
/* Make focus visible on the clickable header */
.accordion__title-indicator[role="button"]:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
}
@media screen and (max-width: 768px) {
  .accordion__title-indicator__title {
    padding-right: 5%;
  }
  .accordion__title-indicator__title span{
    font-size: 1rem;
  }
  .accordion__title__indicator{
    margin-left: 0px!important;
  }
  .accordion .accordion__content{
    width: 100%;
  }
}  
/* === COLUMN CONTENT MODULE === */
.column-content {
  z-index: 10;
}

/* Card internals */
.column-card__image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px; 
}
.column-card__body {
  margin-top: 1rem;
}
.column-card__body hr {
  border-bottom: 4px solid #fec028; 
  width: 20%;
  margin: 0 0 20px;
}

/* Clickable card */
.column-card.clickable {
    cursor: pointer;
}
.column-card.clickable a {
    text-decoration: none;
    color: #808080;
}

/* Interim solution for embedded modules within a wider section */
@media screen and (max-width: 768px) {
  .column-content.standard-grid {
    padding-left: 5%;
    padding-right: 5%;
  }
}
/* Logo Slider */
.logo-slider{
    position: relative;
    isolation: isolate;
}
.logo-slider::after, 
.logo-slider::before{
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 5;
    pointer-events: none;
}
.logo-slider::after{
    top: 0;
    right: 0;
}
.logo-slider::before{
    top: 0;
    left: 0;
}
.logo-slider__logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo-slider.logo-slider--light .logo-slider__logo img{
 filter: brightness(0) saturate(100%) invert(1);
  -webkit-filter: brightness(0) saturate(100%) invert(1);
} 
.logo-slider.logo-slider--dark .logo-slider__logo img{
    filter: brightness(0) saturate(100%);
    -webkit-filter: brightness(0) saturate(100%);
}
.logo-slider__logo img{
    min-height: 70px;
    max-height: 150px;
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px){
    .logo-slider__logo img{
        min-height: 30px;
        max-height: 30px;
    }
}    
.card__price {
  font-weight: 700; text-decoration: none; font-family: Inter, serif; font-style: normal;
  color: #808080;
  font-size: 30px;
}

.card__body svg {
  fill: #808080;
}
.statistics {
  display: flex;
  flex-direction: column;
  width: 90%;
}
.statistics--content {
  flex-direction: row;
  gap: clamp(100px, 10vw, 200px);
  width: 100%;
}
.statistics__content { width: 30%; }
.statistic-content { padding-left: 10%; }

.statistics__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 50px 70px;
  justify-content: start;
  width: 100%;
}
.statistics--content .statistics__list { width: 70%; }
.statistics--content .statistics__content h2 { margin-bottom: 0; }

.statistics__list .statistic-number__number {
  font-size: 70px;
  padding-left: 10%;
}

/* Dividers */
.statistics .statistic::before {
  content: "";
  position: absolute;
  top: 52%;
  left: 0;
  width: 2px;
  height: 92%;
  transform: translate(50%, -50%);
  background: #fec028;
}
.statistics .statistic:last-of-type::after { display: none; }

/* Four-per-row modifier */
.statistics--content.statistics--four-per-row .statistics__content { width: 25%; }
.statistics--content.statistics--four-per-row .statistics__list {
  width: 75%;
  gap: 40px;
}
.statistics--content.statistics--four-per-row
  .statistic-number__number,
.statistics--content.statistics--four-per-row
  .statistic-number__prefix,
.statistics--content.statistics--four-per-row
  .statistic-number__suffix { font-size: 56px; }

.statistics--content.statistics--four-per-row .statistic {
  align-items: center;
  text-align: center;
}
.statistics--content.statistics--four-per-row .statistic::after { right: -20px; }

/* Cards */
.statistic {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  min-width: 250px;
}
.statistic-number {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  letter-spacing: 2px;
}
.statistic-number__prefix,
.statistic-number__suffix {
  font-size: 55px;
  font-weight: 500;
  line-height: 1;
}
.statistic-number__number {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
}

.statistic-content p { max-width: 200px; }
.statistic-content p:last-of-type { margin-bottom: 0; }

@media (max-width: 1023px) {
  .statistics--content {
    flex-direction: column;
    gap: 40px;
  }
  .statistics--content .statistics__content {
    width: 100%;
    text-align: center;
  }
  .statistics--content .statistics__list {
    width: 100%;
    justify-content: center;
  }
  .statistics .statistic {
    justify-content: center;
    align-items: center;
  }
  .statistics .statistic p { text-align: center; }

  .statistic-number__prefix,
  .statistic-number__suffix { font-size: 40px; }
  .statistic-number__number { font-size: 60px; }
}

@media (max-width: 767px) {
  .statistics__list {
    flex-direction: column;
    gap: 64px;
    justify-content: center;
    align-items: center;
  }
  .statistics .statistic { text-align: center; }
  .statistics .statistic .statistic-number {
    justify-content: center;
    text-align: center;
  }
  .statistics .statistic::after {
    width: 100%;
    height: 2px;
    top: unset;
    bottom: -24px; /* half of the gap */
    right: 0;
    transform: translate(0%, -50%);
  }
}
.testimonial-slider {
    position: relative;
}
.testimonial-slider__slide-quote {
    max-width: 60%;
}
figcaption.testimonial-slider__slide-details {
    margin: 1rem auto;
    gap: 1.25rem;
}
blockquote.testimonial-slider__slide-quote {
    font-size: 1.5rem;
}
p.testimonial-slider__slide-person-name {
    font-weight: 600;
    margin: 1rem 0 0;
}
.testimonial-slider__slide-logo {
    border-left: 1px solid #808080;
    padding-left: 1.4rem;
}
@media (max-width: 600px) {
    .testimonial-slider button {
        display: none;
    }
    figcaption.testimonial-slider__slide-details {
        flex-direction: column;
        gap: 0rem;
        text-align: center;
    }
    .testimonial-slider__slide-quote {
        max-width: 100%;
        margin-bottom: 2rem;
    }
    .testimonial-slider__slide-logo {
        border-left: none;
        padding-left: 0rem;
    }
}
.history-slider .content-wrapper{
    padding: 0px;
    position: relative;
}
.history-slider .slider-navigation{
    position: relative;
    width: 180px;
    float: right;
    margin-bottom: 45px;
}

/* Title */
.history-slider__title{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    margin-bottom: 80px;
}
.history-slider__title h2{
    margin-bottom: 0px;
}
.history-slider p{
    max-width: 720px;
}
.history-slider p:last-of-type{
    margin-bottom: 0px;
}

/* Navigation */
.history-slider__navigation{
    display: flex;
    justify-content: space-between;
    margin-bottom: 90px;
}

/* Navigation -> Dates */
.history-slider__navigation-dates{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    align-items: center;
}
.history-slider__navigation-date{
    padding: 16px;
    font-weight: 400;
    color: inherit;
    transition: 0.15s linear;
}
.history-slider__navigation-date.history-slider__navigation-date--active{
    font-weight: 600;
    color: #fec028;
}

/* Navigation -> Progress Bar */
.history-slider__navigation-progress-bar{
    height: 2px;
    background-color: #E6E9EA;
    border-radius: 8px;
}
.history-slider__navigation-progress-bar .swiper-scrollbar-drag{
    background-color: #fec028;
    border-radius: 8px;
}

/* Slider -> Cards */
.history-slider__slider .swiper-slide{
    height: auto;
    display: flex;
    flex-direction: column;
}
.history-slider__image {
    padding-right: 24px;
    min-height: 246px;
    align-content: end;
    order: 1;
}
.history-slider__slider .swiper-slide:nth-of-type(even) .history-slider__image {
    align-content: start;
    order: 3;
}
.history-slider__image img {
    max-width: 100%;
}
.history-slider__separator {
    margin-top: 12px;
    margin-bottom: 8px;
    order: 2;
}
.history-slider__slide__date{
    width: max-content;
    color: #808080;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 18px;
}
.history-slider__slide{
    margin-right: 24px;
    border-radius: 8px;
    min-height: 246px;
    order: 3; 
}
.history-slider__slider .swiper-slide:nth-of-type(even) .history-slider__slide{
    order: 1;
}
.history-slider__slide h5{
    margin-bottom: 16px;
}

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

    .history-slider .content-wrapper{
        padding: 0px 20px;
    }

}
@media screen and (max-width: 1150px){
    .history-slider__navigation{
        flex-direction: column;
        gap: 32px;
    }
    .slider-navigation.slider-navigation--history-slider{
        float: none;
        margin: 25px auto;
    }
}
@media screen and (max-width: 767px){

    .history-slider__title{
        margin-bottom: 48px;
    }

    .history-slider__navigation{
        position: absolute;
        top: 70%;
        transform: translateY(-50%);
        z-index: 5;
        right: 5.5vw;
    }

    .history-slider__dates-progress{
        display: none;
    }

    .slider-navigation--history-slider .slider-navigation__item.slider-navigation__item--prev{
        display: none;
    }

    .slider-navigation--history-slider .slider-navigation__item.slider-navigation__item--next.swiper-button-disabled{
        opacity: 0;
        pointer-events: none;
    }
} 
.custom-form {
    /* Submit button styles */
    --hsf-button__font-family: inherit; 
    --hsf-button__font-size: 18px; 
    --hsf-button__color: #FFFFFF; 
    --hsf-button__background-color: 

  
  
    
  

  rgba(254, 192, 40, 1.0)

; 
    --hsf-button__background-image: none; 
    --hsf-button__border-radius: 1px; 
    --hsf-button__box-shadow: none; 
    --hsf-button__padding: 0.7rem 1rem; 
    --hsf-button__hover-background-color: 

  
  
    
  

  rgba(26, 51, 78, 1.0)

; 
    --hsf-button__hover-color: #ffffff;
    /* Remove default padding & margin */
    --hsf-background__padding: 0 !important;
    --hsf-row__vertical-spacing: 10px !important;
}
.custom-form form input[type=text],
.custom-form form input[type=search],
.custom-form form input[type=email],
.custom-form form input[type=password],
.custom-form form input[type=tel],
.custom-form form input[type=number],
.custom-form form input[type=file],
.custom-form form select,
.custom-form form textarea:not(#g-recaptcha-response) {
  display: inline-block !important;
  font-size: 0.875rem !important;
  padding: 0.7rem !important;
  width: 100% !important;
  border: 2px solid #D1D6DC;

  background-color: 

  
  
    
  

  rgba(255, 255, 255, 1.0)

 !important;
  color: #808080 !important;
  border-radius: 3px !important;
  min-height: 48px;
}
.custom-form form textarea:not(#g-recaptcha-response) {
  border-top: 2px solid #D1D6DC !important;
  border-bottom: 2px solid #D1D6DC !important;
  border-left: 2px solid #D1D6DC !important;
  border-right: 2px solid #D1D6DC !important;
  height: 120px;
}   

/* Macros */

/* Filterable Card Listing Skeleton */

.filterable-listing {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 40px;
}

.filterable-listing__filters-panel {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.filterable-listing__cards-panel{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 64px;
  width: 100%;
}

/* Search */

.filterable-listing__search-input{
  padding: 10px 16px 10px 20px;
  width: 100%;
  border-radius: 55px;
  background-color: transparent;
  border: 1px solid var(--tiber-green);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M1 17L6.11111 11.8889M4.55556 7.22222C4.55556 8.87246 5.21111 10.4551 6.378 11.622C7.5449 12.7889 9.12754 13.4444 10.7778 13.4444C12.428 13.4444 14.0107 12.7889 15.1776 11.622C16.3444 10.4551 17 8.87246 17 7.22222C17 5.57199 16.3444 3.98934 15.1776 2.82245C14.0107 1.65555 12.428 1 10.7778 1C9.12754 1 7.5449 1.65555 6.378 2.82245C5.21111 3.98934 4.55556 5.57199 4.55556 7.22222Z" stroke="%23003934" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-size: 20px;
  background-position: center right 20px;
  background-repeat: no-repeat;
}

/* Filters */

.filterable-listing__filters {
  position: sticky;
  top: 120px;
  left: 0px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.filterable-listing__filter-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.filterable-listing__filter-title svg {
  transform: rotate(180deg);
  transition: var(--transition);
}

.filterable-listing__filter.filterable-listing__filter--active .filterable-listing__filter-title svg {
  transform: rotate(0deg);
}

.filterable-listing__filter-options {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 0px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: var(--transition);
}

.filterable-listing__filter.filterable-listing__filter--active .filterable-listing__filter-options {
  height: 100%;
  max-height: 1000px;
  overflow: visible;
  opacity: 1;
}

.filterable-listing__filter-option {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  color: inherit;
  transition: var(--transition);
  text-transform: capitalize;
}

.filterable-listing__filter-option:hover {
  color: var(--teal);
}

.filterable-listing__filter-option input[type="checkbox"]::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="%23003934"/></svg>');
}

.filterable-listing__filter-option input[type="checkbox"]:checked::before {
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" fill="white" stroke="%23003934"/><rect x="4" y="4" width="12" height="12" rx="2" fill="%23008D7F"/></svg>');
}


/* Cards Grid */

.filterable-listing__no-results{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  opacity: 1;
  pointer-events: all;
}

.filterable-listing__no-results.filterable-listing__no-results--hidden{
  display: none;
  opacity: 0;
  pointer-events: none;
}

/* Card Grid: Base layout */
.filterable-listing__cards {
  display: grid;
  gap: 50px 30px;
  grid-template-columns: repeat(3, 1fr); /* fallback/default */
}

/* Modifier: 2 per row */
.filterable-listing__cards--two {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.filterable-listing__cards.filterable-listing__cards--even-gap{
  gap: 30px;
}

/* Responsive Overrides */
@media screen and (max-width: 1165px) {
  .filterable-listing__cards{
    grid-template-columns: repeat(2, 1fr);
  }

  .filterable-listing__cards--two {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 1000px) {
  .filterable-listing {
    flex-direction: column;
    gap: 32px;
  }

  .filterable-listing__filters-panel {
    width: 100%;
    max-width: unset;
  }

  .filterable-listing__cards-panel {
    width: 100%;
    gap: 32px;
  }
}

@media screen and (max-width: 767px) {
  .filterable-listing__cards{
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
/* Setup */
.filterable-listing-vertical {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 70px;
}

/* Filters */
.filterable-listing-vertical__filters {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.filterable-listing-vertical__filters p {
    margin-bottom: 0px;
}

.checkbox-filter {
    display: flex;
    flex-direction: row;
    border-radius: 8px;
    padding: 8px 10px;
    background-color: #cfe5df;
    align-items: center;
    gap: 12px;
    transition: var(--transition);
    cursor: pointer;
    min-width: max-content;
}

.checkbox-filter p {
    color: inherit;
    transition: var(--transition);
}

.checkbox-filter.checkbox-filter--active,
.checkbox-filter:hover {
    background-color: var(--tiber-green);
}

.checkbox-filter.checkbox-filter--active p,
.checkbox-filter:hover p {
    color: white;
}

.checkbox-filter input[type="checkbox"]::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="%23003934"/></svg>');
}

.checkbox-filter:hover input[type="checkbox"]::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="white"/></svg>');
}

.checkbox-filter input[type="checkbox"]:checked::before {
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.5" y="0.5" width="19" height="19" rx="2.5" stroke="white"/><rect x="4" y="4" width="12" height="12" rx="2" fill="white"/></svg>');
}

.filterable-listing-vertical__select{
    display: none;
}

/* Card Grid */
.filterable-listing-vertical__cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

@media (max-width: 1023px) {
    .filterable-listing-vertical__cards:not(.filterable-listing-vertical__cards--two) {
        grid-template-columns: repeat(2, 1fr);
    }
    .filterable-listing-vertical__cards:not(.filterable-listing-vertical__cards--two) > *:nth-child(3) {
        grid-column: 1 / -1;
    }

    .filterable-listing-vertical__cards--two {
        grid-template-columns: repeat(2, 1fr);
    }
    .filterable-listing-vertical__cards--two > *:nth-child(3) {
        grid-column: auto;
    }
}

@media (max-width: 767px) {
    .filterable-listing-vertical__filters {
        justify-content: flex-start;
    }
    .filterable-listing-vertical__cards {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 1023px) {
    .filterable-listing-vertical__cards--two {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .filterable-listing-vertical {
        gap: 40px;
    }

    .filterable-listing-vertical__filters {
        display: none;
    }

    .filterable-listing-vertical__select {
        display: block;
        font-size: 20px;
        padding: 10px;
        background-color: transparent;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-radius: 4px;
    }

    .filterable-listing-vertical__cards{
        grid-template-columns: repeat(1, 1fr)!important;
        gap: 16px;
    }
}
.latest-articles__title{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-bottom: 50px;
}

.latest-articles__title h2{
    margin-bottom: 0px;
}

.latest-articles__articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
    align-items: stretch;
}

.latest-articles__articles .article-card{
    display: flex;
    opacity: 1;
}

@media (max-width: 1023px) {
    .latest-articles__articles {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 819px) {
    .latest-articles__title .secondary-cta{
        display: none;
    }
}

@media (max-width: 767px) {
    .latest-articles__articles {
        grid-template-columns: 1fr;
        gap: 30px;
    }
}
.ecs-modal {
    position: fixed;
    inset: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999999999;
    pointer-events: none;
    opacity: 0;
    transition: var(--transition);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ecs-modal.ecs-modal--show {
    opacity: 1;
    pointer-events: all;
}

.ecs-modal::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: var(--tiber-green);
    opacity: 0.7;
    pointer-events: none;
}

.ecs-modal__content{
    position: relative;
    max-width: 85vw;
    width: 85vw;
    max-height: 90vh;
    background: white;
    border-radius: var(--radius);
    box-shadow: 0 0 50px rgba(0,0,0,0.4);
    overflow-y: auto;
    padding: 20px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    isolation: isolate;
}

.ecs-modal__content * {
    max-width: 100%;
    box-sizing: border-box;
}

.ecs-modal__content iframe,
.ecs-modal__content video {
    width: 100% !important;
    height: auto !important;
    max-height: 60vh;
    display: block;
}

.ecs-modal__content video{
    max-height: unset;
}

.ecs-modal__content:has(video){
    padding: 0px;
}

.ecs-modal__content .video-media{
    z-index: 1;
}

.ecs-modal__content:has(video) .ecs-modal-close-icon svg path{
    fill: white!important;
}

.ecs-modal-close-icon {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    z-index: 2;
}

.ecs-modal-close-icon:hover svg path {
    fill: var(--teal);
    transition: var(--transition);
}


/* Custom Macro Behaviours */

.ecs-modal .video-media.video-media--paused .video-media__controls{
    pointer-events: none;
}

.ecs-modal--show .video-media.video-media--paused .video-media__controls{
    pointer-events: all;
}    

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

/* Misc style variables */

html {
  scroll-behavior: smooth;
}

.body-wrapper{
  overflow-x: clip;
}

:root {
  --transition: 0.3s ease-in-out;
  --box-shadow: 0px 10px 23px -5px rgba(0,0,0,0.05);
  --box-shadow--hidden: 0px 10px 23px -5px rgba(0,0,0,0.0);
  --radius: 10px;
}

/* Responsive helpers */

.hide-desktop{
  display: none;
}

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

  .hide-desktop{
    display: flex!important;
  }
  .hide-mobile{
    display: none!important;
  }
}

/* Cookie popup adjustments */

.hs-banner-optimization-animation{
  inset: unset!important;
  transform: translate(45%, 70%)!important;
  box-shadow: none!important;
}

.hs-banner-parent{
  position: relative!important;
}

body .cookie-overlay{
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  position: fixed;
  z-index: 1000000000;
  opacity: 0;
  pointer-events: none;
}

body:has(.hs-banner-optimization-animation):not(body:has(.hs-banner-optimization-animation.hs-hidden)) .cookie-overlay{
  opacity: 0.7;
}

/* Layout helpers */
.w100 {
  width: 100%;
}
.posRel {
  position: relative;
}
.posAbs {
  position: absolute;
}
.center-content{
  margin: 0 auto;
}
.bg-full {
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-top-left { background-position: top left; }
.bg-top-right { background-position: top right; }
.bg-top-center { background-position: top center; }
.bg-center-left { background-position: center left; }
.bg-center-right { background-position: center right; }
.bg-center { background-position: center center; }
.bg-bottom-left { background-position: bottom left; }
.bg-bottom-right { background-position: bottom right; }
.bg-bottom-center { background-position: bottom center; }
.text-center{
  text-align: center;
}
.align-center{
  justify-content: center;
  align-items: center;
}
.flex-col, .flex-row{
  display: flex;
  flex-direction: column;
}
.flex-row{
  flex-direction: row;
}
.standard-grid{
  display: grid;
  gap: 2rem; 
  margin: 0 auto;
  padding: 2rem 0;
} 
.standard-grid.two-col   { grid-template-columns: repeat(2, 1fr); }
.standard-grid.three-col { grid-template-columns: repeat(3, 1fr); }
.standard-grid.four-col  { grid-template-columns: repeat(4, 1fr); }
.perfect-circle{
  border-radius: 100%;
  }

@media (max-width: 992px) {
  .standard-grid {
    padding: 2rem 0;
  }
  /* Cap larger grids at 2 columns on medium screens */
  .standard-grid.three-col,
  .standard-grid.four-col {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  /* Single column on small screens */
  .standard-grid.two-col,
  .standard-grid.three-col,
  .standard-grid.four-col {
    grid-template-columns: 1fr;
  }
}

/* Padding helpers */

.pt-0 { padding-top: 0px; }
.mt-0 { margin-top: 0px; }

/* Swiper.js defaults -- NOTE: to be actioned into the actual library */
.swiper-wrapper {
  padding: 0;
}
.swiper-slide {
  list-style: none;
}
.swiper-button-prev,
.swiper-button-next,
.swiper-button-prev:focus,
.swiper-button-next:focus {
  background-color: transparent;
  border: none;
  width: auto !important;
}
.swiper-button-prev {
  transform: rotate(180deg);
}
.swiper-button svg path {
  fill: #808080;
  transition: fill 0.3s ease-in-out;
}
.swiper-button svg rect {
  stroke: #808080;
  transition: stroke 0.3s ease-in-out;
}
.swiper-button:hover svg path {
  fill: #fec028;
}
.swiper-button:hover svg rect {
  stroke: #fec028;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: transparent;
  border: none;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: -50px !important;
}
.swiper-pagination-bullet-active {
  background-color: #fec028 !important;
}