:root {
  --body: #606060;
  --black: black;
  --accent: #ed6019;
  --white: white;
  --dark-accent: #181818;
  --table-border-color: #00000040;
  --hover: #dd4f0d;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

@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: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 24px;
  font-size: 45px;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 16px;
}

a {
  text-decoration: none;
}

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

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

.button-icon {
  z-index: 1;
  margin-top: 2px;
  position: relative;
}

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

.button-text {
  z-index: 1;
  text-transform: none;
  position: relative;
}

.text-light {
  font-size: 14px;
}

.text-light.margin-bottom-fourty {
  color: #e7e7e7;
  margin-bottom: 40px;
}

.text-light.margin-bottom-fourty.hero-font-size {
  color: var(--white);
  font-size: 16px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.nav {
  height: 50px;
  padding-left: 23px;
  padding-right: 23px;
}

.no-margin-top {
  margin-top: 0;
}

.no-margin-top.text-white.margin-bottom-thirty {
  margin-bottom: 30px;
  font-size: 48px;
  line-height: 1.2;
}

.container {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container.slider-container {
  width: 100vw;
}

.home-one-hero-shape {
  width: 110%;
  max-width: none;
  height: auto;
}

.home-one-hero-shape.hide {
  display: none;
}

.hero-overlay-image {
  z-index: 20;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.navbar-button-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-end;
  align-items: center;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 190px 1fr 190px;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.menu-button {
  cursor: pointer;
  display: none;
}

.margin-top-five {
  margin-top: 5px;
}

.overflow-hidden {
  overflow: hidden;
}

.home-three-service-heading {
  flex: 1;
  max-width: 507px;
}

.button-orange-arrow {
  color: var(--accent);
  margin-top: 2px;
}

.service-card-text-wrapper {
  padding: 35px 40px 40px;
}

.home-three-service-cards {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-two-text {
  color: var(--accent);
  font-weight: 600;
}

.tab-image-full-width {
  width: 100%;
}

.tab-image-full-width.service-image-height {
  object-position: 50% 50%;
  height: 350px;
}

.tab-image-full-width.service-image-height.cover-left-0 {
  object-position: 0% 50%;
}

.button-two-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.heading-six {
  color: #16232b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.heading-six.text-orange {
  color: var(--accent);
}

.service-card-image-wrapper {
  position: relative;
}

.home-three-service-text-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: space-between;
  align-items: center;
  max-width: 1250px;
  margin-bottom: 60px;
}

.image-appear-overlay {
  z-index: 10;
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  background-color: #ff5e14;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

.tag-text {
  color: var(--accent);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 600;
}

.tag-text.margin-bottom-6px {
  margin-bottom: 8px;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.home-three-service-card {
  color: var(--body);
  background-color: #f3f3f3;
  text-decoration: none;
  transition: box-shadow .3s;
  display: block;
}

.home-three-service-card:hover {
  box-shadow: 5px 4px 50px #00000014;
}

.heading-five {
  color: #16232b;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.heading-five.margin-bottom-fifteen {
  margin-bottom: 15px;
}

.no-margin {
  margin: 0;
}

.no-margin.text-white.footer-two-heading {
  color: var(--black);
  font-size: 28px;
  line-height: 1.2;
}

.footer-main-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1280px;
  padding-bottom: 110px;
}

.footer-two-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  padding-bottom: 60px;
}

.footer-bottom-copyright {
  border-top: 1px solid #ffffff40;
  max-width: 1820px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-two-about {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.quick-links-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.footer-two-border {
  background-color: #00000026;
  width: 100%;
  max-width: 1820px;
  height: 1px;
  margin-bottom: 60px;
}

.text-white {
  color: #fff;
}

.footer-link {
  color: var(--body);
  text-decoration: none;
  transition: color .25s;
}

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

.footer-bottom-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom-wrapper.footer-bottom-text-center {
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.footer-one-contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: 295px;
}

.footer-one-quick-link {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
}

.artifix.contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #f7f7f7;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 80px;
}

.margin-bottom-thirty {
  margin-bottom: 30px;
}

.footer-contact-information {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}

.navbar {
  z-index: 9999;
  background-color: #ddd0;
  border-bottom: 1px solid #d6d6d600;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-2 {
  justify-content: flex-start;
  align-items: center;
  width: 164px;
  display: flex;
  position: relative;
}

.konstructor-2 {
  object-fit: contain;
  height: 40px;
  position: absolute;
  inset: auto;
}

.home-one-hero {
  position: relative;
  overflow: hidden;
}

.slide-nav {
  z-index: 40;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  height: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 11px;
  display: flex;
  inset: auto auto 0% 20px;
}

.text-orange {
  color: var(--accent);
}

.home-one-image-overlay {
  z-index: 5;
  background-image: linear-gradient(90deg, #1111118c, #11111159);
  position: absolute;
  inset: 0%;
}

.home-one-hero-banner-images {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.home-one-hero-slider-image {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
}

.home-one-hero-slider-image.home-one-hero-image-one {
  object-position: 50% 50%;
}

.home-one-hero-slider-image.home-one-hero-image-two {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.slider-arrow {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 20px;
  display: flex;
  inset: auto auto 0% 0%;
}

.slider-arrow.slider-arrow-right {
  left: 60px;
}

.slider {
  z-index: 40;
  background-color: #ddd0;
  height: auto;
  padding-bottom: 80px;
}

.home-oner-hero-content {
  z-index: 40;
  position: relative;
}

.home-one-hero-slider-text-wrapper {
  max-width: 650px;
}

.home-one-hero-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 320px;
  padding-bottom: 120px;
  display: flex;
  position: relative;
}

.slider-arrow-icon-rotate {
  transform: rotate(180deg);
}

.mask {
  height: auto;
}

.whatsapp-block {
  z-index: 9999;
  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;
}

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

.live-icon-chat {
  object-fit: cover;
  object-position: 0% 50%;
  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 3px 3px auto;
}

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

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

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

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

.margin-bottom-twenty {
  margin-bottom: 20px;
}

.tab-image-full-width-3 {
  width: 100%;
}

.tab-image-full-width-3.cover-left {
  object-position: 20% 50%;
}

.navigation-link {
  color: var(--white);
  padding: 32px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.footer-brand-link {
  width: 200px;
  margin-bottom: 30px;
}

.margin-bottom-fourty {
  margin-bottom: 40px;
}

.hide-desktop {
  display: none;
}

.subpage-hero {
  padding-top: 320px;
  padding-bottom: 200px;
  position: relative;
}

.blog-two-hero-text {
  max-width: 823px;
}

.service-grey-background {
  transform-origin: 50%;
  background-color: #f9f9f9;
  position: absolute;
  inset: 0%;
  transform: scale(.75);
}

.service-building {
  padding-top: 90px;
  padding-bottom: 90px;
}

.service-bottom-text-wrapper {
  flex: 1;
  max-width: 607px;
}

.service-building-content-wrapper {
  z-index: 3;
  position: relative;
}

.service-building-top-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1211px;
  margin-bottom: 42px;
}

.service-building-image-wrapper {
  flex: 1;
  max-width: 595px;
  position: relative;
}

.service-building-text {
  flex: 1;
  max-width: 555px;
}

.service-building-wrapper {
  position: relative;
}

.service-building-bottom-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  max-width: 1264px;
  margin-left: auto;
}

.service-cta-text-content {
  text-align: center;
  flex: 1;
  align-items: center;
  max-width: 524px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.service-cta {
  background-image: radial-gradient(circle at 28% 54%, #fff6f6, #ddd0 21%), radial-gradient(circle at 68% 39%, #fff6f6, #ddd0 23%);
  padding-top: 100px;
  padding-bottom: 150px;
}

.text-dark {
  color: #16232b;
}

.text-dark.text-semibold {
  margin-bottom: 10px;
  display: block;
}

.text-dark.capitalize {
  text-transform: capitalize;
}

.text-dark.capitalize.text-semibold.no-margin-bottom {
  margin-bottom: 0;
}

.text-error {
  color: #bb1f00;
}

.textarea {
  color: #606060;
  border: 1px solid #d3d3d3;
  width: 100%;
  min-height: 150px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}

.textarea::placeholder {
  color: #606060;
  font-size: 16px;
  font-weight: 600;
}

.success-message {
  color: var(--accent);
  background-color: #fff;
  font-weight: 500;
}

.input-field {
  color: #606060;
  border: 1px solid #d3d3d3;
  width: 100%;
  height: 65px;
  margin-bottom: 0;
  padding-left: 25px;
  font-weight: 600;
}

.input-field::placeholder {
  color: #606060;
  letter-spacing: -.16px;
  font-size: 15px;
  line-height: 25px;
}

.input-field.small {
  height: 55px;
}

.submit-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.error-message {
  padding: 20px;
}

.form-elements-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.input-wrapper {
  flex: 1;
}

.home-three-button-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
}

.call-us-text {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
}

.call-us-now-icon {
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  display: flex;
}

.call-us-now-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
}

.nav-link-card-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #3d3d3d;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 264px;
  padding: 16px;
  text-decoration: none;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.nav-link-large {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.nav-link {
  color: #000;
  padding: 20px 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  transition: all .3s;
  display: inline-block;
}

.close-link {
  position: absolute;
  inset: auto 12px auto auto;
}

.feature-outline-l {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  padding: 24px;
  transition: all .3s;
  display: flex;
}

.feature-outline-l:hover {
  box-shadow: 0 24px 64px #d9d9d97a;
}

.contact-one-form-wrapper {
  background-color: #fff;
  padding: 45px 80px 50px;
  box-shadow: 5px 4px 50px #0000001a;
}

.contact-one-form-wrapper.limit-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-bottom: 64px;
}

.contact-one-form-wrapper.small {
  padding-left: 48px;
  padding-right: 48px;
}

.home-three-about-top-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}

.home-three-about-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #f9f9f9;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 30px;
}

.home-three-about-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 657px;
  display: flex;
}

.home-three-about-image-wrapper {
  background-color: #fff;
  flex: 1;
  max-width: 561px;
  padding: 0;
  position: relative;
  box-shadow: 5px 4px 50px #00000014;
}

.home-three-about-description {
  max-width: 266px;
}

.home-three-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.home-three-about-heading {
  flex: 1;
  max-width: 542px;
}

.container-3 {
  max-width: 1320px;
  padding-left: 15px;
  padding-right: 15px;
}

.container-3.service-section-gap {
  margin-top: 80px;
}

.home-three-about-small-image {
  flex: 1;
  max-width: 339px;
  position: relative;
}

.home-three-about-text-wrapper {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex: 1;
  max-width: 284px;
}

.home-three-about-content {
  flex: 1;
  max-width: 664px;
}

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

.section.no-top-padding {
  padding-top: 0;
}

.section.no-top-padding.hide {
  display: none;
}

.template-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
}

.template-grid.spacing-small {
  margin-bottom: 42px;
}

.legal-paragraph {
  color: #333;
}

.h5-styleguide {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 110vh;
  max-height: 100%;
  padding-top: 10vh;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.space {
  height: 24px;
}

.space._10 {
  height: 10px;
}

.contact-information-grid {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-information-title {
  color: var(--black);
  margin-bottom: 10px;
  font-weight: 600;
}

.margin-bottom-4px {
  margin-bottom: 4px;
}

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

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

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

.button-text-2 {
  z-index: 1;
  position: relative;
}

.navbar-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-two {
  background-color: #fff;
}

.navbar-two.navbar-shadow {
  z-index: 9999;
  padding-top: 14px;
  padding-bottom: 14px;
  position: fixed;
  inset: 45px 0% auto;
  box-shadow: 5px 4px 50px #00000014;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--accent);
  color: #fff;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  min-width: 190px;
  height: 55px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.jl-kiinteistopalvelut {
  object-fit: contain;
  object-position: 0% 50%;
  height: 70px;
}

.menu-button-3 {
  cursor: pointer;
  display: none;
}

.top-bar-left-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  justify-content: flex-start;
  align-items: center;
}

.body-small-text {
  font-size: 14px;
  line-height: 24px;
}

.top-bar-overlay {
  background-color: #ed6019;
  min-width: 380px;
  position: absolute;
  inset: 0% -10px 0% auto;
  transform: skew(-20deg);
}

.top-bar {
  z-index: 9999;
  background-color: var(--dark-accent);
  max-height: 45px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  inset: 0% 0% auto;
  overflow: hidden;
}

.top-bar-wrapper {
  z-index: 10;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.top-bar-contact-information {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 24px;
  display: flex;
}

.top-bar-contact-information.show-only-mobile {
  display: none;
}

.footer-title {
  color: var(--black);
  font-weight: 600;
}

.luotettava-kumppani-logo {
  width: 200px;
}

.h2-medium {
  font-size: 28px;
}

.cell {
  border: 1px solid var(--table-border-color);
  width: 100%;
  padding: 4px;
}

.cell.first {
  border-style: none none solid solid;
  border-color: var(--table-border-color);
}

.cell.second {
  border-top-style: none;
  border-left-style: none;
}

.cell.second.custom {
  border-left-style: solid;
}

.cell.no-top {
  border-top-style: none;
  border-top-color: var(--table-border-color);
}

.cell.no-right {
  border-right-style: none;
}

.laskutustiedot-wrapper {
  color: var(--black);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.cell-heading {
  border: 1px solid var(--table-border-color);
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 4px;
  display: flex;
}

.space-2 {
  height: 10px;
}

.space-2._32 {
  height: 32px;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

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

.hide-text-desktop {
  display: none;
}

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

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

.contact-profile-image {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin-bottom: 20px;
}

.contact-title {
  margin-top: 0;
  margin-bottom: 60px;
}

.contact-icon {
  color: var(--accent);
  width: 30px;
  height: 30px;
  transition: all .2s;
}

.contact-icon:hover {
  color: var(--hover);
  transform: scale(1.1);
}

.link-block {
  margin-top: 10px;
  margin-right: 10px;
}

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

.job-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .heading-six {
    font-size: 20px;
    line-height: 30px;
  }

  .heading-five {
    font-size: 25px;
    line-height: 35px;
  }

  .no-margin.text-white.footer-two-heading {
    font-size: 30px;
  }

  .footer-two-top {
    padding-bottom: 80px;
  }

  .footer-two-border {
    margin-bottom: 100px;
  }

  .service-building {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-cta {
    padding-top: 115px;
    padding-bottom: 190px;
  }

  .input-field::placeholder {
    font-size: 16px;
    line-height: 26px;
  }

  .home-three-about-top-wrapper {
    margin-bottom: 80px;
  }

  .container-3.service-section-gap {
    margin-top: 110px;
  }

  .top-bar-overlay {
    width: 37%;
  }
}

@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) {
  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .navbar-button-wrapper {
    display: none;
  }

  .menu-bar {
    background-color: #fff;
    width: 25px;
    height: 2px;
    padding: 0;
  }

  .menu-bar.menu-top-bar {
    margin-bottom: 5px;
  }

  .menu-bar.menu-middle-bar {
    width: 17px;
    margin-bottom: 5px;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .menu-dropdown {
    background-color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 450px;
    display: flex;
  }

  .menu-button {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: var(--accent);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 12px 15px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #ff5e14cc;
  }

  .home-three-service-heading {
    max-width: none;
  }

  .service-card-text-wrapper {
    padding: 20px 20px 30px;
  }

  .home-three-service-cards {
    grid-template-columns: 1fr 1fr;
  }

  .tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .home-three-service-text-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 35px;
  }

  .footer-main-wrapper {
    grid-row-gap: 80px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 80px;
    display: grid;
  }

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

  .footer-two-border {
    margin-bottom: 25px;
  }

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

  .footer-one-contact {
    max-width: none;
  }

  .navbar {
    background-color: var(--white);
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider {
    padding-bottom: 60px;
  }

  .home-one-hero-slider-text-wrapper {
    max-width: 544px;
  }

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

  .tab-image-full-width-3 {
    width: 100%;
    height: auto;
  }

  .navigation-link {
    color: var(--black);
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 18px;
    font-weight: 400;
    display: block;
  }

  .navigation-link.last {
    margin-bottom: 40px;
  }

  .hide-desktop {
    width: 100%;
    height: 80px;
    padding-top: 40px;
    padding-left: 15px;
    display: block;
  }

  .subpage-hero {
    padding-top: 180px;
    padding-bottom: 120px;
  }

  .service-grey-background {
    display: none;
  }

  .service-building {
    background-color: #f9f9f9;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-bottom-text-wrapper {
    max-width: none;
  }

  .service-building-top-box {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 30px;
  }

  .service-building-image-wrapper, .service-building-text {
    max-width: none;
  }

  .service-building-bottom-box {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    margin-bottom: 30px;
    margin-left: 0;
  }

  .service-cta-text-content {
    max-width: none;
  }

  .service-cta {
    padding-top: 60px;
    padding-bottom: 115px;
  }

  .text-dark.capitalize.text-semibold.no-margin-bottom.mobile-xsmall-text {
    font-size: 13px;
  }

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

  .call-us-now-icon.border {
    border: 1px solid #24d366;
  }

  .call-us-now-icon.border.orange {
    border-color: #ff5e15;
  }

  .call-us-now-wrapper.hide-desktop {
    padding-top: 0;
    display: flex;
  }

  .nav-link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
  }

  .contact-one-form-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .home-three-about-top-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
  }

  .home-three-about-items {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-three-about-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: none;
    display: grid;
  }

  .home-three-about-image-wrapper, .home-three-about-description {
    max-width: none;
  }

  .home-three-about-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-three-about-heading {
    max-width: none;
  }

  .container-3.service-section-gap {
    margin-top: 50px;
  }

  .home-three-about-small-image, .home-three-about-text-wrapper, .home-three-about-content {
    max-width: none;
  }

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

  .navbar-two {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-two.navbar-shadow {
    top: 44px;
  }

  .menu-dropdown-2 {
    background-color: #fff;
    width: 100%;
    padding-bottom: 20px;
  }

  .menu-button-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #ff5e14cc;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 12px 15px;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: #ff5e14cc;
  }

  .body-small-text.text-white.mobile-xsmall-text {
    font-size: 13px;
  }

  .top-bar-overlay {
    min-width: 320px;
  }

  .top-bar-contact-information.hide-mobile {
    display: none;
  }
}

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

  h2 {
    font-size: 25px;
  }

  .text-light.margin-bottom-fourty.hero-font-size {
    font-size: 14px;
  }

  .button {
    height: 50px;
    font-size: 13px;
  }

  .no-margin-top.text-white.margin-bottom-thirty {
    font-size: 42px;
  }

  .home-one-hero-shape {
    margin-bottom: -1px;
  }

  .menu-bar {
    width: 20px;
  }

  .menu-bar.menu-middle-bar {
    width: 15px;
  }

  .menu-dropdown {
    width: 350px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .home-three-service-cards {
    grid-template-columns: 1fr;
  }

  .service-card-image-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
  }

  .heading-five {
    font-size: 17px;
    line-height: 27px;
  }

  .no-margin.text-white.footer-two-heading {
    max-width: none;
  }

  .footer-main-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-bottom: 40px;
  }

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

  .artifix {
    width: 150px;
    height: auto;
  }

  .footer {
    padding-top: 100px;
  }

  .navbar-logo-2 {
    padding-left: 0;
  }

  .konstructor-2 {
    width: 150px;
    height: auto;
  }

  .home-one-hero-wrapper {
    padding-top: 240px;
    padding-bottom: 100px;
  }

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

  .subpage-hero {
    padding-top: 160px;
    padding-bottom: 100px;
  }

  .submit-button {
    height: 50px;
    font-size: 13px;
  }

  .form-elements-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .nav-link-card-large {
    max-width: none;
  }

  .contact-one-form-wrapper {
    padding: 30px 20px 40px;
  }

  .contact-one-form-wrapper.small {
    padding-left: 32px;
    padding-right: 32px;
  }

  .home-three-about-top-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-three-about-list {
    grid-template-columns: 1fr;
  }

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

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

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

  .button-2 {
    height: 50px;
    font-size: 13px;
  }

  .menu-button-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar-contact-information.hide-mobile-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    line-height: 1.2;
  }

  .no-margin-top.text-white.margin-bottom-thirty {
    font-size: 38px;
  }

  .menu-dropdown {
    width: 250px;
  }

  .margin-top-five.hide-icon {
    display: none;
  }

  .service-card-image-wrapper {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .navbar-logo-2 {
    width: 130px;
  }

  .home-one-image-overlay {
    background-image: linear-gradient(#1a1a1b8c, #1a1a1b4d);
  }

  .home-one-hero-slider-image.home-one-hero-image-one, .home-one-hero-slider-image.home-one-hero-image-two {
    object-position: 40% 50%;
  }

  .home-one-hero-slider-text-wrapper {
    max-width: 310px;
  }

  .home-one-hero-wrapper {
    padding-top: 220px;
  }

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

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

  .whatsapp-icon {
    width: 26px;
  }

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

  .navigation-link {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
  }

  .text-dark.capitalize.text-semibold.no-margin-bottom.mobile-xsmall-text {
    font-size: 12px;
  }

  .textarea, .input-field {
    padding-left: 12px;
  }

  .submit-button {
    min-width: 100%;
  }

  .home-three-button-wrapper {
    flex-flow: column;
    align-items: flex-start;
  }

  .contact-one-form-wrapper.small {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .navbar-two.navbar-shadow {
    top: 61px;
  }

  .top-bar-left-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .body-small-text.text-white.mobile-xsmall-text {
    font-size: 12px;
  }

  .top-bar-overlay {
    min-width: 210px;
  }

  .top-bar {
    max-height: 90px;
  }

  .top-bar-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .top-bar-contact-information.show-only-mobile {
    display: flex;
  }

  .hide-icon, .laskutustiedot-wrapper {
    display: none;
  }

  .grid {
    grid-template-columns: 150px 150px 150px 150px;
    overflow: scroll;
  }

  .hide-text-desktop {
    display: block;
  }

  .about-grid {
    grid-template-columns: 2.25fr;
  }
}

#w-node-e9fae91c-ede5-18d2-c084-f7b7c0de31dd-c0de31d8 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-cb84edae-6d64-a4ec-cc45-086d9d978eb7-9d978ea9 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e9fae91c-ede5-18d2-c084-f7b7c0de31db-c0de31d8 {
    justify-self: start;
  }

  #w-node-e9fae91c-ede5-18d2-c084-f7b7c0de31ed-c0de31d8 {
    justify-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-cb84edae-6d64-a4ec-cc45-086d9d978eb7-9d978ea9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_27825b9d-3c02-05dd-6dc0-2df84a14221a-4a142205 {
    grid-row: span 1 / span 1;
  }
}


