:root {
  --body: #525252;
  --white: white;
  --black: #242424;
}

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

@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(--body);
  font-family: Silka, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Silka, Arial, sans-serif;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  margin-top: 10px;
  margin-bottom: 16px;
  font-size: 38px;
  font-weight: 400;
  line-height: 1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  font-family: DM Serif Text;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

p {
  margin-top: -2px;
  margin-bottom: 16px;
}

a {
  text-decoration: underline;
}

strong {
  color: var(--black);
  font-weight: 400;
}

.navbar {
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
  position: sticky;
  top: 0;
}

.nav-logo {
  width: 240px;
  padding-left: 24px;
}

.section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section.dark-bg {
  color: var(--white);
  background-color: #030303e6;
}

.section.contact {
  padding-bottom: 180px;
}

.container {
  width: 100%;
  max-width: 1300px;
  padding-left: 24px;
  padding-right: 24px;
}

.container.footer-container, .container.hero-container {
  max-width: 100%;
}

.hero-section {
  justify-content: center;
  align-items: center;
  height: 45vh;
  display: flex;
  position: relative;
}

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

.hero-overlay {
  z-index: -1;
  background-image: linear-gradient(#0003, #0003);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-content-wrapper {
  width: 100%;
}

.footer {
  background-color: #030303e6;
  padding-top: 32px;
  padding-bottom: 16px;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 300px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.brand {
  padding-left: 0;
}

.footer-flex {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-logo {
  width: 260px;
  padding-left: 24px;
}

.footer-links-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

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

.footer-link.last {
  margin-right: 24px;
}

.space {
  height: 24px;
}

.space._42 {
  height: 42px;
}

.space._48 {
  height: 40px;
}

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

.subtitle {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 13px;
}

.about-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 400px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.about-image {
  width: 100%;
  padding-left: 60px;
}

.hero-slider {
  z-index: -3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.nav-link {
  color: var(--black);
  padding-left: 24px;
  padding-right: 24px;
}

.nav-link.w--current {
  color: var(--black);
}

.contact-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 2.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.black-link {
  color: #000;
}

.post-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;
  margin-top: 24px;
  margin-bottom: 24px;
  display: grid;
}

.post-image-wrapper {
  padding-top: 100%;
  position: relative;
}

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

.slide-nav {
  display: none;
}

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

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

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

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

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

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

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  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 2px 2px auto;
}

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

.close-livechat-icon {
  width: auto;
  height: auto;
}

.whatsapp-icon {
  width: 26px;
  height: auto;
}

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

.live-chat-bottom-text {
  font-size: 10px;
}

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

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

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

.livechat-button {
  background-color: #00b94a;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  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: 57px;
  height: 57px;
  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);
}

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

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

.small-whatsapp-icon {
  object-fit: contain;
  width: auto;
  height: auto;
  margin-right: 10px;
}

.footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 16px;
}

.footer-legal-text-block {
  color: #999;
  padding-left: 24px;
  font-size: 13px;
}

.divider {
  background-color: #0000001a;
  width: 100%;
  height: 1px;
}

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

.button {
  background-color: #ff3823;
  padding: 14px 24px;
  transition: all .15s;
}

.button:hover {
  background-color: #ff4800;
}

.button.submit {
  padding-left: 32px;
  padding-right: 32px;
}

.h4-styling {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 24px;
}

.input {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.input:focus {
  border-bottom-color: #000;
}

.input::placeholder {
  color: #666;
}

.submit-btn {
  grid-column-gap: 10px;
  color: #000;
  background-color: #0000;
  background-image: url('../images/Nuoli-ylos.svg');
  background-position: 83px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 14px 52px 14px 24px;
  font-size: 14px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
}

.submit-btn:hover {
  color: #fff;
  background-color: #000;
  background-image: url('../images/Valkoinen-nuoli-ylos.svg');
}

.field-label {
  text-align: left;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
}

.footer-button-text {
  color: #333;
  font-size: 13px;
}

.textarea {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  height: auto;
  min-height: 120px;
  margin-bottom: 0;
  padding: 0 0 12px;
}

.textarea:focus {
  border-bottom-color: #000;
}

.textarea::placeholder {
  color: #666;
}

.error-message {
  text-align: center;
  border-radius: 6px;
  padding: 20px;
}

.airform-link {
  color: #000;
  text-decoration: none;
}

.airform-link:hover {
  color: #00000040;
}

.field-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 32px;
  display: grid;
}

.success-message {
  background-color: #f3f3f3;
  border: 1px solid #0000001a;
  border-radius: 6px;
}

.discuss-form {
  width: 100%;
  max-width: 600px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.form-btn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.service-icon {
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}

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

.footer-legal-flex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-badge {
  height: 50px;
  margin-right: 24px;
}

.center-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 557px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading {
  font-size: 42px;
}

.margin-bottom-32px {
  margin-top: 0;
  margin-bottom: 32px;
}

.mobile-text {
  display: none;
}

@media screen and (min-width: 1280px) {
  .contact-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

@media screen and (min-width: 1920px) {
  .contact-grid {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
  }

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

  .nav-link {
    text-align: center;
  }

  .contact-grid {
    grid-template-columns: 2.5fr 1fr;
  }

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

  .discuss-form {
    max-width: 100%;
  }

  .nav-menu {
    background-color: #fff;
    width: 100%;
  }

  .menuu-button.w--open {
    background-color: #ff3823;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 48px;
  }

  .contact-grid {
    grid-template-columns: 1.5fr 1fr;
  }

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

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

  .field-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}

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

  h2 {
    font-size: 36px;
  }

  .nav-logo {
    padding-left: 0;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
  }

  .navbar-container {
    grid-template-columns: 200px 1fr;
  }

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

  .footer-logo {
    width: 240px;
    padding-left: 0;
  }

  .footer-links-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: center;
  }

  .footer-link.last {
    margin-right: 0;
  }

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

  .about-image {
    padding-left: 0;
  }

  .contact-grid {
    grid-template-columns: 1.5fr;
  }

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

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

  .whatsapp-icon {
    width: 26px;
  }

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

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

  .footer-legal-text-block {
    padding-left: 0;
  }

  .field-wrap {
    grid-column-gap: 0px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .menuu-button {
    margin-right: -18px;
  }

  .footer-legal-flex {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column-reverse;
    align-items: center;
  }

  .footer-badge {
    margin-right: 0;
  }

  .desktop-text {
    display: none;
  }

  .mobile-text {
    display: block;
  }
}

#w-node-_815e3bf3-9965-bb14-5548-7e22cf3e2a5e-cf3e2a5c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_815e3bf3-9965-bb14-5548-7e22cf3e2a60-cf3e2a5c {
  justify-self: end;
}

#w-node-_221dc2f4-a641-32e9-6980-1579b857ec5b-f7b733de, #w-node-_01e6386d-1ce5-48a5-1c19-1278ab6a377e-f7b733de {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_815e3bf3-9965-bb14-5548-7e22cf3e2a67-cf3e2a5c {
    justify-self: end;
  }

  #w-node-_01e6386d-1ce5-48a5-1c19-1278ab6a376b-f7b733de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01e6386d-1ce5-48a5-1c19-1278ab6a376b-f7b733de, #w-node-_221dc2f4-a641-32e9-6980-1579b857ec5b-f7b733de, #w-node-_01e6386d-1ce5-48a5-1c19-1278ab6a377e-f7b733de {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Silka';
  src: url('../fonts/Silka-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}