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

:root {
  --black: #171717;
  --white: white;
  --primary: #fc5623;
  --white-smoke: #f7f7f7;
}

.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);
  letter-spacing: .03em;
  font-family: Oswald, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 28px;
}

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

h2 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: .03em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 44px;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

h6 {
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 23px;
}

p {
  color: #1c1a17bf;
  margin-bottom: 16px;
  font-size: 17px;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: opacity .2s;
}

a:hover {
  opacity: .6;
}

strong {
  font-weight: bold;
}

.header:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c) {
  border-bottom: 1px solid #0000001a;
}

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

.button {
  background-color: var(--black);
  color: var(--white);
  border-radius: 50px;
  margin-bottom: 0;
  padding: 16px 40px;
  font-weight: 400;
  transition: border-color .15s, background-color .15s, color .15s;
}

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

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

.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, .button.accent {
  background-color: var(--primary);
  color: var(--white);
}

.button.transparent {
  background-color: var(--white);
  color: var(--black);
}

.button.transparent:hover {
  background-color: var(--primary);
  color: var(--white);
}

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

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

.nav-link:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c) {
  color: var(--black);
}

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

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

.brand {
  margin-bottom: 4px;
}

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

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

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

.h1-big {
  color: #fff;
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 60px;
  line-height: 1.2;
}

.hero-wrapper {
  max-width: 800px;
  padding-top: 64px;
  padding-bottom: 144px;
}

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

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

.section {
  position: relative;
}

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

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

.section.accent-bg.padding-medium {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

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

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

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

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

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

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

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

.white-service {
  color: var(--black);
  text-align: center;
  background-color: #fff;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 32px 24px;
  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);
  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(--primary);
  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(--primary);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding-right: 2px;
  display: flex;
}

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

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

.above-text {
  color: #fff;
  max-width: 600px;
  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;
}

.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 {
  opacity: .9;
  color: var(--white);
}

