/*!************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/normalize.css/normalize.css ***!
  \************************************************************************************************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

/*!***********************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/flickity/dist/flickity.css ***!
  \***********************************************************************************************************************/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!*************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/import-glob-loader/index.js!./src/sass/app.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
@font-face {
  font-family: "fontello";
  src: url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.eot?94256603");
  src: url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.eot?94256603#iefix") format("embedded-opentype"), url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.woff2?94256603") format("woff2"), url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.woff?94256603") format("woff"), url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.ttf?94256603") format("truetype"), url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.svg?94256603#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fontello/fontello.svg?94256603#fontello") format('svg');
  }
}
*/
[class^=icon-]:before,
[class*=" icon-"]:before,
[class^=icon-]:after,
[class*=" icon-"]:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook:before {
  content: "\e800";
}

/* '' */
.icon-twitter:before {
  content: "\e801";
}

/* '' */
.icon-left:before {
  content: "\e802";
}

/* '' */
.icon-linkedin:before {
  content: "\e803";
}

/* '' */
.icon-mail:before {
  content: "\e804";
}

/* '' */
.icon-phone:before {
  content: "\e805";
}

/* '' */
.icon-globe:before {
  content: "\e806";
}

/* '' */
.icon-play:before {
  content: "\e806";
}

/* '' */
.icon-home:before {
  content: "\e807";
}

/* '' */
.icon-search:before {
  content: "\e808";
}

/* '' */
.icon-clock:before {
  content: "\e809";
}

/* '' */
.icon-quote:before {
  content: "\e80a";
}

/* '' */
.icon-check:before {
  content: "\e80b";
}

/* '' */
.icon-location:before {
  content: "\e80c";
}

/* '' */
.icon-info:before {
  content: "\e815";
}

/* '' */
.icon-arrow-down:before {
  content: "\e816";
}

/* '' */
.icon-arrow-left:before {
  content: "\e817";
}

/* '' */
.icon-arrow-right:before {
  content: "\e818";
}

/* '' */
.icon-arrow-up:before {
  content: "\e819";
}

/* '' */
.icon-close:before {
  content: "\e81a";
}

/* '' */
.icon-spinner:before {
  content: "\e834";
}

/* '' */
.icon-rss:before {
  content: "\f09e";
}

/* '' */
.icon-document:before {
  content: "\f0f6";
}

/* '' */
.icon-right:before {
  content: "\f105";
}

/* '' */
.icon-up:before {
  content: "\f106";
}

/* '' */
.icon-down:before {
  content: "\f107";
}

/* '' */
.icon-youtube:before {
  content: "\f16a";
}

/* '' */
.icon-instagram:before {
  content: "\f16d";
}

/* '' */
.icon-pdf:before {
  content: "\f1c1";
}

/* '' */
.icon-excel:before {
  content: "\f1c3";
}

/* '' */
.icon-powerpoint:before {
  content: "\f1c4";
}

/* '' */
.icon-image:before {
  content: "\f1c5";
}

/* '' */
.icon-zip:before {
  content: "\f1c6";
}

/* '' */
.icon-pinterest:before {
  content: "\f231";
}

/* '' */
.icon-vimeo:before {
  content: "\f27d";
}

/* '' */
.icon-facebook.icon--after:after {
  content: "\e800";
}

.icon-twitter.icon--after:after {
  content: "\e801";
}

.icon-left.icon--after:after {
  content: "\e802";
}

.icon-linkedin.icon--after:after {
  content: "\e803";
}

.icon-mail.icon--after:after {
  content: "\e804";
}

.icon-phone.icon--after:after {
  content: "\e805";
}

.icon-globe.icon--after:after {
  content: "\e806";
}

.icon-play.icon--after:after {
  content: "\e806";
}

.icon-home.icon--after:after {
  content: "\e807";
}

.icon-search.icon--after:after {
  content: "\e808";
}

.icon-clock.icon--after:after {
  content: "\e809";
}

.icon-quote.icon--after:after {
  content: "\e80a";
}

.icon-check.icon--after:after {
  content: "\e80b";
}

.icon-location.icon--after:after {
  content: "\e80c";
}

.icon-info.icon--after:after {
  content: "\e815";
}

.icon-arrow-down.icon--after:after {
  content: "\e816";
}

.icon-arrow-left.icon--after:after {
  content: "\e817";
}

.icon-arrow-right.icon--after:after {
  content: "\e818";
}

.icon-arrow-up.icon--after:after {
  content: "\e819";
}

.icon-close.icon--after:after {
  content: "\e81a";
}

.icon-spinner.icon--after:after {
  content: "\e834";
}

.icon-rss.icon--after:after {
  content: "\f09e";
}

.icon-document.icon--after:after {
  content: "\f0f6";
}

