:root {
  --black-text: #161616;
  --white: white;
  --hover: #0f56a8;
  --accent: #1665c0;
  --white-smoke: #f7f7f7;
  --beforeafterheight: 700px;
}

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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.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(--black-text);
  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: 20px;
  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: linear-gradient(rgba(0, 0, 0, .4), rgba(0, 0, 0, .4)), url('../images/hana.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.accent-bg {
  background-color: 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;
  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(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/hana.jpg');
  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/hana.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.section.inner.lvi-urakoinnit {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), url('../images/urakointi.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;
}

.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: 3px;
  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.huolto-ja-korjauspalvelut {
  background-image: url('../images/putkihuolto.webp');
}

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

.service-image.lvi-urakoinnit {
  background-image: url('../images/urakointi.jpg');
}

.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 {
  grid-template-columns: 1fr 1fr 1fr;
}

.service-grid.spacing-small.services {
  grid-column-gap: 32px;
  grid-template-columns: 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);
}

.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);
  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 {
  margin-right: 90px;
}

.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: 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;
  transition: all .15s;
}

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

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

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

.space._18 {
  height: 18px;
}

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

.service-icon {
  width: 44px;
}

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

.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: 3px;
  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 {
  width: 100%;
  border-radius: 3px;
  align-items: center;
  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: 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;
}

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

.footer-logo {
  width: 280px;
}

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

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

.image.logo {
  height: auto;
  object-fit: contain;
}

.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 {
  height: 550px;
  object-position: 50% 50%;
}

.space-20 {
  height: 20px;
}

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

.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 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 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 {
  width: 32px;
  height: 32px;
  color: var(--accent);
  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 {
  width: 100%;
  flex: 1;
  display: flex;
}

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

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

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

.gallery-image-cover {
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: cover;
  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;
}

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

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

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

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

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

  .brand {
    padding-left: 0;
  }

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

  .h1-big {
    font-size: 40px;
    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;
  }

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

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

  .g03_image_wrap {
    width: 100%;
  }
}

@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: 47px;
    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: 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;
  }

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

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

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

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

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

  .g03_gallery_column {
    flex-direction: column;
  }

  .g03_image_wrap {
    padding: 5px;
  }

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

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

#w-node-_52fe03f2-d099-2d3b-5ed6-b51f5def8449-6531551a {
  justify-self: end;
}

#w-node-_61103100-4583-c8e4-61fc-8556bcbdb373-6531551a {
  align-self: center;
  justify-self: center;
}

#w-node-_57b74c94-eaa0-188e-a8fd-365de7a3968f-e7a3968e, #w-node-_57b74c94-eaa0-188e-a8fd-365de7a3969c-e7a3968e, #w-node-_05f88ca4-99c0-5ca0-563d-f1f5d1121601-e7a3968e, #w-node-fdc1fd9c-8e67-b846-5776-c51ac59a151a-e7a3968e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_356ef3df-45e3-1972-f997-5ab30d62b2f1-65315538, #w-node-_9d8eda75-d776-3a9c-4f6c-f830d3cb5d75-65315538 {
  align-self: center;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_52fe03f2-d099-2d3b-5ed6-b51f5def8449-6531551a {
    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-65315537 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Yritys.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-65315537, #Sposti.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-65315537, #Puhelinnumero-3.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-65315537 {
    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;
}