@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 {
  --black: #000;
  --primary: #ff9c2b;
  --third: #e6644a;
  --secondary: #f42444;
  --white: #fff;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

.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(--black);
  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-bar {
  z-index: 1;
  background-color: var(--black);
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  padding-top: 8px;
  padding-bottom: 8px;
  position: sticky;
}

.fa-social {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  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 {
  transform: scale(1.05);
}

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

.quote-btn:hover {
  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;
}

.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);
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  right: -20%;
}

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

.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: 5px;
  display: flex;
}

.logo-2 {
  background-color: #0000;
  width: auto;
  height: 100px;
  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: 350px;
  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(--primary);
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
}

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

.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 {
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: inline-flex;
}

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

.dropdown-toggle {
  color: var(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  align-items: center;
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  font-weight: 400;
  transition: all .3s;
  display: flex;
}

.dropdown-toggle:hover {
  border-bottom: 1px solid var(--third);
}

.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 {
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  color: var(--white);
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
  border-radius: 0%;
  width: 32px;
  height: 32px;
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
  font-weight: 300;
}

.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 {
  background-color: var(--black);
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.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(--white);
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

.menu-link:hover {
  border-bottom: 1px solid var(--third);
}

.menu-link.w--current {
  border-bottom-color: var(--secondary);
  color: var(--white);
  background-color: #0000;
  font-weight: 600;
}

.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 {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

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

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
  min-height: 680px;
}

.slide-2 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.slide-2.one {
  background-image: url('../images/open-area.webp');
}

.slide-2.two {
  background-image: url('../images/318068899.webp');
}

.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/blue-kitchen.webp');
}

.menu-button-image-link._1.garage {
  background-image: url('../images/skylight-garage.webp');
}

.menu-button-image-link._2 {
  background-image: url('../images/renovated-room.webp');
}

.menu-button-image-link._3 {
  background-image: url('../images/extended-living-room.webp');
}

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

.menu-button-image-link._5 {
  background-image: url('../images/windows-in-bedroom.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;
  padding: 5px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.menu-button-div {
  height: 290px;
}

.menu-button-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  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 {
  color: #fff;
  text-transform: uppercase;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

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

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

.coloured-underline {
  background-color: var(--white);
  border-radius: 0;
  width: 80px;
  height: 4px;
  margin-bottom: 30px;
}

.coloured-underline.colour {
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
}

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

.btn-text.call {
  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-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  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.black {
  background-color: #000;
  transition: all .2s;
}

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

.primary-btn.longer {
  width: 400px;
}

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

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

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

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

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

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

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

.img-div.home-1 {
  background-image: url('../images/loft-bathroom.webp');
}

.img-div.google {
  background-image: none;
}

.img-div.service-1 {
  background-image: url('../images/bathroom.webp');
}

.img-div.loft-1 {
  background-image: url('../images/loft-conversion-with-beams.webp');
}

.img-div.refurb {
  background-image: url('../images/marbel-top.webp');
}

.img-div.ext-1 {
  background-image: url('../images/extension-service.webp');
}

.img-div.ren-1 {
  background-image: url('../images/wooden-bedroom-theme.webp');
}

.pinned-content-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  padding-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.pinned-content-div._100 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.large-p-block {
  background-color: var(--white);
  width: 100%;
  padding: 50px;
  box-shadow: 1px 1px 3px #0000001f;
}

.large-p-block._100 {
  box-shadow: none;
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
}

.large-p-block._100.white {
  background-color: var(--white);
  box-shadow: none;
  padding: 17px;
}

.large-p-block.edit {
  background-color: #fff;
  border-radius: 0;
  box-shadow: -5px 5px 3px #0000001f;
}

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

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

.large-image-section {
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-image-section.white {
  background-color: var(--black);
}

.large-single-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;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.large-single-image-div.big {
  min-height: 900px;
}

.large-single-image-div.big.home-2 {
  background-image: url('../images/inside-new-extension.webp');
  background-size: cover;
}

.large-single-image-div.big.ren {
  background-image: url('../images/living-room.webp');
  min-height: 1000px;
}

.large-single-image-div.big.service-2 {
  background-image: url('../images/barn.webp');
}

.large-single-image-div.big.refurb-2 {
  background-image: url('../images/loft-bathroom.webp');
}

.large-single-image-div.big.ext-2 {
  background-image: url('../images/house-lights.webp');
}

.large-single-image-div.loft-2 {
  background-image: url('../images/loft-with-large-area.webp');
}

.left-arrow {
  background-color: var(--primary);
  color: var(--white);
  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 {
  color: var(--black);
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 28px;
  font-weight: 400;
}

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

.h2-title.white.smaller {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.h2-title.a {
  color: var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
}

.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 {
  background-color: var(--primary);
  color: var(--white);
  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-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  width: 40px;
  height: 2px;
}

.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;
  display: flex;
}

.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 {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  border-top: 5px solid var(--primary);
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--white), var(--primary));
  padding-top: 140px;
}

.grey-content-section.bg-gradiant.white {
  background-color: var(--black);
  background-image: none;
  padding-bottom: 100px;
}

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

.grid-image-large-div.home-3 {
  background-image: url('../images/black-kitchen.webp');
}

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

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

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

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

.grid-image-div.home-4 {
  background-image: url('../images/inside-new-kitchen.webp');
  background-position: 50% 0;
}

.grid-image-div.home-5 {
  background-image: url('../images/loft-with-bed.webp');
}

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

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

.works-image-grid.grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 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(--secondary);
  color: var(--white);
  text-transform: uppercase;
  padding: 15px 30px;
  font-weight: 500;
  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;
}

.works-1._1 {
  background-image: url('../images/kitchen-extension.webp');
  border-radius: 0;
}

.works-1._2 {
  background-image: url('../images/empty-loft.webp');
  border-radius: 0;
}

.works-1._3 {
  background-image: url('../images/white-living-room.webp');
  border-radius: 0;
}

.works-1._3.garage {
  background-image: url('../images/large-office-garage.webp');
}

.cta-text-contact {
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  color: #212121;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: 42%;
  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(--black);
  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(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.contact-info-text {
  flex-direction: column;
  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;
}

.left-contact.right._100 {
  width: 100%;
}

.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: center;
  width: 100%;
  display: flex;
}

.icon-2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", 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;
  font-size: 20px;
  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);
  font-weight: 500;
  line-height: 28px;
}

.heading-3-right-text {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  background-image: linear-gradient(#00000080, #00000080), url('../images/colorkit.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  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 {
  background-image: url('../images/modern-new-build.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.instagram {
  margin-bottom: 0;
}

.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;
  margin-bottom: 10px;
  display: flex;
}

.footer-section-2 {
  background-color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.footer-title {
  border-bottom: 1px solid var(--secondary);
  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-contact-link:hover {
  color: var(--primary);
}

.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 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  color: var(--white);
  border-radius: 0%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 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;
}

.contact-link:hover, .contact-link.w--current {
  border-bottom: 1px solid var(--secondary);
}

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

.footer-info-div-2 {
  border: 1px solid var(--primary);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 39px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: var(--primary);
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

.footer-info-div-2._1.border-edit {
  border-left-style: solid;
  border-right-style: solid;
  justify-content: flex-start;
}

.footer-social-link {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  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 {
  background-color: #0000;
}

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

.footer-copy-right {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
  display: flex;
}

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

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

.default-list._3-row {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.default-list._3-row.border {
  border: 1px #000;
  margin-top: 20px;
  padding: 11px;
}

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

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

.bullet-list.white.black {
  color: #fff;
}

.fa-icon {
  border-radius: NaNpx;
  background-color: var(--primary);
  color: var(--white);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list-item.bubble {
  border: 1px solid #0000003b;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 7px;
  box-shadow: 0 2px 5px #0000008a;
}

.list-item.bubble.white {
  border-color: #ffffff40;
  box-shadow: 0 2px 5px #ffffff61;
}

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

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

.areas-list-item.areas-list-flex {
  color: var(--white);
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 500;
  display: flex;
}

.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 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  text-align: left;
  border-radius: 0;
  width: 100%;
  padding: 30px;
  transition: all .3s ease-in-out;
  box-shadow: -1px 1px 3px #00000045;
}

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

.telephone {
  color: #fff;
}

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

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

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

.contact-icon {
  color: var(--primary);
  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;
}

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

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

.livechat-button {
  background-color: #000;
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  border-radius: 0;
  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: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--secondary);
  transform: scale(1.05);
}

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

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

.live-chat-top-text {
  color: var(--white);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

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

.live-icon-chat {
  border-radius: 0%;
  width: 47px;
  margin-right: 10px;
}

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

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

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

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

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

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

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

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

.fa-social-2 {
  border-style: solid;
  border-width: 1px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  color: var(--white);
  border-radius: 0;
  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;
}

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

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

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

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--primary);
  color: var(--white);
  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.black {
  color: var(--black);
}

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

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

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 0;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.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: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-prefs_text {
  color: #021a69;
  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 {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  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: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  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 20px;
}

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

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
  border-radius: 0;
}

.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;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lottie.left {
  justify-content: flex-start;
  align-items: center;
  display: inline-block;
}

.lottie-div {
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  padding-top: 10px;
}

.lottie-div.white {
  background-color: var(--white);
  background-image: none;
  padding-top: 40px;
  padding-bottom: 40px;
}

.assso-logo {
  width: 100%;
  display: flex;
}

.assso-logo._50 {
  width: 50%;
}

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

.assos-image._1 {
  background-image: url('../images/cscs.webp');
  background-size: contain;
  width: 50%;
  height: 90px;
}

.assos-image._1.head {
  height: 60px;
}

.assos-image._2 {
  background-image: url('../images/city-and-guild.webp');
  background-size: contain;
  width: 50%;
  height: 90px;
}

.assos-image._2.head {
  height: 60px;
}

.assos-image._2.head.check {
  background-image: url('../images/logos-checkatrade-1.webp');
}

.h1-small {
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 26px;
  font-weight: 400;
}

.h2-small {
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 23px;
  font-weight: 400;
}

.h2-small.black {
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
}

.list-icon {
  background-image: url('../images/New-Logo-no-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0%;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 5px;
}

.list-icon.pad {
  background-image: url('../images/Logo.svg');
  margin-bottom: 5px;
  padding-bottom: 0;
}

._148-social-media-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

._148-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

._148-sm-inner-circle {
  border: 1px solid var(--third);
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
}

._148-sm-inner-square {
  border: 1px solid var(--primary);
  display: block;
  position: absolute;
  inset: 0%;
  transform: rotate(45deg);
}

._148-sm-icon-image {
  width: 30px;
  height: 30px;
  position: relative;
}

.overlay {
  z-index: 999999;
  border-style: solid;
  border-width: 2px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.circle {
  background-color: #f1f1f100;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  display: flex;
}

.logo-overlay {
  background-image: url('../images/New-Logo-no-background.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-banner {
  border-style: solid;
  border-width: 3px;
  border-color: var(--third) var(--secondary) var(--secondary) var(--primary);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 450px;
  display: flex;
}

.service-banner.service {
  background-image: url('../images/conversatory.webp');
}

.service-banner.loft {
  background-image: url('../images/empty-loft.webp');
}

.service-banner.refurb {
  background-image: url('../images/modern-bathroom.webp');
  background-position: 50% 100%;
}

.service-banner.ext {
  background-image: url('../images/kitchen-extension.webp');
  background-position: 50%;
}

.service-banner.ren {
  background-image: url('../images/black-kitchen.webp');
}

.service-banner.area {
  background-image: url('../images/blue-kitchen.webp');
}

.service-banner.win {
  background-image: url('../images/winchester.webp');
}

.service-banner.gal {
  background-image: url('../images/inside-new-extension.webp');
}

.service-banner.test {
  background-image: url('../images/windows-in-bedroom.webp');
}

.service-banner.contact {
  background-image: url('../images/extended-living-room.webp');
}

.service-banner.site-map {
  background-image: url('../images/292050523.webp');
}

.banner-text {
  background-color: #fff;
  background-image: linear-gradient(90deg, var(--primary), var(--third) 50%, var(--secondary));
  color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding: 9px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.5;
}

.code-embed {
  color: var(--white);
}

.img-2 {
  object-fit: cover;
  border-radius: 20px;
  width: 300px;
  height: 300px;
  position: relative;
}

.wrapper {
  height: 170vw;
}

.container-6 {
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 60px;
  display: flex;
  position: sticky;
  inset: 0%;
  overflow: hidden;
}

.container-6.remove {
  height: auto;
  padding-top: 0;
}

.img-wrapper {
  cursor: pointer;
  border-radius: 20px;
  width: 28vw;
  margin-bottom: 6vw;
  position: relative;
  overflow: hidden;
}

.column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 28vw;
  display: flex;
}

.column._2 {
  margin-top: 0;
}

.button-liner {
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  position: relative;
}

.button-liner.darkish {
  color: #bbb;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .9rem;
}

.service-card-header {
  color: #bbb;
  text-transform: uppercase;
  flex: none;
  margin-top: 0;
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
  transform: rotate(-90deg);
}

.body-display {
  color: #bbb;
  line-height: 1.55em;
}

.services-item {
  background-color: #1f1f1f;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 350px;
  margin-bottom: -48px;
  padding: 1.8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.services-item.middle-item {
  background-image: url('../images/117946473.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -48px;
  margin-bottom: 0;
}

.services-item.left-item {
  background-image: url('../images/garage-conversion-in-progress.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  position: static;
}

.services-item.right-item {
  background-image: url('../images/117946473.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.button-line-absolute {
  z-index: 1;
  background-color: #a37c1a;
  width: 100%;
  height: 5px;
  position: absolute;
}

.feature-descriptor {
  font-weight: 500;
}

.vertical-service-wrap {
  z-index: 50;
  justify-content: space-around;
  align-items: center;
  width: 65px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.trio-cards {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  opacity: 1;
  perspective: 1000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 100px;
  display: grid;
}

.feature-title-wrapper {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
  position: relative;
}

.services-description {
  z-index: 10;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: none;
  position: relative;
}

.brands-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-line {
  background-color: #b9bbc8;
  width: 100%;
  height: 1px;
  margin-top: 4px;
  position: relative;
}

.circle-hover {
  background-color: #2a2c34;
  border-radius: 100%;
  width: 6vw;
  height: 6vw;
  position: absolute;
  inset: -6vw -6vw auto auto;
}

.circle-hover.white {
  z-index: 0;
  background-color: #fff;
  font-style: italic;
  top: -6vw;
  right: -6vw;
}

.clip {
  overflow: hidden;
}

.service-icon-wrap {
  background-color: #222;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 12rem;
  height: 12rem;
  margin-bottom: 2rem;
  display: flex;
}

.location-left-wrap {
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-3 {
  position: relative;
}

.section-3.location {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  max-height: 120svh;
  overflow: hidden;
}

.location-right-column {
  aspect-ratio: 1;
  border: 1px solid #ffffff4d;
  border-top-style: none;
  margin-top: -1px;
  transition: border-color .3s, background-color .3s;
  position: relative;
}

.location-right-column:hover {
  background-color: #fff3;
  border-bottom-color: #ffffff80;
  border-left-color: #ffffff80;
  border-right-color: #ffffff80;
}

.location-right-column.last {
  aspect-ratio: auto;
  border-width: 0;
  padding-top: 2vw;
  transition-property: none;
}

.location-right-column.last:hover {
  background-color: #fff0;
}

.text-number {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-size: 140px;
  line-height: .95;
}

.text-number.sm {
  color: #cd233a;
  text-align: center;
  margin-left: 10px;
  font-size: 70px;
}

.small-h2 {
  font-size: 20px;
  font-weight: 600;
}

.text-size-small-2 {
  font-size: 16px;
  line-height: 23px;
}

.location-right-wrap {
  color: #fff;
  border-left: 1px #000;
  width: 60%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.location-right-cta {
  color: #f0eeea;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.fullscreen-image-overlay {
  mix-blend-mode: normal;
  background-color: #0000004d;
  background-image: linear-gradient(0deg, #0003, #0000 75%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.location-right-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0%;
  display: grid;
  position: relative;
}

.fullscreen-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.container-7 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 375px;
  overflow: hidden;
}

.image-cover._100 {
  object-position: 60% 50%;
  height: 100%;
}

.location-right-cta-2 {
  color: #f0eeea;
  background-color: #0000004f;
  background-image: linear-gradient(#f0a035, #cb1d3a);
  border: 1px solid #dfdfdf;
  flex-flow: column;
  width: 100%;
  margin-top: 10px;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: -5px 5px 5px #0003;
}

.location-right-cta-2._1 {
  background-image: linear-gradient(#f0a035, #e37137 100%, #cb1d3a);
  border-style: none;
}

.location-right-cta-2._2 {
  background-image: linear-gradient(#f0a035, #e26e37 0%, #d74738 100%, #cb1d3a);
  border-style: none;
}

.location-right-cta-2._3 {
  background-image: linear-gradient(#f0a035, #d53f39 0%, #cb1d3a);
  border-style: none;
}

.text-size-small-3 {
  font-size: 16px;
  line-height: 23px;
}

.container-default {
  max-width: 1218px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-default.z-index-1 {
  z-index: 1;
  position: relative;
}

.color-neutral-300 {
  color: #eff0f6;
}

.cta-section {
  background-color: #4a3aff;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}

.cta-section.cta-v8 {
  background-image: linear-gradient(135deg, #fda12a, #dd1b3d);
}

.cta-section.bg-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section.bg-image.cta-v9 {
  background-image: url('../images/117946473.webp');
}

.floating-item {
  position: absolute;
}

.floating-item.cta-v1-01 {
  z-index: 0;
  inset: 0% auto auto -1%;
}

.color-neutral-100 {
  color: #fff;
}

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

.grid-2-columns.cta-v8 {
  grid-template-columns: .9fr 1fr;
}

.grid-2-columns.cta-v9 {
  grid-template-columns: 1fr .6fr;
}

.half-bg-image-right {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.half-bg-image-right.width-46 {
  width: 46%;
}

.half-bg-image-right.width-46.cta-v8 {
  z-index: 0;
  background-image: url('../images/house-extension.webp');
}

.btn-secondary {
  color: #211f54;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 48px;
  padding: 26px 38px;
  line-height: 20px;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  box-shadow: 0 4px 10px #14142b0a;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: translate3d(0, -3px, .01px);
}

.btn-secondary.white {
  color: #fff;
  background-color: #0000;
}

.btn-secondary.white:hover {
  color: #211f54;
  background-color: #fff;
  border-color: #fff;
}

.buttons-row {
  align-items: center;
  display: flex;
}

.btn-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #4a3aff;
  border-radius: 48px;
  justify-content: center;
  padding: 26px 38px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, transform .3s, color .3s;
}

.btn-primary:hover {
  color: #fff;
  background-color: #3324d5;
  transform: translate3d(0, -3px, .01px);
}

.btn-primary.white {
  color: #4a3aff;
  background-color: #fff;
}

.btn-primary.white:hover {
  color: #4a3aff;
  background-color: #f2f1ff;
}

.btn-primary.white.button-row {
  color: var(--secondary);
  text-align: left;
}

.btn-primary.white.button-row.a {
  background-image: none;
}

.btn-primary.button-row {
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #fc9f2a, #e64337);
  border-radius: 0;
  margin-right: 28px;
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.cta-bg-image {
  border-radius: 0;
  padding: 40px;
}

.heading {
  color: var(--black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.link-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 60px;
  display: flex;
}

.quotes {
  color: #fee140;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 99px;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: -21% 8% auto auto;
}

.quotes.alt-1 {
  color: #a6c1ee;
}

.quotes.alt-2 {
  color: #38f9d7;
}

.slider-2 {
  flex: 1;
  height: 600px;
}

.color-block {
  background-image: linear-gradient(180deg, var(--primary), var(--secondary));
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 50px 41px;
  display: flex;
}

.color-block.alt-1 {
  background-image: linear-gradient(#fbc2eb, #a6c1ee);
}

.color-block.alt-2 {
  background-image: linear-gradient(#43e97b, #38f9d7);
}

.slider-nav {
  inset: auto 0% 0%;
}

.review-button {
  color: #fee140;
  background-color: #fff;
  border-radius: 3px;
  margin-top: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  transition: all .5s;
}

.review-button:hover {
  color: #fff;
  background-color: #535353;
}

.review-button.alt-2 {
  color: #38f9d7;
}

.review-button.alt {
  color: #a6c1ee;
}

.slide-photo.photo-2 {
  background-image: url('../images/jurica-koletic-317414-unsplash-1.jpg');
  background-position: 0 0;
  background-size: cover;
}

.slide-photo.photo-1 {
  background-image: url('../images/fabio-spinelli-695744-unsplash-1.jpg');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-photo.photo-3 {
  background-image: url('../images/chelsea-ferenando-201352-unsplash-1.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.review-logo {
  opacity: .5;
  height: 32px;
  margin-top: 20px;
}

.slide-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  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: 100%;
  height: 100%;
  display: grid;
}

.right-arrow-3 {
  color: #fee140;
  inset: 0% -8% 0% auto;
}

.wrapper-2 {
  justify-content: center;
  align-items: center;
  width: 80%;
  max-width: 1000px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-wrap {
  text-align: center;
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
  position: relative;
}

.left-arrow-3 {
  color: #fee140;
  inset: 0% auto 0% -8%;
}

.adress {
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  font-weight: 800;
  display: flex;
}

.date {
  color: var(--secondary);
  font-weight: 300;
}

@media screen and (min-width: 1440px) {
  .ripple {
    background-image: linear-gradient(270deg, #ff9c2b, #e72340);
  }

  .fonticon.blue {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(135deg, #f0a035, #da203c);
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px #000;
    font-size: 20px;
  }

  .h-link.yel {
    color: var(--primary);
  }

  .h-link.red {
    color: var(--secondary);
  }

  .pinned-content-div {
    background-color: var(--white);
  }

  .pinned-content-div._100 {
    background-color: #fff0;
  }

  .large-p-block {
    background-color: #ffffff8a;
    box-shadow: -5px 5px 3px #0000001f;
  }

  .large-image-section {
    flex-flow: row;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .large-single-image-div.big {
    width: 94%;
    min-height: 450px;
  }

  .large-single-image-div.big.home-2 {
    min-height: 100%;
    display: flex;
  }

  .large-single-image-div.big.ren {
    width: 60%;
    min-height: 1200px;
  }

  .large-single-image-div.big.service-2, .large-single-image-div.big.refurb-2 {
    width: 60%;
    min-height: 1000px;
  }

  .large-single-image-div.big.ext-2 {
    width: 60%;
    min-height: 900px;
  }

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

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

  .text-number.sm {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#f9962b, #e74836);
    -webkit-background-clip: text;
    background-clip: text;
  }

  .container-default.z-index-1 {
    max-width: 1400px;
  }

  .btn-primary.button-row {
    border-radius: 0;
    margin-top: 20px;
  }

  .card.cta-bg-image {
    color: var(--black);
    border-radius: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    text-transform: uppercase;
    font-size: 28px;
    font-weight: 600;
  }

  .scroll-to {
    width: 100%;
    height: 0;
    position: absolute;
    inset: -120px 0% auto;
  }
}

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

  .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: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .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;
    display: none;
  }

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

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

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

  .dropdown-toggle:hover, .icon {
    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(--black);
    color: var(--white);
    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(--black);
    color: var(--white);
  }

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

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

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

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

  .menu-button-2.w--open {
    background-color: var(--black);
    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;
  }

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

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

  .img-div.google {
    height: auto;
  }

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

  .large-p-block {
    box-shadow: none;
    width: 90%;
    padding-bottom: 0;
    padding-left: 7px;
    padding-right: 17px;
  }

  .large-p-block._100 {
    width: 100%;
  }

  .large-p-block.edit {
    background-color: #fff0;
  }

  .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-image-section.white.edit-for-mob-padd {
    padding-top: 0;
  }

  .large-image-section.padd-bottom {
    padding-bottom: 0;
  }

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

  .large-single-image-div.big, .large-single-image-div.big.ren {
    min-height: 450px;
  }

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

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

  .grey-content-section.bg-gradiant {
    padding-top: 220px;
  }

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

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

  .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._3-row {
    grid-template-columns: 1fr 1fr;
  }

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

  .areas-list-item.areas-list-flex {
    font-weight: 500;
  }

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

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

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

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

  .fa-container {
    top: 300px;
  }

  .lottie-div.white {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h2-small {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  ._148-social-media-wrapper {
    flex-flow: row;
    margin-top: 0;
  }

  ._148-icon-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .service-card-header {
    margin-bottom: 10px;
    font-size: 22px;
  }

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

  .services-item.middle-item {
    margin-top: 0;
  }

  .services-item.left-item {
    margin-bottom: 1rem;
  }

  .button-line-absolute {
    background-color: #fcfcfc;
  }

  .trio-cards {
    grid-template-columns: 1fr;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .location-left-wrap {
    display: none;
  }

  .section-3.location {
    max-height: 100%;
    padding-top: 100px;
    padding-left: 0;
  }

  .location-right-column.last {
    width: 90%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .text-number {
    font-size: 100px;
  }

  .text-number.sm {
    font-size: 40px;
  }

  .location-right-wrap {
    width: 100%;
    padding-top: 0;
    padding-right: 0%;
  }

  .location-right-grid {
    display: block;
  }

  .hflex-space-between {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 2rem;
  }

  .image-cover {
    height: 200px;
  }

  .cta-section {
    padding-top: 112px;
    padding-bottom: 112px;
  }

  .cta-section.cta-v8 {
    padding-bottom: 0;
  }

  .floating-item.cta-v1-01 {
    width: 35%;
    top: -4%;
    left: -5%;
  }

  .grid-2-columns.cta-v8 {
    grid-template-columns: .7fr;
  }

  .grid-2-columns.cta-v9 {
    grid-template-columns: 1fr;
  }

  .half-bg-image-right {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-top: 60px;
    position: static;
    inset: auto 0% 0%;
  }

  .half-bg-image-right.width-46 {
    width: 100%;
  }

  .half-bg-image-right.width-46.cta-v8 {
    height: 60%;
  }

  .btn-primary {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .quotes {
    top: -28%;
  }

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

  .color-block {
    justify-content: center;
  }

  .review-button {
    margin-top: 30px;
  }

  .right-arrow-3 {
    right: -10%;
  }

  .left-arrow-3 {
    left: -10%;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

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

  .main-block, .dl-link-holder.lst {
    width: 100%;
  }

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

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

  .header-div-3 {
    flex-flow: column;
  }

  .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;
    justify-content: center;
    align-items: center;
  }

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

  .hero-mask {
    height: 450px;
  }

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

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

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

  .p.w.black-on-mobile {
    color: var(--black);
  }

  .img-div {
    height: 250px;
  }

  .large-p-block {
    background-color: #fff0;
  }

  .large-p-block._100.white {
    background-color: #fff0;
    padding: 0;
  }

  .large-p-block.edit {
    width: 100%;
  }

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

  .large-single-image-div.big, .large-single-image-div.big.ren {
    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 {
    font-size: 34px;
  }

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

  .h2-div.flex {
    margin-bottom: 20px;
  }

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

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

  .list-item.bubble {
    box-shadow: none;
    border-style: none;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .list-item.bubble.white {
    box-shadow: none;
    border-style: none;
  }

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

  .contact-block {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

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

  .h2-small {
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
  }

  .service-banner {
    height: 350px;
  }

  .wrapper {
    height: auto;
  }

  .section-3.location {
    height: auto;
    padding-top: 20px;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .location-right-column.last {
    width: 100%;
  }

  .text-number {
    font-size: 122px;
  }

  .text-size-small-2 {
    font-size: 15px;
  }

  .location-right-wrap {
    padding-right: 5%;
  }

  .location-right-grid {
    width: 100%;
    margin-top: 0%;
  }

  .container-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-small-3 {
    font-size: 15px;
  }

  .cta-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .floating-item.cta-v1-01 {
    width: 34%;
  }

  .grid-2-columns, .grid-2-columns.cta-v8 {
    grid-template-columns: 1fr;
  }

  .half-bg-image-right.width-46.cta-v8 {
    height: 50%;
  }

  .btn-secondary {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .btn-primary {
    padding: 20px 32px;
  }

  .btn-primary.button-row {
    margin-right: 16px;
  }

  .card.cta-bg-image {
    padding: 70px 32px;
  }

  .color-block {
    padding: 10px;
  }

  .review-text {
    font-size: 16px;
    line-height: 1.5em;
  }

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

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

  .logo-2 {
    margin-bottom: 10px;
  }

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

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

  .h-link {
    font-size: 14px;
  }

  .menu-button-2 {
    background-color: var(--black);
    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(--primary);
    color: var(--white);
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

  .menu-button-section {
    display: none;
  }

  .h1 {
    font-size: 22px;
    line-height: 32px;
  }

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

  .coloured-underline {
    margin-bottom: 20px;
  }

  .primary-btn, .primary-btn.call {
    margin-top: 20px;
  }

  .primary-btn.longer {
    width: 250px;
  }

  .p {
    font-size: 14px;
  }

  .pinned-content-div {
    padding-right: 0%;
    position: static;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    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-bottom: 30px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .large-single-image-div.big, .large-single-image-div.big.ren {
    min-height: 250px;
  }

  .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: 26px;
    font-weight: 500;
  }

  .h2-title.white {
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

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

  .testimonials-grid {
    grid-row-gap: 35px;
  }

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

  .h2-div.flex {
    flex-direction: row;
    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 {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grey-dividing-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .works-texxt-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works-1 {
    min-height: 350px;
  }

  .cta-text-contact {
    width: auto;
    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;
  }

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

  .icon-2 {
    width: 48px;
    height: 48px;
    font-size: 1em;
  }

  .heading-3-text {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 18px;
    line-height: 26px;
  }

  .heading-3-right-text {
    padding: 30px 20px;
  }

  .footer-brand {
    margin-bottom: 20px;
  }

  .list {
    text-align: center;
  }

  .fb-div {
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .footer-title {
    margin-bottom: 20px;
  }

  .footer-contact-link {
    font-size: 15px;
  }

  .footer-nav-item.footer-contact {
    flex-flow: column;
    justify-content: center;
    margin-bottom: 10px;
  }

  .footer-nav-item.footer-contact.auto-cusro {
    text-align: center;
    font-size: 15px;
  }

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

  .contact-link {
    font-size: 15px;
  }

  .footer-info-div-2 {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .footer-copy-right {
    padding-bottom: 100px;
  }

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

  .default-list._3-row {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .bullet-list {
    font-size: 14px;
  }

  .list-item.bubble, .list-item.bubble.white {
    padding: 0;
  }

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

  .live-icon {
    width: 12px;
    height: 13px;
  }

  .livechat-button {
    width: 90%;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    inset: auto 0% 0% auto;
  }

  .whatsapp-chat {
    width: 280px;
    max-width: 280px;
    height: 40vh;
    display: none;
    position: relative;
  }

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

  .assos-image._1, .assos-image._2 {
    height: 60px;
  }

  .h1-small {
    font-size: 20px;
  }

  ._148-social-media-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: flex;
  }

  ._148-icon-wrapper {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }

  ._148-sm-inner-circle {
    width: 50px;
    height: 50px;
  }

  ._148-sm-icon-image {
    width: 25px;
    height: 25px;
  }

  .banner-text {
    font-size: 21px;
  }

  .services-item {
    min-height: 120px;
    padding: 24px 24px 0;
  }

  .services-item.left-item {
    min-height: 250px;
  }

  .services-item.right-item {
    min-height: 250px;
    margin-bottom: 20px;
  }

  .feature-title-wrapper {
    margin-bottom: 48px;
  }

  .location-left-wrap {
    width: 45%;
    display: none;
  }

  .section-3.location {
    height: auto;
    padding: 60px 1rem;
  }

  .location-right-column {
    min-width: auto;
    height: 220px;
  }

  .location-right-column.last {
    height: auto;
    padding-top: 0;
  }

  .text-number {
    font-size: 85px;
    line-height: 1.15;
  }

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

  .text-size-small-2 {
    margin-top: 20px;
    font-size: 14px;
  }

  .location-right-wrap {
    width: 100%;
  }

  .location-right-cta {
    height: auto;
  }

  .image-cover {
    height: 200px;
  }

  .image-cover._100 {
    object-position: 40% 50%;
  }

  .location-right-cta-2 {
    height: auto;
  }

  .text-size-small-3 {
    margin-top: 20px;
    font-size: 14px;
  }

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

  .container-default.z-index-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .cta-section.bg-image.cta-v9 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .floating-item.cta-v1-01 {
    width: 39%;
  }

  .half-bg-image-right.width-46.cta-v8 {
    height: 40%;
  }

  .btn-secondary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .btn-primary {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .btn-primary.button-row {
    text-align: left;
    margin-bottom: 16px;
    margin-right: 0;
    font-size: 13px;
  }

  .card.cta-bg-image {
    padding: 24px;
  }

  .heading {
    margin-top: 0;
    font-size: 23px;
    line-height: 29px;
  }

  .quotes {
    inset: -379% 3% auto auto;
  }

  .slider-2 {
    flex: none;
    width: 100%;
    height: auto;
  }

  .color-block {
    width: 100%;
    padding-bottom: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .slider-nav {
    display: none;
  }

  .review-button {
    margin-top: 10px;
  }

  .slide-photo {
    z-index: 3;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: auto 0% 37%;
  }

  .slide-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column-reverse;
    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;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
    position: relative;
  }

  .right-arrow-3 {
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    display: flex;
    inset: auto 1% 1% auto;
  }

  .wrapper-2 {
    width: 90%;
    height: 80vh;
  }

  .content-wrap {
    z-index: 2;
    padding: 60px 20px 40px;
    top: 0;
  }

  .left-arrow-3 {
    justify-content: flex-start;
    align-items: flex-end;
    width: 30px;
    height: 30px;
    display: flex;
    inset: auto auto 1% 1%;
  }

  .mask-2 {
    background-image: linear-gradient(180deg, var(--primary), var(--secondary));
  }
}

#w-node-_17ef6961-5229-11ca-1ccf-308d9a770bbd-54c8c1ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-54c8c1ff {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-54c8c1ff, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-54c8c1ff, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-54c8c1ff, #w-node-_0cefc6b9-1e24-188d-6e63-1236f10eb1f1-54c8c1ff {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-_3bc01f34-2722-55a0-9973-4588d5fea860-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-c7021459-1929-7a57-2102-0918d33006b8-d90f8f03 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3a558a03-1598-3b2b-c352-d9e2f7fef5f2-b1cefb1b {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-_3a558a03-1598-3b2b-c352-d9e2f7fef5f9-b1cefb1b {
  grid-area: 1 / 1 / 7 / 12;
}

#w-node-_0325d235-926a-dd6f-393a-43856ed1bdab-b1cefb1b {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-_0325d235-926a-dd6f-393a-43856ed1bdb2-b1cefb1b {
  grid-area: 1 / 1 / 7 / 12;
}

#w-node-ca476e9a-4b31-0f8f-e175-0fce2b3d98da-b1cefb1b {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-ca476e9a-4b31-0f8f-e175-0fce2b3d98e1-b1cefb1b {
  grid-area: 1 / 1 / 7 / 12;
}

#w-node-_2ff71c6b-857a-9372-ef4a-06f348f5770d-b1cefb1b {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-_2ff71c6b-857a-9372-ef4a-06f348f57714-b1cefb1b {
  grid-area: 1 / 1 / 7 / 12;
}

#w-node-_789d5dda-4b4d-a335-7ef2-47967914a3e0-b1cefb1b {
  grid-area: 3 / 3 / 4 / 10;
}

#w-node-_789d5dda-4b4d-a335-7ef2-47967914a3e7-b1cefb1b {
  grid-area: 1 / 1 / 7 / 12;
}

#w-node-b59252fd-ce60-8bef-b054-feab0bac5467-fa16f8ab, #w-node-b59252fd-ce60-8bef-b054-feab0bac5475-fa16f8ab, #w-node-b59252fd-ce60-8bef-b054-feab0bac547f-fa16f8ab, #w-node-_0dc61dc7-46c1-8084-af35-d558a8f47b45-fa16f8ab {
  place-self: auto stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_3a558a03-1598-3b2b-c352-d9e2f7fef5f2-b1cefb1b {
    grid-area: 4 / 1 / 7 / 12;
  }

  #w-node-_3a558a03-1598-3b2b-c352-d9e2f7fef5f9-b1cefb1b {
    grid-area: 1 / 1 / 4 / 12;
  }

  #w-node-_0325d235-926a-dd6f-393a-43856ed1bdab-b1cefb1b {
    grid-area: 4 / 1 / 7 / 12;
  }

  #w-node-_0325d235-926a-dd6f-393a-43856ed1bdb2-b1cefb1b {
    grid-area: 1 / 1 / 4 / 8;
  }

  #w-node-ca476e9a-4b31-0f8f-e175-0fce2b3d98da-b1cefb1b {
    grid-area: 4 / 1 / 7 / 12;
  }

  #w-node-ca476e9a-4b31-0f8f-e175-0fce2b3d98e1-b1cefb1b {
    grid-area: 1 / 1 / 4 / 8;
  }

  #w-node-_2ff71c6b-857a-9372-ef4a-06f348f5770d-b1cefb1b {
    grid-area: 4 / 1 / 7 / 12;
  }

  #w-node-_2ff71c6b-857a-9372-ef4a-06f348f57714-b1cefb1b {
    grid-area: 1 / 1 / 4 / 8;
  }

  #w-node-_789d5dda-4b4d-a335-7ef2-47967914a3e0-b1cefb1b {
    grid-area: 4 / 1 / 7 / 12;
  }

  #w-node-_789d5dda-4b4d-a335-7ef2-47967914a3e7-b1cefb1b {
    grid-area: 1 / 1 / 4 / 8;
  }

  #w-node-b59252fd-ce60-8bef-b054-feab0bac5467-fa16f8ab, #w-node-b59252fd-ce60-8bef-b054-feab0bac5475-fa16f8ab {
    justify-self: auto;
  }

  #w-node-b59252fd-ce60-8bef-b054-feab0bac547f-fa16f8ab, #w-node-_0dc61dc7-46c1-8084-af35-d558a8f47b45-fa16f8ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-54c8c1ff {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3a558a03-1598-3b2b-c352-d9e2f7fef5f9-b1cefb1b, #w-node-_0325d235-926a-dd6f-393a-43856ed1bdb2-b1cefb1b, #w-node-ca476e9a-4b31-0f8f-e175-0fce2b3d98e1-b1cefb1b, #w-node-_2ff71c6b-857a-9372-ef4a-06f348f57714-b1cefb1b, #w-node-_789d5dda-4b4d-a335-7ef2-47967914a3e7-b1cefb1b {
    grid-area: 1 / 1 / 4 / 12;
  }
}


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