.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-flex {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 36px;
  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(--primary);
  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-wrapper {
  aspect-ratio: 5 / 4;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.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.services {
  grid-column-gap: 42px;
  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;
}

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

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

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

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

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

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

.service-rich li {
  margin-bottom: 4px;
}

.service-rich strong {
  color: var(--black);
}

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

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

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

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

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

.space._18 {
  height: 18px;
}

.service-icon {
  width: 44px;
}

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

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

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

.contact-wrapper.smaller {
  font-size: 15px;
}

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

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

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

.h2-contact.font-18 {
  font-size: 18px;
}

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

.footer-grid-2 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .6fr 1fr;
  margin-top: 64px;
}

.footer-link-default {
  opacity: .9;
  color: var(--white);
  margin-bottom: 20px;
  text-decoration: none;
  transition: color .25s;
  display: inline-block;
}

.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 {
  color: #fff;
}

.featured-grid-default {
  grid-column-gap: 72px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

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

.flex-block-2.gap-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  margin-top: 20px;
  padding-left: 90px;
}

.hero-overlay {
  z-index: -1;
  background-color: var(--black);
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.service-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.filter {
  filter: saturate(95%) contrast(105%);
}

.contact-icon {
  object-fit: contain;
  width: 34px;
  height: 34px;
}

.span-primary {
  color: var(--primary);
}

.nav-logo-text {
  color: var(--white);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.nav-logo-text:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c) {
  color: var(--black);
}

.image {
  margin-top: 1rem;
}

.image-2 {
  width: 100%;
  max-width: 320px;
}

.gallery-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 4rem;
  display: grid;
}

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

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

.gallery-lightbox {
  border-radius: 3px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

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

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

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

.rich-text-block {
  margin-bottom: 24px;
}

.hero-gradient {
  z-index: -1;
  background-image: linear-gradient(180deg, transparent, var(--black));
  opacity: .5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.rich-text-block-2 {
  margin-bottom: 3rem;
}

.div-block-3 {
  flex-flow: column;
  margin-bottom: 3rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .white-service {
    padding: 42px 32px;
  }

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

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

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

  .nav-link {
    color: #1c1a17;
    padding: 12px 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-left: 0;
    padding: 12px 5%;
  }

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

  .menu-button-image:where(.w-variant-070e7e24-638c-4e05-d49c-1c294fc8450c) {
    filter: invert();
  }

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

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

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

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

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

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

  .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-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-rich {
    margin-left: 0;
    margin-right: 0;
  }

  .service-wrapper {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    flex-flow: column-reverse;
  }

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

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

  .flex-block-2.gap-16px {
    padding-left: 0;
  }

  .gallery-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

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

  h2 {
    font-size: 32px;
  }

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

  .brand {
    padding-left: 0;
  }

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

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

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

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

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

  .section.accent-bg.padding-medium {
    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-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 {
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

  h2 {
    font-size: 30px;
  }

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

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

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

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

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

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

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

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

  .footer-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

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

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

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

  .sidebar {
    width: 100%;
  }

  .other-services {
    margin-bottom: 0;
  }

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

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

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

  .gallery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid.four-column, .gallery-grid.three-column {
    grid-template-columns: 1fr 1fr;
  }
}

#w-node-f261b132-b70c-516c-987b-2f0f7205edc8-d632b2a2 {
  place-self: center;
}

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

#w-node-e2fb5fa3-840d-1494-09e8-8c2f4629a2de-4629a2de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

#w-node-_3130f5a5-f05a-6009-07ef-6491d62ba0e5-d632b2a9, #w-node-cff1a506-afb1-10bd-dd2e-c69cb60b3f67-d632b2a9, #w-node-_14af07b6-4445-719a-d2b1-c6f80a49d7d0-d632b2a9, #w-node-_396ee765-83a8-a0bf-f24d-59962d643aee-d632b2a9, #w-node-_184ef00e-1558-7da3-e764-880365f5d8f5-d632b2a9, #w-node-_64774e55-1f8d-77de-6786-8733706d6d88-d632b2a9 {
  grid-area: span 1 / span 5 / span 1 / span 5;
}

#w-node-e0b3a8ac-6e68-62eb-e26d-9123bc25ce40-f0b7e2e5, #w-node-e99304ad-0ae1-1826-d9bd-d0bd39e5ab78-f0b7e2e5, #w-node-_232aa961-288a-a3c0-7c2d-d0214ddb83a0-f0b7e2e5 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

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

  #w-node-_3130f5a5-f05a-6009-07ef-6491d62ba0e5-d632b2a9, #w-node-cff1a506-afb1-10bd-dd2e-c69cb60b3f67-d632b2a9, #w-node-_14af07b6-4445-719a-d2b1-c6f80a49d7d0-d632b2a9, #w-node-_396ee765-83a8-a0bf-f24d-59962d643aee-d632b2a9, #w-node-_184ef00e-1558-7da3-e764-880365f5d8f5-d632b2a9, #w-node-_64774e55-1f8d-77de-6786-8733706d6d88-d632b2a9, #w-node-e0b3a8ac-6e68-62eb-e26d-9123bc25ce40-f0b7e2e5, #w-node-e99304ad-0ae1-1826-d9bd-d0bd39e5ab78-f0b7e2e5, #w-node-_232aa961-288a-a3c0-7c2d-d0214ddb83a0-f0b7e2e5 {
    grid-column: span 4 / span 4;
  }
}

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

  #w-node-_5a0682cc-13d7-a0d0-e8ef-1b14fb28b7ae-662b3a90 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_3130f5a5-f05a-6009-07ef-6491d62ba0e5-d632b2a9, #w-node-cff1a506-afb1-10bd-dd2e-c69cb60b3f67-d632b2a9, #w-node-_14af07b6-4445-719a-d2b1-c6f80a49d7d0-d632b2a9, #w-node-_396ee765-83a8-a0bf-f24d-59962d643aee-d632b2a9, #w-node-_184ef00e-1558-7da3-e764-880365f5d8f5-d632b2a9, #w-node-_64774e55-1f8d-77de-6786-8733706d6d88-d632b2a9, #w-node-e0b3a8ac-6e68-62eb-e26d-9123bc25ce40-f0b7e2e5, #w-node-e99304ad-0ae1-1826-d9bd-d0bd39e5ab78-f0b7e2e5, #w-node-_232aa961-288a-a3c0-7c2d-d0214ddb83a0-f0b7e2e5 {
    grid-column: span 3 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0bd1099e-213a-7bb8-b078-db03837d1ee6-662b3a90 {
    grid-area: 3 / 1 / 4 / 2;
  }

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

  #Yritys.w-node-c83cdef2-e1cb-9a26-284d-3fb7f548802c-d632b2a5, #Sahkoposti.w-node-_756d2620-3a29-5991-2d05-ae80364bf586-d632b2a5, #Puhelin.w-node-_85191522-6539-bb46-3ea7-b5ba9a32783f-d632b2a5, #w-node-_3130f5a5-f05a-6009-07ef-6491d62ba0e5-d632b2a9, #w-node-cff1a506-afb1-10bd-dd2e-c69cb60b3f67-d632b2a9, #w-node-_14af07b6-4445-719a-d2b1-c6f80a49d7d0-d632b2a9, #w-node-_396ee765-83a8-a0bf-f24d-59962d643aee-d632b2a9, #w-node-_184ef00e-1558-7da3-e764-880365f5d8f5-d632b2a9, #w-node-_64774e55-1f8d-77de-6786-8733706d6d88-d632b2a9, #w-node-e0b3a8ac-6e68-62eb-e26d-9123bc25ce40-f0b7e2e5, #w-node-e99304ad-0ae1-1826-d9bd-d0bd39e5ab78-f0b7e2e5, #w-node-_232aa961-288a-a3c0-7c2d-d0214ddb83a0-f0b7e2e5 {
    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;
}