/**
 * THIS FILE WAS AUTOGENERATED PLEASE DO NOT EDIT, RISK OF OVERWRITE
 */

/**
 * 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.
# Tools - Default mixins and functions.
--------------------------------------------------------------*/
:root {
  --text-size-300: clamp(0.75rem, 0.6842105263rem + 0.2631578947vw, 1rem);
  --text-size-400: clamp(0.875rem, 0.7927631579rem + 0.3289473684vw, 1.1875rem);
  --text-size-500: clamp(1rem, 0.9013157895rem + 0.3947368421vw, 1.375rem);
  --text-size-600: clamp(1.1875rem, 0.9901315789rem + 0.7894736842vw, 1.9375rem);
  --text-size-btn: clamp(0.875rem, 0.8092105263rem + 0.2631578947vw, 1.125rem);
  --text-size-nav: clamp(0.9rem, 0.4975rem + 0.575vw, 1.1875rem);
  --heading-size-200: clamp(1rem, 0.9013157895rem + 0.3947368421vw, 1.375rem);
  --heading-size-300: clamp(1.1875rem, 0.9901315789rem + 0.7894736842vw, 1.9375rem);
  --heading-size-400: clamp(1.4375rem, 1.0921052632rem + 1.3815789474vw, 2.75rem);
  --heading-size-500: clamp(1.75rem, 1.1907894737rem + 2.2368421053vw, 3.875rem);
  --heading-size-600: clamp(2.125rem, 1.5328947368rem + 2.3684210526vw, 4.375rem);
  --heading-size-700: clamp(2.125rem, 1.0394736842rem + 4.3421052632vw, 6.25rem);
  --color-white: #fff;
  --color-black: #000;
  --color-brand-lavender-500: #C0ADD5;
  --color-brand-lavender-700: #9377B3;
  --color-grey-100: #e6e6e6;
  --color-surface-primary: var(--color-white);
  --color-surface-secondary: #F5F5F5;
  --color-surface-brand-primary: #94DFD6;
  --color-surface-brand-secondary: #0F152A;
  --color-surface-invert-primary: #000;
  --color-surface-invert-secondary: #141414;
  --color-surface-opacity-dark: rgba(0, 0, 0, 0.05);
  --color-text-primary: var(--color-black);
  --color-text-secondary: #666;
  --color-text-grey: #E6E7E8;
  --color-text-brand: #0F152A;
  --color-text-invert: var(--color-black);
  --color-text-invert-secondary: var(--color-text);
  --color-text-error: #DA1E28;
  --color-border-primary: rgba(0, 0, 0, 0.10);
  --color-border-secondary: #000;
  --color-border-brand: #ED9B97;
  --color-border-error: #DA1E28;
  --color-link: var(--color-brand-lavender-500);
  --color-form-text: var(--color-black);
  --color-form-border: var(--color-border-primary);
  --color-form-background: #f2f2f2;
  --color-form-focus: var(--color-border-brand);
  --color-form-error: var(--color-text-error);
  --Geonova-txt-grad: linear-gradient(90deg, var(--color-surface-brand-primary) 0%, var(--color-brand-lavender-500) 73.2%);
  --overlay-grad: linear-gradient(180deg, rgba(0, 20, 45, 0.00) 47.34%, #00142D 100%);
  --grad-15-opacity: linear-gradient(90deg, rgba(148, 223, 214, 0.15) 0%, rgba(192, 173, 213, 0.15) 73.2%);
  --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);
  /* Custom pairs */
  --space-m-xl: clamp(1.5rem, 0.6875rem + 4.0625vw, 7.1875rem);
  --side-padding: var(--space-m-xl);
  --space-default: var(--space-4xl);
  --gutter: var(--space-s);
  --text-margin: 1.3em;
  --footer-top-margin: var(--space-2xl);
  --max-width-container: 108rem;
  --max-width-10-col: calc(var(--max-width-container) * 0.8296296);
  --max-width-8-col: calc(var(--max-width-container) * 0.658565);
  --max-width-6-col: calc(var(--max-width-container) * 0.4962963);
  --width-12-col: clamp(min(50rem, 100%), 100%, var(--max-width-container));
  --width-10-col: clamp(min(40rem, 100%), 82.986296%, var(--max-width-10-col));
  --width-8-col: clamp(min(40rem, 100%), 65.8565%, var(--max-width-8-col));
  --width-6-col: clamp(min(40rem, 100%), 49.62963%, var(--max-width-6-col));
  --radius-brand: 1rem;
  --radius-minimal: 0.5rem;
  --button-border-radius: 62.5rem;
  --button-font: Inter, sans-serif;
  --button-padding: 0.88em 1.33em;
  --button-font-size: var(--text-size-btn);
  --button-font-weight: 500;
  --button-line-height: 1;
  --button-background: var(--color-surface-brand-primary);
  --button-border-color: var(--color-surface-brand-primary);
  --button-text-color: var(--color-black);
  --header-height: 5.625rem;
}
@media (max-width: 70rem) {
  :root {
    --header-height: max(3.75rem, 8vw);
  }
}

.has-dark-theme {
  --color-surface-primary: #0F152A;
  --color-text-primary: #E6E7E8;
  --color-text-invert-secondary: rgba(255, 255, 255, 0.80);
  --color-text-secondary: var(--color-text-invert-secondary);
  --color-text-invert: var(--color-white);
}

.has-light-theme {
  --color-surface-primary: var(--color-white);
  --color-text-primary: var(--color-black);
  --color-text-invert-secondary: var(--color-text-primary);
  --color-text-invert: var(--color-text-primary);
  --color-text-secondary: #666;
}