.icon-right.icon--after:after {
  content: "\f105";
}

.icon-up.icon--after:after {
  content: "\f106";
}

.icon-down.icon--after:after {
  content: "\f107";
}

.icon-youtube.icon--after:after {
  content: "\f16a";
}

.icon-instagram.icon--after:after {
  content: "\f16d";
}

.icon-pdf.icon--after:after {
  content: "\f1c1";
}

.icon-excel.icon--after:after {
  content: "\f1c3";
}

.icon-powerpoint.icon--after:after {
  content: "\f1c4";
}

.icon-image.icon--after:after {
  content: "\f1c5";
}

.icon-zip.icon--after:after {
  content: "\f1c6";
}

.icon-pinterest.icon--after:after {
  content: "\f231";
}

.icon-vimeo.icon--after:after {
  content: "\f27d";
}

.icon--after:before {
  content: normal;
}

@font-face {
  font-family: "Noi Grotesk";
  src: url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fonts/NoiGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Noi Grotesk";
  src: url("https://144081271.fs1.hubspotusercontent-eu1.net/hubfs/144081271/raw_assets/public/vectura-theme/dist/assets/fonts/NoiGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --site-width-min: 90vw;
  --site-width-max: 1280px;
  --scrollbar-width: 0px;
  --body-bg: #F0F2F5;
  --color-blue-dark: #2A495B;
  --color-black: #0a0a0a;
  --color-white: #FFFFFF;
  --color-gray: #6d6d6d;
  --color-border: #b0b0b0;
  --color-overlay: rgba(0, 0, 0, .4);
  --underline-color: #b0b0b0;
  --color-error: #FF3C19;
  --kicker-color: #2A495B;
  --spacing-x-small: 0.5rem;
  --spacing-small: 1rem;
  --spacing-medium: 2rem;
  --spacing-large: 3rem;
  --spacing-x-large: 4rem;
  --container-margin: max(2.5rem, min(6.6666666667vw, 3rem));
  --grid-gap: 1.5rem;
  --section-padding: max(2.5rem, min(6.6666666667vw, 3rem));
  --border-radius: 0.25rem;
  --shadow: 0px 12px 34px 0px #00000026;
  --easing: ease;
  --body-font-size: max(1rem, min(2.6666666667vw, 1.125rem));
  --body-font-family: "Noi Grotesk", sans-serif;
  --body-font-weight: 400;
  --body-font-style: normal;
  --body-line-height: 1.4;
  --body-letter-spacing: -0.02em;
  --body-text-transform: none;
  --text-color: #2A495B;
  --text-decoration-color: initial;
  --text-decoration-thickness: 1px;
  --text-underline-offset: 0.25rem;
  --font-size-x-small: max(0.75rem, min(2vw, 0.875rem));
  --font-size-small: max(0.875rem, min(2.3333333333vw, 1rem));
  --font-size-default: max(1rem, min(2.6666666667vw, 1.125rem));
  --font-size-large: max(1.125rem, min(3vw, 1.25rem));
  --font-size-display: max(3rem, min(8vw, 5rem));
  --font-size-display-2: max(2.75rem, min(7.3333333333vw, 4.5rem));
  --selection-bg: #2A495B;
  --selection-color: #fff;
  --link-color: #2A495B;
  --link-color-hover: #B0C0CC;
  --h1-size: max(2rem, min(5.3333333333vw, 4rem));
  --h2-size: max(1.5rem, min(4vw, 2rem));
  --h3-size: max(1.25rem, min(3.3333333333vw, 1.5rem));
  --h4-size: max(1.2rem, min(3.2vw, 1.25rem));
  --h5-size: max(1.125rem, min(3vw, 1.2rem));
  --h6-size: max(1rem, min(2.6666666667vw, 1.125rem));
  --heading-font-family: "Noi Grotesk", serif;
  --heading-font-weight: 400;
  --heading-font-style: normal;
  --heading-line-height: 0.9;
  --heading-letter-spacing: -0.032em;
  --heading-text-transform: none;
  --heading-color: #2A495B;
  --heading-margin: max(1rem, min(2.6666666667vw, 1.5rem));
  /*	--dialog-background: white;
  	--dialog-width: 40rem;
  	--dialog-padding: var(--spacing-large);
  	--dialog-shadow: var(--shadow-large);
  	--dialog-close-button-size: 2rem;
  	--dialog-close-button-color: var(--text-color);
  	--dialog-backdrop-color: var(--color-overlay);
  	--dialog-animation-duration: 0.5s; */
}

:root {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
}
*,
::before,
::after {
  box-sizing: border-box;
  text-decoration-color: var(--text-decoration-color, initial);
  text-decoration-thickness: var(--text-decoration-thickness, initial);
  text-underline-offset: var(--text-underline-offset, initial);
}

::-moz-selection {
  background-color: var(--selection-bg, var(--color-primary, initial));
  color: var(--selection-color, initial);
}

::selection {
  background-color: var(--selection-bg, var(--color-primary, initial));
  color: var(--selection-color, initial);
}

html {
  background: var(--body-bg, white);
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: var(--body-font-family, sans-serif);
  font-weight: var(--body-font-weight, normal);
  font-style: var(--body-font-style, normal);
  line-height: var(--body-line-height, 1.6);
  letter-spacing: var(--body-letter-spacing, 0);
  text-transform: var(--body-text-transform, none);
  font-size: var(--body-font-size, 1rem);
  color: var(--text-color, black);
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  display: block;
  font-family: var(--heading-font-family, inherit);
  font-weight: var(--heading-font-weight, bold);
  font-style: var(--heading-font-style, normal);
  line-height: var(--heading-line-height, 1.2);
  letter-spacing: var(--heading-letter-spacing, 0);
  text-transform: var(--heading-text-transform, none);
  margin: 0 0 var(--heading-margin, var(--spacing-medium, 1.5rem));
  font-size: var(--h1-size, 3rem);
  color: var(--heading-color, inherit);
}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,.h1 a,.h2 a,.h3 a,.h4 a,.h5 a,.h6 a {
  color: var(--heading-color, inherit);
}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover,.h1 a:hover,.h2 a:hover,.h3 a:hover,.h4 a:hover,.h5 a:hover,.h6 a:hover {
  color: var(--heading-color, inherit);
}

h1,
.h1 {
  font-size: var(--h1-size, 3rem);
}

h2,
.h2 {
  font-size: var(--h2-size, 2.2rem);
}

h3,
.h3 {
  font-size: var(--h3-size, 1.8rem);
}

h4,
.h4 {
  font-size: var(--h4-size, 1.4rem);
}

h5,
.h5 {
  font-size: var(--h5-size, 1.2rem);
}

h6,
.h6 {
  font-size: var(--h6-size, 1rem);
}

a {
  color: var(--link-color, blue);
  text-decoration-line: var(--link-decoration, none);
  transition: all var(--link-transition-duration, 0.25s) var(--easing);
  cursor: pointer;
}
a:hover {
  color: var(--link-color-hover, darkblue);
}

p {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

pre {
  background: #111;
  margin: 0 0 var(--spacing-medium, 1.5rem);
  padding: var(--spacing-medium, 1.5rem);
  max-height: 30rem;
  overflow: auto;
  color: white;
}

ul,
ol {
  margin: 0 0 var(--spacing-medium, 1.5rem) var(--spacing-large, 3rem);
  padding: 0;
}

dl {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

p:has(> img:only-child),
p:has(> video:only-child),
figure {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}
p:has(> img:only-child) img,
p:has(> img:only-child) video,
p:has(> video:only-child) img,
p:has(> video:only-child) video,
figure img,
figure video {
  display: block;
  width: 100%;
}

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

blockquote {
  margin: 0 0 var(--spacing-medium, 1.5rem);
}

hr {
  margin: var(--spacing-large) 0;
  border: 1px solid var(--color-border);
  border-top: 0;
}

.container {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}

input,
select,
textarea {
  accent-color: var(--color-primary, auto);
}

input[type=text],input[type=password],input[type=search],input[type=email],input[type=url],input[type=tel],input[type=number],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],
select,
textarea {
  background-color: var(--form-field-bg, white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: var(--form-field-padding-y, 0.75rem) var(--form-field-padding-x, 1.25rem);
  font-size: var(--form-field-font-size, var(--body-font-size, inherit));
  font-family: var(--form-field-font-family, var(--body-font-family, inherit));
  font-weight: var(--form-field-font-weight, var(--body-font-weight, inherit));
  letter-spacing: var(--form-field-letter-spacing, var(--body-letter-spacing, inherit));
  line-height: var(--form-field-line-height, var(--body-line-height, inherit));
  text-transform: none;
  text-decoration: none;
  text-align: left;
  color: var(--form-field-text-color, var(--text-color, inherit));
  transition: all var(--form-field-transition-duration, 0.25s) var(--easing);
  border-width: var(--form-field-border-width, 1px);
  border-style: var(--form-field-border-style, solid);
  border-color: var(--form-field-border-color, var(--color-border, black));
  border-radius: var(--form-field-border-radius, var(--border-radius, 0));
}
input[type=text]:hover,input[type=password]:hover,input[type=search]:hover,input[type=email]:hover,input[type=url]:hover,input[type=tel]:hover,input[type=number]:hover,input[type=date]:hover,input[type=month]:hover,input[type=week]:hover,input[type=time]:hover,input[type=datetime]:hover,input[type=datetime-local]:hover,
select:hover,
textarea:hover {
  background-color: var(--form-field-hover-bg, var(--form-field-bg, white));
  border-color: var(--form-field-hover-border-color, var(--color-primary, blue));
}
input[type=text]:focus,input[type=password]:focus,input[type=search]:focus,input[type=email]:focus,input[type=url]:focus,input[type=tel]:focus,input[type=number]: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,
select:focus,
textarea:focus {
  background-color: var(--form-field-focus-bg, var(--form-field-bg, white));
  border-color: var(--form-field-focus-border-color, var(--color-primary, blue));
  outline: 0;
}

select {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 40 40"><polygon points="2.7,14.4 6.8,10.3 20,23.5 33.2,10.3 37.3,14.4 20,31.7 "/></svg>');
  background-repeat: no-repeat;
  background-position: right var(--form-field-padding-x, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  padding-right: calc(var(--form-field-padding-x, 1.25rem) * 2 + var(--select-arrow-size, 0.5rem));
}

textarea {
  resize: vertical;
}
textarea:not([rows]) {
  height: 12rem;
}

::-moz-placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

::placeholder {
  color: var(--placeholder-color, var(--color-gray, #999));
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
  display: none;
}

.grid,
[class*=grid--] {
  --grid-cols: 1;
  display: grid;
  gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
  grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
}

.grid--2 {
  --grid-cols: 2;
}

.grid--3 {
  --grid-cols: 3;
}

.grid--4 {
  --grid-cols: 4;
}

.grid--5 {
  --grid-cols: 5;
}

.grid--6 {
  --grid-cols: 6;
}

@media (min-width: 768px) {
  [class*="tablet:grid--"] {
    --grid-cols: 1;
    display: grid;
    gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }
  .tablet\:grid--2 {
    --grid-cols: 2;
  }
  .tablet\:grid--3 {
    --grid-cols: 3;
  }
  .tablet\:grid--4 {
    --grid-cols: 4;
  }
  .tablet\:grid--5 {
    --grid-cols: 5;
  }
  .tablet\:grid--6 {
    --grid-cols: 6;
  }
}
@media (min-width: 1080px) {
  [class*="laptop:grid--"] {
    --grid-cols: 1;
    display: grid;
    gap: var(--grid-row-gap, var(--grid-gap, 3rem)) var(--grid-column-gap, var(--grid-gap, 3rem));
    grid-template-columns: repeat(var(--grid-cols), minmax(0, 1fr));
  }
  .laptop\:grid--2 {
    --grid-cols: 2;
  }
  .laptop\:grid--3 {
    --grid-cols: 3;
  }
  .laptop\:grid--4 {
    --grid-cols: 4;
  }
  .laptop\:grid--5 {
    --grid-cols: 5;
  }
  .laptop\:grid--6 {
    --grid-cols: 6;
  }
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
}
[class^=icon-]:empty::before,
[class*=" icon-"]:empty::before {
  margin-right: 0;
}
[class^=icon-]:blank::before,
[class*=" icon-"]:blank::before {
  margin-right: 0;
}

.icon--after::after {
  margin-right: 0;
  margin-left: var(--icon-margin, 0.25rem);
  line-height: inherit;
}
.icon--after:empty::after {
  margin-left: 0;
}
.icon--after:blank::after {
  margin-left: 0;
}

[class*=ratio--] {
  position: relative;
  display: block;
}
[class*=ratio--]::before {
  pointer-events: none;
  display: block;
  content: "";
  padding-bottom: 56.25%;
}
[class*=ratio--] > img,
[class*=ratio--] > video,
[class*=ratio--] > iframe,
[class*=ratio--] > :not(figcaption) img,
[class*=ratio--] > :not(figcaption) video,
[class*=ratio--] > :not(figcaption) iframe {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: auto;
}

.ratio--16-9::before {
  padding-bottom: 56.25%;
}

.ratio--4-5::before {
  padding-bottom: 125%;
}

.ratio--4-3::before {
  padding-bottom: 75%;
}

.ratio--1-1::before {
  padding-bottom: 100%;
}

.section {
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding, 6rem) var(--site-padding);
}

.video {
  position: relative;
  padding-bottom: 56.25%;
  margin: 0 0 var(--spacing-medium, 1.5rem);
  height: 0;
}
.video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg--default,
.bg--white,
.bg--blue-light,
.bg--blue-medium {
  --bg-color: #F0F2F5;
  --text-color: #2A495B;
  --kicker-color: #2A495B;
  --heading-color: #2A495B;
  --button-bg: #2A495B;
  --button-bg-hover: #B0C0CC;
  --button-color: #F0F2F5;
  --button-color-hover: #2A495B;
  --button-border-color: #2A495B;
  --button-border-color-hover: #B0C0CC;
  --button-ghost-bg: transparent;
  --button-ghost-bg-hover: #2A495B;
  --button-ghost-color: #2A495B;
  --button-ghost-color-hover: #FFFFFF;
  --button-ghost-border-color: #2A495B;
  --button-ghost-border-color-hover: #2A495B;
  --link-color: #2A495B;
  --link-color-hover: #B0C0CC;
  --icon-color: #2A495B;
  --color-border: #b0b0b0;
  --color-overlay: rgba(0, 0, 0, .4);
  --underline-color: #b0b0b0;
  --selection-bg: #2A495B;
  --selection-color: #F0F2F5;
  color: var(--text-color);
  background-color: var(--bg-color);
  transition: background-color 0.3s var(--easing);
}

.bg--white {
  --bg-color: #FFFFFF;
  background-color: var(--bg-color);
}

.bg--blue-light {
  --bg-color: #F0F2F5;
  background-color: var(--bg-color);
}

.bg--blue-medium {
  --bg-color: #B0C0CC;
  --button-bg: #2A495B;
  --button-bg-hover: #FFFFFF;
  --button-color: #F0F2F5;
  --button-color-hover: #2A495B;
  --button-border-color: #2A495B;
  --button-border-color-hover: #FFFFFF;
  background-color: var(--bg-color);
}

.bg--blue-dark {
  --bg-color: #2A495B;
  --button-bg: #F0F2F5;
  --button-border-color: #F0F2F5;
  --button-color: #2A495B;
  --button-bg-hover: #2A495B;
  --button-border-color-hover: #F0F2F5;
  --button-color-hover: #F0F2F5;
  --button-ghost-bg: transparent;
  --button-ghost-border-color: #F0F2F5;
  --button-ghost-color: #F0F2F5;
  --button-ghost-bg-hover: #F0F2F5;
  --button-ghost-border-color-hover: #F0F2F5;
  --button-ghost-color-hover: #2A495B;
  --heading-color: #F0F2F5;
  --text-color: #F0F2F5;
  --kicker-color: #F0F2F5;
  --link-color: #F0F2F5;
  --link-color-hover: #B0C0CC;
  --icon-color: #F0F2F5;
  --color-border: #F0F2F5;
  --color-overlay: rgba(0, 0, 0, .4);
  --underline-color: #F0F2F5;
  --selection-bg: #F0F2F5;
  --selection-color: #2A495B;
  color: var(--text-color);
  transition: background-color 0.3s var(--easing);
  background-color: var(--bg-color);
}

:root {
  --button-padding-x: max(0.75rem, min(2vw, 1rem));
  --button-padding-y: max(0.75rem, min(2vw, 1rem));
  --button-font-size: max(0.875rem, min(2.66vw, 1rem));
  --button-font-family: "Noi Grotesk", sans-serif;
  --button-font-weight: 500;
  --button-letter-spacing: -0.032em;
  --button-line-height: 1;
  --button-font: var(--button-font-weight) var(--button-font-size)/var(--button-line-height) var(--button-font-family);
  --button-border-radius: var(--border-radius);
  --button-bg: #2A495B;
  --button-bg-hover: #B0C0CC;
  --button-color: #F0F2F5;
  --button-color-hover: #2A495B;
  --button-border-color: #2A495B;
  --button-border-color-hover: #B0C0CC;
  --button-ghost-bg: transparent;
  --button-ghost-bg-hover: #2A495B;
  --button-ghost-color: #2A495B;
  --button-ghost-color-hover: #FFFFFF;
  --button-ghost-border-color: #2A495B;
  --button-ghost-border-color-hover: #2A495B;
}

.button,
button,
input[type=submit] {
  background: var(--button-bg);
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  vertical-align: middle;
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: var(--button-color);
  cursor: pointer;
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  transition: all 0.4s var(--easing);
}
.button:disabled,
button:disabled,
input[type=submit]:disabled {
  cursor: not-allowed;
}
.button:not(:disabled):hover,
button:not(:disabled):hover,
input[type=submit]:not(:disabled):hover {
  background: var(--button-bg-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color-hover);
  text-decoration: none;
}
.button:not(:disabled):hover::after,
button:not(:disabled):hover::after,
input[type=submit]:not(:disabled):hover::after {
  transform: translate(0.25rem, 0);
}

.button--ghost {
  --button-bg: var(--button-ghost-bg);
  --button-bg-hover: var(--button-ghost-bg-hover);
  --button-color: var(--button-ghost-color);
  --button-color-hover: var(--button-ghost-color-hover);
  --button-border: var(--button-ghost-border-color);
  --button-border-color-hover: var(--button-ghost-border-color-hover);
}
.button--ghost:not(:hover), .button--ghost:disabled {
  background: transparent;
}

.buttons {
  display: flex;
  align-items: center;
  gap: var(--spacing-x-small);
  flex-wrap: wrap;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-top: var(--spacing-medium);
}
.buttons > * {
  flex: 1 0 auto;
  max-width: 100%;
}
:where(.buttons.text--left, .text--left .buttons) {
  margin: 0;
}

:where(.buttons.text--center, .text--center .buttons) {
  margin: 0 auto;
}

:where(.buttons.text--right, .text--right .buttons) {
  margin: 0 0 0 auto;
}

:root {
  --form-field-bg: #FFFFFF;
  --form-field-focus-bg: var(--form-field-bg);
  --form-field-hover-bg: var(--form-field-bg);
  --form-field-spacing: 1.125rem;
  --form-field-padding-x: 1rem;
  --form-field-padding-y: 0.75rem;
  --form-field-font-size: var(--body-font-size);
  --form-field-font-family: var(--body-font-family);
  --form-field-font-weight: var(--body-font-weight);
  --form-field-letter-spacing: var(--body-letter-spacing);
  --form-field-line-height: 1;
  --form-field-text-color: var(--text-color);
  --form-field-border-width: 1px;
  --form-field-border-style: solid;
  --form-field-border-radius: var(--border-radius);
  --form-field-border-color: var(--color-border);
  --form-field-hover-border-color: #2A495B;
  --form-field-focus-border-color: #2A495B;
  --select-arrow-size: 0.75rem;
  --placeholder-color: var(--color-grey);
}

input,
select,
textarea {
  accent-color: var(--color-blue-dark);
}

.hs-form {
  --link-color: var(--color-primary);
}
.hs-form fieldset {
  max-width: none !important;
}
.hs-form .hs-input {
  width: 100% !important;
}
.hs-form .hs-input[type=radio], .hs-form .hs-input[type=checkbox] {
  width: auto !important;
  margin-right: var(--spacing-x-small, 0.5rem);
}
.hs-form .hs-input.hs-fieldtype-textarea {
  height: 6.25rem;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display input {
  float: none !important;
  width: auto !important;
  margin-right: var(--spacing-small, 0.75rem);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  display: inline;
  margin: 0;
}
.hs-form .legal-consent-container .field.hs-form-field {
  margin: 0 0 var(--form-field-spacing);
}
.hs-form .legal-consent-container .hs-error-msgs label {
  color: var(--color-error) !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-2 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-3 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-4 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-5 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-6 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-7 .hs-form-field:not(:last-of-type) .input,
.hs-form fieldset.form-columns-8 .hs-form-field:not(:last-of-type) .input {
  margin-right: 1rem !important;
}
.hs-form fieldset.form-columns-1 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-2 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-3 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-4 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-5 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-6 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-7 .hs-form-field:last-of-type .input,
.hs-form fieldset.form-columns-8 .hs-form-field:last-of-type .input {
  margin-right: 0 !important;
}

.hs-form a:not(.button) {
  --link-decoration: underline;
}
.hs-form .hs-form-field {
  position: relative;
  display: block;
  margin: 0 0 var(--form-field-spacing);
  font-size: var(--font-size-small);
}
.hs-form .hs-form-field input {
  background-position: right var(--form-field-padding-x, 1.25rem) top 50%;
  background-size: var(--select-arrow-size, 0.5rem) auto;
  background-repeat: no-repeat;
}
.hs-form .hs-form-field input.invalid {
  border-color: #FF3C19;
}
.hs-form .hs-form-field > label > span {
  font-size: var(--font-size-x-small);
  margin-bottom: 0.5rem;
}
.hs-form .hs-form-field > label > span:not(:empty) {
  display: inline-block;
}
.hs-form .hs-form-field > label > span.hs-form-required {
  margin-left: 2px;
}
.hs-form .hs-form-field > label > span:empty + span.hs-form-required {
  display: none;
}
.hs-form .hs-fieldtype-file {
  position: relative;
}
.hs-form .hs-fieldtype-file > label {
  background: var(--button-bg);
  box-sizing: border-box;
  display: inline-block;
  padding: var(--button-padding-y) var(--button-padding-x);
  vertical-align: middle;
  font-size: var(--button-font-size);
  font-family: var(--button-font-family);
  font-weight: var(--button-font-weight);
  letter-spacing: var(--button-letter-spacing);
  line-height: var(--button-line-height);
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  color: var(--button-color);
  cursor: pointer;
  border: 1px solid var(--button-border-color);
  border-radius: var(--button-border-radius);
  transition: all 0.4s var(--easing);
  margin-top: var(--spacing-small);
}
.hs-form .hs-fieldtype-file > label:disabled {
  cursor: not-allowed;
}
.hs-form .hs-fieldtype-file > label:not(:disabled):hover {
  background: var(--button-bg-hover);
  border-color: var(--button-border-color-hover);
  color: var(--button-color-hover);
  text-decoration: none;
}
.hs-form .hs-fieldtype-file > label:not(:disabled):hover::after {
  transform: translate(0.25rem, 0);
}
.hs-form .hs-fieldtype-file > label span {
  font: inherit;
}
.hs-form .hs-fieldtype-file > label::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e819";
  margin-right: var(--icon-margin, 0.25rem);
  margin-left: 0;
  line-height: inherit;
  margin: 0 0 0 var(--spacing-medium);
}
.hs-form .hs-fieldtype-file legend {
  font-size: var(--font-size-small);
  margin: var(--spacing-small) 0 0;
}
.hs-form .hs-fieldtype-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  width: 0.1px;
  height: 0.1px;
  overflow: hidden;
}
.hs-form ul.inputs-list {
  margin: var(--spacing-x-small) 0 0;
  list-style: none;
  font-size: var(--font-size-small);
}
.hs-form ul.inputs-list.multi-container {
  margin-bottom: calc(var(--spacing-small) * -1);
  text-wrap: balance;
}
.hs-form ul.inputs-list.multi-container li {
  display: inline-block;
  margin: 0 var(--spacing-medium) var(--spacing-small) 0;
}
.hs-form ul.inputs-list.multi-container li:only-child {
  margin: 0;
}
.hs-form ul.hs-error-msgs {
  margin: var(--spacing-x-small) 0 0;
  list-style: none;
  white-space: nowrap;
  font-size: var(--font-size-x-small);
  font-style: normal;
}
.hs-form ul.hs-error-msgs li {
  display: block;
  color: var(--color-error);
}
.hs-form ul.hs-error-msgs li:not(:last-child) {
  margin-bottom: var(--spacing-x-small);
}
.hs-form .hs_error_rollup {
  display: none;
}
.hs-form .legal-consent-container {
  font-size: var(--font-size-small);
  margin-bottom: var(--spacing-medium);
}
.hs-form .legal-consent-container p,
.hs-form .legal-consent-container .hs-richtext,
.hs-form .legal-consent-container .hs-dependent-field {
  margin-bottom: var(--spacing-small);
}
.hs-form .legal-consent-container p > :last-child,
.hs-form .legal-consent-container .hs-richtext > :last-child,
.hs-form .legal-consent-container .hs-dependent-field > :last-child {
  margin-bottom: 0;
}

@media (max-width: 1079px) {
  .laptop-max\:ratio--16-9::before {
    padding-bottom: 56.25%;
  }
  .laptop-max\:ratio--4-5::before {
    padding-bottom: 125%;
  }
  .laptop-max\:ratio--4-3::before {
    padding-bottom: 75%;
  }
  .laptop-max\:ratio--1-1::before {
    padding-bottom: 100%;
  }
}
:root {
  --site-width-medium: 926px;
  --site-width-small: 735px;
  --site-width-x-small: 636px;
}

.section--medium {
  --site-width-max: 926px;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding, 6rem) var(--site-padding);
}

.container--medium {
  --site-width-max: 926px;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}

.section--small {
  --site-width-max: 735px;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding, 6rem) var(--site-padding);
}

.container--small {
  --site-width-max: 735px;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}

.section--x-small {
  --site-width-max: 636px;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  padding: var(--section-padding, 6rem) var(--site-padding);
}

.container--x-small {
  --site-width-max: 636px;
  --site-width: min(
  	var(--site-width-min, 90vw),
  	var(--site-width-max, 1280px)
  );
  --site-padding: calc(
  	(
  		100vw -
  		var(--scrollbar-width) -
  		var(--site-width)
  	) / 2
  );
  width: var(--site-width);
  margin: var(--container-margin, 6rem) auto;
}

.text--x-small {
  font-size: var(--font-size-x-small);
}

.text--small {
  font-size: var(--font-size-small);
}

.text--large {
  font-size: var(--font-size-large);
}

.text--x-large {
  font-size: var(--font-size-x-large);
}

.text--display {
  font-size: var(--font-size-display);
  letter-spacing: var(--heading-letter-spacing);
}

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

.text--left {
  text-align: left;
}

.text--kicker {
  color: var(--kicker-color);
  font-size: var(--body-font-size);
  line-height: 1.44;
  letter-spacing: -0.18px;
  margin-bottom: var(--heading-margin);
}

@media (min-width: 1080px) {
  .laptop\:hide {
    display: none !important;
  }
}
@media (max-width: 1079px) {
  .laptop\:show {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .tablet\:hide {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .tablet\:show {
    display: none !important;
  }
}
.wysiwyg {
  text-wrap: pretty;
}
.wysiwyg :is(h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6):not(:first-child) {
  margin-top: var(--spacing-large);
}
.wysiwyg a:not(.button) {
  --link-decoration: underline;
}
.wysiwyg > ul:not([style]) {
  list-style: none;
  margin-left: 0;
}
.wysiwyg > ul:not([style]) li {
  position: relative;
  padding-left: calc(1em + var(--spacing-small));
}
.wysiwyg > ul:not([style]) li::before {
  content: "—";
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  font-size: var(--body-font-size);
}
.wysiwyg > ul:not([style]) li:not(:last-child) {
  margin-bottom: var(--spacing-small);
}
.wysiwyg p {
  margin: 0 0 var(--heading-margin) 0;
}
.text--center .wysiwyg ul, .wysiwyg.text--center ul {
  margin-left: 0;
  align-items: center;
}
.wysiwyg:last-child > :last-child {
  margin-bottom: 0;
}

#site-footer {
  display: flex;
  padding: var(--spacing-medium) var(--site-padding);
}
#site-footer .site-logo {
  display: block;
}
#site-footer .site-logo svg {
  height: 1.875rem;
  width: auto;
}
#site-footer .site-logo svg path {
  fill: #F0F2F5;
}
@media (min-width: 1080px) {
  #site-footer .site-logo svg {
    height: 2.17rem;
  }
}

