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

body {
  color: #1c1a17;
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 44px;
  font-weight: 700;
  line-height: 60px;
}

h2 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 44px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
}

p {
  color: rgba(28, 26, 23, .75);
  margin-bottom: 10px;
}

strong {
  font-weight: bold;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
}

.button {
  background-color: #448bff;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 16px 40px;
  transition: border-color .15s, background-color .15s, color .15s;
}

.button:hover {
  color: #fff;
  background-color: rgba(68, 139, 255, .9);
}

.button.small {
  padding: 10px 32px;
}

.button.small.nav.menu {
  display: none;
}

.button.white-text {
  background-color: rgba(252, 86, 35, 0);
}

.button.white-text:hover {
  color: #1c1a17;
  background-color: #fff;
}

.button.white {
  color: #1c1a17;
  background-color: #fff;
  text-decoration: none;
}

.button.white:hover {
  color: #fff;
  background-color: #448bff;
}

.button.black {
  color: #f7f7f7;
  background-color: #1c1a17;
  text-decoration: none;
}

.button.black:hover {
  color: #1c1a17;
  background-color: #fff;
}

.nav-cta {
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  padding: 12px;
}

.nav-link:hover {
  color: rgba(255, 255, 255, .75);
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.dark {
  color: #1c1a17;
}

.brand {
  margin-bottom: 4px;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  padding-top: 28px;
  padding-bottom: 22px;
  position: relative;
}

.navbar.dark {
  border-bottom: 1px solid rgba(0, 0, 0, .09);
}

.nav-menu {
  flex: 1;
  margin-left: 44px;
}

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

.h1-big {
  color: #fff;
  letter-spacing: -2.35px;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 68px;
  line-height: 1.25;
}

.close-div-line {
  width: 2px;
  height: 18px;
  background-color: #1c1a17;
  border-radius: 1px;
  transform: rotate(45deg);
}

.close-div-line.reverse {
  width: 18px;
  height: 2px;
  position: absolute;
}

.hero-wrapper {
  max-width: 820px;
  padding-top: 72px;
  padding-bottom: 144px;
}

.cart-container {
  box-shadow: none;
  border-radius: 3px;
}

.cart-header {
  border-bottom-color: #eef1f3;
  padding-right: 20px;
}

.cart-footer {
  border-top-color: #eef1f3;
}

.close-div {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cart-quantity {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  margin-left: 4px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}

.error-cart {
  color: #fc5623;
  text-align: center;
  background-color: rgba(255, 222, 222, 0);
  padding-top: 0;
  padding-bottom: 2px;
}

.cart-wrapper {
  background-color: rgba(28, 26, 23, .5);
}

.cart-item {
  padding-top: 8px;
  padding-bottom: 8px;
}

.main-button-wrapper {
  margin-bottom: 16px;
  margin-right: 16px;
  display: inline-block;
}

.subtitle {
  color: #fff;
  margin-bottom: 48px;
  font-size: 19px;
  line-height: 30px;
}

.apple-pay {
  height: 54px;
  border-radius: 3px;
}

.apple-pay.small {
  height: 48px;
}

.close-button {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section {
  position: relative;
}

.section.hero {
  background-image: linear-gradient(139deg, rgba(0, 0, 0, .45) 8%, rgba(0, 0, 0, .47) 45%, rgba(28, 26, 23, .15)), url('../images/Saari.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.spacing-medium {
  margin-top: 100px;
  margin-bottom: 100px;
}

.section.accent-bg {
  background-color: #448bff;
}

.section.accent-bg.padding-medium {
  background-color: #1c1a17;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.accent-bg.padding-medium.white-smoke-bg {
  background-color: #f7f7f7;
}

.section.primary-bg {
  background-color: #448bff;
}

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

.section.black-bg {
  background-color: #1c1a17;
}

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

.section.spacing-medium.more-bottom {
  margin-bottom: 120px;
}

.section.spacing-medium.less-top {
  margin-top: 40px;
}

.section.black-bg {
  position: relative;
}

.section.black-bg.footer {
  background-color: #171513;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 80px;
  padding-bottom: 34px;
}

.section.inner {
  background-image: linear-gradient(rgba(0, 0, 0, .15), rgba(0, 0, 0, .15)), url('../images/Therapy.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.ammatillinen-tukihenkil {
  background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('../images/Ammatillinen-tukihenkilotoiminta.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.vertaistuki-p-ihdekuntoutujille {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/Vertaistuki.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.lapsiperheiden-kotipalvelu {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/Perhetyo.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.perhety {
  background-image: linear-gradient(rgba(0, 0, 0, .18), rgba(0, 0, 0, .18)), url('../images/Pipo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.p-ihdekuntoutujille-tukihenkil-toimintaa {
  background-image: linear-gradient(rgba(0, 0, 0, .14), rgba(0, 0, 0, .14)), url('../images/Tukihenkilo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.kuntouttava-ty-toiminta {
  background-image: linear-gradient(rgba(0, 0, 0, .13), rgba(0, 0, 0, .13)), url('../images/Kuntouttava-tyotoiminta.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.empty-cart {
  padding-top: 80px;
  padding-bottom: 80px;
}

.cart-button {
  background-color: rgba(56, 152, 236, 0);
  border-radius: 3px;
  padding: 14px 24px;
  transition: opacity .25s, color .25s;
}

.cart-button:hover {
  opacity: .75;
}

.cart-quantity-2 {
  background-color: rgba(250, 250, 250, 0);
  border-color: #eef1f3;
}

.grid-text-wrapper {
  margin-top: 24px;
  margin-bottom: 48px;
}

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

.featured-grid.about-page {
  padding-bottom: 40px;
}

.featured-image {
  width: 85%;
  height: 105%;
  border-radius: 3px;
}

.checkmark-flex {
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.checkmark {
  margin-top: 7px;
  margin-right: 8px;
}

.checkmark-wrapper {
  margin-top: 24px;
  margin-bottom: 40px;
}

.service-orange-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 540px 1fr;
  align-items: center;
}

.two-services-text {
  max-width: 550px;
}

.h3-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 16px;
}

.white-service {
  color: #1c1a17;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  align-items: center;
  padding: 56px 10% 32px;
  text-decoration: none;
  display: flex;
}

.two-services-grid {
  grid-column-gap: 40px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.beige-text {
  color: rgba(255, 255, 255, .75);
}

.services-dark-grid {
  grid-column-gap: 50px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 80px;
  display: grid;
}

.service-dark {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.heading-line {
  width: 80px;
  height: 2px;
  background-color: #448bff;
  margin-top: -8px;
}

.text-grey {
  color: rgba(255, 255, 255, .75);
}

.arrow-icon {
  margin-left: 8px;
}

.service-dark-text-div {
  margin-top: 12px;
  margin-bottom: 8px;
  padding-right: 10%;
}

.arrow-link {
  color: #1c1a17;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.arrow-link.white, .arrow-link.white:hover, .h2-white {
  color: #fff;
}

.service-dark-image {
  margin-bottom: 16px;
}

.testimonial {
  width: 830%;
  max-width: 75%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider {
  height: auto;
  background-color: rgba(221, 221, 221, 0);
}

.testimonial-right-arrow {
  width: 56px;
  height: 56px;
  border: 3px solid #448bff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-left: 2px;
  display: flex;
}

.testimonial-mask {
  height: auto;
}

.testimonial-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.h6-project {
  margin-bottom: 4px;
  line-height: 26px;
}

.testimonial-nav {
  display: none;
}

.testimonial-text {
  margin-top: 40px;
  margin-bottom: 32px;
  font-size: 26px;
  line-height: 42px;
}

.testimonial-left {
  align-items: center;
  display: flex;
}

.testimonial-image {
  border-radius: 50%;
}

.testimonial-left-arrow {
  width: 56px;
  height: 56px;
  border: 3px solid #448bff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
  display: flex;
}

.divider-line {
  height: 1px;
  background-color: #eef1f3;
}

.outer-circle {
  width: 76px;
  height: 76px;
  border: 2px solid rgba(255, 255, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-overlay {
  z-index: 1;
  background-image: linear-gradient(to right, #1c1a17, rgba(28, 26, 23, 0) 80%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.inner-circle {
  width: 56px;
  height: 56px;
  border: 2px solid #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-image {
  width: 66.6667%;
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.above-text {
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 34px;
}

.above-wrapper {
  z-index: 2;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.above-wrapper.padding-medium {
  padding-top: 100px;
  padding-bottom: 100px;
}

.lightbox-link._20-right {
  margin-right: 20%;
}

.button-2 {
  background-color: #fc5623;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 16px 40px;
  transition: border-color .25s, background-color .25s, color .25s;
}

.button-2:hover {
  color: #fff;
  background-color: #fdb135;
}

.button-2.subscribe {
  background-color: #448bff;
  padding: 12px 24px;
}

.footer-bottom {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.social-wrapper {
  display: flex;
}

.footer-subscribe-text {
  color: rgba(255, 255, 255, .8);
  margin-top: 36px;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 26px;
}

.social-image {
  width: 22px;
  margin-right: 10px;
}

.error-message {
  color: #fc5623;
  background-color: rgba(255, 222, 222, 0);
  margin-top: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-link-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-top: 36px;
  display: grid;
}

.footer-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
  margin-top: 56px;
  margin-bottom: 34px;
}

.footer-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.4fr;
  margin-top: 64px;
}

.footer-field {
  width: 200px;
  height: 52px;
  color: #fff;
  background-color: #2c2925;
  border: 1px #000;
  border-radius: 3px;
  flex: 1;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 10px 16px 10px 24px;
}

.footer-link {
  color: rgba(255, 255, 255, .8);
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.footer-link:hover {
  color: #fff;
}

.success-dark {
  color: #fff;
  text-align: left;
  background-color: #1c1a17;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 3px;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 26px;
}

.social-page {
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-page:hover, .footer-col {
  color: #fff;
}

.footer-form {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.footer-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 36px;
  display: flex;
}

.bottom-link {
  color: #fff;
  margin-bottom: 20px;
  text-decoration: underline;
  transition: color .25s;
}

.bottom-link:hover {
  color: rgba(255, 255, 255, .8);
}

.footer-top {
  color: rgba(255, 255, 255, .8);
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.project-category {
  color: #448bff;
}

.project {
  width: 100%;
  height: 400px;
  color: #1c1a17;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  position: relative;
}

.project-grid {
  grid-column-gap: 50px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-grid.spacing-small {
  margin-top: 80px;
  margin-bottom: 80px;
}

.project-div {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  padding: 6px 12px 22px;
  position: absolute;
  top: auto;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.project-overlay {
  opacity: 0;
  background-color: rgba(32, 34, 39, .07);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image {
  width: 170px;
}

.image-2 {
  width: 260px;
}

.service-dark-2 {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.heading-line-2 {
  width: 80px;
  height: 2px;
  background-color: #448bff;
  margin-top: -8px;
}

.heading-line-2.white {
  height: 3px;
  background-color: #fff;
}

.arrow-link-2 {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.arrow-link-2.white:hover {
  color: #fff;
}

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

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

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

.heading {
  margin-top: 16px;
  line-height: 52px;
}

.spacer._24 {
  height: 24px;
}

.page-hero {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  display: flex;
}

.service-image {
  width: 100%;
  height: 240px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.service-image.ammatillinen-tukihenkilo {
  background-image: url('../images/Ammatillinen-tukihenkilotoiminta.jpg');
}

.service-image.vertaistuki-paihdekuntoutujille {
  background-image: url('../images/Vertaistuki.webp');
}

.service-image.lapsiperheiden-kotipalvelu {
  background-image: url('../images/Perhetyo.jpeg');
}

.service-image.perhetyo {
  background-image: linear-gradient(rgba(0, 0, 0, .09), rgba(0, 0, 0, .09)), url('../images/Pipo.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.service-image.paihdekuntoutujille-tukihenkilotoimintaa {
  background-image: url('../images/Tukihenkilo.jpg');
}

.service-image.kuntouttava-tyotoiminta {
  background-image: url('../images/Kuntouttava-tyotoiminta.webp');
}

.empty-collection {
  text-align: center;
  background-color: #eef1f3;
  border-radius: 3px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.h3-service {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 21px;
  line-height: 32px;
}

.service-name {
  padding-left: 24px;
  padding-right: 24px;
}

.service-h-link {
  color: #1c1a17;
  text-decoration: none;
  display: block;
}

.service-grid {
  grid-column-gap: 50px;
  grid-row-gap: 56px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-grid.spacing-small {
  grid-template-columns: 1fr 1fr 1fr;
}

.arrow-link-3 {
  color: #fff;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.arrow-link-3.dark {
  color: #1c1a17;
}

.contact-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.contact-icon {
  width: 36px;
  margin-bottom: 8px;
}

.text-field {
  height: 58px;
  border: 1px solid #eef1f3;
  border-radius: 3px;
  margin-bottom: 0;
  padding: 12px 24px;
}

.text-field:hover, .text-field:active, .text-field:focus {
  border-style: solid;
  border-color: #eef1f3;
}

.text-field.message {
  height: 120px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.text-field.select {
  background-color: #fcfcfc;
}

.form-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 32px;
}

.small-wrapper {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.contact-form {
  margin-bottom: 24px;
}

.success-contact {
  text-align: left;
  background-color: rgba(221, 221, 221, 0);
  border: 1px solid #eef1f3;
  border-radius: 3px;
  padding: 40px;
}

.security-wrapper-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.security-icon {
  width: 22px;
}

.security-text {
  padding-left: 16px;
  font-size: 14px;
}

.link-large {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: underline;
}

.link-large.security-link {
  font-size: 14px;
}

.div-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  display: flex;
}

.legal-rich-text-block strong {
  color: #000;
  line-height: 42px;
}

.legal-rich-text-block h1 {
  color: #000;
  font-size: 32px;
  line-height: 1.3;
}

.service-h-link-2 {
  color: #1c1a17;
  text-decoration: none;
  display: block;
}

.h2-title-wrapper {
  margin-bottom: 32px;
}

.service-rich-text {
  margin-right: 90px;
}

.service-rich-text h2 {
  font-size: 28px;
  line-height: 38px;
}

.service-rich-text p {
  margin-bottom: 16px;
}

.service-rich-text h3 {
  margin-bottom: 16px;
  font-size: 22px;
  line-height: 32px;
}

.div-block-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.sidebar {
  width: 300px;
  flex: none;
}

.other-services {
  margin-bottom: 64px;
}

.service-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .5fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.category-link {
  color: #1c1a17;
  margin-bottom: 3px;
  padding-top: 8px;
  padding-bottom: 8px;
  text-decoration: none;
}

.category-link.w--current {
  color: #448bff;
  font-weight: 600;
}

.main-service {
  flex: 0 auto;
  margin-top: -16px;
  margin-bottom: -32px;
}

.service-line {
  height: 2px;
  background-color: #448bff;
  margin-bottom: 24px;
}

.subscribe-button-div {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: 8px;
}

.form-block {
  margin-bottom: 0;
}

.subscribe-form {
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 8px;
  display: flex;
}

.newsletter-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: #f7f7f7;
  grid-template-rows: auto;
  padding: 66px 8% 74px;
}

.subscribe-field {
  width: 250px;
  height: 52px;
  color: #fff;
  background-color: rgba(44, 41, 37, 0);
  border: 1.5px solid #46423b;
  border-radius: 3px;
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  padding: 10px 16px 10px 24px;
}

.subscribe-field:hover, .subscribe-field:active, .subscribe-field:focus {
  border-color: #46423b;
}

.header-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.header-button-wrapper.cta {
  margin-top: 0;
}

.button-primary-left-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #448bff;
  border-radius: 3px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 16px 40px 16px 34px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.6, .6, 0, 1);
  display: flex;
}

.button-primary-left-icon:hover {
  opacity: .85;
  background-color: rgba(49, 127, 255, .9);
}

.button-primary-left-icon:active {
  background-color: #512;
}

.button-icon {
  width: 24px;
  height: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-outline {
  min-height: 48px;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #050505;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #eef0f1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.6, .6, 0, 1);
  display: inline-block;
}

.button-outline:hover {
  background-color: #f7f7f8;
  border-color: #f7f7f8;
}

.button-outline:active {
  background-color: #eef0f1;
  border-color: #eef0f1;
}

.value-title {
  margin-top: 10px;
  font-size: 20px;
  line-height: 32px;
}

.value-image {
  height: 48px;
  margin-bottom: 10px;
}

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

.reference-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 3px;
}

.footer-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 900;
  text-decoration: none;
}

.link-block {
  text-decoration: none;
}

.light-span {
  font-weight: 500;
}

.nav-logo {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 900;
}

.nav-logo.black {
  color: #000;
}

.div-block-3 {
  margin-top: 20px;
}

.contact-icon-home {
  width: 28px;
  margin-bottom: 10px;
}

.image-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.contact-text-block {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.paragraph {
  font-size: 13px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 54px;
  }

  h3 {
    font-size: 28px;
    line-height: 40px;
  }

  h6 {
    font-size: 17px;
    line-height: 21px;
  }

  .menu-button {
    margin-right: -24px;
    padding: 10px 24px;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-cta {
    flex: 1;
    justify-content: flex-end;
  }

  .nav-link {
    color: #1c1a17;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    color: rgba(28, 26, 23, .75);
  }

  .nav-link.w--current {
    color: #1c1a17;
  }

  .navbar {
    padding-top: 22px;
  }

  .nav-menu {
    text-align: left;
    background-color: #fff;
    margin-left: 0;
    padding: 12px 5%;
  }

  .menu-button-image {
    border-radius: 0;
  }

  .h1-big {
    font-size: 46px;
  }

  .hero-wrapper {
    padding-top: 56px;
    padding-bottom: 112px;
  }

  .section.spacing-medium {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .section.accent-bg.padding-medium, .section.primary-bg.padding-medium, .section.black-bg.padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.black-bg.footer {
    padding-top: 72px;
  }

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

  .grid-text-wrapper {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .featured-grid {
    grid-column-gap: 40px;
  }

  .service-orange-grid {
    grid-template-columns: 1fr;
  }

  .two-services-text {
    max-width: none;
  }

  .two-services-grid {
    grid-column-gap: 32px;
  }

  .h2-white.cta {
    text-align: center;
    margin-bottom: 40px;
  }

  .testimonial-text {
    font-size: 24px;
    line-height: 38px;
  }

  .above-wrapper.padding-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .footer-grid {
    margin-top: 56px;
  }

  .project {
    height: 340px;
  }

  .project-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .project-grid.spacing-small {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .page-hero {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .service-image {
    height: 220px;
  }

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

  .service-grid {
    grid-column-gap: 40px;
  }

  .contact-grid {
    grid-column-gap: 40px;
    margin-top: 60px;
  }

  .small-wrapper {
    width: auto;
  }

  .service-wrapper {
    flex-direction: column;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
    padding-top: 50px;
    padding-bottom: 58px;
  }

  .success-dark-text {
    display: inline-block;
  }

  .header-button-wrapper {
    margin-top: 40px;
  }

  .reference-image {
    height: 350px;
  }
}

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

  h2 {
    font-size: 32px;
    line-height: 46px;
  }

  h3 {
    font-size: 26px;
    line-height: 36px;
  }

  .brand {
    padding-left: 0;
  }

  .navbar {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h1-big {
    font-size: 40px;
  }

  .hero-wrapper {
    max-width: none;
    padding-top: 40px;
    padding-bottom: 96px;
  }

  .subtitle {
    font-size: 18px;
    line-height: 27px;
  }

  .section.spacing-medium {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .section.accent-bg.padding-medium, .section.primary-bg.padding-medium, .section.black-bg.padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.black-bg.footer {
    padding-top: 64px;
    padding-bottom: 28px;
  }

  .section.black-bg.padding-medium {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-text-wrapper {
    margin-bottom: 0;
  }

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

  .featured-image {
    height: 450px;
  }

  .services-dark-grid {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .testimonial {
    max-width: 68%;
  }

  .testimonial-text {
    margin-top: 32px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 33px;
  }

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

  .social-wrapper {
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .footer-line {
    margin-bottom: 28px;
  }

  .footer-grid {
    grid-template-columns: .6fr 1fr;
    margin-top: 48px;
  }

  .footer-text {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .project {
    height: 400px;
  }

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

  .project-grid.spacing-small {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .page-hero {
    padding-top: 60px;
    padding-bottom: 64px;
  }

  .service-image {
    height: 280px;
  }

  .service-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .service-grid.spacing-small, .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-form {
    margin-bottom: 0;
  }

  .service-rich-text {
    margin-right: 0;
  }

  .service-rich-text h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .service-rich-text h3 {
    font-size: 24px;
  }

  .other-services {
    margin-bottom: 32px;
  }

  .main-service {
    margin-bottom: 0;
  }

  .newsletter-grid {
    grid-template-columns: 1fr;
    padding-top: 26px;
  }

  .reference-image {
    height: 250px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 32px;
    line-height: 46px;
  }

  h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .menu-button {
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button.small.nav {
    display: none;
  }

  .button.small.nav.menu {
    text-align: center;
    margin-top: 16px;
    margin-bottom: 16px;
    display: block;
  }

  .h1-big {
    font-size: 48px;
    line-height: 1.3;
  }

  .hero-wrapper {
    padding-top: 41px;
    padding-bottom: 84px;
  }

  .section.spacing-medium {
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .section.accent-bg.padding-medium, .section.primary-bg.padding-medium, .section.black-bg.padding-medium {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cart-button {
    padding-left: 16px;
    padding-right: 16px;
  }

  .featured-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
  }

  .featured-image {
    width: 100%;
    height: 250px;
  }

  .two-services-text {
    margin-bottom: 20px;
  }

  .white-service {
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .service-dark-text-div {
    padding-right: 0%;
  }

  .testimonial {
    max-width: 100%;
  }

  .testimonial-slider {
    flex-direction: column;
    display: flex;
  }

  .testimonial-mask {
    flex: none;
    margin-bottom: 100px;
  }

  .testimonial-right {
    width: 45%;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .testimonial-left {
    width: 45%;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 0;
  }

  .above-wrapper.padding-medium {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .lightbox-link._20-right {
    margin-top: 40px;
    margin-right: auto;
  }

  .footer-bottom {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-direction: column-reverse;
  }

  .social-wrapper {
    justify-content: flex-start;
    margin-top: 24px;
  }

  .footer-line {
    margin-top: 48px;
  }

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

  .social-page {
    margin-left: 0;
    margin-right: 24px;
  }

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

  .project {
    height: 360px;
  }

  .project-grid {
    grid-row-gap: 24px;
  }

  .project-grid.spacing-small {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .image {
    margin-top: 2px;
  }

  .page-hero {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .service-image {
    height: 220px;
  }

  .service-grid {
    grid-row-gap: 32px;
  }

  .service-grid.spacing-small {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .form-grid {
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 16px;
  }

  .security-wrapper-2 {
    flex-direction: column;
    margin-bottom: 40px;
  }

  .security-text {
    width: 90%;
    text-align: center;
    margin-top: 14px;
    padding-left: 0;
    line-height: 25px;
  }

  .div-block {
    flex-direction: column;
  }

  .h2-title-wrapper {
    margin-bottom: 36px;
  }

  .sidebar {
    width: 100%;
  }

  .subscribe-button-div {
    margin-left: 0;
  }

  .subscribe-form {
    justify-content: flex-start;
  }

  .newsletter-grid {
    padding-top: 10px;
    padding-bottom: 42px;
  }

  .subscribe-field {
    width: 100%;
    flex: 0 auto;
    margin-bottom: 12px;
  }

  .header-button-wrapper {
    width: 100%;
    flex-flow: column wrap;
    align-items: stretch;
    margin-top: 100px;
    display: flex;
  }

  .header-button-wrapper.cta {
    text-align: center;
  }

  .button-primary-left-icon, .button-outline {
    flex: none;
  }

  .value-image {
    height: 42px;
  }

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

  .reference-image {
    height: 275px;
  }

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

#w-node-ee6450dc-c5a2-35de-e313-3a7740c76481-3357bdf6 {
  align-self: center;
  justify-self: center;
}

#w-node-_52fe03f2-d099-2d3b-5ed6-b51f5def8449-3357bdf6, #w-node-f7fa50d4-c06d-3f15-e861-1bae82e92222-82e9221d {
  justify-self: end;
}

#w-node-_57b74c94-eaa0-188e-a8fd-365de7a3968f-e7a3968e, #w-node-_57b74c94-eaa0-188e-a8fd-365de7a3969c-e7a3968e, #w-node-_57b74c94-eaa0-188e-a8fd-365de7a396a9-e7a3968e, #w-node-_57b74c94-eaa0-188e-a8fd-365de7a396b6-e7a3968e, #w-node-_3fe117c1-c8ba-7a39-5c46-0188314bb4d0-e7a3968e, #w-node-f4b47aba-3422-c059-f792-0397dd8142f0-e7a3968e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-3357bdfd {
  align-self: center;
}

#Sukunimi.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-3357bdfd, #Sposti.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-3357bdfd, #Puhelinnumero-3.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-3357bdfd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Palvelu.w-node-f7abbfba-7387-16c2-900e-12dc2e9b8d6f-3357bdfd, #Kuinka-sait-tietaa-meista.w-node-_759ec0de-aea0-2813-ae78-71bfba794a34-3357bdfd, #Viesti.w-node-_756d2620-3a29-5991-2d05-ae80364bf587-3357bdfd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_756d2620-3a29-5991-2d05-ae80364bf57f-3357be02 {
  align-self: center;
}

#w-node-_0aac47dc-d383-4f8f-cc51-33fe22ebb33f-3357be04 {
  align-self: center;
  justify-self: center;
}

#w-node-b71c24c5-d6a0-cd96-3010-726dd95b4c0a-3357be04, #w-node-ed06674f-5ca8-8ddd-ad97-a0569aa1f301-3357be04, #w-node-_375a7985-b469-f976-7189-12993525e21d-3357be04 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_52fe03f2-d099-2d3b-5ed6-b51f5def8449-3357bdf6 {
    order: -9999;
    justify-self: stretch;
  }

  #w-node-f7fa50d4-c06d-3f15-e861-1bae82e92222-82e9221d {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_93d90e89-7538-740c-6c7a-c3db662b3a9f-662b3a90 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_93d90e89-7538-740c-6c7a-c3db662b3a9f-662b3a90 {
    grid-column: 1 / 2;
  }

  #Etunimi.w-node-_756d2620-3a29-5991-2d05-ae80364bf585-3357bdfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Sukunimi.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-3357bdfd, #Sposti.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-3357bdfd, #Puhelinnumero-3.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-3357bdfd {
    grid-column: span 2 / span 2;
  }
}


