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

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

html, body {
  height: 100%;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #FFFFFF;
}
@media (max-width: 78.75rem) {
  html.main-menu-open {
    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;
}

.has-background--icterine_yellow {
  background-color: #f9f368;
}

.has-background--ocean_green {
  background-color: #3ac59b;
}

.has-background--pale_rose {
  background-color: #ffeae5;
}

.has-background--boksi_black {
  background-color: #232425;
  color: #FFFFFF;
}

.has-background--white {
  background-color: #FFFFFF;
}

.container,
.main-dnd-area .dnd-section > .row-fluid {
  width: 100%;
  max-width: 96.3333333333rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-left: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
  padding-right: 2.5rem;
  padding-right: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
}
@media (min-width: 65.001rem) {
  .container,
  .main-dnd-area .dnd-section > .row-fluid {
    width: calc(83.0303030303vw + 2.4117647059rem + 2.3529411765vw);
  }
}

.container {
  width: 100%;
  max-width: 115rem;
}
.container--medium {
  width: 100%;
  max-width: 96.3333333333rem;
}
@media (min-width: 65.001rem) {
  .container--medium {
    width: calc(83.0303030303vw + 2.4117647059rem + 2.3529411765vw);
  }
}
.container--small {
  width: 100%;
  max-width: 81.6666666667rem;
}
@media (min-width: 65.001rem) {
  .container--small {
    width: calc(69.696969697vw + 2.4117647059rem + 2.3529411765vw);
  }
}
.container--xsmall {
  width: 100%;
  max-width: 59rem;
}
@media (min-width: 65.001rem) {
  .container--xsmall {
    width: calc(49.0909090909vw + 2.4117647059rem + 2.3529411765vw);
  }
}
.container .container, .container--no-paddings {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  max-width: 110rem;
}
.container .container.container--medium, .container--no-paddings.container--medium {
  width: 100%;
  max-width: 91.3333333333rem;
}
@media (min-width: 65.001rem) {
  .container .container.container--medium, .container--no-paddings.container--medium {
    width: 83.0303030303vw;
  }
}
.container .container.container--small, .container--no-paddings.container--small {
  width: 100%;
  max-width: 76.6666666667rem;
}
@media (min-width: 65.001rem) {
  .container .container.container--small, .container--no-paddings.container--small {
    width: 69.696969697vw;
  }
}
.container .container.container--xsmall, .container--no-paddings.container--xsmall {
  width: 100%;
  max-width: 54rem;
}
@media (min-width: 65.001rem) {
  .container .container.container--xsmall, .container--no-paddings.container--xsmall {
    width: 49.0909090909vw;
  }
}

.content-row,
.main-dnd-area .dnd-section {
  margin-top: 11.25rem;
  margin-top: clamp(5rem, 3.1617647059rem + 7.3529411765vw, 11.25rem);
  margin-bottom: 11.25rem;
  margin-bottom: clamp(5rem, 3.1617647059rem + 7.3529411765vw, 11.25rem);
}

.main-dnd-area .dnd-section:first-child .dnd-row:first-child .dnd-exception-margins,
.main-dnd-area .dnd-section:first-child > .row-fluid:first-child > .dnd-module:first-child .dnd-exception-margins {
  margin-top: -11.25rem;
  margin-top: clamp(-11.25rem, -3.1617647059rem + -7.3529411765vw, -5rem);
}

.main-dnd-area .dnd-section:last-child {
  margin-bottom: 0;
}

.content-row--small {
  margin-top: 7.5rem;
  margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  margin-bottom: 7.5rem;
  margin-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
}

.content-row--xs {
  margin-top: 6rem;
  margin-top: clamp(4rem, 3.4117647059rem + 2.3529411765vw, 6rem);
  margin-bottom: 6rem;
  margin-bottom: clamp(4rem, 3.4117647059rem + 2.3529411765vw, 6rem);
}

.content-row--no-top {
  margin-top: 0;
}

.content-row--no-bottom {
  margin-bottom: 0;
}

.dnd-section .dnd-row:not(:first-child) {
  margin-top: 5rem;
  margin-top: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
}
.dnd-section .dnd-row:not(:first-child) .dnd-exception-margins {
  margin-top: -5rem;
  margin-top: clamp(-5rem, -3.0588235294rem + -1.7647058824vw, -3.5rem);
}
@media (max-width: 48rem) {
  .dnd-section .dnd-column:not(:first-child) {
    margin-top: 5rem;
    margin-top: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
  }
}

div[class*=background-color].dnd-section {
  padding-top: 12.5rem;
  padding-top: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
  padding-bottom: 12.5rem;
  padding-bottom: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
}
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: -12.5rem;
  margin-top: clamp(-12.5rem, -6.0294117647rem + -5.8823529412vw, -7.5rem);
}

div[class*=background-color].dnd-column {
  padding: 2rem;
  padding: clamp(1rem, 0.7058823529rem + 1.1764705882vw, 2rem);
}

/* Responsive Grid */
.row-fluid {
  width: 100%;
  *zoom: 1;
}
@media (min-width: 47.9385rem) {
  .row-fluid [class*=span] {
    display: block;
    width: 100%;
    min-height: 1px;
    margin-left: 7.4%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*=span]:first-child {
    margin-left: 0;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 87.9666666667%;
  }
  .row-fluid .span10 {
    width: 79.6333333333%;
  }
  .row-fluid .span9 {
    width: 71.3%;
  }
  .row-fluid .span8 {
    width: 62.9666666667%;
  }
  .row-fluid .span7 {
    width: 54.6333333333%;
  }
  .row-fluid .span6 {
    width: 46.3%;
  }
  .row-fluid .span5 {
    width: 37.9666666667%;
  }
  .row-fluid .span4 {
    width: 29.6333333333%;
  }
  .row-fluid .span3 {
    width: 21.3%;
  }
  .row-fluid .span2 {
    width: 12.9666666667%;
  }
  .row-fluid .span1 {
    width: 4.6333333333%;
  }
}

.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;
  }
}
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: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  color: #232425;
}

a {
  position: relative;
  color: #961eed;
  text-decoration: none;
}
a:hover, a:focus {
  color: #0043ef;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline-color: #0043ef;
  outline-style: dashed;
  outline-offset: 0.2em;
  outline-width: 0.0625rem;
}

b,
strong {
  font-weight: 700;
}

