@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype"), url('../fonts/fa-duotone-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp Solid 900";
  src: url('../fonts/fa-sharp-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #252525;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --third: #3a3a3a;
  --primary: #065500;
  --secondary: #f8f6f6;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.header-div-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 0 10px;
  display: flex;
}

.header-div-2.announcement-div {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.announcement-barn-link {
  color: #f7f7f2;
  align-items: center;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.announcement-barn-link.trust {
  align-items: center;
  padding-top: 5px;
  padding-left: 10px;
}

.announcement-barn-link.test {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  text-transform: uppercase;
  font-weight: 500;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.trust-pilot {
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.fa-social {
  background-color: var(--third);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.05);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.contact-ann-block.auto-m {
  margin-left: auto;
  margin-right: auto;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

.ripple {
  z-index: 0;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple.dl-btn {
  background-color: var(--primary);
  right: -20%;
}

.ripple.call {
  background-color: var(--primary);
  width: 565px;
}

.ripple.gallery-btn-ripple {
  background-color: var(--primary);
}

.headt-call-btn {
  display: none;
}

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.logo-2 {
  background-color: #0000;
  padding-bottom: 0;
}

.co-logo-link-2.w--current {
  flex: none;
  margin-right: 5px;
}

.dl-link-holder {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #f7f7f226;
  justify-content: flex-start;
  align-items: center;
  width: 300px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

.dl-link-holder.w--current {
  background-color: var(--black);
}

.dl-link-holder.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.navbar-2 {
  background-color: #0000;
}

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  position: relative;
}

.drop-down-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 250px;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

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

.drop-down-icon {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  margin: auto 0 auto 10px;
  position: relative;
}

.nav-link-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.dl-menu.w--open {
  background-color: var(--black);
  border-radius: 4px;
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

.dropdown-toggle {
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: var(--black);
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  z-index: 101;
  background-color: var(--white);
  flex-direction: column;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.menu-link {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

.mobile-block {
  color: #ffea00;
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.logo-div-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.h-link {
  color: var(--third);
  font-size: 14px;
  text-decoration: none;
}

.hero-banner {
  z-index: 95;
  height: auto;
}

.hero-mask {
  background-color: var(--secondary);
  height: 75vh;
  min-height: 680px;
}

.slide-2 {
  background-image: linear-gradient(90deg, #f8f6f6f2, #fff0 62%), url('../images/img22.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-2._2 {
  background-image: linear-gradient(90deg, #f8f6f6f2, #fff0 62%), url('../images/img9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.left-arrow-2, .right-arrow-2, .slide-nav-3 {
  display: none;
}

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 280px;
  text-decoration: none;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('../images/svsbox2.webp');
  background-position: 27%;
}

.menu-button-image-link._2 {
  background-image: url('../images/img25.webp');
  background-position: 50%;
}

.menu-button-image-link._3 {
  background-image: url('../images/img23.webp');
  background-position: 100% 100%;
}

.menu-button-image-link._4 {
  background-image: url('../images/img34.webp');
}

.menu-button-image-link._5 {
  background-image: url('../images/img16.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 10px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 100;
  background-color: var(--black);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.menu-label-div {
  background-color: var(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 26px;
  line-height: 30px;
}

.h1.h1-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.h1.z2 {
  z-index: 2;
  position: relative;
}

.content-section {
  background-color: var(--secondary);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 70px;
  display: flex;
}

.content-section.even {
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-section.even.p-white {
  background-color: #fff;
  background-color: var(--secondary);
}

.content-section.even.p-white.bottom {
  border-bottom: 1px solid var(--black);
}

.double-content-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.double-content-div.flex-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.double-content-div._50 {
  width: 50%;
}

.double-content-div.white-inner {
  background-color: var(--secondary);
  outline-offset: -9px;
  border: 1px solid #777;
  outline: 1px solid #dadada;
  padding: 40px;
}

.coloured-underline {
  background-color: #dadada;
  border-radius: 0;
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.coloured-underline.underline-center {
  margin-left: auto;
  margin-right: auto;
}

.coloured-underline.z2 {
  z-index: 2;
  position: relative;
}

.coloured-underline.dark {
  background-color: #424242;
}

.btn-text {
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  position: relative;
}

.btn-text.call {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

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

.primary-btn {
  z-index: 1;
  background-color: var(--black);
  color: #f7f7f2;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  border: 1px solid var(--primary);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
}

.primary-btn.call:hover {
  color: var(--white);
}

.primary-btn.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn.gallery-btn.m-center {
  color: var(--white);
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn.m-auto {
  border: 1px solid var(--white);
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

.img {
  z-index: 1;
  object-fit: fill;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.p {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 26px;
}

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

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

.p.z2 {
  z-index: 2;
  position: relative;
}

.basic-p-block {
  width: 48%;
  transition: all .2s;
  position: relative;
}

.basic-p-block._w-100 {
  width: 100%;
}

.basic-p-block._w-100.center-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-div {
  z-index: 1;
  background-image: url('../images/img24.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
  bottom: -67px;
}

.img-div.svs {
  position: static;
  bottom: auto;
}

.img-div.svs.main1 {
  background-image: url('../images/img9.webp');
}

.img-div.svs.inst1 {
  background-image: url('../images/img1.webp');
}

.img-div.svs.pati1 {
  background-image: url('../images/img33.webp');
}

.img-div.svs.deck1 {
  background-image: url('../images/img16.webp');
  background-position: 50% 21%;
}

.img-div.svs.land1 {
  background-image: url('../images/img22.webp');
  background-position: 50%;
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 75%;
  padding-right: 0%;
  display: flex;
  box-shadow: -20px 20px 12px -6px #0000000a;
}

.large-p-block {
  background-color: var(--white);
  outline-offset: -18px;
  border: 1px solid #dadada;
  outline: 1px solid #f1f1f1;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000;
}

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2.h2-white._10r {
  margin-right: 10px;
}

.h2.sm {
  color: var(--primary);
  font-size: 22px;
}

.large-image-section {
  background-color: var(--secondary);
  justify-content: space-between;
  align-items: stretch;
  padding: 60px 40px;
  display: flex;
}

.large-image-section.low-p-bottom {
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.large-image-section.low-p-bottom.p-white {
  background-color: #f7f7f2;
}

.large-single-image-div {
  background-image: linear-gradient(270deg, #0000001f, #fff0 8%), url('../images/img34.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 25%;
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.left-arrow {
  color: var(--white);
  background-color: #c0c1af12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-weight: 300;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 100px -15% auto;
  overflow: hidden;
}

.left-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.text-block-2 {
  flex: none;
  margin-top: 0;
  font-family: "Fa Regular 400", sans-serif;
  font-size: 26px;
  font-weight: 400;
  display: block;
  position: static;
  inset: 0%;
}

.testemonials, .testemonials.projects {
  background-color: var(--black);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.testemonials-slider {
  border-left: 1px #c0c1af24;
  padding-left: 20px;
  padding-right: 20px;
  position: static;
}

.customer-titkle {
  color: var(--white);
  font-size: 18px;
  font-weight: 700;
}

.testemonial-content-everything {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h2-title {
  text-align: left;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
}

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

.h2-title.white.smaller {
  text-transform: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.h2-title.white.smaller.banan {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.h2-title.sm {
  font-size: 21px;
  line-height: 30px;
}

.testemonials-text {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.qoate-symbol {
  color: var(--white);
  justify-content: flex-end;
  margin-left: auto;
  padding-bottom: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 90px;
  line-height: 1;
  display: flex;
  position: relative;
}

.who-made-comment {
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.slide-nav {
  display: none;
  position: absolute;
}

.right-arrow {
  color: var(--white);
  background-color: #c0c1af12;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-left: 100px;
  transition: all .3s ease-in-out;
  display: flex;
  inset: auto 0 -15% auto;
}

.right-arrow:hover {
  background-color: var(--primary);
  transform: scale(.95);
}

.underline {
  background-color: #fb6749;
  border-radius: 6px;
  width: 60%;
  height: 5px;
  line-height: 30px;
  position: absolute;
  inset: 15px 0 auto auto;
}

.underline.testemonials-underline {
  flex: 0 auto;
  width: 20%;
  position: relative;
  left: 0%;
  right: 0;
}

.underline.testemonials-underline.orange {
  background-color: var(--primary);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: var(--secondary);
  width: 100%;
}

.block-quote {
  color: var(--white);
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.light-text-line {
  background-color: var(--primary);
  width: 40px;
  height: 2px;
  margin-right: 10px;
}

.light-text-line.dark-line {
  background-color: var(--black);
}

.light-text-line.dark-line.icon {
  color: var(--white);
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  font-family: "Fa Sharp 300", sans-serif;
  display: flex;
}

.light-text-line.pad {
  margin-top: 10px;
  margin-bottom: 20px;
  margin-right: 0;
}

.mask {
  height: auto;
  min-height: 250px;
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

.h2-div {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
}

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div.flex.center {
  justify-content: center;
  margin-bottom: 10px;
}

.slide {
  height: auto;
  padding: 15px;
}

.slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.customer-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  min-width: 80px;
  min-height: 80px;
  margin-right: 10px;
}

.grey-content-section {
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--secondary);
  background-image: linear-gradient(#f8f6f699, #f8f6f699), url('../images/bg-snazz.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.grey-content-section.bg-white {
  background-color: #0000;
}

.grey-content-section.bg-white.p-white {
  background-color: var(--secondary);
}

.grey-content-section.solid-bg, .grey-content-section.black {
  background-color: var(--black);
}

.grid-image-large-div {
  background-image: url('../images/img33.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  height: 600px;
}

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.double-p-block.left {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
}

.double-p-block.left.top {
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4vw;
}

.grey-dividing-line {
  background-color: #5f5f5163;
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grey-dividing-line.line-odd {
  background-color: #cfcfcf;
}

.grid-image-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.grid-image-div._1 {
  background-image: url('../images/img13.webp');
}

.grid-image-div._2 {
  background-image: url('../images/driveway11.webp');
  background-position: 50% 90%;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

.h2-wrapper {
  align-items: center;
  display: flex;
}

.works-texxt-lable {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 300;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works-1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 580px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works-1:hover {
  transform: scale(1.05);
  box-shadow: inset 0 -60px 200px #15162380;
}

.cta-text-contact {
  color: #212121;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.contact-section {
  background-color: var(--secondary);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-section.top40 {
  padding-top: 20px;
}

.contact-info-text {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.left-contact {
  flex-direction: column;
  justify-content: flex-start;
  width: 38%;
  display: flex;
}

.left-contact.right {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

.container-4 {
  z-index: 2;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.contact-section-wrapper.flex {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.icon-2 {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  margin-right: 20%;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--white);
  margin-top: auto;
  margin-bottom: 30px;
  margin-right: 20%;
  font-size: 28px;
  line-height: 33px;
}

.heading-3-right-text {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

.container-3 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

.heading-3-left-image {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  min-height: 250px;
  display: grid;
}

.heading-3-left-image.abs {
  position: relative;
}

.instagram {
  width: 100%;
  margin-bottom: 0;
  margin-left: 60px;
}

.foooter-logo {
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

.footer-brand.w--current {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.fb-div {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin-top: 40px;
  display: flex;
}

.footer-section-2 {
  background-color: var(--secondary);
  background-image: url('../images/asd.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 80px;
  display: flex;
}

.footer-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-nav-item {
  color: #fff;
  cursor: pointer;
  padding-top: 0;
  padding-bottom: 5px;
  transition: all .2s;
}

.footer-nav-item:hover {
  color: #ffce07;
}

.footer-nav-item.footer-contact {
  color: #fff;
  text-align: left;
  cursor: auto;
  align-items: center;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--white);
  cursor: auto;
}

.text-span-4 {
  background-color: var(--secondary);
  color: var(--black);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}

.footer-info-div-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px 20px;
  display: flex;
}

.footer-info-div-2._1 {
  background-color: #141414;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-info-div-2._1.border-edit {
  background-color: var(--black);
  justify-content: flex-start;
  padding: 60px 20px;
}

.footer-social-link {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  margin-left: 0;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-social-link:hover {
  color: #c0c1af;
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.footer-contact-links {
  border-radius: 0;
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 7px 8px 1px #0003;
}

.footer-copy-right {
  background-color: var(--black);
  border-radius: 0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 30px 20px;
  display: flex;
  box-shadow: 0 7px 8px 1px #0003;
}

.default-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.default-list._2col {
  color: var(--black);
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.default-list._4col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bullet-list {
  background-color: var(--secondary);
  border-radius: 7px;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.bullet-list.greybg {
  color: var(--white);
  background-color: #2e2e2e;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  font-size: 14px;
}

.bullet-list.w {
  background-color: var(--white);
}

.fa-icon {
  background-color: var(--primary);
  color: var(--white);
  background-image: url('../images/bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 7px 0 0% 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.list-item.rel {
  position: relative;
}

.google-maps {
  z-index: 1;
  position: absolute;
  inset: -201px 0% 0%;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
}

.areas-we-coverr-section {
  width: 100%;
}

.top-block {
  color: #fff;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.contact-content {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  text-align: left;
  border-radius: 8px;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

.contact-content:hover {
  transform: translate(-5px, -5px);
}

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

.section-1-white.p-white {
  background-color: #fff;
}

.section-1-white.p-white._0 {
  background-color: var(--secondary);
  padding-bottom: 30px;
}

.heading-1-small {
  color: #333333a1;
  font-weight: 300;
}

.container-5 {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.telephone {
  color: #fff;
}

.telephone.office-number {
  padding-left: 20px;
}

.telephone.office-number.contact-type {
  color: var(--white);
  padding-bottom: 10px;
  padding-left: 0;
}

.telephone.office-number.contact-type.m-bottom-10 {
  color: #fff;
  margin-bottom: 10px;
}

.contact-icon {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  display: inline-block;
}

.contact-type-title {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 700;
}

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

.contact-page-info {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 40px;
  display: grid;
}

.ripple-2 {
  z-index: 0;
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -27% auto auto;
}

.ripple-2.gallery-btn-ripple {
  background-color: #c0c1af;
}

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  width: 540px;
}

.h1-light {
  color: #5f5f51;
  font-weight: 400;
}

.primary-btn-2 {
  z-index: 1;
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.primary-btn-2.gallery-btn {
  background-color: #0000;
  border: 1px solid #c0c1af;
}

.primary-btn-2.gallery-btn.m-center {
  margin-top: 60px;
  margin-right: auto;
}

.primary-btn-2.gallery-btn.m-center.enquiry {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  width: 240px;
}

.list-default {
  padding-left: 10px;
}

.list-default.list-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.list-item-2 {
  align-items: center;
  padding-top: 0;
  padding-bottom: 10px;
  transition: padding .3s;
  display: flex;
}

.list-item-2:hover {
  padding-left: 20px;
}

.service-block {
  width: 100%;
}

.service-block._w-img {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.m-bottom-40 {
  margin-bottom: 40px;
}

.service-block._w-img.m-bottom-40._100 {
  width: 100%;
  display: block;
}

.service-block._w-img.m-bottom-40._100.grid {
  grid-column-gap: 3px;
  grid-row-gap: 4px;
  background-color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-top: 40px;
  margin-bottom: 0;
  display: grid;
}

.service-block._w-img.m-bottom-40._100.grid._0 {
  margin-top: 0;
}

.service-block._w-img.flex-direction._100 {
  display: block;
}

.inner-services-content {
  background-color: var(--secondary);
  height: 100%;
  padding: 20px;
}

.inner-services-content._100.grey {
  background-color: var(--black);
}

.inner-services-content._100.grey.lg {
  background-color: var(--third);
}

.h3-service-text {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 24px;
  line-height: 30px;
}

.h3-service-text.m-none {
  margin-bottom: 0;
  padding-left: 10px;
  font-size: 22px;
}

.h3-service-text.h3-light {
  color: #f7f7f2;
}

.h3-service-text.h3-light.m-none.h224 {
  font-size: 24px;
}

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

.content-section-2 {
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.double-content-div-2 {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 240px;
}

.lb-img.a {
  object-position: 50% 100%;
}

.sitemap-list {
  width: 100%;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.trust-reviews {
  margin-bottom: 0;
}

.whatsapp-icon {
  width: 22px;
  height: 22px;
}

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

.chat-block {
  background-color: var(--white);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: -3px auto auto -3px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.livechat-button {
  background-color: var(--black);
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: var(--dim-grey\<deleted\|variable-341a7e94\>);
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 13%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--primary);
  width: 50px;
  height: 50px;
  transform: scale(1.05);
}

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

.whatsapp-block {
  z-index: 120;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 20px;
  margin-right: 10px;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: static;
}

.live-chat-top-text.block {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.live-icon-chat {
  width: 47px;
  margin-right: 10px;
}

.top-section-2 {
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

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

.live-chat-bottom-text.bold {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

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

.whatsapp-chat {
  background-color: var(--white);
  border: 1px solid #00000029;
  border-radius: 7px;
  flex-direction: column;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.chat-section {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  height: 50%;
  padding: 16px 20px;
  display: flex;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.h2-wrap.c {
  text-align: center;
  justify-content: center;
  align-items: center;
}

.fa-social-2 {
  border: 1px solid var(--white);
  background-color: var(--secondary);
  color: var(--black);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

.fa-social-2.fixed {
  color: #61983c;
  background-color: #fff;
  border: 2px solid #e5605c;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.fa-social-2.fixed:hover {
  color: #fff;
}

.fa-social-2.fixed.phone {
  border-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  font-family: "Fa Solid 900", sans-serif;
}

.fa-social-2.fixed.phone:hover {
  color: #61983c;
}

.fa-social-2.fixed.reduce {
  margin-top: 0;
}

.fa-social-2.fixed.reduce:hover {
  color: #61983c;
}

.fa-social-2.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 102;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 200px;
  left: auto;
  right: 0%;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  color: var(--primary);
  margin-left: -2px;
  margin-right: -2px;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.hyperlink:hover {
  box-shadow: inset 0 -40px 0 0 var(--primary);
  color: var(--white);
}

.hyperlink.w {
  box-shadow: inset 0 -1px 0 0 var(--primary);
  color: var(--white);
}

.hyperlink.w:hover {
  box-shadow: inset 0 -20px 0 0 var(--primary);
}

.icon-3 {
  margin-right: 10px;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #fff;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999px;
  width: 44px;
  height: 24px;
  margin-bottom: 0;
  padding: 2px;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: var(--secondary);
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: var(--primary);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: var(--black);
  font-size: 12px;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-manager_button {
  background-color: var(--secondary);
  color: #333;
  cursor: pointer;
  border-radius: 7px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 16px;
  padding-bottom: 16px;
}

.fs-cc-prefs_close-icon {
  color: var(--primary);
  width: 16px;
  height: 16px;
  display: flex;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

.fs-cc-manager_icon {
  width: 32px;
  height: 32px;
}

.fs-cc-prefs_title {
  color: var(--black);
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  position: absolute;
  inset: -12px -12px auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--primary);
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: var(--secondary);
  border-radius: 12px;
  width: 100%;
  max-width: 576px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_submit-hide, .fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 20px 10px;
}

.fs-cc-banner_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--primary);
  color: var(--primary);
  background-color: #f5f5f5;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 20px;
  height: 20px;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 32px;
  margin-right: -8px;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_space-small {
  margin-bottom: 12px;
}

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie-div {
  padding-top: 10px;
}

.navigation-side-links {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  min-width: 240px;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.dropdown-link.w--current {
  filter: grayscale() invert();
  background-color: #a5a5a5;
}

.navigation-button-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.navigation-dropdown-card {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 7px;
  width: 100%;
  padding: 24px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-wrapper-2 {
  z-index: 40;
  width: 100%;
  position: relative;
}

.banner {
  z-index: 1000;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  display: flex;
  position: relative;
}

.navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
}

.copy {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-icon-wrapper {
  background-color: #e7e7e7;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #f4faf8;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #f6eaea;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #f3f6fc;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #f8f6f6;
}

.navigation-menu-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.navigation-link-2 {
  margin-left: 0;
  margin-right: 0;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

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

.navigation-link-2.contact {
  background-color: var(--black);
  color: #f8f6f6;
  margin-left: auto;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary:hover {
  background-color: #734573;
}

.button-primary.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary.icon-right {
  padding-right: 12px;
}

.paragraph-x-small {
  font-size: 12px;
  line-height: 16px;
}

.paragraph-x-small.text-weight-medium {
  font-weight: 500;
}

.navigation-button-group {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

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

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #737373;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  padding-left: 12px;
}

.navigation-dropdown-list {
  background-color: #0000;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  left: -300px;
  overflow: hidden;
}

.icon-x-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-2 {
  z-index: 999;
  background-color: var(--secondary);
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  display: flex;
}

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-logo-link, .navigation-logo-link.w--current {
  width: 250px;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: flex;
}

.subheading-small {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

.fa {
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.fa.brand {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  font-family: "Fa Brands 400", sans-serif;
  display: flex;
}

.fa.brand.yell {
  background-image: url('../images/yell.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.fa.brand.mls {
  background-image: url('../images/lms_1lms.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px 15px;
}

.image-2 {
  width: 32px;
  height: 32px;
}

.dropdown-2 {
  margin-left: 0;
}

.dropdown-toggle-2 {
  color: var(--white);
  padding: 0 20px 0 0;
  font-size: 14px;
}

.icon-4 {
  margin-right: 0;
}

.dropdown-list {
  border-radius: 7px;
}

.dropdown-list.w--open {
  background-color: #0000;
  border-radius: 8px;
  padding-top: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px 3px #0003;
}

.text-span-5 {
  color: var(--primary);
  padding-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.text-span-5.brand {
  font-family: "Fa Brands 400", sans-serif;
}

.aboutusdd {
  background-color: var(--white);
  color: var(--black);
  border-bottom: 1px solid #d8d8d8;
  width: 100%;
  padding: 10px 20px;
  text-decoration: none;
}

.aboutusdd.top {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  font-weight: 400;
  display: inline-flex;
}

.aboutusdd.top.banner, .aboutusdd.top.banner.w--current {
  background-color: #0000;
  border-bottom-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
}

.aboutusdd.z {
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.button_arrow-active {
  opacity: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button_arrow-active.is-2 {
  top: 5px;
  left: 5px;
}

.btn_fourth-bg {
  background-color: var(--primary);
  position: absolute;
  inset: auto 0% 0%;
}

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

.btn_fourth-text {
  z-index: 3;
  margin-right: 15px;
  position: relative;
}

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

.button_arrow-block {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.button_arrow-block.is-second {
  background-color: #fcfcfc;
  border-radius: 3px;
  padding: 5px;
  overflow: hidden;
}

.button_arrow-block.is-second.black {
  border: 1px solid #000;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 5px;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
}

.button.is-filled {
  color: #fcfcfc;
  background-color: #171d1e;
  border: 1px #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button.is-filled.with-icon {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--black);
  border-width: 1px;
  border-color: #0000;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-right: 10px;
  display: inline-flex;
  overflow: hidden;
}

.button.is-filled.with-icon.green {
  background-color: var(--primary);
}

.button.is-filled.with-icon.long {
  width: auto;
}

.button.is-filled.with-icon.nav {
  margin-left: auto;
  margin-right: 0;
}

.button.is-filled.with-icon.white {
  background-color: #696969;
}

.button.is-filled.with-icon.relative {
  width: 100%;
  height: 30px;
  position: absolute;
  inset: auto 0% 47%;
}

.hero__col.col--1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 56px;
  display: flex;
}

.hero__col.col--2 {
  z-index: 0;
  flex: 1;
}

.hero__person-txt-more {
  opacity: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  bottom: 78px;
}

.big-hero {
  color: var(--white);
  font-size: 6vw;
  line-height: 8vw;
}

.content {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero__person-square {
  z-index: -1;
  background-color: var(--primary);
  width: 120px;
  height: 100%;
  margin-left: -24px;
  display: block;
  position: absolute;
}

.hero__person-img {
  z-index: 0;
  object-fit: cover;
  min-width: 100%;
  height: 115%;
  display: block;
  position: relative;
}

.hero__person-cont {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero__columns {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.hero__person {
  cursor: pointer;
  border-radius: 20px;
  width: 21%;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  overflow: hidden;
}

.hero__person.mod--3, .hero__person.mod--1, .hero__person.mod--2 {
  border-radius: 0;
}

.hero__person-count-title {
  margin-bottom: -20px;
  line-height: 1em;
  display: inline-block;
}

.hero__persons {
  z-index: 0;
  justify-content: flex-end;
  height: 590px;
  margin-right: -20px;
  display: flex;
  position: relative;
}

.hero__person-count-span {
  flex: none;
  width: 100%;
  font-size: 14px;
  display: inline-block;
}

.dot {
  font-family: Varela, sans-serif;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--persons {
  display: none;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.hero__person-count {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 0%;
  font-size: 52px;
  transition: all .6s;
  display: flex;
  overflow: hidden;
}

.hero__person-title {
  flex: none;
  font-size: 34px;
  line-height: 1.1em;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.hero__person-txt-less {
  opacity: 1;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
  bottom: 80px;
  transform: rotate(-90deg);
}

.hero__person-txt-less.mod--1 {
  padding-top: 20px;
  left: -10px;
}

.hero__person-txt-less.mod--1.hide {
  display: flex;
  right: auto;
}

.hero__person-grad {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(#0000 50%, #000c);
  position: absolute;
  inset: 0%;
}

.image-3 {
  width: 40px;
}

.div-block {
  z-index: 1;
  background-color: #ececec;
  position: absolute;
  inset: 50px -180px 20px -20px;
}

.div-block.short {
  right: 100px;
}

.div-block.short.areas {
  right: -20px;
}

.slider-nav-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  padding: 16px;
  display: flex;
}

.left-arrow-hidden {
  display: none;
}

.slider-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.slider-icon {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-nav-inactive {
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: 0 2.4px 7.2px #122b690a, 0 1.2px 2.4px #122b6914, 0 0 0 1.2px #122b6914;
}

.slider-wrpaper {
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.slide-nav-hidden {
  display: none;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

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

.testimonial-author {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-pararagrap {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-image {
  height: 100%;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--primary);
  color: #fff;
  white-space: nowrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.slide-5 {
  height: auto;
}

.code-embed {
  display: block;
}

.slider-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.slider-control-row {
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.slider-nav-active {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
  box-shadow: inset 0 4.8px 14.4px #9b8eff4d, inset 0 1.2px #9b8eff99, 0 1.2px 1.2px #5b29ffcc, 0 0 0 1.2px #065500;
}

.image-4 {
  border-radius: 100%;
  width: 48px;
}

.right-arrow-hidden {
  display: none;
}

.testimonial-avatar {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  width: 140px;
  margin-bottom: 20px;
  margin-right: auto;
}

.h3-link {
  background-color: var(--primary);
  box-shadow: inset -5px 5px 0 0 var(--black);
  color: var(--white);
  padding-left: 5px;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

.h3-link:hover {
  box-shadow: inset 0 0 0 0 var(--black);
  margin-left: 2.5px;
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.text-span-6 {
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 34px;
  display: inline-block;
}

.btn-container {
  margin-top: 20px;
}

.btn-container.c {
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-svs {
  background-image: linear-gradient(#00000047, #00000047), url('../images/img22.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 300px;
  display: flex;
  position: relative;
}

.banner-svs.awc {
  background-image: none;
  overflow: hidden;
}

.toc {
  z-index: 2;
  background-color: var(--third);
  border-bottom-right-radius: 7px;
  padding: 5px 10px;
  display: flex;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.slash {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
}

.toc-link {
  color: var(--white);
  font-size: 14px;
  text-decoration: none;
}

.toc-link.current {
  font-weight: 600;
}

.text-block-3 {
  padding: 5px 15px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-end;
  width: 90%;
  max-width: 1300px;
  margin: auto auto 40px;
  display: flex;
  position: relative;
}

.banner-text-block {
  z-index: 1;
  background-color: var(--primary);
  width: 100%;
  height: 50px;
  position: absolute;
  top: 15px;
  box-shadow: -2px 3px 5px #0000005c;
}

.banner-text-block.short {
  right: 100px;
}

.banner-text {
  z-index: 2;
  color: var(--white);
  text-shadow: -5px 11px 5px #0000003d;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 15px;
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
  position: relative;
}

.banner-text-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1300px;
  margin: auto auto 40px 40px;
  display: flex;
  position: relative;
}

.black-section {
  background-color: var(--black);
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.black-section.bg-white {
  background-color: #0000;
}

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

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

.div-block-4 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  width: 50%;
  height: 100%;
  min-height: 800px;
}

.div-block-4._100 {
  min-height: 1000px;
}

.div-block-4._100.land2 {
  background-image: url('../images/img33.webp');
  background-position: 100%;
}

.div-block-4.main2 {
  background-image: none;
  min-height: auto;
}

.div-block-4.inst2 {
  background-image: url('../images/img23.webp');
}

.div-block-4.pati2 {
  background-image: url('../images/img13.webp');
}

.div-block-4.deck2 {
  background-image: url('../images/163840012.webp');
  background-position: 50%;
  min-height: 750px;
}

.logo-sm {
  width: 30px;
}

.div-block-5 {
  z-index: 99;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55vw;
  padding: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  line-height: 5vw;
}

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

.small-head {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-38 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 4px 11px;
  display: flex;
}

.div-block-38._1 {
  justify-content: flex-end;
}

.div-block-41 {
  border-left: 1px solid #a0d854;
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-39 {
  width: 60%;
}

.horizonal-scroll-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 5px solid var(--primary);
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 400vh;
  display: grid;
}

.horizonal-scroll-content.long {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.div-block-37 {
  background-image: url('../images/image-31-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #a0d854;
  width: 180px;
  height: 90px;
}

.big-green-number {
  color: var(--primary);
  padding-top: 25px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 20px;
}

.para-blue {
  color: var(--black);
  letter-spacing: 1px;
  line-height: 25px;
}

.div-block-42 {
  flex-direction: column;
  align-items: flex-start;
  padding: 0 4px 11px;
  display: flex;
}

.div-block-42._1 {
  justify-content: flex-end;
}

.div-block-43 {
  border-left: 1px solid var(--primary);
  flex: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block-44 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  padding-left: 100px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.div-block-45 {
  width: 60%;
}

.div-block-34 {
  width: 80%;
}

.main-sections {
  min-height: 778.313px;
}

.main-sections.right {
  justify-content: flex-end;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.main-sections.right.horizontal-scroll-section {
  align-items: flex-start;
  min-height: 400vh;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.div-block-46 {
  border-style: none none none solid;
  border-width: 1px;
  border-color: var(--primary);
  background-image: url('../images/image-31-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 90px 90px;
  width: 120px;
  height: 90px;
}

.div-block-46._1 {
  background-image: url('../images/step1.svg');
}

.div-block-46._1.patio {
  background-image: url('../images/patio1.svg');
}

.div-block-46._2 {
  background-image: url('../images/step2.svg');
  background-position: 50%;
}

.div-block-46._2.patio {
  background-image: url('../images/patio2.svg');
}

.div-block-46._3 {
  background-image: url('../images/step3-2.svg');
  background-position: 50%;
}

.div-block-46._3.patio {
  background-image: url('../images/patio3.svg');
}

.div-block-46._4 {
  background-image: url('../images/step4.svg');
}

.div-block-46._4.patio {
  background-image: url('../images/patio4.svg');
}

.div-block-46._5 {
  background-image: url('../images/step5.svg');
}

.div-block-46._5.patio {
  background-image: url('../images/patio5.svg');
}

.div-block-46._6 {
  background-image: url('../images/step6.svg');
}

.div-block-46._7 {
  background-image: url('../images/step7.svg');
}

.medium-head {
  color: var(--black);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.div-block-35 {
  margin-bottom: -1px;
  padding-top: 18px;
  padding-bottom: 18px;
  position: relative;
}

.image-19 {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-47 {
  display: none;
}

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

.tab {
  background-color: var(--third);
  color: var(--white);
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  margin-left: 10px;
  margin-right: 10px;
}

.tab.w--current {
  background-color: var(--primary);
}

.tab.w {
  background-color: var(--white);
  color: var(--black);
}

.tab.w.w--current {
  background-color: var(--primary);
  color: var(--white);
}

.pane {
  border-radius: 7px;
  overflow: hidden;
}

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

.div-block-48 {
  background-color: var(--secondary);
  border-radius: 7px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 15px;
  display: flex;
}

.heading-2 {
  text-align: left;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.tabs {
  width: 100%;
}

.link {
  color: var(--primary);
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 800;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
}

.code-embed-2 {
  width: 100%;
}

.card-content-2 {
  position: absolute;
  inset: auto 1.5rem 1.5rem;
  overflow: hidden;
}

.card-image-2 {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .5rem;
  height: 417px;
}

.card-icon-wrapper-2 {
  display: flex;
  position: relative;
}

.display-s-2 {
  z-index: 3;
  letter-spacing: -.02em;
  text-shadow: 0 1px 13px #000000f0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2em;
  text-decoration: none;
}

.card-2 {
  color: #fff;
  cursor: pointer;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
}

.card-button {
  background-color: #fff;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.card-content-title {
  z-index: 99;
  position: relative;
}

.card-transition-image {
  object-fit: cover;
  width: 500px;
  height: 312px;
  position: absolute;
  inset: 25% 0% 0% 40%;
}

.card-button-wrapper {
  justify-content: flex-end;
  display: flex;
  position: absolute;
  inset: 1.5rem 1.5rem auto;
}

.card-icon-2 {
  width: 1rem;
  max-height: 1rem;
}

.card-icon-2.card-icon-absolute {
  position: absolute;
  inset: 100% 0% auto;
}

.card-transition-block {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: .5rem;
  width: 100%;
  position: absolute;
}

.card-icon-outer-wrapper {
  overflow: hidden;
}

.before-after {
  width: 100%;
  height: 100%;
}

.h3-1 {
  background-image: url('../images/svsbox2.webp');
  background-position: 50%;
  background-size: cover;
}

.h3-1._2 {
  background-image: url('../images/img17.webp');
}

.h3-1._3 {
  background-image: url('../images/img12.webp');
}

.h3-1._4 {
  background-image: url('../images/img23.webp');
}

@media screen and (min-width: 1920px) {
  .double-content-div {
    display: flex;
  }

  .testemonials-slider {
    position: static;
  }

  .who-made-comment {
    position: relative;
  }

  .block-quote {
    font-size: 1.15rem;
  }

  .mask, .slider {
    width: 100%;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }

  .whatsapp-chat {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .header-div-2 {
    width: 100%;
  }

  .announcement-bar {
    display: none;
  }

  .fa-social {
    margin-right: 0;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .contact-ann-block {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .headt-call-btn {
    background-color: var(--secondary);
    color: var(--white);
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
    text-decoration: none;
    display: block;
  }

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 10px;
  }

  .drop-down-wrapper {
    margin-top: 0;
    padding-top: 0;
  }

  .nav-menu {
    z-index: 1;
    background-color: #f7f7f2;
    border-radius: 10px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    width: 100%;
  }

  .drop-down-icon {
    margin-right: 10px;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

  .logo-div-2 {
    justify-content: flex-start;
    width: 58%;
  }

  .menu-div-2 {
    width: 40%;
  }

  .menu-button-2 {
    background-color: #5f5f5117;
    border-radius: 9px;
  }

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--secondary);
    text-align: right;
  }

  .hero-mask {
    height: 550px;
    min-height: auto;
  }

  .menu-button-image-link {
    height: 160px;
  }

  .menu-button-div {
    height: auto;
  }

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

  .content-section {
    padding-bottom: 60px;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
  }

  .double-content-div._50 {
    width: 100%;
  }

  .img {
    height: 450px;
  }

  .basic-p-block {
    width: 100%;
    padding-bottom: 30px;
  }

  .img-div {
    width: 100%;
    height: 400px;
    bottom: auto;
  }

  .pinned-content-div {
    justify-content: center;
    width: 100%;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    border: 1px solid #e0e0e0;
    margin-top: 20px;
    padding: 20px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

  .large-image-section {
    flex-direction: column;
    padding-bottom: 60px;
  }

  .large-single-image-div {
    background-image: url('../images/img34.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    min-height: 450px;
    margin-top: 0;
    margin-bottom: 0;
    position: static;
  }

  .left-arrow {
    inset: auto auto -15% 2.5%;
  }

  .testemonials {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .testemonials.projects {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
  }

  .customer-titkle {
    font-size: 1.2rem;
  }

  .qoate-symbol {
    font-size: 60px;
  }

  .who-made-comment {
    margin-top: 20px;
  }

  .right-arrow {
    bottom: -15%;
    left: 2.5%;
    right: 0;
  }

  .block-quote {
    font-size: 16px;
  }

  .h2-div {
    flex-direction: column;
    align-items: flex-start;
  }

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

  .h2-div.flex.center {
    justify-content: center;
  }

  .slide {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-image-large-div {
    height: 450px;
  }

  .double-p-block.left {
    width: 90%;
    padding: 60px 0;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

  .h2-wrapper {
    align-items: center;
    display: flex;
  }

  .works-1 {
    width: 100%;
    min-width: 300px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column-reverse;
  }

  .heading-3-left-image {
    width: 100%;
    margin-top: 0;
  }

  .instagram {
    margin-left: 0;
  }

  .footer-brand.w--current {
    min-height: 180px;
  }

  .fb-div {
    justify-content: center;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

  .footer-info-div-2._1.border-edit {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .footer-contact-links {
    flex-direction: column;
  }

  .footer-copy-right {
    justify-content: center;
  }

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

  .google-maps {
    width: 100%;
  }

  .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-block {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-content {
    flex-direction: column;
    display: flex;
  }

  .section-1-white.p-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service-block._w-img.m-bottom-40.flex-reverse-bespok {
    flex-direction: column-reverse;
    display: flex;
  }

  .service-block._w-img.m-bottom-40.flex-best {
    flex-direction: column;
    display: flex;
  }

  .service-block._w-img.m-bottom-40._100.grid {
    grid-template-columns: 1fr;
  }

  .service-block._w-img.flex-direction {
    flex-direction: column;
    display: flex;
  }

  .service-block._w-img.flex-direction.reverse {
    flex-direction: column-reverse;
  }

  .inner-services-content {
    width: 100%;
  }

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

  .double-content-div-2 {
    flex-direction: column;
    align-items: center;
  }

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .fa-container {
    z-index: 104;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding: 12px 0;
  }

  .banner {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: var(--black);
  }

  .navigation-menu-2 {
    background-color: #fff;
    padding: 12px 5%;
    overflow: auto;
  }

  .navigation-menu-2.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .navigation-link-2 {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: all;
  }

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

  .navigation-link-2.contact {
    background-color: var(--black);
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    transition-property: all;
  }

  .navigation-dropdown-toggle:hover, .navigation-dropdown-toggle.w--open {
    background-color: #f5f5f5;
  }

  .column-large._2x1 {
    grid-column-gap: 24px;
    grid-row-gap: 9px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .overline.text-color-gray-500 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .navigation-dropdown-list.w--open {
    width: auto;
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-dropdown-row {
    flex-flow: column;
    grid-template-columns: 2fr;
  }

  .aboutusdd.top.banner.w--current {
    border-bottom-style: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .btn_fourth-bg {
    display: none;
  }

  .btn_fourth-bg.black {
    display: block;
  }

  .button.is-filled.with-icon.nav {
    border-radius: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    transition: all .2s;
  }

  .button.is-filled.with-icon.nav:hover {
    color: var(--black);
    background-color: #f5f5f5;
  }

  .hero__col.col--1 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hero__col.col--2 {
    display: block;
  }

  .hero__person-txt-more {
    opacity: 1;
    padding-left: 16px;
    padding-right: 16px;
    bottom: 20px;
  }

  .hero__person-txt-more.mod--1 {
    padding-left: 16px;
  }

  .big-hero {
    width: auto;
    margin-bottom: 30px;
    font-size: 70px;
    line-height: 70px;
  }

  .hero__columns {
    display: block;
  }

  .hero__person {
    width: 240px;
    height: 376px;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero__person.mod--3, .hero__person.mod--1, .hero__person.mod--2 {
    width: 100%;
  }

  .hero__person-count-title {
    font-size: 32px;
  }

  .hero__persons {
    flex-flow: column;
    height: auto;
    margin-right: 0;
  }

  .hero__person-count-span {
    font-size: 12px;
  }

  .swiper.swiper--persons {
    margin-bottom: 40px;
    display: block;
    overflow: visible;
  }

  .swiper-slide.slide--persons {
    width: auto;
  }

  .hero__person-title {
    font-size: 22px;
  }

  .hero__person-txt-less {
    display: none;
  }

  .hero__person-grad {
    background-image: linear-gradient(#0000 68%, #0000004f);
  }

  .div-block {
    right: 0;
  }

  .slider-wrpaper {
    width: 90%;
  }

  .image-cover {
    max-height: 350px;
  }

  .slider-grid {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    flex-flow: column;
  }

  .image-5 {
    margin-right: 20px;
  }

  .banner-text-block {
    right: 0;
  }

  .black-section {
    flex-flow: column;
  }

  .div-block-4 {
    width: 100%;
    min-height: 500px;
  }

  .div-block-5 {
    justify-content: flex-end;
    align-items: flex-start;
    padding-bottom: 100px;
  }

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

  .div-block-41 {
    border-left-width: 0;
  }

  .horizonal-scroll-content {
    flex-flow: column;
    grid-template-columns: 1fr;
    width: auto;
    display: flex;
  }

  .div-block-42 {
    position: relative;
  }

  .div-block-43 {
    border-left-width: 0;
  }

  .div-block-44 {
    width: 90%;
    height: auto;
    padding-left: 0;
    overflow: visible;
  }

  .div-block-34 {
    width: 95%;
    margin-right: auto;
  }

  .main-sections.right.horizontal-scroll-section {
    justify-content: center;
    align-items: center;
    min-height: 90vh;
    margin-bottom: 0;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .div-block-47 {
    z-index: -1;
    background-color: #f3f3f3;
    width: 100%;
    height: 85%;
    display: block;
    position: absolute;
    top: 83px;
    left: -14px;
  }

  ._4grid {
    grid-template-columns: 1fr 1fr;
  }

  .card-image-2 {
    z-index: 1;
    position: relative;
  }

  .card-transition-image {
    z-index: 2;
    display: none;
  }

  .card-button-wrapper {
    z-index: 1;
  }

  .card-transition-block {
    inset: 0%;
  }

  .h3-1._2, .h3-1._4 {
    height: 300px;
  }
}

@media screen and (max-width: 767px) {
  .announcement-barn-link {
    font-size: 14px;
  }

  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

  .header-contact {
    border-left-style: none;
    margin-left: 0;
    padding-left: 5px;
  }

  .main-block {
    width: 100%;
  }

  .dl-link-img {
    margin-right: 20px;
  }

  .drop-down-wrapper {
    background-color: #fff;
    margin-top: 0;
  }

  .section-2 {
    z-index: 100;
    position: sticky;
  }

  .section-2.header-section.nav-verticle {
    position: static;
  }

  .menu-link {
    width: 100%;
  }

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

  .menu-div-2 {
    width: 100%;
  }

  .hero-mask {
    height: 450px;
  }

  .slide-2 {
    background-image: linear-gradient(90deg, #f8f6f6f2, #fff0), url('../images/img22.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slide-2._2 {
    background-image: linear-gradient(90deg, #f8f6f6f2, #fff0), url('../images/img9.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .menu-button-section, .menu-button-group-div {
    display: none;
  }

  .h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .content-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .double-content-div.white-inner {
    padding: 20px;
  }

  .primary-btn.gallery-btn.m-center {
    margin-top: 40px;
  }

  .img {
    height: 350px;
  }

  .img-div {
    height: 250px;
  }

  .h2.h2-white.lg-text.edit-padding {
    flex: 0 auto;
    margin-top: 10px;
    margin-left: 0;
    font-size: 24px;
  }

  .large-image-section {
    padding-bottom: 40px;
  }

  .large-single-image-div {
    height: auto;
    min-height: 350px;
  }

  .left-arrow {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
    padding-top: 0;
    bottom: -5%;
  }

  .testemonials {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .testemonials.projects {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .testemonials-slider {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .h2-title {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 26px;
    line-height: 30px;
  }

  .qoate-symbol {
    margin-left: 0;
    padding-right: 60px;
    position: static;
  }

  .right-arrow {
    width: 60px;
    height: 60px;
    bottom: -5%;
  }

  .underline {
    width: 50%;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .slide {
    padding-left: 0;
    padding-right: 0;
  }

  .slider {
    justify-content: center;
    align-items: center;
    width: auto;
    position: static;
  }

  .container-2 {
    padding-top: 20px;
  }

  .grey-content-section.bg-gradiant {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-image-large-div {
    height: 250px;
  }

  .grey-dividing-line, .grey-dividing-line.line-odd {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .grid-image-div {
    height: 250px;
  }

  .grid {
    grid-template-rows: auto auto auto;
  }

  .works-1 {
    min-width: 250px;
  }

  .cta-link {
    font-size: 16px;
  }

  .contact-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .heading-3-wrapper {
    flex-direction: column;
  }

  .heading-3-left-image {
    width: 100%;
  }

  .footer-section-2 {
    padding-top: 40px;
  }

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

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

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

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

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .section-1-white.p-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .content-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .banner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .dropdown-links-grid {
    grid-template-columns: 1fr;
  }

  .hero__col.col--1 {
    padding-bottom: 20px;
  }

  .hero__columns {
    display: block;
  }

  .hero__persons {
    margin-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .slider-grid {
    grid-template-columns: 1fr;
  }

  .black-section.bg-gradiant {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-4._100.land2, .div-block-4.main2, .div-block-4.inst2, .div-block-4.pati2, .div-block-4.deck2 {
    min-height: 350px;
  }

  .div-block-5 {
    width: 80%;
    padding: 20px 20px 40px;
  }

  .small-head {
    font-size: 12px;
    line-height: 15px;
  }

  .div-block-34 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-sections.right.horizontal-scroll-section {
    margin-bottom: 0;
  }

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

  .div-block-47 {
    width: 105%;
    left: -14px;
  }

  .tabs-menu {
    justify-content: center;
    align-items: flex-end;
    display: flex;
  }

  .tab {
    font-size: 15px;
  }

  ._4grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
  }

  .co-logo-link-2.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

  .drop-down-wrapper {
    margin-top: 0;
  }

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .drop-down-icon {
    margin-right: 0;
  }

  .dl-menu.w--open {
    margin-top: 0;
  }

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

  .section-2.header-section.nav-verticle {
    position: relative;
  }

  .menu-link {
    text-align: left;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 15px;
  }

  .menu-button-2 {
    background-color: var(--third);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--secondary);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 340px;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .content-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .double-content-div {
    width: 90%;
  }

  .coloured-underline {
    margin-bottom: 20px;
  }

  .primary-btn, .primary-btn.call {
    margin-top: 20px;
  }

  .primary-btn.gallery-btn.m-center {
    margin-top: 30px;
  }

  .primary-btn.m-auto {
    margin-top: 10px;
  }

  .img {
    height: 250px;
  }

  .p, .p.white {
    font-size: 14px;
  }

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

  .pinned-content-div {
    box-shadow: none;
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    outline-offset: -18px;
    background-color: #0000;
    border-style: none;
    outline: 1px #f1f1f1;
    padding: 0;
  }

  .h2 {
    font-size: 24px;
  }

  .h2.h2-white.lg-text.edit-padding {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    font-size: 18px;
  }

  .large-image-section {
    flex-direction: column;
    padding: 40px 0;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 100%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

  .testemonials {
    padding-top: 30px;
    padding-bottom: 70px;
    overflow: hidden;
  }

  .testemonials.projects {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .customer-titkle {
    font-size: 1rem;
  }

  .testemonial-content-everything {
    width: 100%;
    padding-right: 0;
  }

  .h2-title {
    margin-left: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 26px;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 14px;
    line-height: 22px;
  }

  .h2-title.white.smaller.banan {
    font-size: 15px;
  }

  .testemonials-text {
    line-height: 1;
  }

  .qoate-symbol {
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 32px;
  }

  .right-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

  .underline {
    width: 30%;
  }

  .block-quote {
    font-size: 16px;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

  .light-text-line.dark-line.icon {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .testimonials-grid {
    grid-row-gap: 35px;
  }

  .h2-div {
    margin-bottom: 0;
  }

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .h2-div.flex.center {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    position: relative;
  }

  .customer-img {
    min-width: 60px;
    min-height: 60px;
  }

  .grey-content-section.bg-gradiant {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-content-section.solid-bg {
    margin-top: 0;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .grid {
    grid-row-gap: 8px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info-block {
    padding: 25px;
  }

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

  .cta-link {
    font-size: 14px;
  }

  .icon-block {
    margin-right: 10px;
  }

  .contact-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .icon-2 {
    width: 100%;
    min-width: 50px;
    height: 100%;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    margin-right: 0%;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-3-text.sm-h3.white-h3 {
    margin-right: 0%;
    font-size: 22px;
    line-height: 28px;
  }

  .heading-3-right-text {
    padding: 30px 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .footer-brand.w--current {
    width: 100px;
    min-height: auto;
  }

  .list {
    text-align: left;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-contact-link {
    font-size: 13px;
  }

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    font-size: 13px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 5px;
    font-size: 20px;
  }

  .footer-info-div-2 {
    width: 100%;
    padding: 30px 0;
  }

  .footer-info-div-2._1 {
    border-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer-contact-links {
    flex-direction: column;
    align-items: center;
  }

  .default-list {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .default-list._3col, .default-list._4col {
    grid-template-columns: 1fr;
  }

  .bullet-list {
    background-color: var(--white);
    font-size: 14px;
  }

  .areas-list.areas-grid {
    grid-row-gap: 1px;
    grid-template-columns: 1fr;
  }

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .section-1-white.p-white {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .list-item-2:hover {
    padding-left: 0;
  }

  .service-block._w-img.m-bottom-40._100 {
    margin-bottom: 20px;
  }

  .service-block._w-img.m-bottom-40._100.grid {
    margin-top: 10px;
  }

  .inner-services-content {
    padding: 20px 0;
  }

  .inner-services-content._100 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-services-content._100.grey {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h3-service-text {
    padding-left: 0;
    font-size: 18px;
    font-weight: 300;
  }

  .h3-service-text.m-none {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
  }

  .h3-service-text.h3-light.m-none {
    margin-top: 5px;
  }

  .h3-service-text.h3-light.m-none.h224 {
    margin-top: 0;
  }

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

  .content-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .whatsapp-icon {
    width: 25px;
    height: 25px;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

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

  .live-chat-link {
    height: 20%;
  }

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .top-section-2 {
    height: 25%;
  }

  .live-chat-bottom-text.bold {
    line-height: 19px;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    display: none;
    position: relative;
  }

  .chat-section {
    height: 55%;
  }

  .h2-wrap {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fa-social-2 {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-bottom: 5px;
    margin-right: 5px;
    font-size: 18px;
  }

  .fa-container {
    top: 55%;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content, .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px auto auto 5px;
  }

  .navigation-side-links {
    min-width: auto;
  }

  .navigation-button-wrapper, .banner {
    display: none;
  }

  .navigation-menu-2 {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

  .navigation-logo-link.w--current {
    width: auto;
  }

  .aboutusdd.top.banner.w--current {
    padding-right: 0;
  }

  .hero__col.col--1 {
    flex-flow: wrap;
  }

  .big-hero {
    font-size: 40px;
    line-height: 40px;
  }

  .hero__person {
    border-radius: 14px;
    height: 250px;
  }

  .hero__persons {
    margin-right: 0;
  }

  .swiper-slide {
    width: 100%;
  }

  .image-3 {
    width: 30px;
    margin-right: 5px;
  }

  .image-cover {
    min-height: 300px;
    max-height: 300px;
  }

  .slider-pararagrap {
    font-size: 16px;
    line-height: 24px;
  }

  .slider-card {
    padding: 20px;
  }

  .div-block-2 {
    width: 85%;
  }

  .image-5 {
    width: 80px;
  }

  .text-span-6 {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-container {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .btn-container.sm, .toc {
    flex-flow: wrap;
  }

  .banner-text-block {
    top: auto;
    bottom: 0;
  }

  .banner-text {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
  }

  .banner-text-container {
    margin-left: 10px;
    margin-right: 10px;
  }

  .black-section.bg-gradiant {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .black-section.solid-bg {
    margin-top: 0;
  }

  .div-block-4 {
    min-height: 350px;
  }

  .div-block-5 {
    width: 100%;
  }

  .heading {
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-43 {
    padding-top: 0;
  }

  .main-sections.right.horizontal-scroll-section {
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-35 {
    padding-top: 0;
  }

  .div-block-47 {
    width: 100%;
    height: 70%;
    top: 134px;
    left: -7px;
  }

  .tabs-menu {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .tab {
    border-radius: 7px;
    margin-bottom: 5px;
  }

  ._4grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-content-2 {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .card-button {
    width: 2rem;
    height: 2rem;
  }

  .card-transition-image {
    top: 35%;
    left: 60%;
  }

  .card-button-wrapper {
    top: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .h3-1._2, .h3-1._4 {
    height: 200px;
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-f1f611d7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-f1f611d7 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_57c2b0b9-d221-cadd-47a1-92fabe147cf2-be147ce5, #w-node-_57c2b0b9-d221-cadd-47a1-92fabe147d00-be147ce5, #w-node-_57c2b0b9-d221-cadd-47a1-92fabe147d0e-be147ce5 {
  align-self: center;
}

#w-node-_6c4948d8-5234-24bc-6f5d-cbdcda135d9b-0cbbf40a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8a78f4e1-08bb-a1b4-02eb-7533317de5ec-f1f611dc, #w-node-_8a78f4e1-08bb-a1b4-02eb-7533317de5fa-f1f611dc, #w-node-_8a78f4e1-08bb-a1b4-02eb-7533317de608-f1f611dc {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-f1f611d7, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-f1f611d7, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-f1f611d7 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp Solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}