@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
  position: relative;
  padding-top: 121px;
  transition: var(--transition);
}

@media (min-width: 768px) {
  main.padding-top {
    padding-top: 207px;
  }
}

.page-banner {
  width: 100%;
  padding: 15px 0;
  display: flex;
  align-items: center;
  min-height: 86px;
  transition: var(--transition);
}

header.scroll-up .page-banner {
  transform: translateY(-220px);
}

.page-banner .content-wrapper {
  width: 100%;
}

.page-banner p {
  margin: 0;
}

.page-banner__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-banner__right .button-wrapper a:not(:hover) {
  text-decoration: none;
}

.page-banner__right .button-wrapper a:hover {
  text-decoration: underline;
}

.page-banner__inner .button-wrapper {
  margin-top: 0;
}

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

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

h1,
h1.h2 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/* Remove Safari's default appearance for select elements */

select {
  -webkit-appearance: none;
  appearance: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects */

/* Tabs */

.tab-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tab {
  border-bottom: 1px solid var(--secondary-color);
  padding-bottom: 35px;
}

.content-dark .tab {
  border-bottom: 1px solid var(--primary-color);
}

.tab__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  margin-bottom: 10px;
}

.tab__title > * {
  margin-bottom: 0;
}

.tab__title svg rect {
  transition: var(--transition);
}

.content-dark .tab__title svg rect:first-of-type {
  fill: var(--primary-color);
  text-align: center;
}

.tab.active .tab__title svg rect:nth-of-type(2) {
  fill: transparent;
}

.tab__content {
  max-width: 591px;
  padding-right: 45px;
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease, padding 0.35s ease;
  padding: 0;
  height: 0;
  visibility: hidden;
}

.tab__content > * {
  overflow: hidden;
}

.tab__content > *:last-of-type {
  margin-bottom: 0;
}

.tab.active .tab__content {
  grid-template-rows: 1fr;
  height: auto;
  visibility: visible;
}

/* Responsive grid */

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
  *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
}

.container-fluid:after {
  clear: both;
}

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

  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    *margin-left: 2.709239449638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
    *width: 99.9468085036383%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
  *zoom: 1;
}

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

.clearfix:after {
  clear: both;
}

/* Visibilty Classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important ;
  }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  padding: 0 20px;
  margin: 0 auto;
}

.content-wrapper.no-padding {
  padding: 0;
}

/* Drag and drop layout styles */

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

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

/* Elements */

.tag-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 24px;
}

.tag {
  background-color: var(--secondary-color);
  padding: 7px 24px;
  border-radius: 30px;
  width: fit-content;
  color: var(--primary-color);
  text-transform: uppercase;
}

.tag * {
  color: var(--primary-color);
  text-transform: uppercase;
}

.content-light,
.content-light :not(button):not(button *):not(.button):not(.button *) {
  color: var(--light);
}

.content-light form input {
  border-color: var(--light) !important;
  color: var(--light) !important;
}

.content-light form input[type="checkbox"] {
  background-color: var(--light) !important;
}

.content-light form input::placeholder,
.content-light form textarea::placeholder {
  color: var(--light) !important;
  opacity: 1;
}

.content-light form input::placeholder,
.content-light form textarea::placeholder {
  color: var(--light) !important;
  opacity: 1;
}

.content-light form select {
  color: var(--light) !important;
}

.content-dark,
.content-dark :not(button):not(button *):not(.button):not(.button *) {
  color: var(--dark);
}

.no-margin {
  margin: 0;
}

.collapsable-title {
  display: flex;
  justify-content: space-between;
  gap: 25px;
  cursor: pointer;
}

.collapsable-title svg {
  margin-top: 10px;
}

.collapsable-title svg {
  min-width: 26px;
  min-height: 26px;
}

@media (max-width: 767px) {
  .collapsable-title svg {
    min-width: 26px;
    min-height: 26px;
  }
}

.headline {
  font-size: 1.375rem;
}

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

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

/* Paragraphs */