ul,
ol,
table,
p {
  margin: 1.3em 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: 2em 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,
.h1 {
  font-size: 6rem;
  font-size: clamp(2.75rem, 1.8947368421rem + 3.4210526316vw, 6rem);
  letter-spacing: -0.03em;
  line-height: 1;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  h1,
  .h1 {
    line-height: 1.2;
  }
}

h2,
.h2 {
  font-size: 4.25rem;
  font-size: clamp(2rem, 1.4078947368rem + 2.3684210526vw, 4.25rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  h2,
  .h2 {
    line-height: 1.2;
  }
}

h3,
.h3 {
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.1052631579rem + 1.5789473684vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  h3,
  .h3 {
    line-height: 1.2;
  }
}

h4,
.h4 {
  font-size: 2.125rem;
  font-size: clamp(1.25rem, 1.0197368421rem + 0.9210526316vw, 2.125rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  h4,
  .h4 {
    line-height: 1.3;
  }
}

h5,
.h5 {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}

blockquote {
  margin: 0;
  margin-top: 5rem;
  margin-top: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
  margin-bottom: 5rem;
  margin-bottom: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
  font-size: 2.125rem;
  font-size: clamp(1.25rem, 1.0197368421rem + 0.9210526316vw, 2.125rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  blockquote {
    line-height: 1.3;
  }
}
blockquote:first-child {
  margin-top: 0;
}

figcaption {
  margin-top: 2.5rem;
  font-size: 1rem;
  font-size: clamp(0.75rem, 0.6842105263rem + 0.2631578947vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
}

.simple-lists ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 1.3em;
  color: #4D4D4D;
}

pre {
  overflow-x: auto;
  padding: 1rem;
  background: #FFFFFF;
}

.btn,
.hs-button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  cursor: pointer;
  padding: 0.75em 1.4em;
  text-decoration: none;
  text-align: center;
  font-size: 1.5rem;
  font-size: clamp(0.875rem, 0.7105263158rem + 0.6578947368vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #232425;
  background-color: #deb0ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deb0ff), color-stop(50%, #deb0ff), color-stop(50%, #0043ef), to(#0043ef));
  background-image: linear-gradient(180deg, #deb0ff 0%, #deb0ff 50%, #0043ef 50%, #0043ef 100%);
  background-size: auto 210%;
  border-radius: 6.25rem;
  border: 0.125rem solid #deb0ff;
  -webkit-transition: background-position 0.2s, color 0.2s, border-color 0.4s;
  transition: background-position 0.2s, color 0.2s, border-color 0.4s;
}
@media (max-width: 37.5rem) {
  .btn,
  .hs-button,
  button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    letter-spacing: 0;
    line-height: 1.34;
  }
}
.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 {
  color: #FFFFFF;
  border-color: #0043ef;
  text-decoration: none;
  background-position: 0 98%;
  outline: 0;
}
.btn:hover,
.hs-button:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
}
.btn:focus,
.hs-button:focus,
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 3px #0043EF;
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 3px #0043EF;
  outline: 0;
}
.btn.cta_button:hover, .btn.cta_button:focus,
.hs-button.cta_button:hover,
.hs-button.cta_button:focus,
button.cta_button:hover,
button.cta_button:focus,
input[type=button].cta_button:hover,
input[type=button].cta_button:focus,
input[type=reset].cta_button:hover,
input[type=reset].cta_button:focus,
input[type=submit].cta_button:hover,
input[type=submit].cta_button:focus {
  color: #FFFFFF !important;
  border-color: #0043ef !important;
}
@media (max-width: 37.5rem) {
  .btn.cta_button,
  .hs-button.cta_button,
  button.cta_button,
  input[type=button].cta_button,
  input[type=reset].cta_button,
  input[type=submit].cta_button {
    letter-spacing: 0 !important;
    line-height: 1.34 !important;
  }
}

.btn--secondary {
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #0043ef), to(#0043ef));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #0043ef 50%, #0043ef 100%);
  border: 0.125rem solid #232425;
}

.btn--small {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0.5em 1.25em;
  letter-spacing: 0;
}
@media (max-width: 37.5rem) {
  .btn--small {
    letter-spacing: 0;
  }
}
@media (max-width: 78.75rem) {
  .btn--small {
    font-size: 1.125rem !important;
  }
}

.btn--simple {
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: none;
  background: none;
  padding: 0;
  border: 0;
  border-radius: 0;
  letter-spacing: 0;
}
.btn--simple:focus, .btn--simple:hover, .btn--simple:focus-visible {
  background: none;
  color: #232425;
  text-decoration: underline;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn--simple:focus.cta_button, .btn--simple:hover.cta_button, .btn--simple:focus-visible.cta_button {
  background: none !important;
  color: #232425 !important;
  text-decoration: underline !important;
}

.btn--filter {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #deb0ff), to(#deb0ff));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #deb0ff 50%, #deb0ff 100%);
  border: 0.125rem solid #deb0ff;
}
@media (max-width: 37.5rem) {
  .btn--filter {
    letter-spacing: 0;
  }
}
.btn--filter:hover, .btn--filter:focus {
  color: #232425;
  border-color: #deb0ff;
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  outline: none;
}
.btn--filter:focus-visible, .btn--filter:hover {
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 3px #deb0ff;
          box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05), 0px 0px 0px 2px #FFFFFF, 0px 0px 0px 3px #deb0ff;
}

.reset-button {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: 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;
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  color: #232425;
  font-family: "GT Planar", sans-serif;
  background-color: #FFFFFF;
  border: 1px solid #232425;
  border-radius: 2.6875rem;
  padding: 0.45em 1.5em;
}
.white-form input[type=text],
.white-form input[type=email],
.white-form input[type=url],
.white-form input[type=password],
.white-form input[type=search],
.white-form input[type=number],
.white-form input[type=tel],
.white-form input[type=range],
.white-form input[type=date],
.white-form input[type=month],
.white-form input[type=week],
.white-form input[type=time],
.white-form input[type=datetime],
.white-form input[type=datetime-local],
.white-form input[type=color],
.white-form textarea,
.white-form select {
  border-color: #FFFFFF;
}
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;
  border-color: #0043ef;
}
.white-form input[type=text]:focus,
.white-form input[type=email]:focus,
.white-form input[type=url]:focus,
.white-form input[type=password]:focus,
.white-form input[type=search]:focus,
.white-form input[type=number]:focus,
.white-form input[type=tel]:focus,
.white-form input[type=range]:focus,
.white-form input[type=date]:focus,
.white-form input[type=month]:focus,
.white-form input[type=week]:focus,
.white-form input[type=time]:focus,
.white-form input[type=datetime]:focus,
.white-form input[type=datetime-local]:focus,
.white-form input[type=color]:focus,
.white-form textarea:focus,
.white-form select:focus {
  border-color: #CCCCCC;
}
input[type=text].invalid,
input[type=email].invalid,
input[type=url].invalid,
input[type=password].invalid,
input[type=search].invalid,
input[type=number].invalid,
input[type=tel].invalid,
input[type=range].invalid,
input[type=date].invalid,
input[type=month].invalid,
input[type=week].invalid,
input[type=time].invalid,
input[type=datetime].invalid,
input[type=datetime-local].invalid,
input[type=color].invalid,
textarea.invalid,
select.invalid {
  border-color: #f42c37;
}

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

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3em;
  background-image: url("https://25326802.fs1.hubspotusercontent-eu1.net/hubfs/25326802/boksi-2022-theme-assets/select-icon.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 1.45em) center;
  background-size: 0.7em auto;
}

label {
  margin-bottom: 1rem;
  margin-bottom: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
  display: block;
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 1rem;
}
@media (max-width: 37.5rem) {
  label {
    letter-spacing: 0;
  }
}

input[type=checkbox],
input[type=radio] {
  font-size: 100%;
  margin-right: 0.25rem;
}

.hs-form-radio-display,
.hs-form-checkbox-display,
.hs-fieldtype-booleancheckbox {
  position: relative;
}
.hs-form-radio-display span:not(.hs-form-required),
.hs-form-checkbox-display span:not(.hs-form-required),
.hs-fieldtype-booleancheckbox span:not(.hs-form-required) {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  cursor: pointer;
}
.hs-form-radio-display span:not(.hs-form-required)::before, .hs-form-radio-display span:not(.hs-form-required)::after,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::after,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  position: absolute;
  content: "";
}
.white-form .hs-form-radio-display span:not(.hs-form-required)::before, .white-form .hs-form-radio-display span:not(.hs-form-required)::after,
.white-form .hs-form-checkbox-display span:not(.hs-form-required)::before,
.white-form .hs-form-checkbox-display span:not(.hs-form-required)::after,
.white-form .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before,
.white-form .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
  border-color: #FFFFFF;
}
.hs-form-radio-display span:not(.hs-form-required)::before,
.hs-form-checkbox-display span:not(.hs-form-required)::before,
.hs-fieldtype-booleancheckbox span:not(.hs-form-required)::before {
  height: 1.25em;
  width: 1.25em;
  top: 0.25em;
  left: 0;
  border: 0.0625rem solid #232425;
  border-radius: 0.125rem;
}
.hs-form-radio-display input[type=radio],
.hs-form-radio-display input[type=checkbox],
.hs-form-checkbox-display input[type=radio],
.hs-form-checkbox-display input[type=checkbox],
.hs-fieldtype-booleancheckbox input[type=radio],
.hs-fieldtype-booleancheckbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.hs-form-radio-display input[type=radio] + span::after,
.hs-form-radio-display input[type=checkbox] + span::after,
.hs-form-checkbox-display input[type=radio] + span::after,
.hs-form-checkbox-display input[type=checkbox] + span::after,
.hs-fieldtype-booleancheckbox input[type=radio] + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox] + span::after {
  content: none;
}
.hs-form-radio-display input[type=radio]:checked + span::after,
.hs-form-radio-display input[type=checkbox]:checked + span::after,
.hs-form-checkbox-display input[type=radio]:checked + span::after,
.hs-form-checkbox-display input[type=checkbox]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=radio]:checked + span::after,
.hs-fieldtype-booleancheckbox input[type=checkbox]:checked + span::after {
  content: "";
}
.hs-form-radio-display input[type=radio]:focus + span::before,
.hs-form-radio-display input[type=checkbox]:focus + span::before,
.hs-form-checkbox-display input[type=radio]:focus + span::before,
.hs-form-checkbox-display input[type=checkbox]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=radio]:focus + span::before,
.hs-fieldtype-booleancheckbox input[type=checkbox]:focus + span::before {
  outline: 0.0625rem solid #CCCCCC;
  outline-offset: 0.0625rem;
}
.hs-form-radio-display input[type=radio] + span:before,
.hs-form-checkbox-display input[type=radio] + span:before,
.hs-fieldtype-booleancheckbox input[type=radio] + span:before {
  border-radius: 50%;
}
.hs-form-radio-display input[type=radio] + span::after,
.hs-form-checkbox-display input[type=radio] + span::after,
.hs-fieldtype-booleancheckbox input[type=radio] + span::after {
  top: 0.475em;
  left: 0.175em;
  height: 0.875em;
  width: 0.875em;
  background-color: #232425;
  border-radius: 50%;
}
@media (min-width: 48.001rem) {
  .hs-form-radio-display input[type=radio] + span::after,
  .hs-form-checkbox-display input[type=radio] + span::after,
  .hs-fieldtype-booleancheckbox input[type=radio] + span::after {
    left: 0.2em;
  }
}