/*
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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--color-surface-primary);
}
@media (max-width: 70rem) {
  html.is-site-nav-opened {
    overflow: hidden;
  }
}

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

body {
  margin: 0;
  padding: 0;
}

.site-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: inherit;
}
.site-wrapper__main-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.site-wrapper__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

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

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

.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: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-text-primary);
}

a {
  color: var(--color-link);
  text-decoration: underline;
  font-weight: 700;
}
a:hover {
  --color-link: var(--color-brand-lavender-700);
}
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: var(--text-margin) 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 {
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
}

h1,
.h1 {
  font-size: var(--heading-size-600);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h2,
.h2 {
  font-size: var(--heading-size-500);
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
h2 + p,
.h2 + p {
  margin-top: 1em;
}

h3,
.h3 {
  font-size: var(--heading-size-400);
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

h4,
.h4 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

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

.has-dark-theme h1,
.has-dark-theme .h1,
.has-dark-theme h2,
.has-dark-theme .h2,
.has-dark-theme h3,
.has-dark-theme .h3,
.has-dark-theme strong {
  background: var(--Geonova-txt-grad);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.has-dark-theme h1,
.has-dark-theme .h1,
.has-dark-theme h2,
.has-dark-theme .h2,
.has-dark-theme h3,
.has-dark-theme .h3 {
  padding-bottom: 0.2em;
  margin-bottom: -0.2em;
}
.has-dark-theme .has-light-theme h1,
.has-dark-theme .has-light-theme .h1,
.has-dark-theme .has-light-theme h2,
.has-dark-theme .has-light-theme .h2,
.has-dark-theme .has-light-theme h3,
.has-dark-theme .has-light-theme .h3,
.has-dark-theme .has-light-theme strong {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}

blockquote {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin: var(--space-m) 0 0;
}
blockquote:first-child {
  margin-top: 0;
}
blockquote cite {
  display: block;
  margin-top: var(--space-3xs);
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}

.has-dark-theme h1,
.has-dark-theme .h1 {
  display: inline-block;
  background-size: 250% 100%;
  -webkit-animation: animate-bg-gradient 15s linear infinite;
          animation: animate-bg-gradient 15s linear infinite;
}

@-webkit-keyframes animate-bg-gradient {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}

@keyframes animate-bg-gradient {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 100%;
  }
  100% {
    background-position: 0;
  }
}
.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  cursor: pointer;
  padding: var(--button-padding);
  text-decoration: none;
  text-align: center;
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  color: var(--button-text-color);
  background: var(--button-background);
  border-radius: var(--button-border-radius);
  border: 0.0625rem solid var(--button-border-color);
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
}
.btn:hover, .btn:focus-visible,
.hs-button:hover,
.hs-button:focus-visible,
button:hover,
button:focus-visible,
input[type=button]:hover,
input[type=button]:focus-visible,
input[type=reset]:hover,
input[type=reset]:focus-visible,
input[type=submit]:hover,
input[type=submit]:focus-visible {
  --button-text-color: var(--color-white);
  --button-background: var(--color-black);
  --button-border-color: var(--color-black);
  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.0625rem solid var(--color-black);
  outline-offset: 0.125rem;
}

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

.btn--dark {
  --button-text-color: var(--color-white);
  --button-background: var(--color-black);
  --button-border-color: var(--color-black);
}

.tag {
  display: inline-block;
  padding: 0.75em 1em;
  text-decoration: none;
  color: var(--color-text-primary);
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
  border: 0.0625rem solid var(--color-border-primary);
  border-radius: var(--radius-minimal);
}

.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.72em;
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-form-text);
  border-radius: var(--radius-minimal);
  border: 0.0625rem solid var(--color-form-border);
  background: var(--color-form-background);
}
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-form-focus);
  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: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(1em + 0.125rem);
          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-form-background);
  border: 0;
  border-radius: 0.125rem;
  -webkit-box-shadow: 0 0 0 0.0625rem var(--color-form-border);
          box-shadow: 0 0 0 0.0625rem var(--color-form-border);
  -webkit-transition: -webkit-box-shadow 150ms ease;
  transition: -webkit-box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
}
input[type=checkbox]:checked,
input[type=radio]:checked {
  -webkit-box-shadow: 0 0 0 0.0625rem var(--color-form-border);
          box-shadow: 0 0 0 0.0625rem var(--color-form-border);
}
input[type=checkbox]:focus-visible,
input[type=radio]:focus-visible {
  -webkit-box-shadow: 0 0 0 0.0625rem var(--color-form-focus);
          box-shadow: 0 0 0 0.0625rem var(--color-form-focus);
  outline: none;
}

input[type=checkbox]:checked {
  background: var(--color-form-background) 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;
}

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

.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 {
  --color-text-primary: var(--color-black);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-text-primary);
}
.has-dark-theme .hs-form, .has-dark-theme .systems-page .form-container, .systems-page .has-dark-theme .form-container, .form-module .hs-form, .form-module .systems-page .form-container, .systems-page .form-module .form-container {
  padding: var(--space-l);
  background: var(--color-white);
  border-radius: var(--radius-brand);
}
@media (max-width: 48rem) {
  .has-dark-theme .hs-form, .has-dark-theme .systems-page .form-container, .systems-page .has-dark-theme .form-container, .form-module .hs-form, .form-module .systems-page .form-container, .systems-page .form-module .form-container {
    padding: var(--space-m);
  }
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0 0 var(--space-m) 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-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.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: 0 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 {
  padding: 0;
}
.hs-form .hs-form-field .input ul.inputs-list li::before, .systems-page .form-container .hs-form-field .input ul.inputs-list li::before {
  all: unset;
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
  gap: var(--space-3xs);
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.hs-form .hs-form-field .input ul.inputs-list li label input, .systems-page .form-container .hs-form-field .input ul.inputs-list li label input {
  margin-top: 0.2em;
}
.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 .legal-consent-container .hs-richtext, .systems-page .form-container .legal-consent-container .hs-richtext {
  margin-bottom: var(--space-xs);
}
.hs-form .legal-consent-container .input ul.inputs-list li label, .systems-page .form-container .legal-consent-container .input ul.inputs-list li label {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  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;
}
.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 li, .systems-page .form-container .hs-error-msgs li {
  padding: 0;
}
.hs-form .hs-error-msgs li::before, .systems-page .form-container .hs-error-msgs li::before {
  all: unset;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  color: var(--color-form-error);
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

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

ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
ul li {
  position: relative;
  padding-left: calc(1.45em + var(--space-2xs));
}
ul li::before {
  content: "";
  position: absolute;
  top: 0.08em;
  left: 0;
  width: 1.45em;
  height: 1.45em;
  -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"><path d="M12.0004 14.2666C12.6448 14.2666 13.1837 14.0499 13.6171 13.6166C14.0504 13.1832 14.2671 12.6443 14.2671 11.9999C14.2671 11.3555 14.0504 10.8166 13.6171 10.3832C13.1837 9.9499 12.6448 9.73324 12.0004 9.73324C11.3559 9.73324 10.8171 9.9499 10.3837 10.3832C9.95039 10.8166 9.73372 11.3555 9.73372 11.9999C9.73372 12.6443 9.95039 13.1832 10.3837 13.6166C10.8171 14.0499 11.3559 14.2666 12.0004 14.2666ZM12.0061 23.5999C10.4023 23.5999 8.89417 23.2956 7.48172 22.6869C6.06928 22.0782 4.84072 21.2521 3.79606 20.2086C2.75117 19.165 1.92406 17.938 1.31472 16.5276C0.705168 15.1169 0.400391 13.6096 0.400391 12.0056C0.400391 10.4018 0.704724 8.89368 1.31339 7.48124C1.92206 6.06879 2.74817 4.84024 3.79172 3.79557C4.83528 2.75068 6.06228 1.92357 7.47272 1.31424C8.88339 0.70468 10.3907 0.399902 11.9947 0.399902C13.5985 0.399902 15.1066 0.704236 16.5191 1.3129C17.9315 1.92157 19.1601 2.74768 20.2047 3.79123C21.2496 4.83479 22.0767 6.06179 22.6861 7.47223C23.2956 8.8829 23.6004 10.3902 23.6004 11.9942C23.6004 13.598 23.2961 15.1061 22.6874 16.5186C22.0787 17.931 21.2526 19.1596 20.2091 20.2042C19.1655 21.2491 17.9385 22.0762 16.5281 22.6856C15.1174 23.2951 13.6101 23.5999 12.0061 23.5999ZM12.0004 22.6666C14.9782 22.6666 17.5004 21.6332 19.5671 19.5666C21.6337 17.4999 22.6671 14.9777 22.6671 11.9999C22.6671 9.02212 21.6337 6.4999 19.5671 4.43324C17.5004 2.36657 14.9782 1.33324 12.0004 1.33324C9.02261 1.33324 6.50039 2.36657 4.43372 4.43324C2.36706 6.4999 1.33372 9.02212 1.33372 11.9999C1.33372 14.9777 2.36706 17.4999 4.43372 19.5666C6.50039 21.6332 9.02261 22.6666 12.0004 22.6666Z" fill="%2394DFD6"/></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"><path d="M12.0004 14.2666C12.6448 14.2666 13.1837 14.0499 13.6171 13.6166C14.0504 13.1832 14.2671 12.6443 14.2671 11.9999C14.2671 11.3555 14.0504 10.8166 13.6171 10.3832C13.1837 9.9499 12.6448 9.73324 12.0004 9.73324C11.3559 9.73324 10.8171 9.9499 10.3837 10.3832C9.95039 10.8166 9.73372 11.3555 9.73372 11.9999C9.73372 12.6443 9.95039 13.1832 10.3837 13.6166C10.8171 14.0499 11.3559 14.2666 12.0004 14.2666ZM12.0061 23.5999C10.4023 23.5999 8.89417 23.2956 7.48172 22.6869C6.06928 22.0782 4.84072 21.2521 3.79606 20.2086C2.75117 19.165 1.92406 17.938 1.31472 16.5276C0.705168 15.1169 0.400391 13.6096 0.400391 12.0056C0.400391 10.4018 0.704724 8.89368 1.31339 7.48124C1.92206 6.06879 2.74817 4.84024 3.79172 3.79557C4.83528 2.75068 6.06228 1.92357 7.47272 1.31424C8.88339 0.70468 10.3907 0.399902 11.9947 0.399902C13.5985 0.399902 15.1066 0.704236 16.5191 1.3129C17.9315 1.92157 19.1601 2.74768 20.2047 3.79123C21.2496 4.83479 22.0767 6.06179 22.6861 7.47223C23.2956 8.8829 23.6004 10.3902 23.6004 11.9942C23.6004 13.598 23.2961 15.1061 22.6874 16.5186C22.0787 17.931 21.2526 19.1596 20.2091 20.2042C19.1655 21.2491 17.9385 22.0762 16.5281 22.6856C15.1174 23.2951 13.6101 23.5999 12.0061 23.5999ZM12.0004 22.6666C14.9782 22.6666 17.5004 21.6332 19.5671 19.5666C21.6337 17.4999 22.6671 14.9777 22.6671 11.9999C22.6671 9.02212 21.6337 6.4999 19.5671 4.43324C17.5004 2.36657 14.9782 1.33324 12.0004 1.33324C9.02261 1.33324 6.50039 2.36657 4.43372 4.43324C2.36706 6.4999 1.33372 9.02212 1.33372 11.9999C1.33372 14.9777 2.36706 17.4999 4.43372 19.5666C6.50039 21.6332 9.02261 22.6666 12.0004 22.6666Z" fill="%2394DFD6"/></svg>');
  -webkit-mask-size: 1.45em auto;
          mask-size: 1.45em auto;
  background: var(--color-surface-brand-primary);
}
ul li + li {
  margin-top: var(--space-4xs);
}

.hs-dropdown ul li::before {
  all: unset;
}

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.
--------------------------------------------------------------*/
.container,
.main-dnd-area .dnd-section > .row-fluid {
  width: var(--width-12-col);
  margin-left: auto;
  margin-right: auto;
}

