@charset "UTF-8";
/**
 * Main stylesheet for the theme.
 *
 * Theme styles follow http://cssguidelin.es/ and are organized according to
 * Inverted Triangle CSS (ITCSS) principles put forth by Harry Roberts. In
 * short, each layer of CSS gets more specific as you move down this page.
 */
/*--------------------------------------------------------------
# Settings - Global variables, config switches.
--------------------------------------------------------------*/
:root {
  --text-size-300: clamp(0.75rem, 0.7156593407rem + 0.1373626374vw, 0.875rem);
  --text-size-400: clamp(0.875rem, 0.823489011rem + 0.206043956vw, 1.0625rem);
  --text-size-500: clamp(1rem, 0.9313186813rem + 0.2747252747vw, 1.25rem);
  --text-size-600: clamp(1.1875rem, 1.032967033rem + 0.6181318681vw, 1.75rem);
  --heading-size-200: clamp(1rem, 0.896978022rem + 0.4120879121vw, 1.375rem);
  --heading-size-300: clamp(1.1875rem, 1.032967033rem + 0.6181318681vw, 1.75rem);
  --heading-size-400: clamp(1.4375rem, 1.1112637363rem + 1.3049450549vw, 2.625rem);
  --heading-size-500: clamp(1.75rem, 1.2348901099rem + 2.0604395604vw, 3.625rem);
  --heading-size-600: clamp(2.5rem, 1.7101648352rem + 3.1593406593vw, 5.375rem);
  --heading-size-700: clamp(2.5rem, 1.0576923077rem + 5.7692307692vw, 7.75rem);
  --text-size-btn: clamp(0.875rem, 0.8063186813rem + 0.2747252747vw, 1.125rem);
  --text-size-label: clamp(0.9375rem, 0.8516483516rem + 0.3434065934vw, 1.25rem);
  --font-family-base: "neue-haas-grotesk-text", sans-serif;
  --font-family-heading: "neue-haas-grotesk-display", sans-serif;
  --color-grey-white: #FFFFFF;
  --color-grey-100: #F3F3F2;
  --color-grey-200: #D9D9D6;
  --color-grey-600: #666666;
  --color-grey-800: #333333;
  --color-grey-900: #262626;
  --color-opacity-light-10: #FFFFFF19;
  --color-grey-black: #1A1A1A;
  --color-opacity-light-20: #FFFFFF33;
  --color-brand-frozenblue-100: #BEF6FE;
  --color-brand-frozenblue-500: #70CAD1;
  --color-opacity-dark-10: #00000019;
  --color-opacity-dark-5: #0000000C;
  --color-brand-frozenblue-700: #037F91;
  --color-opacity-dark-20: #00000033;
  --color-brand-fiercered-300: #FC8C7D;
  --color-brand-yellow: #C5DE05;
  --color-brand-pink: #FBC1D4;
  --color-brand-fiercered-400: #FB523C;
  --color-brand-fiercered-500: #DE1E05;
  --color-brand-fiercered-700: #911403;
  --color-brand-fiercered-900: #500B02;
  --color-ui-error: var(--color-brand-fiercered-500);
  --color-ui-success: #219653;
  --color-text-primary: var(--color-grey-black);
  --color-text-secondary: var(--color-grey-800);
  --color-text-invert: var(--color-grey-white);
  --color-text-invert-secondary: var(--color-grey-100);
  --color-text-error: var(--color-ui-error);
  --color-text-success: var(--color-ui-success);
  --color-text-cover: var(--color-grey-white);
  --color-surface-primary: var(--color-grey-white);
  --color-surface-secondary: var(--color-grey-100);
  --color-surface-red-500: var(--color-brand-fiercered-500);
  --color-surface-red: var(--color-brand-fiercered-400);
  --color-surface-invert-primary: var(--color-grey-black);
  --color-surface-yellow: var(--color-brand-yellow);
  --color-surface-pink: var(--color-brand-pink);
  --color-surface-invert-secondary: var(--color-grey-900);
  --color-surface-opacity-dark: var(--color-opacity-dark-5);
  --color-surface-opacity-light: var(--color-opacity-light-10);
  --color-surface-blue: var(--color-brand-frozenblue-500);
  --color-border-primary: var(--color-opacity-dark-20);
  --color-border-secondary: var(--color-grey-black);
  --color-border-brand: var(--color-brand-fiercered-300);
  --color-border-error: var(--color-ui-error);
  --color-border-invert-primary: var(--color-opacity-light-20);
  --color-border-invert-secondary: var(--color-grey-white);
  --color-link: var(--color-text-primary);
  --color-background: var(--color-surface-invert-primary);
  --color-text: var(--color-text-invert);
  /* @link https://utopia.fyi/space/calculator?c=320,16,1.2,2560,38.33,1.25,5,2,1920&s=0.75|0.625|0.5|0.375|0.25|0.125,1.5|2|3|4|5|7.5,s-3xl&g=s,l,xl,12 */
  --space-6xs: clamp(0.125rem, 0.0982rem + 0.1339vw, 0.3125rem);
  --space-5xs: clamp(0.25rem, 0.1964rem + 0.2679vw, 0.625rem);
  --space-4xs: clamp(0.375rem, 0.3036rem + 0.3571vw, 0.875rem);
  --space-3xs: clamp(0.5rem, 0.4018rem + 0.4911vw, 1.1875rem);
  --space-2xs: clamp(0.625rem, 0.5rem + 0.625vw, 1.5rem);
  --space-xs: clamp(0.75rem, 0.5982rem + 0.7589vw, 1.8125rem);
  --space-s: clamp(1rem, 0.8036rem + 0.9821vw, 2.375rem);
  --space-m: clamp(1.5rem, 1.2054rem + 1.4732vw, 3.5625rem);
  --space-l: clamp(2rem, 1.5982rem + 2.0089vw, 4.8125rem);
  --space-xl: clamp(3rem, 2.4018rem + 2.9911vw, 7.1875rem);
  --space-2xl: clamp(4rem, 3.2054rem + 3.9732vw, 9.5625rem);
  --space-3xl: clamp(5rem, 4rem + 5vw, 12rem);
  --space-4xl: clamp(7.5rem, 6.0089rem + 7.4554vw, 17.9375rem);
  /* One-up pairs */
  --space-6xs-5xs: clamp(0.125rem, 0.0536rem + 0.3571vw, 0.625rem);
  --space-5xs-4xs: clamp(0.25rem, 0.1607rem + 0.4464vw, 0.875rem);
  --space-4xs-3xs: clamp(0.375rem, 0.2589rem + 0.5804vw, 1.1875rem);
  --space-3xs-2xs: clamp(0.5rem, 0.3571rem + 0.7143vw, 1.5rem);
  --space-2xs-xs: clamp(0.625rem, 0.4554rem + 0.8482vw, 1.8125rem);
  --space-xs-s: clamp(0.75rem, 0.5179rem + 1.1607vw, 2.375rem);
  --space-s-m: clamp(1rem, 0.6339rem + 1.8304vw, 3.5625rem);
  --space-m-l: clamp(1.5rem, 1.0268rem + 2.3661vw, 4.8125rem);
  --space-l-xl: clamp(2rem, 1.2589rem + 3.7054vw, 7.1875rem);
  --space-xl-2xl: clamp(3rem, 2.0625rem + 4.6875vw, 9.5625rem);
  --space-2xl-3xl: clamp(4rem, 2.8571rem + 5.7143vw, 12rem);
  --space-3xl-4xl: clamp(5rem, 3.1518rem + 9.2411vw, 17.9375rem);
  /* Custom pairs */
  --space-m-xl: clamp(1.5rem, 0.6875rem + 4.0625vw, 7.1875rem);
  --side-padding: var(--space-s);
  --space-default: var(--space-4xl);
  --gutter: var(--space-s);
  --text-margin: 1.3em;
  --max-width-container: 116rem;
  --max-width-10-col: calc(var(--max-width-container) * 0.830819);
  --max-width-8-col: calc(var(--max-width-container) * 0.66056);
  --max-width-5-col: calc(var(--max-width-container) * 0.406789);
  --width-wide: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-medium: clamp(min(40rem, 100%), 83.0819%, var(--max-width-10-col));
  --width-8-col: clamp(min(40rem, 100%), 66.056%, var(--max-width-8-col));
  --width-regular: clamp(min(40rem, 100%), 40.6789%, var(--max-width-5-col));
  --header-height: clamp(3.5625rem, 3.3571428571rem + 0.8214285714vw, 4.31rem);
  --strokewidth-small: 0.03125rem;
  --strokewidth-brand: 0.0625rem;
  --strokewidth-large: 0.5rem;
  --radius-none: 0;
  --radius-minimal: 0.25rem;
  --radius-rounded: clamp(0.375rem, 0.3406593407rem + 0.1373626374vw, 0.5rem);
  --radius-brand: 0.25rem;
  --radius-full: 999rem;
}

