:root {
  --body: #606060;
  --black: black;
  --accent: #dc3b33;
  --white: white;
  --hover: #c92e27;
  --dark-accent: #42454d;
}

.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 {
  font-weight: bold;
}

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

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

.text-light.margin-bottom-fourty.hero-subtitle-text {
  color: var(--white);
}

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

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

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

.container.center {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

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

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

.button-two.flex-align-left {
  justify-content: flex-start;
}

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

.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;
  background-color: var(--accent);
  transform-origin: 50% 100%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0%;
  transform: scale3d(1, 0, 1);
}

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

.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: #0003;
  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;
  padding-top: 60px;
}

.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: 140px;
  display: flex;
  position: relative;
}

.konstructor-2 {
  object-fit: contain;
  object-position: 0% 50%;
  height: 50px;
  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-accent {
  color: var(--accent);
}

.home-one-image-overlay {
  z-index: 5;
  background-image: linear-gradient(90deg, #1a1a1b8c, #1a1a1b4d);
  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: 220px;
  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: contain;
  object-position: 50% 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%;
}

.position-relative {
  position: relative;
}

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

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

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

.hide-desktop {
  display: none;
}

.subpage-hero {
  background-image: linear-gradient(90deg, #1a1a1b80, #1a1a1b59), url('../images/sr_sukitus_leikattu_banneri.jpg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 230px;
  padding-bottom: 200px;
}

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

.service-building-top-box.padding-bottom-30px {
  margin-bottom: 30px;
}

.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-building-bottom-box.padding-bottom-30px {
  margin-bottom: 30px;
}

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

.contact-two-hero {
  background-image: linear-gradient(#1a1a1b99, #1a1a1b99), url('../images/sr_sukitus_leikattu_banneri.jpg.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 180px;
  padding-bottom: 270px;
}

.contact-two-hero-text {
  max-width: 803px;
}

.contact-two-card {
  z-index: 7;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  position: relative;
}

.contact-two-cards-section {
  z-index: 10;
  margin-top: -138px;
  position: relative;
}

.contact-tag-text {
  max-width: 190px;
  margin-bottom: 30px;
}

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

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

.contact-two-card-overlay {
  z-index: 2;
  transform-origin: 50% 100%;
  background-color: #f8f2f2;
  position: absolute;
  inset: 0%;
}

.contact-two-card-box {
  min-height: 300px;
  padding: 30px 30px 40px;
  position: relative;
  overflow: hidden;
}

.contact-icon-white {
  opacity: 0;
  position: absolute;
}

.contact-two-cards-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.contact-two-icon {
  border: 1px solid #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 54px;
  height: 54px;
  display: flex;
  position: relative;
}

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

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

.contact-two-get-in-touch-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: center;
}

.contact-two-get-in-touch {
  padding-top: 80px;
  padding-bottom: 160px;
}

.contact-two-get-in-touch-text {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 622px;
  margin-bottom: 60px;
}

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

.select-field {
  color: #606060;
  background-color: #fff;
  border: 1px solid #d3d3d3;
  height: 65px;
  margin-bottom: 0;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
}

.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-socials-group {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.nav-menu-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.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-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 1;
  align-items: center;
  display: flex;
}

.nav-vertical-divider {
  background-color: #e3e3e3;
  width: 1px;
  height: 12px;
}

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

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

.navbar-2 {
  background-color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}

.icon-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.nav-link {
  color: #000;
  border-radius: 10px;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 24px;
  transition: all .3s;
}

.nav-link:hover {
  background-color: #f5f5f5;
}

.navigation-icon-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .2s;
  display: flex;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

.navigation-icon-button:hover {
  background-color: #f5f5f5;
}

.nav-button-wrapper {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-content {
  z-index: 5;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-logo {
  flex: none;
}

.image {
  width: 150px;
}

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

.primary-button {
  background-color: var(--accent);
  color: #fff;
  border-radius: 32px;
  padding: 16px 28px;
  font-size: 16px;
  font-weight: 700;
  transition: all .35s;
}

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

.primary-button.navigation-button {
  padding: 12px 20px;
}

.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: 54px;
  padding-bottom: 54px;
}

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

.about-choose-us-card-top {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  margin-bottom: 25px;
}

.about-choose-us-description {
  max-width: 635px;
  margin-bottom: 20px;
}

.about-choose-us-card-icon {
  color: var(--accent);
  flex: none;
  width: 33px;
  height: 33px;
  margin-top: 7px;
}

.choose-us-card-content {
  z-index: 5;
  position: relative;
}

.choose-us-card-shadow {
  background-color: #fff;
  position: absolute;
  inset: 0%;
  box-shadow: 5px 4px 50px #00000014;
}

.choose-us-card-shadow.shadow-box-in-active {
  opacity: 0;
}

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

.tab-image-full-width-4.image-height-full.custom-cover {
  object-position: 33% 50%;
}

.about-border {
  background-color: #ccc;
  width: 100%;
  height: 1px;
  margin-bottom: 40px;
}

.about-choose-us-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  align-items: center;
}

.about-choose-us-image-wrapper {
  flex: 1;
  max-width: 482px;
  position: relative;
}

.about-choose-us-text-wrapper {
  flex: 1;
  min-width: 545px;
  max-width: 695px;
}

.about-choose-us-box-cards {
  padding: 35px 20px;
  position: relative;
}

.about-choose-us-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
}

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

.section.light-background {
  background-color: #f7f7f7;
}

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

.referenssit-header {
  color: var(--black);
  font-size: 24px;
  font-weight: 600;
}

.referenssit-list {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 32px;
  display: flex;
}

.referssit-list-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 16px 24fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.dot {
  background-color: var(--accent);
  border-radius: 50%;
  width: 7px;
  height: 7px;
  margin-top: 6px;
  margin-left: 4px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  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;
}

.utility-nav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

.utility-logo {
  width: 100px;
}

.space {
  height: 24px;
}

.space._6 {
  height: 6px;
}

.home-two-about-content-text {
  max-width: 482px;
}

.home-two-about-text-wrapper {
  flex: 1;
  max-width: 627px;
}

.home-two-about-icon {
  color: var(--accent);
  flex: none;
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.heading-six-2 {
  color: #16232b;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.heading-six-2.margin-bottom-ten {
  text-transform: none;
}

.home-two-about-content {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  padding: 32px 42px;
  transition: box-shadow .35s;
}

.home-two-about-content:hover {
  background-color: #fff;
  box-shadow: 5px 4px 50px #0000000f;
}

.home-two-about-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.social-media-feed-wrapper {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-socials-wrapper {
  display: none;
}

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

.social-media-links-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 42px;
  display: flex;
}

.social-media-link {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--accent);
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  display: flex;
}

.social-media-link:hover {
  text-decoration: underline;
}

.social-media-image {
  color: var(--accent);
  width: 42px;
  height: 42px;
}

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

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

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

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

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

.footer-code-embed {
  color: var(--accent);
  margin-top: 5px;
}

.heading-six-3 {
  color: #16232b;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.heading-six-3.margin-bottom-ten {
  text-transform: none;
}

.home-two-about-icon-2 {
  color: var(--accent);
  flex: none;
  width: 35px;
  height: 35px;
  margin-top: 8px;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.upgrade-header {
  color: var(--black);
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.upgrade-header.smaller {
  margin-bottom: 10px;
  font-size: 18px;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-text {
  color: var(--body);
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}

.upgrade-row {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-box {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 48%;
  padding-bottom: 30px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #0006;
  display: none;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.hide-me-overlay.omakotitalo {
  z-index: 100000;
  display: none;
}

.hide-me-overlay.kerrostalo {
  z-index: 10000;
  display: none;
}

.feature-item.not-available {
  opacity: .5;
  filter: grayscale();
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: #00000008;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: #28d8931a;
  justify-content: center;
  display: flex;
}

.upgrade-accent {
  background-color: var(--accent);
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.price-text {
  color: #919496;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.discount-label {
  color: #fff;
  background-color: #28d893;
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.upgrade-container {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-text {
  padding-left: 15px;
  display: inline-block;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 32px;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px #1810635c;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px #1810635c;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px #1810632e;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px #1810632e;
}

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

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

.reference-rich-text-block h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 28px;
}

.reference-rich-text-block p {
  color: var(--black);
  font-size: 18px;
}

.reference-rich-text-block strong {
  color: var(--black);
}

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

.footer-link-small {
  color: var(--black);
  font-size: 13px;
}

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

  .footer {
    padding-top: 80px;
  }

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

  .contact-two-get-in-touch {
    padding-top: 120px;
    padding-bottom: 190px;
  }

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

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

  .about-choose-us-description {
    margin-bottom: 38px;
  }

  .about-border {
    margin-bottom: 45px;
  }

  .about-choose-us-box-cards {
    padding-left: 30px;
    padding-right: 30px;
  }

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

@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: var(--black);
  }

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

  .footer {
    padding-top: 100px;
  }

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

  .contact-two-hero {
    padding-top: 160px;
    padding-bottom: 240px;
  }

  .contact-tag-text {
    max-width: none;
  }

  .contact-two-card-box {
    min-height: 350px;
  }

  .contact-two-cards-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact-two-get-in-touch-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contact-two-get-in-touch {
    padding-top: 55px;
    padding-bottom: 115px;
  }

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

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

  .call-us-now-icon.border.orange {
    border-color: var(--accent);
  }

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

  .nav-socials-group {
    display: none;
  }

  .nav-menu-list {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-direction: column;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    border-radius: 8px;
    width: 100%;
    padding: 16px 3%;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: #141414;
    border-radius: 8px;
  }

  .nav-vertical-divider {
    display: none;
  }

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

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

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

  .nav-logo {
    flex: none;
  }

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

  .about-choose-us-card-top {
    justify-content: flex-start;
    align-items: center;
  }

  .about-choose-us-card-icon {
    margin-top: 0;
  }

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

  .about-choose-us-wrapper {
    flex-flow: column;
    align-items: stretch;
  }

  .about-choose-us-image-wrapper {
    max-width: none;
  }

  .about-choose-us-text-wrapper {
    min-width: auto;
    max-width: none;
  }

  .home-two-about-content-text, .home-two-about-text-wrapper {
    max-width: none;
  }

  .social-media-feed-wrapper {
    grid-template-columns: 1fr;
  }

  .menu-socials-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    align-items: center;
    height: 80px;
    margin-top: 32px;
    padding-left: 15px;
    display: flex;
  }

  .menu-socials-link-image {
    width: 37px;
    height: 37px;
  }

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

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .mobile-nav-code-embed {
    color: var(--accent);
    margin-bottom: -5px;
  }
}

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

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

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

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

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

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

  .contact-two-card-box {
    min-height: 300px;
  }

  .contact-two-cards-wrapper {
    grid-template-columns: 1fr;
  }

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

  .contact-two-get-in-touch-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

  .primary-button {
    display: none;
  }

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

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

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

  .about-choose-us-card-top {
    margin-bottom: 20px;
  }

  .about-choose-us-box {
    grid-template-columns: 1fr;
  }

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

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

  .home-two-about-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-two-about-content:hover {
    box-shadow: none;
  }

  .home-two-about-content-wrapper {
    grid-template-columns: 1fr;
  }

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

  .upgrade-header {
    font-size: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .price {
    font-size: 26px;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .upgrade-row {
    width: 100%;
  }

  .pricing-box {
    width: 49%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .footer-links-flex {
    grid-column-gap: 28px;
    grid-row-gap: 12px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 28px;
  }

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

  .menu-dropdown {
    width: 250px;
  }

  .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(#1a1a1b99, #1a1a1b80);
  }

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

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

  .textarea {
    padding-left: 12px;
  }

  .input-field {
    padding-left: 16px;
  }

  .select-field {
    padding-left: 10px;
  }

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

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

  .home-two-about-content {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    flex-flow: column;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-row {
    flex-direction: column;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .upgrade-container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .reference-rich-text-block h2 {
    font-size: 24px;
  }

  .reference-rich-text-block p {
    font-size: 16px;
  }
}

#w-node-_8079be2d-3165-43ee-90b4-50fb354931ac-354931a7 {
  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-_8079be2d-3165-43ee-90b4-50fb354931aa-354931a7 {
    justify-self: start;
  }

  #w-node-_8079be2d-3165-43ee-90b4-50fb354931c4-354931a7 {
    justify-self: end;
  }
}

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