.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 {
  top: 0.35em;
  left: 0.45em;
  height: 0.82em;
  width: 0.41em;
  background-color: transparent;
  border-bottom: 0.125em solid #232425;
  border-right: 0.125em solid #232425;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (min-width: 37.501rem) {
  .hs-fieldtype-checkbox span:not(.hs-form-required)::after,
  .hs-fieldtype-booleancheckbox span:not(.hs-form-required)::after {
    left: 0.5em;
  }
}

.form-title {
  margin-bottom: 2.5rem;
}

.hs-form, .systems-page .form-container {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
}
.hs-form .hs-form-field, .systems-page .form-container .hs-form-field {
  margin: 0;
  margin-bottom: 2rem;
}
.hs-form .hs-form-field label.hs-form-booleancheckbox-display, .systems-page .form-container .hs-form-field label.hs-form-booleancheckbox-display {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  text-transform: none;
}
.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 {
  list-style-type: none;
  padding-left: 0;
  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 {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
.hs-form .hs-form-field .input ul.inputs-list .hs-form-checkbox input, .systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-checkbox input,
.hs-form .hs-form-field .input ul.inputs-list .hs-form-radio input,
.systems-page .form-container .hs-form-field .input ul.inputs-list .hs-form-radio input,
.hs-form .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input,
.systems-page .form-container .hs-form-field .input ul.inputs-list li .hs-form-booleancheckbox-display .hs-input {
  height: auto;
  width: auto;
}
.hs-form .hs-form-field .input ul.inputs-list span, .systems-page .form-container .hs-form-field .input ul.inputs-list span {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span, .systems-page .form-container .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 0;
}
.hs-form .legal-consent-container .input ul.inputs-list, .systems-page .form-container .legal-consent-container .input ul.inputs-list {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.hs-form .hs-submit, .systems-page .form-container .hs-submit {
  margin-top: 4rem;
  margin-top: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
}
.hs-form .hs-error-msgs, .systems-page .form-container .hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0.8em 0 0.8em;
}
.hs-form .hs-error-msgs label, .systems-page .form-container .hs-error-msgs label {
  font-size: 1rem;
  font-size: clamp(0.75rem, 0.6842105263rem + 0.2631578947vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  color: #f42c37;
  padding: 0 1rem;
  text-transform: none;
}

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

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

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

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

:focus {
  outline: thin dotted;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #961eed;
  clip: auto !important;
  color: white;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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;
}

@media (min-width: 65.001rem) {
  .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form, .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.widget-type-linked_image {
    width: 100%;
    max-width: 54rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 65.001rem) and (min-width: 65.001rem) {
  .span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module.widget-type-form, .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.widget-type-linked_image {
    width: 49.0909090909vw;
  }
}
.span12.dnd-column > div > div > .span12.dnd-module > .hs_cos_wrapper_type_module > hr {
  width: 100% !important;
  border-color: #CCCCCC !important;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.site-header {
  background-color: transparent;
  color: #232425;
  position: absolute;
  z-index: 300;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1rem 0;
  will-change: transform;
  -webkit-transition: background-color 250ms 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
}
.site-header.headroom--not-top {
  position: fixed;
  background-color: #FFFFFF;
}
@media (min-width: 37.501rem) {
  html:not(.is-sub-nav-opened) .site-header.headroom--not-top.headroom--unpinned {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@media (max-width: 37.5rem) {
  .site-header.headroom--not-top {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.site-header.headroom--pinned.headroom--not-top {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.site-header.headroom--pinned {
  -webkit-transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1);
  transition: background-color 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 78.75rem) {
  .site-header {
    overflow: hidden;
    padding: 0;
    -webkit-transition: background-color 150ms 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms 250ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  }
  .site-header.headroom--pinned {
    -webkit-transition: background-color 150ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1);
    transition: background-color 150ms cubic-bezier(0.4, 0, 1, 1), transform 250ms cubic-bezier(0.4, 0, 1, 1), -webkit-transform 250ms cubic-bezier(0.4, 0, 1, 1);
  }
  .is-site-nav-opened .site-header {
    background: #f9f368 url("https://25326802.fs1.hubspotusercontent-eu1.net/hubfs/25326802/boksi-2022-theme-assets/mobile-menu-background.svg?v=2") no-repeat center 140%;
    color: #232425;
    height: 100%;
    overflow: hidden;
    -webkit-transition: none;
    transition: none;
  }
}
.site-header a, .site-header .mimic-link {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
@media (min-width: 78.751rem) {
  .site-header__container {
    position: relative;
  }
}
@media (max-width: 78.75rem) {
  .site-header__container {
    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-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 78.75rem) {
  .site-header__heading {
    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;
    width: 100%;
    padding: 1rem 0;
  }
}
.site-header__logo {
  position: relative;
  z-index: 3;
}
.site-header__logo svg {
  vertical-align: top;
  width: 5rem;
}
@media (max-width: 78.75rem) {
  .site-header__logo svg {
    width: 3.5rem;
    height: auto;
  }
}
@media (min-width: 78.751rem) {
  .site-header__navigations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-template-areas: ". main secondary";
    justify-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 2.5rem;
    padding-left: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
    padding-right: 2.5rem;
    padding-right: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
    gap: 2rem;
    gap: clamp(1rem, 0.7058823529rem + 1.1764705882vw, 2rem);
  }
}
@media (max-width: 78.75rem) {
  .site-header__navigations {
    display: none;
    width: 100%;
  }
  .main-menu-open .site-header__navigations {
    display: block;
  }
}
@media (min-width: 78.751rem) {
  .site-header__main-nav {
    grid-area: main;
  }
}
@media (max-width: 78.75rem) {
  .site-header__main-nav {
    height: 100vh;
    padding-top: 2rem;
    padding-bottom: 14rem;
    overflow: auto;
  }
}
.site-header__secondary-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.site-header__secondary-nav .hs_cos_wrapper_type_cta,
.site-header__secondary-nav .hs_cos_wrapper_type_cta span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 78.751rem) {
  .site-header__secondary-nav {
    grid-area: secondary;
    justify-self: end;
  }
}
@media (max-width: 78.75rem) {
  .site-header__secondary-nav {
    position: absolute;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    bottom: 0;
    padding: 2rem 0 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(249, 243, 104, 0)), color-stop(50%, #f9f368), to(#f9f368));
    background: linear-gradient(180deg, rgba(249, 243, 104, 0) 0%, #f9f368 50%, #f9f368 100%);
    left: 0;
    right: 0;
    padding-left: 2.5rem;
    padding-left: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
    padding-right: 2.5rem;
    padding-right: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
  }
}

.nav-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  display: none;
  font-size: 0;
}
.nav-toggle:hover, .nav-toggle:focus {
  background: rgba(0, 0, 0, 0);
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (max-width: 78.75rem) {
  .nav-toggle {
    position: relative;
    display: block;
    width: 2rem;
    height: 2rem;
    margin-right: -0.3rem;
    -webkit-transition: none;
    transition: none;
  }
  .nav-toggle__open-icon, .nav-toggle__close-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    overflow: hidden;
    -webkit-transition: -webkit-transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: -webkit-transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
    transition: transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96), -webkit-transform 350ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
  }
  .nav-toggle__open-icon svg, .nav-toggle__close-icon svg {
    pointer-events: none;
  }
  .nav-toggle__close-icon {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .main-menu-open .nav-toggle {
    border-top: 0;
  }
  .main-menu-open .nav-toggle__open-icon {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .main-menu-open .nav-toggle__close-icon {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.site-footer {
  margin-top: 12.5rem;
  margin-top: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
  margin-bottom: 7.5rem;
  margin-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
}
.site-footer__content {
  margin-bottom: 7.5rem;
  margin-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
}
@media (min-width: 48.001rem) {
  .site-footer__content {
    gap: 7.5rem;
    gap: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.site-footer__col--right {
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
  -webkit-column-gap: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
     -moz-column-gap: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
          column-gap: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  display: grid;
  width: 100%;
}
@media (min-width: 78.751rem) {
  .site-footer__col--left {
    max-width: 23.6363636364%;
    width: 100%;
  }
  .site-footer__col--right {
    max-width: 40.6060606061%;
  }
}
@media (min-width: 48.001rem) {
  .site-footer__col--right {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 48rem) {
  .site-footer__col--left {
    margin-bottom: 3.5rem;
    margin-bottom: clamp(3rem, 2.8529411765rem + 0.5882352941vw, 3.5rem);
  }
  .site-footer__col--right {
    grid-auto-columns: minmax(0, 1fr);
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
  }
}
.site-footer__logo {
  margin-bottom: 2.5rem;
}
@media (max-width: 48rem) {
  .site-footer__logo svg {
    max-width: 5rem;
  }
}
.site-footer__left-text {
  font-size: 2.125rem;
  font-size: clamp(1.25rem, 1.0197368421rem + 0.9210526316vw, 2.125rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .site-footer__left-text {
    line-height: 1.3;
  }
}
.site-footer__navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.site-footer__copyright {
  margin-top: 7.5rem;
  margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 48rem) {
  .site-footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.site-footer__copyright-boksi {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  width: 100%;
}
@media (min-width: 48.001rem) {
  .site-footer__copyright-boksi {
    max-width: 23.6363636364%;
  }
}

.footer-menu {
  margin-bottom: 2.5rem;
}
.footer-menu__title {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #808080;
}
@media (max-width: 37.5rem) {
  .footer-menu__title {
    letter-spacing: 0;
  }
}
.footer-menu__title h3 {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
@media (max-width: 37.5rem) {
  .footer-menu__title h3 {
    letter-spacing: 0;
  }
}
.footer-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu ul li {
  margin-bottom: 0.25rem;
}
.footer-menu ul a {
  color: inherit;
}
.footer-menu--bottom {
  width: 100%;
}
@media (min-width: 48.001rem) {
  .footer-menu--bottom {
    max-width: 40.6060606061%;
  }
}
.footer-menu--bottom ul {
  display: inline;
}
.footer-menu--bottom ul li {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  margin-left: 1rem;
  margin-left: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
  color: #4D4D4D;
  display: inline;
}
.footer-menu--bottom ul li:first-child {
  margin-left: 0;
}

.main-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main-menu ul,
.language-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.main-menu .hs-menu-item,
.language-menu .hs-menu-item {
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
  margin-left: 1.5rem;
}
.main-menu .hs-menu-item:first-child,
.language-menu .hs-menu-item:first-child {
  margin-left: 0;
}
.main-menu .hs-menu-item a,
.language-menu .hs-menu-item a {
  display: inline-block;
  padding: 0;
  position: relative;
  vertical-align: top;
}
.main-menu .hs-menu-item a[href="#"],
.language-menu .hs-menu-item a[href="#"] {
  pointer-events: none;
}
.main-menu .hs-item-has-children,
.language-menu .hs-item-has-children {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 78.751rem) {
  .main-menu .hs-item-has-children:hover .hs-menu-children-wrapper, .main-menu .hs-item-has-children:focus .hs-menu-children-wrapper, .main-menu .hs-item-has-children:focus-within .hs-menu-children-wrapper,
  .language-menu .hs-item-has-children:hover .hs-menu-children-wrapper,
  .language-menu .hs-item-has-children:focus .hs-menu-children-wrapper,
  .language-menu .hs-item-has-children:focus-within .hs-menu-children-wrapper {
    visibility: visible;
    overflow: visible;
    opacity: 1;
  }
}
.main-menu .hs-menu-children-wrapper,
.language-menu .hs-menu-children-wrapper {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  overflow: hidden;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  visibility: hidden;
}
@media (min-width: 78.751rem) {
  .main-menu .hs-menu-children-wrapper,
  .language-menu .hs-menu-children-wrapper {
    margin-top: 2rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: #FFFFFF;
    -webkit-box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.03), 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 2px 4px -1px rgba(31, 41, 55, 0.06);
            box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.03), 0px 4px 4px rgba(0, 0, 0, 0.06), 0px 2px 4px -1px rgba(31, 41, 55, 0.06);
    left: 50%;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    opacity: 0;
  }
  .main-menu .hs-menu-children-wrapper:before,
  .language-menu .hs-menu-children-wrapper:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2rem;
    height: 2rem;
    width: 100%;
  }
  .main-menu .hs-menu-children-wrapper.is-opened,
  .language-menu .hs-menu-children-wrapper.is-opened {
    visibility: visible;
  }
}
.main-menu .hs-menu-children-wrapper .hs-menu-item,
.language-menu .hs-menu-children-wrapper .hs-menu-item {
  margin-top: 1rem;
  margin-top: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
  gap: 1rem;
  gap: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0;
}
@media (min-width: 78.751rem) {
  .main-menu .hs-menu-children-wrapper .hs-menu-item,
  .language-menu .hs-menu-children-wrapper .hs-menu-item {
    white-space: nowrap;
  }
}
.main-menu .hs-menu-children-wrapper .hs-menu-item:first-child,
.language-menu .hs-menu-children-wrapper .hs-menu-item:first-child {
  margin-top: 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item a,
.language-menu .hs-menu-children-wrapper .hs-menu-item a {
  padding: 0;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item a:after,
.language-menu .hs-menu-children-wrapper .hs-menu-item a:after {
  left: 0;
  bottom: 0em;
}
.main-menu .hs-menu-children-wrapper .hs-menu-item a:hover:after,
.language-menu .hs-menu-children-wrapper .hs-menu-item a:hover:after {
  width: 100%;
}
.main-menu .hs-item-has-children__sub-toggle,
.language-menu .hs-item-has-children__sub-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0) !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 1.7rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  vertical-align: middle;
  width: 1rem;
}
.main-menu .hs-item-has-children__sub-toggle svg,
.language-menu .hs-item-has-children__sub-toggle svg {
  pointer-events: none;
  vertical-align: top;
}
.main-menu .hs-item-has-children__sub-toggle:focus, .main-menu .hs-item-has-children__sub-toggle:hover,
.language-menu .hs-item-has-children__sub-toggle:focus,
.language-menu .hs-item-has-children__sub-toggle:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.main-menu .hs-item-has-children__sub-toggle:focus-visible,
.language-menu .hs-item-has-children__sub-toggle:focus-visible {
  outline: 1px dashed #0043ef;
}

.menu-link {
  position: relative;
}
.menu-link:hover:before, .menu-link:focus:before, .menu-link:focus-within:before, .menu-link--current:before {
  width: 100%;
}
.menu-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: calc(100% - 0.5rem);
  left: 0;
  width: 0;
  height: 0.375rem;
  overflow: hidden;
  background: #deb0ff;
  -webkit-transform: rotate(-1deg);
          transform: rotate(-1deg);
  -webkit-transition: width 200ms ease-in;
  transition: width 200ms ease-in;
}
@media (max-width: 48rem) {
  .menu-link:before {
    background: #FFFFFF;
  }
}

@media (min-width: 78.751rem) {
  .main-menu .hs-item-has-children:hover .hs-item-has-children__sub-toggle, .main-menu .hs-item-has-children:focus .hs-item-has-children__sub-toggle, .main-menu .hs-item-has-children:focus-within .hs-item-has-children__sub-toggle {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .main-menu .hs-item-has-children__sub-toggle {
    margin-left: 0.5rem;
  }
  .main-menu .hs-item-has-children__sub-toggle[aria-expanded=true] {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media (max-width: 78.75rem) {
  .main-menu {
    display: block;
  }
  .main-menu .hs-item-has-children__sub-toggle,
  .main-menu .hs-menu-children-wrapper {
    display: none;
  }
  .main-menu .hs-menu-item {
    margin: 0.48em 0 0;
    font-size: 4.25rem;
    font-size: clamp(2rem, 1.4078947368rem + 2.3684210526vw, 4.25rem);
    letter-spacing: -0.03em;
    line-height: 1.1;
    font-family: "Studio Feixen Serif", sans-serif;
    font-weight: 400;
    font-size: 3rem;
    font-size: clamp(1.8125rem, 1.5rem + 1.25vw, 3rem);
  }
}
@media (max-width: 78.75rem) and (max-width: 37.5rem) {
  .main-menu .hs-menu-item {
    line-height: 1.2;
  }
}
@media (max-width: 78.75rem) {
  .main-menu .hs-menu-item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 78.75rem) {
  .main-menu .hs-menu-item a {
    padding: 0;
    vertical-align: middle;
  }
}
@media (max-width: 78.75rem) {
  .main-menu .submenu-icon {
    display: none;
  }
}
@media (max-width: 78.75rem) {
  .main-menu .hs-item-has-children.show-sub-in-mobile {
    margin-top: 2rem;
  }
  .main-menu .hs-item-has-children.show-sub-in-mobile > .menu-link {
    font-size: 1.25rem;
    font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
    letter-spacing: -0.03em;
    line-height: 1.4;
    font-family: "GT Planar", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
  }
}
@media (max-width: 78.75rem) and (max-width: 37.5rem) {
  .main-menu .hs-item-has-children.show-sub-in-mobile > .menu-link {
    letter-spacing: 0;
  }
}
@media (max-width: 78.75rem) {
  .main-menu .hs-item-has-children.show-sub-in-mobile .hs-menu-children-wrapper {
    overflow: visible;
    visibility: visible;
    display: block;
    opacity: 1;
    margin-top: 0.3em;
  }
}
@media (max-width: 78.75rem) {
  .main-menu .hs-item-has-children.show-sub-in-mobile .hs-menu-item {
    margin: 0.48em 0 0;
  }
  .main-menu .hs-item-has-children.show-sub-in-mobile .hs-menu-item:first-child {
    margin-top: 0;
  }
}

.language-menu .hs-item-has-children__sub-toggle {
  min-width: 1px;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  border: 0;
  background: rgba(255, 255, 255, 0);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
  width: 100%;
}
.language-menu .hs-item-has-children__sub-toggle:hover, .language-menu .hs-item-has-children__sub-toggle:focus, .language-menu .hs-item-has-children__sub-toggle:focus-within {
  color: inherit;
}
.language-menu .hs-menu-item {
  font-size: 1rem;
  font-size: clamp(0.75rem, 0.6842105263rem + 0.2631578947vw, 1rem);
  letter-spacing: 0;
  line-height: 1.5;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
}
@media (max-width: 78.75rem) {
  .language-menu .language-nav-toggle[aria-expanded=true] {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  .language-menu .language-nav-toggle[aria-expanded=true] + .hs-menu-children-wrapper {
    visibility: visible;
    overflow: visible;
    opacity: 1;
  }
  .language-menu .hs-menu-children-wrapper {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 1rem);
    width: auto;
    padding: 0.5rem 1rem;
    background: #FFFFFF;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.site-hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: relative;
  text-align: center;
  min-height: 100vh;
}
.site-hero__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  height: 100%;
  right: 0;
  z-index: 2;
  gap: 1.5rem;
  gap: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
}
@media (min-width: 37.501rem) {
  .site-hero__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 37.5rem) {
  .site-hero__container {
    padding: 2rem;
    padding-bottom: 25rem;
    padding-bottom: clamp(15rem, 12.0588235294rem + 11.7647058824vw, 25rem);
    padding-top: 16.25rem;
    padding-top: clamp(10rem, 8.1617647059rem + 7.3529411765vw, 16.25rem);
  }
}
.site-hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 37.501rem) {
  .site-hero__content {
    padding-top: 16.25rem;
    padding-top: clamp(10rem, 8.1617647059rem + 7.3529411765vw, 16.25rem);
  }
}
.site-hero__top {
  margin-bottom: 1.5rem;
  margin-bottom: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1rem;
  position: relative;
}
@media (max-width: 37.5rem) {
  .site-hero__top {
    letter-spacing: 0;
  }
}
.site-hero__top::after {
  background: url("https://25326802.fs1.hubspotusercontent-eu1.net/hubfs/25326802/boksi-2022-theme-assets/boksi-line.png") center no-repeat;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
.site-hero__title {
  z-index: 3;
}
.site-hero__text {
  margin: 0 auto;
  margin-top: 3.5rem;
  margin-top: clamp(3rem, 2.8529411765rem + 0.5882352941vw, 3.5rem);
  max-width: 30rem;
  width: 100%;
  z-index: 3;
}
.site-hero__bottom {
  margin-top: 3.5rem;
  margin-top: clamp(3rem, 2.8529411765rem + 0.5882352941vw, 3.5rem);
  z-index: 3;
}
@media (min-width: 37.501rem) {
  .site-hero__bottom {
    margin-top: 7.5rem;
    margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
    bottom: 5rem;
    bottom: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
    left: 0;
    position: sticky;
    right: 0;
  }
}
.site-hero__bottom .btn {
  margin-bottom: 1rem;
  margin-bottom: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
}
.site-hero__image-wrapper {
  bottom: 0;
  position: absolute;
  width: 100%;
}
.site-hero__image-wrapper::after {
  content: "";
  display: block;
  padding-bottom: 62%;
}
.site-hero__images {
  position: absolute;
  max-width: 45%;
  width: 100%;
}
.site-hero__images--1 {
  bottom: -1%;
  left: -27%;
  max-width: 55%;
  -webkit-transform: rotate(32.31deg);
          transform: rotate(32.31deg);
  z-index: 2;
}
@media (min-width: 37.501rem) {
  .site-hero__images--1 {
    bottom: -6%;
    left: -1%;
    max-width: 18%;
    -webkit-transform: rotate(14.21deg);
            transform: rotate(14.21deg);
  }
}
.site-hero__images--1 .site-hero__image::after {
  padding-bottom: 111%;
}
.site-hero__images--2 {
  bottom: -4%;
  left: 11%;
  max-width: 42%;
  -webkit-transform: matrix(-0.98, 0.22, 0.22, 0.98, 0, 0);
          transform: matrix(-0.98, 0.22, 0.22, 0.98, 0, 0);
}
@media (min-width: 37.501rem) {
  .site-hero__images--2 {
    bottom: -8%;
    left: 14%;
    max-width: 16%;
  }
}
.site-hero__images--2 .site-hero__image::after {
  padding-bottom: 89%;
}
.site-hero__images--3 {
  bottom: -5.5%;
  right: -14%;
  max-width: 50%;
  -webkit-transform: rotate(-28.22deg);
          transform: rotate(-28.22deg);
}
@media (min-width: 37.501rem) {
  .site-hero__images--3 {
    bottom: -21%;
    right: -13.25%;
    max-width: 33%;
  }
}
.site-hero__images--3 .site-hero__image::after {
  padding-bottom: 107%;
}
@media (min-width: 37.501rem) {
  .site-hero__images--4 {
    bottom: 39%;
    right: -3%;
    max-width: 14.2%;
    -webkit-transform: rotate(7.57deg);
            transform: rotate(7.57deg);
  }
  .site-hero__images--4 .site-hero__image::after {
    padding-bottom: 127%;
  }
}
.site-hero__images--front-1 {
  bottom: -12%;
  left: -22%;
  max-width: 54%;
  -webkit-transform: rotate(-20.17deg);
          transform: rotate(-20.17deg);
  z-index: 2;
}
@media (min-width: 37.501rem) {
  .site-hero__images--front-1 {
    bottom: -15%;
    left: -2%;
    max-width: 22.75%;
  }
}
.site-hero__images--front-1 .site-hero__image::after {
  padding-bottom: 122%;
}
.site-hero__images--front-2 {
  bottom: -3%;
  left: 7%;
  max-width: 42%;
  -webkit-transform: rotate(-4.72deg);
          transform: rotate(-4.72deg);
}
@media (min-width: 37.501rem) {
  .site-hero__images--front-2 {
    bottom: -5%;
    left: 7%;
    max-width: 20.25%;
    z-index: 2;
  }
}
.site-hero__images--front-2 .site-hero__image::after {
  padding-bottom: 80%;
}
@media (min-width: 37.501rem) {
  .site-hero__images--front-3 {
    bottom: -8%;
    left: 12%;
    max-width: 28%;
    -webkit-transform: rotate(4.52deg);
            transform: rotate(4.52deg);
  }
  .site-hero__images--front-3 .site-hero__image::after {
    padding-bottom: 56%;
  }
}
@media (min-width: 37.501rem) {
  .site-hero__images--front-4 {
    bottom: -4%;
    right: 9%;
    max-width: 18.5%;
    -webkit-transform: matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
            transform: matrix(-0.96, -0.29, -0.29, 0.96, 0, 0);
  }
  .site-hero__images--front-4 .site-hero__image::after {
    padding-bottom: 90%;
  }
}
.site-hero__images--front-5 {
  bottom: -11%;
  right: -7%;
  max-width: 40%;
  -webkit-transform: rotate(-30.42deg);
          transform: rotate(-30.42deg);
  z-index: 2;
}
@media (min-width: 37.501rem) {
  .site-hero__images--front-5 {
    bottom: -3%;
    right: -2.5%;
    max-width: 18%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    z-index: 2;
  }
}
.site-hero__images--front-5 .site-hero__image::after {
  padding-bottom: 131%;
}
.site-hero__images--front-6 {
  left: 0%;
  max-width: 50%;
  z-index: 2;
}
@media (min-width: 37.501rem) {
  .site-hero__images--front-6 {
    bottom: 17%;
    left: -4%;
    max-width: 18%;
    -webkit-transform: rotate(66.48deg);
            transform: rotate(66.48deg);
  }
}
@media (max-width: 37.5rem) {
  .site-hero__images--front-6 {
    top: -9%;
    left: 0%;
    margin: 0 auto;
    max-width: 50%;
    right: 0;
    -webkit-transform: rotate(-172.81deg);
            transform: rotate(-172.81deg);
  }
}
.site-hero__images--front-6 .site-hero__image::after {
  padding-bottom: 104%;
}
.site-hero__images--archive-1 {
  bottom: 13%;
  left: -8%;
  max-width: 32%;
  -webkit-transform: rotate(66.48deg);
          transform: rotate(66.48deg);
  z-index: 2;
}
@media (min-width: 37.501rem) {
  .site-hero__images--archive-1 {
    bottom: 12%;
    left: -3.5%;
    max-width: 15%;
  }
}
.site-hero__images--archive-1 .site-hero__image::after {
  padding-bottom: 104%;
}
.site-hero__images--archive-2 {
  bottom: -15%;
  left: -9%;
  max-width: 44%;
  -webkit-transform: rotate(-20.17deg);
          transform: rotate(-20.17deg);
}
@media (min-width: 37.501rem) {
  .site-hero__images--archive-2 {
    bottom: -18%;
    left: -2%;
    max-width: 21%;
  }
}
.site-hero__images--archive-2 .site-hero__image::after {
  padding-bottom: 121%;
}
.site-hero__images--archive-3 {
  bottom: -11%;
  right: -7%;
  max-width: 40%;
  -webkit-transform: rotate(-30.42deg);
          transform: rotate(-30.42deg);
  z-index: 2;
}
@media (min-width: 37.501rem) {
  .site-hero__images--archive-3 {
    bottom: -3%;
    right: -2.5%;
    max-width: 18%;
    -webkit-transform: rotate(-15deg);
            transform: rotate(-15deg);
    z-index: 2;
  }
}
.site-hero__images--archive-3 .site-hero__image::after {
  padding-bottom: 131%;
}
.site-hero__image {
  margin: 0;
  margin: 0;
  width: 100%;
}
.site-hero__image::after {
  content: "";
  display: block;
}
.site-hero__image img {
  display: block;
  position: absolute;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (min-width: 37.501rem) {
  .site-hero__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.site-hero__ellipse {
  bottom: 5%;
  height: auto;
  position: absolute;
  resize: both;
  right: -15%;
  width: 48%;
}
.site-hero__ellipse.has-color--icterine_yellow {
  color: #f9f368;
}
.site-hero__ellipse.has-color--ocean_green {
  color: #3ac59b;
}
.site-hero__ellipse.has-color--pale_rose {
  color: #ffeae5;
}
.site-hero__ellipse.has-color--boksi_black {
  color: #232425;
}
.site-hero__ellipse.has-color--white {
  color: #FFFFFF;
}
.site-hero__ellipse.has-color--mauve {
  color: #deb0ff;
}
.site-hero__ellipse.has-color--magenta {
  color: #ff3ac7;
}
.site-hero__ellipse.has-color--purple {
  color: #961eed;
}
@media (min-width: 37.501rem) {
  .site-hero__ellipse {
    bottom: 24%;
    right: -10%;
    width: 18%;
  }
}
.site-hero__ellipse svg {
  height: 100%;
  width: 100%;
}
.site-hero__rectangle {
  bottom: 18%;
  height: auto;
  position: absolute;
  right: 1%;
  width: 17%;
}
@media (max-width: 37.5rem) {
  .site-hero__rectangle {
    bottom: 11%;
    right: -36%;
    -webkit-transform: rotate(-14deg);
            transform: rotate(-14deg);
    width: 47%;
  }
}
.site-hero__rectangle svg {
  height: 100%;
  width: 100%;
}
.site-hero__animation {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}
.site-hero__animation.has-color--icterine_yellow svg path {
  stroke: #f9f368;
}
.site-hero__animation.has-color--ocean_green svg path {
  stroke: #3ac59b;
}
.site-hero__animation.has-color--pale_rose svg path {
  stroke: #ffeae5;
}
.site-hero__animation.has-color--boksi_black svg path {
  stroke: #232425;
}
.site-hero__animation.has-color--white svg path {
  stroke: #FFFFFF;
}
.site-hero__animation.has-color--mauve svg path {
  stroke: #deb0ff;
}
.site-hero__animation.has-color--magenta svg path {
  stroke: #ff3ac7;
}
@media (max-width: 37.5rem) {
  .site-hero__animation {
    display: none;
  }
}
@media (min-width: 85.001rem) {
  .site-hero__animation--default, .site-hero__animation--front {
    height: 100%;
  }
}
@media (min-width: 117.001rem) {
  .site-hero__animation--default, .site-hero__animation--front {
    height: 60vw;
  }
}
@media (max-width: 37.5rem) {
  .site-hero--front-page {
    min-height: 50rem;
  }
}
.site-hero--front-page .site-hero__bottom {
  bottom: 16.25rem;
  bottom: clamp(10rem, 8.1617647059rem + 7.3529411765vw, 16.25rem);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 3;
}
@media (min-width: 37.501rem) {
  .site-hero--front-page .site-hero__bottom {
    bottom: 7.5rem;
    bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  }
}
.site-hero--front-page .site-hero__bottom a {
  color: inherit;
  cursor: pointer;
  z-index: 3;
}
.site-hero--front-page .site-hero__bottom a:focus {
  outline: none;
}
.site-hero--front-page .site-hero__bottom svg {
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
  z-index: 3;
}
@media (max-width: 37.5rem) {
  .site-hero--front-page .site-hero__bottom svg {
    width: 4rem;
  }
}
.site-hero--front-page .site-hero__image-wrapper {
  z-index: 1;
}
@media (max-width: 37.5rem) {
  .site-hero--front-page .site-hero__image-wrapper {
    height: 100%;
  }
  .site-hero--front-page .site-hero__image-wrapper::after {
    display: none;
  }
}
.site-hero--archive .site-hero__rectangle.has-color--icterine_yellow {
  color: #f9f368;
}
.site-hero--archive .site-hero__rectangle.has-color--ocean_green {
  color: #3ac59b;
}
.site-hero--archive .site-hero__rectangle.has-color--pale_rose {
  color: #ffeae5;
}
.site-hero--archive .site-hero__rectangle.has-color--boksi_black {
  color: #232425;
}
.site-hero--archive .site-hero__rectangle.has-color--white {
  color: #FFFFFF;
}
.site-hero--archive .site-hero__rectangle.has-color--mauve {
  color: #deb0ff;
}
.site-hero--archive .site-hero__rectangle.has-color--magenta {
  color: #ff3ac7;
}
.site-hero--archive .site-hero__rectangle.has-color--purple {
  color: #961eed;
}

.site-hero--blog {
  padding-top: 7.5rem;
  height: 100vh;
}
@media (min-width: 48.001rem) {
  .site-hero--blog {
    padding-bottom: 2.5rem;
    padding-top: 7.5rem;
    padding-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  }
}
@media (max-width: 85rem) {
  .site-hero--blog {
    height: 100%;
    min-height: 75vh;
  }
}
@media (max-width: 48rem) {
  .site-hero--blog {
    height: auto;
    min-height: 1rem;
  }
}
.site-hero--blog::after {
  display: none;
}
.site-hero--blog .site-hero__wrapper {
  gap: 7.5rem;
  gap: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 48rem) {
  .site-hero--blog .site-hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.site-hero--blog .site-hero__content {
  padding: 0;
  z-index: 3;
}
@media (min-width: 48.001rem) {
  .site-hero--blog .site-hero__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42.585%;
            flex: 0 0 42.585%;
    text-align: left;
    padding-top: 4rem;
    padding-top: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
    padding-bottom: 4rem;
    padding-bottom: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
  }
}
@media (max-width: 48rem) {
  .site-hero--blog .site-hero__content {
    padding-left: 2.5rem;
    padding-left: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
    padding-right: 2.5rem;
    padding-right: clamp(1.5rem, 1.2058823529rem + 1.1764705882vw, 2.5rem);
  }
}
.site-hero--blog .site-hero__type {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 700;
  margin-bottom: 2rem;
}
.site-hero--blog h1 {
  font-size: 4.25rem;
  font-size: clamp(2rem, 1.4078947368rem + 2.3684210526vw, 4.25rem);
  letter-spacing: -0.03em;
  line-height: 1.1;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
  margin-top: 0;
}
@media (max-width: 37.5rem) {
  .site-hero--blog h1 {
    line-height: 1.2;
  }
}
.site-hero--blog .site-hero__metas {
  margin-top: 5rem;
  margin-top: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
}
.site-hero--blog .site-hero__metas p {
  margin-top: 1rem;
  margin-top: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
}
.site-hero--blog .site-hero__metas span {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0.5rem;
}
@media (max-width: 37.5rem) {
  .site-hero--blog .site-hero__metas span {
    letter-spacing: 0;
  }
}
.site-hero--blog .site-hero__metas-author span:after {
  content: ",";
  display: inline-block;
}
.site-hero--blog .site-hero__metas-author span:last-child:after {
  display: none;
}
.site-hero--blog .site-hero__featured-image {
  height: 100%;
  width: 100%;
}
@media (min-width: 48.001rem) {
  .site-hero--blog .site-hero__featured-image {
    max-width: 40.6060606061%;
  }
}
.site-hero--blog .site-hero__featured-image .site-hero__blog-image {
  height: 100%;
  margin: 0;
  position: relative;
  width: 100%;
}
.site-hero--blog .site-hero__featured-image .site-hero__blog-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
}
.site-hero--blog .site-hero__animation--blog {
  bottom: -10%;
  right: 0;
}
@media (max-width: 48rem) {
  .site-hero--blog .site-hero__animation--blog {
    display: none;
  }
}
.site-hero--blog .site-hero__animation--blog svg path {
  stroke: #232425;
}

.site-hero--case .site-hero__animation--case {
  bottom: -10%;
  right: 0;
}
@media (max-width: 48rem) {
  .site-hero--case .site-hero__animation--case {
    display: none;
  }
}
.site-hero--case .site-hero__animation--case svg path {
  stroke: #ff3ac7;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  50%, 70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-30%);
            transform: translateY(-30%);
  }
  50%, 70% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media (min-width: 48.001rem) {
  .posts-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    row-gap: 4rem;
    row-gap: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
  }
}
.posts-list.loading-posts + .load-posts__spinner {
  opacity: 1;
}

.post-item {
  position: relative;
}
@media (max-width: 48rem) {
  .post-item {
    margin-top: 2rem;
  }
  .post-item:first-child {
    margin-top: 0;
  }
}
.post-item:focus .post-item__image::before, .post-item:hover .post-item__image::before {
  bottom: 0;
  -webkit-box-shadow: inset 0 0 0 0.25rem #0043ef;
          box-shadow: inset 0 0 0 0.25rem #0043ef;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.post-item:focus .post-item__title, .post-item:hover .post-item__title {
  text-decoration: underline;
}
.post-item__image {
  margin: auto;
  margin-bottom: 1.5rem;
  margin-bottom: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
  position: relative;
  width: 100%;
}
.post-item__image::after {
  content: "";
  display: block;
  padding-bottom: 99%;
}
.post-item__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
}
.post-item__top-title {
  margin-bottom: 0.75em;
  font-size: 1.25rem;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 700;
}
.post-item__title {
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-bottom: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
  font-size: 2.125rem;
  font-size: clamp(1.25rem, 1.0197368421rem + 0.9210526316vw, 2.125rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .post-item__title {
    line-height: 1.3;
  }
}
.post-item__title a {
  color: #232425;
  position: unset;
}
.post-item__title a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.post-item__parent {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 37.5rem) {
  .post-item__parent {
    letter-spacing: 0;
  }
}

#empty-base-item {
  display: none;
}

.social-share {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.social-share__item {
  margin: 0 1.3rem 0 0;
}
.social-share__item:last-child {
  margin-right: 0;
}
.social-share__item--label {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 0 0 1rem;
}
.social-share a {
  color: #3ac59b;
}
.social-share a:hover, .social-share a:focus {
  text-decoration: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.archive-load-more {
  position: relative;
}
.archive-load-more.loading .archive-load-more__spinner {
  opacity: 1;
}
.archive-load-more.loading .archive-load-more__text {
  opacity: 0;
}

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

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

:root {
  --cb-text-color: #1A1A1A;
  --cb-title-font-family: Studio Feixen Serif, sans-serif;
  --cb-description-font-family: GT Planar, sans-serif;
}

#CookieBannerNotice {
  padding-top: 6rem;
  padding-top: clamp(4rem, 3.4117647059rem + 2.3529411765vw, 6rem);
  padding-bottom: 6rem;
  padding-bottom: clamp(4rem, 3.4117647059rem + 2.3529411765vw, 6rem);
  padding-left: 4rem;
  padding-left: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
  padding-right: 4rem;
  padding-right: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
  background: transparent !important;
  max-width: 42rem !important;
  overflow: inherit !important;
  position: relative;
}
.is-details-open #CookieBannerNotice {
  background-color: #ffeae5 !important;
  overflow-y: scroll !important;
  overflow-x: hidden !important;
}
#CookieBannerNotice li {
  margin: 0;
  padding: 0;
}
#CookieBannerNotice .cookiebanner__background {
  background-color: #ffeae5 !important;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-1.14deg);
          transform: rotate(-1.14deg);
  width: 100%;
  z-index: -1;
}
#CookieBannerNotice .cookiebanner__main__content {
  margin-top: 2rem;
}
#CookieBannerNotice .cookiebanner__main__title {
  margin-bottom: 1.5rem;
  margin-bottom: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
  font-weight: 400 !important;
  text-align: center;
  color: #1A1A1A;
}
#CookieBannerNotice .cookiebanner__main__description {
  text-align: center;
  line-height: 1.3 !important;
}
#CookieBannerNotice .cookiebanner__buttons {
  margin-top: 1.5rem;
  margin-top: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
  font-size: 1.5rem;
  font-size: clamp(0.875rem, 0.7105263158rem + 0.6578947368vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.2;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}
@media (max-width: 37.5rem) {
  #CookieBannerNotice .cookiebanner__buttons {
    letter-spacing: 0;
    line-height: 1.34;
  }
}
#CookieBannerNotice .cookiebanner__buttons ul {
  gap: 1rem;
  gap: clamp(0.5rem, 0.3529411765rem + 0.5882352941vw, 1rem);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#CookieBannerNotice .cookiebanner__buttons ul li {
  margin: 0 !important;
}
#CookieBannerNotice .cookiebanner__buttons ul button {
  font-weight: 400 !important;
}
#CookieBannerNotice .cookiebanner__buttons__accept, #CookieBannerNotice .cookiebanner__buttons__deny {
  background-size: auto 210% !important;
  border-radius: 6.25rem !important;
  color: #1A1A1A !important;
  padding: 0.75em 1.4em !important;
}
#CookieBannerNotice .cookiebanner__buttons__accept:hover, #CookieBannerNotice .cookiebanner__buttons__accept:focus-visible, #CookieBannerNotice .cookiebanner__buttons__deny:hover, #CookieBannerNotice .cookiebanner__buttons__deny:focus-visible {
  color: #FFFFFF !important;
  border-color: #0043ef !important;
  text-decoration: none !important;
  background-position: 0 98% !important;
  outline: 0 !important;
}
#CookieBannerNotice .cookiebanner__buttons__accept {
  color: #232425 !important;
  background-color: #deb0ff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deb0ff), color-stop(50%, #deb0ff), color-stop(50%, #0043ef), to(#0043ef)) !important;
  background-image: linear-gradient(180deg, #deb0ff 0%, #deb0ff 50%, #0043ef 50%, #0043ef 100%) !important;
  border: 0.125rem solid #deb0ff !important;
}
#CookieBannerNotice .cookiebanner__buttons__deny {
  background-color: transparent !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, #0043ef), to(#0043ef)) !important;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, #0043ef 50%, #0043ef 100%) !important;
  border: 0.125rem solid #232425 !important;
}
#CookieBannerNotice .cookiebanner__buttons__details {
  background: none !important;
  border-radius: 0;
  color: #1A1A1A;
  font-size: 0.875rem;
}
@media (min-width: 48.001rem) {
  #CookieBannerNotice .cookiebanner__buttons__details {
    font-size: 1rem;
  }
}
#CookieBannerNotice .cookiebanner__buttons__details:hover, #CookieBannerNotice .cookiebanner__buttons__details:focus {
  background-image: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #0043ef;
  outline: none !important;
}
#CookieBannerNotice .cookiebanner__accept-selection {
  color: #232425 !important;
  background-color: #deb0ff !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#deb0ff), color-stop(50%, #deb0ff), color-stop(50%, #0043ef), to(#0043ef)) !important;
  background-image: linear-gradient(180deg, #deb0ff 0%, #deb0ff 50%, #0043ef 50%, #0043ef 100%) !important;
  border: 0.125rem solid #deb0ff !important;
  background-size: auto 210% !important;
  border-radius: 6.25rem !important;
  color: #1A1A1A !important;
  padding: 0.75em 1.4em !important;
}
#CookieBannerNotice .cookiebanner__accept-selection:hover, #CookieBannerNotice .cookiebanner__accept-selection:focus-visible {
  color: #FFFFFF !important;
  border-color: #0043ef !important;
  text-decoration: none !important;
  background-position: 0 98% !important;
  outline: 0 !important;
}
#CookieBannerNotice .cookiebanner__preference {
  background: #ffeae5 !important;
}
#CookieBannerNotice .cookiebanner__preference__ui {
  background-color: #B3B3B3 !important;
}
#CookieBannerNotice .cookiebanner__preference input:checked + label .cookiebanner__preference__ui {
  background: #deb0ff !important;
}
#CookieBannerNotice .cookiebanner__preference__title {
  font-size: 1rem !important;
}
#CookieBannerNotice .cookiebanner__preference__toggle {
  background: none !important;
  color: #1A1A1A;
  border-radius: 0;
  font-size: 1rem;
}
#CookieBannerNotice .cookiebanner__preference__toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #0043ef !important;
}

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