:root {
  --site-header-height: 4.375rem;
  --site-header-color: var(--text-color);
  --site-header-bg: transparent;
}

.site-header--spacing.container, .site-header--spacing[class*=container--] {
  --site-header-spacing: calc(var(--container-margin) + var(--site-header-height));
  margin-top: var(--site-header-spacing);
}
.site-header--spacing.section, .site-header--spacing[class*=section--] {
  --site-header-spacing: calc(var(--section-padding) + var(--site-header-height));
  padding-top: var(--site-header-spacing);
}

html.site-header--light {
  --site-header-color: #F0F2F5;
}

html.has-scrolled-down #site-header {
  opacity: 0;
  transition: opacity 0.2s;
  pointer-events: none;
}

html.has-scrolled-down.scrolling-up #site-header {
  --site-header-bg: #F0F2F5;
  --site-header-color: #2A495B;
  opacity: 1;
  pointer-events: auto;
}

#site-header {
  padding: var(--spacing-small) var(--site-padding);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: grid;
  gap: var(--spacing-small);
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: var(--site-header-height);
  --link-color: var(--site-header-color);
}
#site-header::before {
  background: var(--site-header-bg);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: background-color 0.3s var(--easing);
}
#site-header .site-logo {
  display: block;
}
#site-header .site-logo svg {
  height: 1.875rem;
  width: auto;
  overflow: visible;
}
#site-header .site-logo svg path {
  fill: var(--site-header-color);
}
@media (min-width: 1080px) {
  #site-header .site-logo svg {
    height: 2.17rem;
  }
}

