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

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

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

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

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

:root {
  --neutral-600: #7a7a7a;
  --neutral-800: #151515;
  --neutral-100: white;
  --primary: #39b607;
  --container-width: 1280px;
  --forest-green\<deleted\|variable-c3bb174d\>: #288432;
  --underline: #39b60780;
  --primary-light: #ed55211a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--neutral-600);
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--neutral-800);
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  color: var(--neutral-800);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

strong {
  color: var(--neutral-800);
  font-weight: 700;
}

.body {
  font-family: Satoshi, sans-serif;
  font-size: 18px;
  line-height: 1.667em;
}

.navbar {
  background-color: #0000;
  padding-top: 28px;
}

.title {
  color: var(--neutral-800);
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3;
}

.title.text-color-neutral-100 {
  color: #fff;
}

.title.text-color-neutral-100.home-hero {
  margin-bottom: 32px;
  font-size: 54px;
  line-height: 1.1;
}

.title.text-color-neutral-200 {
  color: #f8f8f8;
}

.title.text-color-neutral-200.footer-title {
  color: var(--neutral-100);
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.h5-size {
  color: #151515;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.title.h5-size.card-faq {
  margin-top: 0;
  margin-bottom: 0;
}

.title.about-hero {
  color: var(--neutral-800);
  margin-bottom: 32px;
  font-size: 55px;
  line-height: 1.273em;
}

.nav-item-wrapper {
  margin-bottom: 0;
  margin-left: 24px;
  margin-right: 24px;
  padding: 0;
  line-height: 1em;
}

.nav-item-wrapper.header-button-mobile {
  display: none;
}

.nav-item-wrapper.no-padding-tablet {
  margin-left: 0;
  margin-right: 0;
}

.button-primary {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  padding: 24px 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-primary.header-button {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 1.125em;
}

.button-primary.margin-top-16px {
  margin-top: 16px;
}

.brand-2 {
  transform-style: preserve-3d;
  padding-left: 0;
  transition-property: transform;
  display: flex;
  transform: scale3d(1, 1, 1.01);
}

.brand-2:hover {
  transform: scale3d(.98, .98, 1.01);
}

.nav-link {
  color: #151515;
  font-size: 16px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: margin-top .2s;
  display: flex;
}

.nav-link:hover {
  margin-top: -5px;
}

.split-content.header-left {
  align-items: center;
  display: flex;
}

.split-content.home-about-left {
  flex: 1;
  max-width: 533px;
}

.split-content.contact-right {
  width: 100%;
  max-width: 690px;
  position: relative;
}

.split-content.left {
  width: 20%;
}

.split-content.middle {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.split-content.right {
  justify-content: flex-end;
  width: 20%;
  display: flex;
}

.split-content.home-services-content-top-left {
  max-width: 424px;
}

.split-content.service-hero-left {
  align-items: flex-start;
  max-width: 604px;
  display: flex;
}

.split-content.service-about-right {
  flex: 1;
  max-width: 429px;
}

.split-content.story-left {
  max-width: 44%;
}

.split-content.story-right {
  max-width: 53%;
  margin-top: 39px;
}

.split-content.home-about-right {
  max-width: 49%;
  position: relative;
}

.split-content.home-about-left {
  flex: 1;
  max-width: 533px;
  margin-right: 30px;
}

.split-content.contact-right {
  width: 100%;
  max-width: 690px;
  padding-top: 44px;
  padding-right: 44px;
  position: relative;
}

.split-content.contact-left {
  max-width: 384px;
  margin-right: 30px;
}

.header-navigation {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.container-default {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.home-hero {
  z-index: 1;
  position: relative;
}

.divider-2 {
  background-color: #dfdfdf;
  width: 100%;
  min-height: 1px;
}

.header-logo {
  width: 160px;
  height: 100%;
}

.header-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
  display: flex;
}

.button-secondary {
  color: #151515;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #b9b9b9;
  padding: 24px 44px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-secondary.white-button {
  color: #fff;
  border-color: #fff;
  font-size: 16px;
}

.button-secondary.white-button:hover {
  border-color: var(--neutral-800);
}

.section {
  padding-top: 115px;
  padding-bottom: 115px;
}

.section.hero {
  padding-top: 160px;
  padding-bottom: 240px;
  position: relative;
  overflow: hidden;
}

.section.faqs {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.section.less-padding-top {
  padding-top: 57.5px;
}

.bg {
  position: absolute;
}

.bg.home-hero-image {
  z-index: -2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  inset: 0%;
}

.bg.home-hero-firlter {
  z-index: -1;
  background-image: linear-gradient(45deg, #0009, #0000);
  inset: 0%;
}

.bg.about-hero {
  background-color: var(--primary);
  width: 64%;
  min-height: 50%;
  bottom: 0;
  left: 0;
}

.bg.image-story-right {
  background-color: var(--primary);
  width: 81%;
  min-height: 92%;
  bottom: -24px;
  right: -24px;
}

.bg.image-story-left {
  background-color: var(--primary);
  width: 84%;
  min-height: 100%;
  top: -24px;
  left: -24px;
}

.bg.home-about-image {
  background-color: var(--primary);
  width: 90%;
  min-height: 99%;
  top: -28px;
  right: -28px;
}

.bg.card-contact-form {
  background-color: var(--primary);
  width: 80%;
  min-height: 78%;
  top: 0;
  right: 0;
}

.bg.accent-1 {
  filter: invert();
  object-fit: cover;
  object-position: 100% 50%;
  inset: 0%;
}

.button-row-last {
  margin-bottom: 26px;
}

.button-row {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: -26px;
  display: flex;
}

.button-row.legal-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.button-row-first {
  margin-bottom: 26px;
  margin-right: 26px;
}

.home-hero-wrapper {
  max-width: 750px;
}

.paragraph {
  margin-bottom: 16px;
}

.paragraph.text-color-neutral-100 {
  color: #fff;
}

.paragraph.text-color-neutral-100.home-hero {
  max-width: 595px;
  margin-bottom: 47px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.paragraph.card-faq {
  margin-bottom: 0;
}

.paragraph.about-hero {
  margin-bottom: 42px;
}

.subtitle {
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.111em;
}

.content-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.content-top.home-services {
  margin-bottom: 30px;
}

.flex-vc {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.flex-vc.home-services {
  margin-top: 56px;
}

.card {
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.card.faq {
  cursor: pointer;
  border: 1px solid #dfdfdf;
  margin-bottom: 22px;
  padding: 45px;
}

.footer-logo-container {
  transform-style: preserve-3d;
  margin-bottom: 12px;
  transition-property: transform;
  transform: scale3d(1, 1, 1.01);
}

.footer-logo-container:hover {
  transform: scale3d(.98, .98, 1.01);
}

.footer-nav {
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
}

.footer-copyright {
  color: var(--neutral-100);
  text-align: center;
  font-size: 16px;
}

.footer-logo {
  width: 260px;
  height: 100%;
}

.footer-nav-item {
  justify-content: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.footer-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.footer-content-bottom {
  border-top: 1px solid #ffffff1a;
  margin-top: 140px;
  padding-top: 33px;
  padding-bottom: 33px;
}

.footer-menu-main-content {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-nav-link {
  color: var(--neutral-100);
  white-space: nowrap;
  text-decoration: none;
}

.footer-nav-link:hover {
  margin-left: 0;
}

.footer-contact-link-wrapper {
  color: #f8f8f8;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-contact-link-wrapper:hover {
  color: #f8f8f8;
}

.footer-menu-wrapper {
  width: 100%;
}

.footer-menu-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.footer {
  background-color: var(--neutral-800);
  padding-top: 100px;
  overflow: hidden;
}

.about-hero-wrapper {
  flex-direction: column;
  display: flex;
}

.navbar-container {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-primary-4 {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #ed5521;
  border: 1px solid #ed5521;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary-4:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-primary-4.header-button {
  padding: 18px 30px;
  font-size: 16px;
  line-height: 1.125em;
}

.menu-button-3 {
  transform-style: preserve-3d;
}

.contact-link {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: #7a7a7a;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-form {
  grid-column-gap: 30px;
  grid-row-gap: 29px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form-block {
  flex: 1;
  margin-bottom: 0;
}

.card-faq-icon {
  background-color: #dfdfdf;
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  min-height: 38px;
  max-height: 38px;
  margin-right: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-faq-content-top {
  align-items: center;
  display: flex;
}

.faqs-content-top {
  text-align: center;
  max-width: 575px;
  margin-bottom: 49px;
  margin-left: auto;
  margin-right: auto;
}

.space.card-faq {
  height: 6px;
}

.container-medium-786px {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.card-faq-content-bottom {
  max-width: 577px;
  margin-left: 70px;
}

.card-faq-icon-2 {
  background-color: #a7a7a7;
  width: 2px;
  min-height: 22px;
  position: absolute;
}

.card-faq-icon-1 {
  background-color: #a7a7a7;
  width: 22px;
  min-height: 2px;
  position: absolute;
}

.faqs-wrapper {
  margin-bottom: -22px;
}

.palvelu-card {
  border-bottom: 6px solid var(--neutral-800);
  color: #7a7a7a;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.palvelu {
  color: #7a7a7a;
  background-color: #fff;
  border-bottom: 6px solid #ed5521;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.palvelu.service {
  border-style: solid;
  border-width: 1px 1px 6px;
  border-color: #dfdfdf #dfdfdf var(--forest-green\<deleted\|variable-c3bb174d\>);
  color: #7a7a7a;
  transform-style: preserve-3d;
  flex-direction: column;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s;
  display: flex;
  transform: translate3d(0, 0, .01px);
}

.palvelu.service:hover {
  color: #7a7a7a;
  transform: translate3d(0, 4px, .01px);
  box-shadow: 0 0 #2e2e2e08;
}

.feature-block-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.paragraph-large {
  color: var(--neutral-600);
  letter-spacing: -.03px;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.5;
}

.legal-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.privacy-policy-wrapper {
  color: var(--neutral-600);
}

.privacy-policy-wrapper p {
  margin-bottom: 16px;
}

.privacy-policy-wrapper h4 {
  color: #232323;
  margin-bottom: 20px;
}

.privacy-policy-wrapper strong {
  color: var(--neutral-800);
}

.privacy-policy-wrapper h1 {
  color: var(--neutral-800);
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 34px;
}

.privacy-policy-wrapper h2 {
  font-size: 24px;
  font-weight: 700;
}

.privacy-policy-wrapper a {
  color: var(--primary);
  text-decoration: none;
}

.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;
  width: 260px;
  display: flex;
}

.reference-wrapper {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.button-secondary-2 {
  color: #151515;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #0000;
  border: 1px solid #b9b9b9;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s, border-color .3s, color .3s, background-color .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-secondary-2:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-secondary-2.white-button {
  color: #fff;
  border-color: #fff;
}

.button-secondary-2.white-button:hover {
  border-color: #ed5521;
}

.button-secondary-2.white-button.white-hover:hover {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}

.cta-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary-5 {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  padding: 24px 44px;
  font-weight: 500;
  line-height: 1.111em;
  transition: transform .3s;
  transform: scale3d(1, 1, 1.01);
}

.button-primary-5:hover {
  color: #fff;
  transform: scale3d(.97, .97, 1.01);
}

.button-primary-5.white-button {
  color: var(--primary);
  background-color: #fff;
  border-color: #fff;
}

.section-3 {
  padding-top: 176px;
  padding-bottom: 176px;
}

.section-3.bg-primary-1.accent {
  background-color: var(--primary);
  padding-top: 143px;
  padding-bottom: 143px;
  position: relative;
  overflow: hidden;
}

.section-3.bg-neutral-200 {
  background-color: #f8f8f8;
  padding-top: 160px;
  padding-bottom: 144px;
}

.section-3.bg-neutral-200.home-services {
  overflow: hidden;
}

.section-3.hero {
  padding-top: 88px;
  padding-bottom: 0;
}

.section-3.service-about {
  padding-top: 112px;
  padding-bottom: 128px;
}

.section-3.about-hero {
  padding-top: 96px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.section-3.padding-100px {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-3.bg-neutral-200.story {
  padding-top: 192px;
  padding-bottom: 192px;
  overflow: hidden;
}

.section-3.bg-neutral-200 {
  padding-top: 160px;
  padding-bottom: 144px;
}

.section-3.home-about {
  overflow: hidden;
}

.section-3.contact {
  padding-top: 96px;
  padding-bottom: 142px;
}

.section-3.location {
  background-image: url('../images/betonimuuri-nelio.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 350px;
  padding-top: 78px;
  padding-bottom: 78px;
  overflow: hidden;
}

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

.underline {
  background-color: #151515;
  min-height: 1px;
  display: none;
}

.underline.bg-primary-1 {
  background-color: var(--primary);
}

.card-service-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.underline-wrapper {
  background-color: #ed5521;
  min-height: 1px;
  overflow: hidden;
}

.underline-wrapper.alpha-channel-50 {
  background-color: var(--underline);
}

.service-slide {
  margin-right: 32px;
}

.card-service-main-content {
  z-index: 1;
  padding: 42px 40px 65px;
  position: relative;
}

.underline-link {
  color: var(--primary);
  font-weight: 500;
  line-height: 1.111em;
  text-decoration: none;
}

.slide-nav {
  display: none;
}

.image-wrapper {
  align-items: center;
  padding-top: 75%;
  display: flex;
  position: relative;
  transform: translate(0);
}

.container-default-4 {
  max-width: var(--container-width);
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-4.service-hero {
  margin-bottom: 64px;
}

.services-mask {
  width: 100%;
  max-width: 550px;
  overflow: visible;
}

.services-slider-left-arrow {
  color: #a7a7a7;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 74px;
  min-width: 74px;
  min-height: 74px;
  max-height: 74px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  inset: -114px 98px auto auto;
}

.services-slider-left-arrow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.title-3.card-service {
  color: var(--neutral-800);
  font-size: 24px;
  line-height: 1.5em;
}

.card-2 {
  border-bottom: 6px solid var(--primary);
  color: #7a7a7a;
  background-color: #fff;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.services-slider-right-arrow {
  color: #a7a7a7;
  background-color: #fff;
  border: 1px solid #a7a7a7;
  justify-content: center;
  align-items: center;
  width: 74px;
  min-width: 74px;
  min-height: 74px;
  max-height: 74px;
  font-size: 35px;
  font-weight: 400;
  line-height: 1em;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  inset: -114px 0 auto auto;
}

.services-slider-right-arrow:hover {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}

.service-item {
  padding-left: 0;
  padding-right: 0;
}

.service-item:first-child {
  margin-top: -61px;
}

.service-item:last-child {
  margin-top: 61px;
}

.paragraph-2.card-service {
  margin-bottom: 26px;
}

.services-slider {
  background-color: #0000;
  height: 100%;
  min-height: 100%;
}

.arrow-code-embed {
  width: 64px;
  height: 64px;
}

.arrow-code-embed.flip {
  transform: rotate(180deg);
}

.service-hero-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.image-wrapper-2 {
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: translate(0);
}

.image-wrapper-2.service-hero {
  padding-top: 50%;
  position: relative;
}

.image-wrapper-2.story-right {
  position: relative;
  overflow: visible;
}

.image-wrapper-2.story-left {
  margin-bottom: 166px;
  position: relative;
  overflow: visible;
}

.image-wrapper-2.team {
  margin-bottom: 48px;
}

.image-wrapper-2.contact-link-icon {
  width: 55px;
  min-width: 55px;
  min-height: 55px;
  max-height: 55px;
  margin-right: 22px;
}

.image-wrapper-2.footer-contact-link-icon {
  width: 72px;
  min-width: 72px;
  min-height: 72px;
  max-height: 72px;
  margin-right: 22px;
}

.title-4.story, .title-4.mission {
  margin-bottom: 17px;
}

.title-4.about-team {
  margin-bottom: 0;
}

.title-4.h2-size {
  color: #151515;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.421em;
}

.title-4.h2-size.contact {
  margin-bottom: 17px;
}

.title-4.home-about {
  margin-bottom: 24px;
}

.title-4.contact-link-title {
  color: #151515;
  margin-bottom: 2px;
  font-weight: 600;
  line-height: 1.333em;
}

.title-4.contact-link-title:hover {
  color: #151515;
}

.title-4.text-color-neutral-100 {
  color: #fff;
}

.title-4.text-color-neutral-100.cta {
  max-width: 502px;
  margin-bottom: 0;
  margin-right: 30px;
}

.title-4.h5-size {
  color: #151515;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.333em;
}

.title-4.h5-size.footer-contact-link {
  color: #f8f8f8;
  margin-bottom: 6px;
}

.paragraph-3.mission, .paragraph-3.story, .paragraph-3.team {
  margin-bottom: 0;
}

.paragraph-3.home-about {
  margin-bottom: 58px;
}

.paragraph-3.contact {
  margin-bottom: 0;
}

.image.about-hero {
  width: 100%;
  max-width: 1156px;
  margin-left: auto;
}

.image.story-left, .image.story-right {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.image.team {
  object-fit: cover;
  width: 100%;
}

.image.home-about {
  z-index: 1;
  position: relative;
}

.image.contact-link-icon {
  object-fit: cover;
  width: 100%;
}

.h1 {
  color: var(--neutral-800);
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.1;
}

.card-contact-sidebar-form-content-top {
  margin-bottom: 26px;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ed5521;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}

.contact-sidebar-form {
  grid-column-gap: 16px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-sidebar-block {
  margin-bottom: 0;
}

.rich-text h2 {
  font-size: 28px;
}

.rich-text strong {
  color: var(--neutral-800);
}

.rich-text img {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 12rem;
}

.error-message-2 {
  color: #fff;
  text-align: center;
  background-color: #ed3521;
  align-self: stretch;
  padding: 20px;
  font-size: 16px;
}

.service-about-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.card-3 {
  color: #7a7a7a;
  background-color: #fff;
  border-bottom: 6px solid #ed5521;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.card-3.contact-sidebar-form-card {
  border-style: solid;
  border-width: 8px 1px 1px;
  border-color: var(--primary) #dfdfdf #dfdfdf;
  min-width: 310px;
  padding: 42px 39px 64px;
  position: sticky;
  top: 20px;
}

.input-2 {
  color: var(--neutral-800);
  border: 1px solid #b9b9b9;
  min-height: 68px;
  margin-bottom: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input-2:hover, .input-2:focus {
  border-color: var(--primary);
}

.input-2::placeholder {
  color: #7a7a7a;
}

.input-2.icon-input {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 18%;
}

.input-2.icon-input:focus {
  background-image: url('../images/kayttaja-ikoni-oranssi.svg');
}

.input-2.icon-input.email {
  background-image: url('../images/sahkoposti-ikoni.svg');
}

.input-2.icon-input.name {
  background-image: url('../images/kayttaja-ikoni.svg');
}

.input-2.icon-input.phone {
  background-image: url('../images/puhelin-ikoni.svg');
}

.default-subtitle {
  font-size: 20px;
}

.icon {
  display: none;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  background-color: #fff;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  top: 55px;
  box-shadow: 0 2px 8px #a7a7a733;
}

.dropdown-link {
  color: var(--neutral-800);
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-link:hover {
  transform: translate(0, -4px);
}

.dropdown-link.w--current {
  color: var(--primary);
}

.dropdown {
  padding-top: 20px;
  padding-bottom: 20px;
}

.utility-icon {
  width: 42px;
  margin-left: auto;
  margin-right: auto;
}

.footer-badge-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: grid;
}

.footer-badge {
  object-fit: contain;
  width: 100%;
  max-height: 90px;
}

.button-row-2 {
  flex-wrap: wrap;
  margin-bottom: -26px;
  display: flex;
}

.container-default-5 {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default-5.about-hero {
  z-index: 1;
  position: relative;
}

.container-default-5.small {
  max-width: 1040px;
}

.container-default-5.location, .container-default-5.accent {
  z-index: 1;
  position: relative;
}

.about-hero-content-2 {
  max-width: 801px;
  margin-bottom: 110px;
}

.container-medium-990px {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.about-achievement-wrapper {
  text-align: center;
}

.about-achievement-text {
  font-weight: 500;
  line-height: 1.333em;
}

.about-achievements-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  display: grid;
}

.big-number {
  color: #151515;
  font-size: 58px;
  font-weight: 600;
  line-height: 1.172em;
}

.big-number.about-achievement {
  margin-bottom: 6px;
}

.text-accent-primary-1 {
  color: var(--primary);
}

.story-left-content {
  max-width: 425px;
}

.story-right-content {
  max-width: 588px;
  margin-bottom: 122px;
  margin-left: auto;
}

.story-wrapper {
  justify-content: space-between;
  display: flex;
}

.subtitle-3 {
  color: var(--primary);
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.111em;
}

.about-team-grid {
  grid-column-gap: 24px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.team-content-top {
  margin-bottom: 24px;
}

.team-rol {
  color: var(--primary);
  font-size: 24px;
  font-weight: 600;
  line-height: .833em;
}

.container-small-569px {
  max-width: 569px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small-569px.about-team {
  text-align: center;
  margin-bottom: 48px;
}

.subtitle-4 {
  color: var(--primary);
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.111em;
}

.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-avatar-wrapper {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  overflow: hidden;
  box-shadow: 0 4px 14px #170f491a;
}

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

.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-content-left {
  display: none;
}

.live-chat-avatar {
  object-fit: cover;
  object-position: 60% 50%;
  background-color: #eee;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  padding-top: 4px;
}

.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-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 {
  z-index: 999;
  position: fixed;
}

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

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

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

.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-close-icon {
  z-index: -1;
  position: absolute;
}

.home-about-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.contact-content-top {
  margin-bottom: 31px;
}

.contact-wrapper-2 {
  justify-content: space-between;
  display: flex;
}

.contact-link-2 {
  color: #7a7a7a;
  text-decoration: none;
  display: flex;
}

.contact-link-2:hover {
  color: #7a7a7a;
}

.text-area-2 {
  color: #ed5521;
  border: 1px solid #b9b9b9;
  min-width: 100%;
  max-width: 100%;
  min-height: 166px;
  max-height: 200px;
  margin-bottom: 0;
  padding: 21px 19px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.text-area-2:focus {
  border-color: var(--neutral-800);
  color: #ed5521;
}

.text-area-2::placeholder {
  color: #7a7a7a;
}

.contact-links-grid-2 {
  grid-row-gap: 34px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.card-4 {
  color: #7a7a7a;
  background-color: #fff;
  border-bottom: 6px solid #ed5521;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.card-4.contact-form-card {
  z-index: 1;
  border: 1px solid #dfdfdf;
  align-items: center;
  width: 100%;
  min-height: 725px;
  padding: 76px 35px 69px;
  display: flex;
  position: relative;
}

.input-3 {
  color: #ed5521;
  border: 1px solid #b9b9b9;
  min-height: 68px;
  margin-bottom: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 18px;
  transition: border-color .3s, color .3s;
}

.input-3:focus {
  border-color: var(--neutral-800);
  color: #ed5521;
}

.input-3::placeholder {
  color: #7a7a7a;
}

.card-location-link {
  color: #7a7a7a;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.card-location-link:hover {
  color: #ed5521;
}

.card-5, .card-6 {
  color: #7a7a7a;
  background-color: #fff;
  border-bottom: 6px solid #ed5521;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.button-row-3 {
  flex-wrap: wrap;
  margin-bottom: -26px;
  display: flex;
}

.image-2 {
  display: none;
}

.footer-contact-link-wrapper-2 {
  color: #f8f8f8;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-contact-link-wrapper-2:hover {
  color: #f8f8f8;
}

.card-footer-contact-links-divider {
  background-color: #7a7a7a;
  width: 1px;
  min-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
}

.card-footer-contact-links-wrapper {
  justify-content: space-between;
  width: 100%;
  max-width: 1032px;
  display: flex;
}

.card-7 {
  color: #7a7a7a;
  background-color: #fff;
  border-bottom: 6px solid #ed5521;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 5px 18px #2e2e2e08;
}

.card-7.dark {
  box-shadow: none;
  background-color: #151515;
  border: 1px solid #7a7a7a;
}

.card-7.dark.footer-contact-links {
  justify-content: center;
  margin-bottom: 73px;
  padding: 37px 25px 25px;
  display: flex;
}

.image-3.footer-contact-link-icon {
  object-fit: cover;
  width: 100%;
}

.field-label {
  color: var(--neutral-800);
}

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

.lightbox-link {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.top-bar-contact-information {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.top-bar-overlay {
  background-color: var(--primary);
  min-width: 380px;
  position: absolute;
  inset: 0% -10px 0% auto;
  transform: skew(-20deg);
}

.container-default-6 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.top-bar-wrapper {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.top-bar-left-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
}

.body-small-text {
  font-size: 14px;
  line-height: 24px;
}

.body-small-text.text-white.mobile-xsmall-text {
  line-height: 1;
}

.top-bar {
  z-index: 9999;
  background-color: var(--neutral-800);
  padding-top: 14px;
  padding-bottom: 14px;
  position: relative;
  inset: 0% 0% auto;
  overflow: hidden;
}

.language-dropdown {
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
  display: flex;
}

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

.icon-3 {
  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.sweden {
  background-image: url('../images/Flag_of_Sweden.svg');
}

.flag.estonia {
  background-image: url('../images/Flag_of_Estonia.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;
  top: 56px;
  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;
}

@media screen and (min-width: 1280px) {
  .image-wrapper-2.service-hero {
    padding-top: 40%;
  }

  .service-about-wrapper {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-columns: 1fr 450px;
  }
}

@media screen and (min-width: 1440px) {
  .top-bar-overlay {
    width: 37%;
  }
}

@media screen and (min-width: 1920px) {
  .section {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section.hero {
    padding-top: 204px;
    padding-bottom: 328px;
  }

  .section.faqs {
    padding-top: 185px;
    padding-bottom: 209px;
  }

  .section-3 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .section-3.hero {
    padding-top: 110px;
  }

  .section-3.service-about {
    padding-top: 140px;
    padding-bottom: 160px;
  }

  .section-3.about-hero {
    padding-top: 120px;
    padding-bottom: 134px;
  }

  .section-3.padding-100px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-3.bg-neutral-200.story {
    padding-top: 240px;
    padding-bottom: 240px;
  }

  .section-3.bg-neutral-200 {
    padding-top: 200px;
    padding-bottom: 180px;
  }

  .section-3.contact {
    padding-top: 120px;
    padding-bottom: 178px;
  }

  .section-3.location {
    padding-top: 97px;
    padding-bottom: 97px;
  }
}

@media screen and (max-width: 991px) {
  .title.text-color-neutral-100.home-hero {
    margin-bottom: 15px;
    font-size: 48px;
  }

  .title.about-hero {
    margin-bottom: 20px;
  }

  .nav-item-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
  }

  .nav-item-wrapper.header-button-mobile {
    margin-top: 20px;
    display: block;
  }

  .nav-item-wrapper.no-padding-tablet {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-primary.header-button {
    margin-right: 20px;
  }

  .header-menu-button-icon-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
    display: flex;
    position: absolute;
    inset: 0%;
  }

  .icon-wrapper {
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    display: flex;
  }

  .header-menu-button-icon-top {
    background-color: #151515;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .header-menu-button-icon-medium {
    background-color: #151515;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0;
  }

  .header-menu-button-icon-bottom {
    background-color: #151515;
    width: 100%;
    min-height: 2px;
    max-height: 2px;
    padding: 0;
  }

  .nav-link {
    margin-top: 0;
    font-size: 22px;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 50px;
    box-shadow: 0 40px 39px #25252533;
  }

  .split-content.home-about-left {
    text-align: left;
    max-width: none;
    margin-bottom: 0;
    margin-right: 0;
  }

  .split-content.contact-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: column;
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .split-content.contact-right {
    max-width: 100%;
  }

  .split-content.left {
    width: 50%;
  }

  .split-content.middle {
    width: auto;
  }

  .split-content.right {
    width: 50%;
  }

  .split-content.service-hero-left {
    flex-wrap: wrap;
    flex: 1;
    margin-right: 40px;
  }

  .split-content.service-about-right {
    max-width: 100%;
  }

  .split-content.story-left {
    flex-direction: column-reverse;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .split-content.story-right {
    max-width: 630px;
    margin: 0 auto 160px;
  }

  .split-content.home-about-right {
    max-width: 533px;
  }

  .split-content.home-about-left {
    text-align: center;
    margin-bottom: 100px;
    margin-right: 0;
  }

  .split-content.contact-right {
    max-width: 100%;
    padding-top: 37px;
    padding-right: 37px;
  }

  .split-content.contact-left {
    justify-content: space-between;
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  .header-navigation {
    flex-direction: column;
    align-items: stretch;
    margin-left: 24px;
    margin-right: 24px;
  }

  .container-default {
    flex-direction: column;
    align-items: stretch;
  }

  .header-wrapper {
    margin-bottom: 28px;
  }

  .section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.hero {
    padding-top: 130px;
    padding-bottom: 210px;
  }

  .section.faqs {
    padding-top: 118px;
    padding-bottom: 134px;
  }

  .bg.image-story-left {
    top: auto;
    bottom: -24px;
  }

  .bg.home-about-image {
    top: -23px;
    right: -23px;
  }

  .paragraph.text-color-neutral-100.home-hero {
    margin-bottom: 40px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .flex-vc.home-services {
    margin-top: 48px;
  }

  .footer-main-content-wrapper {
    margin-bottom: 60px;
  }

  .footer-content {
    flex-wrap: wrap;
  }

  .footer-content-bottom {
    margin-top: 70px;
  }

  .footer-contact-link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-menu-wrapper {
    max-width: 420px;
  }

  .footer {
    padding-top: 75px;
  }

  .navbar-container {
    flex-direction: column;
    align-items: stretch;
  }

  .button-primary-4.header-button {
    margin-right: 20px;
  }

  .button-primary-4.header-button.header-button-mobile {
    border-color: var(--primary);
    background-color: var(--primary);
    margin-right: 0;
    display: block;
  }

  .menu-button-3 {
    color: #fff;
    background-color: #fff;
    border: 1px solid #151515;
    width: 56px;
    min-width: 56px;
    min-height: 56px;
    max-height: 56px;
    padding: 12px;
    font-size: 30px;
    transition: transform .3s;
  }

  .menu-button-3:hover {
    transform: scale3d(.97, .97, 1.01);
  }

  .menu-button-3.w--open {
    background-color: var(--primary);
  }

  .cta-wrapper-2 {
    text-align: center;
    flex-direction: column;
  }

  .section-3 {
    padding-top: 141px;
    padding-bottom: 141px;
  }

  .section-3.bg-primary-1.accent {
    padding-top: 114px;
    padding-bottom: 114px;
  }

  .section-3.hero {
    padding-top: 60px;
  }

  .section-3.service-about {
    padding-top: 90px;
    padding-bottom: 102px;
  }

  .section-3.about-hero {
    padding-top: 60px;
    padding-bottom: 112px;
  }

  .section-3.padding-100px {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-3.bg-neutral-200.story {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .section-3.bg-neutral-200 {
    padding-top: 128px;
    padding-bottom: 115px;
  }

  .section-3.contact {
    padding-top: 60px;
    padding-bottom: 114px;
  }

  .section-3.location {
    padding-top: 63px;
    padding-bottom: 63px;
  }

  .container-default-4 {
    flex-direction: column;
    align-items: stretch;
  }

  .container-default-4.service-hero {
    margin-bottom: 60px;
  }

  .service-item:first-child {
    margin-top: -51px;
  }

  .service-item:last-child {
    margin-top: 51px;
  }

  .image-wrapper-2.story-left {
    margin-bottom: 0;
  }

  .image-wrapper-2.team {
    margin-bottom: 0;
    margin-right: 40px;
  }

  .image-wrapper-2.contact-link-icon {
    margin-right: 20px;
  }

  .image-wrapper-2.footer-contact-link-icon {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .title-4.mission {
    max-width: 425px;
    margin-bottom: 10px;
  }

  .title-4.h2-size.contact {
    margin-bottom: 10px;
  }

  .title-4.home-about {
    margin-bottom: 15px;
  }

  .title-4.contact-link-title {
    margin-bottom: 0;
  }

  .title-4.text-color-neutral-100.cta {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .paragraph-3.home-about {
    margin-bottom: 40px;
  }

  .card-contact-sidebar-form-content-top {
    max-width: 345px;
  }

  .contact-sidebar-block {
    flex: 1;
  }

  .rich-text img {
    padding-right: 8rem;
  }

  .service-about-wrapper {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .card-3.contact-sidebar-form-card {
    min-width: auto;
    min-height: 718px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .dropdown-list.w--open {
    margin-top: 20px;
    margin-bottom: 20px;
    top: auto;
  }

  .dropdown {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-default-5 {
    flex-direction: column;
    align-items: stretch;
  }

  .about-hero-content-2 {
    max-width: 700px;
    margin-bottom: 80px;
  }

  .story-left-content {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .story-right-content {
    max-width: none;
    margin-bottom: 60px;
    margin-left: 0;
  }

  .story-wrapper {
    flex-direction: column-reverse;
  }

  .subtitle-3 {
    margin-bottom: 10px;
  }

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

  .team-content-top {
    margin-bottom: 20px;
  }

  .team-wrapper {
    align-items: center;
    display: flex;
  }

  .subtitle-4 {
    margin-bottom: 10px;
  }

  .home-about-wrapper-2 {
    flex-direction: column;
  }

  .contact-content-top {
    max-width: 380px;
    margin-bottom: 0;
    margin-right: 40px;
  }

  .contact-wrapper-2 {
    flex-direction: column;
  }

  .contact-links-grid-2 {
    grid-row-gap: 28px;
  }

  .card-4.contact-form-card {
    min-height: 701px;
    padding-top: 63px;
    padding-bottom: 58px;
  }

  .footer-contact-link-wrapper-2 {
    flex-direction: column;
    align-items: stretch;
  }

  .card-footer-contact-links-wrapper {
    justify-content: space-around;
  }

  .card-7.dark.footer-contact-links {
    margin-bottom: 60px;
  }

  .top-bar-overlay {
    min-width: 320px;
  }

  .container-default-6 {
    flex-direction: column;
    align-items: stretch;
  }

  .body-small-text.text-white.mobile-xsmall-text {
    font-size: 13px;
  }

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

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

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

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

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

  .title.text-color-neutral-100.home-hero {
    max-width: 552px;
    margin-bottom: 10px;
  }

  .title.about-hero {
    max-width: 595px;
    margin-bottom: 15px;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary.header-button {
    display: none;
  }

  .nav-menu {
    padding-top: 15px;
  }

  .split-content.home-services-content-top-left {
    max-width: 360px;
  }

  .split-content.service-hero-left {
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.story-right {
    margin-bottom: 128px;
  }

  .split-content.home-about-left {
    margin-bottom: 80px;
  }

  .split-content.contact-right {
    padding-top: 25px;
    padding-right: 25px;
  }

  .split-content.contact-left {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .header-wrapper {
    margin-bottom: 23px;
  }

  .button-secondary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    padding-top: 100px;
    padding-bottom: 168px;
  }

  .section.faqs {
    padding-top: 95px;
    padding-bottom: 107px;
  }

  .bg.about-hero {
    width: 80%;
    min-height: 38%;
  }

  .bg.image-story-right {
    bottom: -16px;
    right: -16px;
  }

  .bg.image-story-left {
    bottom: -16px;
    left: -16px;
  }

  .bg.home-about-image {
    top: -20px;
    right: -20px;
  }

  .paragraph.text-color-neutral-100.home-hero {
    max-width: 552px;
  }

  .content-top.home-services {
    margin-bottom: 120px;
  }

  .card.faq {
    padding: 38px 35px;
  }

  .footer-main-content-wrapper {
    margin-bottom: 50px;
  }

  .footer-content {
    grid-template-columns: 1fr;
  }

  .footer-content-bottom {
    margin-top: 60px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .footer-menu-main-content {
    flex-wrap: wrap;
  }

  .footer-contact-link-wrapper {
    flex-direction: row;
    align-self: flex-start;
  }

  .footer-menu-wrapper {
    margin-bottom: 40px;
  }

  .footer {
    padding-top: 63px;
  }

  .button-primary-4 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-primary-4.header-button {
    display: none;
  }

  .menu-button-3 {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
  }

  .contact-form {
    grid-template-columns: 1fr;
  }

  .card-faq-icon {
    margin-right: 25px;
  }

  .faqs-content-top {
    margin-bottom: 40px;
  }

  .card-faq-content-bottom {
    margin-left: 63px;
  }

  .reference-wrapper {
    height: 450px;
  }

  .button-secondary-2, .button-primary-5 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-3 {
    padding-top: 113px;
    padding-bottom: 113px;
  }

  .section-3.bg-primary-1.accent {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .section-3.hero {
    padding-top: 50px;
  }

  .section-3.service-about {
    padding-top: 72px;
    padding-bottom: 82px;
  }

  .section-3.about-hero {
    padding-top: 50px;
    padding-bottom: 90px;
  }

  .section-3.padding-100px {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-3.bg-neutral-200.story {
    padding-top: 133px;
    padding-bottom: 133px;
  }

  .section-3.bg-neutral-200 {
    padding-top: 102px;
    padding-bottom: 92px;
  }

  .section-3.contact {
    padding-top: 50px;
    padding-bottom: 91px;
  }

  .section-3.location {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .card-service-main-content {
    padding-bottom: 54px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .image-wrapper {
    padding-top: 70%;
  }

  .container-default-4.service-hero {
    margin-bottom: 50px;
  }

  .services-slider-left-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 28px;
    top: -90px;
    left: 0;
    right: auto;
  }

  .services-slider-right-arrow {
    width: 60px;
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    font-size: 28px;
    top: -90px;
    left: 80px;
    right: auto;
  }

  .service-item:first-child, .service-item:last-child {
    margin-top: 0;
  }

  .service-hero-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .image-wrapper-2.team {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .image-wrapper-2.contact-link-icon {
    margin-right: 15px;
  }

  .image-wrapper-2.footer-contact-link-icon {
    margin-bottom: 0;
    margin-right: 25px;
  }

  .title-4.story {
    max-width: 468px;
  }

  .title-4.mission {
    max-width: 380px;
  }

  .title-4.h2-size {
    font-size: 32px;
  }

  .title-4.h2-size.contact {
    max-width: 304px;
  }

  .title-4.home-about {
    max-width: 480px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
  }

  .title-4.text-color-neutral-100.cta {
    max-width: 432px;
    margin-bottom: 35px;
  }

  .paragraph-3.home-about {
    margin-bottom: 35px;
  }

  .h1 {
    font-size: 44px;
  }

  .card-3.contact-sidebar-form-card {
    min-height: 699px;
    padding: 40px 35px 50px;
  }

  .default-subtitle {
    font-size: 18px;
  }

  .about-hero-content-2 {
    margin-bottom: 70px;
  }

  .about-achievements-grid {
    grid-column-gap: 60px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .big-number.about-achievement {
    margin-bottom: 4px;
    font-size: 48px;
  }

  .story-left-content, .story-right-content {
    margin-bottom: 50px;
  }

  .about-team-grid {
    grid-row-gap: 70px;
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .team-content-top {
    margin-bottom: 15px;
  }

  .team-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .team-rol {
    font-size: 22px;
  }

  .container-small-569px.about-team {
    margin-bottom: 40px;
  }

  .team-content {
    max-width: 432px;
  }

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

  .contact-content-top {
    margin-bottom: 31px;
    margin-right: 0;
  }

  .contact-links-grid-2 {
    grid-row-gap: 23px;
  }

  .card-4.contact-form-card {
    min-height: 955px;
    padding: 53px 30px 48px;
  }

  .footer-contact-link-wrapper-2 {
    flex-direction: row;
    align-self: flex-start;
  }

  .card-footer-contact-links-divider {
    width: auto;
    min-height: 1px;
    margin: 20px 0;
  }

  .card-footer-contact-links-wrapper {
    flex-direction: column;
  }

  .card-7.dark.footer-contact-links {
    margin-bottom: 50px;
  }

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

  .top-bar-overlay {
    min-width: 140px;
  }

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

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

@media screen and (max-width: 479px) {
  .title.text-color-neutral-100.home-hero {
    margin-bottom: 16px;
    font-size: 46px;
  }

  .title.h5-size {
    font-size: 16px;
  }

  .title.about-hero {
    max-width: 313px;
    margin-bottom: 10px;
    font-size: 48px;
  }

  .button-primary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .icon-wrapper {
    width: 20px;
  }

  .header-menu-button-icon-top, .header-menu-button-icon-medium, .header-menu-button-icon-bottom {
    width: 95%;
    min-height: 1.5px;
    max-height: 1.5px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    font-size: 18px;
  }

  .nav-menu {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .split-content.home-about-left {
    text-align: left;
  }

  .split-content.left, .split-content.right {
    width: auto;
  }

  .split-content.home-services-content-top-left {
    max-width: 280px;
  }

  .split-content.service-hero-left {
    max-width: 421px;
    margin-bottom: 35px;
  }

  .split-content.story-right {
    margin-bottom: 100px;
  }

  .split-content.home-about-left {
    margin-bottom: 70px;
  }

  .split-content.contact-right {
    padding-top: 15px;
    padding-right: 15px;
  }

  .split-content.contact-left {
    margin-bottom: 40px;
  }

  .header-navigation {
    margin-left: 16px;
    margin-right: 16px;
  }

  .container-default {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-secondary {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-secondary.white-button:hover {
    border-color: var(--neutral-800);
    background-color: var(--neutral-800);
  }

  .button-secondary.white-button.hide-mobile {
    display: none;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.hero {
    padding-top: 60px;
    padding-bottom: 140px;
  }

  .section.faqs {
    padding-top: 76px;
    padding-bottom: 86px;
  }

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

  .bg.home-hero-firlter {
    background-image: linear-gradient(90deg, #0009 25%, #0000001a);
  }

  .bg.about-hero {
    width: 90%;
    min-height: 26%;
  }

  .bg.home-about-image {
    right: -16px;
  }

  .bg.accent-1 {
    max-width: 60%;
  }

  .button-row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  .button-row.legal-wrapper.full-width-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    align-items: stretch;
  }

  .button-row-first {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .paragraph {
    color: var(--neutral-600);
    margin-bottom: 20px;
  }

  .subtitle {
    margin-bottom: 8px;
  }

  .card.faq {
    margin-bottom: 20px;
    padding: 32px 25px 32px 20px;
  }

  .footer-main-content-wrapper {
    width: 100%;
  }

  .footer-logo-container {
    margin-bottom: 20px;
  }

  .footer-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-copyright {
    text-align: left;
    font-size: 16px;
    line-height: 1.5em;
  }

  .footer-logo {
    width: 260px;
  }

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

  .footer-content-bottom {
    margin-top: 50px;
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .footer-menu-main-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .footer-contact-link-wrapper {
    flex-direction: column;
  }

  .footer-menu-wrapper {
    margin-bottom: 30px;
  }

  .footer-menu-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .footer {
    padding-top: 53px;
  }

  .navbar-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .button-primary-4 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary-4.header-button {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button-3 {
    border-style: none;
    width: 40px;
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
    padding: 7px;
    font-size: 26px;
  }

  .contact-link {
    flex-wrap: wrap;
    width: 100%;
    max-width: 326px;
  }

  .card-faq-icon {
    width: 35px;
    min-width: 35px;
    min-height: 35px;
    max-height: 35px;
    margin-right: 15px;
  }

  .faqs-content-top {
    text-align: left;
  }

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

  .card-faq-content-bottom {
    margin-left: 48px;
  }

  .faqs-wrapper {
    margin-bottom: -20px;
  }

  .feature-block-2 {
    flex-direction: column;
    display: flex;
  }

  .paragraph-large {
    margin-top: 10px;
  }

  .legal-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .privacy-policy-wrapper h1 {
    font-size: 34px;
  }

  .reference-wrapper {
    height: 300px;
  }

  .button-secondary-2, .button-primary-5 {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .button-primary-5.contact-form {
    white-space: pre-wrap;
  }

  .section-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-3.bg-primary-1.accent {
    padding-top: 76px;
    padding-bottom: 76px;
  }

  .section-3.hero {
    padding-top: 40px;
  }

  .section-3.service-about {
    padding-top: 60px;
    padding-bottom: 68px;
  }

  .section-3.about-hero {
    padding-top: 40px;
  }

  .section-3.bg-neutral-200.story {
    padding-top: 111px;
    padding-bottom: 111px;
  }

  .section-3.bg-neutral-200 {
    padding-top: 82px;
    padding-bottom: 74px;
  }

  .section-3.contact {
    padding-top: 40px;
    padding-bottom: 73px;
  }

  .card-service-main-content {
    margin-top: -40px;
    padding-bottom: 45px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-default-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default-4.service-hero {
    margin-bottom: 40px;
  }

  .services-mask {
    max-width: 100%;
  }

  .image-wrapper-2.service-hero {
    padding-top: 100%;
  }

  .image-wrapper-2.team {
    margin-bottom: 25px;
  }

  .image-wrapper-2.contact-link-icon {
    width: 48px;
    min-width: 48px;
    min-height: 48px;
    max-height: 48px;
    margin-bottom: 5px;
    margin-right: 10px;
  }

  .image-wrapper-2.footer-contact-link-icon {
    width: 50px;
    min-width: 50px;
    min-height: 50px;
    max-height: 50px;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .title-4.story {
    max-width: 380px;
  }

  .title-4.mission {
    max-width: 300px;
  }

  .title-4.h2-size {
    font-size: 26px;
  }

  .title-4.h2-size.team {
    margin-bottom: 5px;
  }

  .title-4.h2-size.contact {
    margin-bottom: 6px;
  }

  .title-4.home-about {
    max-width: 343px;
  }

  .title-4.contact-link-title {
    font-size: 16px;
  }

  .title-4.text-color-neutral-100.cta {
    max-width: 328px;
    margin-bottom: 30px;
  }

  .title-4.h5-size {
    font-size: 16px;
  }

  .paragraph-3.home-about {
    margin-bottom: 30px;
  }

  .h1 {
    font-size: 38px;
    line-height: 1.2;
  }

  .rich-text img {
    padding-right: 0;
  }

  .card-3.contact-sidebar-form-card {
    min-height: 0;
    padding: 33px 25px 40px;
  }

  .input-2.icon-input {
    padding-right: 20%;
  }

  .dropdown-list.w--open {
    flex-flow: column;
  }

  .button-row-2 {
    flex-flow: column;
    width: 100%;
  }

  .container-default-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-hero-content-2 {
    margin-bottom: 60px;
  }

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

  .about-achievement-text {
    font-size: 16px;
  }

  .about-achievements-grid {
    grid-column-gap: 16px;
    grid-row-gap: 35px;
    justify-content: space-around;
  }

  .big-number.about-achievement {
    margin-bottom: 2px;
    font-size: 40px;
  }

  .story-left-content, .story-right-content {
    margin-bottom: 40px;
  }

  .subtitle-3 {
    margin-bottom: 8px;
  }

  .about-team-grid {
    grid-row-gap: 60px;
  }

  .team-content-top {
    margin-bottom: 10px;
  }

  .team-rol {
    font-size: 18px;
  }

  .subtitle-4 {
    margin-bottom: 8px;
  }

  .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-avatar-wrapper {
    margin-right: 20px;
  }

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

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

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

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

  .contact-content-top {
    margin-bottom: 26px;
  }

  .contact-link-2 {
    flex-wrap: wrap;
    width: 100%;
    max-width: 326px;
  }

  .contact-link-text-2 {
    font-size: 16px;
    line-height: 1.5em;
  }

  .contact-link-content-2 {
    width: 100%;
    max-width: 266px;
  }

  .card-4.contact-form-card {
    min-height: 938px;
    padding: 44px 25px 40px;
  }

  .card-location-link {
    flex-wrap: wrap;
    margin-bottom: -5px;
    font-size: 16px;
  }

  .button-row-3 {
    flex-flow: column;
    width: 100%;
  }

  .footer-contact-link-wrapper-2 {
    flex-direction: column;
  }

  .footer-contact-link-text {
    font-size: 16px;
  }

  .top-bar-overlay {
    min-width: 35%;
    right: -40px;
  }

  .container-default-6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .top-bar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
  }

  .top-bar-left-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .body-small-text.text-white.mobile-xsmall-text {
    font-size: 12px;
  }

  .top-bar {
    max-height: 90px;
  }

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

#w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cca-bfe95fda {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-bfe95fda {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cca-e7e1074b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-e7e1074b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cca-89214bb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-89214bb2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_2c2b2e24-5d0d-a2be-a627-0bc69765a799-9765a77a, #w-node-ab488228-32f6-76f2-4972-24ffc9a2780b-c9a277e7, #w-node-dea3da29-56f9-7b80-698a-aff9f99bc4a6-f99bc482 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cca-bfe95fda, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-bfe95fda, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cca-e7e1074b, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-e7e1074b, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cca-89214bb2, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-89214bb2 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-bfe95fda, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-e7e1074b, #w-node-_3a2006e4-d5c7-6950-9435-473d99fc2cce-89214bb2 {
    justify-self: stretch;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}