.has-dark-theme {
  --color-text-primary: var(--color-grey-white);
  --color-text-secondary: var(--color-grey-100);
  --color-text-invert: var(--color-grey-black);
  --color-text-invert-secondary: var(--color-grey-900);
  --color-text-error: var(--color-ui-error);
  --color-text-success: var(--color-ui-success);
  --color-text-cover: var(--color-grey-white);
  --color-surface-primary: var(--color-grey-black);
  --color-surface-secondary: var(--color-grey-800);
  --color-surface-red-500: var(--color-brand-fiercered-500);
  --color-surface-red: var(--color-brand-fiercered-400);
  --color-surface-invert-primary: var(--color-grey-white);
  --color-surface-yellow: var(--color-brand-yellow);
  --color-surface-pink: var(--color-brand-pink);
  --color-surface-invert-secondary: var(--color-grey-100);
  --color-surface-opacity-dark: var(--color-opacity-light-10);
  --color-surface-opacity-light: var(--color-opacity-dark-10);
  --color-surface-blue: var(--color-brand-frozenblue-500);
  --color-border-primary: var(--color-opacity-light-20);
  --color-border-secondary: var(--color-grey-white);
  --color-border-brand: var(--color-brand-frozenblue-500);
  --color-border-error: var(--color-ui-error);
  --color-border-invert-primary: var(--color-opacity-dark-20);
  --color-border-invert-secondary: var(--color-grey-black);
  --color-link: var(--color-text-primary);
}

.has-light-theme {
  --color-text-primary: var(--color-grey-black);
  --color-text-secondary: var(--color-grey-800);
  --color-text-invert: var(--color-grey-white);
  --color-text-invert-secondary: var(--color-grey-100);
  --color-text-error: var(--color-ui-error);
  --color-text-success: var(--color-ui-success);
  --color-text-cover: var(--color-grey-white);
  --color-surface-primary: var(--color-grey-white);
  --color-surface-secondary: var(--color-grey-100);
  --color-surface-red-500: var(--color-brand-fiercered-500);
  --color-surface-red: var(--color-brand-fiercered-400);
  --color-surface-invert-primary: var(--color-grey-black);
  --color-surface-yellow: var(--color-brand-yellow);
  --color-surface-pink: var(--color-brand-pink);
  --color-surface-invert-secondary: var(--color-grey-900);
  --color-surface-opacity-dark: var(--color-opacity-dark-5);
  --color-surface-opacity-light: var(--color-opacity-light-10);
  --color-surface-blue: var(--color-brand-frozenblue-500);
  --color-border-primary: var(--color-opacity-dark-20);
  --color-border-secondary: var(--color-grey-black);
  --color-border-brand: var(--color-brand-fiercered-300);
  --color-border-error: var(--color-ui-error);
  --color-border-invert-primary: var(--color-opacity-light-20);
  --color-border-invert-secondary: var(--color-grey-white);
  --color-link: var(--color-text-primary);
}

/*
Example how to add a font-face.
Other than woff2 and woff are not necessary.

@font-face {
    font-display: swap;
    font-family: font-name;
    font-style: normal;
    font-weight: 400;
    src:
        url(../fonts/font-name.woff2) format("woff2"),
        url(../fonts/font-name.woff) format("woff"), // Modern Browsers
}
*/
/*--------------------------------------------------------------
# Generic - Ground-zero styles (resets, box-sizing, etc.).
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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
   ========================================================================== */
/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:focus {
  outline: thin dotted;
}

:focus:not(:focus-visible) {
  outline: none;
}

html, body {
  height: 100%;
}

html {
  box-sizing: border-box;
}
@media (max-width: 70rem) {
  html.is-site-nav-opened {
    overflow: hidden;
  }
}

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

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  flex: 1 0 auto;
}
.site-wrapper__footer {
  flex-shrink: 0;
}

img {
  height: auto;
  max-width: 100%;
}

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

.protected-mail:after {
  content: attr(data-first) "@" attr(data-last);
}

/*--------------------------------------------------------------
# Elements - Unclassed HTML elements (type selectors).
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: 16px;
}

body {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  color: var(--color-text-primary);
}

a {
  color: var(--color-link);
  text-decoration: underline;
}
a:hover {
  color: var(--color-brand-frozenblue-500);
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:focus-visible {
  outline: 0.0625rem dashed currentColor;
  outline-offset: 0.0625rem;
  text-decoration: none;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
table,
p {
  margin: var(--text-margin) 0 0;
}
ul:first-child,
ol:first-child,
table:first-child,
p:first-child {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
  margin: 2.28em 0 0 0;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child {
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-size: var(--heading-size-600);
  line-height: 1;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
* + h1,
* + .h1 {
  margin-top: var(--space-s);
}

h2,
.h2 {
  font-size: var(--heading-size-500);
  line-height: 1.1;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
h2 + p,
.h2 + p {
  margin-top: 1em;
}

h3,
.h3 {
  font-size: var(--heading-size-400);
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}

h4,
.h4 {
  font-size: var(--heading-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}

h5,
.h5,
h6,
.h6 {
  font-size: var(--heading-size-200);
  line-height: 1.4;
  font-family: var(--font-family-heading);
  font-weight: 700;
}

blockquote {
  margin: 0;
  font-size: var(--heading-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
* + blockquote,
blockquote + * {
  margin-top: var(--space-l);
}

.is-style-label {
  font-size: var(--text-size-label);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 600;
  text-transform: uppercase;
}

.is-style-text-600 {
  font-size: var(--text-size-600);
  line-height: 1.4;
  font-family: var(--font-family-base);
  font-weight: 400;
}

.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  cursor: pointer;
  padding: 0.889em 1.333em;
  font-size: var(--text-size-btn);
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: var(--font-family-heading);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  color: var(--color-text-invert);
  background: var(--color-surface-invert-primary);
  border-radius: var(--radius-brand);
  border: 0.125rem solid var(--color-surface-invert-primary);
  transition: all 300ms cubic-bezier(0.62, 0, 0.38, 1);
}
.btn:hover,
.hs-button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  color: var(--color-grey-black);
  background: var(--color-surface-blue);
  border-color: var(--color-surface-blue);
  text-decoration: none;
}
.btn:focus,
.hs-button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: 0;
}
.btn:focus-visible,
.hs-button:focus-visible,
button:focus-visible,
input[type=button]:focus-visible,
input[type=reset]:focus-visible,
input[type=submit]:focus-visible {
  outline: 0.125em solid var(--color-text-primary);
  outline-offset: 0.0625rem;
}

.btn--secondary {
  color: var(--color-text-primary);
  background: rgba(255, 255, 255, 0);
  border-color: var(--color-text-primary);
}

.btn--external {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3xs);
}

.tag {
  display: inline-block;
  padding: 0.57em 1.14em;
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  color: var(--color-text-primary);
  border-radius: var(--radius-brand);
  border: 0.0625rem solid var(--color-border-secondary);
  transition: all 400ms cubic-bezier(0.6, 0.11, 0.4, 0.98);
}

a.tag {
  text-decoration: none;
}
a.tag:hover {
  color: var(--color-text-invert);
  background-color: var(--color-border-secondary);
}

.reset-button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  width: 100% !important;
  padding: 0.6em 1em;
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  color: var(--color-text-primary);
  background-color: var(--color-surface-opacity-dark);
  border: 0.0625rem solid var(--color-border-primary);
  border-radius: var(--radius-minimal);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  outline: 0;
}
input[type=text]:focus-visible,
input[type=email]:focus-visible,
input[type=url]:focus-visible,
input[type=password]:focus-visible,
input[type=search]:focus-visible,
input[type=number]:focus-visible,
input[type=tel]:focus-visible,
input[type=range]:focus-visible,
input[type=date]:focus-visible,
input[type=month]:focus-visible,
input[type=week]:focus-visible,
input[type=time]:focus-visible,
input[type=datetime]:focus-visible,
input[type=datetime-local]:focus-visible,
input[type=color]:focus-visible,
textarea:focus-visible,
select:focus-visible {
  border-color: var(--color-border-brand);
  outline: 0;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-repeat: no-repeat;
  background-position: right var(--space-xs) center;
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="33" viewBox="0 0 32 33" fill="none"><path d="M25.3336 12.957L16.0003 22.2904L6.66699 12.957" stroke="%23000" stroke-width="2" stroke-linecap="square" stroke-linejoin="round"/></svg>');
}

textarea {
  resize: vertical;
  min-height: 5rem;
}

input[type=checkbox],
input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  content: "";
  flex: 0 0 calc(1em + 0.125rem);
  width: calc(1em + 0.125rem) !important;
  height: calc(1em + 0.125rem) !important;
  margin: 0 0 0 0.0625rem;
  padding: 0;
  background: var(--color-surface-opacity-dark);
  border: 0;
  border-radius: 0.125rem;
  box-shadow: 0 0 0 0.0625rem var(--color-border-primary);
  transition: box-shadow 150ms ease;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  box-shadow: 0 0 0 0.0625rem var(--color-border-primary);
}
input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible {
  box-shadow: 0 0 0 0.0625rem var(--color-border-brand);
  outline: none;
}

input[type=checkbox]:checked {
  background: var(--color-surface-opacity-dark) no-repeat center;
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M12.1134 1.0511L4.6346 8.52992L1.88661 5.78192C1.75337 5.64869 1.53735 5.64869 1.40409 5.78192L0.599924 6.58609C0.466692 6.71932 0.466692 6.93535 0.599924 7.06861L4.39333 10.862C4.52656 10.9952 4.74258 10.9952 4.87584 10.862L13.4001 2.33778C13.5333 2.20455 13.5333 1.98852 13.4001 1.85526L12.5959 1.0511C12.4627 0.917864 12.2467 0.917864 12.1134 1.0511Z" fill="%23000" /></svg>');
  background-size: 0.59em;
}
.has-dark-theme input[type=checkbox]:checked {
  /* stylelint-disable-next-line */
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M12.1134 1.0511L4.6346 8.52992L1.88661 5.78192C1.75337 5.64869 1.53735 5.64869 1.40409 5.78192L0.599924 6.58609C0.466692 6.71932 0.466692 6.93535 0.599924 7.06861L4.39333 10.862C4.52656 10.9952 4.74258 10.9952 4.87584 10.862L13.4001 2.33778C13.5333 2.20455 13.5333 1.98852 13.4001 1.85526L12.5959 1.0511C12.4627 0.917864 12.2467 0.917864 12.1134 1.0511Z" fill="%23fff" /></svg>');
  background-size: 0.59em;
}