.error-page {
  margin-top: 12.5rem;
  margin-top: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
  margin-bottom: 12.5rem;
  margin-bottom: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
}
.error-page img {
  vertical-align: top;
}
.error-page__paragraph {
  margin: 2em 0 2.1em;
}
.error-page__paragraph:last-child {
  margin-bottom: 0;
}

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

.archive-filters {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}
.archive-filters li {
  margin: 0.5rem 0.5rem 0 0;
}
.archive-filters .active-tag,
.archive-filters .btn--filter[aria-selected=true] {
  background-color: #deb0ff;
}

@media (min-width: 48.001rem) {
  .blog-content {
    margin-top: 7.5rem;
    margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
    margin-bottom: 7.5rem;
    margin-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  }
}

.blog-post {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 3rem;
}
.blog-post__metas {
  margin-top: 2rem;
}
.blog-post__metas a {
  text-decoration: none;
}
.blog-post__metas a:hover, .blog-post__metas a:focus {
  text-decoration: underline;
}
.blog-post img {
  margin-top: 7.5rem;
  margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  margin-bottom: 7.5rem;
  margin-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
}
@media (min-width: 65.001rem) {
  .blog-post img {
    max-width: calc(100% + 2rem * 2) !important;
  }
}
@media (min-width: 65.001rem) {
  .blog-post img,
  .blog-post p[style="font-size: 16px;"],
  .blog-post p > span[style="font-size: 16px;"] {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.blog-post p[style="font-size: 16px;"],
.blog-post p > span[style="font-size: 16px;"] {
  display: block;
  padding-top: 1em;
  margin-top: -7.5rem;
  margin-top: clamp(-7.5rem, -2.9705882353rem + -4.1176470588vw, -4rem);
  margin-bottom: 7.5rem;
  margin-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  font-size: 1.25rem !important;
  font-size: clamp(0.875rem, 0.7763157895rem + 0.3947368421vw, 1.25rem) !important;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 300;
}
.blog-post p > span[style="font-size: 16px;"] {
  position: relative;
  top: -1.3em;
}
.blog-post blockquote {
  text-align: center;
}

.blog-related-holder:last-child {
  margin-bottom: 0;
}

.post-author__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.post-author__head p {
  margin: 0;
}
.post-author__image {
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5.5rem;
          flex: 0 0 5.5rem;
  margin-right: 1rem;
}
.post-author__image img {
  width: 5.5rem;
  height: 5.5rem;
  border-radius: 50%;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 48rem) {
  .post-author__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4rem;
            flex: 0 0 4rem;
  }
  .post-author__image img {
    width: 4rem;
    height: 4rem;
  }
}

.posts-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 7.5rem;
  margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  line-height: 1;
  text-align: center;
}
.posts-pagination li {
  display: inline-block;
  margin: 0 0 0 0.5rem;
}
.posts-pagination li:first-child {
  margin-left: 0;
}
.posts-pagination .posts-pagination__link {
  display: inline-block;
  padding: 0.3rem;
  text-decoration: none;
}
.posts-pagination .posts-pagination__link:hover, .posts-pagination .posts-pagination__link:focus {
  color: #232425;
}
.posts-pagination .posts-pagination__link--active {
  color: #232425;
  border-bottom: 0.125rem solid #961eed;
}
.posts-pagination .posts-pagination__link--active:hover, .posts-pagination .posts-pagination__link--active:focus {
  color: #961eed;
}
.posts-pagination .posts-pagination__prev-link--disabled,
.posts-pagination .posts-pagination__next-link--disabled {
  display: none;
}