.container--small {
  width: var(--width-6-col);
}

figure {
  margin: var(--space-l) 0;
}

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

.content-row--small {
  margin-top: var(--space-2xl);
  margin-bottom: var(--space-2xl);
}

.content-row--small-top {
  margin-top: var(--space-2xl);
}

.main-dnd-area .dnd-section:first-child {
  margin-top: var(--space-2xl);
}
.main-dnd-area .dnd-section:last-child {
  margin-bottom: 0;
}
.main-dnd-area .dnd-section .dnd-row:not(:first-child) {
  margin-top: var(--space-l);
}
.main-dnd-area .dnd-section .dnd-row:not(:first-child) .has-theme-overwrite {
  margin-top: calc(var(--space-l) * -1);
}
@media (max-width: 48rem) {
  .main-dnd-area .dnd-section .dnd-column:not(:first-child) {
    margin-top: var(--space-l);
  }
}

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

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

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

a[data-hs-anchor=true]:first-child + * {
  margin-top: 0;
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (min-width: 48.001rem) {
  .row-fluid {
    gap: var(--gutter);
  }
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    -webkit-box-sizing: border-box;
            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: calc(var(--space-default) - var(--footer-top-margin));
}
.error-page__image {
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-page__image img {
  vertical-align: top;
}
.error-page__content {
  position: relative;
}
.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: calc(var(--space-default) - var(--footer-top-margin));
}
.systems-page .form-container {
  max-width: none;
}
.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;
}
.systems-page .fakelabel,
.systems-page label[for=globalunsub] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--space-3xs);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.systems-page p.header {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: var(--text-margin);
}
.systems-page .checkbox-row + p {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

/*--------------------------------------------------------------
# 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-6-col);
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: var(--color-text-primary) !important;
}

.site-header {
  position: absolute;
  z-index: 300;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: var(--header-height);
  color: var(--color-text-invert);
  will-change: transform;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 1, 1);
}
.has-light-theme .site-header {
  background-color: var(--color-white);
}
.site-header.headroom--start-from-top {
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1);
}
.site-header.headroom--not-top {
  --color-text-invert: var(--color-black);
  position: fixed;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  background-color: var(--color-white);
  -webkit-box-shadow: 0 1px 2px 0 rgba(31, 41, 55, 0.06), 0 1px 3px 0 rgba(31, 41, 55, 0.1);
          box-shadow: 0 1px 2px 0 rgba(31, 41, 55, 0.06), 0 1px 3px 0 rgba(31, 41, 55, 0.1);
}
.site-header.headroom--not-top.headroom--unpinned {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 78rem) {
  .site-header {
    padding-left: var(--space-s);
    padding-right: var(--space-s);
  }
}
@media (max-width: 70rem) {
  .site-header {
    overflow: hidden;
    padding-left: var(--side-padding);
    padding-right: var(--side-padding);
  }
  .is-site-nav-opened .site-header {
    --color-text-invert: var(--color-black);
    background-color: var(--color-white);
    height: 100%;
    overflow: auto;
  }
}
.site-header a, .site-header .mimic-link {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
.site-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: var(--gutter);
     -moz-column-gap: var(--gutter);
          column-gap: var(--gutter);
}
@media (max-width: 70rem) {
  .site-header__container {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.site-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: var(--header-height);
}
.site-header__logo svg {
  vertical-align: top;
}
.site-header__search > a > svg,
.site-header__search > button > svg {
  width: 0.926em;
  height: auto;
}
.site-header__search > a::after,
.site-header__search > button::after {
  display: none !important;
}
.site-header__search a[hidden] {
  display: none !important;
}
.site-header__search .hs-form, .site-header__search .systems-page .form-container, .systems-page .site-header__search .form-container {
  padding: 0;
}
.site-nav .site-header__search .hs-menu-children-wrapper {
  width: 20rem;
}
@media (min-width: 70.001rem) {
  .site-header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 70rem) {
  .site-header__search > a,
  .site-header__search > button {
    display: none !important;
  }
  .site-nav .site-header__search .hs-menu-children-wrapper {
    height: auto !important;
    width: auto;
    visibility: visible !important;
    opacity: 1 !important;
  }
}

.site-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 70rem) {
  .site-nav {
    display: none;
    gap: var(--space-m);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
  }
  .is-site-nav-opened .site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-height: calc(100svh - var(--header-height));
  }
}
@media (min-width: 70.001rem) {
  .site-nav {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    gap: var(--space-3xs);
  }
  .site-nav .hs_cos_wrapper_widget,
  .site-nav .hs-menu-wrapper,
  .site-nav > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .site-nav #hs_cos_wrapper_main_menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .site-nav #hs_cos_wrapper_header_cta {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-nav .btn {
  color: var(--button-text-color);
}
@media (max-width: 70rem) {
  .site-nav .btn {
    width: 100%;
  }
}

.site-nav__toggle {
  background-color: inherit;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.4rem;
  margin-right: -0.4rem;
}
.site-nav__toggle-inner span {
  display: block;
  height: 0.1875rem;
  border-radius: 0;
  background: var(--color-text-invert);
  margin: 0.25rem 0;
  -webkit-transition: all 0.55s cubic-bezier(0.075, 0.82, 0.165, 1);
  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 {
  -webkit-transform: translateY(0.4375rem) rotate(0deg);
          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 {
  -webkit-transform: translateY(-0.4375rem) rotate(90deg);
          transform: translateY(-0.4375rem) rotate(90deg);
}
.site-nav__toggle[aria-expanded=true] .site-nav__toggle-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.25s ease 0.05s;
  transition: all 0.25s ease 0.05s;
}
@media (min-width: 70.001rem) {
  .site-nav__toggle {
    display: none;
  }
}

.site-nav {
  font-size: var(--text-size-nav);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
.site-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.site-nav ul li {
  padding: 0;
}
.site-nav ul li::before {
  all: unset;
}
.site-nav .hs-menu-item a {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.site-nav .hs-menu-item a[hidden] {
  display: none !important;
}
.site-nav .hs-item-has-children {
  position: relative;
}
.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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-5xs);
  padding: var(--space-5xs);
  color: inherit;
  -webkit-transition: none;
  transition: none;
}
.site-nav .hs-menu-depth-1 > .hs-item__sub-toggle svg,
.site-nav .hs-menu-depth-1 > a svg {
  pointer-events: none;
}
.site-nav .hs-menu-depth-1.hs-item-has-children > .hs-item__sub-toggle::after,
.site-nav .hs-menu-depth-1.hs-item-has-children > a::after {
  content: "";
  display: block;
  width: 0.84em;
  height: 0.84em;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M12.8665 6.5L8.19987 11.1667L3.5332 6.5" stroke="white" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="17" height="17" viewBox="0 0 17 17" fill="none"><path d="M12.8665 6.5L8.19987 11.1667L3.5332 6.5" stroke="white" stroke-width="1.5" stroke-linecap="square" stroke-linejoin="round"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  background: currentColor;
  -webkit-transition: -webkit-transform 200ms ease-in;
  transition: -webkit-transform 200ms ease-in;
  transition: transform 200ms ease-in;
  transition: transform 200ms ease-in, -webkit-transform 200ms ease-in;
}
.site-nav .hs-menu-children-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  height: 0 !important;
  display: block !important;
  overflow: hidden !important;
  visibility: hidden !important;
  opacity: 0 !important;
  -webkit-transition: opacity 300ms ease-in;
  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 .hs-menu-wrapper > ul,
  .site-nav .language-menu {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: var(--space-s);
  }
  .site-nav .hs-menu-wrapper > ul > li,
  .site-nav .language-menu > li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .site-nav .hs-menu-wrapper > ul > li::after,
  .site-nav .language-menu > li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.25rem;
    background: var(--color-border-primary);
    opacity: 0;
  }
  .site-nav .hs-menu-wrapper > ul > li:hover::after,
  .site-nav .language-menu > li:hover::after {
    opacity: 1;
  }
  .site-nav .hs-menu-item {
    margin: 0;
  }
  .site-nav .hs-menu-children-wrapper {
    position: absolute;
    z-index: 10;
    top: 100%;
    left: calc(var(--space-3xs) * -1);
    width: 15rem;
    padding: var(--space-3xs);
    font-size: var(--text-size-300);
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: var(--color-black);
    background: var(--color-white);
    border-bottom: 0.0625rem solid var(--color-grey-100);
    -webkit-box-shadow: 0 1px 2px 0 rgba(31, 41, 55, 0.06), 0 1px 3px 0 rgba(31, 41, 55, 0.1);
            box-shadow: 0 1px 2px 0 rgba(31, 41, 55, 0.06), 0 1px 3px 0 rgba(31, 41, 55, 0.1);
  }
  .site-nav .hs-menu-children-wrapper .hs-menu-item {
    display: block;
  }
  .site-nav .hs-menu-children-wrapper a {
    padding: var(--space-5xs);
  }
  .site-nav .hs-menu-children-wrapper a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 70rem) {
  .site-nav {
    font-size: var(--text-size-500);
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
  .site-nav .main-menu .hs-menu-depth-1 {
    margin: 0 calc(var(--side-padding) * -1);
    border-bottom: 0.0625rem solid var(--color-grey-100);
  }
  .site-nav .main-menu .hs-menu-depth-1:first-child {
    border-top: 0.0625rem solid var(--color-grey-100);
  }
  .site-nav .main-menu .hs-menu-depth-1 > a,
  .site-nav .main-menu .hs-menu-depth-1 > .hs-item__sub-toggle {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: var(--space-s) var(--side-padding);
  }
  .site-nav .main-menu .hs-menu-depth-1 .hs-item__sub-toggle[aria-expanded=true],
  .site-nav .main-menu .hs-menu-depth-1 .hs-menu-children-wrapper {
    background: var(--color-surface-secondary);
  }
  .site-nav .main-menu .hs-menu-depth-1 .hs-item__sub-toggle[aria-expanded=true]::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .site-nav .main-menu .hs-menu-depth-1 .hs-menu-children-wrapper.is-opened {
    padding: var(--space-s) var(--side-padding);
    font-size: var(--text-size-400);
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    border-top: 0.0625rem solid var(--color-white);
  }
  .site-nav .main-menu .hs-menu-depth-1 .hs-menu-children-wrapper.is-opened li + li {
    margin-top: var(--space-s);
  }
  .site-nav .language-menu .hs-menu-depth-1 {
    border-radius: var(--radius-minimal);
    border: 0.0625rem solid var(--color-grey-100);
  }
  .site-nav .language-menu .hs-menu-depth-1 > a,
  .site-nav .language-menu .hs-menu-depth-1 > .hs-item__sub-toggle {
    width: 100%;
    padding: var(--space-s);
  }
  .site-nav .language-menu .hs-menu-depth-1 > a::after,
  .site-nav .language-menu .hs-menu-depth-1 > .hs-item__sub-toggle::after {
    margin-left: auto;
  }
  .site-nav .language-menu .hs-menu-depth-1 .hs-menu-children-wrapper.is-opened {
    padding: 0 var(--space-s) var(--space-s);
    font-size: var(--text-size-400);
    line-height: 1.5;
    font-family: "Inter", sans-serif;
    font-weight: 400;
  }
  .site-nav .language-menu .hs-menu-depth-1 .hs-menu-children-wrapper.is-opened li + li {
    margin-top: var(--space-s);
  }
}

.site-footer {
  margin-top: var(--footer-top-margin);
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-text-invert);
  background: var(--color-surface-primary);
}
.site-footer__copyright {
  margin-top: var(--space-xl);
}
.site-footer a:not(.btn) {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.site-footer a:not(.btn):hover {
  text-decoration: underline;
}
.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer ul li {
  padding: 0;
}
.site-footer ul li::before {
  all: unset;
}
.site-footer ul li {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.site-footer strong {
  color: inherit;
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.site-footer .newsletter {
  margin-bottom: var(--space-2xl);
}
.site-footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--space-l);
}
@media (max-width: 65rem) {
  .site-footer__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__col--left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
}
.site-footer__col--left svg {
  margin-bottom: var(--space-s);
}
.site-footer__col--right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: var(--space-l);
}
@media (max-width: 37.5rem) {
  .site-footer__col--right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.site-footer__col--small p:first-child {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.site-footer__col--small p:first-child + * {
  margin-top: var(--space-3xs);
}
.site-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: var(--space-l);
     -moz-column-gap: var(--space-l);
          column-gap: var(--space-l);
  row-gap: var(--space-xs);
}
.site-footer__copyright p {
  margin: 0;
}
.site-footer__terms {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-footer__meom {
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}

.site-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding-top: var(--space-3xl);
  padding-bottom: var(--space-3xl);
  overflow: hidden;
}
.site-hero__wave-1, .site-hero__wave-2 {
  position: absolute;
  z-index: 2;
  top: 0;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-hero__wave-1 {
  left: 0;
  width: 16.25%;
  -o-object-position: right top;
     object-position: right top;
}
.site-hero__wave-2 {
  right: 0;
  width: 32.81%;
  -o-object-position: left top;
     object-position: left top;
}
.site-hero__image {
  z-index: 1;
  margin: 0;
}
.site-hero__image,
.site-hero__image img, .site-hero__image::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.site-hero__image::before {
  content: "";
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 21, 42, 0.06)), to(rgba(15, 21, 42, 0.2)));
  background: linear-gradient(180deg, rgba(15, 21, 42, 0.06) 0%, rgba(15, 21, 42, 0.2) 100%);
}
.site-hero__image img {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.has-dark-theme .site-hero__image {
  background: #010D29;
}
.has-dark-theme .site-hero__image img {
  opacity: 0.8;
}
@media (min-width: 65.001rem) {
  .site-hero__image--mobile {
    display: none;
  }
}
@media (max-width: 65rem) {
  .site-hero--has-mobile-image .site-hero__image--desktop {
    display: none;
  }
}
.site-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: calc(100vh - var(--space-3xl) * 2);
  min-height: calc(100svh - var(--space-3xl) * 2);
}
.site-hero__content {
  position: relative;
  z-index: 3;
  width: clamp(min(40rem, 100%), 65.52%, 74rem);
}
.site-hero__content * + h1 {
  margin-top: var(--space-xs);
}
.site-hero .boxes-holder {
  z-index: 3;
  margin-top: var(--space-l);
}
.site-hero--center .site-hero__wrapper {
  text-align: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.site-hero--center .site-hero__content {
  width: clamp(min(40rem, 100%), 61.23%, 66.125rem);
  margin-left: auto;
  margin-right: auto;
}
.site-hero--left-large .site-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: clamp(min(40rem, 100%), 65.45%, 70.6875rem);
}
.site-hero--left-large #hs_cos_wrapper_hero_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.site-hero--left-large #hs_cos_wrapper_hero_bottom_content {
  margin-top: var(--text-margin);
}
.site-hero--left-large h1 {
  width: clamp(min(40rem, 100%), 74%, 52.312rem);
  font-size: var(--heading-size-700);
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.site-hero--left-simple {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: var(--space-xl);
  min-height: 36vw;
}
.site-hero--left-simple .site-hero__wrapper {
  display: block;
  min-height: 1rem;
}
.site-hero--left-simple .site-hero__image::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #FFF 100%);
}
.has-dark-theme .site-hero--left-simple .site-hero__image::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(15, 21, 42, 0.3)), to(#0F152A));
  background: linear-gradient(180deg, rgba(15, 21, 42, 0.3) 50%, #0F152A 100%);
}
.site-hero--without-image {
  padding-top: var(--space-4xl);
  min-height: 1rem;
  border-bottom: 0.0625rem solid var(--color-border-primary);
}

.cards > p:first-child {
  color: var(--color-text-invert-secondary, rgba(255, 255, 255, 0.8));
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.cards > p:first-child + h2 {
  margin-top: var(--space-3xs);
}

.cards__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-column-gap: var(--space-s);
     -moz-column-gap: var(--space-s);
          column-gap: var(--space-s);
  row-gap: var(--space-l);
}

* + .cards__wrapper {
  margin-top: var(--space-l);
}

.card-item,
.card-item--event,
.card-item--event-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-text-invert-secondary);
}
@media (min-width: 37.501rem) {
  .card-item,
  .card-item--event,
  .card-item--event-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(50% - var(--space-s) / 2);
            flex: 1 1 calc(50% - var(--space-s) / 2);
  }
}
@media (min-width: 48.001rem) {
  .card-item,
  .card-item--event,
  .card-item--event-link {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(33.333% - var(--space-s) / 1.5);
            flex: 1 1 calc(33.333% - var(--space-s) / 1.5);
  }
  .card-item--full-width,
  .card-item--event--full-width,
  .card-item--event-link--full-width {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .card-item--full-width .card-item__image img,
  .card-item--event--full-width .card-item__image img,
  .card-item--event-link--full-width .card-item__image img {
    aspect-ratio: 108/45.875;
  }
  .card-item--with-full-item .card-item__image img,
  .card-item--event--with-full-item .card-item__image img,
  .card-item--event-link--with-full-item .card-item__image img {
    aspect-ratio: 34.667/28.125;
  }
}
.card-item * + *,
.card-item--event * + *,
.card-item--event-link * + * {
  margin-top: var(--space-xs);
}
.card-item__image,
.card-item--event__image,
.card-item--event-link__image {
  margin: 0;
}
.card-item__image img,
.card-item--event__image img,
.card-item--event-link__image img {
  aspect-ratio: 1;
  width: 100%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--radius-brand);
}
.card-item__image + *,
.card-item--event__image + *,
.card-item--event-link__image + * {
  margin-top: var(--space-s);
}
.card-item__contacts p + p,
.card-item--event__contacts p + p,
.card-item--event-link__contacts p + p {
  margin-top: var(--space-5xs);
}
.card-item__contacts p.card-item__contacts--email, .card-item__contacts p.card-item__contacts--phone,
.card-item--event__contacts p.card-item__contacts--email,
.card-item--event__contacts p.card-item__contacts--phone,
.card-item--event-link__contacts p.card-item__contacts--email,
.card-item--event-link__contacts p.card-item__contacts--phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-3xs);
}
.card-item__contacts p.card-item__contacts--email::before, .card-item__contacts p.card-item__contacts--phone::before,
.card-item--event__contacts p.card-item__contacts--email::before,
.card-item--event__contacts p.card-item__contacts--phone::before,
.card-item--event-link__contacts p.card-item__contacts--email::before,
.card-item--event-link__contacts p.card-item__contacts--phone::before {
  content: "";
  width: 1.21em;
  height: 1.21em;
  background: no-repeat left center;
  background-size: contain;
}
.card-item__contacts p.card-item__contacts--email::before,
.card-item--event__contacts p.card-item__contacts--email::before,
.card-item--event-link__contacts p.card-item__contacts--email::before {
  background-image: url('data:image/svg+xml,<svg width="23" height="15" viewBox="0 0 23 15" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.99609 6.84609L0.0359375 13.6203C0.0179688 13.5484 0 13.4766 0 13.3867V0.880469C0 0.646875 0.0898437 0.449219 0.233594 0.2875L7.99609 6.84609ZM22.1195 0H1.32969L11.5 8.3375L22.5508 0.107813C22.425 0.0359376 22.2812 0 22.1195 0ZM11.5 9.64922L8.71484 7.36719L0.664844 14.2312C0.736719 14.2492 0.808594 14.2672 0.880469 14.2672H22.1375C22.3531 14.2672 22.5508 14.1953 22.6945 14.0695L14.6984 7.27734L11.5 9.64922ZM15.4531 6.77422L23 13.1531V0.8625L15.4531 6.77422Z" fill="url(%23paint0_linear_33_371)"></path><defs><linearGradient id="paint0_linear_33_371" x1="-4.49219" y1="-1.58126" x2="23.4492" y2="14.6805" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%237AE2D6"></stop><stop offset="1" stop-color="%23C4ABD8"></stop></linearGradient></defs></svg>');
}
.card-item__contacts p.card-item__contacts--phone::before,
.card-item--event__contacts p.card-item__contacts--phone::before,
.card-item--event-link__contacts p.card-item__contacts--phone::before {
  background-image: url('data:image/svg+xml,<svg width="16" height="22" viewBox="0 0 16 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.48613 1.23729C0.592534 1.90748 -1.96796 5.58497 2.82652 13.9195C7.87877 22.7008 12.6904 22.3227 13.6528 21.7384L10.2331 15.9816C9.42538 16.4628 8.0678 16.3425 6.81333 14.6584C6.79615 14.6412 4.37313 10.5685 4.35595 10.5169C3.85759 9.41712 4.13255 7.62993 4.97459 7.13158L1.48613 1.23729ZM15.7321 20.5183L12.3124 14.7443L10.6799 15.7067L14.0996 21.4807L15.7321 20.5183ZM7.0711 5.89429L3.56546 0L1.93293 0.962334L5.42139 6.85663C5.43857 6.85663 7.0711 5.91148 7.0711 5.89429Z" fill="url(%23paint0_linear_33_472)"></path><defs><linearGradient id="paint0_linear_33_472" x1="-4.94089" y1="-3.00729" x2="15.4228" y2="21.3947" gradientUnits="userSpaceOnUse"><stop offset="0" stop-color="%237AE2D6"></stop><stop offset="1" stop-color="%23C4ABD8"></stop></linearGradient></defs></svg>');
}
.card-item h3,
.card-item--event h3,
.card-item--event-link h3 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.card-item h3, .card-item strong,
.card-item--event h3,
.card-item--event strong,
.card-item--event-link h3,
.card-item--event-link strong {
  color: var(--color-text-invert);
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.card-item a:not(.btn),
.card-item--event a:not(.btn),
.card-item--event-link a:not(.btn) {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
}
.card-item a:not(.btn):hover,
.card-item--event a:not(.btn):hover,
.card-item--event-link a:not(.btn):hover {
  text-decoration: underline;
}
.card-item--person,
.card-item--event--person,
.card-item--event-link--person {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-item--person h3 + *,
.card-item--event--person h3 + *,
.card-item--event-link--person h3 + * {
  margin-top: var(--space-5xs);
}

.cards--events .card-item--event-link,
.cards--events .card-item--event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 78.001rem) {
  .cards--events .card-item--event-link,
  .cards--events .card-item--event {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(25% - var(--space-s) / 1.5);
            flex: 1 1 calc(25% - var(--space-s) / 1.5);
    max-width: calc(25% - var(--space-s) / 1.5);
  }
}
.cards--events * {
  font-weight: 600;
}
.cards--events .card-item--event-link {
  text-decoration: none;
}
.cards--events .card-item__image {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
@media (min-width: 37.501rem) {
  .cards--events .card-item__image img {
    max-width: 20rem;
  }
}
.cards--events .card-item__time {
  margin-top: 0;
}

.archive-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: var(--space-4xs);
}
.archive-filters__title {
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
}
.archive-filters__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: var(--space-4xs);
}
.archive-filters__list li {
  padding: 0;
}
.archive-filters__list li::before {
  all: unset;
}
.archive-filters__list li {
  margin: 0;
}

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 1rem;
  margin-top: var(--space-l);
}
.posts-pagination li {
  padding: 0;
}
.posts-pagination li::before {
  all: unset;
}
@media (max-width: 48rem) {
  .posts-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.posts-pagination li {
  margin: 0;
}
.posts-pagination__link {
  display: inline-block;
  vertical-align: top;
  padding: var(--space-3xs) var(--space-2xs);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  color: var(--color-text-primary);
  text-decoration: none;
  border-radius: var(--radius-brand);
  border: 0.0625rem solid var(--color-text-primary);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.posts-pagination__link:hover {
  color: var(--color-text-primary);
  background-color: var(--color-surface-brand-primary);
  border-color: var(--color-surface-brand-primary);
}
.posts-pagination__link--active {
  color: var(--color-white);
  background: var(--color-text-primary);
}
.posts-pagination__prev-link, .posts-pagination__next-link {
  color: var(--color-text-primary);
  background-color: var(--color-surface-brand-primary);
  border-color: var(--color-surface-brand-primary);
}
.posts-pagination__prev-link:hover, .posts-pagination__next-link:hover {
  color: var(--color-white);
  background: var(--color-text-primary);
  border-color: var(--color-text-primary);
}
@media (max-width: 48rem) {
  .posts-pagination__prev-item, .posts-pagination__next-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.posts-pagination__disabled-item {
  display: none;
}

.posts-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, max(15rem, 25%)), 1fr));
  -webkit-column-gap: var(--gutter);
     -moz-column-gap: var(--gutter);
          column-gap: var(--gutter);
  row-gap: var(--space-l);
}
@media (min-width: 78.001rem) {
  .posts-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
* + .posts-list,
.posts-list + * {
  margin-top: var(--space-l);
}

.post-item {
  position: relative;
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--color-text-secondary);
}
.post-item__image {
  margin: 0 0 var(--space-xs);
}
.post-item__image img {
  aspect-ratio: 28.5/19;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__title {
  font-size: var(--heading-size-200);
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  color: var(--color-text-primary);
}
.post-item__title + * {
  margin-top: var(--space-5xs);
}
.has-dark-theme .post-item__title {
  background: unset;
  background-clip: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.post-item a:hover {
  color: var(--color-surface-brand-primary);
}

.blog-hero {
  width: var(--width-8-col);
  margin-top: calc(var(--space-2xl) + var(--header-height));
  margin-left: auto;
  margin-right: auto;
}
.blog-hero__metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: var(--space-xs);
     -moz-column-gap: var(--space-xs);
          column-gap: var(--space-xs);
  margin-top: var(--space-s);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
@media (max-width: 48rem) {
  .blog-hero__metas {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-column-gap: var(--space-m);
       -moz-column-gap: var(--space-m);
            column-gap: var(--space-m);
    row-gap: var(--space-2xs);
  }
  .blog-hero__metas .blog-hero__tag {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.blog-hero__metas p {
  margin: 0;
}
.blog-hero__metas .tag {
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
}
.blog-hero__date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  opacity: 0.5;
}
.blog-hero__group a {
  color: var(--color-text-brand);
  font-weight: inherit;
  text-decoration: none;
}
.blog-hero__group a:hover {
  text-decoration: underline;
}
.blog-hero__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-4xs);
}
.blog-hero__author a {
  color: var(--color-text-primary);
  text-decoration: none;
  font-weight: 500;
}
.blog-hero__author a:hover {
  text-decoration: underline;
}
.blog-hero__author-image {
  margin: 0;
}
.blog-hero__author-image img {
  aspect-ratio: 1;
  width: 2.1em;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999rem;
  vertical-align: top;
}

.blog-image {
  margin: var(--space-2xl) auto 0;
}
.blog-image img {
  aspect-ratio: 108/59;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}

#hs_cos_wrapper_post_body > h2,
#hs_cos_wrapper_post_body > header h2 {
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#hs_cos_wrapper_post_body > h3,
#hs_cos_wrapper_post_body > h4 {
  font-size: var(--heading-size-200);
  line-height: 1.4;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
#hs_cos_wrapper_post_body > header {
  margin-top: var(--text-margin);
}
#hs_cos_wrapper_post_body > * {
  margin-left: auto;
  margin-right: auto;
  width: var(--width-10-col);
}
#hs_cos_wrapper_post_body > *:not(:has(.is-custom-module)) {
  width: var(--width-6-col);
}
#hs_cos_wrapper_post_body > * + div {
  margin-top: var(--text-margin);
}
#hs_cos_wrapper_post_body > * + .hs_cos_wrapper:has(.is-custom-module) {
  margin-top: var(--space-2xl);
}
#hs_cos_wrapper_post_body > * + .hs_cos_wrapper:has(.is-custom-module) + * {
  margin-top: var(--space-2xl);
}

.blog-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-s);
  margin-top: var(--space-l);
  font-size: var(--text-size-300);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: var(--color-text-secondary);
}
.blog-author__image {
  margin: 0;
  max-width: 8.875rem;
}
.blog-author__image img {
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 999rem;
  vertical-align: middle;
}
@media (max-width: 37.5rem) {
  .blog-author__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
.blog-author__signature {
  margin: 0 0 0.75em;
}
.blog-author__signature img {
  vertical-align: top;
  height: 2.9375em;
  width: auto;
}
.blog-author__name {
  font-weight: 700;
  font-style: normal;
  color: var(--color-text-primary);
}
.blog-author p {
  margin: 0;
}

.blog-bottom-form {
  margin-top: var(--space-2xl);
  margin-bottom: calc(var(--footer-top-margin) * -1);
}
.blog-bottom-form.has-dark-theme .form-module {
  background: var(--color-surface-primary);
}

.has-light-theme .form-module {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
  border-bottom: 0.0625ren solid var(--color-border-primary);
  background: var(--color-surface-secondary);
}
.has-light-theme .dnd-section:last-child .form-module {
  margin-bottom: calc(var(--footer-top-margin) * -1);
}
.has-light-theme .dnd-section:last-child .form-module--global.form-module--white_bg {
  background: var(--color-surface-brand-secondary);
}
.form-module__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--space-m);
}
.form-module__contact-info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-module__contact-info li {
  padding: 0;
}
.form-module__contact-info li::before {
  all: unset;
}
* + .form-module__contact-info {
  margin-top: vaR(--space-m);
}
.form-module__contact-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: var(--space-5xs);
}
.form-module__contact-info li + li {
  margin-top: var(--space-3xs);
}
.form-module__contact-info a {
  color: inherit;
  font-weight: inherit;
  text-decoration: none;
}
.form-module__contact-info a:hover {
  text-decoration: underline;
}
.form-module__contact-info svg {
  color: var(--color-surface-brand-primary);
}
@media (min-width: 48.001rem) {
  .form-module__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: var(--space-l);
  }
  .form-module__title-content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .form-module__form-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 53.472%;
            flex: 0 0 53.472%;
  }
  .form-module--before .form-module__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: var(--width-6-col);
    margin-left: auto;
    margin-right: auto;
  }
  .form-module--before .form-module__title-content {
    text-align: center;
  }
  .form-module--before .form-module__form-content {
    width: 100%;
  }
}
.form-module--white_bg .form-module__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: var(--side-padding);
  color: var(--color-text-primary);
  background: var(--color-white);
  border-radius: var(--radius-brand);
}
@media (min-width: 65.001rem) {
  .form-module--white_bg .form-module__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: var(--space-2xl) var(--space-xl);
  }
}
.form-module--white_bg .hs-form, .form-module--white_bg .systems-page .form-container, .systems-page .form-module--white_bg .form-container {
  padding: 0;
}

.search-form {
  position: relative;
}
.search-form .hs-form-field {
  margin: 0;
}
.search-form .hs-search-field__input {
  padding: var(--space-3xs) calc(1.45em + var(--space-xs) * 2) var(--space-3xs) var(--space-xs);
}
.search-form .hs-submit {
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 0 var(--space-xs);
}
.search-form .hs-submit svg {
  pointer-events: none;
  width: 1.45em;
  height: auto;
}
.search-form .hs-submit:hover {
  color: var(--color-surface-brand-primary);
}

.search-page-form {
  --color-form-background: var(--color-surface-opacity-dark, rgba(0, 0, 0, 0.05));
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background: var(--color-surface-secondary);
}
.search-page-form:last-child {
  margin-bottom: calc(var(--footer-top-margin) * -1);
}
.search-page-form h2 {
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.search-page-form .hs-form, .search-page-form .systems-page .form-container, .systems-page .search-page-form .form-container {
  margin-top: var(--space-3xs);
}

.search-page-results {
  margin-top: var(--space-xl);
}
.search-page-results__title {
  font-size: var(--heading-size-400);
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
.search-page-results .hs-search-results {
  margin-top: var(--space-m);
}
.search-page-results .hs-search-results__message {
  margin-bottom: var(--space-s);
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.search-page-results .hs-search-results__listing {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  row-gap: var(--space-l);
  font-size: var(--text-size-500);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.search-page-results .hs-search-results__listing li {
  padding: 0;
}
.search-page-results .hs-search-results__listing li::before {
  all: unset;
}
.search-page-results .hs-search-results__listing a {
  color: inherit;
  font-size: var(--heading-size-300);
  line-height: 1.3;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.search-page-results .hs-search-results__listing a:hover {
  text-decoration: underline;
}
.search-page-results .hs-search-results__listing li + li {
  margin-top: 0;
}
.search-page-results .hs-search-results__listing__item {
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.search-page-results .hs-search-results__description {
  margin-top: 0.8em;
}
.search-page-results .hs-search-results__featured-image-wrapper {
  margin-right: var(--space-s);
}
@media (max-width: 767px) {
  .search-page-results .hs-search-results__featured-image-wrapper {
    margin-right: 0;
    margin-bottom: var(--space-s);
  }
}
.search-page-results .hs-search-results__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 1rem;
  margin-top: var(--space-l);
}
@media (max-width: 48rem) {
  .search-page-results .hs-search-results__pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.search-page-results .hs-search-results__pagination__link {
  color: inherit;
  font-size: var(--text-size-400);
  line-height: 1.5;
  font-family: "Inter", sans-serif;
  font-weight: 400;
}
.search-page-results .hs-search-results__pagination__link:hover {
  text-decoration: none;
}
.search-page-results .hs-search-results__pagination__link--disabled {
  display: none;
}
.search-page-results .hs-search-results__pagination__link--number {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: var(--space-3xs) var(--space-2xs);
  font-size: var(--button-font-size);
  line-height: var(--button-line-height);
  font-family: var(--button-font);
  font-weight: var(--button-font-weight);
  color: var(--color-text-primary);
  text-decoration: none;
  border-radius: var(--radius-brand);
  border: 0.0625rem solid var(--color-text-primary);
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.search-page-results .hs-search-results__pagination__link--number:hover {
  color: var(--color-text-primary);
  background-color: var(--color-surface-brand-primary);
  border-color: var(--color-surface-brand-primary);
}
.search-page-results .hs-search-results__pagination__link--active {
  color: var(--color-white);
  background: var(--color-text-primary);
}
.search-page-results .hs-search-results__pagination__link--last, .search-page-results .hs-search-results__pagination__link--first {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 48rem) {
  .search-page-results .hs-search-results__pagination__link--prev, .search-page-results .hs-search-results__pagination__link--next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

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

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

.has-theme-overwrite {
  padding-top: var(--space-2xl);
  padding-bottom: var(--space-2xl);
  color: var(--color-text-primary);
  background: var(--color-surface-primary);
}