input[type=radio] {
  border-radius: 50%;
}
input[type=radio]:checked {
  background: var(--color-text-primary);
  border: 0.125rem solid var(--color-text-invert);
}

.hs-fieldtype-checkbox .input,
.hs-fieldtype-booleancheckbox .input {
  margin-top: 0.3rem;
}
.hs-fieldtype-checkbox span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  border-radius: 0;
}

.hs-form, .systems-page .form-container {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0 0 var(--space-s) 0;
}
.hs-form .hs-form-field label, .systems-page .form-container .hs-form-field label {
  margin-bottom: var(--space-3xs);
  display: block;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 600;
}
.hs-form .hs-form-field textarea, .systems-page .form-container .hs-form-field textarea {
  vertical-align: top;
}
.hs-form .hs-form-field .input ul.inputs-list, .systems-page .form-container .hs-form-field .input ul.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: var(--space-3xs) 0 0.6rem 0;
}
.hs-form .hs-form-field .input ul.inputs-list li, .systems-page .form-container .hs-form-field .input ul.inputs-list li {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.hs-form .hs-form-field .input ul.inputs-list li label, .systems-page .form-container .hs-form-field .input ul.inputs-list li label {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  margin: 0;
  gap: var(--space-3xs);
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.hs-form .hs-form-field .input ul.inputs-list span, .systems-page .form-container .hs-form-field .input ul.inputs-list span {
  font-size: 1em;
}
.hs-form .legal-consent-container, .systems-page .form-container .legal-consent-container {
  margin-bottom: var(--space-m);
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: var(--space-3xs) 0 2rem 0;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: var(--color-ui-error);
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span, .systems-page .form-container .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin: 0;
}

body .body-wrapper .hs-form fieldset, body .body-wrapper .systems-page .form-container fieldset, .systems-page body .body-wrapper .form-container fieldset {
  width: 100%;
  max-width: 100%;
}
body .body-wrapper .hs-form fieldset .input, body .body-wrapper .systems-page .form-container fieldset .input, .systems-page body .body-wrapper .form-container fieldset .input {
  margin-right: 0;
}
body .body-wrapper .hs-form fieldset .hs-form-field, body .body-wrapper .systems-page .form-container fieldset .hs-form-field, .systems-page body .body-wrapper .form-container fieldset .hs-form-field {
  width: 100%;
}
@media (min-width: 37.501rem) {
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field {
    width: calc(50% - 0.75rem);
    margin-right: 1.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-2 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-2 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right: 0;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field {
    width: calc(33.3% - 0.35rem);
    margin-right: 0.5rem;
  }
  body .body-wrapper .hs-form fieldset.form-columns-3 .hs-form-field:last-child, body .body-wrapper .systems-page .form-container fieldset.form-columns-3 .hs-form-field:last-child, .systems-page body .body-wrapper .form-container fieldset.form-columns-3 .hs-form-field:last-child {
    margin-right: 0;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #aaa;
  border-width: 0 0 1px;
  padding: 0.5rem;
}

th {
  border-width: 0 0 2px;
  text-align: left;
  font-weight: 400;
  padding: 0.5rem;
}

/*--------------------------------------------------------------
# Layout - Undecorated design patterns.
--------------------------------------------------------------*/
.content-wrapper,
.container,
.dnd-section > .row-fluid {
  width: var(--width-wide);
  margin-left: auto;
  margin-right: auto;
}

.width-wide {
  width: var(--width-wide);
}

.width-medium {
  width: var(--width-medium);
}

.width-regular {
  width: var(--width-regular);
}

.width-full {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.content-row,
.dnd-section {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}

.side-padding {
  padding-left: var(--side-padding);
  padding-right: var(--side-padding);
}

.has-background {
  padding-top: var(--space-default);
  padding-bottom: var(--space-default);
}

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

.dnd-section .dnd-row:not(:first-child) {
  margin-top: var(--gutter);
}
.dnd-section .dnd-row:not(:first-child) .reset-dnd-top {
  margin-top: calc(var(--gutter) * -1);
}
.dnd-section .dnd-row:not(:first-child) .reset-dnd-top.has-background {
  padding-top: 0;
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: var(--gutter);
  }
}
.dnd-section:first-child:has(.reset-dnd-top) {
  margin-top: 0;
}
.dnd-section:last-child:has(.reset-dnd-top) {
  margin-bottom: 0;
}
.dnd-section:has(.reset-dnd-top) {
  margin-bottom: 0;
}
.dnd-section:has(.reset-dnd-top) + .dnd-section:has(.reset-dnd-top) {
  margin-top: 0;
}
.dnd-section:has(.reset-dnd-top.has-dark-background) + .dnd-section:has(.reset-dnd-top.has-dark-background) .dnd-row:first-child .reset-dnd-top.has-dark-background:not(.contact-form) {
  padding-top: 0;
}

div[class*=background-color].dnd-section {
  padding-top: var(--space-default);
  padding-bottom: var(--space-default);
}
div[class*=background-color].dnd-section:first-child {
  margin-top: 0;
}
div[class*=background-color].dnd-section:last-child {
  margin-bottom: 0;
}
div[class*=background-color].dnd-section + div[class*=background-color].dnd-section {
  margin-top: calc(var(--space-default) * -1);
}

div[class*=background-color].dnd-column {
  padding: var(--gutter);
}
@media (min-width: 48.001rem) {
  div[class*=background-color].dnd-column {
    padding: var(--gutter);
  }
}

.dnd-section:has(.image-gallery) + .dnd-section:has(.image-gallery) {
  margin-top: var(--space-s);
}

/* Responsive Grid */
@media (min-width: 48.001rem) {
  .row-fluid-wrapper > .row-fluid {
    display: flex;
    gap: var(--gutter);
  }
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (min-width: 48.001rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: calc(91.6666666667% - var(--gutter) * (12 / 11 - 1) / (12 / 11));
  }
  .row-fluid .span10 {
    width: calc(83.3333333333% - var(--gutter) * (12 / 10 - 1) / (12 / 10));
  }
  .row-fluid .span9 {
    width: calc(75% - var(--gutter) * (12 / 9 - 1) / (12 / 9));
  }
  .row-fluid .span8 {
    width: calc(66.6666666667% - var(--gutter) * (12 / 8 - 1) / (12 / 8));
  }
  .row-fluid .span7 {
    width: calc(58.3333333333% - var(--gutter) * (12 / 7 - 1) / (12 / 7));
  }
  .row-fluid .span6 {
    width: calc(50% - var(--gutter) * (12 / 6 - 1) / (12 / 6));
  }
  .row-fluid .span5 {
    width: calc(41.6666666667% - var(--gutter) * (12 / 5 - 1) / (12 / 5));
  }
  .row-fluid .span4 {
    width: calc(33.3333333333% - var(--gutter) * (12 / 4 - 1) / (12 / 4));
  }
  .row-fluid .span3 {
    width: calc(25% - var(--gutter) * (12 / 3 - 1) / (12 / 3));
  }
  .row-fluid .span2 {
    width: calc(16.6666666667% - var(--gutter) * (12 / 2 - 1) / (12 / 2));
  }
  .row-fluid .span1 {
    width: calc(8.3333333333% - var(--gutter) * (12 / 1 - 1) / (12 / 1));
  }
}

.container-fluid {
  *zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
}
.container-fluid:after {
  clear: both;
}

/* 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: 48rem) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 48rem) and (max-width: 65rem) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
.error-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.error-page img {
  vertical-align: top;
}
.error-page__paragraph {
  margin: 2em 0 2.1em;
}
.error-page__paragraph:last-child {
  margin-bottom: 0;
}

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

.systems-page {
  margin-top: var(--space-default);
  margin-bottom: var(--space-default);
}
.systems-page .form-container {
  max-width: none;
}
.systems-page.container {
  width: var(--width-medium);
}
.systems-page .subscribe-options {
  margin-bottom: var(--text-margin);
}
.systems-page .item,
.systems-page .subscribe-options {
  margin-top: var(--text-margin);
}
.systems-page .item p,
.systems-page .subscribe-options p {
  margin: 0;
}
.systems-page .backup-unsubscribe #email-prefs-form {
  margin: var(--text-margin) auto;
}
.systems-page .backup-unsubscribe #email-prefs-form .email-edit.hs-input {
  margin: 1rem 0;
}

/*--------------------------------------------------------------
# Modules - specific UI components.
--------------------------------------------------------------*/
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-rich_text, .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-header,
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > .normal-text-width {
  margin: auto;
  width: var(--width-regular);
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: var(--color-border-primary) !important;
}

.site-header {
  position: absolute;
  z-index: 300;
  left: 50%;
  top: var(--space-s);
  display: flex;
  max-width: calc(100% - var(--side-padding) * 2);
  min-height: var(--header-height);
  padding: 0 var(--space-3xs) 0 0;
  border-radius: var(--radius-brand);
  will-change: transform;
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
  transform: translateY(0) translateX(-50%);
}
@media (min-width: 70.001rem) {
  .site-header {
    background: rgba(243, 243, 242, 0.7);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
  }
}
@media (max-width: 70rem) {
  .site-header {
    max-width: calc(100% - var(--space-3xs) * 2);
  }
}
.site-header.headroom--start-from-top {
  transition: padding 250ms cubic-bezier(0.4, 0, 1, 1), height 250ms cubic-bezier(0.4, 0, 1, 1), background-color 250ms cubic-bezier(0.4, 0, 1, 1);
}
.site-header.headroom--not-top {
  position: fixed;
  transform: translateY(0) translateX(-50%);
}
.site-header.headroom--not-top.headroom--unpinned {
  transform: translateY(calc(-100% - var(--space-s))) translateX(-50%);
}
.site-header.sub-menu-is-opened {
  border-radius: var(--radius-brand) var(--radius-brand) 0 0;
}
@media (max-width: 70rem) {
  .site-header.headroom--top {
    max-width: unset;
    width: calc(100% + var(--space-3xs) * 2);
  }
  .is-site-nav-opened .site-header.headroom--top {
    max-width: calc(100% - var(--space-3xs) * 2);
  }
}
@media (min-width: 70.001rem) {
  .site-header.sub-menu-is-opened {
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
@media (max-width: 70rem) {
  .site-header {
    overflow: hidden;
    top: var(--space-3xs);
    width: 100%;
    height: var(--header-height);
    padding: 0;
  }
  .site-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(243, 243, 242, 0.7);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    transition: opacity 250ms cubic-bezier(0.4, 0, 1, 1);
  }
  .is-site-nav-opened .site-header {
    height: calc(100svh - var(--space-3xs) * 2);
    position: fixed;
    background: rgba(255, 255, 255, 0);
  }
}
.site-header__container {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  -moz-column-gap: var(--space-l);
       column-gap: var(--space-l);
}
@media (max-width: 70rem) {
  .site-header__container {
    align-items: flex-start;
    flex-flow: wrap;
    position: relative;
  }
}
.site-header__logo {
  display: flex;
  align-items: center;
  height: var(--header-height);
  padding: var(--space-4xs) var(--space-2xs);
}
@media (min-width: 70.001rem) {
  .site-header__logo {
    border-right: 0.0625rem dashed var(--color-border-primary);
  }
}
@media (max-width: 70rem) {
  .site-header__logo {
    padding-left: var(--space-xs);
  }
}
.site-header__logo a {
  display: inline-flex;
}
.site-header__logo svg {
  vertical-align: top;
}

.site-nav {
  display: flex;
}
.site-nav .btn {
  white-space: nowrap;
}
@media (max-width: 70rem) {
  .site-nav {
    display: flex;
    flex: 0 0 100%;
    gap: var(--space-m);
    flex-direction: column;
    position: relative;
    height: calc(100svh - var(--header-height) - var(--space-3xs) * 2);
    overflow: auto;
    visibility: hidden;
  }
  .is-site-nav-animated .site-nav {
    visibility: visible;
  }
  .site-nav > div:first-child {
    flex-grow: 1;
  }
  .site-nav #hs_cos_wrapper_header_cta {
    padding: 0 var(--space-s) var(--space-s);
  }
  .site-nav #hs_cos_wrapper_header_cta .btn {
    width: 100%;
  }
}
@media (min-width: 70.001rem) {
  .site-nav {
    align-items: center;
    flex-grow: 1;
    gap: var(--space-s);
  }
  .site-nav__language-menu-holder {
    display: flex;
    align-items: center;
    align-self: stretch;
    margin-left: calc(var(--space-l) - var(--space-s));
    padding-left: var(--space-3xs);
    border-left: 0.0625rem dashed var(--color-border-primary);
  }
}

.site-nav__toggle {
  background-color: inherit;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--header-height);
  padding: 0.4rem var(--space-s);
}
.site-nav__toggle:hover {
  background-color: inherit;
}
.site-nav__toggle-inner span {
  display: block;
  height: 0.1875rem;
  border-radius: 0;
  background: var(--color-text-primary);
  margin: 0.25rem 0;
  transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  width: 1.5rem;
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner span:first-child {
  transform: translateY(0.4375rem) rotate(0deg);
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner span:nth-child(2) {
  opacity: 0;
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner span:last-child {
  transform: translateY(-0.4375rem) rotate(90deg);
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner {
  transform: rotate(45deg);
  transition: all 0.25s ease 0.05s;
}
@media (min-width: 70.001rem) {
  .site-nav__toggle {
    display: none;
  }
}

.site-footer {
  padding-top: var(--space-s);
  background: var(--color-surface-primary);
}
.site-footer__slogan {
  font-size: var(--heading-size-400);
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.site-footer__navigations, .site-footer__copyright {
  display: grid;
  -moz-column-gap: var(--space-s);
       column-gap: var(--space-s);
  row-gap: var(--space-3xs);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.site-footer__navigations a, .site-footer__copyright a {
  text-decoration: none;
}
.site-footer__navigations {
  margin-top: var(--space-l);
  row-gap: var(--space-l);
}
@media (min-width: 48.001rem) {
  .site-footer__navigations {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 65.001rem) {
  .site-footer__navigations {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer__navigations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: var(--heading-size-200);
  line-height: 1.4;
  font-family: var(--font-family-heading);
  font-weight: 700;
}
.site-footer__navigations ul li + li {
  margin-top: var(--space-5xs);
}
.site-footer__navigations * + ul {
  margin-top: var(--space-3xs);
}
.site-footer__copyright {
  margin: var(--space-l) 0;
}
@media (min-width: 48.001rem) {
  .site-footer__copyright {
    grid-template-columns: repeat(4, 1fr);
  }
}
.site-footer__copyright > p {
  margin: 0;
}
.site-footer__logo {
  height: auto;
  vertical-align: top;
}

.site-nav {
  font-size: var(--text-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 70rem) {
  .site-nav {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.site-nav .hs-menu-item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
.site-nav .hs-menu-item a[hidden] {
  display: none !important;
}
.site-nav .hs-menu-depth-1 > .hs-item__sub-toggle,
.site-nav .hs-menu-depth-1 > a {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  display: inline-flex;
  align-items: center;
  gap: var(--space-5xs);
  padding: var(--space-5xs);
  color: inherit;
  transition: none;
}
.site-nav .hs-menu-depth-1 > .hs-item__sub-toggle svg,
.site-nav .hs-menu-depth-1 > a svg {
  pointer-events: none;
  transition: transform 200ms ease-in;
}
@media (max-width: 70rem) {
  .site-nav .hs-menu-depth-1 > .hs-item__sub-toggle svg,
  .site-nav .hs-menu-depth-1 > a svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.site-nav .hs-menu-depth-1 > .hs-item__sub-toggle span,
.site-nav .hs-menu-depth-1 > a span {
  pointer-events: none;
}
@media (min-width: 70.001rem) {
  .site-nav .hs-menu-depth-1 > .hs-item__sub-toggle:hover, .site-nav .hs-menu-depth-1 > .hs-item__sub-toggle[aria-expanded=true],
  .site-nav .hs-menu-depth-1 > a:hover,
  .site-nav .hs-menu-depth-1 > a[aria-expanded=true] {
    border-radius: 0.1875rem;
    background: var(--color-surface-opacity-dark);
  }
}
.site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger a {
  display: inline-flex;
  align-items: center;
  gap: var(--space-5xs);
}
.site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger svg {
  width: 1em;
  height: auto;
}
@media (max-width: 70rem) {
  .site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger {
    font-size: var(--text-size-300);
    letter-spacing: 0.02em;
    line-height: 1.2;
    font-weight: 600;
  }
}
@media (max-width: 70rem) and (max-width: 70rem) {
  .site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 1;
  }
}
@media (max-width: 70rem) {
  .site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger a {
    width: 100%;
    justify-content: space-between;
  }
  .site-nav .hs-menu-children-wrapper .hs-menu-depth-2--larger svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}
.site-nav .hs-item__sub-toggle[aria-expanded=true] svg {
  transform: rotate(45deg);
}
.site-nav .language-menu .hs-item__sub-toggle[aria-expanded=true] svg:first-child {
  transform: rotate(0);
}
.site-nav .hs-menu-children-wrapper {
  flex: 0 0 100%;
  order: 3;
  height: 0 !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  transition: opacity 300ms ease-in;
}
.site-nav .hs-menu-children-wrapper.is-opened {
  height: auto !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media (min-width: 70.001rem) {
  .site-nav .main-menu,
  .site-nav .language-menu {
    display: flex;
    gap: var(--space-s);
  }
  .site-nav .main-menu > li,
  .site-nav .language-menu > li {
    display: flex;
    height: 100%;
    white-space: nowrap;
  }
  .site-nav .hs-menu-item {
    margin: 0;
  }
  .site-nav .hs-menu-children-wrapper {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: 0;
    width: 100%;
    padding: var(--space-2xs);
    font-size: var(--text-size-400);
    line-height: 1.5;
    font-family: var(--font-family-base);
    font-weight: 600;
    border-top: 0.0625rem dashed var(--color-border-primary);
    background: rgba(243, 243, 242, 0.7);
    -webkit-backdrop-filter: blur(50px);
            backdrop-filter: blur(50px);
    border-bottom-left-radius: 0.1875rem;
    border-bottom-right-radius: 0.1875rem;
  }
  .site-nav .hs-menu-children-wrapper--has-cols {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: var(--space-s);
         column-gap: var(--space-s);
    padding-right: 40%;
  }
  .site-nav .hs-menu-children-wrapper .hs-menu-item {
    display: block;
  }
  .site-nav .hs-menu-children-wrapper a {
    display: inline-block;
    padding: var(--space-5xs) var(--space-4xs);
    border-radius: 0.1875rem;
  }
  .site-nav .hs-menu-children-wrapper a:hover {
    color: inherit;
    background: var(--color-surface-opacity-dark);
  }
  .site-nav .hs-menu-depth-2--larger {
    -moz-column-span: all;
         column-span: all;
    margin-top: calc(var(--space-s) + var(--space-xs));
  }
  .site-nav .language-menu .hs-item__sub-toggle svg:last-child {
    display: none;
  }
  .site-nav .language-menu .hs-menu-children-wrapper {
    display: flex !important;
    justify-content: flex-end;
    gap: var(--space-3xs);
  }
  .site-nav .language-menu .hs-menu-children-wrapper a {
    padding: var(--space-5xs) var(--space-4xs);
  }
  .site-nav .language-menu .active a {
    background: var(--color-surface-opacity-dark);
  }
}
@media (max-width: 70rem) {
  .site-nav .hs-menu-depth-1 {
    margin: 0;
  }
  .site-nav .hs-menu-depth-1 > a,
  .site-nav .hs-menu-depth-1 > .hs-item__sub-toggle {
    justify-content: space-between;
    width: 100%;
    padding: var(--space-s);
  }
  .site-nav .hs-menu-depth-1 > a[aria-expanded=true],
  .site-nav .hs-menu-depth-1 > .hs-item__sub-toggle[aria-expanded=true] {
    background: rgba(243, 243, 242, 0.15);
  }
  .site-nav .hs-menu-depth-1 .hs-menu-children-wrapper.is-opened {
    padding: var(--space-s);
    font-size: var(--text-size-500);
    line-height: 1.5;
    font-family: var(--font-family-base);
    font-weight: 700;
    background: rgba(243, 243, 242, 0.1);
    border-bottom: 0.0625rem dashed var(--color-border-primary);
  }
  .site-nav .hs-menu-depth-1 .hs-menu-children-wrapper.is-opened li + li {
    margin-top: calc(var(--space-xs) * 2);
  }
  .site-nav .language-menu .hs-item__sub-toggle > span {
    flex-grow: 1;
    text-align: left;
  }
  .site-nav .language-menu {
    padding-right: var(--space-s);
    padding-left: var(--space-s);
  }
  .site-nav .language-menu .hs-item__sub-toggle {
    display: none;
  }
  .site-nav .language-menu .hs-menu-children-wrapper {
    height: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: var(--space-m);
  }
  .site-nav .language-menu .hs-menu-children-wrapper .hs-menu-item {
    margin-top: 0 !important;
  }
  .site-nav .language-menu .hs-menu-children-wrapper .hs-menu-item.active a {
    background: var(--color-surface-opacity-dark);
    padding: var(--space-3xs) var(--space-2xs);
    border-radius: 0.1875rem;
  }
}

.site-hero {
  padding-top: var(--space-3xs);
  padding-bottom: var(--space-s);
  background: var(--color-background);
  color: var(--color-text);
  height: 100vh;
  height: 100svh;
  z-index: 1;
}
.site-hero h1 {
  font-size: var(--heading-size-700);
  line-height: 1;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.site-hero__wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.site-hero__content {
  position: relative;
  z-index: 4;
  max-width: 66rem;
}
.site-hero__image {
  margin: 0 0 var(--gutter) 0;
}
@media (min-width: 48.001rem) {
  .site-hero__image {
    order: 2;
    flex: 0 0 40%;
  }
}
@media (max-width: 48rem) {
  .site-hero.site-hero--single_image {
    display: flex;
    flex-direction: column-reverse;
    gap: var(--space-l);
  }
}
.site-hero.site-hero--single_image .site-hero__wrapper {
  position: relative;
  height: 100%;
}
.site-hero.site-hero--single_image .site-hero__image {
  margin: 0;
  position: relative;
}
.site-hero.site-hero--single_image .site-hero__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: 3;
  pointer-events: none;
}
@media (min-width: 48.001rem) {
  .site-hero.site-hero--single_image .site-hero__image {
    position: absolute;
    top: var(--space-3xs);
    bottom: var(--space-s);
    right: var(--space-s);
    left: 30%;
  }
}
@media (max-width: 48rem) {
  .site-hero.site-hero--single_image .site-hero__image {
    flex: 1 0 60%;
  }
}
.site-hero.site-hero--single_image .site-hero__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-brand);
}
.site-hero.site-hero--slider {
  position: relative;
}
.site-hero.site-hero--slider::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 3;
  pointer-events: none;
}
.site-hero.site-hero--slider .site-hero__slider {
  position: absolute;
  width: 100vw;
  left: 50%;
  right: 50%;
  bottom: 0;
  margin-left: -50vw;
  margin-right: -50vw;
  height: 100vh;
  margin-top: calc(var(--space-s) * -1);
  overflow: hidden;
}
.site-hero.site-hero--slider .site-hero__slider .swiper-wrapper {
  position: relative;
  z-index: 2;
}
.site-hero.site-hero--slider .site-hero__slider .swiper-slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-hero.site-hero--slider .site-hero__slider .swiper-pagination {
  top: var(--space-s);
  left: max(var(--side-padding), (100vw - var(--width-wide)) / 2);
  display: flex;
  gap: var(--space-4xs);
  z-index: 1000;
}
@media (max-width: 70rem) {
  .site-hero.site-hero--slider .site-hero__slider .swiper-pagination {
    top: calc(var(--space-3xs) * 2 + var(--header-height));
  }
}
.site-hero.site-hero--slider .site-hero__slider .swiper-pagination-bullet {
  height: var(--space-xs);
  width: var(--space-xs);
  background-color: transparent;
  border: 1px solid var(--color-grey-white);
  opacity: 1;
}
.site-hero.site-hero--slider .site-hero__slider .swiper-pagination-bullet-active {
  background-color: var(--color-grey-white);
}
.site-hero.site-hero--without_image {
  display: grid;
  place-content: center;
  min-height: 80vh;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.site-hero.site-hero--without_image h1 {
  font-size: var(--heading-size-600);
  line-height: 1;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.site-hero.site-hero--without_image .site-hero__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.site-hero.site-hero--blog {
  height: -moz-fit-content;
  height: fit-content;
  position: relative !important;
  background-color: transparent;
  color: var(--color-text-primary);
  padding-top: var(--space-4xl);
  padding-bottom: var(--space-2xl);
}
.site-hero.site-hero--blog::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 1px;
  margin-left: calc(-50vw + 50%);
  background-color: var(--color-border-primary);
}
.site-hero.site-hero--blog .site-hero__container {
  display: flex;
  justify-content: center;
}

.site-wrapper__main-content {
  position: relative;
}
@media (min-width: 48.001rem) {
  .site-wrapper__main-content .site-hero {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
  .site-wrapper__main-content .main-dnd-area {
    background-color: var(--color-surface-primary);
    position: relative;
    z-index: 1;
  }
  .site-wrapper__main-content .main-dnd-area::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100vw;
    height: 100%;
    margin-left: calc(-50vw + 50%);
    background-color: var(--color-surface-primary);
    z-index: 1;
  }
  .site-wrapper__main-content .main-dnd-area > * {
    position: relative;
    z-index: 2;
  }
  .site-wrapper__main-content .hs_cos_wrapper_type_module > *:not(.main-menu) {
    background-color: var(--color-surface-primary);
  }
}

.posts-pagination {
  margin: var(--space-l) auto var(--space-3xl);
  text-align: center;
}

.archive-load-more {
  position: relative;
  display: block;
  width: 100%;
}
.archive-load-more--disabled {
  display: none;
}
.archive-load-more.loading .archive-load-more__spinner {
  opacity: 1;
}
.archive-load-more.loading .archive-load-more__text {
  opacity: 0;
}

.archive-load-more__text,
.archive-load-more__spinner {
  transition: opacity 150ms ease-in;
}

.archive-load-more__spinner {
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  display: block;
  width: 5rem;
  height: 0.8125rem;
  opacity: 0;
}
.archive-load-more__spinner span {
  position: absolute;
  top: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: currentColor;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.archive-load-more__spinner span:nth-child(1) {
  left: 0.5rem;
  animation: lds-ellipsis1 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(2) {
  left: 0.5rem;
  animation: lds-ellipsis2 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(3) {
  left: 2rem;
  animation: lds-ellipsis2 0.6s infinite;
}
.archive-load-more__spinner span:nth-child(4) {
  left: 3.5rem;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.filter-select {
  position: relative;
}
.filter-select__btn {
  display: flex;
  gap: var(--space-3xs);
  align-items: center;
  justify-content: space-between;
}
.filter-select__btn::after {
  content: "";
  width: 1.4em;
  height: 1.4em;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_7410_8635" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" width="24" height="24" transform="rotate(90 24 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_7410_8635)"><path d="M12.0005 12.9462L16.6005 8.34619L17.6543 9.39994L12.0005 15.0537L6.3468 9.39994L7.40055 8.34619L12.0005 12.9462Z" fill="black"/></g></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><mask id="mask0_7410_8635" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect x="24" width="24" height="24" transform="rotate(90 24 0)" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_7410_8635)"><path d="M12.0005 12.9462L16.6005 8.34619L17.6543 9.39994L12.0005 15.0537L6.3468 9.39994L7.40055 8.34619L12.0005 12.9462Z" fill="black"/></g></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  background: currentColor;
}
.filter-select__btn > * {
  pointer-events: none;
}
.filter-select__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  background: var(--color-border-secondary);
  border: 0.125rem solid var(--color-border-secondary);
  border-radius: var(--radius-brand);
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.is-open .filter-select__list {
  padding: 0 0 var(--space-3xs) 0;
  background: var(--color-surface-primary);
}
.is-open-animated .filter-select__list {
  overflow-y: auto;
}
.filter-select__list button {
  width: 100%;
  padding-bottom: 0;
  color: inherit;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: none;
  text-align: left;
  background: rgba(255, 255, 255, 0);
  border: 0;
}
.filter-select__list-holder {
  position: absolute;
  top: calc(100% + var(--space-3xs));
  left: 0;
  z-index: 30;
  overflow: hidden;
  visibility: hidden;
  display: grid;
  grid-template-rows: 0fr; /* Initially hidden */
  max-height: 30rem;
  width: 15rem;
  transition: grid-template-rows 0.3s ease-in-out;
}
.filter-select__list-holder.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
}

.post-author {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.post-author__image {
  margin: 0;
}
.post-author__image img {
  aspect-ratio: 1;
  width: 1.9em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999rem;
  vertical-align: top;
}
.post-author p {
  margin: 0;
}

.article-lift--grid .article-lift__title {
  text-align: center;
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(16rem, 25%)), 1fr));
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: var(--space-m);
}
@media (min-width: 116.001rem) {
  .posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.posts-list--simple {
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(16rem, 20%)), 1fr));
}
@media (min-width: 116.001rem) {
  .posts-list--simple {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 65.001rem) {
  .posts-list--grid {
    grid-template-columns: 66% 1fr;
    grid-template-areas: "first second" "first third";
    gap: var(--space-s);
  }
  .posts-list--grid .post-item:first-child {
    grid-area: first;
  }
}
* + .posts-list,
.posts-list + * {
  margin-top: var(--space-l);
}

.post-item {
  --theme-color: var(--color-surface-blue);
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  border-radius: var(--radius-brand);
  background: var(--color-surface-primary);
  transition: background-color 400ms cubic-bezier(0.6, 0.11, 0.4, 0.98);
}
.post-item--theme-blue {
  --theme-color: var(--color-surface-blue);
}
.post-item--theme-yellow {
  --theme-color: var(--color-surface-yellow);
}
.post-item--theme-pink {
  --theme-color: var(--color-surface-pink);
}
.post-item__image {
  margin: 0;
}
.post-item__image img {
  aspect-ratio: 492/328;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
}
@media (max-width: 48rem) {
  .post-item__image img {
    aspect-ratio: 1;
  }
}
.post-item__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: var(--space-xs);
}
.post-item__label {
  text-transform: uppercase;
}
.post-item__title {
  font-size: var(--heading-size-200);
  line-height: 1.4;
  font-family: var(--font-family-heading);
  font-weight: 700;
}
.post-item__title + p {
  margin-top: 0.75em;
}
* + .post-item__title {
  margin-top: var(--space-3xs);
}
.post-item__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--gutter);
  margin-top: auto;
  padding-top: var(--space-xs);
}
.post-item__meta p {
  margin: 0;
}
.post-item:hover {
  background: var(--theme-color);
}
.post-item:hover a {
  text-decoration: none;
  color: inherit;
}
.post-item:hover .tag {
  background-color: var(--color-surface-primary);
  border-color: var(--color-surface-primary);
}

.post-item--simple-images {
  background: var(--color-surface-secondary);
}

.post-item--simple .post-item__label,
.post-item--grid .post-item__label,
.post-item--large-article .post-item__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-s);
}
.post-item--simple .post-item__label::after,
.post-item--grid .post-item__label::after,
.post-item--large-article .post-item__label::after {
  content: "";
  display: block;
  width: 0.94em;
  height: 0.9em;
  background: var(--theme-color);
  border-radius: 999rem;
  transition: background-color 400ms cubic-bezier(0.6, 0.11, 0.4, 0.98);
}
.post-item--simple .tag,
.post-item--grid .tag,
.post-item--large-article .tag {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.post-item--simple:hover .post-item__label::after,
.post-item--grid:hover .post-item__label::after,
.post-item--large-article:hover .post-item__label::after {
  background-color: var(--color-surface-invert-primary);
}

.post-item--grid .post-item__image {
  display: none;
}
.post-item--grid:first-child .post-item__image {
  display: block;
}

.post-item--simple {
  aspect-ratio: 1;
}

.post-item--large-article {
  width: var(--width-wide);
  margin: 0 auto;
}
@media (min-width: 48.001rem) {
  .post-item--large-article {
    display: flex;
    flex-direction: row;
  }
  .post-item--large-article .post-item__image {
    flex: 0 0 50%;
    display: flex;
  }
  .post-item--large-article .post-item__content {
    flex-grow: 1;
  }
  .post-item--large-article .post-item__title {
    margin-top: var(--space-s);
    font-size: var(--heading-size-500);
    line-height: 1.1;
    font-family: var(--font-family-heading);
    font-weight: 600;
  }
  .post-item--large-article .post-item__title + p {
    margin-top: 1.2em;
  }
}
@media (min-width: 65.001rem) {
  .post-item--large-article .post-item__image {
    flex: 0 0 66%;
  }
}

.references-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(16rem, 25%)), 1fr));
  -moz-column-gap: var(--gutter);
       column-gap: var(--gutter);
  row-gap: var(--space-m);
}
@media (min-width: 116.001rem) {
  .references-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 48.001rem) {
  .references-list--grid {
    display: flex;
    flex-flow: wrap;
  }
}
* + .references-list,
.references-list + * {
  margin-top: var(--space-l);
}

.reference-item {
  display: flex;
  flex-direction: column;
  position: relative;
  background: var(--color-surface-secondary);
  border-radius: var(--radius-brand);
  overflow: hidden;
}
.reference-item__image {
  margin: 0;
}
.reference-item__image img {
  aspect-ratio: 1;
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.reference-item a {
  color: inherit;
}
.reference-item a:hover {
  color: inherit;
  text-decoration: none;
}
.reference-item__content {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: space-between;
  padding: var(--space-xs);
}
.reference-item__title {
  font-size: var(--heading-size-200);
  line-height: 1.4;
  font-family: var(--font-family-heading);
  font-weight: 700;
}
.reference-item__description {
  display: block;
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.reference-item__meta {
  display: flex;
  flex-flow: wrap;
  gap: var(--space-5xs);
  margin-top: var(--space-2xs);
}
.reference-item--info .reference-item__content, .reference-item--quote .reference-item__content {
  gap: var(--gutter);
  padding: var(--space-s);
}
@media (max-width: 48rem) {
  .reference-item--info .reference-item__content, .reference-item--quote .reference-item__content {
    gap: var(--space-2xl);
  }
}
.reference-item--info .reference-item__title, .reference-item--quote .reference-item__title {
  display: flex;
  justify-content: space-between;
  gap: var(--space-s);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: uppercase;
}
.reference-item--info .reference-item__title::before, .reference-item--quote .reference-item__title::before {
  display: block;
  font-family: var(--font-family-heading);
  font-size: clamp(6.25rem, 4.532967033rem + 6.8681318681vw, 12.5rem);
  font-weight: 500;
  line-height: 0.8;
  letter-spacing: 0.02em;
}
.reference-item--info .reference-item__quote,
.reference-item--info .reference-item__quote-author, .reference-item--quote .reference-item__quote,
.reference-item--quote .reference-item__quote-author {
  margin: 0;
}
.reference-item--info .reference-item__quote, .reference-item--quote .reference-item__quote {
  font-size: var(--heading-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.reference-item--info .reference-item__quote-author, .reference-item--quote .reference-item__quote-author {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  font-weight: 700;
}
.reference-item--info .reference-item__quote-author-title, .reference-item--quote .reference-item__quote-author-title {
  display: block;
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.reference-item--info .reference-item__title::before {
  content: "*";
}
.reference-item--quote .reference-item__title::before {
  content: "”";
}

@media (min-width: 48.001rem) {
  .references-list--grid .reference-item {
    flex: 0 0 calc(100% - var(--gutter) - 60%);
  }
  .references-list--grid .reference-item__image img {
    aspect-ratio: 598/608;
  }
  .references-list--grid .reference-item:nth-child(4n), .references-list--grid .reference-item:nth-child(4n-3) {
    flex: 0 0 60%;
  }
  .references-list--grid .reference-item:nth-child(4n) .reference-item__image img, .references-list--grid .reference-item:nth-child(4n-3) .reference-item__image img {
    aspect-ratio: 880/608;
  }
}
.references-list--grid .reference-item__description {
  display: inline;
}

@media (min-width: 48.001rem) {
  .article-hero {
    padding: var(--space-3xs) var(--side-padding) var(--space-s) var(--side-padding);
    border-bottom: 0.0625rem solid var(--color-border-primary);
  }
}
.article-hero__container {
  display: grid;
  gap: var(--space-xl);
}
@media (min-width: 48.001rem) {
  .article-hero__container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: var(--space-l);
  }
  .article-hero__container .article-hero__image {
    flex-grow: 1;
  }
  .article-hero__container .article-hero__content {
    flex: 0 0 40.7%;
  }
}
.article-hero__image {
  margin: 0;
}
.article-hero__image img {
  aspect-ratio: 64/48;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  border-radius: var(--radius-brand);
}
@media (max-width: 48rem) {
  .article-hero__image img {
    aspect-ratio: 1;
  }
}
.article-hero__content {
  padding-top: calc(var(--space-s) * 2 - var(--space-3xs) + var(--header-height));
}
@media (max-width: 48rem) {
  .article-hero__content {
    padding: var(--space-4xl) var(--side-padding) 0;
  }
}
.article-hero__content h1 {
  font-size: var(--heading-size-500);
  line-height: 1.1;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.article-hero__content > * + * {
  margin-top: var(--space-l);
}
@media (max-width: 48rem) {
  .article-hero__content > * + * {
    margin-top: var(--space-m);
  }
}
.article-hero__content .post-author {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 700;
}
.article-hero__label {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: uppercase;
}
.article-hero__metas {
  display: flex;
  align-items: center;
  gap: var(--space-s);
}
.article-hero__tags {
  display: flex;
  gap: var(--space-5xs);
  flex-flow: wrap;
}

.blog-post-content {
  --module-margin: var(--space-2xl);
  margin-top: var(--space-3xl);
  margin-bottom: var(--space-3xl);
}

#hs_cos_wrapper_post_body > h2,
#hs_cos_wrapper_post_body > h3 {
  font-size: var(--heading-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
#hs_cos_wrapper_post_body > *:not(:has(.is-blog-module)) {
  width: var(--width-regular);
  margin-left: auto;
  margin-right: auto;
}
#hs_cos_wrapper_post_body > * + div {
  margin-top: var(--text-margin);
}
#hs_cos_wrapper_post_body > * + .hs_cos_wrapper:has(.is-blog-module),
#hs_cos_wrapper_post_body > .hs_cos_wrapper:has(.is-blog-module) + *,
#hs_cos_wrapper_post_body > * + .hs-module:has(.is-blog-module),
#hs_cos_wrapper_post_body > .hs-module:has(.is-blog-module) + *,
#hs_cos_wrapper_post_body > * + blockquote,
#hs_cos_wrapper_post_body > blockquote + * {
  margin-top: var(--module-margin);
}
#hs_cos_wrapper_post_body > .hs_cos_wrapper:last-child:has(.is-blog-module.reset-dnd-top) {
  margin-bottom: calc(var(--space-3xl) * -1);
}

.blog-author-card {
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
  border-top: 0.0625rem solid var(--color-border-primary);
}
.blog-author-card__container > * + * {
  margin: 0;
}
@media (min-width: 37.501rem) {
  .blog-author-card__container {
    display: grid;
    grid-template-columns: 58% auto;
    grid-template-areas: "name image" "title image" "description image" "expertise image";
    -moz-column-gap: var(--space-xl);
         column-gap: var(--space-xl);
    row-gap: var(--space-s);
  }
}
@media (min-width: 65.001rem) {
  .blog-author-card__container {
    grid-template-columns: 32% calc(9.8% - var(--space-s) * 2) auto 33%;
    grid-template-rows: auto 1fr;
    grid-template-areas: "name . title image" "description . expertise image";
    -moz-column-gap: var(--space-s);
         column-gap: var(--space-s);
    row-gap: var(--space-l);
  }
}
@media (max-width: 37.5rem) {
  .blog-author-card__container > * + * {
    margin: var(--space-s) 0 0;
  }
  .blog-author-card__container > * + *.blog-author-card__title {
    margin-top: var(--space-5xs);
  }
}
.blog-author-card__image {
  grid-area: image;
  margin: 0;
}
.blog-author-card__image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  width: 100%;
  vertical-align: top;
}
.blog-author-card__name {
  grid-area: name;
  font-size: var(--heading-size-500);
  line-height: 1.1;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.blog-author-card__title {
  grid-area: title;
  font-size: var(--text-size-600);
  line-height: 1.4;
  font-family: var(--font-family-base);
  font-weight: 400;
}
.blog-author-card__description {
  grid-area: description;
}
.blog-author-card__expertise {
  grid-area: expertise;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: uppercase;
}
.blog-author-card__expertise p {
  margin: 0;
}
.blog-author-card__expertise-title {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 700;
  text-transform: none;
}

.person-card {
  position: relative;
  overflow: hidden;
  padding: var(--space-4xs);
  background: var(--color-surface-secondary);
  border-radius: var(--radius-rounded);
  transition: background-color 300ms cubic-bezier(0.46, 0.1, 0.5, 0.91), color 300ms cubic-bezier(0.46, 0.1, 0.5, 0.91);
}
.person-card--hide {
  display: none;
}
.person-card:hover {
  color: var(--color-text-invert);
  background-color: var(--color-surface-invert-primary);
}
.person-card__image {
  margin: 0 0 var(--space-3xs);
}
.person-card__image img {
  aspect-ratio: 416/553.49;
  border-radius: var(--radius-brand);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  vertical-align: top;
}
.person-card__content {
  padding: var(--space-5xs) var(--space-4xs);
}
.person-card__name {
  font-size: var(--heading-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
.person-card__role {
  margin-top: var(--space-5xs);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: var(--font-family-base);
  font-weight: 400;
  text-transform: uppercase;
}
.person-card__toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.person-card__toggle:hover, .person-card__toggle:focus, .person-card__toggle:focus-visible {
  background: rgba(255, 255, 255, 0);
}

.person-card-overlay {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: var(--space-xs);
  color: var(--color-text-primary);
  background: var(--color-grey-white);
  overflow-y: auto;
  display: none;
}
.person-card-overlay--open {
  display: flex;
}
.person-card-overlay a {
  position: relative;
  z-index: 20;
}
.person-card-overlay__heading {
  margin-bottom: var(--space-xs);
  padding-bottom: var(--space-xs);
  font-size: var(--heading-size-300);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
  border-bottom: 0.0625rem dashed var(--color-border-primary);
}
.person-card-overlay__content {
  margin-top: auto;
}
.person-card-overlay__contacts {
  margin-top: var(--space-xs);
}
.person-card-overlay__contacts p {
  margin: 0;
}

#CookieBanner #CookieBannerNotice {
  padding: var(--space-l) var(--space-l) var(--space-m) var(--space-l) !important;
  border-radius: var(--radius-minimal);
}
#CookieBanner #CookieBannerNotice .cookiebanner__main__content {
  margin-right: 0 !important;
}
#CookieBanner #CookieBannerNotice .cookiebanner__main__title {
  font-size: var(--heading-size-400);
  line-height: 1.2;
  font-family: var(--font-family-heading);
  font-weight: 600;
}
#CookieBanner #CookieBannerNotice .cookiebanner__main .cookiebanner__buttons button:not(.cookiebanner__buttons__details) {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-radius: var(--radius-minimal);
}
#CookieBanner #CookieBannerNotice .cookiebanner__main .cookiebanner__buttons button:not(.cookiebanner__buttons__details):hover {
  background-color: var(--color-brand-frozenblue-500);
  border-color: var(--color-brand-frozenblue-500);
  color: var(--color-text-primary);
}
#CookieBanner #CookieBannerNotice .cookiebanner__main .cookiebanner__buttons .cookiebanner__buttons__details {
  color: var(--color-link);
  text-decoration: underline;
}
#CookieBanner #CookieBannerNotice .cookiebanner__main .cookiebanner__buttons .cookiebanner__buttons__details:hover {
  color: var(--color-brand-frozenblue-500);
  text-decoration: underline;
}

