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

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

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

:root {
  --white: white;
  --black: black;
  --logo-gold-olive: #979748;
  --dark-khaki: #9b9b52;
  --grey: #929292;
  --logo-dark-gray: #404040;
  --white-smoke: #ebebeb;
  --logo-silver: #dbdbdb;
  --black-2: #161616;
  --medium-orchid: #7c51ca;
}

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

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

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

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

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

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

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

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

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

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

.menu-div {
  text-align: right;
}

.logo {
  object-fit: cover;
  height: 110px;
  padding-bottom: 0;
}

.contact-info-div {
  text-align: left;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  line-height: 26px;
  display: flex;
}

.tel-link {
  color: var(--white);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: var(--black);
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

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

.email-link {
  color: var(--white);
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}

.email-link.int-link-header {
  color: var(--black);
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.menu-link {
  color: var(--white);
  border-bottom: 2px solid #97974800;
  padding: 10px 5px;
  transition: all .2s ease-in-out;
}

.menu-link:hover {
  border-bottom: 2px solid var(--logo-gold-olive);
}

.menu-link:focus {
  border-bottom: 1px solid #000;
}

.menu-link.w--current {
  border-bottom-color: var(--logo-gold-olive);
  color: var(--dark-khaki);
}

.menu-link.dropdown-nav {
  padding-right: 20px;
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  border-bottom: 1px solid var(--grey);
  background-color: var(--logo-dark-gray);
  position: sticky;
  top: 0;
}

.menu-button-section {
  z-index: 1;
  background-color: var(--white-smoke);
  justify-content: space-around;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.menu-button-image-link {
  width: 100%;
  height: 260px;
  display: flex;
  overflow: hidden;
}

.menu-button-div {
  width: 32%;
}

.menu-label-div {
  background-color: var(--dark-khaki);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.black-int-link {
  color: var(--white);
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

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

.content-section.min-height-70vh {
  height: 90vh;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

.double-content-div.display-block {
  display: block;
}

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

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

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

.single-image-div.hero-img-1 {
  background-image: url('../images/Image-1-.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.refurb-img-1 {
  background-image: url('../images/thumb-img-18.jpg');
}

.single-image-div.peter-img-1 {
  background-image: url('../images/thumb-img-26.jpg');
}

.single-image-div.new-home-img-1 {
  background-image: url('../images/thumb-7.webp');
}

.single-image-div.halse-img-1 {
  background-image: url('../images/thumb-10.webp');
}

.single-image-div.extension-img-1 {
  background-image: url('../images/oakFramed-8.webp');
}

.single-image-div.building-work-img-1 {
  background-image: url('../images/doubleStorey-2.webp');
}

.h1 {
  color: var(--logo-dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

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

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

.coloured-underline.underline-center {
  text-align: center;
  width: 130px;
  height: 6px;
  margin-left: auto;
  margin-right: auto;
}

.coloured-underline.no-margin {
  margin-bottom: 0;
  margin-right: auto;
}

.coloured-underline.no-margin.margine-left {
  margin-left: auto;
  margin-right: 0;
}

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

.p._1.margin-bottom-10 {
  margin-bottom: 10px;
}

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

.p.para-silver.large-text-heading {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}

.p.para-silver.margin-top-10 {
  margin-top: 20px;
  font-size: 14px;
}

.p.para-silver.margin-top-10._20b {
  margin-bottom: 20px;
}

.p.para-silver.center {
  text-align: center;
  font-weight: 400;
}

.p.margin-top-20 {
  margin-top: 20px;
}

.contact-us-button {
  border: 2px solid var(--dark-khaki);
  color: var(--logo-gold-olive);
  background-color: #0000;
  border-radius: 2px;
  margin-top: 30px;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.contact-us-button:hover {
  background-color: var(--logo-gold-olive);
  color: var(--white);
  font-weight: 400;
}

.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;
  background-attachment: scroll;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  height: 1200px;
  display: flex;
}

.large-single-image-div.home-page-kitchen-img {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/thumb-img-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.large-single-image-div.home-page-kitchen-img.extention-img-2 {
  background-image: url('../images/doubleStorey.webp');
  background-position: 0%;
}

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

.large-single-image-div.height-800.refurb-img-5 {
  background-image: url('../images/thumb-img-28.webp');
}

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

.large-p-block {
  background-color: #ffffffe6;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  box-shadow: -1px 0 6px -3px #000000c2;
}

.h2 {
  color: var(--logo-dark-gray);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

.h2.text-dark {
  color: var(--logo-dark-gray);
}

.h2.text-dark.low-padding {
  padding-bottom: 10px;
}

.h2.text-light {
  color: var(--white-smoke);
  font-size: 32px;
  line-height: 36px;
}

.h2.text-light.top {
  margin-top: 20px;
}

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

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

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

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

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

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

.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-img-1 {
  background-image: url('../images/Image-1-.jpg');
  background-position: 50%;
  background-size: contain;
  height: 250px;
}

.grid-image-large-div.renovation-img-1 {
  background-image: url('../images/doubleStorey-2.webp');
}

.grid-image-large-div.refurb-img-2 {
  background-image: url('../images/8.webp');
}

.grid-image-large-div.new-home-img-2 {
  background-image: url('../images/thumb-img-19.webp');
}

.grid-image-large-div.building-work-img-2 {
  background-image: url('../images/frontdoor-img-1.webp');
}

.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-img-2 {
  background-image: url('../images/Homepage-1.webp');
  background-position: 50%;
  background-size: contain;
}

.grid-image-div.home-img-3 {
  background-image: url('../images/Homepage-2.webp');
  background-size: contain;
  height: 250px;
}

.grid-image-div.home-img-3.img-3 {
  background-image: url('../images/Homepage-3.webp');
}

.grid-image-div.renovation-img-2 {
  background-image: url('../images/thumb-img-28.webp');
  background-position: 50%;
}

.grid-image-div.renovation-img-3 {
  background-image: url('../images/oakFramed-8.webp');
}

.grid-image-div.refurb-img-3 {
  background-image: url('../images/thumb-20.webp');
}

.grid-image-div.refurb-img-4 {
  background-image: url('../images/3.webp');
  background-position: 50% 10%;
}

.grid-image-div.new-home-img-3 {
  background-image: url('../images/thumb-img-5.webp');
  background-position: 50% 80%;
  background-size: cover;
}

.grid-image-div.new-home-img-4 {
  background-image: url('../images/thumb-img-24.webp');
  background-position: 50%;
}

.grid-image-div.building-work-img-4 {
  background-image: url('../images/thumb-28.webp');
  background-position: 50% 60%;
}

.grid-image-div.building-work-img-3 {
  background-image: url('../images/Kitchen---Img-1.webp');
  background-position: 50% 100%;
}

.grey-dividing-line {
  background-color: var(--dark-khaki);
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

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

.form-div {
  width: 100%;
  max-width: 960px;
}

.footer-div {
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

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

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: row;
  align-items: flex-start;
}

.footer-info-div._2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.footer-p {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  line-height: 13px;
}

.social-media-div {
  padding-top: 30px;
}

.social-media-div.display-flex {
  justify-content: space-between;
  align-items: center;
  width: 150px;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.footerlinks {
  color: var(--logo-silver);
  text-align: center;
  margin-bottom: 0;
}

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

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 600px;
}

.slide-2 {
  background-image: linear-gradient(#ffffff0d, #ffffff0d), url('../images/Banner-Image.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.co-logo-link.w--current {
  object-fit: contain;
  min-width: auto;
}

.company-logo-link {
  background-image: url('../images/crown.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 80px;
}

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

.bold-text, .bold-text-2 {
  font-weight: 500;
}

.footer-link {
  color: var(--logo-silver);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--logo-gold-olive);
}

.hyper-link-gold {
  color: var(--dark-khaki);
  font-weight: 700;
  text-decoration: none;
}

.hyper-link-gold.bold-hyper-link {
  font-weight: 600;
}

.hyper-link-gold.lg-text {
  font-weight: 700;
}

.bullet-point-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 5px;
  display: grid;
}

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

.bullet-point-list.refurb-bullet-list.margin-t-b-20 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.bullet-item {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style-type: none;
  display: flex;
}

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

.bullet-item.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.font-icon {
  background-color: var(--logo-silver);
  color: var(--logo-gold-olive);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 16px;
  display: flex;
}

.font-icon.no-bg {
  background-color: #0000;
}

.font-icon.default-icon {
  color: var(--dark-khaki);
  width: 0;
  height: 0;
  padding-right: 25px;
  font-size: 12px;
  display: block;
}

.font-icon.default-icon.no-padding {
  text-align: center;
  background-color: #dbdbdb00;
  width: 30px;
  height: 30px;
  padding-left: 0;
  padding-right: 0;
  font-size: 22px;
  display: inline-block;
}

.dropdown-list {
  background-color: var(--logo-silver);
}

.dropdown-list.w--open {
  background-color: var(--white);
  padding-right: 60px;
}

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

.home-renovation-section.dark-bg {
  background-color: var(--logo-dark-gray);
}

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

.heading-2-home-renovations {
  color: var(--logo-dark-gray);
  text-align: center;
}

.heading-2-home-renovations.text-white, .heading-2-home-renovations.white-text {
  color: var(--white);
}

.sub-heading-title {
  color: var(--logo-silver);
  text-align: center;
  font-size: 16px;
}

.what-we-do-bullet-items {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.what-we-do-bullet-items.margin-top-40 {
  margin-top: 40px;
}

.what-we-do-bullet-items.margin-top-40.margin-bottom-20 {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.bullet-item-what-we-do {
  background-color: #fffffff2;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
}

.font-awesome-icon {
  color: var(--logo-gold-olive);
  padding-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 34px;
  display: block;
}

.what-we-do-bullet-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.heading-3-cta {
  background-color: var(--dark-khaki);
  padding-top: 40px;
  padding-bottom: 40px;
}

.heading-3-text {
  color: var(--white);
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.hyper-link {
  color: var(--logo-dark-gray);
}

.grid-image-4-img-hover-affect {
  width: 100%;
}

.grid-image-4-img-hover-affect.grid-2-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.img-container {
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
}

.img-content {
  background-image: linear-gradient(#0003, #0003), url('../images/Kitchen---Img-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
}

.img-content.renovation-img-2 {
  background-image: linear-gradient(#0003, #0003), url('../images/thumb-img-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.img-content.contact-img {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Contact-Us.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.img-content.testimonials-img {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Testimonials.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.img-content.prev-work-img {
  background-image: linear-gradient(#ffffff1a, #ffffff1a), url('../images/Previous-Work.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 100%;
}

.bold-text-3 {
  font-size: 22px;
  font-weight: 600;
}

.large-dark_section-card-type {
  background-color: var(--logo-dark-gray);
  padding-top: 60px;
  padding-bottom: 60px;
}

.content-wrapper {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.card-container {
  background-color: #fff;
  border-radius: 4px;
  display: flex;
}

.card-container.flex-swap {
  flex-direction: row-reverse;
}

.card-container.flex-swap.m-top-40, .card-container.m-top-40 {
  margin-top: 40px;
}

.img-block {
  width: 100%;
}

.img-block.img-1 {
  background-image: linear-gradient(#0003, #0003), url('../images/Kitchen---Img-1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  overflow: hidden;
}

.img-block.img-1.peter-img-4 {
  background-image: url('../images/oakFramed-7.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-block.img-1.peter-img-3 {
  background-image: url('../images/thumb-28.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-block.img-1.peter-img-2 {
  background-image: url('../images/thumb-img-17.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-block.img-1.halsm-img-2 {
  background-image: linear-gradient(#0000, #0000), url('../images/thumb-1.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
}

.img-block.img-1.halsm-img-3 {
  background-image: url('../images/thumb-img-13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.img-block.img-1.halsm-img-4 {
  background-image: linear-gradient(#0000, #0000), url('../images/thumb-img-26.jpg');
  background-repeat: repeat, no-repeat;
}

.img-block.img-1.halsm-img-5 {
  background-image: url('../images/thumb-12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.text-block {
  width: 100%;
  padding: 20px;
}

.card-heading-text.text-white {
  color: var(--logo-gold-olive);
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
}

.heading-block {
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  display: flex;
}

.card-bullet-items {
  padding-left: 25px;
}

.card-bullet {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.new-homes-bullet {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 20px;
  display: grid;
}

.new-homes-bullet.margin-top-20 {
  grid-column-gap: 16px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.heading-intro_wrapper.display-flex {
  justify-content: space-between;
  display: flex;
}

.large-bullet-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.extend-bullet-block {
  background-color: var(--logo-dark-gray);
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.areas-we-cover-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.areas-we-cover-section.ming-height-70vh {
  min-height: 70px;
}

.areas-list-map-area.display-flex {
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.list-area {
  width: 20%;
  padding-top: 0;
}

.list-area-list-container {
  padding-left: 20px;
}

.list-area-link {
  padding-top: 5px;
  padding-bottom: 5px;
}

.map-container {
  width: 70%;
}

.site-map-list {
  text-align: center;
  padding-left: 0;
  list-style-type: none;
}

.site-map_link.padding-5px {
  padding-top: 10px;
  padding-bottom: 5px;
  font-weight: 500;
}

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

.test-heading-1-text.text-center {
  text-align: center;
}

.testimonials-grid-area.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  place-items: start center;
  display: grid;
}

.testimonials-content {
  background-color: #333;
  border-radius: 4px;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-test-block {
  align-items: center;
  display: flex;
}

.name-person {
  color: #fff;
  padding-left: 20px;
  font-size: 18px;
}

.location-review-job {
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.location-of-work {
  color: var(--logo-silver);
  font-size: 16px;
  font-style: normal;
}

.dropdown-menu-link {
  border-left: 5px solid #97974800;
  padding-left: 20px;
  padding-right: 60px;
  transition: all .2s ease-in-out;
  display: block;
}

.dropdown-menu-link:hover {
  border-left-color: #979748;
  padding-left: 40px;
}

.dropdown-menu-link.w--current {
  color: var(--logo-gold-olive);
}

.services-title {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.services-title.why-us {
  text-align: left;
  margin-top: 0;
  padding-bottom: 20px;
}

.services-title.why-us._w-50 {
  width: 65%;
  padding-bottom: 10px;
  line-height: 42px;
}

.services-title.why-us._w-50.text-center {
  color: var(--logo-dark-gray);
  text-align: center;
  width: 100%;
}

.services-title.why-us._w-50.text-black {
  color: var(--logo-dark-gray);
}

.overlay {
  opacity: .45;
  background-image: linear-gradient(#ececec80, #ececec80), url('../images/SL_042620_30310_10.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
}

.slider-arrow {
  border: 3px solid var(--dark-khaki);
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.text-block-2 {
  color: var(--dark-khaki);
  padding-left: 5px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 28px;
  display: inline-block;
}

.text-block-2.left-block {
  padding-left: 0;
  padding-right: 5px;
}

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

.container-2.border-top {
  border-top: 0 #0000;
  position: relative;
}

.mask {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.testemonials-section {
  opacity: 1;
  border-top: 2px solid #8a868e3b;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

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

.test-dec {
  text-align: center;
  margin-bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.test-name {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 24px;
}

.testemonials-text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.services-underline {
  background-color: var(--logo-gold-olive);
  border-radius: 20px;
  width: 100px;
  height: 5px;
  margin-bottom: 20px;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.services-underline.undrline-center {
  background-color: var(--dark-khaki);
  margin-left: auto;
  margin-right: auto;
}

.footer-font-icon {
  background-color: var(--white);
  color: #4267b2;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 22px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.footer-font-icon:hover {
  background-color: var(--dark-khaki);
  color: var(--white);
}

.footer-link-nav {
  color: var(--white);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link-nav:hover {
  color: var(--logo-gold-olive);
}

.footer-link-nav.w--current {
  transition: all .2s ease-in-out;
}

.footer-link-nav.w--current:hover {
  color: var(--logo-gold-olive);
}

.footer-logos {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.guild-img {
  background-image: url('../images/Guild-Logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  min-height: 100px;
}

.buy-w-confidance {
  background-image: url('../images/buywithconfidence.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 80px;
  min-height: 100px;
}

.footer-vat {
  color: var(--white);
  width: 78%;
}

.text-span {
  color: var(--logo-gold-olive);
}

.contact-info {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.why-us-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  display: grid;
}

.link-24 {
  color: var(--logo-gold-olive);
  text-decoration: none;
}

.contact-text {
  margin-left: 20px;
}

.icon-container {
  background-color: var(--logo-gold-olive);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  padding: 0;
  display: flex;
}

.contact-form {
  width: 100%;
  max-width: 960px;
  display: block;
  position: relative;
}

.contact-text-heading {
  color: var(--logo-dark-gray);
  font-size: 18px;
}

.contact-text-heading.low-marin-bottom {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
}

.contact-icon {
  color: #fff;
  font-family: "Fa solid 900", sans-serif;
  font-size: 24px;
}

.contact-info-numbers-email {
  color: var(--logo-gold-olive);
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.why-choose-us {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.job-vacancies {
  padding: 60px 0;
}

.job-vac-wrapper {
  text-align: center;
}

.job-titlle-sec {
  text-align: center;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.8;
  display: inline-block;
}

.content-vac-wrapper {
  border: 2px solid var(--logo-gold-olive);
  text-align: left;
  border-radius: 8px;
  padding: 16px;
}

.job-title {
  text-align: left;
  margin-right: auto;
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  display: inline-block;
}

.job-desc {
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

.icon {
  margin-right: 5px;
}

.html-embed {
  width: 100%;
}

.site-link {
  color: var(--logo-dark-gray);
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.site-link:hover {
  color: var(--logo-gold-olive);
}

.office-image {
  background-image: url('../images/Office-Image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 500px;
  margin-top: 40px;
}

.barn-milland {
  background-color: #cccccc1a;
  width: 100%;
  min-height: 100px;
  text-decoration: none;
}

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

.project-name {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.barn-denmead {
  width: 100%;
  text-decoration: none;
}

.project-title-2 {
  background-color: var(--dark-khaki);
  height: auto;
  padding: 10px;
  text-decoration: none;
}

.doublestorey, .loftconversion {
  text-decoration: none;
}

.inner-image {
  width: 100%;
}

.extensionrenovation, .extensionglass, .oakframed {
  text-decoration: none;
}

.header-facebook {
  background-color: var(--white);
  color: #4267b2;
  border-radius: 7px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: 0;
  margin-right: 20px;
  padding: 10px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-facebook:hover {
  background-color: var(--dark-khaki);
  color: var(--white);
}

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

.banner-overlay-testimonials {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.review-block-banner {
  background-color: #404040a8;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
}

.italic-text {
  color: var(--white);
  text-align: center;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  display: inline-block;
}

.hero-testimonials-text {
  color: #fff;
  text-align: center;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 500;
}

.singlestoreyliphook, .barnconversionnewbuild, .singlestoreyextensionliphook {
  text-decoration: none;
}

.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: #0009;
  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 {
  border: 2px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

.fs-cc-prefs_title {
  color: var(--black);
  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 {
  border: 2px solid var(--dark-khaki);
  background-color: var(--dark-khaki);
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

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

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

.fs-cc-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: var(--dark-khaki);
  width: 16px;
  height: 16px;
}

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

.fs-cc-prefs_text {
  color: var(--black);
  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: var(--black);
  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: var(--dark-khaki);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black-2);
  color: var(--black-2);
  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%;
}

.h3.gold {
  color: var(--logo-gold-olive);
}

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

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

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

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

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

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

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

.chat-section {
  background-color: var(--logo-gold-olive);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 20px 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--logo-dark-gray);
  cursor: pointer;
  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: #494949;
  transform: scale(1.05);
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  width: 300px;
  max-width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
}

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

.livechat-button:hover {
  background-color: var(--black-2);
}

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

.live-icon-chat {
  width: 60px;
  height: 40px;
  margin-right: 10px;
}

.lottie-call {
  z-index: 9899;
  width: 100px;
  height: 100px;
  position: fixed;
  inset: auto auto 0% 0%;
}

.fb-reviews {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.cookies-icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

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

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

  .menu-div {
    width: 40%;
  }

  .menu-link {
    color: var(--black);
    text-align: right;
    position: static;
  }

  .menu-link:hover, .menu-link:focus {
    background-color: var(--logo-gold-olive);
    color: var(--white);
  }

  .menu-link.dropdown-nav, .navbar {
    width: 100%;
  }

  .section {
    z-index: 100;
  }

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

  .black-int-link {
    color: var(--white);
    font-size: 16px;
  }

  .content-section.min-height-70vh {
    height: auto;
  }

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

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

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

  .single-image-div.hero-img-1 {
    height: 350px;
  }

  .p {
    font-size: 14px;
  }

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

  .large-single-image-div.home-page-kitchen-img {
    height: 1000px;
  }

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

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

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

  .footer-div.display-flex {
    flex-direction: column;
  }

  .footer-info-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._1 {
    border-width: 0 1px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-info-div._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .social-media-div.display-flex {
    width: 15%;
  }

  .menu-button {
    color: var(--white);
    background-color: #ffffff4a;
    border-radius: 8px;
  }

  .menu-button:hover {
    background-color: var(--white-smoke);
  }

  .menu-button.w--open {
    background-color: var(--logo-gold-olive);
    color: var(--white);
    text-align: right;
  }

  .nav-menu {
    background-color: var(--white);
    text-align: right;
    height: auto;
    margin-top: 25px;
  }

  .bullet-item-what-we-do {
    padding: 10px;
  }

  .what-we-do-bullet-text {
    text-align: center;
    font-size: 14px;
  }

  .grid-image-4-img-hover-affect.grid-2-col {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .img-container {
    min-height: 300px;
  }

  .content-wrapper {
    width: 90%;
  }

  .testimonials-grid-area.grid {
    grid-template-columns: 1fr 1fr;
  }

  .services-title {
    margin-top: 0;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .footer-logos {
    width: 60%;
  }

  .footer-vat {
    text-align: center;
  }

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

  .dropdown, .html-embed {
    width: 100%;
  }

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

  .project-name {
    line-height: 22px;
  }

  .project-title-2 {
    justify-content: center;
    align-items: center;
    min-height: 66px;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    padding-bottom: 10px;
  }

  .logo-div {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
  }

  .menu-div {
    width: 70%;
  }

  .logo {
    margin-left: -41px;
  }

  .contact-info-div {
    padding-top: 5px;
  }

  .tel-link.int-link-header, .email-link.int-link-header {
    padding-left: 0;
  }

  .section {
    position: static;
  }

  .black-int-link {
    font-size: 16px;
  }

  .content-section.min-height-70vh {
    padding-top: 60px;
    padding-bottom: 30px;
  }

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

  .single-image-div.hero-img-1 {
    height: 300px;
  }

  .h1 {
    font-size: 32px;
  }

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

  .large-single-image-div.height-800.refurb-img-5.h-900px {
    height: 900px;
  }

  .large-image-section {
    padding-top: 20px;
  }

  .large-p-block {
    padding: 20px;
  }

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

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

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

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

  .social-media-div {
    flex-direction: column;
    display: flex;
  }

  .social-media-div.display-flex {
    flex-direction: row;
    width: 30%;
  }

  .co-logo-link.w--current {
    margin-left: 30px;
  }

  .font-icon.default-icon.no-padding {
    height: 30px;
  }

  .what-we-do-bullet-items.margin-top-40.margin-bottom-20 {
    grid-template-columns: 1fr 1fr;
  }

  .bullet-item-what-we-do {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .card-container.flex-swap.m-top-40.display-flex, .card-container.m-top-40.display-flex, .card-container.dislay-flex {
    flex-direction: column;
  }

  .img-block.img-1.peter-img-4, .img-block.img-1.peter-img-3, .img-block.img-1.peter-img-2, .img-block.img-1.halsm-img-2, .img-block.img-1.halsm-img-3, .img-block.img-1.halsm-img-4, .img-block.img-1.halsm-img-5 {
    min-height: 250px;
  }

  .areas-list-map-area.display-flex.flex-column {
    flex-direction: column;
  }

  .list-area {
    width: 100%;
  }

  .map-container {
    width: 100%;
    margin-top: 20px;
  }

  .testimonials-grid-area.grid {
    grid-template-columns: 1fr;
  }

  .services-title {
    text-align: left;
  }

  .services-title.why-us._w-50 {
    width: 100%;
  }

  .slider-arrow {
    display: none;
  }

  .container-2, .mask {
    width: 90%;
  }

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

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

  .why-choose-us {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .review-block-banner {
    width: 90%;
    padding: 30px;
  }

  .italic-text {
    font-size: 1.1em;
  }

  .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 {
    flex-direction: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-div {
    align-items: center;
    width: 100%;
    padding-left: 0;
  }

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

  .logo {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-div {
    align-items: center;
  }

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

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

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

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

  .content-section.min-height-70vh {
    padding-bottom: 20px;
  }

  .h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .h1.heading-2 {
    text-align: center;
  }

  .coloured-underline {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .p {
    font-size: 14px;
  }

  .p._1 {
    padding-bottom: 60px;
  }

  .p._1.margin-bottom-10 {
    margin-bottom: 10px;
    padding-bottom: 0;
  }

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

  .large-single-image-div.home-page-kitchen-img, .large-single-image-div.home-page-kitchen-img.extention-img-2 {
    height: 250px;
  }

  .large-single-image-div.height-800.refurb-img-5.h-900px {
    height: 350px;
  }

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

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

  .h2 {
    line-height: 31px;
  }

  .h2.text-light {
    text-align: center;
  }

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

  .grey-content-section {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
  }

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

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

  .contact-form-section {
    padding-bottom: 10px;
  }

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

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

  .footer-info-div._1 {
    border-width: 0 1px;
  }

  .social-media-div {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .social-media-div.display-flex {
    width: 50%;
  }

  .menu-button {
    border-radius: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .menu-button.w--open {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu {
    margin-top: 0;
  }

  .hero-mask {
    height: 400px;
  }

  .co-logo-link.w--current {
    margin-left: 0;
  }

  .company-logo-link.w--current {
    min-height: 60px;
  }

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

  .bullet-item.refurn-list {
    font-size: 12px;
  }

  .home-renovation-section.dark-bg {
    padding-top: 40px;
  }

  .sub-heading-title {
    font-size: 14px;
  }

  .font-awesome-icon {
    padding-bottom: 0;
  }

  .heading-3-cta {
    padding-top: 40px;
  }

  .heading-3-text {
    font-size: 18px;
  }

  .img-container {
    min-height: 250px;
  }

  .content-wrapper {
    width: 100%;
  }

  .new-homes-bullet.margin-top-20 {
    text-align: left;
    padding-left: 0;
  }

  .large-bullet-text {
    grid-template-columns: 1fr;
  }

  .services-title.why-us._w-50 {
    padding-right: 0;
  }

  .overlay {
    position: static;
  }

  .slider-arrow {
    margin-top: 200px;
    display: none;
  }

  .container-2 {
    flex-direction: column;
    justify-content: space-between;
    width: 90%;
    display: flex;
  }

  .container-2.border-top {
    position: static;
  }

  .mask {
    width: 100%;
    height: auto;
    position: static;
  }

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

  .slider-2 {
    position: static;
  }

  .test-dec {
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .testemonials-text-container {
    height: auto;
  }

  .footer-logos {
    width: 100%;
  }

  .why-choose-us {
    padding-top: 0;
    padding-bottom: 30px;
    display: flex;
    position: relative;
  }

  .why-choose-us.padding-top {
    padding-top: 40px;
  }

  .office-image {
    min-height: 300px;
  }

  .project-title-2 {
    min-height: auto;
  }

  .header-facebook {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .icon-4 {
    flex: 0 auto;
  }

  .review-block-banner {
    width: 100%;
    padding: 20px;
  }

  .italic-text {
    font-size: 1.05em;
  }

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .slide-3 {
    height: auto;
    position: static;
  }
}

#w-node-_92b97695-adee-32d7-dd9b-94c1c1631c68-04b84a27, #w-node-_07c9d357-681a-5983-2faf-822d70a39714-04b84a27, #w-node-_4602cd63-eedf-7876-363a-60e99e5a0e1e-04b84a27, #w-node-_9ffc9ff0-bd9c-8ff5-6a95-3a4dd18ba929-04b84a27, #w-node-_62f5d449-dc1a-2094-d23e-000a266295c4-04b84a27, #w-node-_12870989-d1c1-8bc5-5a32-f6305260535f-04b84a27, #w-node-d799c1bc-b920-dad0-478d-456cfbf95a8a-04b84a27, #w-node-_2561b6a5-8f4c-fd90-a25f-56e413196618-04b84a27, #w-node-b8783db9-ea52-dfc3-1b95-1d98183e2a67-04b84a27, #w-node-_941df403-ee8a-3095-b471-2a32a29034a1-04b84a27, #w-node-_97eb1c74-d790-aa3e-8b95-a280da569964-04b84a27, #w-node-_55fbe7fb-bff9-d1cf-f882-d68e78a680ba-04b84a27, #w-node-_56a0d1c0-4eaf-09c3-1334-761d0a573401-04b84a27, #w-node-_277887bb-577d-c644-ee72-c34c05eec86b-04b84a27, #w-node-bbf93118-b9b8-2d77-925b-a0f01a609fbc-04b84a27 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0f5cfb35-b54d-f15a-206a-91068536d40c-68a1a034 {
  place-self: stretch stretch;
}

#w-node-_8a211ae8-bbc3-b832-9c78-10c6b54d98fd-68a1a034 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-da61ddd5-dafe-fe43-0546-14db601d163f-1c54425a, #w-node-_422d76d1-7cbd-65f0-49f9-f5c4dce99686-1c54425a, #w-node-bb26949e-7f76-5a5d-0372-fed7672f3ced-1c54425a, #w-node-_64400f22-8040-778b-8484-0295fedf4be7-1c54425a, #w-node-ecfbe9d2-60f5-7bde-fcd8-41151b93b9a3-1c54425a, #w-node-_2375de05-b2b4-252d-dc17-845efdcef256-1c54425a, #w-node-_317a2a73-338b-1f54-ae0d-47b24b1bb804-1c54425a, #w-node-_1dcd67d9-09a7-5c88-068e-f5f17f1ee38e-1c54425a, #w-node-f64ac093-acba-7cbc-2bfe-7648f6f04b0a-1c54425a, #w-node-f88e5ee2-ced9-574b-08f1-e7f9f5ff8245-1c54425a, #w-node-_97978818-565a-9a16-2742-d7d3409394c0-1c54425a, #w-node-d787df85-4c65-89a3-04f3-db764a553a96-1c54425a, #w-node-_27eab2cb-af08-bdd7-7e6e-86debd411afa-1c54425a, #w-node-_0bf469ac-942b-0560-1927-65b48f12e097-1c54425a, #w-node-_14b28000-0641-d7e9-e6e7-4189b6a44ba5-1c54425a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_35621b8c-338f-5b02-32c1-d4181f2448d3-1c54425a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_029d0b90-15d1-bf49-a0f3-cb63a1288b80-97806ebb, #w-node-e2041d8a-1b98-7740-0e75-74074411fe68-97806ebb, #w-node-_997f149b-93f6-5e3b-fa5d-3d79b8b32fc2-97806ebb, #w-node-_094195d3-e05d-c8ea-80b9-e32048181361-97806ebb, #w-node-_738dacb9-2c8c-4280-61b2-998451a45490-97806ebb, #w-node-_58fad320-7486-f622-34b4-522959ccc53c-97806ebb, #w-node-_37e02003-2355-96c1-cdd3-f301ea6ce456-97806ebb, #w-node-dd9b242d-cfd8-aec6-9f77-8d5707f0faec-97806ebb, #w-node-_8584a2cf-74a8-2e85-cb74-405f8f34439b-97806ebb, #w-node-_814e4067-232f-d883-f0f5-5e8f10b66709-97806ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80873833-24ed-0514-cf43-914ae4e6c241-97806ebb {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ea500f98-8df1-f717-c93d-5705436c5180-4b2c693d, #w-node-_0625a69b-4f38-79fa-a4f7-98e4c5ec3b68-4b2c693d, #w-node-_3e54fd47-2237-a988-0745-ef8c205d9d09-4b2c693d, #w-node-_66beefeb-1851-c3c6-3341-d4d9fc9334f5-4b2c693d, #w-node-_93fc57bf-81fc-ba97-b5ce-1463ff81b295-4b2c693d, #w-node-e83c890c-28bd-98b5-b38d-11e2bbab9762-4b2c693d, #w-node-_57b90aae-bfce-57bd-28bd-a8023c357c4a-4b2c693d, #w-node-_5b2d03d4-3bd0-434b-0242-02182577e574-4b2c693d, #w-node-_3a8d8e7f-3640-be80-4cf8-637ef910b7c6-4b2c693d, #w-node-cae02017-e581-9c6d-3313-3133a4d08be9-4b2c693d, #w-node-_56286aa9-7d83-e77e-848f-a670aaa67745-4b2c693d, #w-node-_41f66e22-5b4c-2f60-50b4-7e16487fc9dc-4b2c693d, #w-node-d04f59c6-bead-d6ef-73da-997c65ec1e61-ab74fca8, #w-node-_9c1b90c4-40f0-f233-3eee-64eb129ba39e-ab74fca8, #w-node-_5045e5ab-ea4f-2a55-a5ec-5ff9db1b2713-ab74fca8, #w-node-a5b93cd6-8cb5-38c5-8451-24ece7914f44-ab74fca8, #w-node-bdb311ef-954f-868d-cb4b-19764ba37b63-ab74fca8, #w-node-a1f74390-dad1-a172-aa0f-cacd36493070-ab74fca8, #w-node-be6aedf2-4609-ba7a-97b8-f3b08bb9277a-ab74fca8, #w-node-fd5b6130-8219-c920-b5c0-5a633abbef56-ab74fca8, #w-node-_97e783a5-ff93-9e8d-4bf4-de1ec19f9f8a-ab74fca8, #w-node-_42b74ef2-fe2e-50e6-619e-809ef2ebc186-ab74fca8, #w-node-ecc6542d-5e5d-f97f-e139-a255afb37821-ab74fca8, #w-node-a7efb4a8-166b-f915-13bb-66f716596776-ab74fca8, #w-node-_4a992500-ba55-b8f2-c739-bb8e4596d0a8-ab74fca8, #w-node-c7c9b005-32f1-5ab1-9d97-d243ed1c7187-ab74fca8, #w-node-_00691f33-e798-9f48-71b8-462ef5586309-ab74fca8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ee6cb82-b86a-e319-9d01-bc203142d4fa-ab74fca8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-abd90a9b-c45a-fe19-8fc4-1bf90971c97c-491ba5c1 {
  justify-self: center;
}

#w-node-e7143132-b341-88cb-4f62-ee348ec87a8c-737b70a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-_98a8f0f2-1a99-ee17-5792-5985cd9f334c-737b70a9, #w-node-b61a0ce0-8f4e-ecb7-4ff3-e66529cec16d-737b70a9, #w-node-_71237313-0bfb-1983-fc6e-44fd8ac03a76-737b70a9, #w-node-_357fdafe-e2b0-ab37-37c0-390639bbd044-737b70a9, #w-node-_4d584cfe-121b-0247-d365-996b48c3d36e-737b70a9, #w-node-e4e122ac-0625-0fd1-f00d-f5b4a2dec20f-737b70a9, #w-node-_4869cff7-3612-0823-33e5-7a160027e16e-737b70a9, #w-node-_01ae44f0-7029-8f95-84a8-4686271d547f-737b70a9, #w-node-_78427bc2-260a-d324-98f2-1af7935a366b-737b70a9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b24e7f7d-6b3f-a135-2acc-d28ae3b68017-afddbe74, #w-node-_179b1cf8-8c21-57a0-9084-c35d72bedafd-afddbe74, #w-node-_8120c758-9294-8f06-542b-1df04d268288-afddbe74 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center;
}

#w-node-_6141ec1a-9a5d-3abd-622f-aab689125b6e-afddbe74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_76080147-20ba-b68e-b93e-652629fbdd38-afddbe74, #w-node-b6228b46-1fc2-7bb7-3c20-330f51a2d1e8-afddbe74 {
  place-self: center;
}

#w-node-b9888934-23f2-3ddd-642e-6a3d9ed8f353-afddbe74 {
  align-self: stretch;
}

#w-node-afe93d6a-2104-7593-db0c-863764c10dc6-afddbe74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9e119d4d-cd0b-821c-da0e-3b8994344f0d-afddbe74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-e9a7978f-7d1a-5645-07b5-be98383cded7-afddbe74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4e890e8-acc9-f52c-b755-edadc2ceb080-afddbe74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-f201c6af-c154-43be-996b-0aabb8b22b30-afddbe74, #w-node-fbf7af0a-7f1e-8980-e44f-3947ae477b28-afddbe74, #w-node-_0821dc4f-8f6b-ab86-26cb-b3de16623003-afddbe74 {
  align-self: stretch;
}

#w-node-_5d74475c-ab3f-d4bc-2e14-50350f97e041-afddbe74 {
  grid-area: span 2 / span 1 / span 2 / span 1;
  align-self: center;
}

#w-node-d732971a-b24a-2219-36e4-a65250686eac-afddbe74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aca668eb-906b-8db2-0475-acd7891018a1-afddbe74, #w-node-ea581ff7-b79a-534d-cb55-9ea73af8d5e1-afddbe74, #w-node-_8cec2a54-94ec-fbbe-d718-d26e1fb9cc92-afddbe74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e7b77c63-eae4-5a44-52b1-00820d9ae693-afddbe74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_10452755-e178-4f56-d20c-ef483e1759a5-afddbe74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-fad8e15a-e008-dfa6-1ff7-8a93adaef805-afddbe74, #w-node-e4b2650d-a17e-5001-1d1f-80791642fa78-afddbe74 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28ca736c-1760-cd3d-b1b9-83242df51fe0-afddbe74 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: stretch;
}

#w-node-d087b947-4649-0cfa-6bac-3926c7dcb55b-afddbe74 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-b24e7f7d-6b3f-a135-2acc-d28ae3b68017-afddbe74, #w-node-_179b1cf8-8c21-57a0-9084-c35d72bedafd-afddbe74, #w-node-_8120c758-9294-8f06-542b-1df04d268288-afddbe74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e4e890e8-acc9-f52c-b755-edadc2ceb080-afddbe74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }

  #w-node-d732971a-b24a-2219-36e4-a65250686eac-afddbe74, #w-node-aca668eb-906b-8db2-0475-acd7891018a1-afddbe74, #w-node-ea581ff7-b79a-534d-cb55-9ea73af8d5e1-afddbe74, #w-node-_8cec2a54-94ec-fbbe-d718-d26e1fb9cc92-afddbe74, #w-node-e7b77c63-eae4-5a44-52b1-00820d9ae693-afddbe74, #w-node-_10452755-e178-4f56-d20c-ef483e1759a5-afddbe74, #w-node-fad8e15a-e008-dfa6-1ff7-8a93adaef805-afddbe74, #w-node-e4b2650d-a17e-5001-1d1f-80791642fa78-afddbe74, #w-node-_28ca736c-1760-cd3d-b1b9-83242df51fe0-afddbe74, #w-node-d087b947-4649-0cfa-6bac-3926c7dcb55b-afddbe74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bbf93118-b9b8-2d77-925b-a0f01a609fbc-04b84a27, #w-node-bbf93118-b9b8-2d77-925b-a0f01a609fbd-04b84a27, #w-node-bbf93118-b9b8-2d77-925b-a0f01a609fbe-04b84a27, #w-node-c98bb863-aef0-8bbd-a777-fdf9d3b16392-04b84a27, #w-node-_8a211ae8-bbc3-b832-9c78-10c6b54d98fd-68a1a034, #w-node-_8a211ae8-bbc3-b832-9c78-10c6b54d98fe-68a1a034, #w-node-_8a211ae8-bbc3-b832-9c78-10c6b54d98ff-68a1a034, #w-node-_35621b8c-338f-5b02-32c1-d4181f2448d3-1c54425a, #w-node-_35621b8c-338f-5b02-32c1-d4181f2448d4-1c54425a, #w-node-_35621b8c-338f-5b02-32c1-d4181f2448d5-1c54425a, #w-node-_80873833-24ed-0514-cf43-914ae4e6c241-97806ebb, #w-node-_80873833-24ed-0514-cf43-914ae4e6c242-97806ebb, #w-node-_80873833-24ed-0514-cf43-914ae4e6c243-97806ebb, #w-node-_9ee6cb82-b86a-e319-9d01-bc203142d4fa-ab74fca8, #w-node-_9ee6cb82-b86a-e319-9d01-bc203142d4fb-ab74fca8, #w-node-_9ee6cb82-b86a-e319-9d01-bc203142d4fc-ab74fca8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d732971a-b24a-2219-36e4-a65250686eac-afddbe74, #w-node-aca668eb-906b-8db2-0475-acd7891018a1-afddbe74, #w-node-ea581ff7-b79a-534d-cb55-9ea73af8d5e1-afddbe74, #w-node-_8cec2a54-94ec-fbbe-d718-d26e1fb9cc92-afddbe74, #w-node-e7b77c63-eae4-5a44-52b1-00820d9ae693-afddbe74, #w-node-_10452755-e178-4f56-d20c-ef483e1759a5-afddbe74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fad8e15a-e008-dfa6-1ff7-8a93adaef805-afddbe74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4b2650d-a17e-5001-1d1f-80791642fa78-afddbe74, #w-node-_28ca736c-1760-cd3d-b1b9-83242df51fe0-afddbe74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d087b947-4649-0cfa-6bac-3926c7dcb55b-afddbe74 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: stretch;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b24e7f7d-6b3f-a135-2acc-d28ae3b68017-afddbe74, #w-node-_179b1cf8-8c21-57a0-9084-c35d72bedafd-afddbe74, #w-node-_8120c758-9294-8f06-542b-1df04d268288-afddbe74, #w-node-_6141ec1a-9a5d-3abd-622f-aab689125b6e-afddbe74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e9a7978f-7d1a-5645-07b5-be98383cded7-afddbe74, #w-node-ea581ff7-b79a-534d-cb55-9ea73af8d5e1-afddbe74, #w-node-fad8e15a-e008-dfa6-1ff7-8a93adaef805-afddbe74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d087b947-4649-0cfa-6bac-3926c7dcb55b-afddbe74 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: stretch;
  }
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}