@font-face {
  font-family: Aspekta;
  src: url('../fonts/Aspekta-550.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aspekta;
  src: url('../fonts/Aspekta-600.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aspekta;
  src: url('../fonts/Aspekta-500.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --color--black-white--white: white;
  --font-family--primary: Aspekta, sans-serif;
  --color--neutral--900: #2a2c30;
  --font-size--base: 1rem;
  --fluid-font-size--5xl: 3.2vw;
  --font-size--4xl: 2.5rem;
  --font-size--2xl: 1.5rem;
  --fluid-font-size--4xl: 2.667vw;
  --font-size--5xl: 3rem;
  --font-size--xl\<deleted\|variable-4cb9dea0-02f0-471f-0fdb-292792e90e09\>: 1.5rem;
  --font-size--large\<deleted\|variable-51be9233-82dc-2295-cf09-7a99d08101e8\>: 1.25rem;
  --font-size--medium\<deleted\|variable-a5dbf91a-c3e9-e6e7-b7ae-c7b15f538d26\>: 1.125rem;
  --color--neutral--700: #4a4c54;
  --page-padding--desktop: 2.5rem;
  --page-padding--tablet: 2rem;
  --page-padding--mobile: 1rem;
  --color--neutral--100: #e8e8e9;
  --color--black-white--white-15: #ffffff26;
  --border-radius--base: .25rem;
  --color--brand--500: #6c4b7a;
  --font-size--large: 1.125rem;
  --fluid-font-size--7xl: 4.75vw;
  --color--neutral--300: #b1b2b6;
  --font-size--small: .9375rem;
  --color--neutral--500: #6c6f7a;
  --font-size--xl: 1.25rem;
  --color--brand--300: #c5bfc9;
  --font-size--2xl\<deleted\|variable-4f07bb1a-8968-10f1-e19f-0f8b2a74d5bd\>: 2rem;
  --font-size--3xl\<deleted\|variable-f26599c4-25dd-4881-0478-dada361e240a\>: 2.5rem;
  --color--brand--200: #ddd9df;
  --color--brand--700: #473d4b;
  --color--neutral--400: #8e9095;
  --color--brand--50: #f8f7f9;
  --color--brand--100: #efecef;
  --font-size--3xl: 2rem;
  --color--neutral--600: #555861;
  --color--brand--400: #a69faa;
  --font-size--6xl: 3.5rem;
  --font-size--8xl: 6rem;
  --font-size--9xl: 8rem;
  --fluid-font-size--8xl: 5.867vw;
  --fluid-font-size--xl: 1.85vw;
  --color--black-white--white-30: #ffffff4d;
  --font-size--7xl: 4.5rem;
  --fluid-font-size--6xl: 3.733vw;
  --fluid-font-size--9xl: 6.4vw;
  --fluid-font-size--10xl: 9.333vw;
  --color--brand--900: #1b161e;
  --color--brand--800: #322b36;
  --color--brand--600: #5c4e63;
  --color--neutral--800: #3c3e44;
  --color--neutral--200: #cecfd1;
  --color--neutral--50: #f4f4f4;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--color--black-white--white);
  font-family: var(--font-family--primary);
  color: var(--color--neutral--900);
  font-size: var(--font-size--base);
  letter-spacing: -.02em;
  overscroll-behavior: none;
  font-weight: 500;
  line-height: 135%;
}

h1 {
  max-width: 18ch;
  font-size: var(--fluid-font-size--5xl);
  text-align: left;
  text-transform: none;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  display: block;
}

h2 {
  max-width: 30ch;
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 110%;
}

h3 {
  font-size: var(--font-size--xl\<deleted\|variable-4cb9dea0-02f0-471f-0fdb-292792e90e09\>);
  letter-spacing: -.025rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
}

h4 {
  font-family: var(--font-family--primary);
  font-size: var(--font-size--large\<deleted\|variable-51be9233-82dc-2295-cf09-7a99d08101e8\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 110%;
}

h5 {
  font-size: var(--font-size--medium\<deleted\|variable-a5dbf91a-c3e9-e6e7-b7ae-c7b15f538d26\>);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 2rem;
}

h6 {
  font-size: var(--font-size--base);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 130%;
}

p {
  max-width: 32ch;
  color: inherit;
  margin-bottom: 0;
  line-height: 150%;
}

a {
  color: var(--color--neutral--700);
  font-weight: 500;
  text-decoration: none;
  transition: color .25s;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  overflow: hidden;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.section {
  background-color: #0000;
  min-height: 32px;
  padding: 8rem .5rem;
  position: relative;
  overflow: hidden;
}

.section.home-hero-section {
  min-height: 100vh;
  color: var(--color--black-white--white);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 .5rem .5rem;
  display: flex;
  overflow: visible;
}

.section.no-padding-y {
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.section.subpage-hero-section {
  font-size: var(--font-size--base);
  padding-top: 4rem;
  padding-bottom: 5rem;
}

.section.no-padding-top {
  padding-top: 0;
}

.container {
  padding-right: var(--page-padding--desktop);
  padding-left: var(--page-padding--desktop);
  grid-row-gap: 10rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.container.menu-container {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.container.row-gap-1 {
  grid-row-gap: 1rem;
  width: 100%;
}

.container.row-gap-large {
  grid-row-gap: 10rem;
}

.container.no-row-gap {
  grid-row-gap: 0rem;
}

.divider {
  background-color: var(--color--neutral--100);
  width: 100%;
  height: 1px;
  position: static;
}

.divider.white-15 {
  background-color: var(--color--black-white--white-15);
}

.container {
  justify-content: space-between;
}

.submit-button {
  border-radius: var(--border-radius--base);
  background-color: var(--color--brand--500);
  color: var(--color--black-white--white);
  font-size: var(--font-size--large);
  border: 0 solid #000;
  padding: 1rem 2rem;
  transition: all .2s;
}

.submit-button:hover {
  border-bottom-width: 0;
  border-bottom-color: #898989;
}

.submit-button.inline-submit-button {
  background-color: #0000;
  padding: 0;
  position: absolute;
  inset: 0%;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 800px;
  display: flex;
}

.utility-page-form {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  display: block;
}

.utility-form-text {
  margin-bottom: 42px;
  font-size: .9375rem;
}

._12-column-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

._12-column-grid.large-row-gap-grid {
  grid-row-gap: 8rem;
  padding-bottom: 0;
}

._12-column-grid.gap-row-2-rem {
  grid-row-gap: 2rem;
}

.form {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.main-wrapper, .page-wrapper {
  position: relative;
}

.utility-page-heading {
  font-size: var(--font-size--large\<deleted\|variable-51be9233-82dc-2295-cf09-7a99d08101e8\>);
  letter-spacing: 0;
  margin-bottom: 24px;
  line-height: 120%;
}

.home-hero-image {
  height: 120%;
}

.home-hero-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-hero-image-overlay {
  background-color: #0000002b;
  position: absolute;
  inset: 0%;
}

.flex-vertical {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vertical.row-gap-75 {
  grid-row-gap: .75rem;
}

.home-hero-subtitle {
  max-width: 14ch;
  font-size: var(--fluid-font-size--7xl);
  letter-spacing: -.03em;
  color: inherit;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 95%;
  position: relative;
}

.light-button {
  grid-column-gap: 2rem;
  border: 0px solid var(--color--neutral--300);
  background-color: var(--color--black-white--white);
  color: var(--color--neutral--700);
  font-size: var(--font-size--small);
  text-align: center;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.25rem .75rem 1rem;
  transition-property: none;
  display: flex;
  position: relative;
}

.scroll-down-wrap {
  grid-column-gap: 1rem;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.scroll-down-wrap:hover {
  color: #fff;
}

.scroll-line {
  background-color: #fff;
  width: 1px;
  height: 1.5rem;
}

.scroll-text-wrap {
  position: relative;
  overflow: hidden;
}

.scroll-link-text.scoll-link-hover-text {
  position: absolute;
  bottom: -100%;
}

.section-header {
  border-top: 1px solid var(--color--neutral--100);
  width: 100%;
  padding-top: 1rem;
}

.text-neutral-500 {
  color: var(--color--neutral--500);
}

.footer {
  background-color: var(--color--black-white--white);
  color: var(--color--neutral--900);
  padding: 7.5rem .5rem 2.5rem;
}

.footer-link-columns-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 85%;
  display: flex;
}

.footer-label {
  font-size: var(--font-size--xl);
  letter-spacing: -.01em;
  text-transform: none;
  margin-bottom: 1.5rem;
  font-weight: 600;
  line-height: 100%;
}

.footer-link {
  color: var(--color--neutral--500);
}

.footer-link:hover {
  color: var(--color--neutral--700);
}

.footer-bottom {
  padding-top: var(--page-padding--desktop);
  border-top: 1px solid var(--color--neutral--100);
  color: var(--color--neutral--500);
  justify-content: space-between;
  align-items: center;
  margin-top: 15rem;
  display: flex;
}

.footer-bottom-link {
  color: var(--color--neutral--500);
}

.footer-bottom-link:hover {
  color: var(--color--neutral--700);
}

.footer-bottom-links-wrap {
  grid-column-gap: 1.5rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.parallax-image {
  width: 100%;
  height: 120%;
  display: block;
  position: relative;
  top: 0;
  bottom: auto;
}

.parallax-image.cover-right {
  object-position: 100% 50%;
}

.approach-list {
  grid-row-gap: 0rem;
  border-top: 1px solid var(--color--brand--300);
  flex-direction: column;
  align-items: flex-start;
  width: 99%;
  display: flex;
}

.approach-list-item {
  border-bottom: 1px solid var(--color--brand--300);
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.display-large {
  max-width: 34ch;
  font-size: var(--font-size--2xl\<deleted\|variable-4f07bb1a-8968-10f1-e19f-0f8b2a74d5bd\>);
  letter-spacing: -.025rem;
  line-height: 110%;
}

.approach-text-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 37ch;
  margin-top: .75rem;
  display: flex;
}

.image-revealer {
  background-color: var(--color--neutral--100);
  display: none;
  position: absolute;
  inset: 0%;
}

.image-revealer.home-image-revealer {
  background-color: var(--color--black-white--white);
}

.form-block {
  width: 100%;
  max-width: 500px;
}

.form-block.newsletter-form {
  margin-top: 2rem;
  margin-bottom: 0;
}

.text-field {
  border: 1px solid var(--color--neutral--100);
  border-radius: var(--border-radius--base);
  background-color: var(--color--black-white--white);
  height: auto;
  color: var(--color--neutral--900);
  font-size: var(--font-size--large);
  margin-bottom: 0;
  padding: 1.25rem 1rem;
}

.text-field:focus {
  border-color: var(--color--brand--500);
  color: var(--color--neutral--900);
}

.text-field::placeholder {
  color: var(--color--neutral--300);
}

.text-field.text-area {
  min-height: 160px;
}

.success-message {
  background-color: var(--color--brand--200);
  color: var(--color--brand--700);
}

.error-message {
  color: red;
  background-color: #ffd5d5;
}

._2-3-image-wrap {
  aspect-ratio: 2 / 3;
  border-radius: var(--border-radius--base);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

._2-3-image-wrap.split-image-wrap {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.text-reveal-line {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.logo {
  object-fit: cover;
  width: 140px;
  max-width: 100%;
}

.logo.larger-logo {
  width: 180px;
}

.nav-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex: none;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  padding: 1rem 0;
  line-height: 100%;
  transition: all .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link:hover {
  opacity: 1;
  color: var(--color--neutral--400);
}

.nav-link.w--current {
  color: var(--color--brand--500);
}

.left-side-nav {
  grid-column-gap: 1rem;
  flex: 1;
  align-items: center;
  max-width: 430px;
  margin-right: 2rem;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  display: flex;
}

.right-side-nav {
  grid-column-gap: 1rem;
  flex: none;
  align-items: center;
  display: flex;
}

.primary-navbar {
  background-color: var(--color--black-white--white);
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  top: 0;
}

.home-hero-content-wrap {
  border-radius: var(--border-radius--base);
  width: 100%;
  font-size: var(--font-size--base);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  padding-top: 4rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-arrow.button-hover-arrow {
  position: absolute;
  bottom: -100%;
  left: -100%;
}

.button-arrow-wrap {
  position: relative;
  overflow: hidden;
}

.logo-symbol {
  width: auto;
}

.logo-symbol.hero-logo-symbol {
  margin-top: .75vw;
}

.text-xl {
  max-width: 26ch;
  font-size: var(--font-size--xl);
  color: inherit;
  line-height: 130%;
}

.home-hero-top {
  grid-row-gap: 12rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.primary-button {
  grid-column-gap: 2rem;
  border: 0px solid var(--color--neutral--300);
  background-color: var(--color--brand--500);
  color: var(--color--black-white--white);
  font-size: var(--font-size--small);
  text-align: center;
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.25rem .75rem 1rem;
  transition-property: none;
  display: flex;
  position: relative;
}

.primary-button.submit-form-button {
  font-size: var(--font-size--large);
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  padding: 1.25rem 2rem;
}

.primary-button.submit-form-button.newsletter-button {
  background-color: var(--color--brand--50);
  color: var(--color--brand--500);
}

.footer-company-info {
  grid-row-gap: 2rem;
  max-width: 26ch;
  color: var(--color--neutral--500);
  font-size: var(--font-size--2xl);
  flex-flow: column;
  font-weight: 400;
  display: flex;
}

.footer-email-link {
  grid-column-gap: 1rem;
  color: var(--color--brand--500);
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: flex;
}

.inner-section {
  min-height: 32px;
  padding: var(--page-padding--desktop) 0rem 6rem;
  border-radius: var(--border-radius--base);
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.inner-section.primary-500 {
  background-color: var(--color--brand--500);
  color: var(--color--black-white--white);
}

.inner-section.primary-100 {
  background-color: var(--color--brand--100);
}

.cta-primary-content {
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-start;
  display: flex;
}

.section-title {
  max-width: 14ch;
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  color: inherit;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 90%;
  position: relative;
}

.section-title.larger-max-w {
  max-width: 18ch;
}

.primary-300-text {
  color: var(--color--brand--300);
}

.quote-wrap {
  grid-row-gap: 3rem;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote {
  width: auto;
  max-width: 36ch;
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  color: inherit;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.quote-mark {
  width: 2rem;
  max-width: 60ch;
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.02em;
  color: inherit;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 100%;
  position: relative;
}

.quote-author-wrap {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.quote-avatar {
  aspect-ratio: 1;
  border-radius: 50vw;
  width: 3.5rem;
}

.quote-author-info {
  text-align: left;
}

.quote-author-name {
  font-weight: 600;
  line-height: 110%;
}

.quote-author-title {
  color: var(--color--neutral--500);
  font-weight: 400;
  line-height: 110%;
}

.split-layout {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.split-layout-column {
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: calc(50% - .625rem);
  display: flex;
}

.split-layout-header {
  grid-row-gap: 1rem;
  width: 100%;
  font-size: var(--font-size--large);
  flex-flow: column;
  display: flex;
}

.split-layout-content {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.split-list {
  grid-row-gap: 6.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.split-list-item {
  grid-column-gap: 1.25rem;
  width: 100%;
  font-size: var(--font-size--large);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.split-list-item-title {
  width: 40%;
  font-size: var(--font-size--large);
  font-weight: 500;
  line-height: 135%;
}

.split-list-item-text {
  width: auto;
  max-width: 30ch;
  color: var(--color--neutral--400);
}

.text-neutral-400 {
  color: var(--color--neutral--400);
}

.large-split-list-item {
  grid-column-gap: 1.25rem;
  border-top: 1px solid var(--color--neutral--100);
  width: 100%;
  font-size: var(--font-size--large);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 1rem;
  display: flex;
}

._7-col-split-list-item-title {
  width: 42.8%;
  font-size: var(--font-size--large);
  font-weight: 500;
  line-height: 135%;
}

._7-col-split-list-item-text {
  width: 57.8%;
  max-width: 32ch;
  color: var(--color--neutral--500);
}

.long-h2 {
  max-width: 35ch;
}

.language-dropdown.show-mobile {
  display: none;
}

.language-toggle {
  border-radius: 4px;
  align-items: center;
  padding: 1rem;
  font-size: 1rem;
  transition: all .2s;
  display: flex;
}

.icon-3 {
  display: none;
}

.flag {
  object-fit: cover;
  background-image: url('../images/suomen-lippu.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 22px;
  height: 13px;
}

.flag.english {
  background-image: url('../images/yhdistyneen-kuningaskunnan-lippu.svg');
}

.language-list {
  background-color: #d99f9f;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 8px 16px;
  box-shadow: 0 2px 20px #0000000d;
}

.language-link {
  color: #000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 45px;
  font-size: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #143d60;
}

.legal-rich p {
  max-width: none;
  color: var(--color--neutral--600);
  margin-bottom: 20px;
}

.legal-rich h2 {
  max-width: none;
  margin-top: 40px;
  margin-bottom: 20px;
}

.legal-rich h1 {
  max-width: none;
  margin-bottom: 20px;
}

.legal-rich a {
  color: var(--color--brand--500);
}

.legal-rich a:hover {
  color: var(--color--brand--400);
}

.space2 {
  height: 24px;
}

.og-image {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--font-size--4xl);
    letter-spacing: -.05vw;
    line-height: 110%;
  }

  h2 {
    font-size: var(--font-size--5xl);
  }

  h3 {
    font-size: var(--font-size--xl\<deleted\|variable-4cb9dea0-02f0-471f-0fdb-292792e90e09\>);
    margin-bottom: 0;
    line-height: 100%;
  }

  .section.home-hero-section {
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .section.subpage-hero-section {
    padding-top: 2rem;
  }

  .section.subpage-hero-section.news-hero-section {
    padding-bottom: 4rem;
  }

  .container {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
    grid-row-gap: 8rem;
    flex-flow: column;
    justify-content: space-between;
  }

  .utility-page-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  ._12-column-grid {
    grid-column-gap: 1.25rem;
    grid-row-gap: 4rem;
    grid-template-columns: minmax(16px, 1fr) 1fr 1fr 1fr;
    position: relative;
  }

  ._12-column-grid.large-row-gap-grid {
    grid-row-gap: 4rem;
  }

  ._12-column-grid.approach-grid {
    grid-row-gap: 1rem;
  }

  .home-hero-image-wrap {
    position: absolute;
    top: 0;
  }

  .home-hero-subtitle {
    font-size: var(--font-size--5xl);
  }

  .scroll-down-wrap {
    display: none;
  }

  .footer {
    padding-bottom: var(--page-padding--tablet);
  }

  ._2-3-image-wrap.split-image-wrap {
    width: 100%;
  }

  .menu-line {
    background-color: var(--color--neutral--900);
    flex: none;
    width: 2.5rem;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-line.is-top {
    margin-bottom: 6px;
  }

  .nav-link {
    align-self: flex-start;
  }

  .left-side-nav {
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    background-color: var(--color--black-white--white);
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .right-side-nav {
    grid-row-gap: 1rem;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .menu-button {
    color: var(--color--neutral--900);
    background-color: #0000;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .home-hero-content-wrap {
    flex: 1;
    justify-content: space-between;
    padding-top: 2.5rem;
  }

  .primary-button {
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .home-hero-bottom {
    display: none;
  }

  .inner-section {
    padding-top: var(--page-padding--tablet);
  }

  .section-title {
    font-size: var(--font-size--5xl);
  }

  .quote-wrap {
    width: auto;
  }

  .quote {
    font-size: var(--font-size--4xl);
  }

  .quote-mark {
    font-size: var(--font-size--5xl);
  }

  .split-layout {
    grid-row-gap: 8rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .split-layout-column {
    width: 100%;
  }

  .language-dropdown {
    margin-right: 0;
  }

  .language-dropdown.hide-mobile {
    display: none;
  }

  .language-dropdown.show-mobile {
    display: block;
  }

  .language-toggle {
    font-size: 1.125rem;
  }

  .flag {
    width: 23px;
    height: 14px;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--font-size--4xl);
    letter-spacing: 0;
    font-weight: 500;
  }

  h2 {
    font-size: var(--font-size--5xl);
  }

  h3 {
    font-size: var(--font-size--xl\<deleted\|variable-4cb9dea0-02f0-471f-0fdb-292792e90e09\>);
    margin-bottom: 0;
    line-height: 100%;
  }

  .section.home-hero-section {
    height: auto;
  }

  .section.subpage-hero-section.news-hero-section {
    padding-bottom: 4rem;
  }

  .container {
    padding-right: var(--page-padding--tablet);
    padding-left: var(--page-padding--tablet);
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
  }

  .footer-bottom {
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-block {
    order: 1;
  }

  .display-large {
    font-size: var(--font-size--3xl\<deleted\|variable-f26599c4-25dd-4881-0478-dada361e240a\>);
  }

  .form-block {
    max-width: none;
  }

  .left-side-nav {
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    align-items: center;
  }

  .menu-button {
    padding-right: 0;
  }

  .home-hero-content-wrap {
    grid-row-gap: 5rem;
  }

  .primary-button {
    align-self: auto;
  }

  .quote {
    font-size: var(--font-size--3xl);
  }

  .split-list-item, .large-split-list-item {
    justify-content: space-between;
  }

  .language-toggle {
    margin-left: 0;
  }

  .flag {
    width: 24px;
    height: 14px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--font-size--2xl);
    letter-spacing: 0;
  }

  h2 {
    font-size: var(--font-size--2xl);
    letter-spacing: -.05rem;
  }

  h3 {
    font-size: var(--font-size--xl\<deleted\|variable-4cb9dea0-02f0-471f-0fdb-292792e90e09\>);
    letter-spacing: -.05rem;
  }

  .section {
    padding-top: 2.5rem;
    padding-bottom: 5rem;
  }

  .section.home-hero-section {
    grid-row-gap: 0rem;
    padding-top: 0;
  }

  .container {
    padding-right: var(--page-padding--mobile);
    padding-left: var(--page-padding--mobile);
    grid-row-gap: 6rem;
  }

  .container.row-gap-large {
    grid-row-gap: 5rem;
  }

  .submit-button {
    margin-top: 48px;
    padding-top: 0;
    font-size: 20px;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr 1fr;
  }

  ._12-column-grid.mobile-3-columns {
    grid-template-columns: 4fr 1fr 1fr;
  }

  .home-hero-image {
    object-position: 45% 50%;
  }

  .home-hero-subtitle {
    font-size: var(--font-size--4xl);
  }

  .footer {
    padding-bottom: var(--page-padding--mobile);
  }

  .footer-link-columns-wrap {
    grid-row-gap: 4rem;
    flex-direction: column;
  }

  .footer-bottom {
    grid-row-gap: 2rem;
    margin-top: 6rem;
  }

  .footer-bottom-links-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .text-block {
    order: 1;
  }

  .parallax-image {
    position: absolute;
    bottom: auto;
  }

  .display-large {
    font-size: var(--font-size--xl\<deleted\|variable-4cb9dea0-02f0-471f-0fdb-292792e90e09\>);
    letter-spacing: -.025rem;
  }

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

  ._2-3-image-wrap {
    aspect-ratio: 4 / 5;
  }

  .logo {
    box-sizing: border-box;
    object-fit: cover;
    display: block;
    overflow: visible;
  }

  .menu-button {
    padding-right: 0;
  }

  .home-hero-content-wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .logo-symbol.hero-logo-symbol {
    width: 60px;
  }

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

  .home-hero-top {
    grid-row-gap: 6rem;
  }

  .primary-button.submit-form-button {
    font-size: var(--font-size--small);
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .footer-company-info {
    font-size: var(--font-size--xl);
  }

  .inner-section {
    padding-top: var(--page-padding--mobile);
    padding-bottom: 5rem;
  }

  .inner-section.primary-500 {
    padding-bottom: 4rem;
  }

  .cta-primary-content {
    grid-row-gap: 6rem;
  }

  .section-title {
    font-size: var(--font-size--2xl);
  }

  .quote {
    font-size: var(--font-size--xl);
  }

  .quote-mark {
    width: 1.5rem;
    font-size: var(--font-size--2xl);
  }

  .split-layout {
    grid-row-gap: 4rem;
  }

  .split-layout.reverse-layout {
    flex-flow: column-reverse;
  }

  .split-layout-column {
    grid-row-gap: 4rem;
  }

  .split-list {
    grid-row-gap: 3rem;
  }

  .split-list-item {
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .split-list-item-title {
    width: auto;
  }

  .split-list-item-text {
    width: auto;
    font-size: var(--font-size--base);
  }

  .large-split-list-item {
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  ._7-col-split-list-item-title {
    width: auto;
  }

  ._7-col-split-list-item-text {
    width: auto;
    font-size: var(--font-size--base);
  }

  .language-dropdown {
    z-index: 6000;
    width: auto;
  }

  .language-toggle {
    z-index: 6001;
  }

  .language-toggle.w--open {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .icon-3 {
    margin-right: 32%;
  }

  .language-list.w--open {
    z-index: 2147483647;
  }

  .language-link {
    justify-content: flex-start;
    align-items: center;
  }

  .hide-mobile {
    display: none;
  }
}

#w-node-_061ebbc3-0ab2-f773-8f0e-9076ce36c689-c6c5a14e {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_3cac1d7a-4d2c-fc2b-fa71-5e1c0645d585-c6c5a14e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-c6c5a14e {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: start;
}

#w-node-_8b25e02f-ac03-3852-cdbe-3699c587830d-c6c5a14e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a14fa35c-5a07-9d50-3151-b360971db7dc-c6c5a14e {
  grid-area: 1 / 11 / 2 / 13;
  place-self: end;
}

#w-node-a14fa35c-5a07-9d50-3151-b360971db7dc-c6c5a14e:hover {
  align-self: end;
}

#w-node-_500a1000-02fe-9ca3-6674-aa635fd45397-c6c5a14e {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_500a1000-02fe-9ca3-6674-aa635fd45399-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_500a1000-02fe-9ca3-6674-aa635fd4539c-c6c5a14e {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3864ce41-aed5-ea8f-6eee-efd819108cca-c6c5a14e, #w-node-_3864ce41-aed5-ea8f-6eee-efd819108cdd-c6c5a14e {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033aa-c6c5a14e {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033af-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033b1-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033b3-c6c5a14e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033ba-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033bc-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033be-c6c5a14e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033c5-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033c7-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033c9-c6c5a14e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033d0-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033d2-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033d4-c6c5a14e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_31665efc-869c-f00d-16ea-47eb20faba77-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_31665efc-869c-f00d-16ea-47eb20faba79-c6c5a14e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_31665efc-869c-f00d-16ea-47eb20faba7b-c6c5a14e {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bb754643-18fb-8a0e-10aa-254d13b08c51-c6c5a14e {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start;
}

#w-node-bb754643-18fb-8a0e-10aa-254d13b08c52-c6c5a14e {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bb754643-18fb-8a0e-10aa-254d13b08c6e-c6c5a14e {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8ed12ddc-b47f-6f38-009e-2319ab71583c-ab715839 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_8ed12ddc-b47f-6f38-009e-2319ab715849-ab715839 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-e57d157d-7e97-3040-df00-937f25ed0f7f-25ed0f7c {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-e57d157d-7e97-3040-df00-937f25ed0f81-25ed0f7c {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-c6c5a153 {
  grid-area: 1 / 3 / 2 / 11;
}

#w-node-_061ebbc3-0ab2-f773-8f0e-9076ce36c689-f3e67ed6 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_3cac1d7a-4d2c-fc2b-fa71-5e1c0645d585-f3e67ed6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-f3e67ed6 {
  grid-area: 2 / 7 / 3 / 13;
  justify-self: start;
}

#w-node-_8b25e02f-ac03-3852-cdbe-3699c587830d-f3e67ed6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a14fa35c-5a07-9d50-3151-b360971db7dc-f3e67ed6 {
  grid-area: 1 / 11 / 2 / 13;
  place-self: end;
}

#w-node-a14fa35c-5a07-9d50-3151-b360971db7dc-f3e67ed6:hover {
  align-self: end;
}

#w-node-_500a1000-02fe-9ca3-6674-aa635fd45397-f3e67ed6 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_500a1000-02fe-9ca3-6674-aa635fd45399-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_500a1000-02fe-9ca3-6674-aa635fd4539c-f3e67ed6 {
  grid-area: 1 / 4 / 2 / 11;
}

#w-node-_3864ce41-aed5-ea8f-6eee-efd819108cca-f3e67ed6, #w-node-_3864ce41-aed5-ea8f-6eee-efd819108cdd-f3e67ed6 {
  grid-area: span 1 / span 10 / span 1 / span 10;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033aa-f3e67ed6 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033af-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033b1-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033b3-f3e67ed6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033ba-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033bc-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033be-f3e67ed6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033c5-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033c7-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033c9-f3e67ed6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033d0-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033d2-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_0439ab7b-4706-9743-69a0-fd0057c033d4-f3e67ed6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_31665efc-869c-f00d-16ea-47eb20faba77-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_31665efc-869c-f00d-16ea-47eb20faba79-f3e67ed6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: end start;
}

#w-node-_31665efc-869c-f00d-16ea-47eb20faba7b-f3e67ed6 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-bb754643-18fb-8a0e-10aa-254d13b08c51-f3e67ed6 {
  grid-area: 1 / 5 / 2 / 6;
  place-self: start;
}

#w-node-bb754643-18fb-8a0e-10aa-254d13b08c52-f3e67ed6 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-bb754643-18fb-8a0e-10aa-254d13b08c6e-f3e67ed6 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-b8399b86-d4bc-9854-6141-6624a3769707-a3769704 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-b8399b86-d4bc-9854-6141-6624a376971c-a3769704 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c05-bfd55c02 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c07-bfd55c02 {
  grid-area: span 1 / span 7 / span 1 / span 7;
  place-self: auto;
}

#w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-5f89e25b {
  grid-area: 1 / 3 / 2 / 11;
}

@media screen and (min-width: 1280px) {
  #w-node-e57d157d-7e97-3040-df00-937f25ed0f7f-25ed0f7c {
    grid-column: span 7 / span 7;
  }

  #w-node-e57d157d-7e97-3040-df00-937f25ed0f81-25ed0f7c {
    grid-column: span 5 / span 5;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c05-bfd55c02 {
    grid-column: span 7 / span 7;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c07-bfd55c02 {
    grid-column: span 5 / span 5;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_061ebbc3-0ab2-f773-8f0e-9076ce36c689-c6c5a14e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3cac1d7a-4d2c-fc2b-fa71-5e1c0645d585-c6c5a14e {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-c6c5a14e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a14fa35c-5a07-9d50-3151-b360971db7dc-c6c5a14e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_500a1000-02fe-9ca3-6674-aa635fd45397-c6c5a14e {
    grid-column: span 4 / span 4;
  }

  #w-node-_500a1000-02fe-9ca3-6674-aa635fd4539c-c6c5a14e {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0439ab7b-4706-9743-69a0-fd0057c033aa-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033af-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033b1-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033ba-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033bc-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c5-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c7-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d0-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d2-c6c5a14e, #w-node-_31665efc-869c-f00d-16ea-47eb20faba77-c6c5a14e, #w-node-_31665efc-869c-f00d-16ea-47eb20faba79-c6c5a14e {
    grid-column: span 4 / span 4;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c51-c6c5a14e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c52-c6c5a14e {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c6e-c6c5a14e {
    grid-column: span 2 / span 2;
  }

  #w-node-_8ed12ddc-b47f-6f38-009e-2319ab715849-ab715839 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-e57d157d-7e97-3040-df00-937f25ed0f7f-25ed0f7c {
    grid-column: span 2 / span 2;
  }

  #w-node-_3b0ed10c-6b8a-0dd7-cb44-76b9855f5cd8-25ed0f7c {
    place-self: center;
  }

  #w-node-e57d157d-7e97-3040-df00-937f25ed0f95-25ed0f7c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-c6c5a153 {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }

  #w-node-_061ebbc3-0ab2-f773-8f0e-9076ce36c689-f3e67ed6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3cac1d7a-4d2c-fc2b-fa71-5e1c0645d585-f3e67ed6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-f3e67ed6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-a14fa35c-5a07-9d50-3151-b360971db7dc-f3e67ed6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_500a1000-02fe-9ca3-6674-aa635fd45397-f3e67ed6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_500a1000-02fe-9ca3-6674-aa635fd4539c-f3e67ed6 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_0439ab7b-4706-9743-69a0-fd0057c033aa-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033af-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033b1-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033ba-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033bc-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c5-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c7-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d0-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d2-f3e67ed6, #w-node-_31665efc-869c-f00d-16ea-47eb20faba77-f3e67ed6, #w-node-_31665efc-869c-f00d-16ea-47eb20faba79-f3e67ed6 {
    grid-column: span 4 / span 4;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c51-f3e67ed6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c52-f3e67ed6 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c6e-f3e67ed6 {
    grid-column: span 2 / span 2;
  }

  #w-node-b8399b86-d4bc-9854-6141-6624a376971c-a3769704 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c05-bfd55c02 {
    grid-column: span 2 / span 2;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c21-bfd55c02 {
    place-self: center;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c28-bfd55c02 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center end;
  }

  #w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-5f89e25b {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3cac1d7a-4d2c-fc2b-fa71-5e1c0645d585-c6c5a14e {
    grid-column: span 4 / span 4;
  }

  #w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-c6c5a14e {
    justify-self: start;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c51-c6c5a14e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c52-c6c5a14e, #w-node-bb754643-18fb-8a0e-10aa-254d13b08c6e-c6c5a14e, #w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-c6c5a153, #w-node-_3cac1d7a-4d2c-fc2b-fa71-5e1c0645d585-f3e67ed6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-f3e67ed6 {
    justify-self: start;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c51-f3e67ed6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb754643-18fb-8a0e-10aa-254d13b08c52-f3e67ed6, #w-node-bb754643-18fb-8a0e-10aa-254d13b08c6e-f3e67ed6, #w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-5f89e25b {
    grid-column: span 4 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-c6c5a14e {
    grid-column: span 4 / span 4;
  }

  #w-node-_0439ab7b-4706-9743-69a0-fd0057c033af-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033b1-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033b3-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033ba-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033bc-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033be-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c5-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c7-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c9-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d0-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d2-c6c5a14e, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d4-c6c5a14e, #w-node-_31665efc-869c-f00d-16ea-47eb20faba77-c6c5a14e, #w-node-_31665efc-869c-f00d-16ea-47eb20faba79-c6c5a14e, #w-node-_31665efc-869c-f00d-16ea-47eb20faba7b-c6c5a14e {
    grid-column: span 2 / span 2;
  }

  #w-node-e57d157d-7e97-3040-df00-937f25ed0f7f-25ed0f7c {
    grid-column: span 1 / span 1;
  }

  #w-node-_3b0ed10c-6b8a-0dd7-cb44-76b9855f5cd8-25ed0f7c {
    place-self: center end;
  }

  #w-node-e57d157d-7e97-3040-df00-937f25ed0f95-25ed0f7c {
    grid-column: span 1 / span 1;
  }

  #w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-c6c5a153 {
    grid-column: span 2 / span 2;
  }

  #w-node-_2a7aeffa-0ca9-7297-18bb-0a018b185ce2-f3e67ed6 {
    grid-column: span 4 / span 4;
  }

  #w-node-_0439ab7b-4706-9743-69a0-fd0057c033af-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033b1-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033b3-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033ba-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033bc-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033be-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c5-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c7-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033c9-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d0-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d2-f3e67ed6, #w-node-_0439ab7b-4706-9743-69a0-fd0057c033d4-f3e67ed6, #w-node-_31665efc-869c-f00d-16ea-47eb20faba77-f3e67ed6, #w-node-_31665efc-869c-f00d-16ea-47eb20faba79-f3e67ed6, #w-node-_31665efc-869c-f00d-16ea-47eb20faba7b-f3e67ed6 {
    grid-column: span 2 / span 2;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c05-bfd55c02 {
    grid-column: span 1 / span 1;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c21-bfd55c02 {
    place-self: center end;
  }

  #w-node-_48ad97e3-9cb5-7663-9814-1882bfd55c28-bfd55c02 {
    grid-column: span 1 / span 1;
  }

  #w-node-_02622519-b853-a4f7-0a90-5975f05b2dc7-5f89e25b {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-550.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-600.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aspekta';
  src: url('../fonts/Aspekta-500.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}