/*--------------------------------------------------------------
# Utilities - Helpers and overrides.
--------------------------------------------------------------*/
:focus {
  outline: thin dotted;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: var(--color-link);
  clip: auto !important;
  color: white;
  display: block;
  font-size: 0.8em;
  font-weight: bold;
  height: auto;
  padding: 0.75rem;
  left: 0.5rem;
  top: 0.5rem;
  text-decoration: none;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/* Prevent scrolling on the html element when a modal is open */
html.scroll-stop {
  overflow: hidden;
}

.has-dark-theme,
.has-light-theme {
  color: var(--color-text-primary);
}

.has-dark-background {
  background-color: var(--color-grey-black) !important;
}

.has-blue-background {
  background-color: var(--color-surface-blue) !important;
}

.has-pink-background {
  background-color: var(--color-surface-pink) !important;
}

.hs-inline-edit script[type="mce-no/type"] {
  display: block;
  background: red;
  color: #fff;
  font-size: 1rem;
  font-family: "Lucida Console";
  padding: 1rem;
}
.hs-inline-edit script[type="mce-no/type"]:before {
  content: "Hubspot render koodi, editoi muokataksesi lomaketta";
  display: block;
  margin: 0 0 1rem;
  font-family: sans-serif;
  font-size: 0.8rem;
  font-weight: bold;
  text-transform: uppercase;
}