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

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

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

.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(--black-text);
  font-family: DM Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

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: #1c1a17bf;
  margin-bottom: 16px;
}

a {
  text-decoration: underline;
}

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

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

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

.button.white-text {
  background-color: #fc562300;
}

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

.button.space-top-20 {
  margin-top: 20px;
}

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

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

.nav-link:hover {
  color: #ffffffbf;
}

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

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

.navbar {
  background-color: #ddd0;
  padding-top: 28px;
  padding-bottom: 22px;
  position: relative;
}

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

.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: linear-gradient(#18181899, #18181899);
}

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

.section.spacing-medium.black-background {
  background-color: var(--black-text);
  color: var(--white);
}

.section.spacing-medium.black-background.no-spacing-top {
  margin-top: 0;
}

.section.spacing-medium.no-overflow {
  padding-bottom: 60px;
  overflow: hidden;
}

.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(--black-text);
}

.section.black-bg {
  background-color: #1c1a17;
  background-color: var(--black-text);
  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: linear-gradient(#181818a6, #181818a6), url('../images/muuri6.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.keitti-remontit, .section.inner.huolto-ja-korjauspalvelut, .section.inner.lvi-urakoinnit {
  background-image: linear-gradient(#0003, #0003), none;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.section.inner.projektinjohtopalvelut {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Liikkuva-Suuri.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.muurin-rappaus {
  background-image: linear-gradient(#181818a6, #181818a6), url('../images/muurin-rappaus-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.uudiskohde {
  background-image: linear-gradient(#181818a6, #181818a6), url('../images/uudiskohteen-sokkelointi.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.inner.sokkelin-saneeraus {
  background-image: linear-gradient(#181818a6, #181818a6), url('../images/sokkelin-saneeraus-kuva.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

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

.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 {
  border: 3px solid var(--accent);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-left: 2px;
  display: flex;
}

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

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

.right-overlay {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--black-text), #1c1a171a);
  position: absolute;
  inset: 0%;
}

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

.right-image {
  background-image: url('../images/muuri3.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 66.6667%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

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

.footer-bottom {
  color: #fffc;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.error-message {
  color: #fc5623;
  background-color: #ffdede00;
  margin-top: 8px;
  padding: 0;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
}

.footer-line {
  background-color: #ffffff26;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 34px;
}

.footer-text {
  color: #fffc;
}

.success-dark {
  color: #fff;
  text-align: left;
  background-color: #1c1a17;
  border: 1px solid #ffffff1a;
  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: #fffc;
}

.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: #fffc;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  display: flex;
}

.project {
  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;
  width: 100%;
  height: 400px;
  position: relative;
}

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

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

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

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

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

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

.spacer._24 {
  height: 24px;
}

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

.service-image {
  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;
  width: 100%;
  height: 290px;
  display: flex;
  position: relative;
}

.service-image.huolto-ja-korjauspalvelut, .service-image.lvi-remonttipalvelut, .service-image.lvi-urakoinnit {
  background-image: none;
}

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

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

.service-image.projektinjohtopalvelut {
  background-image: linear-gradient(#0000001a, #0000001a), url('../images/Liikkuva-Pieni.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.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.services {
  grid-column-gap: 32px;
  grid-template-columns: 1fr 1fr;
}

.service-grid.spacing-small {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-grid.spacing-small.two-column {
  grid-template-columns: 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 {
  color: var(--accent);
  width: 34px;
}

.text-field {
  border: 1px solid #eef1f3;
  border-radius: 3px;
  height: 58px;
  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: #ddd0;
  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);
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1.4;
}

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

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

.h2-title-wrapper.center {
  flex-direction: column;
  align-items: center;
  display: flex;
}

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

.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: #1c1a17bf;
  margin-bottom: 6px;
}

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

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

.sidebar {
  flex: none;
}

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

.service-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.2fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.category-link:hover {
  transform: translate(5px);
}

.category-link.w--current {
  color: var(--accent);
  font-weight: 600;
}

.main-service {
  flex: 0 auto;
}

.service-line {
  background-color: var(--accent);
  height: 2px;
  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 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

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

.space._18 {
  height: 18px;
}

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

.service-icon.l {
  object-fit: contain;
  width: 42px;
}

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

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

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

.footer-subscribe-text {
  color: #fffc;
  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 {
  color: #fff;
  background-color: #2b2b2b;
  border: 1px #000;
  border-radius: 3px;
  flex: 1;
  width: 200px;
  height: 52px;
  margin-bottom: 8px;
  margin-right: 8px;
  padding: 10px 16px 10px 24px;
}

.footer-link-default {
  color: #fffc;
  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;
  width: 100%;
  display: block;
}

.featured-image.about-logos {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.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: #fffc;
}

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

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

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

.lk-footer {
  object-fit: contain;
  height: 80px;
}

.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: 85px;
}

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

.nav-logo.no-invert {
  filter: none;
}

.footer-logo {
  object-fit: contain;
  height: 80px;
}

.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 {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.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 #0000001a;
}

.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 {
  border: 2px solid var(--accent);
  background-color: var(--accent);
  color: #fff;
  text-align: center;
  border-radius: 3px;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button:hover {
  border-color: var(--hover);
  background-color: var(--hover);
}

.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 #1717171a;
  padding: 1.75rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.image {
  object-fit: cover;
  object-position: 50% 100%;
  border-radius: 3px;
  width: 100%;
  height: 550px;
}

.image.logo {
  object-fit: contain;
  object-position: 50% 50%;
  height: 200px;
}

.image.logo.margin-top {
  margin-top: 42px;
}

.image.logo.margin-bottom {
  margin-bottom: 24px;
}

.image.add-padding {
  object-fit: contain;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 50px;
}

.image.small {
  object-position: 50% 50%;
  height: 550px;
}

.space-20 {
  height: 20px;
}

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

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

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

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

.grid-4-columns.service {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.social-page-4 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #fff;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 40px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.social-page-4:hover {
  color: #fff;
}

.service-html-embed {
  color: var(--accent);
  width: 32px;
  height: 32px;
  margin-bottom: 32px;
}

.show-mobile {
  display: none;
}

.contact-info-text-wrapper {
  max-width: 550px;
  margin: 60px auto 32px;
}

.contact-info-rich-text {
  text-align: center;
}

.contact-info-rich-text p {
  color: var(--black-text);
  font-weight: 700;
}

.g03_container {
  flex: 1;
  width: 100%;
  display: flex;
}

.g03_gallery_column {
  flex-direction: column;
  width: 50%;
  display: flex;
}

.g03_image_wrap {
  width: 100%;
  padding: 15px;
}

.gallery-lightbox-link {
  width: 100%;
}

.gallery-image-cover {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
  overflow: hidden;
}

.call-link-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #161616;
  margin-right: 16px;
  text-decoration: none;
  display: none;
}

.call-image {
  width: 22px;
}

.call-text-block {
  font-size: 16px;
}

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

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

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

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

.values-html-embed {
  color: var(--accent);
  width: 36px;
  height: 36px;
  margin-bottom: 24px;
}

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

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.profile-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: #383838;
  transform: scale(1.05);
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 16px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

.profile-image-wrapper {
  position: relative;
}

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.whatsapp-icon {
  width: 28px;
}

.live-icon-chat {
  object-fit: contain;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  margin-right: 0;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.live-chat-bottom-text {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.4;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
}

.whatsapp-block {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 13px;
  height: 13px;
  position: absolute;
  inset: 2px auto auto 2px;
}

.live-icon.profile-live-icon {
  border: 1.5px solid #fff;
  width: 10px;
  height: 10px;
  inset: auto 3px 3px auto;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.home-contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.home-contact-flex {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.home-contact-flex.middle {
  color: var(--white);
  text-decoration: none;
}

.home-contact-flex.left {
  color: var(--white);
  border-right: 1px solid #ffffff8c;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.home-contact-flex.right {
  color: var(--white);
  border-left: 1px solid #ffffff8c;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
}

.home-contact-text-block {
  font-weight: 400;
  line-height: 1.4;
}

.home-contact-text-block.smaller {
  font-size: 15px;
}

.home-contact-icon {
  width: 30px;
}

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

.social-page-5:hover {
  color: #fff;
}

.hero-background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.project-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.project-item {
  color: var(--black-text);
  text-decoration: none;
  position: relative;
}

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

.project-image-cover.no-radius {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.project-image-wrapper {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.project-image-wrapper.square {
  padding-top: 100%;
}

.project-title {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
}

.project-details {
  padding: 16px;
}

.project-location {
  color: var(--accent);
  font-size: 14px;
  display: inline-block;
}

.code-embed {
  color: var(--accent);
  width: 10px;
  height: 24px;
  display: inline-block;
}

.project-location-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  align-items: center;
  display: flex;
}

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

.bas-wrapper {
  border: 8px solid #fff;
  border-radius: 12px;
  width: 100%;
  padding-top: 60%;
  position: relative;
  overflow: hidden;
}

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

.bas-image-after-h {
  z-index: 1;
  object-fit: cover;
  width: 50%;
  height: 100%;
  margin-left: auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.bas-handle-h {
  z-index: 2;
  background-color: #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.bas-line-h {
  z-index: 1;
  background-color: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.bas-label-before-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  left: 24px;
}

.bas-label-after-h {
  z-index: 3;
  color: #000;
  cursor: pointer;
  background-color: #fff;
  border-radius: 6px;
  padding: 4px 12px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.content-medium-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.content-medium-wrapper.margin-60px {
  margin-top: 60px;
  margin-bottom: 60px;
}

.before-after-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.footer-link-flex {
  grid-column-gap: 24px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.footer-link-white {
  color: var(--white-smoke);
  font-size: 13px;
  text-decoration: none;
}

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

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

.money-rich-text-block {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.money-rich-text-block img {
  margin-top: 4px;
  margin-bottom: 24px;
}

.money-rich-text-block strong, .money-rich-text-block h2, .money-rich-text-block a {
  color: var(--accent);
}

.two-buttons-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.resurs-bank-logo {
  width: 260px;
  margin-top: 16px;
  margin-bottom: 24px;
}

.slider-testimonials {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  max-width: 600px;
  height: auto;
  padding: 25px 50px;
  display: flex;
  overflow: visible;
}

.slide-content {
  margin-left: 20px;
  margin-right: 20px;
  padding-right: 0;
  position: relative;
  overflow: visible;
}

.down-arrow-2 {
  z-index: 1;
  width: 23px;
  position: relative;
}

.down-arrow-2.rotate {
  transform: rotate(180deg);
}

.masonry__grid-quote {
  text-align: center;
  border-left-style: none;
  border-left-width: 0;
  margin-bottom: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  line-height: 1.45;
}

.client-wrapper-2 {
  text-align: center;
  background-color: #eef7ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 45px 40px;
  display: flex;
}

.client-wrapper-2._2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  text-align: left;
  background-color: #f5f5f5;
  border: 1px solid #f5f5f5;
  border-radius: 4px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  padding: 35px 32px 42px;
}

.code-embed-2 {
  color: #ffcf23;
  width: 20px;
  height: 20px;
}

.slider-flex-2 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
}

.author-flex-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.right-arrow-2 {
  opacity: .6;
  border: 1px solid #d6d1ca;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: none;
  inset: -40% -32% auto auto;
}

.right-arrow-2:hover {
  opacity: 1;
}

.right-arrow-2.left {
  margin-right: 60px;
}

.slide-1 {
  width: 550px;
  overflow: visible;
}

.testimonials-name-2 {
  margin-bottom: 20px;
  font-size: 16px;
}

.testimonials-name-2.small {
  color: #111;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
}

.testimonials-name-2.margin-bottom-small {
  margin-bottom: 6px;
}

.mask {
  width: 100%;
  overflow: visible;
}

.slide-nav-2 {
  justify-content: center;
  margin-bottom: -35px;
  font-size: 10px;
  display: flex;
}

.google-flex {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-2 {
  width: 15px;
}

.google-link {
  color: var(--accent);
}

.google-reviews-badge {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
  border-radius: 6px;
  align-items: center;
  padding: 2px;
  text-decoration: none;
  display: flex;
}

.google-icon {
  width: 42px;
  height: 42px;
}

.google-review-title {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.testimonials-start-flex {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.testimonials-star-code-embed {
  width: 18px;
  height: 18px;
}

.testimonials-star-code-embed.small {
  width: 15px;
  height: 18px;
}

.hero-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .project-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

@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: #0000;
  }

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

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

  .nav-link {
    color: #1c1a17;
    padding: 16px 0;
  }

  .nav-link:hover {
    color: #1c1a17bf;
  }

  .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 {
    letter-spacing: -2px;
    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, .sidebar {
    width: auto;
  }

  .service-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    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;
  }

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

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

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

  .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 {
    height: 450px;
  }

  .image.add-padding {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .image.small {
    height: 450px;
  }

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

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

  .social-page-4.hide {
    display: none;
  }

  .call-link-block {
    margin-top: 32px;
    display: flex;
  }

  .call-text-block {
    font-weight: 700;
  }

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

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }

  .project-image-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .before-after-grid {
    grid-template-columns: 1fr;
  }

  .down-arrow-2 {
    width: 20px;
  }

  .right-arrow-2 {
    display: none;
  }

  .slide-nav-2 {
    display: block;
  }
}

@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 {
    letter-spacing: -1.5px;
    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.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;
  }

  .footer-top {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

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

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

  .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 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: stretch;
  }

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

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

  .image {
    height: 350px;
  }

  .image.add-padding, .image.small {
    height: 450px;
  }

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

  .g03_container {
    flex-direction: column;
  }

  .g03_gallery_column {
    flex-direction: column;
    width: 100%;
  }

  .g03_image_wrap {
    width: 100%;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }

  .home-contact-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .home-contact-flex {
    justify-content: flex-start;
    width: 100%;
    max-width: 350px;
  }

  .home-contact-flex.left {
    border: 1px #000;
    justify-content: flex-start;
  }

  .home-contact-flex.right {
    border: 1px #000;
    justify-content: flex-start;
    align-items: center;
  }

  .social-page-5 {
    margin-left: 0;
  }

  .project-grid, .project-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .slider-testimonials {
    max-width: 450px;
    padding-left: 0;
    padding-right: 0;
  }

  .client-wrapper-2._2 {
    padding-bottom: 25px;
  }

  .slide-1 {
    width: 450px;
  }

  .testimonials-name-2 {
    margin-bottom: 3px;
    font-size: 16px;
  }

  .hero-button-wrapper {
    flex-flow: wrap;
  }
}

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

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

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

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

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

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

  .section.hero {
    background-image: linear-gradient(to bottom, null, null), url('../images/maalaus.webp');
    background-position: 0 0, 75%;
  }

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

  .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 {
    text-align: center;
    width: 90%;
    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 {
    flex-flow: column wrap;
    align-items: stretch;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

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

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

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

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

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

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

  .flex-block {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

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

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

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

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

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

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

  .image {
    height: 300px;
  }

  .image.logo {
    width: 100%;
    height: 150px;
  }

  .image.add-padding {
    height: 100%;
  }

  .image.small {
    height: 350px;
  }

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

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

  .social-page-4 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    margin-left: 0;
    margin-right: 24px;
  }

  .social-page-4.hide {
    display: flex;
  }

  .hide-mobile {
    display: none;
  }

  .show-mobile {
    font-size: 36px;
    display: block;
  }

  .g03_gallery_column {
    flex-direction: column;
  }

  .g03_image_wrap {
    padding: 5px;
  }

  .call-link-block {
    display: flex;
  }

  .whatsapp-container {
    width: 55px;
    height: 55px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-icon {
    width: 26px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .live-icon {
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
  }

  .home-contact-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-items: center;
  }

  .home-contact-flex {
    max-width: 307px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-contact-flex.left {
    justify-content: flex-start;
  }

  .social-page-5 {
    margin-left: 0;
  }

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

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

  .bas-wrapper {
    padding-top: 65%;
  }

  .slider-testimonials {
    max-width: 300px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .slide-content {
    margin-left: 4px;
    margin-right: 4px;
  }

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

  .client-wrapper-2 {
    padding: 30px 20px 25px;
  }

  .client-wrapper-2._2 {
    padding-top: 24px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .author-flex-2 {
    grid-column-gap: 20px;
    text-align: left;
    flex-direction: row;
  }

  .slide-1 {
    width: 100%;
  }

  .testimonials-name-2 {
    margin-bottom: 0;
  }

  .slide-nav-2 {
    margin-bottom: -65px;
  }

  .hero-button-wrapper {
    grid-row-gap: 32px;
  }
}

#w-node-d2bd9b65-c891-16dc-558b-63e6e976aa27-e976aa04, #w-node-d2bd9b65-c891-16dc-558b-63e6e976aa53-e976aa04 {
  place-self: center;
}

#w-node-_8fa18994-1aad-6baa-eb3c-2d9133df4972-e7a3968e, #w-node-_9e2770cc-6b5e-bc24-8572-c648981b0ab4-e7a3968e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

#Palvelu.w-node-_48a3eb60-3241-0511-ca89-b10f667d34b8-4dbfcfb1, #Palvelu-2.w-node-_14c15b6a-4fb9-672b-46be-7a66b15b060f-4dbfcfb1, #Kuinka-sait-tietaa-meista.w-node-_759ec0de-aea0-2813-ae78-71bfba794a34-4dbfcfb1, #Viesti.w-node-_756d2620-3a29-5991-2d05-ae80364bf587-4dbfcfb1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_356ef3df-45e3-1972-f997-5ab30d62b2f1-4dbfcfb2, #w-node-_9d8eda75-d776-3a9c-4f6c-f830d3cb5d75-4dbfcfb2 {
  place-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-4dbfcfb1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

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


