@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  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;
}

@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 solid 900";
  src: url('../fonts/fa-solid-900.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");
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham;
  src: url('../fonts/Gotham-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gotham Book;
  src: url('../fonts/Gotham-Book.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --gold: #d7af00;
  --black: #1d1d1d;
  --medium-gold: #d7af005c;
  --silver: silver;
}

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

.body {
  font-family: Gotham Book, sans-serif;
}

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

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

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

.announcement-barn-link.test {
  color: #212121;
  text-transform: uppercase;
  font-weight: 500;
}

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

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

.fa-social:hover {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.qoute-btn {
  color: #f7f7f2;
  text-transform: uppercase;
  border: 1px solid #f7f7f2;
  padding: 8px 20px;
  text-decoration: none;
  transition: all .3s;
}

.qoute-btn:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.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(--gold);
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

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

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

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

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

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

.logo-2 {
  padding-bottom: 0;
}

.co-logo-link-2 {
  width: auto;
}

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

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

.dl-link-holder:hover {
  color: var(--black);
  border-bottom-style: solid;
  padding-left: 30px;
}

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

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

.dl-link-img {
  z-index: 1;
  object-fit: cover;
  border-radius: 50px;
  flex: none;
  width: 40px;
  height: 40px;
  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-2 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown {
  margin-top: 0;
}

.drop-down-icon {
  margin: auto 0 auto 10px;
  font-size: 1.05em;
  position: relative;
}

.nav-link-text {
  margin-left: 0;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

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

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

.dropdown-toggle:hover {
  color: var(--gold);
  font-weight: 400;
}

.dropdown-toggle.w--open {
  margin-top: 0;
}

.font-icon-2 {
  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;
}

.font-icon-2.test {
  background-color: var(--gold);
  color: #fff;
  border-right-style: none;
  border-radius: 20px;
  width: 32px;
  height: 32px;
  margin-right: 0;
  display: flex;
}

.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: #fff;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dl-link-2 {
  z-index: 1;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s ease-in-out;
  position: relative;
}

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

.menu-link-2:hover {
  color: var(--gold);
  border-bottom: 1px #f7f7f2;
  font-weight: 400;
}

.menu-link-2.w--current {
  color: var(--gold);
  background-color: #0000;
  font-size: 14px;
}

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

.mobile-block.lig-text {
  color: #212121;
  cursor: pointer;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: #212121;
  font-weight: 500;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
}

.slide-2 {
  background-image: url('../images/Bathroom-2.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

.menu-button-image-link._1 {
  background-image: url('../images/Building-Service-Icon.webp');
  background-position: 50% 45%;
}

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

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

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

.menu-button-image-link._5 {
  background-image: url('../images/Carpentry.webp');
  background-position: 0%;
}

.black-int-link {
  z-index: 1;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  background-color: #41b99680;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

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

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

.h1 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

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

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

.content-section.even {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
}

.content-section.even.p-white {
  background-color: var(--gold);
  background-color: #fff;
  padding-bottom: 80px;
}

.content-section.p-white {
  background-color: #f7f7f2;
}

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

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

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

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

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

.primary-btn {
  z-index: 1;
  background-color: var(--gold);
  color: #f7f7f2;
  letter-spacing: 1px;
  justify-content: center;
  align-items: center;
  width: 220px;
  margin-top: 30px;
  padding: 15px 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-btn.call {
  background-color: var(--gold);
}

.primary-btn.gallery-btn {
  border: 1px solid var(--gold);
  background-color: #0000;
  width: 250px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

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

.img.build-1 {
  background-image: url('../images/building.webp');
  background-position: 50%;
}

.img.kitchen-1 {
  background-image: url('../images/brown-cupboards.webp');
  background-size: cover;
}

.img.bath-1 {
  background-image: url('../images/open-shower.webp');
}

.img.ren-1 {
  background-image: url('../images/green-cupboards.webp');
}

.img.carp-1, .img.cab {
  background-image: url('../images/professional-carpentry-in-wokingham-carpentry-page.webp');
}

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

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

.p-2.p-white {
  color: #f7f7f2;
}

.basic-p-block {
  width: 48%;
}

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

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

.single-image-div {
  z-index: 1;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.large-p-block {
  width: 48%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

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

.h2 {
  color: #212121;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: Gotham, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 36px;
}

.h2.h2-white {
  color: #f7f7f2;
  font-size: 24px;
  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 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 400;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

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

.large-image-section.low-p-bottom.p-white {
  background-color: var(--medium-gold);
  align-items: stretch;
  padding-top: 80px;
  padding-bottom: 120px;
}

.large-single-image-div {
  background-image: url('../images/350109408_6450005181750374_7297284617862970413_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 48%;
  display: flex;
  position: relative;
}

.large-single-image-div.home-2 {
  background-image: url('../images/modern-showert.webp');
}

.large-single-image-div.build-2 {
  background-image: url('../images/open-extension.webp');
}

.large-single-image-div.kitchen-2 {
  background-image: url('../images/white-cabinets.webp');
}

.large-single-image-div.bath-2 {
  background-image: url('../images/white-tilled-bathroom.webp');
}

.large-single-image-div.ren-2 {
  background-image: url('../images/emty-room.webp');
}

.left-arrow {
  background-color: var(--gold);
  color: #f7f7f2;
  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(--gold);
  transform: scale(.95);
}

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

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

.testemonials.projects {
  background-color: #212121;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

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

.customer-titkle {
  color: var(--gold);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
}

.customer-titkle.white {
  color: #fff;
}

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

.title-as-section {
  color: #f7f7f2;
  text-transform: uppercase;
  background-image: url('../images/new-look-white.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 159px;
  height: 80px;
  margin-left: 10px;
  font-size: 1.2em;
}

.title-as-section.lg-text {
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.title-as-section.lg-text.black {
  color: #ecff60;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  line-height: 1.3;
}

.title-as-section.lg-text.black.b {
  color: #000;
  font-size: 34px;
}

.title-as-section.lg-text.black.b.no-img {
  background-image: none;
  width: auto;
  height: auto;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.title-as-section.lg-text.black.b.no-img.w {
  color: #fff;
  font-family: Gotham, sans-serif;
  font-weight: 700;
}

.title-as-section.lg-text.black.b.no-img.head {
  margin-right: 10px;
}

.title-as-section.lg-text.black {
  color: #343817;
  font-size: 44px;
  line-height: 1.3;
}

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

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

.who-made-comment {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
}

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

.right-arrow {
  background-color: var(--gold);
  color: #f7f7f2;
  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(--gold);
  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(--gold);
  width: 30%;
  position: absolute;
  top: 0;
}

.underline.testemonials-underline.gray {
  background-color: #0000;
  width: 100%;
}

.block-quote {
  color: #f7f7f2;
  border-left-style: none;
  margin-bottom: 0;
  padding: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
}

.light-text-line {
  background-color: var(--gold);
  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 {
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
}

.heading-3-top-title {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  display: flex;
}

.heading-3-top-title.flex0 {
  width: 100%;
  margin-bottom: 60px;
}

.heading-3-top-title.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.heading-3-top-title.m-bottom-30.vert {
  flex-direction: column;
}

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

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

.grey-content-section.bg-gradiant {
  background-image: linear-gradient(to bottom, #f7f7f2 40%, var(--gold) 40%);
}

.grey-content-section.bg-white {
  background-color: #0000;
  padding-top: 120px;
  padding-bottom: 100px;
}

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

.grey-content-section.bg-white.p-white._0b {
  padding-bottom: 0;
}

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

.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/white-tilled-bathroom.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: 40px;
  margin-bottom: 40px;
}

.grey-dividing-line.line-odd {
  background-color: #f7f7f236;
  margin-top: 40px;
  margin-bottom: 40px;
}

.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.div2 {
  background-image: none;
}

.grid-image-div.div2.home-3 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.grid-image-div.div2.home-5 {
  background-image: url('../images/large-open-kitchen.webp'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
}

.grid-image-div.home-4 {
  background-image: url('../images/large-black-kitchen.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: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-texxt-lable {
  background-color: var(--gold);
  color: #fff;
  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/white-kitchen.webp');
}

.works-1._2 {
  background-image: url('../images/back-garden.webp');
  background-position: 50%;
}

.works-1._3 {
  background-image: url('../images/kitchen-with-tv.webp');
}

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

.contact-form {
  width: 100%;
}

.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: 40px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.cta-link {
  color: #00000091;
  font-size: 1.1em;
  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: #f7f7f2;
  padding-top: 60px;
  padding-bottom: 60px;
}

.contact-info-text {
  flex-direction: column;
  display: flex;
}

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

.left-contact.right {
  background-color: #f7f7f2;
  border-radius: 6px;
  width: 48%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

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

.icon-2 {
  background-color: var(--gold);
  color: #f7f7f2;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa 300", sans-serif;
  font-size: 1.8em;
  line-height: 1.2;
  display: flex;
}

.heading-3-text {
  color: #c0c1af;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.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: #f7f7f2;
}

.heading-3-right-text {
  background-color: #1e1f1e;
  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/large-kitchen.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 250px;
}

.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-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

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

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

.footer-section-2.fb-live {
  padding-top: 20px;
  padding-bottom: 20px;
}

.footer-title {
  color: var(--gold);
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: #fff;
  padding-left: 0;
  padding-right: 5px;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: #c0c1af;
}

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

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

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

.footer-nav-item.footer-contact.auto-cusro {
  text-align: center;
  cursor: auto;
}

.footer-nav-item.footer-contact.address {
  text-align: center;
  cursor: auto;
  max-width: 220px;
}

.text-span-4 {
  background-color: var(--gold);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 20px;
  display: flex;
}

.contact-link {
  color: #f7f7f2;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.contact-link:hover {
  color: #c0c1af;
}

.contact-link.black {
  color: #000;
}

.footerlinks-copy {
  color: #f7f7f2;
  text-align: center;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}

.footer-info-div-2 {
  border: 1px solid #c0c1af24;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 40px;
  display: flex;
}

.footer-info-div-2._1 {
  border-width: 1px;
  border-color: #c0c1af24;
  border-left-style: none;
  border-right-style: none;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 40px;
}

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

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

.footer-social-link:hover {
  border: 1px solid var(--gold);
  color: var(--gold);
  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 {
  padding-left: 0;
  list-style-type: none;
}

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

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

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

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

.h3-text-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.fa-icon {
  color: var(--gold);
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.fa-icon.green {
  background-color: var(--gold);
  color: #fff;
}

.list-item {
  margin-bottom: 10px;
}

.font-icon {
  background-color: var(--gold);
  color: #fff;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  display: flex;
}

.google-maps {
  background-color: #f7f7f2;
}

.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 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

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

.hyperlink {
  box-shadow: inset 0 -2px 0 0 var(--gold);
  color: #000;
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-family: Gotham, sans-serif;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.hyperlink:hover {
  box-shadow: inset 0 -100px 0 0 var(--gold);
  color: #f7f7f2;
}

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

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

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

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

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

.container-5.flex {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-left {
  width: 47%;
}

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

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

.ripple-2.gallery-btn-ripple.enquiry {
  background-color: var(--gold);
  width: 540px;
}

.h4-bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.h4-bullet-text.h4-flex {
  align-items: center;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}

.h4-bullet-text.h4-flex.w {
  color: #fff;
}

.gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
}

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

.content-section-2.p-white {
  background-color: #f7f7f2;
}

.content-section-2.p-white.small {
  padding-top: 60px;
  padding-bottom: 0;
}

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

.image-2 {
  width: 100%;
}

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

.text-img-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.counter-div {
  text-shadow: 4px 4px 6px #00000080;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vh;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.lofts-heading {
  color: var(--gold);
  text-align: center;
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.counter {
  color: #fff;
  margin-bottom: 0;
  font-family: Gotham, sans-serif;
  font-size: 52px;
  font-weight: 700;
  line-height: 70px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
}

.assos-logos {
  width: 100%;
}

.grid-3 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.body-div-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body-div-2._24hr-text {
  background-color: #00000054;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: block;
}

.body-div-2._24hr-text.testomonial-layout {
  background-color: var(--black);
  border: 1px solid #363638;
  border-radius: 5px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.date {
  width: 100%;
}

.date-testom {
  color: #fff;
  text-align: left;
  justify-content: center;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.date-testom.green {
  color: var(--gold);
}

.paragraph {
  text-align: center;
  margin-top: 20px;
}

.paragraph._24-emergancy-p {
  color: #fff;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.h1-small {
  color: var(--gold);
  font-family: Gotham Book, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.phone-link {
  box-shadow: inset 0 -2px 0 0 var(--gold);
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

.phone-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--gold);
}

.banner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/large-black-kitchen.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.banner.building {
  background-image: linear-gradient(#00000080, #00000080), url('../images/large-open-kitchen.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.bathroom {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Bathroom-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.house {
  background-image: linear-gradient(#00000080, #00000080), url('../images/open-extension.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner.carpentry {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Carpentry.webp');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.banner-title {
  text-transform: uppercase;
  text-shadow: 2px 2px 1px var(--gold);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.banner-title.non {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
}

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

.sldie-3 {
  background-image: url('../images/350109408_6450005181750374_7297284617862970413_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

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

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

.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 {
  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-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.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-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  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;
}

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

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

.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_space-medium {
  margin-bottom: 40px;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  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-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_trigger {
  display: none;
}

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

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

.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_content {
  height: 100%;
  padding: 40px 32px;
  overflow: scroll;
}

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

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

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
}

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

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

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

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

.slide7 {
  background-image: url('../images/large-black-kitchen.webp');
  background-position: 50%;
  background-size: cover;
}

.trade-logos {
  margin-top: 20px;
  margin-bottom: 20px;
}

.review-widgert, .testimonials-sldier, .test {
  width: 100%;
}

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

@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(--gold);
    color: #fff;
    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: #212121;
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

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

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

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

  .dropdown {
    width: 100%;
  }

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

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

  .dropdown-toggle {
    color: #151623;
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .dropdown-toggle:hover {
    background-color: var(--gold);
    color: #fff;
  }

  .font-icon-2.test {
    font-weight: 300;
  }

  .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-2 {
    color: #212121;
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    background-color: var(--gold);
    color: #f7f7f2;
  }

  .menu-link-2:focus {
    color: #fff;
    background-color: #5e5e5e;
  }

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

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

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

  .menu-button-2:hover {
    background-color: #0000;
  }

  .menu-button-2.w--open {
    color: #5e5e5e;
    text-align: right;
    background-color: #ebebeb;
  }

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

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

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 100px;
    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;
  }

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

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

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

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

  .large-single-image-div {
    width: 100%;
    height: 450px;
    margin-bottom: 20px;
  }

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

  .testemonials {
    padding-bottom: 140px;
  }

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

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

  .testemonials-text {
    width: 100%;
  }

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

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

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

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

  .testimonials-grid.work-gallery {
    display: block;
  }

  .heading-3-top-title {
    flex-direction: row;
  }

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

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

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

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

  .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-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-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

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

  .footer-copy-right {
    justify-content: center;
    padding-bottom: 60px;
  }

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

  .google-maps {
    width: 100%;
  }

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

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

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

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

  .text-img-div.flex {
    flex-direction: column;
  }

  .counter-div {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .body-div-2._24hr-text.testomonial-layout {
    justify-content: space-between;
    width: 100%;
  }
}

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

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

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

  .main-block {
    width: 100%;
  }

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

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

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

  .dropdown-toggle:hover {
    color: #fff;
    background-color: #c0c1af;
  }

  .dropdown-toggle.w--open:hover {
    background-color: var(--gold);
  }

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

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

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

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

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

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

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

  .single-image-div {
    height: 250px;
  }

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

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

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

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

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

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

  .testimonials-grid.work-gallery {
    display: block;
  }

  .heading-3-top-title, .heading-3-top-title.flex0 {
    flex-wrap: wrap;
  }

  .heading-3-top-title.flex0.flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

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

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

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

  .grid {
    grid-template-rows: auto auto auto;
  }

  .works-1 {
    min-width: 250px;
  }

  .heading-3-right-text {
    width: 100%;
    margin-top: 5px;
  }

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

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

  .footer-info-div-2 {
    justify-content: flex-start;
  }

  .footer-info-div-2._1 {
    justify-content: center;
  }

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

  .default-list.list-grid, .default-list._4-row, .default-list._3-row, .areas-list.areas-grid {
    grid-template-columns: 1fr 1fr;
  }

  .container-5.flex {
    flex-direction: column;
  }

  .section-left {
    width: 100%;
  }

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

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

  .counter-div {
    margin-top: 20px;
  }

  .counter {
    font-size: 70px;
    line-height: 60px;
  }

  .grid-2 {
    margin-bottom: 20px;
  }

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

  .body-div-2._24hr-text {
    width: 90%;
  }

  .body-div-2._24hr-text.testomonial-layout {
    padding: 14px;
  }

  .fs-cc-banner_button {
    margin-left: 0;
    margin-right: 8px;
  }

  .fs-cc-prefs_title {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 12px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text-link {
    margin-right: 8px;
  }
}

@media screen and (max-width: 479px) {
  .header-div-2 {
    flex-direction: column;
  }

  .logo-2 {
    object-fit: contain;
    width: 75%;
  }

  .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-2 {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    position: relative;
  }

  .drop-down-icon {
    margin-right: 0;
  }

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

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

  .icon {
    text-align: center;
  }

  .header-div-3 {
    flex-direction: column;
    padding: 0;
  }

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

  .menu-link-2 {
    text-align: left;
  }

  .logo-div-2 {
    align-items: center;
    width: 95%;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .menu-div-2 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }

  .menu-button-2 {
    color: #f7f7f2;
    background-color: #000;
    border-radius: 0;
    width: 100%;
    display: flex;
  }

  .menu-button-2:hover {
    background-color: #000;
    border-radius: 0;
  }

  .menu-button-2.w--open {
    background-color: var(--gold);
    color: #fff;
    text-align: center;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 50vh;
  }

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

  .h1 {
    font-size: 26px;
    line-height: 28px;
  }

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

  .p-2.p-white {
    font-size: 14px;
  }

  .large-p-block {
    box-shadow: none;
    background-color: #0000;
    width: 100%;
    padding: 0;
  }

  .h2 {
    font-size: 26px;
  }

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

  .large-image-section {
    flex-direction: column;
  }

  .large-image-section.low-p-bottom.p-white {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .left-arrow {
    width: 70px;
    height: 70px;
    bottom: -10%;
  }

  .testemonials {
    overflow: hidden;
  }

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

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

  .testemonial-content-everything {
    width: 100%;
    padding-right: 0;
  }

  .title-as-section.lg-text.black.b.no-img, .title-as-section.lg-text.black.b.no-img.w {
    font-size: 26px;
  }

  .title-as-section.lg-text.black {
    font-size: 24px;
  }

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

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

  .heading-3-top-title.flex0 {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .heading-3-top-title.m-bottom-30 {
    flex-direction: column;
  }

  .heading-3-top-title.m-bottom-30.vert {
    margin-bottom: 0;
  }

  .slide {
    padding: 0;
  }

  .container-2.test-container {
    width: 95%;
    position: relative;
  }

  .grey-content-section {
    margin-top: 60px;
  }

  .grey-content-section.bg-gradiant {
    margin-top: 0;
  }

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

  .grey-content-section.solid-bg {
    margin-top: 0;
    padding-top: 60px;
  }

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

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

  .contact-info-block {
    padding: 25px;
  }

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

  .left-contact.right {
    padding: 25px;
  }

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

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

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

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

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

  .list {
    text-align: center;
  }

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

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

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

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 10px;
    padding: 5px;
  }

  .footer-info-div-2 {
    width: 100%;
  }

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

  .footer-social-link {
    margin-left: 0;
    margin-right: 10px;
  }

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

  .default-list.list-grid, .default-list._2-row, .default-list._4-row, .default-list._3-row, .areas-list.areas-grid {
    grid-template-columns: 1fr;
  }

  .container-5.flex {
    flex-direction: column;
  }

  .section-left {
    width: 100%;
  }

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

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

  .counter-div {
    height: 8vh;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .counter {
    font-size: 45px;
    line-height: 50px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    width: auto;
  }

  .date, .date-testom {
    text-align: center;
  }

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

  .banner-title {
    text-align: center;
    line-height: 42px;
  }

  .fs-cc-prefs_component {
    padding: 24px;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: 10px;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -22px 10px auto auto;
  }

  .fs-cc-prefs_button {
    margin-bottom: 8px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-prefs_content {
    padding: 24px;
  }
}

#w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd4-8891e52a {
  place-self: end;
}

#w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-8891e52a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

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

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-8891e52a, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-8891e52a, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-8891e52a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930, #w-node-d781741f-e4a5-10c8-34af-56c47bf783ff-8891e52c, #w-node-d781741f-e4a5-10c8-34af-56c47bf78408-8891e52c, #w-node-d781741f-e4a5-10c8-34af-56c47bf78411-8891e52c {
  align-self: center;
}

#w-node-ed7ad0cd-eea8-2251-b742-9a626fe3f27b-8891e52d, #w-node-_666fb51f-0795-65c8-4e04-ce61cd90ef9e-8891e52d, #w-node-e37caa3f-a287-0d8e-b633-7b84d29c9162-8891e52d, #w-node-_033aa308-f1c3-b657-1169-74fb7408f7e1-8891e52d, #w-node-dfb73768-5132-cd2a-78b7-02f66dab3478-8891e52d, #w-node-f91d34ac-d7b0-677e-b9ef-6d7cc5fc88b5-8891e52d, #w-node-_38aca03a-01fc-c739-9107-5aefe5253131-8891e52d, #w-node-_21cf111c-1236-c933-0692-3daf744a0e74-8891e52d, #w-node-_91c6ac8e-db15-37d1-9f1f-16e4c6b6ed81-8891e52d, #w-node-_7f0b4488-f501-2b05-efe1-02d785bd48d1-8891e52d, #w-node-_2d31dd27-2003-3a02-9ef7-c15d231b145b-8891e52d, #w-node-_49c7c7d8-9129-07da-e39b-dd7c8d64190f-8891e52d, #w-node-_0fb29458-1645-e123-7543-5e30456dc486-8891e52d, #w-node-_435ac394-c432-687a-34a2-dc8c535cb968-8891e52d, #w-node-df21133f-9f65-f289-8587-6d9e88ca7017-8891e52d, #w-node-_91dd6b94-0020-f05a-7900-e95ae464de52-8891e52d, #w-node-_1ab837b6-887a-e1ca-3efe-99da92182b9e-8891e52d, #w-node-_0d4c5ecc-8755-8518-6a56-c4bb3e82a5cb-8891e52d, #w-node-b10e3707-5a7b-c5fc-b4ff-a88d4dec710a-8891e52d, #w-node-e473e8e6-210e-2d9e-be5d-9b328c6b1c18-8891e52d, #w-node-_5458c188-4924-e64d-2f2f-c1562b07c98c-8891e52d, #w-node-a1f8b542-4a62-51fb-718d-219fadc871e2-8891e52d, #w-node-_75ea41f1-383a-de2c-ec78-f37242eea358-8891e52d, #w-node-_05293642-b3c5-bbb2-c56c-a3b28961851e-8891e52d, #w-node-a91cdddd-f71d-6a8e-1288-f00783d71d7d-8891e52d, #w-node-_688a3276-33c0-f455-6bb9-b80a05920825-8891e52d, #w-node-_917bd60e-fb56-4d9c-19d8-1c68a14f1b07-8891e52d, #w-node-a836833c-9ce8-0447-9cf7-7376ef3d0989-8891e52d, #w-node-d470143b-a60f-8f4d-93c0-5259b414abc3-8891e52d, #w-node-df9d2c47-ddc0-08a7-f5b3-ff1e86626bda-8891e52d, #w-node-_42ba94aa-26d7-9564-8939-f5125803f892-8891e52d, #w-node-_5fc95d96-6c50-24a3-c114-534e3739513d-8891e52d, #w-node-bea6b0e0-58cd-143e-3e21-c56b776969a1-8891e52d, #w-node-a79a4bc4-5244-c9ee-5f89-269c15436f1b-8891e52d, #w-node-_3712d682-d495-9836-dbbb-e2782a7f3b20-8891e52d, #w-node-_06f920ee-9abb-6932-ad96-d17b74cc1f93-8891e52d, #w-node-_8f71de11-6ecd-e616-e566-c690cd53c833-8891e52d, #w-node-_250a1366-afab-8b55-d9e6-a2681559bf5a-8891e52d, #w-node-_9bb6192b-ef4a-4356-cd42-c449cdd4d9cf-8891e52d, #w-node-_455fd0fa-9362-8bd1-6627-538b3029f55f-8891e52d, #w-node-cc1c8010-746f-89c3-a144-b5421be57e7f-8891e52d, #w-node-_0f69d483-e1c8-acf6-4a58-feaabdcc6cf8-8891e52d, #w-node-_16766560-8361-0ed1-ea10-89d20597a3cc-8891e52d, #w-node-_022e0672-04c7-fe5e-a13a-697fb60f74b5-8891e52d, #w-node-e3eb437b-342d-0e49-9767-11cc089cdb32-8891e52d, #w-node-_37479c13-ed62-47b4-4cfc-617e78f71f42-8891e52d, #w-node-f2b8d706-af3a-1b0d-0477-0cb3a22526eb-8891e52d, #w-node-_1ebf8eff-39eb-6477-7c60-fda5fb24b368-8891e52d, #w-node-_2b1fe6d5-51b2-6011-05f8-169b09e16c45-8891e52d, #w-node-f74385cb-3a4e-3354-3f39-0a169c878214-8891e52d, #w-node-_55f361eb-5dd7-b3fe-5f93-ae9bde7d69e7-8891e52d, #w-node-b0c7967d-c97f-fda8-9013-2cd02a7f565f-8891e52d, #w-node-f5a780d3-6dd3-25a9-ab2d-a5e3930a37fd-8891e52d, #w-node-_4ffee32a-1fdb-0f33-fa53-0d318d5507d0-8891e52d, #w-node-_43f7fdea-f1df-53ec-361c-1ec3a2f59276-8891e52d, #w-node-_69e5e05b-dd75-56da-bbe4-ee6c798617df-8891e52d, #w-node-d21b2bca-006b-78b9-0ef5-bd881cff87be-8891e52d, #w-node-_726fb1b1-f3dd-b078-514d-0739bc3ce906-8891e52d, #w-node-_0688652a-bea9-f703-3f00-1467876bf15c-8891e52d, #w-node-b56e7d81-211c-c24e-8b2c-a7a45ee9fc3c-8891e52d, #w-node-_3471da16-294a-a0f8-1fdb-634611287718-8891e52d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_8a89af07-0e79-e9a8-a8d9-8512866facd3-8891e52a {
    justify-self: auto;
  }

  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-8891e52a, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-8891e52a, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-8891e52a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51b-8891e52a {
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  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;
}
@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 solid 900';
  src: url('../fonts/fa-solid-900.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');
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}