@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Regular.7328f72.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Suisseintl;
  src: url('../fonts/SuisseIntl-Medium.79b7a6f.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --dark: #1d1d1d;
  --black: black;
  --primary: #42955f;
  --light: #fff9;
  --grey: #393d4799;
  --secondary: #45cbe8;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--white);
  color: var(--dark);
  letter-spacing: -.03em;
  font-family: Suisseintl, sans-serif;
  font-size: 1.1vw;
  line-height: 2.1;
}

h1 {
  color: var(--white);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 7.3vw;
  font-weight: 500;
  line-height: .9375;
}

h2 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75vw;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.04em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.67vw;
  font-weight: 500;
  line-height: 1.55;
}

h4, h5 {
  letter-spacing: -.04em;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.66;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dark);
  text-decoration: none;
}

strong {
  font-weight: bold;
}

.is--small {
  font-size: .9375vw;
  line-height: 1.95;
}

.is--small.footer_menu-item {
  color: var(--black);
  margin-bottom: 0;
}

.is--small.footer_menu-item.is--link {
  cursor: pointer;
  transition: all .2s;
}

.is--small.footer_menu-item.is--link:hover {
  color: var(--primary);
}

.is--tag {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
}

.is--tag.nav_menu-link {
  color: var(--white);
  margin-right: 28px;
  font-size: 14px;
  font-weight: 400;
  transition: all .2s;
}

.is--tag.nav_menu-link:hover {
  color: var(--primary);
}

.is--tag.form_label {
  margin-bottom: 12px;
}

