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

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

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

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

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

:root {
  --_color---white: white;
  --_color---black: #141414;
  --_color---pastel-blue: #b4c8c8;
  --_color---text--text-color-third: #5a5c5f;
  --_color---text--text-color-black: var(--_color---black);
  --_color---text--text-color-secondary: #5a5c5f;
  --transparent: transparent;
  --_color---azureish-white: #dcf0f0;
  --_color---anti-flash-white: #f0f0f0;
  --_color---text--text-color-primary: #5a5c5f;
  --_color---light-periwinkle: #c8c8dc;
  --text-letter-space: 1px;
  --right-border: 48px;
  --_color---text--reduise: 12px;
}

body {
  color: #333;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
}

h1 {
  color: var(--_color---white);
  letter-spacing: -1.28px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 115%;
}

h2 {
  color: var(--_color---black);
  letter-spacing: -.96px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 108%;
}

h3 {
  color: var(--_color---pastel-blue);
  letter-spacing: -.48px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

h4 {
  color: var(--_color---pastel-blue);
  letter-spacing: -.66px;
  font-size: 22px;
  font-weight: 500;
  line-height: 116%;
}

h5 {
  color: var(--_color---pastel-blue);
  letter-spacing: -.32px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 116%;
}

p {
  color: var(--_color---text--text-color-third);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 132%;
}

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

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

li {
  color: var(--_color---text--text-color-third);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: General-sans, Georgia, sans-serif;
  line-height: 130%;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

.icon-height-small {
  height: 1.5rem;
}

.text-size-small {
  font-size: .875rem;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.resources_item-content {
  flex-direction: column;
  flex: 1;
  width: 100%;
  padding: 2.25rem 2.5rem 4rem;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.overflow-hidden {
  overflow: hidden;
}

.resources_section {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

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

.overflow-scroll {
  overflow: scroll;
}

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

.max-width-medium {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 29.5rem;
  display: flex;
}

.max-width-medium.is-about-headwrap {
  max-width: 27.3rem;
}

.max-width-medium.hero-larger {
  max-width: 35rem;
}

.icon-height-medium {
  max-width: none;
  height: 2rem;
  display: inline;
}

.resources_heading {
  border-bottom: 1px dotted #474747;
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h5 {
  letter-spacing: -.02em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.spacer-custom-3 {
  width: 100%;
  padding-top: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

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

.padding-section-xlarge {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.text-size-tiny {
  font-size: .75rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.resources_groups {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.spacer-custom-2 {
  width: 100%;
  padding-top: 1.5rem;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 18rem;
}

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

.heading-style-h2 {
  letter-spacing: -.02em;
  font-size: 5rem;
  font-weight: 500;
  line-height: 100%;
}

.container-small {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_subheading {
  font-size: 1rem;
  font-weight: 500;
}

.text-style-label {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-weight-thin {
  font-weight: 100;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

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

.resources_items.single {
  flex-flow: column;
  display: flex;
}

.resources_items.more-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-style-h3 {
  letter-spacing: -.02em;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
}

.heading-style-h3.text-weight-normal {
  font-weight: 400;
}

.icon-height-xlarge {
  height: 4rem;
}

.spacer-custom-1 {
  width: 100%;
  padding-top: 1.25rem;
}

.resources_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.3;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

.container-medium {
  width: 100%;
  max-width: 72.5rem;
  margin-left: auto;
  margin-right: auto;
}

.container-medium.is-navbar {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fafafa;
  border: 1px solid #fafafa;
  border-radius: 42px;
  padding: 10px 10px 10px 24px;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.icon-height-large {
  aspect-ratio: 1;
  height: 2.5rem;
  position: relative;
}

.text-weight-normal {
  font-weight: 400;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-weight-medium {
  font-weight: 500;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-medium {
  font-size: 1.125rem;
}

.container-xxsmall {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.container-xsmall {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.text-size-large {
  font-size: 1.25rem;
}

.container-large {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.main-wrapper {
  position: relative;
  overflow: clip;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.text-size-regular {
  font-size: .9rem;
  line-height: 124%;
}

.text-size-regular.foteer {
  color: var(--_color---text--text-color-secondary);
  font-size: .9rem;
  line-height: 150%;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-semibold.text-size-medium.font-plus-jakarta-sans {
  font-family: Plus Jakarta Sans, sans-serif;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.overflow-auto {
  overflow: auto;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-style-h4 {
  letter-spacing: -.02em;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 110%;
}

.heading-style-h6 {
  letter-spacing: -.02em;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.max-width-small {
  width: 100%;
  max-width: 23.125rem;
}

.text-style-muted {
  opacity: .6;
}

.padding-section-large {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.overflow-visible {
  overflow: visible;
}

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/taustakuva-2.png');
  background-position: 0 0;
  background-size: 80px;
}

.display-inline {
  display: inline;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global.padding-section-large.is-footer {
  padding-bottom: 0;
}

.padding-global.padding-section-large.tp-0, .padding-global.padding-section-large.is-about {
  padding-top: 0;
}

.padding-global.padding-section-large.larger {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.padding-global.is-navbar {
  padding-top: 1.4375rem;
  padding-bottom: 3rem;
}

.padding-global.is-contact {
  padding-top: 80px;
  padding-bottom: 100px;
}

.spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.text-style-italic {
  font-style: italic;
}

.display-flex {
  display: flex;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.padding-section-small {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.text-weight-light {
  font-weight: 300;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

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

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .75rem;
}

.display-block {
  display: block;
}

.page-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.page-wrapper.style-guide {
  background-color: #f5f5f2;
}

.max-width-large {
  width: 100%;
  max-width: 44rem;
}

.text-weight-bold {
  font-weight: 700;
}

.resources_item {
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.text-style-all-caps {
  text-transform: uppercase;
}

.text-weight-xlight {
  font-weight: 200;
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.text-weight-black {
  font-weight: 900;
}

.heading-style-h1 {
  letter-spacing: -.02em;
  font-size: 6rem;
  font-weight: 500;
  line-height: 100%;
}

.pointer-events-none {
  pointer-events: none;
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.display-inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.resources_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.text-rich-text {
  line-height: 1.5;
}

.padding-section-xxlarge {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.resources_group {
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.page-header.is-style-guide {
  height: 40vh;
}

.page-header.is-home {
  background-color: var(--_color---white);
}

.navbar {
  background-color: var(--transparent);
  position: static;
  inset: 0% 0% auto;
}

.nav_buttons-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav_menu-button {
  justify-content: flex-end;
  align-items: center;
  width: 260px;
  display: flex;
}

.is-mobile-only {
  display: none;
}

.navbar_wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.nav_link {
  color: var(--_color---black);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav_link:hover {
  color: var(--_color---pastel-blue);
}

.nav_link:focus-visible, .nav_link[data-wf-focus-visible] {
  outline-offset: 0px;
  outline: 2px solid #0050bd;
}

.nav_link.w--current, .nav_link.b-hide.w--current {
  color: var(--_color---black);
}

.nav_link.b-hide.w--current:hover {
  color: var(--_color---azureish-white);
}

.nav_mobile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav_mobile.scroll-off {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-turnd {
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  font-family: General-sans, Georgia, sans-serif;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.button-turnd:where(.w-variant-33742001-296e-8b49-4a5c-c91bd284a518) {
  padding-right: 30px;
}

.button-turnd:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
  padding-right: 0;
}

.button-text-block {
  background-color: var(--_color---pastel-blue);
  color: #004638;
  border-style: none;
  border-radius: 50px;
  padding: 14px 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 164%;
  transition: all .2s;
}

.button-text-block:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
  background-color: var(--_color---white);
  letter-spacing: -.26px;
  font-family: Grotesk;
  font-size: 14px;
}

.button-text-block:where(.w-variant-33742001-296e-8b49-4a5c-c91bd284a518) {
  background-color: var(--transparent);
  padding: 8px;
}

.button-text-block:where(.w-variant-05b5ed39-995f-16db-a6d1-0000927d4751) {
  background-color: var(--_color---white);
}

.button-text-block:hover {
  background-color: var(--_color---azureish-white);
}

.footer {
  background-color: var(--_color---anti-flash-white);
}

.footer_content-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_content-left-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  max-width: 650px;
  display: flex;
}

.footer_content-right-block.max-width-small {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: column;
  display: flex;
}

.footer_link-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.margin-bottom-xsmall {
  margin-bottom: 12px;
}

.footer_link {
  color: var(--_color---text--text-color-black);
  font-size: 14px;
  line-height: 170%;
  text-decoration: none;
  transition: color .3s;
}

.footer_link:hover {
  color: var(--_color---black);
  font-weight: 400;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer_divider {
  background-color: #b8cccb;
  width: 100%;
  height: 1px;
  margin-top: 60px;
}

.footer_bottom-right-block {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-header_content-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.home-header_content-wrapper.align-top {
  place-items: start;
}

.home-header_left-block.is-contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-header_right-block {
  width: 100%;
  padding-top: 125%;
  position: relative;
}

.text-linear {
  background-image: linear-gradient(90deg, var(--_color---black) 35.72%, var(--_color---pastel-blue) 65%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-linear.header-small {
  color: var(--_color---black);
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.hero-para {
  color: var(--_color---text--text-color-primary);
  margin-bottom: 1rem;
  font-size: 16px;
  line-height: 160%;
}

.home-header_image-wrap {
  background-image: url('../images/tausta.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-about_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.home-about_header {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-about_header-left {
  max-width: 600px;
}

.home-about_header-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-about {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  padding-right: 0;
  text-decoration: none;
  display: inline-flex;
  position: relative;
}

.button-about:where(.w-variant-33742001-296e-8b49-4a5c-c91bd284a518) {
  padding-right: 30px;
}

.button-about-block {
  color: #004638;
  letter-spacing: -.32px;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 164%;
}

.button-about-block:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
  background-color: var(--_color---white);
  letter-spacing: -.26px;
  font-family: Grotesk;
  font-size: 14px;
}

.button-about-block:where(.w-variant-33742001-296e-8b49-4a5c-c91bd284a518) {
  background-color: var(--transparent);
  padding: 8px;
}

.button-about-block.about-text-white-2 {
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
}

.home-about_content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about_video-wrap {
  object-fit: cover;
  border-top-right-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 400px;
  display: flex;
  overflow: hidden;
}

.home-about_image-wrap {
  background-image: linear-gradient(180deg, #0000001a 43.95%, var(--_color---pastel-blue)), url('../images/tiimi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 400px;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 50px;
  transition: border-radius .2s;
  display: flex;
}

.home-about_image-wrap:hover {
  border-top-right-radius: 48px;
}

.home-about_image-wrap.hide-mobile-landscape {
  background-image: url('../images/tiimi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.text-alt {
  color: var(--_color---azureish-white);
}

.home-about_content-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
}

.home-about_expertise {
  max-width: 265px;
}

.home-about_expertise_icon-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-about_icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}

.expertise_content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.divider-vertical {
  background-color: #59595933;
  width: 1px;
  height: auto;
}

.home-team_header-left {
  max-width: 485px;
}

.home-team_person-single {
  z-index: 1;
  border: 1px solid #00463833;
  border-top-right-radius: 48px;
  position: relative;
  overflow: hidden;
}

.home-team_person-single.is-about {
  height: 360px;
}

.max-392 {
  max-width: 380px;
}

.max-392.is-book-left {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.button-wrap {
  padding-top: 20px;
}

.button-wrap._01 {
  padding-top: 0;
}

.accordion-block {
  color: #dedede;
  border: 1px solid #13140014;
  border-top-right-radius: 32px;
  width: 100%;
  padding: 16px 24px;
  position: relative;
  overflow: hidden;
}

.home-cta {
  background-color: var(--_color---black);
  position: relative;
}

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

.graph-image-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.contact-header_left-bottom-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.number {
  color: var(--_color---black);
  font-size: 20px;
  line-height: 148%;
}

.contact_form-block {
  width: 100%;
  margin-bottom: 0;
}

.contact_form {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact_field {
  color: var(--_color---black);
  border: 1px solid #f0f0f0;
  height: 52px;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.contact_field:focus {
  border-color: var(--_color---pastel-blue);
}

.contact_field.is-text-area {
  height: 172px;
}

.header_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.header_content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  display: flex;
}

.text-color-primary {
  color: var(--_color---pastel-blue);
}

.about-solution_wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.about-solution_left-content {
  border-top-right-radius: 120px;
  overflow: hidden;
}

.about-solution_right-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.solution_para-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.solution_counter-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-3lg {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
}

.counter-sub-text {
  color: var(--_color---text--text-color-third);
  font-size: 16px;
  line-height: 132%;
}

.single-box_icon-wrap {
  width: 60px;
  min-width: 60px;
  height: 60px;
  min-height: 60px;
}

.service-media_wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.flex-m {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials-card_arrow {
  background-color: var(--_color---white);
  cursor: pointer;
  border-radius: 100%;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  padding: 10px;
  transition: transform .3s, background-color .3s;
  position: relative;
}

.testimonials-card_arrow:hover {
  transform: scale(1.03);
}

.testimonials-card_arrow.left-button {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-toggle-2 {
  margin-left: 0;
  margin-right: 0;
  padding-right: 20px;
}

.nav-dropdown-toggle-2.p-0 {
  color: #000;
  padding: 8px;
  font-weight: 500;
}

.nav-dropdown-list-copy {
  background-color: #fff;
  width: 200px;
  padding: 15px 20px;
}

.nav-dropdown-list-copy.w--open {
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav-dropdown-3 {
  display: none;
}

.nav-dropdown-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-dropdown-link-wrapper.block {
  display: block;
}

.nav-dropdown-icon-2 {
  font-size: 16px;
  inset: 0% -44% 0% auto;
}

.nav_sub-link {
  color: var(--_color---azureish-white);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: General-sans, Georgia, sans-serif;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.nav_sub-link:hover {
  color: var(--_color---light-periwinkle);
}

.nav_sub-link:focus-visible, .nav_sub-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.text-linear-blog {
  background-image: linear-gradient(299deg, var(--_color---white) 35.72%, #c7dddc 56.68%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.home-lead {
  background-color: var(--_color---anti-flash-white);
  position: relative;
}

.home-lead_wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.home-lead_right-wrap {
  background-color: var(--_color---anti-flash-white);
  flex: 1;
  height: 100%;
  min-height: 100%;
  margin-top: auto;
  margin-bottom: 42px;
}

.lead-media_single-card {
  z-index: 1;
  background-color: var(--_color---white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 360px;
  padding: 32px;
  text-decoration: none;
  transition: border-radius .5s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lead-media_single-card:where(.w-variant-7e0e3081-1542-83d5-5646-c956e2c11317) {
  background-color: var(--_color---anti-flash-white);
}

.lead-media_single-card:hover {
  border-top-right-radius: 48px;
}

.card-bg-image {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.text-space {
  letter-spacing: var(--text-letter-space);
}

.text-space.text-black {
  color: var(--_color---black);
}

.under-div {
  z-index: 9;
  padding-top: 24px;
  padding-bottom: 10px;
  position: relative;
}

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

.utility-page-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._404 {
  border-radius: 8px;
}

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

.privacy-rich h1 {
  color: var(--_color---black);
  margin-bottom: 1rem;
}

.privacy-rich p {
  margin-bottom: 1rem;
}

.privacy-rich h2 {
  margin-bottom: 1rem;
  font-size: 23px;
}

.link-2 {
  color: var(--_color---black);
}

.faq-accordion-block {
  background-color: #0000;
  border: 1px solid #13140014;
  border-top-right-radius: 32px;
  padding: 0;
  text-decoration: none;
  overflow: hidden;
}

.faq-accordion-block.w--current {
  background-color: #fbfbf7;
}

.a-faq-dropdown {
  background-color: var(--_color---white);
  color: #fff;
  border: 1px solid #13140014;
  border-top-right-radius: 32px;
  padding: 16px 24px;
  display: block;
}

.navbar_under-space {
  padding-top: 1px;
}

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

.live-chat-close-icon {
  z-index: -1;
  position: absolute;
}

.live-chat-bubble-subtext---brix {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
}

.live-chat-bubble-subtext---brix.whatsapp {
  color: #7f8d8a;
}

.live-chat-button {
  color: #fff;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 6px 18px #0e0d6a24;
}

.live-chat-button:hover {
  background-color: #170f49;
  transform: scale3d(.94, .94, 1.01);
}

.live-chat-button.whatsapp {
  background-color: #25d366;
  box-shadow: 0 6px 18px #112d2d24;
}

.live-chat-avatar-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

.live-chat-bubble-title {
  color: #170f49;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.live-chat-bubble-title.whatsapp {
  color: #142b26;
}

.live-chat-wrapper {
  z-index: 2;
  flex-direction: column;
  align-items: flex-end;
  max-width: 380px;
  display: flex;
  position: fixed;
  bottom: 48px;
  right: 32px;
}

.live-chat-wrapper.preview-page {
  position: fixed;
}

.live-chat-bubbble {
  z-index: 1;
  cursor: pointer;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 14px;
  transition: transform .3s;
  display: flex;
  box-shadow: 0 4px 8px #4a3aff14;
}

.live-chat-bubbble:hover {
  transform: scale3d(.92, .92, 1.01);
}

.live-chat-bubbble.whatsapp {
  background-color: #075e54;
  box-shadow: 0 4px 8px #128c6033;
}

.live-chat-message-bubble {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 36px 36px 36px 3px;
  margin-bottom: 14px;
  padding: 38px 38px 34px;
  box-shadow: 0 4px 16px #170f4912;
}

.live-chat-message-bubble.whatsapp {
  box-shadow: 0 4px 16px #14282b14;
}

.live-chat-content {
  align-items: flex-end;
  display: flex;
}

.live-chat-avatar {
  object-fit: cover;
  object-position: 50% 20%;
}

.live-chat-content-right {
  margin-right: 18px;
}

.absolute-image {
  object-fit: cover;
  border-top-left-radius: 100px;
  position: absolute;
  inset: 0%;
}

.cta-background-image {
  object-fit: cover;
  width: 50%;
  max-width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.component-15 {
  border: 1px solid var(--_color---anti-flash-white);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: auto auto 5% -5%;
  box-shadow: 4px 4px 29px #0000001a;
}

._15-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 28px 20px 27px;
  display: flex;
}

._15-div {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.stars-div {
  background-color: #ffffffa6;
  border: .5px solid #0003;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 6px 10px;
  display: flex;
}

.stars-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.star-image {
  width: 14px;
}

._15-text-block-2 {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.bold-text {
  font-size: 18px;
}

._404-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h5-styling {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  line-height: 120%;
}

.h4-styling {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
}

.cta-paragraph {
  color: #fff9;
}

.text-color-black {
  color: var(--_color---black);
}

.services-rich p {
  margin-bottom: 10px;
}

.services-rich h2 {
  margin-bottom: 16px;
}

.services-rich h3 {
  margin-top: 0;
  margin-bottom: 16px;
}

.services-rich strong {
  color: var(--_color---black);
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  display: flex;
}

.image {
  width: 160px;
  height: auto;
}

.lottie-animation {
  width: 100px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.code-embed {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .home-header_content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }
}

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

  h2 {
    font-size: 38px;
  }

  .resources_item-content {
    grid-row-gap: .5rem;
  }

  .resources_heading {
    font-size: 1.25rem;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .max-width-xsmall {
    max-width: none;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .icon-height-xlarge {
    height: 3rem;
  }

  .container-medium {
    max-width: none;
  }

  .container-medium.is-navbar:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
    position: relative;
  }

  .hide-tablet {
    display: none;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .container-large {
    max-width: none;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .padding-global.is-contact {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .padding-global.is-home-header {
    padding-left: 0;
    padding-right: 0;
  }

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

  .page-header.is-home {
    background-position: 0 100%;
    background-size: cover;
  }

  .nav_button-component {
    border-radius: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 42px;
    height: 42px;
    padding: 10px 8px;
    position: relative;
  }

  .navbar {
    background-color: var(--transparent);
    position: fixed;
  }

  .nav_button-line {
    background-color: var(--_color---black);
    border-radius: 4px;
    height: 5.5%;
    margin: auto;
    padding: 0;
    position: absolute;
    inset: 0% 15%;
  }

  .nav_button-line.is-third {
    transform: translate(0, 350%);
  }

  .nav_button-line.is-first {
    transform: translate(0, -350%);
  }

  .nav_button-line.is-second {
    width: 20px;
    margin-right: 0;
  }

  .menu-button {
    padding: 0;
  }

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

  .nav_menu-button {
    width: auto;
    display: none;
  }

  .is-mobile-only {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 80%;
    display: none;
  }

  .nav_menu-wrapper {
    background-color: #fafafa;
    border-radius: 20px;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
    left: 0;
    right: 0;
  }

  .nav_menu-wrapper:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
    flex-flow: column;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .navbar_wrapper {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .navbar_wrapper:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
    position: relative;
  }

  .nav_link {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 16px 5px 16px 20px;
  }

  .nav_link._01 {
    border-style: none;
  }

  .nav_link.b-hide {
    border-top-style: none;
  }

  .nav_mobile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    border: 1px solid #005c49;
    border-top-right-radius: 32px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .nav_mobile:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
    width: 400px;
  }

  .nav_mobile.scroll-off {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    padding: 0;
  }

  .button-turnd:where(.w-variant-33742001-296e-8b49-4a5c-c91bd284a518) {
    padding-right: 20px;
  }

  .button-text-block {
    font-size: 14px;
  }

  .button-text-block:where(.w-variant-0e430a51-fa8e-f580-d0af-cb12d75602c1) {
    background-color: var(--_color---white);
  }

  .footer_content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer_content-left-block {
    width: 100%;
    max-width: none;
  }

  .home-header {
    padding-bottom: 2rem;
  }

  .home-header.is-subpage {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .home-header_content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-header_left-block.is-contact {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-header_left-block._02 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-about_header {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-about_header-left {
    max-width: none;
  }

  .home-about_header-right {
    flex: 0 auto;
  }

  .button-about:where(.w-variant-33742001-296e-8b49-4a5c-c91bd284a518) {
    padding-right: 20px;
  }

  .button-about-block {
    padding: 14px 0;
    font-size: 14px;
  }

  .home-about_video-wrap {
    border-top-right-radius: 80px;
    min-height: 300px;
  }

  .home-about_image-wrap {
    min-height: 300px;
  }

  .home-about_content-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-about_expertise_icon-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-team_header-left {
    max-width: none;
  }

  .max-392.is-book-left {
    width: 100%;
    max-width: none;
  }

  .home-cta_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .header_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .about-solution_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-toggle-2 {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .nav-dropdown-toggle-2.p-0 {
    justify-content: flex-start;
    align-items: center;
    padding: 0;
  }

  .nav-item-with-line-block {
    width: 100%;
  }

  .nav-dropdown-list-copy {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: var(--_color---pastel-blue);
    border-style: none;
    flex-direction: column;
    width: 320px;
    padding: 0 40px 0 20px;
    display: flex;
    position: static;
  }

  .nav-dropdown-list-copy.w--open {
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    transition: opacity .5s;
    display: none;
    overflow: hidden;
  }

  .nav-dropdown-link-wrapper {
    flex-flow: wrap;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper:hover {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link-wrapper.block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .nav-dropdown-icon-2 {
    color: var(--_color---white);
    margin-right: 1.5px;
    display: block;
    inset: 0% 3% 0% auto;
  }

  .nav_sub-link {
    margin-left: 0;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .home-lead_wrapper {
    flex-flow: column-reverse;
  }

  .navbar_under-space {
    padding-top: 160px;
  }

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

@media screen and (max-width: 767px) {
  h4 {
    font-size: 20px;
  }

  .resources_item-content {
    padding: 1.5rem;
  }

  .resources_section {
    grid-row-gap: 1.125rem;
  }

  .resources_heading {
    padding-bottom: .875rem;
    font-size: 1.125rem;
  }

  .spacer-huge {
    padding-top: 3rem;
  }

  .text-style-label {
    letter-spacing: .05em;
  }

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

  .resources_items.more-columns {
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .text-size-medium, .text-size-large {
    font-size: 1rem;
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global.padding-section-large._02 {
    padding-bottom: 6rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .resources_component {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .navbar_brand {
    padding-left: 0;
  }

  .is-mobile-only {
    display: none;
  }

  .nav_menu-wrapper {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
    left: 0;
    right: 0;
    overflow: hidden;
  }

  .navbar_wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .nav_link {
    display: inline-block;
  }

  .footer_content-left-block {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    justify-content: flex-start;
  }

  .footer_content-right-block.max-width-small.is-full {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: none;
  }

  .home-header_content-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    grid-template-columns: 1fr;
  }

  .home-about_header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1.25fr;
  }

  .home-about_header-right {
    max-width: 86%;
  }

  .button-about-block {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .home-about_content-wrap {
    grid-template-columns: 1.5fr;
  }

  .home-about_video-wrap {
    min-height: 280px;
  }

  .home-about_image-wrap {
    min-height: 280px;
    padding: 20px;
  }

  .home-about_content-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: end center;
    display: grid;
  }

  .home-team_person-single.is-about {
    height: 300px;
  }

  .accordion-block {
    width: 100%;
  }

  .home-cta {
    height: 100vh;
  }

  .home-cta_wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .single-box_icon-wrap {
    margin-bottom: 32px;
  }

  .nav-dropdown-list-copy {
    padding-left: 20px;
  }

  .nav_sub-link {
    display: inline-block;
  }

  .lead-media_single-card {
    height: auto;
  }

  .navbar_under-space {
    padding-top: 140px;
  }

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

  .live-chat-wrapper {
    bottom: 24px;
    right: 24px;
  }

  .absolute-image.padding-20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-background-image {
    width: 100%;
    max-width: 100%;
    height: 50vh;
    inset: auto 0% 0%;
  }

  .component-15 {
    left: 10%;
  }
}

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

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 22px;
  }

  h4 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  ul {
    padding-left: 10px;
  }

  li {
    font-size: 14px;
  }

  .max-width-medium {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
  }

  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .container-medium.is-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-size-regular.foteer {
    font-size: .9rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .padding-global.padding-section-large._02 {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

  .padding-global.is-navbar {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .padding-global.is-contact {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .padding-global.is-home-header {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.padding-section-small.mobile-smaller {
    padding-bottom: 1.75rem;
  }

  .hide-mobile-portrait, .nav_menu-button {
    display: none;
  }

  .is-mobile-only {
    width: 100%;
  }

  .nav_menu-wrapper {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
    left: 0;
    right: 0;
  }

  .navbar_wrapper {
    border-radius: 0;
  }

  .nav_link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav_link._01 {
    font-family: Grotesk;
  }

  .button-text-block:where(.w-variant-fca991fb-3d66-831c-9f2a-4f7d49ac5db9) {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .footer_content-left-block {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: wrap;
  }

  .margin-bottom-xsmall {
    margin-bottom: 0;
  }

  .footer_link {
    font-size: 14px;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .home-header_content-wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .home-header_left-block {
    width: 100%;
  }

  .home-header_left-block._02 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-linear.header-small {
    font-size: 36px;
  }

  .hero-para {
    line-height: 132%;
  }

  .home-about_wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-about_header-right {
    max-width: 100%;
  }

  .home-about_content-wrap {
    grid-template-columns: 1.5fr;
  }

  .home-about_image-wrap {
    background-image: linear-gradient(to bottom, #00000080, #00000080), linear-gradient(180deg, #0000001a 43.95%, var(--_color---pastel-blue)), url('../images/tiimi.jpg');
    background-position: 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    min-height: 300px;
    padding-left: 30px;
    padding-right: 27px;
  }

  .home-about_expertise {
    max-width: none;
  }

  .divider-vertical {
    width: 100%;
    height: 1px;
  }

  .home-team_person-single.is-about {
    height: 240px;
  }

  .accordion-block {
    padding: 20px;
  }

  .home-cta_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .contact-header_left-bottom-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .number {
    font-size: 16px;
  }

  .header_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-solution_wrapper {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .about-solution_left-content {
    border-top-right-radius: 64px;
  }

  .solution_counter-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row-reverse wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: center start;
    display: grid;
  }

  .counter_block {
    text-align: left;
  }

  .heading-3lg {
    font-size: 26px;
  }

  .counter-sub-text {
    font-size: 14px;
    line-height: 120%;
  }

  .single-box_icon-wrap {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .nav-dropdown-list-copy {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .nav_sub-link {
    font-family: Grotesk;
    font-weight: 400;
  }

  .text-linear-blog {
    font-size: 32px;
  }

  .home-lead_wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lead-media_single-card {
    height: 340px;
  }

  .privacy {
    padding-top: 4rem;
  }

  .privacy-rich h1 {
    font-size: 32px;
  }

  .a-faq-dropdown {
    padding: 12px 20px;
  }

  .navbar_under-space {
    padding-top: 100px;
  }

  .live-chat-button {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .live-chat-wrapper {
    max-width: 100%;
    left: 24px;
  }

  .live-chat-bubbble {
    width: 56px;
    height: 56px;
  }

  .live-chat-message-bubble {
    border-top-left-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    padding: 34px 24px 30px;
  }

  .live-chat-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .live-chat-content-right {
    margin-right: 0;
  }

  .component-15 {
    grid-template-columns: .5fr 2.25fr .5fr;
  }

  ._15-wrapper {
    margin: 16px;
  }

  ._15-div {
    width: 242px;
    margin-top: 5px;
    margin-left: 5px;
  }

  ._15-text-block-2 {
    margin-top: 3px;
  }

  .div-block-6 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }
}

#w-node-_74276e96-be3d-bce8-8719-28ca332b0a8f-332b0a89 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-beb420d7-2dd8-f9a2-7ddf-9ab57cde1728-7cde16fc {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9032c17-d1a1-1b55-6ced-1e177405c359-eaf28155 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-beb420d7-2dd8-f9a2-7ddf-9ab57cde1728-7cde16fc {
    order: 9999;
  }
}


@font-face {
  font-family: 'General-sans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General-sans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General-sans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General-sans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'General-sans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}