p {
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

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

/* Lists */

ul,
ol {
  padding-left: 0;
  margin: 0 0 1.4rem;
}

ul li,
ol li {
  margin: 0.7rem 0.7rem 0.7rem 1.1rem;
}

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

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

.no-list li {
  margin: 0;
}

.custom-list ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.custom-list ul li {
  list-style: none;
  position: relative;
  padding-left: 35px; /* space for the bullet */
}

.custom-list ul li::before {
  content: "";
  position: absolute;
  left: -11px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32" fill="none"><circle cx="16" cy="16" r="16" fill="%23ABE1FA"/><path d="M8.57617 15.8995L13.5259 20.8492L23.4254 10.9497" stroke="%23005A99"/></svg>');
  background-size: cover;
  background-repeat: no-repeat;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  margin: 0;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
.button-wrapper {
  margin-top: 40px;
  display: flex;
  gap: 15px;
}

.vertical-swiper-nav {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  border-radius: 50px;
  padding: 10px 5px;
  border: 1px solid var(--primary-color);
}

.horizontal-swiper-nav {
  display: flex;
  align-items: center;
  border-radius: 50px;
  padding: 10px 5px;
  border: 1px solid var(--primary-color);
}

@media (max-width: 900px) {
  .horizontal-swiper-nav {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .switchback__right__swiper__navigation__slide-numbers {
    right: 50% !important;
  }
}

.vertical-swiper-nav button.swiper-button {
  background-color: transparent;
}

button.swiper-button,
button.button--secondary.swiper-button,
button.swiper-button:hover,
button.button--secondary.swiper-button:hover,
button.swiper-button:focus,
button.button--secondary.swiper-button:focus,
button.swiper-button:active,
button.button--secondary.swiper-button:active,
button.swiper-button:disabled {
  border: none;
  transition: var(--transition);
  background-color: transparent;
  padding: 0;
  border: none;
}

button.swiper-button svg {
  position: relative;
}

button.swiper-button svg path {
  transition: var(--transition);
}

button.swiper-button:hover svg path,
button.swiper-button:active svg path,
button.swiper-button:focus svg path {
  stroke: var(--dark);
}

button.button--secondary.swiper-button:hover svg path,
button.button--secondary.swiper-button:active svg path,
button.button--secondary.swiper-button:focus svg path {
  stroke: var(--light);
}

a svg.download-button path:not(:first-of-type) {
  transition: var(--transition);
}

a:hover svg.download-button path:not(:first-of-type) {
  transform: translateY(4px);
}

a svg.horizontal-arrow-button path {
  transition: var(--transition);
}

a:hover svg.horizontal-arrow-button path {
  transform: translateX(4px);
}

/* Expand icon */

.expandable {
  transition: var(--transition);
}

.expandable[aria-expanded="true"] .expand-icon > rect:nth-of-type(2) {
  display: none;
  padding: 0;
}

/* Primary button */

button,
.button,
.hs-button,
form.hsfc-Form button[type="submit"] {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
  border-radius: 30px;
}

.hs-button-modify--full-width {
  width: 100%;
  justify-content: center;
  text-align: center;
}

/* Simple button */

.button.button--simple {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
}

.button.button--simple:hover,
.button.button--simple:focus {
  border: none;
  background-color: transparent;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  border-color: #f1f1f1;
  background-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

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

/* Tooltip styles for copy to clipboard */

.hs-tooltip {
  position: absolute;
  bottom: calc(100% + 7px);
  left: 50%;
  display: none;
  height: auto;
  width: auto;
  padding: 5px 10px;
  border-radius: 3px;
  background-color: #494a52;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
  transform: translateX(-50%);
}
.hs-tooltip:after {
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border-top: 5px solid #494a52;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: "";
  transform: translateX(-50%);
}
.hs-tooltip__failure,
.hs-tooltip__success {
  display: none;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.hs-visible {
  display: block;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
  fill: inherit;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem;
}
form input,
form textarea,
select {
  border-bottom: solid 1px #231f20 !important;
}

form .hsfc-DropdownOptions__Search {
  background: white;
}

form ul.hsfc-DropdownOptions__List {
  background: white;
  border: solid #231f20 0.5px;
}

/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

:root {
  --hsf-module__vertical-spacing: 0.35rem;
}

/* Form fields */

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

:root {
  --hsf-row__vertical-spacing: 1.4rem;
}

.form-columns-1 .hs-fieldtype-intl-phone,
form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form input[type="search"],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* International phone number field */

form .hs-fieldtype-intl-phone {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

form li.hs-form-booleancheckbox span {
  font-size: 14px;
}

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form select.hs-input {
  padding-right: 40px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9407 19.5595C11.5267 20.1454 12.4782 20.1454 13.0642 19.5595L22.0642 10.5595C22.6501 9.97354 22.6501 9.02197 22.0642 8.43604C21.4782 7.8501 20.5267 7.8501 19.9407 8.43604L12.0001 16.3767L4.05947 8.44072C3.47354 7.85478 2.52197 7.85478 1.93604 8.44072C1.3501 9.02666 1.3501 9.97822 1.93604 10.5642L10.936 19.5642L10.9407 19.5595Z' fill='%2309152B'/%3E%3C/svg%3E%0A");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px;
  border-bottom: 1px solid;
}

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

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

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

:root {
  --hsf-global-error__color: #ef6b51;
  --hsf-field-label-requiredindicator__color: var(--hsf-global-error__color);
  --hsf-erroralert__color: var(--hsf-global-error__color);
}

/* Submit button */

form input[type="submit"],
form button[type="submit"],
form .hs-button,
form .hs-subscriptions-primary-button {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */
}

form.hsfc-Form .hsfc-NavigationRow__Buttons {
  justify-content: flex-start !important;
}

form.hsfc-Form button[type="submit"] {
  width: fit-content;
  font-size: 18px !important;
}

:root {
  --hsf-button__width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Squares graphic */

.squares-graphic {
  pointer-events: none;
}

/* Icon wrapper */

.icon {
  display: inline-flex;
  border-radius: 50%;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

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

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  z-index: 2;
  top: 0;
  left: 0;
  overflow: visible;
  height: auto;
  width: auto;
}
footer.footer .hs-menu-wrapper .hs-menu-depth-1 > a {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 22px;
}
footer.footer .hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  gap: 12px;
}

@media (max-width: 1124px) {
  footer.footer .hs-menu-wrapper > ul:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 12px;
    padding-left: 0;
    margin: 0;
    list-style: none;
  }
}
@media (max-width: 992px) {
  footer.footer .footer-row-0-max-width-section-centering > .row-fluid {
    padding: 85px 40px 20px;
  }
}

@media (max-width: 768px) {
  footer.footer .hs-menu-wrapper > ul:first-of-type {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 12px; /* espacio entre filas y columnas */
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  footer.footer .hs-menu-wrapper li {
    margin-bottom: 0; /* ya controlamos el espacio con el gap */
    text-align: left;
  }
  footer.footer
    .span6.widget-span.widget-type-cell.dnd-column.cell_17604117885122-vertical-alignment
    span
    p {
    text-align: left !important;
  }
}

@media (max-width: 767px) {
  footer.footer .hs-menu-wrapper > ul:first-of-type {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 12px 20px; /* espacio entre filas y columnas */
    padding-left: 0;
    margin: 0;
    list-style: none;
  }

  footer.footer .hs-menu-wrapper li {
    margin-bottom: 0px; /* ya controlamos el espacio con el gap */
    text-align: left;
  }
}

/* Spacing between top-level <li> elements (depth-1) */
footer.footer .hs-menu-wrapper > ul > li.hs-menu-depth-1 {
  margin-bottom: 36px;
}

/* Spacing between second-level <li> elements (depth-2) */
footer.footer
  .hs-menu-wrapper
  ul.hs-menu-children-wrapper
  > li.hs-menu-depth-2 {
  margin-bottom: 12px;
}

/* Optional: remove the margin from the last item in each list */
footer.footer .hs-menu-wrapper > ul > li.hs-menu-depth-1:last-child,
footer.footer
  .hs-menu-wrapper
  ul.hs-menu-children-wrapper
  > li.hs-menu-depth-2:last-child {
  margin-bottom: 0;
}

footer.footer
  .row-fluid-wrapper.row-depth-1.row-number-7.dnd-row.footer-column-5-row-1-vertical-alignment {
  margin-top: 20px;
}

footer.footer
  .span6.widget-span.widget-type-cell.cell_1760411788511-vertical-alignment.dnd-column {
}

footer.footer
  .span6.widget-span.widget-type-cell.dnd-column.cell_17604117885122-vertical-alignment {
  margin-top: 20px;
  text-align: left;
}
/* Swiper */

.swiper-slide:not(.no-grab) {
  cursor: grab;
}

.swiper-navigation {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

.swiper-navigation-button {
  cursor: pointer;
}

.scrollbar-custom {
  height: 5px;
}

@media (min-width: 768px) {
  .swiper-navigation-button-next {
    position: absolute;
    left: 100px;
  }

  .scrollbar-custom {
    width: 228px;
    position: absolute;
    left: 200px;
  }
}

@media (max-width: 767px) {
  .swiper-navigation {
    justify-content: space-between;
  }

  .scrollbar-custom {
    width: 100%;
  }
}

.scrollbar-custom .swiper-scrollbar-drag {
  background-color: var(--dark-blue);
  height: 5px;
  width: 63px;
  cursor: grab;
}

/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  width: 100%;
  text-align: center;
}

/* Article */

.blog-listing__post {
  display: flex;
  width: 100%;
  padding: 0;
  margin-bottom: 2.8rem;
  flex-direction: column;
}

.blog-listing__post-inner-wrapper {
  display: flex;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  padding: 0.7rem 0 0;
  flex-direction: column;
  flex-grow: 1;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

/* Author */

.blog-listing__post-author {
  display: flex;
  margin-bottom: 0.7rem;
  align-items: center;
}

.blog-listing__post-author-image {
  height: auto;
  width: 50px;
  margin-right: 0.7rem;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - basic grid */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    width: 100%;
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - side by side */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  width: 100%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

@media (min-width: 768px) {
  .blog-post-listing__post--list {
    flex-direction: row;
  }

  .blog-listing__post-content--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--list {
    order: 1;
  }

  .blog-post-listing__post-image-wrapper--right {
    order: 2;
  }

  .blog-listing--list .blog-listing__post-image-wrapper {
    width: 25%;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--left {
    margin-right: 1.4rem;
  }

  .blog-listing--list .blog-post-listing__post-image-wrapper--right {
    margin-left: 1.4rem;
  }
}
/* Brand Listing */

.brand-listing__top {
  position: relative;
}

.brand-listing__top__inner {
  max-width: 954px;
  margin: 0 auto;
  padding: 155px 0;
  position: relative;
  z-index: 1;
}

.brand-listing__top__inner * {
  text-align: center;
}

.brand-listing__top__svg-top {
  position: absolute;
  left: -700px;
  bottom: 50%;
}

.brand-listing__top__svg-bottom {
  position: absolute;
  top: 50%;
  right: -700px;
}

.brand-listing__top__svg-top.scican {
  left: -400px;
}

.brand-listing__top__svg-bottom.scican {
  right: -400px;
}

.brand-listing__bottom {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}

.brand-listing__bottom .content-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.brand-listing__bottom__left {
  min-width: 276px;
  height: 100%;
  position: sticky;
  top: 165px;
  z-index: 1;
}

.brand-filters {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.brand-filters li label {
  gap: 14px;
  display: flex;
  align-items: center;
}

.brand-filters li input {
  width: 17px;
  height: 17px;
  border-color: var(--dark);
}

.brand-listing__bottom__right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  width: 100%;
}

.brand-listing__bottom__right__brand {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.brand-listing__bottom__right__brand__top {
  height: 201px;
  background-color: var(--light);
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brand-listing__bottom__right__brand__bottom {
  padding: 60px 32px;
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.brand-listing__bottom__right__brand__bottom h5 {
  margin-bottom: 10px;
}

.brand-listing__bottom__right__brand__bottom p {
  margin: 0;
}

.no-results-text {
  grid-column: 1 / -1; /* span all columns */
}

@media (max-width: 1100px) {
  .brand-listing__bottom__left {
    min-width: 170px;
  }
}

@media (max-width: 1024px) {
  .brand-listing__bottom__right {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .brand-listing__bottom .content-wrapper {
    flex-direction: column;
  }

  .brand-listing__top__inner {
    max-width: calc(100% - 100px);
  }

  .brand-listing__bottom__left {
    position: static;
  }

  .brand-listing__bottom__right {
    grid-template-columns: 1fr;
  }

  .brand-filters {
    flex-direction: row;
  }
}

/* Boxed Image Content */

.boxed-image__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  min-height: 608px;
}

.boxed-image__content__left img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.boxed-image__content__right {
  padding: 95px 70px;
}

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

  .boxed-image__content__right {
    padding: 50px;
  }
}

/* Card Swiper with Image Banner */

.cw-w-ib__outer.content-wrapper__outer {
  margin-top: 65px;
  padding: 95px 0 75px;
  border-radius: var(--border-radius);
}

.cw-w-ib__image-banner {
  min-height: 653px;
  padding: 50px 100px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: -160px;
  position: relative;
  background-position: top center;
}

.cw-w-ib__image-banner::after {
  content: "";
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 1) 35%
  );
  border-radius: var(--border-radius);
}

.cw-w-ib__image-banner__content {
  margin-top: -40px;
  width: 50%;
  position: relative;
  z-index: 1;
}

.cw-w-ib__card-swiper__container {
  margin-top: -60px;
  position: relative;
  padding-left: 95px;
}

.cw-w-ib__card-swiper__navigation {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--light);
}

.cw-w-ib__card-swiper.swiper {
  overflow: visible;
}

.cw-w-ib__card-swiper.swiper .icon-cards__card {
  transition: var(--transition);
  opacity: 1;
}

.icon-cards__card {
  padding: 60px 35px;
}

@media (max-width: 1000px) {
  .cw-w-ib__image-banner {
    padding: 50px;
    background-color: var(--light);
    min-height: unset;
    margin-bottom: 40px;
    overflow: hidden;
  }

  .cw-w-ib__image-banner::before {
    content: "";
    height: 300px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--border-radius);
    background-size: cover;
  }

  .cw-w-ib__image-banner::after {
    top: 95px;
    right: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 1) 30%
    );
    border-radius: var(--border-radius);
  }

  .cw-w-ib__image-banner__content {
    width: auto;
    margin-top: 260px;
  }

  .cw-w-ib__card-swiper__container {
    margin: 0;
    padding: 0 0 110px;
    position: relative;
  }

  .cw-w-ib__card-swiper__navigation {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    transform: none;
    top: auto;
  }
}

@media (min-width: 768px) {
  .cw-w-ib__card-swiper.swiper .icon-cards__card.invisible {
    opacity: 0;
    pointer-events: none;
  }
}

/* Column Repeater */

.column-repeater__title *:last-of-type {
  margin: 0;
}

.column-repeater__title {
  margin-bottom: 60px;
}

.column-repeater__content {
  display: grid;
  gap: 45px;
}

.column-repeater__content__column__img-wrapper {
  margin-bottom: 30px;
  display: flex;
  width: fit-content;
}

.column-repeater__content__column__img-wrapper img {
  width: 100%;
}

@media (max-width: 1024px) {
  .column-repeater__content__column__img-wrapper {
    display: flex;
    justify-content: center;
    width: auto;
  }
}

/* CTA Banner */

.cta-banner__outer {
  background-color: var(--primary-color);
  padding: 85px 0;
  position: relative;
  overflow: hidden;
}

.cta-banner__outer__bg-shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.cta-banner__content form {
  position: relative;
  z-index: 1;
}

.cta-banner__content__inner {
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.cta-banner__content__inner * {
  text-align: center;
}

/* Description Banner */

.description-banner__outer {
  position: relative;
  min-height: 961px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.description-banner__outer > .content-wrapper {
  width: 100%;
}

.description-banner {
  display: flex;
  align-items: center;
}

.description-banner__left {
  max-width: 515px;
}

.description-banner__left.scican {
  max-width: 615px;
}

.description-banner__left__bottom {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 375px;
}

.description-banner__left__bottom__row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.description-banner__left__bottom__row__icon {
  min-width: 20px;
}

.description-banner__left__bottom__row__icon,
.description-banner__left__bottom__row__label {
  display: flex;
  align-items: center;
}

.description-banner__right {
  position: absolute;
  left: 565px;
  top: 0px;
  display: flex;
}

.description-banner__right.scican {
  left: auto;
  right: 0;
}

@media (max-width: 1200px) {
  .description-banner__left.scican {
    max-width: 515px;
  }
  .description-banner__right {
    left: 330px;
  }

  .description-banner__right.scican {
    left: auto;
    right: -350px;
  }
}

@media (max-width: 767px) {
  .description-banner__outer {
    min-height: auto;
  }

  .description-banner__left {
    max-width: 400px;
    padding: 80px 0 0;
  }

  .description-banner__right {
    left: 350px;
    bottom: 0;
  }

  .description-banner__left.scican {
    max-width: none;
  }

  .description-banner__right.scican {
    display: none;
  }

  .description-banner__right svg {
    width: auto;
  }
}

/* Download Columns */

.download-columns__content {
  display: grid;
  gap: 38px;
}

.download-columns__content__column__rows {
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.download-columns__content__column__rows__row {
  display: flex;
  justify-content: space-between;
  gap: 55px;
  padding: 45px;
  position: relative;
}

.download-columns__content__column__rows__row .tag {
  margin-bottom: 40px;
}

.download-columns__content__column__rows__row__left {
  width: 100%;
}

.download-columns__content__column__rows__row__left__bottom-row {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}

.download-columns__content__column__rows__row__left__bottom-row__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.download-columns__content__column__rows__row__right {
  width: 86px;
}

.download-columns__content__column__rows__row__right a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

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

@media (max-width: 767px) {
  .download-columns__content {
    grid-template-columns: 1fr;
  }

  .download-columns__content__column__rows__row {
    position: relative;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .download-columns__content__column__rows__row .tag {
    margin-right: 100px;
  }

  .download-columns__content__column__rows__row__right {
    position: absolute;
    right: 30px;
    top: 26px;
    transform: scale(0.5);
    transform-origin: top right;
  }
}

/* Download Rows */

.download-rows__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.download-rows__container__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
  padding-bottom: 20px;
  position: relative;
  border-bottom: 1px solid var(--gray);
}

.download-rows__container__row:hover * {
  color: var(--tertiary-color) !important;
}

.download-rows__container__row * {
  margin: 0;
  transition: var(--transition);
}

.download-rows__container__row__right a {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
}

.download-rows__container__row__right a:hover {
  text-decoration: none;
}

.download-rows__container__row__right a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.download-rows__container__row__right a svg path {
  transition: var(--transition);
}

section.content-dark .download-rows__container__row:hover *,
section.content-light .download-rows__container__row:hover * {
  color: var(--tertiary-color);
}

.download-rows__container__row:hover svg path {
  stroke: var(--secondary-color);
}

/* Download Tabber */

.downloads-tabber__tab-titles__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 75px;
}

.downloads-tabber__tab-titles__top h2 {
  margin: 0;
}

.downloads-tabber__tab-titles {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.downloads-tabber__tab-titles__title {
  padding: 0 24px 24px;
  min-width: 135px;
  justify-content: center;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0;
  background: transparent;
  border-bottom: 3px solid var(--ui-gray);
  transition: var(--transition);
}

.downloads-tabber__tab-titles__title.active {
  border-color: var(--tertiary-color);
}

.downloads-tabber__tabs__tab__rows {
  display: none;
}

.downloads-tabber__tabs__tab__rows.active {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.downloads-tabber__tabs__tab {
  display: flex;
  align-items: center;
  border-radius: var(--border-radius);
  position: relative;
}

.downloads-tabber__tabs__tab__left,
.downloads-tabber__tabs__tab__right {
  padding: 48px;
}

.downloads-tabber__tabs__tab__left {
  min-width: 250px;
  border-right: 1px solid var(--ui-gray);
}

.downloads-tabber__tabs__tab__left h4 {
  margin: 0;
  text-align: center;
}

.downloads-tabber__tabs__tab__right {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.downloads-tabber__tabs__tab__right__info {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.downloads-tabber__tabs__tab__right__info span:not(:last-child)::after {
  content: " • ";
  margin: 0 6px 0 4px;
}

.downloads-tabber__tabs__tab__right__right {
  position: absolute;
  right: 30px;
  top: 30px;
  transform: scale(0.75);
  transform-origin: top right;
}

.downloads-tabber__tabs__tab__right__right a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .downloads-tabber__tabs__tab {
    flex-direction: column;
    align-items: flex-start;
  }

  .downloads-tabber__tabs__tab__left {
    border: none;
    padding-bottom: 0;
  }

  .downloads-tabber__tabs__tab__left h4 {
    text-align: left;
  }

  .downloads-tabber__tabs__tab__right {
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .downloads-tabber__tab-titles__mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .downloads-tabber__tab-titles__top {
    display: none;
  }

  .downloads-tabber__tab-titles__mobile {
    width: 100%;
    margin-bottom: 60px;
  }
}

@media (max-width: 550px) {
  .downloads-tabber__tabs__tab__right {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Event Listing */

.event-listing__outer {
  position: relative;
}

.event-listing__outer::after {
  position: absolute;
  content: "";
  width: 200vw;
  left: -50vw;
  top: -60px;
  height: 1009px;
  background-color: var(--tint-color);
}

.event-listing__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
  padding-top: 110px;
}

.event-listing__background-shape {
  position: absolute;
  right: -500px;
  top: -100px;
  z-index: 1;
}

.event-listing__top__left,
.event-listing__top__right {
  position: relative;
  z-index: 2;
}

.event-listing__top__left {
  width: 100%;
  max-width: 428px;
}

.event-listing__top__right {
  display: flex;
  justify-content: flex-end;
}

.event-listing__container__filters {
  display: flex;
  gap: 33px;
  margin-top: 100px;
  position: relative;
  z-index: 2;
}

.event-listing__container__filters select {
  min-width: 330px;
}

.event-listing__container__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 120px 37px;
  margin-top: 84px;
  position: relative;
  z-index: 2;
}

.event-listing__container__grid__event {
  border-radius: var(--border-radius);
  overflow: hidden;
  position: relative;
}

.event-listing__container__grid__event__image {
  height: 311px;
  width: 100%;
  overflow: hidden;
}

.event-listing__container__grid__event__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.event-listing__container__grid__event:hover img {
  transform: scale(1.2);
}

.event-listing__container__grid__event__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 36px;
  gap: 25px;
}

.event-listing__container__grid__event__content__top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.event-listing__container__grid__event__content .tag {
  margin-bottom: 15px;
  padding: 16px;
}

.event-listing__container__grid__event__content a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.event-listing__container__grid__event__content__row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.event-listing__container__grid__event__content__row svg {
  min-width: 20px;
}

.event-listing__pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-top: 88px;
  position: relative;
  z-index: 2;
}

.event-listing__pagination__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.event-listing__pagination button {
  background-color: transparent;
  border: none;
}

.event-listing__pagination button:disabled {
  opacity: 0.5;
}

.event-listing__pagination__pages .page-number {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background: transparent;
  cursor: pointer;
  font-weight: bold;
  color: var(--dark);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; /* optional, keeps the text centered nicely */
  z-index: 1; /* text above the circle */
}

.event-listing__pagination__pages .page-number.active {
  color: var(--light);
}

.event-listing__pagination__pages .page-number.active::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: var(--tertiary-color);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1; /* circle behind the text */
}

@media (max-width: 1024px) {
  .event-listing__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .event-listing__top__left {
    max-width: none;
  }

  .event-listing__container__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 37px;
  }
}

@media (max-width: 767px) {
  .event-listing__container__grid {
    grid-template-columns: 1fr;
    gap: 37px;
  }

  .event-listing__container__grid__event__image {
    height: 211px;
  }

  .event-listing__container__filters {
    flex-direction: column;
  }

  .event-listing__container__filters select {
    width: 100%;
  }
}

/* FAQs */

.faqs {
  display: grid;
  grid-template-columns: 1fr;
  border-radius: 20px;
  gap: 40px;
}

.faqs__left {
  max-width: 403px;
}

.faqs__right__faq.expandable {
  border-bottom: solid 1px #cecece;
  padding-bottom: 15px;
  padding-top: 25px;
  transition: all 0.3s ease-in-out;
}

.faqs__right__faq.expandable:first-of-type {
  border-bottom: solid 1px #cecece;
  padding-bottom: 15px;
  padding-top: 0;
}

.faqs__right__faq.expandable:last-of-type {
  border-bottom: none;
}

.faqs__right__faq__description {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.4s ease-in-out,
    opacity 0.3s ease;
  opacity: 0;
}

.faqs__right__faq[aria-expanded="true"] .faqs__right__faq__description {
  max-height: 600px;
  opacity: 1;
}

@media (max-width: 992px) {
  .faqs {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Hero Banner */

.content-wrapper__outer.form-hero-banner__outer {
  position: relative;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.content-wrapper__outer.form-hero-banner__outer::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.form-hero-banner__outer.content-wrapper__outer {
  position: relative;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  max-width: none;
}

.form-hero-banner__content {
  padding: 100px 0;
  position: relative;
}

.form-hero-banner__content__title {
  max-width: 1035px;
  position: relative;
  z-index: 1;
}

.form-hero-banner__content__description {
  max-width: 954px;
  position: relative;
  z-index: 1;
}

.form-hero-banner__content {
  display: grid;
  align-items: start;
  gap: 60px;
  grid-template-columns: 1fr;
}

.form-hero-banner__content-form h3.form-title:empty {
  display: none;
}

.form-hero-banner__content-content {
  position: sticky;
  top: 220px;
}

.form-hero-banner__content-form
  [data-hsfc-id="Renderer"]
  .hsfc-CheckboxField
  label {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.form-hero-banner__content-form {
  position: relative;
}

.form-hero-banner__content-form form .hsfc-Step__Banner {
  display: none;
}

.form-hero-banner__squares-graphic {
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: top right;
  z-index: 0;
  height: 100%;
}

.form-hero-banner__squares-graphic svg {
  height: 100%;
  width: 100%;
}

@media (min-width: 992px) {
  .form-hero-banner__content {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .form-hero-banner__squares-graphic {
    display: none;
  }
}

/* Graph Banner */

.graph-banner__outer {
  padding: 175px 0;
  position: relative;
  min-height: 900px;
}

.graph-banner__outer::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    90deg,
    rgba(35, 31, 32, 0.7) 40%,
    rgba(35, 31, 32, 0) 100%
  );
}

.graph-banner__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.graph-banner__content__left {
  max-width: 610px;
}

.graph-banner__content__right {
  display: flex;
  justify-content: flex-end;
}

.graph-banner__content__right iframe {
  width: 100%;
}

@media (max-width: 1240px) {
  .graph-banner__outer {
    padding: 100px 0 175px;
  }

  .graph-banner__content {
    grid-template-columns: 1fr;
  }

  .graph-banner__content__left {
    max-width: none;
  }
}

/* Home Banner */

.home-banner__outer {
  position: relative;
}

.home-banner__outer .content-wrapper {
  z-index: 1;
  padding: 140px 20px;
}

.home-banner__background-graphic {
  position: absolute;
  right: -300px;
  top: -150px;
  z-index: 0;
  height: 100%;
}

.home-banner__background-graphic.scican {
  top: auto;
  bottom: 0;
}

.home-banner__content {
  display: grid;
  align-items: start;
  gap: 60px;
  grid-template-columns: 1fr 1.1fr;
}

.home-banner__image__wrapper {
  position: relative;
}

.home-banner__image {
  position: relative;
  z-index: 2;
}

.home-banner__image__shadow {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 90px);
}

@media (max-width: 1240px) {
  .home-banner__background-graphic {
    right: -600px;
  }
}

@media (max-width: 1024px) {
  .home-banner__outer .content-wrapper {
    padding-top: 50px;
  }

  .home-banner__content {
    grid-template-columns: 1fr;
  }

  .home-banner__background-graphic {
    display: none;
  }
}

/* Horiozntal Tabber */

.horizontal-tabber__tab-titles {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.horizontal-tabber__tab-titles__title {
  background-color: transparent;
  padding-bottom: 24px;
  border-bottom: 3px solid var(--ui-gray);
  border-radius: 0;
  border-top: none;
  border-right: none;
  border-left: none;
  min-width: 135px;
  text-align: center;
  justify-content: center;
  transition: var(--transition);
}

.horizontal-tabber__tab-titles__title.active {
  border-color: var(--tertiary-color);
}

.horizontal-tabber__tabs__tab {
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  display: none;
  transition: var(--transition);
}

.horizontal-tabber__tabs__tab.active {
  display: grid;
}

.horizontal-tabber__tabs__tab__left {
  max-width: 576px;
}

.horizontal-tabber__tabs__tab__right {
  display: flex;
  justify-content: flex-end;
}

.horizontal-tabber__tabs__tab__right img {
  border-radius: var(--border-radius);
  opacity: 0;
  transition: var(--transition);
}

.horizontal-tabber__tabs__tab.fade-in .horizontal-tabber__tabs__tab__right img {
  opacity: 1;
}

@media (min-width: 768px) {
  .horizontal-tabber__tab-titles__mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .horizontal-tabber__tabs__tab {
    grid-template-columns: 1fr;
  }

  .horizontal-tabber__tab-titles {
    display: none;
  }

  .horizontal-tabber__tab-titles__mobile {
    width: 100%;
    margin-bottom: 45px;
  }
}

/* Icon Cards */

.icon-cards__outer {
  position: relative;
  padding: 60px 0 60px;
}

.icon-cards {
  position: relative;
  z-index: 1;
}

.icon-cards-wrapper {
  display: grid;
  gap: 55px;
}

.icon-cards__title {
  max-width: 810px;
  margin-bottom: 60px;
}

.icon-cards__title__description {
  margin-top: 35px;
}

.icon-cards__card__icon {
  min-height: 90px;
  margin-bottom: 20px;
}

.icon-cards__card__icon * {
  margin: 0;
}

.icon-cards__card__icon__text {
  font-size: 4rem;
}

.icon-cards-wrapper.cards3 {
  grid-template-columns: repeat(3, 1fr);
}

.icon-cards-wrapper.cards4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
  .icon-cards__outer {
    padding: 0 0 120px;
  }

  .icon-cards-wrapper.cards3,
  .icon-cards-wrapper.cards4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .icon-cards__outer {
    padding: 0;
  }
}

@media (max-width: 600px) {
  .icon-cards-wrapper.cards3,
  .icon-cards-wrapper.cards4 {
    grid-template-columns: 1fr;
  }
}

/* Image Banner */

.image-banner__outer.content-wrapper__outer.full-width {
  margin-bottom: 100px;
}

.image-banner__content {
  padding-top: 100px;
  display: flex;
  flex-direction: column;
}

.image-banner__content h1 {
  max-width: 1090px;
  text-align: center;
  margin: 0 auto 60px;
}

.image-banner__outer__image {
  margin-bottom: -60px;
  object-fit: cover;
}

@media (max-width: 1024px) {
  .image-banner__outer__image {
    margin-left: 0;
    width: 100%;
  }
}

/* Image Link Grid */

.image-link-grid {
  padding: 100px 0;
}

.image-link__wrapper {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.image-link__wrapper__row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 35px;
}

.image-link__wrapper__row.reverse {
  grid-template-columns: 2fr 1fr;
}

.image-link__wrapper__row.full-width {
  grid-template-columns: 1fr;
}

.image-link-grid__card {
  position: relative;
  overflow: hidden; /* ensures image doesn't overflow card */
  height: 500px;
  padding: 60px 50px;
  display: flex;
  align-items: flex-end;
  justify-content: stretch;
  border-radius: var(--border-radius);
}

.image-link-grid__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: inherit; /* uses the same image as inline style */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.5s ease;
  z-index: 0;
}

/* overlay gradient stays on top */
.image-link-grid__card::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: var(--border-radius);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 50%,
    rgba(0, 0, 0, 0.4) 70%
  );
  transition: var(--transition);
  z-index: 1;
}

.image-link-grid__card:hover::before {
  transform: scale(1.1);
}

.image-link-grid__card:hover::after {
  background: linear-gradient(
    180deg,
    rgba(0, 90, 153, 0.4) 50%,
    rgba(0, 0, 0, 0.4) 70%
  );
}
.image-link-grid__card.scican:hover::after {
  background: linear-gradient(
    180deg,
    rgba(0, 154, 147, 0.4) 50%,
    rgba(0, 0, 0, 0.4) 70%
  );
}

.image-link-grid__card__content {
  z-index: 2;
  width: 100%;
}

.image-link-grid__card a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.image-link-grid__card a::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 1024px) {
  .image-link__wrapper__row.reverse,
  .image-link__wrapper__row {
    grid-template-columns: 1fr 1fr;
  }

  .image-link-grid__card {
    height: 350px;
  }
}

@media (max-width: 767px) {
  .image-link-grid {
    padding: 60px 0;
  }

  .image-link__wrapper__row.reverse,
  .image-link__wrapper__row {
    grid-template-columns: 1fr;
  }

  .image-link-grid__card {
    height: 248px;
    padding: 5px 30px;
  }
}

/* Image Tabber */

.image-tabber__outer {
  padding: 110px 0;
}

.image-tabber__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}

.image-tabber__content__left__image {
  aspect-ratio: 627 / 689;
  width: 100%;
  height: auto;
  object-fit:;
}

.image-tabber__content__left__image.active {
  display: block;
}

.image-tabber__content__left__image.fade-in {
  opacity: 1;
}

.image-tabber__content__left__image {
  display: none;
  opacity: 0;
  transition: var(--transition);
  width: 100%;
  max-width: 627px;
  object-fit: cover;
}

.image-tabber__content__right {
  margin-top: 40px;
}

.image-tabber__content__right > h2 {
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .image-tabber__outer {
    padding: 60px 0;
  }

  .image-tabber__content {
    grid-template-columns: 1fr;
  }

  .image-tabber__content__right {
    order: -1;
    margin-top: 0;
  }
}

/* Locations Grid */

.locations-grid__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}

.locations-grid__content__column__image {
  height: 440px;
  width: 100%;
  object-fit: cover;
  margin-bottom: 30px;
  box-shadow: var(--shadow);
}

.locations-grid__content__column__bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 45px;
}

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

@media (max-width: 600px) {
  .locations-grid__content__column__bottom {
    grid-template-columns: 1fr;
  }
}

/* Logo Swiper */

.logo-swiper__container__title.content-wrapper {
  max-width: 833px;
  margin-bottom: 40px;
}

.logo-swiper__container__title * {
  text-align: center;
}

.logo-swiper__container__title > *:last-child {
  margin-bottom: 0;
}

.logo-swiper.swiper {
  overflow: visible;
  margin-top: 30px;
}

.logo-swiper .swiper-wrapper {
  transition-timing-function: linear;
  display: grid;
  grid-template-columns: repeat(1000, 1fr);
}

.logo-swiper.swiper .swiper-slide {
  display: flex;
  align-items: center;
}

.logo-swiper.swiper .swiper-slide img {
  height: auto;
  max-width: 110px;
  width: 100%;
}

/* Newsletter Banner */

.cta-banner__outer.newsletter-banner {
  position: relative;
}

.cta-banner__outer.newsletter-banner svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.cta-banner__content.newsletter-banner {
  max-width: 750px;
  margin: 0 auto;
}

.cta-banner__content.newsletter-banner form,
.cta-banner__content.newsletter-banner form .hsfc-Step,
.cta-banner__content.newsletter-banner form .hsfc-Step .hsfc-Step__Content {
  background-color: transparent;
  padding: 0;
  box-shadow: none;
}

.cta-banner__content.newsletter-banner form .hsfc-NavigationRow {
  margin: 0;
}

.cta-banner__content__form {
  position: relative;
}

.cta-banner__content.newsletter-banner form button.hsfc-Button {
  position: absolute;
  top: 16px;
  right: 0;
}

.cta-banner__content.newsletter-banner
  form
  .hsfc-Step__Content
  .hsfc-Row:first-of-type {
  width: calc(100% - 125px);
}

/* Switchback */

.switchback__outer {
  position: relative;
}

.switchback__outer__bg-shape {
  position: absolute;
  left: -100px;
  top: 50%;
  transform: translateY(-50%);
}

.switchback {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  position: relative;
  z-index: 1;
}

.switchback__left {
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.switchback__right {
  display: flex;
}

.switchback__right img {
  position: relative;
  z-index: 1;
  margin-top: -35px;
  height: calc(100% + 35px) !important;
}

.switchback__right__slide {
  display: flex;
}

.switchback__right video {
  width: 100%;
  height: auto;
}

.switchback__left img.logo {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .switchback {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .switchback__right {
    position: relative;
  }

  .switchback__outer__bg-shape {
    display: none;
  }

  .switchback__right img {
    margin-top: 0;
    height: auto;
  }
}

/* Media Switchback */

.media-switchback .switchback__right {
  display: block;
  width: 100%;
  padding-bottom: 80px;
  margin-bottom: -80px;
}

.switchback__right__swiper__navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.switchback__right__swiper__navigation__slide-numbers {
  position: absolute;
  right: -40px;
  color: var(--primary-color);
}

.switchback__top-link {
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1025px) {
  .media-switchback .switchback__right {
    padding-left: 35px;
    transform: translateX(-35px);
  }

  .media-switchback .switchback__right .swiper-wrapper {
    margin-left: -35px;
  }

  .switchback__right__swiper__navigation {
    margin-left: 35px;
  }

  .switchback__right__slide {
    padding: 35px;
  }
}

@media (max-width: 1024px) {
  .media-switchback__outer .switchback__outer__bg-shape {
    display: none;
  }

  .switchback.media-switchback {
    grid-template-columns: 1fr;
  }

  .switchback__right__slide img {
    box-shadow: none;
  }

  .media-switchback .switchback__right {
    padding-bottom: 100px;
  }
}

@media (max-width: 767px) {
  .media-switchback .switchback__right {
    margin-bottom: 0;
  }
}

/* Brand Banner Switchback */

.banner__back-link {
  margin-bottom: 30px;
  display: block;
}

.switchback__socials {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  position: relative;
  z-index: 1;
  margin-top: 110px;
}

.switchback__socials__link {
  transition: var(--transition);
}

.switchback__socials__link:hover {
  transform: translateY(-5px);
}

/* Product FAQs */

.products__swiper__wrapper {
  position: relative;
}

.products__swiper__wrapper__title {
  overflow: hidden;
}

.products__swiper__wrapper__title svg {
  position: absolute;
  left: -700px;
  bottom: 60%;
}

.products__swiper__wrapper__title svg.scican {
  left: -400px;
}

.products__swiper__wrapper__title__inner {
  max-width: 954px;
  margin: 0 auto;
  overflow: hidden;
  padding: 110px 20px 0;
  position: relative;
  z-index: 1;
}

.products__swiper__wrapper__title__inner .button-wrapper {
  justify-content: center;
}

.products__swiper__wrapper__title * {
  text-align: center;
}

.products__swiper__wrapper__swiper__wrapper {
  padding: 100px 0 100px;
}

.products__swiper__wrapper__swiper__wrapper svg {
  position: absolute;
  top: 40%;
  right: -700px;
}

.products__swiper__wrapper__swiper__wrapper svg.scican {
  right: -400px;
}

.products__swiper__wrapper__swiper__swiper.swiper {
  overflow: visible;
}

.products__swiper__wrapper__swiper__swiper.pause .swiper-wrapper {
  transition: none !important;
}

.products__swiper__wrapper__swiper__swiper.swiper .swiper-wrapper {
  transition-timing-function: linear;
  display: grid;
  grid-template-columns: repeat(1000, 1fr);
}

.products__swiper__wrapper__swiper__swiper__slide__image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background-color: var(--light);
  border-radius: var(--border-radius);
}

.products__swiper__wrapper__swiper__swiper__slide__image-wrapper::after {
  position: absolute;
  display: block;
  content: "";
  height: 18px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border-radius: 0 0 8px 8px;
}

.products__swiper__wrapper__swiper__swiper__slide.swiper-slide {
  cursor: pointer;
}

.products__swiper__wrapper__swiper__swiper__slide.swiper-slide.active
  .products__swiper__wrapper__swiper__swiper__slide__image-wrapper::after {
  background-color: var(--tertiary-color);
}

.products__swiper__wrapper__swiper__swiper__slide.swiper-slide img {
  border-radius: var(--border-radius);
}

.products__swiper__wrapper__swiper__swiper__slide.swiper-slide h5 {
  margin-top: 48px;
}

.faqs_wrapper {
  padding: 100px 20px;
  background-color: var(--light);
  position: relative;
  z-index: 1;
  margin-left: -20px;
  width: calc(100% + 40px);
}

.faqs.product-faqs {
  display: none;
}

.faqs.product-faqs.active {
  display: grid;
}

/* Team Pyramid Title */

.team-pyramid {
  display: flex;
  flex-direction: column;
  gap: 85px;
}

.team-pyramid__title * {
  text-align: center;
}

.team-pyramid__title *:last-child {
  margin-bottom: 0;
}

.team-pyramid__row-one {
  display: flex;
  justify-content: center;
}

.team-pyramid__row-two {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px;
}

.team-pyramid__row-three {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 45px;
}

.team-member.horizontal {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr 1fr;
  max-width: 1120px;
  width: 100%;
}

.team-member.horizontal .team-member__image {
  height: 560px;
  width: 100%;
}

.team-member:not(.horizontal) .team-member__image {
  margin-bottom: 36px;
}

.team-pyramid__row-two .team-member__image {
  height: 430px;
  width: 100%;
}

.team-pyramid__row-three .team-member__image {
  height: 318px;
  width: 100%;
}

.team-member__image {
  border-radius: var(--border-radius);
  overflow: hidden;
}

.team-member__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-member.horizontal .team-member__description {
  padding: 25px 50px;
}

.team-member__description {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.team-member__description * {
  margin-bottom: 0;
}

.team-member__description__socials {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 12px;
}

.team-member__description__socials a {
  text-decoration: none;
  transition: var(--transition);
}

.team-member__description__socials a:hover {
  opacity: 0.75;
}

.team-member__description p.address {
  opacity: 0.5;
}

.team-swiper__swiper-container__team-member__bio *:last-of-type {
  margin-bottom: 0;
}

.team-swiper__swiper-container__team-member a {
  text-decoration: none;
  transition: var(--transition);
}

.team-swiper__swiper-container__team-member a:hover {
  opacity: 0.75;
}

.team-swiper__swiper-container__team-member a:nth-of-type(2) {
  margin-left: 10px;
}

@media (max-width: 1024px) {
  .team-pyramid__row-two {
    grid-template-columns: repeat(1, 1fr);
  }

  .team-pyramid__row-three {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .team-member {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    max-width: 1120px;
    width: 100%;
  }

  .team-member.horizontal .team-member__image,
  .team-member .team-member__image {
    height: 460px;
    width: 100%;
  }

  .team-member .team-member__description {
    padding: 25px 50px;
  }
}

@media (max-width: 767px) {
  .team-member.horizontal {
    display: flex;
    flex-direction: column;
  }

  .team-member.horizontal .team-member__description {
    padding: 0;
    margin-top: 36px;
  }

  .team-member.horizontal .team-member__image {
    height: 430px;
  }
}

/* Team Swiper */

.team-swiper__title {
  margin-bottom: 65px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.team-swiper__title > * {
  margin-bottom: 0;
}

.team-swiper__swiper-container.swiper {
  overflow: visible;
}

.team-swiper__swiper-container__team-member img {
  width: 100%;
  height: 318px;
  object-fit: cover;
  margin-bottom: 25px;
}

.team-swiper__swiper-container__team-member h4,
.team-swiper__swiper-container__team-member h5,
.team-swiper__swiper-container__team-member__bio {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .team-swiper {
    position: relative;
    padding-bottom: 120px;
  }

  .team-swiper__navigation {
    position: absolute;
    bottom: 0;
    left: 0;
  }

  .team-swiper__title {
    margin-bottom: 30px;
  }
}

/* Testimonial Cards */

.testimonial-cards__outer {
  border-radius: 20px;
  padding: 108px 40px;
}

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

.testimonial-cards__title > h2 {
  margin-bottom: 6px;
}

.testimonial-cards {
  max-width: 1400px;
  margin: 0 auto;
}

.testimonial-cards__card__info blockquote {
  margin-bottom: 30px;
}

/* Timeline */

.timeline__container__title {
  max-width: 658px;
  margin: 0 auto;
}

.timeline__container__title * {
  text-align: center;
}

.timeline.swiper {
  overflow: visible;
  margin-top: 72px;
}

.timeline-slide img {
  width: calc(100% - 50px);
  margin-bottom: 80px;
  object-fit: cover;
}

.timeline-wrapper {
  position: relative;
}

.timeline-slide__content {
  padding-right: 50px;
  margin-top: 57px;
}

/* The line background (gray) */
.timeline-wrapper hr {
  border: none;
  height: 5px;
  background-color: var(--ui-gray);
  position: relative;
  overflow: hidden;
}

/* The fill element */
.timeline-wrapper hr::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}

/* Active slide → fill animated */
.swiper-slide-active .timeline-wrapper hr::after {
  transform: scaleX(1);
}

/* Completed slides (any slide you've passed) → stay filled */
.timeline-slide.completed .timeline-wrapper hr::after {
  transform: scaleX(1);
}

/* Upcoming slides → stay gray */
/* (no special rule needed because scaleX(0) is default) */

/* Default: only first slide has the circle */
.timeline-slide:first-of-type .timeline-wrapper::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: -8px;
  left: -2px;
  background-color: var(--tertiary-color);
}

/* Active slide also gets a circle */
.swiper-slide-next .timeline-wrapper::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: -8px;
  left: -2px;
  background-color: var(--tertiary-color);
}

/* Active slide also gets a circle */
.timeline-slide.blank .timeline-wrapper::after {
  position: absolute;
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  top: -8px;
  left: -2px;
  background-color: var(--tertiary-color);
}

/* SWIPER BASE STYLES */

.testimonial-cards .swiper {
  position: relative;
  width: 100%;
  height: 100%;
}

.testimonial-cards .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 18px;
  background: #444;
}

.testimonial-cards .swiper-slide img {
  display: block;
  width: 220px;
  height: 220px;
  max-width: 220px;
  object-fit: cover;
  border-radius: 100%;
}

/* TESTIMONIAL CARD STYLES */

.testimonial-cards .testimonial-cards__card.swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 35px;
  padding: 54px;
  padding-bottom: 0;
  transition-property: transform, background-color !important;
  transition: var(--transition);
  opacity: 0;
  visibility: hidden;
}

.testimonial-cards__card.swiper-slide.swiper-slide-active {
  visibility: visible;
  opacity: 1;
}

.testimonial-cards .testimonial-cards__card__info {
  max-width: 1074px;
}

/* SWIPER NAVIGATION BUTTONS (NEXT / PREV) */
.testimonial-cards .coltene-button-next,
.testimonial-cards .coltene-button-prev {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 10;
}

.testimonial-cards .coltene-button-prev {
  left: 10px;
}

.testimonial-cards .coltene-button-next {
  right: 10px;
}

.swiper-button-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

@media (max-width: 992px) {
  .testimonial-cards__outer.content-wrapper__outer {
    padding: 0;
  }

  .testimonial-cards__outer .content-wrapper {
    padding: 60px 30px;
  }

  .testimonial-cards .testimonial-cards__card.swiper-slide {
    padding: 54px 0;
  }

  .testimonial-cards
    .testimonial-cards__card.swiper-slide.swiper-slide-visible.swiper-slide-active {
    padding: 36px 0 0;
  }

  .testimonial-cards .coltene-button-next,
  .testimonial-cards .coltene-button-prev {
    top: 95%;
  }
}

/* Statistics */

.stat-counter {
  position: relative;
}

.stat-counter .stat-counter__content {
  display: grid;
  grid-gap: 47px;
  grid-template-columns: repeat(3, 1fr);
}

.stat-counter .stat-counter__title {
  text-align: center;
  padding-bottom: 60px;
}

.stat-counter .stat-wrapper {
  text-align: center;
  padding: 60px;
  background-color: #effaff;
  border-radius: var(--border-radius);
}

.stat-counter .stat-content > *:last-child {
  margin-bottom: 0;
}

.stat-counter__citations {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1240px) {
  .stat-counter .stat-wrapper {
    gap: 20px;
  }
}

@media (max-width: 1024px) and (min-width: 901px) {
  .stat-number-wrapper {
    font-size: 34px !important;
  }
}

@media (max-width: 900px) {
  .stat-counter {
    grid-gap: 15px;
  }

  .stat-counter .stat-counter__title {
    padding-bottom: 25px;
  }

  .stat-counter .stat-counter__content {
    grid-template-columns: 1fr;
  }

  .stat-counter__citations {
    flex-direction: column;
    margin-top: 50px;
  }
}

/* Vertical Scroller */

.vertical-scroller__container {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

.vertical-scroller__container__bg-shape {
  position: absolute;
  top: 0;
  left: -650px;
}

.vertical-scroller__container__bg-shape.scican {
  left: -150px;
}

.vertical-scroller__inner {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
  z-index: 1;
}

.vertical-scroller__inner__left {
  width: 100%;
  max-width: 350px;
  display: flex;
  gap: 40px;
  flex-direction: column;
}

.vertical-scroller__inner__left > h2 {
  font-size: 254px;
  line-height: 300px;
}

.vertical-scroller__inner__left .vertical-swiper-nav {
  max-width: 75px;
}

.vertical-scroller__wrapper {
  max-width: 890px;
}

.vertical-scroller {
  width: 100%;
  height: 100%;
}

.vertical-scroller-slide__content {
  margin-top: 48px;
}

.vertical-scroller-slide__content__stats {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.vertical-scroller-slide__content__stats h3 {
  margin-bottom: 5px;
}

@media (max-width: 1250px) {
  .vertical-scroller__inner__left > h2 {
    font-size: 50px;
    line-height: 50px;
  }
}

@media (min-width: 951px) {
  .vertical-scroller__inner__left .vertical-swiper-nav .swiper-button {
    transform: rotate(90deg);
  }

  .vertical-scroller__inner__left .vertical-swiper-nav {
    --bob-distance: 10px;
    --bob-duration: 3s;
    --bob-ease: ease-in-out;
    --bob-delay: 0s;

    animation: bob var(--bob-duration) var(--bob-ease) var(--bob-delay) infinite;
    transform-origin: center;
    will-change: transform;
  }

  .vertical-scroller__inner__left .vertical-swiper-nav:hover {
    animation-play-state: paused;
  }

  @keyframes bob {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(calc(-1 * var(--bob-distance)));
    }
    100% {
      transform: translateY(0);
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .vertical-scroller__inner__left {
      animation: none !important;
      transform: none !important;
    }
  }
}

@media (max-width: 950px) {
  .vertical-scroller__container {
    padding: 0;
  }

  .vertical-scroller__inner {
    gap: 0;
    flex-direction: column;
    position: relative;
    padding-bottom: 100px;
  }

  .vertical-scroller__wrapper {
    max-width: none;
    height: auto;
  }

  .vertical-scroller__container__bg-shape {
    display: none;
  }

  .vertical-scroller-slide__content {
    margin-top: 10px;
  }

  .vertical-scroller__inner__left {
    display: block;
    width: 100%;
    max-width: none;
    justify-content: space-between;
  }

  .vertical-scroller__inner__left .vertical-swiper-nav {
    max-width: none;
    height: fit-content;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

/* Video */

.video__title * {
  text-align: center;
}

.video__title *:last-of-type {
  margin: 0;
}

.video__title {
  margin-bottom: 72px;
}

.video__container {
  display: flex;
  justify-content: center;
}

.video__container video {
  width: 100%;
  height: auto;
  max-width: 954px;
}

@media (max-width: 900px) {
  .video__title {
    margin-bottom: 30px;
  }
}
/* Logo */

.widget-type-logo:not(.hs-lp-header-logo) img {
  height: auto;
  max-width: 100%;
  margin-bottom: 1.4rem;
}

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  padding-left: 0;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-around;
  list-style: none;
  gap: 12px;
}

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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 {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

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

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

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

@media (max-width: 767px) {
  /* prettier-ignore */
  .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 {
    position: relative;
    top: auto;
    left: 0;
    opacity: 1;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* If the default module language switcher is used, keep growth margins from messing it up */
.lang_switcher_class .lang_list_class li {
  margin: initial;
}
/* Blog Feed */

.blog-feed {
  position: relative;
}

.blog-feed__title {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 40px;
  align-items: center;
}

.blog-feed__blogs__blog__header {
  overflow: hidden;
}

.blog-feed__blogs__blog__featured-image {
  object-fit: cover;
  width: 100%;
  max-height: 311px;
  border-radius: 10px 10px 0 0;
  display: block;
  transition: var(--transition);
}

.blog-feed__blogs__blog:hover .blog-feed__blogs__blog__featured-image {
  transform: scale(1.2);
}

@media (max-width: 1024px) {
}

@media (max-width: 767px) {
}

/* cta-banner */
.cta-banner__outer.banner--dark {
  background-color: var(--primary-color);
}

.cta-banner__outer.banner--light {
  background-color: var(--secondary-color);
}

.cta-banner__outer.banner--light .content-light,
.cta-banner__outer.banner--light
  .content-light
  :not(.button):not(.button *):not(button):not(.button *) {
  color: var(--dark);
}

.cta-banner__outer.banner--dark .content-dark,
.cta-banner__outer.banner--dark
  .content-dark
  :not(.button):not(.button *):not(button):not(button *) {
  color: var(--light);
}

.cta-banner__content__inner * {
  text-align: center;
  justify-content: center;
}
.cta-banner__outer__bg-shape path {
  opacity: 0.3;
}

/* column repeater global*/
.content-wrapper:has(.column-repeater__content) {
  position: relative;
}
/* graph-banner */
.chart-container {
  width: 100%;
  max-height: 400px;
  background: var(--primary-color);
  padding: 30px;
  border-radius: 30px;
  height: 100%;
}
/*language switcher*/
.lang_switcher_class div.globe_class {
  background-image: url("https://145681928.fs1.hubspotusercontent-eu1.net/hubfs/145681928/website%20resources/icons/lang-switch.svg");
  background-color: var(--primary-color);
  padding: 28px;
  border-radius: 100%;
  background-size: 22px;
}
.header__language-switcher .lang_list_class {
  border: none;
}

.header__language-switcher .lang_list_class a:not(.button):hover {
  background: var(--primary-color);
  color: white;
}
.globe_class ul.lang_list_class {
  /* top: 35px; */
  right: 0;
  border: solid 0.5px var(--primary-color);
  width: auto;
  transform: translateX(20%);
}
.header__button-col .header__button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 59px;
  width: 59px;
  padding: 14px;
}
.header__button-col .header__button::before {
  left: -260%;
}
.header__button-col a.no-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 1097px) {
  .header__menu-container .header__menu-item--depth-1 {
    padding: 0;
  }
  .header__menu--mobile .header__menu-item--depth-1 {
    border-top: 1px solid #cecece;
  }

  .lang_switcher_class div.globe_class {
    background-image: url("https://145681928.fs1.hubspotusercontent-eu1.net/hubfs/145681928/website%20resources/icons/lang-switch-mobile.svg");
    background-color: white;
  }

  .header__menu-item--depth-1 {
    padding: 0.7rem 1rem;
  }
  .header__menu-item--depth-1 .button:not(.header__button) {
    background-color: white;
    border: none;
    padding-top: 13px;
  }
  .header__menu-item--depth-1 .button:not(.header__button) svg path {
    stroke: var(--primary-color);
  }
  .header__menu-item--depth-1 .button.header__button {
    height: 50px;
    width: 50px;
    padding: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__menu-item--depth-1 .button.header__button::before {
    left: -260%;
  }
}

/* Utilities */

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

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

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