.nav {
  z-index: 100;
  justify-content: space-between;
  align-items: center;
  padding-top: 3%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav_brand {
  cursor: pointer;
}

.nav_menu-wrapper {
  z-index: 1;
}

.nav_menu {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0006;
  border-radius: 200px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px 6px 6px 28px;
  display: flex;
}

.is--light-text {
  color: var(--light);
}

.is--light-text.white-bold {
  font-weight: 500;
}

.is--white-text {
  color: var(--white);
}

.is--white-text.benefits_title {
  color: var(--black);
  margin-top: 0;
}

.button {
  z-index: 1;
  background-color: var(--primary);
  color: var(--dark);
  letter-spacing: -.02em;
  cursor: pointer;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 1.3em 1.8em;
  font-size: .83vw;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.button.is--secondary {
  border: 2px solid var(--dark);
  cursor: pointer;
  background-color: #0000;
  margin-top: 36px;
}

.button.is--secondary.is--36tm {
  cursor: pointer;
}

.button.is--secondary.is--36tm.is--legal {
  padding: 1em 1em .9em 1.5em;
}

.button.is--secondary.is--white {
  border-color: var(--white);
  color: var(--white);
}

.button.is--secondary.no--tm {
  border-width: 2px;
  margin-top: 0;
  font-size: 14px;
}

.button.is--cta {
  z-index: 2;
  color: var(--black);
  background-color: #0000;
  border: 2px solid #000;
  margin-top: 24px;
  position: relative;
}

.button_text {
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 14px;
  font-weight: 500;
}

.button_icon {
  width: 18px;
}

.button_icon.is--close {
  width: 12px;
}

.hero_section {
  transform-origin: 50% 100%;
  align-items: flex-end;
  width: 100vw;
  height: 100vh;
  padding: 5%;
  display: flex;
  position: relative;
}

.hero_subtext {
  color: var(--light);
  margin-top: 0;
  margin-bottom: 0;
}

.hero_subtext.is--top {
  width: 500px;
  margin-top: 24px;
}

.hero_button {
  background-color: var(--white);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.75vw;
  height: 3.75vw;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: auto 5% 8% auto;
}

.hero_button-icon {
  width: 10px;
  transform: rotate(180deg);
}

.section {
  transform-origin: 50% 100%;
  padding-left: 16px;
  padding-right: 16px;
}

.section_wrapper {
  background-color: var(--white);
  border-radius: 12px;
  margin-top: 16px;
  padding-top: 10vw;
  padding-left: 5%;
  padding-right: 5%;
}

.section_wrapper.is--dark {
  background-color: var(--dark);
}

.section_wrapper.is--cta {
  background-color: var(--primary);
  background-image: linear-gradient(32deg, var(--primary), #d4fff0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_wrapper.is-secondary {
  background-color: #f7f7f7;
}

.section_wrapper.is--footer {
  background-color: #0000;
}

.section_content {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 10vw;
  display: flex;
}

.section_content.is--vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.section_content.is--form-submit {
  padding-bottom: 0;
}

.section_content.is--bp {
  padding-bottom: 3vw;
}

.section_info {
  align-items: center;
  display: flex;
}

.section_info-circle {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 16px;
  padding-left: 22px;
  padding-right: 22px;
  display: flex;
}

.section_text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.section_text.is--footer {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.section_text-title {
  margin-bottom: 16px;
}

.section_text-title.is--cta {
  z-index: 2;
  position: relative;
}

.is--grey-text {
  color: var(--grey);
}

.section_text-p {
  width: 100%;
  margin-top: 6px;
}

.benefits_item {
  border-top: 1px solid var(--grey);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.benefits_item.is--last {
  border-bottom: 1px solid var(--grey);
}

.benefits_description-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 45%;
  margin-right: 5%;
  display: flex;
}

.form_field {
  border-style: solid;
  border-width: 0 0 2px;
  border-color: black black var(--dark);
  color: var(--black);
  background-color: #0000;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 12px;
  padding-bottom: 24px;
  font-size: 1.25vw;
  line-height: 1.67;
}

.form_field:focus {
  border-bottom-color: var(--black);
}

.form_field::placeholder {
  color: var(--grey);
}

.form_field.is--message {
  padding-bottom: 160px;
}

.form_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.form_checkbox {
  border-width: 2px;
  border-color: var(--dark);
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 20px;
}

.form_checkbox.w--redirected-checked {
  background-color: var(--dark);
  background-size: 12px;
  border-style: none;
}

.form_legal-link {
  cursor: pointer;
  text-decoration: underline;
}

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

.footer_menu-title {
  height: 22.0703px;
  margin-top: 0;
  margin-bottom: 16px;
}

.footer_link-inline {
  color: var(--black);
  transition: all .2s;
}

.footer_link-inline:hover {
  color: var(--primary);
}

.legal-popup {
  z-index: 200;
  background-color: #0006;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.legal_wrapper {
  background-color: var(--white);
  border-radius: 12px;
  width: 90vw;
  height: 90vh;
  padding: 8vw 12vw 0%;
  position: relative;
  overflow: scroll;
}

.legal_content {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 8vw;
  display: flex;
}

.legal_title {
  margin-bottom: 40px;
}

.legal_text {
  overflow: visible;
}

.legal_close-icon {
  z-index: 100;
  cursor: pointer;
  width: 36px;
  position: absolute;
  inset: 3% 2% auto auto;
}

.form_success {
  background-color: var(--light);
  border-radius: 12px;
}

.form_error {
  background-color: #fcc;
  border-radius: 12px;
}

.style-guide {
  background-color: #cacaca;
}

.mobile-menu, .mobile_icon-wrapper {
  display: none;
}

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

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

.hero_background_video {
  z-index: -2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero_overlay {
  z-index: -1;
  background-image: linear-gradient(0deg, var(--black) 33%, #0003);
  opacity: .6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-text-block {
  color: var(--white);
  letter-spacing: 0;
  font-size: 1.5vw;
  font-weight: 500;
}

.nav-text-block.black {
  color: var(--black);
  font-size: 2vw;
}

.dark-bold {
  color: var(--dark);
}

.white-bold {
  color: var(--white);
}

.solution-image {
  border-radius: 16px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.span-green {
  color: var(--primary);
}

.span-blue {
  color: var(--secondary);
}

.image-2 {
  width: 12vw;
  margin-top: 1rem;
  display: block;
}

.team-item {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: minmax(20px, 100px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-image-wrapper {
  border-radius: 0%;
  width: 100%;
  padding-top: 125%;
  position: relative;
  overflow: hidden;
}

.team-image {
  object-fit: cover;
  object-position: 50% 25%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.code-embed {
  color: var(--primary);
  width: 3vw;
  height: 3vw;
  margin-bottom: 16px;
}

.language-dropdown {
  margin-right: 28px;
}

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

.icon {
  display: none;
}

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

.flag.english {
  background-image: url('../images/Flag_of_the_United_Kingdom.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: 18px 18px 45px 19px #4f5e781a;
}

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

.image-3 {
  display: none;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 72px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
    line-height: 1.2;
  }

  h4 {
    font-size: 16px;
  }

  p {
    font-size: 14px;
  }

  .is--small {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small.footer_menu-item.is--16bm {
    margin-bottom: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .nav_brand.is--footer {
    margin-bottom: 48px;
  }

  .nav_menu {
    padding-bottom: 6px;
    display: none;
  }

  .is--white-text.benefits_title {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .button, .button.is--secondary.is--36tm.is--legal {
    padding: 12px 16px;
  }

  .button.is--secondary.no--tm {
    font-size: 14px;
  }

  .button_text {
    margin-right: 24px;
  }

  .button_icon.is--close {
    width: 12px;
  }

  .hero_section {
    height: 80vh;
  }

  .hero_button {
    display: none;
  }

  .section_content {
    flex-direction: column;
    justify-content: flex-start;
  }

  .section_info {
    margin-bottom: 48px;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .section_text {
    width: 90%;
  }

  .section_text.is--footer {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0%;
  }

  .benefits_item {
    flex-direction: column;
  }

  .benefits_description-wrapper {
    width: 100%;
  }

  .form_field {
    font-size: 16px;
  }

  .form_checkbox-field {
    margin-bottom: 32px;
  }

  .mobile-menu {
    z-index: 1;
    transform-origin: 100%;
    background-color: #000c;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 128px 5% 128px 128px;
    display: none;
    position: fixed;
    inset: 0% 0% 0% auto;
  }

  .mobile-menu_link {
    color: #fff;
    margin-top: 24px;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1;
  }

  .mobile-menu_divider {
    background-color: var(--grey);
    width: 100%;
    height: 1px;
  }

  .mobile_icon-wrapper {
    z-index: 500;
    cursor: pointer;
    display: block;
    position: relative;
  }

  .mobile_icon {
    height: 40px;
  }

  .nav-text-block {
    font-size: 20px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .team-item {
    grid-template-columns: minmax(20px, 100px) 1fr;
  }

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

  .language-toggle {
    justify-content: flex-start;
    align-items: center;
    font-size: 1.125rem;
  }

  .flag {
    width: 26px;
    height: 16px;
    margin-right: 0;
  }

  .language-list.w--open {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 64px;
    line-height: .95;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 18px;
    line-height: 1.66;
  }

  h4 {
    font-size: 16px;
    line-height: 1.2;
  }

  h5 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
    line-height: 1.8;
  }

  .is--small {
    font-size: 14px;
  }

  .is--tag {
    font-size: 12px;
  }

  .button.is--secondary.is--36tm.is--legal {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .hero_subtext.is--top {
    width: 90%;
  }

  .legal_wrapper {
    height: 80vh;
    margin-top: 5vh;
    margin-bottom: 5vh;
  }

  .legal_content {
    padding-bottom: 16vw;
  }

  .mobile-menu {
    padding-top: 100px;
    padding-bottom: 0;
    padding-left: 100px;
  }

  .mobile-menu_link {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 18px;
  }

  .mobile_icon {
    height: 30px;
  }

  .code-embed {
    width: 48px;
    height: 48px;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 64px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 22px;
  }

  p, .is--small {
    font-size: 16px;
  }

  .is--small.footer_menu-item.is--16bm {
    margin-top: 16px;
  }

  .is--tag {
    font-size: 14px;
  }

  .nav {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 100%;
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav_brand.is--footer {
    margin-bottom: 10px;
  }

  .button.is--secondary.is--36tm.is--legal {
    padding: 8px 16px 7px;
  }

  .button.is--cta {
    margin-top: 16px;
    padding: 10px 18px;
  }

  .hero_section {
    height: 95vh;
    padding: 12px;
  }

  .hero_content {
    padding-bottom: 15vh;
  }

  .section {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section_content.is--footer {
    padding-bottom: 24px;
  }

  .section_info-circle {
    width: 50px;
    height: 50px;
  }

  .section_text {
    width: 100%;
    margin-right: 0%;
  }

  .section_text.is--footer {
    flex-direction: column;
  }

  .section_text-title.is--cta {
    text-align: center;
    width: 230px;
  }

  .footer_menu {
    margin-bottom: 24px;
  }

  .legal-popup {
    display: none;
  }

  .legal_wrapper {
    padding: 32px 24px 24px;
  }

  .legal_text {
    font-size: 14px;
  }

  .legal_close-icon {
    top: 32px;
    right: 16px;
  }

  .mobile-menu {
    z-index: 1;
    background-color: #000000e6;
    display: none;
    right: 0%;
  }

  .mobile-menu_divider {
    width: 36px;
  }

  .mobile_icon {
    height: 30px;
    position: relative;
  }

  .nav-text-block.black {
    font-size: 32px;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .image-2 {
    width: 200px;
  }

  .team-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: minmax(20px, 90px) 1fr;
  }

  .team-image-wrapper {
    border-radius: 0%;
  }

  .div-block {
    margin-bottom: 42px;
  }

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

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

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

  .icon {
    margin-right: 32%;
  }

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

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


@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Regular.7328f72.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl';
  src: url('../fonts/SuisseIntl-Medium.79b7a6f.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}