#hero {
  display: grid;
  align-items: center;
  height: 60dvh;
  max-height: 60rem;
}
@media (min-width: 1080px) {
  #hero {
    height: 80dvh;
  }
}

#landing-page {
  display: grid;
  gap: var(--spacing-large);
}
#landing-page > header {
  max-width: 95%;
}
#landing-page > article {
  display: grid;
  gap: var(--grid-gap);
  grid-template-columns: repeat(var(--grid-cols, 1), minmax(0, 1fr));
  grid-auto-flow: dense;
}
#landing-page > article > aside {
  padding: var(--spacing-medium) var(--spacing-small);
  height: -moz-max-content;
  height: max-content;
}
#landing-page > article > aside > header > div.wysiwyg {
  margin: 0 0 var(--spacing-medium);
}
@media (min-width: 1080px) {
  #landing-page > article {
    --grid-cols: 12;
  }
  #landing-page > article > header {
    grid-column: 1/span 6;
  }
  #landing-page > article > aside {
    position: sticky;
    top: var(--spacing-medium);
    padding: var(--spacing-medium);
    grid-column: 8/-1;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html:where(:not(.hs-inline-edit)) [data-global-resource-path],
html:where(:not(.hs-inline-edit)) .container-fluid,
html:where(:not(.hs-inline-edit)) .row-fluid-wrapper,
html:where(:not(.hs-inline-edit)) .row-fluid,
html:where(:not(.hs-inline-edit)) .widget-span,
html:where(:not(.hs-inline-edit)) .hs_cos_wrapper {
  display: contents;
}

/*# sourceMappingURL=app.css.map*/