.load-posts__spinner {
  display: block;
  width: 5rem;
  height: 0.8125rem;
  opacity: 0;
  margin: auto;
  position: relative;
}
.load-posts__spinner span {
  position: absolute;
  top: 0;
  width: 0.8125rem;
  height: 0.8125rem;
  border-radius: 50%;
  background: #FFFFFF;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.load-posts__spinner span:nth-child(1) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}
.load-posts__spinner span:nth-child(2) {
  left: 0.5rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.load-posts__spinner span:nth-child(3) {
  left: 2rem;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}
.load-posts__spinner span:nth-child(4) {
  left: 3.5rem;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}
.load-posts__spinner span {
  background: #deb0ff;
}

.posts-load {
  margin-top: 7.5rem;
  margin-top: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  max-width: 35.3333333333rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.systems-page {
  margin-top: 12.5rem;
  margin-top: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
  margin-bottom: 12.5rem;
  margin-bottom: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
  padding-top: 2.5rem;
}
.systems-page .form-container {
  max-width: none;
}
.systems-page h1 {
  margin-bottom: 5rem;
  margin-bottom: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
}

.form-page {
  overflow: hidden;
  position: relative;
}
.form-page__container {
  padding-bottom: 7.5rem;
  padding-bottom: clamp(4rem, 2.9705882353rem + 4.1176470588vw, 7.5rem);
  padding-top: 12.5rem;
  padding-top: clamp(7.5rem, 6.0294117647rem + 5.8823529412vw, 12.5rem);
}
@media (min-width: 48.001rem) {
  .form-page__container {
    gap: 5rem;
    gap: clamp(3.5rem, 3.0588235294rem + 1.7647058824vw, 5rem);
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.form-page__content {
  width: 100%;
}
@media (min-width: 48.001rem) {
  .form-page__content {
    max-width: 50%;
  }
}
.form-page__top, .form-page__title, .form-page__form {
  position: relative;
  z-index: 3;
}
.form-page__top {
  font-size: 1.5rem;
  font-size: clamp(1rem, 0.8684210526rem + 0.5263157895vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.4;
  font-family: "GT Planar", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 1.5rem;
  padding-bottom: clamp(1rem, 0.8529411765rem + 0.5882352941vw, 1.5rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 37.5rem) {
  .form-page__top {
    letter-spacing: 0;
  }
}
.form-page__title {
  padding-bottom: 4rem;
  padding-bottom: clamp(3rem, 2.7058823529rem + 1.1764705882vw, 4rem);
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.form-page__title h1 {
  font-size: 3rem;
  font-size: clamp(1.5rem, 1.1052631579rem + 1.5789473684vw, 3rem);
  letter-spacing: -0.03em;
  line-height: 1.3;
  font-family: "Studio Feixen Serif", sans-serif;
  font-weight: 400;
}
@media (max-width: 37.5rem) {
  .form-page__title h1 {
    line-height: 1.2;
  }
}
.form-page__image {
  margin: 0 auto;
}
.form-page__image img {
  vertical-align: top;
}
.form-page__form {
  width: 100%;
}
@media (min-width: 48.001rem) {
  .form-page__form {
    max-width: 50%;
  }
}
.form-page__animation {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form-page__animation.has-color--icterine_yellow svg path {
  stroke: #f9f368;
}
.form-page__animation.has-color--ocean_green svg path {
  stroke: #3ac59b;
}
.form-page__animation.has-color--pale_rose svg path {
  stroke: #ffeae5;
}
.form-page__animation.has-color--boksi_black svg path {
  stroke: #232425;
}
.form-page__animation.has-color--white svg path {
  stroke: #FFFFFF;
}
.form-page__animation.has-color--mauve svg path {
  stroke: #deb0ff;
}
.form-page__animation.has-color--magenta svg path {
  stroke: #ff3ac7;
}
@media (max-width: 48rem) {
  .form-page__animation {
    display: none;
  }
}