:root {
  --black-text: #161616;
  --white: white;
  --accent: #fc5623;
  --hover: #d6491d;
  --white-smoke: #f7f7f7;
  --beforeafterheight: 700px;
}

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

body {
  color: var(--black-text);
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

h1 {
  color: var(--white);
  margin-top: 24px;
  margin-bottom: 32px;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  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: var(--accent);
  border-radius: 3px;
  margin-bottom: 0;
  padding: 16px 40px;
  transition: border-color .15s, background-color .15s, color .15s;
}

.button:hover {
  background-color: var(--hover);
  color: #fff;
}

.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 {
  background-color: var(--accent);
  color: #fff;
}

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

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

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

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

.nav-link.dark {
  color: var(--black-text);
}

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

.nav-menu {
  flex: 1;
  margin-top: 10px;
  margin-left: 20px;
}

.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: 60px;
  line-height: 74px;
}

.h1-big.hide-mobile {
  letter-spacing: -1.35px;
}

.h1-big.show-mobile {
  display: none;
}

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

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

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

.section {
  position: relative;
}

.section.hero {
  background-image: url('../images/hero-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section.accent-bg {
  background-color: var(--accent);
}

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

.section.accent-bg.padding-medium.white-smoke-bg {
  background-color: var(--white-smoke);
}

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

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

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

.section.black-bg.footer {
  background-color: var(--black-text);
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 60px;
  padding-bottom: 34px;
}

.section.black-bg.footer.v2 {
  background-color: var(--black-text);
}

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

.section.inner {
  background-image: url('../images/inner-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section.inner.purkuty-t {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Purkutyot.jpg');
  background-position: 0 0, 50% 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.inner.muut-rakennusty-t {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Rakennuspalvelut.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.inner.kodin-sis-pintaremontit {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Kodin-remontointi.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.kylpyhuone--ja-saunaremontit {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/Kylpyhuone.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

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

.white-service {
  color: var(--black-text);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  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;
}

.heading-line {
  width: 80px;
  height: 2px;
  background-color: var(--accent);
  margin-top: -8px;
}

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

.arrow-link {
  color: var(--black-text);
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

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

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

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

.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 {
  color: var(--accent);
  background-color: #fff;
  background-color: var(--accent);
  color: var(--white);
  border-radius: 0;
  padding: 12px 24px;
}

.button-2.subscribe:hover {
  background-color: var(--hover);
}

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

.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-line {
  height: 1px;
  background-color: rgba(255, 255, 255, .15);
  margin-top: 56px;
  margin-bottom: 34px;
}

.footer-text {
  color: rgba(255, 255, 255, .8);
}

.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: var(--white);
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-size: 15px;
  text-decoration: none;
  display: flex;
}

.social-page:hover {
  color: rgba(255, 255, 255, .8);
}

.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: var(--white);
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .15s;
}

.bottom-link:hover {
  color: #575757;
}

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

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

.heading-line-default {
  width: 80px;
  height: 2px;
  background-color: var(--accent);
  margin-top: -8px;
}

.heading-line-default.hero {
  height: 3px;
  border-radius: 3px;
  margin-top: 0;
}

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

.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: 60px;
  padding-bottom: 80px;
  display: flex;
}

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

.service-image.kodin-sis-pintaremontit {
  background-image: url('../images/Kodin-remontointi.jpeg');
}

.service-image.purkuty-t {
  background-image: url('../images/Purkutyot-Pieni.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.service-image.muut-rakennusty-t {
  background-image: url('../images/Rakennuspalvelut.jpeg');
}

.service-image.keitti-remontit {
  background-image: url('../images/Keittioremontointi.webp');
}

.service-image.kylpyhuoneremontit {
  background-image: url('../images/Kylpyhuone.jpeg');
}

.service-image.vahinkosaneeraukset {
  background-image: url('../images/vahinkosaneeraus.jpg');
}

.service-image.asiantuntijalausunnot {
  background-image: url('../images/asiantuntijalausunto.jpg');
}

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

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

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

.service-grid.spacing-small.services {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

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

.contact-icon {
  width: 34px;
  color: var(--accent);
}

.contact-icon.sijainti {
  margin-right: -9px;
}

.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 {
  color: var(--black-text);
  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-default {
  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 {
  margin-top: -30px;
}

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

.legal-rich-text-block h1 {
  color: var(--black-text);
  font-size: 36px;
  line-height: 1.4;
}

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

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

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

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

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

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

.service-rich-text li {
  color: rgba(28, 26, 23, .75);
  margin-bottom: 6px;
}

.service-rich-text strong {
  color: #161616;
}

.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: var(--accent);
  font-weight: 600;
}

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

.service-line {
  height: 2px;
  background-color: var(--accent);
  margin-bottom: 24px;
}

.cta-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  background-color: var(--black-text);
  grid-template-rows: auto;
  padding: 66px 8% 74px;
}

.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;
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  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 {
  background-color: var(--hover);
  opacity: .85;
}

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

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

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

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

.value-image.s {
  padding: 2px;
}

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

.reference-lightbox-image.larger {
  height: 550px;
}

.reference-lightbox-image.larger.horizontal-padding {
  object-fit: contain;
  padding-left: 10px;
  padding-right: 10px;
}

.space._18 {
  height: 18px;
}

.space._42 {
  height: 42px;
}

.contact-icon-home {
  width: 32px;
  color: var(--accent);
}

.service-icon {
  width: 44px;
}

.service-icon.l {
  width: 49px;
}

.service-paragraph {
  margin-bottom: 24px;
}

.contact-wrapper {
  color: var(--black-text);
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.h2-form {
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 1.4;
}

.h2-form.less-padding {
  margin-bottom: 16px;
}

.contact-paragraph {
  margin-bottom: 6px;
}

.h2-contact {
  margin-top: 10px;
  font-size: 20px;
}

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

.contact-paragraph-home {
  font-size: 15px;
}

.brand-text {
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 700;
  line-height: .9;
}

.brand-text.large {
  font-size: 20px;
}

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

.brand-text.footer {
  font-size: 33px;
}

.brand-text.v2 {
  font-size: 27px;
}

.bigger {
  color: var(--accent);
  letter-spacing: -1px;
  font-size: 35px;
  line-height: 1;
}

.bigger.larger {
  color: var(--accent);
  font-size: 52px;
  line-height: .9;
}

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

.footer-grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .9fr .9fr 1.2fr;
  margin-top: 64px;
}

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

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

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

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

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

.link-block-2 {
  border: 1px #000;
  text-decoration: none;
}

.featured-grid-default {
  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-default.about-page {
  grid-row-gap: 72px;
  align-items: center;
}

.featured-image {
  border-radius: 3px;
  align-items: center;
  display: block;
}

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

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

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
}

.slider {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.right-arrow, .icon, .icon-2, .left-arrow {
  display: none;
}

.hero-background-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.social-wrapper {
  display: flex;
}

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

.social-page-3:hover {
  color: rgba(255, 255, 255, .8);
}

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

.luotettava-kumppani-about {
  width: 120px;
  display: block;
}

.luotettava-kumppani-about.hide {
  display: none;
}

.lk-footer {
  width: 135px;
}

.lk-footer.hide {
  display: none;
}

.flex-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  align-items: flex-end;
}

.flex-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: stretch;
}

.nav-logo {
  width: 220px;
}

.nav-logo.hide-desktop {
  display: none;
}

.footer-logo {
  width: 260px;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_description {
  color: #3b3b3b;
  font-size: 15px;
  line-height: 1.5;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: rgba(23, 23, 23, .05);
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.9rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_button {
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  padding: .875em 1.5em 1rem;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #e74c1d;
}

.cookie-modal_button.is-secondary {
  color: #555;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  width: 16px;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line.is-right {
  background-color: #555;
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line.is-left {
  background-color: #555;
  transform: rotate(45deg);
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.25rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  margin-bottom: 10px;
  font-size: 19px;
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: auto;
  right: 1.25rem;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.is-small {
  background-color: rgba(23, 23, 23, .05);
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_component {
  max-width: 33rem;
  background-color: #fff;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.image-contain {
  object-fit: contain;
}

.image-contain.logo {
  max-width: 470px;
  margin-top: -48px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  width: 100%;
  max-width: 62.5rem;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
  color: #383838;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: 1rem;
  padding: .625rem;
  display: none;
  box-shadow: 1px 1px 12px rgba(0, 0, 0, .1);
}

.fs-cc-banner_text {
  color: #4d4d4d;
  margin-right: 1.5rem;
  font-size: 15px;
  line-height: 1.5;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-banner_button {
  min-width: 8.75rem;
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  border-radius: 0;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--white);
  background-color: var(--white);
  color: var(--black-text);
  border-radius: 0;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--white);
  border-top: 1px solid rgba(23, 23, 23, .1);
  padding: 1.75rem 2rem;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

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

.link {
  color: var(--white);
  text-decoration: none;
}

.image-tall {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

.image-tall.logo {
  object-fit: contain;
  padding-left: 50px;
  padding-right: 50px;
}

.space-60 {
  height: 60px;
}

.space-20 {
  height: 20px;
}

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

._5-stars {
  margin-bottom: 10px;
}

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

.reference-rich-text {
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.reference-rich-text p {
  color: var(--black-text);
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
}

.reference-rich-text h2 {
  margin-top: 32px;
  margin-bottom: 24px;
}

.paragraph {
  color: var(--black-text);
  font-size: 20px;
  line-height: 1.4;
}

.heading-2 {
  margin-top: 24px;
}

.contact-flex {
  flex-direction: row;
  justify-content: space-between;
}

.contact-image {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border-radius: 50%;
}

.urpo-karppinen-flex {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.urpo-karppinen-title {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}

.urpo-karppinen-role {
  color: rgba(28, 26, 23, .75);
  font-size: 18px;
}

.contact-wrapper-2 {
  color: #171717;
  text-align: center;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.contact-icon-2 {
  width: 34px;
  color: #90ab8e;
}

.gallery-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 60px;
  padding-right: 60px;
  display: grid;
}

.gallery-lightbox-cover {
  width: 100%;
  height: 550px;
  object-fit: cover;
}

.handle-container {
  height: var(--beforeafterheight);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.handle-bar {
  z-index: 10;
  width: 1px;
  height: 100%;
  color: rgba(0, 0, 0, 0);
  cursor: grab;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.before {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: 20px;
  right: auto;
}

.image-right {
  z-index: 0;
  width: 100%;
  object-fit: cover;
  position: absolute;
}

.after {
  z-index: 3;
  width: 100px;
  background-color: rgba(255, 255, 255, .15);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  transition: opacity .2s ease-in-out;
  display: flex;
  position: absolute;
  top: 20px;
  bottom: auto;
  left: auto;
  right: 20px;
}

.handle {
  width: auto;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.image-left {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
}

.handle-wrapper {
  width: 60%;
  height: var(--beforeafterheight);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.circle-wrapper {
  width: 40px;
  height: 40px;
  cursor: grab;
  background-color: #fff;
  background-image: url('../images/cd-arrows-black.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40px;
  border-radius: 50%;
  position: absolute;
}

.center-content {
  justify-content: center;
  display: flex;
}

.style-h3 {
  font-size: 32px;
  line-height: 1.3;
}

@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);
  }

  .button.small.nav.menu {
    margin-top: 12px;
    display: block;
  }

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

  .nav-link {
    color: #1c1a17;
    padding: 16px 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-top: 0;
    margin-left: 0;
    padding: 20px 48px 20px 42px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .project {
    height: 340px;
  }

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

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

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

  .small-wrapper {
    width: auto;
  }

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

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

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

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

  .reference-lightbox-image.larger {
    height: 450px;
  }

  .reference-lightbox-image.larger.horizontal-padding {
    object-fit: cover;
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .nav-logo.hide-desktop {
    margin-bottom: 20px;
    display: inline-block;
  }

  .image-contain.logo {
    max-width: 100%;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_close {
    display: block;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .image-tall {
    height: 450px;
  }

  .gallery-grid {
    padding-left: 0;
    padding-right: 0;
  }

  .gallery-lightbox-cover {
    height: 400px;
  }

  .handle-container {
    width: 90%;
    height: 550px;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
  }

  .handle-bar {
    height: 500px;
  }

  .image-left {
    width: auto;
  }

  .handle-wrapper {
    width: 700px;
    height: 550px;
    max-width: none;
    margin-bottom: 20px;
    margin-right: 0;
  }
}

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

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

  .brand {
    padding-left: 0;
  }

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

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

  .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 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

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

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

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

  .project {
    height: 400px;
  }

  .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, .service-grid.spacing-small.services, .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;
  }

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

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

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

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

  .featured-grid-default.about-page {
    grid-row-gap: 40px;
  }

  .featured-image {
    height: 450px;
  }

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

  .flex-block-2 {
    margin-bottom: 40px;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton {
    margin-right: 1.25rem;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-tall {
    height: 350px;
  }

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

  .gallery-lightbox-cover {
    height: 300px;
  }

  .handle-container {
    height: 450px;
  }

  .handle-wrapper {
    width: 470px;
    height: 450px;
  }
}

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

  h2 {
    font-size: 30px;
    line-height: 44px;
  }

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

  .nav-menu {
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .h1-big.hide-mobile {
    display: none;
  }

  .h1-big.show-mobile {
    letter-spacing: -1.35px;
    display: block;
  }

  .hero-wrapper {
    padding-top: 16px;
    padding-bottom: 64px;
  }

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

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

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

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

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

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

  .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: 8px;
    grid-row-gap: 8px;
    flex-direction: column-reverse;
  }

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

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

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

  .project {
    height: 360px;
  }

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

  .service-image {
    height: 220px;
  }

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

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

  .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-default {
    flex-direction: column;
  }

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

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

  .legal-rich-text-block h1 {
    font-size: 36px;
  }

  .sidebar {
    width: 100%;
  }

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

  .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 {
    flex: none;
  }

  .value-image {
    height: 42px;
  }

  .contact-wrapper {
    text-align: left;
    align-items: flex-start;
  }

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

  .h2-centered.h2-white.cta {
    margin-bottom: 40px;
  }

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

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

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

  .featured-grid-default.about-page {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .featured-image {
    height: auto;
  }

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

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

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

  .luotettava-kumppani-about {
    width: 180px;
  }

  .lk-footer {
    width: 140px;
  }

  .flex-block {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .nav-logo {
    width: 200px;
    margin-top: 6px;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_button-wrap.is-small {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .image-contain.logo {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    width: 100%;
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    margin-top: 1.5rem;
  }

  .fs-cc-banner_close {
    position: absolute;
    top: -1.5rem;
    bottom: auto;
    left: auto;
    right: .75rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_component {
    padding-bottom: 1rem;
    display: none;
  }

  .image-tall {
    height: 300px;
  }

  .image-tall.about {
    height: 400px;
  }

  .image-tall.logo {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-wrapper-2 {
    text-align: left;
    align-items: flex-start;
  }

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

  .handle-container {
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 80px;
  }

  .handle-bar {
    height: 300px;
  }

  .handle-wrapper {
    width: 100%;
    height: auto;
  }
}

#w-node-aba890e9-72ae-df7a-f035-ad1c3bfee1c8-9ed51519 {
  align-self: center;
  justify-self: center;
}

#w-node-_52fe03f2-d099-2d3b-5ed6-b51f5def8449-9ed51519, #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-_05f88ca4-99c0-5ca0-563d-f1f5d1121601-e7a3968e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#Palvelu.w-node-_48a3eb60-3241-0511-ca89-b10f667d34b8-9ed5152f, #Kuinka-sait-tietaa-meista.w-node-_759ec0de-aea0-2813-ae78-71bfba794a34-9ed5152f, #Viesti.w-node-_756d2620-3a29-5991-2d05-ae80364bf587-9ed5152f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_645bb85d-2b55-833f-fd3c-9a3a1fce4c69-9ed51530, #w-node-_9d8eda75-d776-3a9c-4f6c-f830d3cb5d75-9ed51530 {
  align-self: center;
  justify-self: center;
}

#w-node-_790c5b62-0d2c-fc84-1e01-e95b1558dcc6-b68f468d, #w-node-_5b75905e-a0e5-3aa6-6574-82a138170453-b68f468d, #w-node-e2ba0bcd-34d6-ed81-a175-37f22acbea3e-b68f468d, #w-node-eed9c176-6cf3-3c79-4cdf-525454f666e3-b68f468d, #w-node-_7d508133-b502-daf4-dc4c-5052e0636ebc-b68f468d, #w-node-_4c195652-3357-8e26-cd2d-7187c1654ed1-b68f468d, #w-node-e98429ec-7f8d-dba1-72c5-93d829a70654-b68f468d, #w-node-_762f69f2-4faf-e491-cbd7-0033a56e011e-b68f468d, #w-node-_723edd90-c848-cc46-6829-27b71d20f53a-b68f468d, #w-node-_0a1a3967-a6d4-16b9-eb42-1b09d2a983ec-b68f468d, #w-node-_201268e9-be65-3fbe-43fa-8afda5a388ec-b68f468d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

@media screen and (max-width: 767px) {
  #w-node-_5a0682cc-13d7-a0d0-e8ef-1b14fb28b78a-662b3a90 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a0682cc-13d7-a0d0-e8ef-1b14fb28b78a-662b3a90 {
    grid-column: 1 / 2;
  }

  #Nimi.w-node-_756d2620-3a29-5991-2d05-ae80364bf585-9ed5152f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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


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