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

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

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

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

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

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

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

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

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

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

:root {
  --black: #1a1a1a;
  --dark-grey: #363636;
  --yellow: #fec608;
  --white: #fff;
  --cookies-bg: #0009;
  --transparent: #fff0;
  --hover-bg: #fbd350;
  --hover-text: #7f6101;
  --20-white: #fff3;
  --70-black: #1a1a1ab3;
  --mid-grey: #888;
  --green: #689f38;
  --purple: #512da8;
  --hover-grey: #e1e1e1;
  --85-black: #1a1a1ad9;
  --bg-grey: #f4f4f4;
  --50-black: #00000080;
  --dark-yellow: #db9e03;
  --1-grey: #36363603;
  --70-dark-black: #000000b3;
}

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

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

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

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

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

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

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

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

.body {
  color: var(--black);
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.top-bar {
  z-index: 500;
  background-color: var(--dark-grey);
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.fs-cc-prefs_button {
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--dark-grey);
  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(--yellow);
  background-color: var(--white);
  color: var(--dark-grey);
}

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

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

.fs-cc-banner_text {
  color: var(--dark-grey);
  margin-right: 24px;
  font-size: 15px;
}

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

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

.fs-cc-prefs_text {
  color: var(--dark-grey);
  font-size: 12px;
  line-height: 22px;
}

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

.fs-cc-manager_button {
  background-color: var(--black);
  color: #333;
  cursor: pointer;
  border-radius: 10px;
  flex-direction: column;
  padding: 10px;
  transition: color .2s;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

.fs-cc-banner_button {
  border: 2px solid var(--yellow);
  background-color: var(--yellow);
  color: var(--black);
  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(--yellow);
  background-color: var(--black);
  color: var(--yellow);
}

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

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

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

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

.social-div, .top-tel-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-link {
  color: var(--yellow);
  margin-right: 20px;
  font-family: "Brands 400", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

.top-contact {
  color: var(--yellow);
  justify-content: flex-start;
  align-items: center;
  margin-left: 30px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  display: flex;
}

.contact-icon {
  margin-right: 10px;
  font-family: "Pro 400", Arial, sans-serif;
  font-size: 25px;
}

.contact-icon.solid {
  font-family: "Fa solid 900", sans-serif;
}

.hero-section.auto {
  height: auto;
  min-height: auto;
}

.hero-section.project {
  height: auto;
  min-height: auto;
  padding-bottom: 100px;
}

.nav-div {
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.get-in-touch {
  background-color: var(--yellow);
  color: var(--black);
  text-align: center;
  border-radius: 50px;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.get-in-touch:hover {
  background-color: var(--hover-bg);
  color: var(--hover-text);
}

.get-in-touch.small {
  margin-top: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

.nav-link {
  color: var(--white);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.nav-link.w--current {
  color: var(--yellow);
}

.dropdown-toggle {
  color: var(--white);
  padding-left: 10px;
  padding-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.icon {
  color: var(--yellow);
  margin-right: 10px;
}

.hero-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
}

.hero-div._1400 {
  max-width: 1400px;
}

.hero-div.gallery {
  flex-flow: column;
  max-width: 1400px;
}

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

.co-logo-link {
  max-width: 280px;
}

.hero-sub-title {
  color: var(--yellow);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.hero-sub-title._35b, .hero-sub-title._20b {
  margin-bottom: 20px;
}

.hero-sub-title._18 {
  font-size: 18px;
  line-height: 28px;
}

.hero-title {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: 700;
  line-height: 52px;
}

.hero-title.large {
  text-transform: capitalize;
  max-width: 850px;
  margin-bottom: 60px;
  font-size: 43px;
  line-height: 53px;
}

.hero-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: 700px;
  display: flex;
}

.hero-text {
  color: var(--white);
  max-width: 750px;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}

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

.services-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33.3333%;
  padding: 60px;
  display: flex;
}

._3-services-container {
  background-color: var(--70-black);
}

.svs-box-title {
  color: var(--yellow);
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.svs-box-text {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.svs-box-read-more {
  color: var(--white);
  margin-top: auto;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.svs-box-read-more:hover {
  color: var(--mid-grey);
}

.arrow {
  color: var(--yellow);
  margin-left: 5px;
  font-family: "Pro Solid 900", Arial, sans-serif;
}

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  margin-left: 40px;
  display: flex;
}

.vuba-div {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
  display: flex;
}

.vuba-logo {
  width: 120px;
  margin-right: 20px;
}

.vuba-title {
  color: var(--white);
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}

.hero-right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.hero-slider {
  background-color: var(--transparent);
  width: 100%;
  height: 600px;
}

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

.right-arrow {
  width: 30px;
}

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

.testimonial-div {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
  display: flex;
  box-shadow: 0 1px 5px #0003;
}

.triangle {
  width: 40px;
  margin-left: 80px;
}

.testimonials-text {
  color: var(--mid-grey);
  padding: 10px 10px 10px 20px;
  font-size: 18px;
  font-style: italic;
  line-height: 28px;
  text-decoration: none;
}

.google-icon {
  width: 30px;
}

.quote-mark {
  margin-left: -20px;
  margin-right: 5px;
  font-family: "Fa solid 900", sans-serif;
  font-style: normal;
}

.star {
  color: var(--yellow);
  margin-right: 5px;
  font-family: "Fa sharp solid 900", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 28px;
}

.slide-nav {
  display: none;
}

.name-div {
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
}

.name-icon {
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-right: 20px;
  padding: 10px;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.name-icon.purple {
  background-color: var(--purple);
}

.name {
  color: var(--white);
  font-size: 22.5px;
  line-height: 25px;
}

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

.body-div._1800 {
  max-width: 1400px;
}

.body-div.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._4-col-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 80px;
}

._4-box-div {
  border: 1px solid var(--hover-grey);
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

._4-box-div:hover {
  border-color: var(--mid-grey);
  background-color: var(--hover-grey);
}

.box-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 150px;
  min-width: 150px;
  height: 150px;
  min-height: 150px;
  margin-bottom: 40px;
}

.box-img._1 {
  background-image: url('../images/img-porcelain-1064112840.webp');
}

.box-img._2 {
  background-image: url('../images/img-resin-1181843772.webp');
}

.box-img._3 {
  background-image: url('../images/img-tiling-956274916.webp');
}

.box-img._5 {
  background-image: url('../images/img-block-paving-324308256.webp');
}

.box-img._4 {
  background-image: url('../images/img-tarmac.webp');
}

.box-title {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
  font-size: 22.5px;
  font-weight: 700;
  line-height: 25px;
}

._4-box-text {
  color: var(--black);
  text-align: center;
  font-size: 17px;
  line-height: 27px;
}

._2-col-section {
  background-color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
}

._2-col-section.auto, ._2-col-section.rvs {
  min-height: auto;
}

._50-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._50-div._100 {
  width: 100%;
}

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

._50-img.why {
  background-image: url('../images/img-resin-driveway.webp');
}

._50-img.visit {
  background-image: url('../images/img-showroom.webp');
}

._50-img.about {
  background-image: url('../images/SureLay-22.webp');
}

._50-img.drive {
  background-image: url('../images/SureLay-4.webp');
}

._50-img.drive1 {
  background-image: url('../images/latest-work-3.webp');
}

._50-img.patio1 {
  background-image: url('../images/patio2.webp');
}

._50-img.patio2 {
  background-image: url('../images/patios3.webp');
  background-position: 50% 100%;
}

._50-img.patio3 {
  background-image: url('../images/img-artificial-grass-2.webp');
}

._50-img.carpark1 {
  background-image: url('../images/carpark2.webp');
}

._50-img.carpark2 {
  background-image: url('../images/schools2.webp');
}

._50-img.carpark3 {
  background-image: url('../images/img-play-areas-005-1440x1920.webp');
}

._50-img.new {
  background-image: url('../images/latest-work-9.webp');
  background-position: 50% 100%;
}

._50-img.new1 {
  background-image: url('../images/img-resin-1181843772.webp');
}

._50-img.new2 {
  background-image: url('../images/SureLay-19.webp');
}

._50-img.pool {
  background-image: url('../images/Poolsides-4.webp');
}

._50-img.pool1 {
  background-image: url('../images/pool1.webp');
  background-position: 0%;
}

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

._50-img.pool3 {
  background-image: url('../images/poolside-img_1.webp');
  background-position: 0%;
}

._50-img.path {
  background-image: url('../images/footpath.webp');
}

._50-img.path1 {
  background-image: url('../images/groundworks2.webp');
}

._50-img.path2 {
  background-image: url('../images/Footpath_1.webp');
}

._50-img.tarmac {
  background-image: url('../images/img-tarmac.webp');
}

._50-img.tarmac1 {
  background-image: url('../images/healthcare1.webp');
}

._50-img.svs {
  background-image: url('../images/SureLay-10.webp');
}

._50-img.svs1 {
  background-image: url('../images/healthcare.webp');
}

._50-img.svs2 {
  background-image: url('../images/carparks1.webp');
}

.p {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
}

.p._18 {
  width: 100%;
  margin-bottom: 20px;
  font-size: 22.5px;
  font-weight: 400;
  line-height: 32px;
}

.p._18._40b {
  margin-bottom: 40px;
}

.p._18._0b {
  margin-bottom: 0;
}

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

.p._18._950 {
  text-align: center;
  max-width: 950px;
}

.p._18.white-bold {
  color: var(--white);
  width: auto;
  font-weight: 600;
  text-decoration: none;
}

.p._22-5 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
}

.p._22-5.white-centred {
  color: var(--white);
  text-align: center;
}

.p._22-5.white-centred._900 {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.p._18 {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
}

.p._40b {
  margin-bottom: 40px;
}

.p._0b {
  margin-bottom: 0;
}

.p.white {
  color: var(--white);
  margin-bottom: 20px;
}

.p.white._40b {
  margin-bottom: 40px;
}

.p.white._0b {
  margin-bottom: 0;
}

.p._30b {
  margin-bottom: 30px;
}

.black-heading {
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

.black-heading.centred {
  text-align: center;
  margin-bottom: 20px;
}

.black-heading.centred._32 {
  font-size: 32px;
  line-height: 42px;
}

.black-heading.yellow {
  color: var(--yellow);
}

.black-heading.yellow._500 {
  max-width: 500px;
}

.black-heading.yellow._30pt {
  font-size: 30px;
  line-height: 40px;
}

.black-heading.yellow.sm {
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 30px;
}

.black-heading.white {
  color: var(--white);
  line-height: 50px;
}

.black-heading.white.centred {
  margin-bottom: 30px;
}

.black-heading.white.contact {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.black-heading._20b {
  margin-bottom: 20px;
}

._50-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 85%;
  display: flex;
}

._50-container._100 {
  width: 90%;
  max-width: 1400px;
}

.heading-icon {
  background-color: var(--black);
  color: var(--yellow);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: "Sharp Solid 900", Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  display: flex;
}

.black-section {
  background-color: var(--black);
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

._2-col-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1400px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._2-col-div._100 {
  align-items: center;
  width: 100%;
  max-width: 100%;
}

._2-col-div.svs {
  width: 100%;
  max-width: 100%;
}

.left-div {
  width: 47%;
}

.left-div.svs {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.left-div.centred {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-div._100 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-div {
  width: 50%;
}

.tabs-menu {
  justify-content: space-between;
  display: flex;
}

.tabs-menu.centred {
  justify-content: center;
  margin-top: 40px;
}

.tab-link-tab-1 {
  border: 1px solid var(--20-white);
  background-color: var(--black);
  color: var(--mid-grey);
  text-align: center;
  border-radius: 10px;
  width: 31%;
  padding: 20px;
  font-size: 22.5px;
  line-height: 30px;
}

.tab-link-tab-1.w--current {
  background-color: var(--yellow);
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 700;
}

.tab-container {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab-text {
  color: var(--white);
  font-size: 18px;
  line-height: 28px;
}

.tab-text._20b {
  margin-bottom: 20px;
}

.tab-text.centred {
  text-align: center;
  margin-bottom: 30px;
}

.sub-title {
  color: var(--white);
  letter-spacing: .5px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.sub-title.black {
  color: var(--black);
  letter-spacing: 0;
}

.sub-title.black.centred {
  text-align: center;
  margin-bottom: 20px;
}

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

.counter-div {
  border: 1px solid var(--20-white);
  background-color: var(--70-black);
  border-radius: 20px;
  padding: 60px;
}

.counter-icon {
  color: var(--yellow);
  text-align: center;
  margin-bottom: 20px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.counter {
  color: var(--yellow);
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.counter-text {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.number-div {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-section {
  background-image: linear-gradient(to bottom, var(--85-black), var(--85-black)), url('../images/img-surelay-house-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

._2-tab-tab-1 {
  border: 1px solid var(--20-white);
  background-color: var(--black);
  color: var(--mid-grey);
  text-align: center;
  border-radius: 20px;
  min-width: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 22.5px;
  line-height: 30px;
}

._2-tab-tab-1.w--current {
  background-color: var(--yellow);
  color: var(--black);
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 700;
}

._2-tab-tab-2 {
  border: 1px solid var(--20-white);
  background-color: var(--black);
  color: var(--mid-grey);
  text-align: center;
  border-radius: 20px;
  min-width: 200px;
  margin-left: 30px;
  padding: 20px 40px;
  font-size: 22.5px;
  line-height: 30px;
}

._2-tab-tab-2.w--current {
  background-color: var(--yellow);
  color: var(--black);
  font-weight: 700;
}

.gallery-tab-div {
  border-top: 5px solid var(--dark-grey);
  margin-top: 50px;
  padding-top: 30px;
}

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

.tab-gallery-div {
  background-color: var(--dark-grey);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.tab-gal-cont {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 100%;
  padding: 30px 40px 40px;
}

.tab-gal-cont.auto {
  min-height: auto;
}

.h3 {
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 40px;
}

.h3.centred {
  text-align: center;
}

.tab-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 300px;
  display: flex;
}

.tab-img.schools {
  background-image: url('../images/img-schools-1148917406.webp');
}

.tab-img.public-spaces {
  background-image: url('../images/img-footpaths-019-1920x1440.webp');
}

.tab-img.play-areas {
  background-image: url('../images/img-play-areas-005-1440x1920.webp');
  background-position: 50%;
}

.tab-img.nhs {
  background-image: url('../images/img-nhs-hospital.webp');
}

.tab-img.footpaths {
  background-image: url('../images/img-footpaths-008.webp');
}

.tab-img.poolsides {
  background-image: url('../images/img-homepage-002.webp');
  background-position: 50% 75%;
}

.tab-img.patios {
  background-image: url('../images/virginia-water-1.webp');
}

.tab-img.groundworks {
  background-image: url('../images/img-ground-works-585102369-1.webp');
}

.tab-img.driveways {
  background-image: url('../images/img-homepage-003.webp');
}

.tab-img.grass {
  background-image: url('../images/img-artificial-grass-1.webp');
}

.tab-img.carparks {
  background-image: url('../images/img-car-parks-013-1440x1920.webp');
}

.tab-img.resin {
  background-image: url('../images/resin-bound-calcot.webp');
}

.body-text {
  color: var(--black);
  font-size: 18px;
  line-height: 28px;
}

.body-text._530 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.logo-showcase {
  margin-top: 20px;
}

.footer-section {
  background-color: var(--black);
  padding-top: 60px;
}

.footer-section.link {
  padding-bottom: 140px;
}

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

.bottom-logo {
  width: 250px;
}

.footer-container {
  width: 100%;
}

.bottom-link {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  transition: all .2s;
  display: block;
}

.bottom-link:hover {
  color: var(--mid-grey);
}

.bottom-link._0b {
  margin-bottom: 0;
  font-size: 26px;
  line-height: 26px;
  transition: all .2s;
}

.bottom-link._0b:hover {
  color: var(--mid-grey);
}

.bottom-link._10b {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 26px;
  transition: all .2s;
}

.bottom-link._10b:hover {
  color: var(--mid-grey);
}

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

.footer-text {
  color: var(--mid-grey);
  font-size: 16px;
  line-height: 24px;
}

.footer-links {
  color: var(--mid-grey);
  text-align: right;
  width: 100%;
  max-width: 900px;
  font-size: 16px;
  line-height: 24px;
}

.footer-link {
  color: var(--mid-grey);
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link._0r {
  margin-right: 0;
}

.nav-section {
  z-index: 10;
  width: 100%;
  position: sticky;
  top: 0;
}

.dd-link {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 27px;
  transition: all .2s;
}

.dd-link:hover {
  background-color: var(--hover-grey);
}

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

.dd-link.first {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dd-link.first.w--current {
  background-color: var(--yellow);
  color: var(--dark-grey);
}

.dd-link.last {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.dropdown-list.w--open {
  background-color: var(--white);
  border-radius: 6px;
}

.nav-bar-link, .nav-menu-bottom, .nav-menu-socials {
  display: none;
}

.nav-bar-tel-no {
  color: var(--yellow);
  margin-left: 30px;
  font-size: 22.5px;
  line-height: 32px;
  text-decoration: none;
  display: none;
}

.nav-bar-socials {
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.close-button {
  display: none;
}

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

.plus-sign {
  color: var(--yellow);
  text-align: center;
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--mid-grey);
  color: var(--black);
  text-decoration: none;
  transition: all .2s;
}

.hyperlink:hover {
  color: var(--mid-grey);
}

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

.hyperlink.white:hover {
  color: var(--yellow);
}

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

.list._0b {
  margin-bottom: 0;
}

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

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

.list._2col._40b, .list._40b {
  margin-bottom: 40px;
}

.list._0t {
  margin-top: 0;
}

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

.bullet-icon {
  filter: drop-shadow(2px 2px 2px #000000b3);
  width: 30px;
  margin-right: 8px;
}

.bullet-icon.dark {
  background-color: var(--dark-grey);
  filter: none;
  border-radius: 50%;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  padding: 10px;
}

.bullet-heading {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

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

.bullet-heading.bold {
  color: var(--black);
  font-weight: 700;
}

.gradient-div {
  background-image: linear-gradient(180deg, var(--transparent), var(--dark-grey) 80%);
  width: 100%;
  height: 100px;
}

.h3-section {
  background-color: var(--black);
  padding-top: 60px;
}

.h3-text {
  border-bottom: 1px solid var(--dark-grey);
  color: var(--yellow);
  text-align: center;
  width: 90%;
  max-width: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.read-more {
  color: var(--yellow);
  margin-left: 20px;
  margin-right: auto;
  font-size: 22.5px;
  font-style: italic;
  text-decoration: none;
  transition: all .2s;
}

.read-more:hover {
  color: var(--dark-grey);
}

.test-lb-grid {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  max-width: 300px;
  margin-left: 20px;
  margin-right: auto;
}

.test-lb-img {
  border-radius: 6px;
}

.h3-link {
  color: var(--yellow);
  text-decoration: none;
  transition: all .2s;
}

.h3-link:hover {
  color: var(--white);
}

.reviews {
  margin-top: 50px;
}

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

.live-chat-top-text.block {
  color: var(--white);
  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-chat-bottom-text {
  color: var(--yellow);
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: var(--white);
  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(--dark-grey);
  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: var(--black);
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--black);
  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: var(--dark-grey);
  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(--black);
  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(--dark-grey);
}

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

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

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

.our-clients-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.testimonial-section {
  background-color: var(--hover-grey);
  padding-top: 140px;
  padding-bottom: 140px;
}

.what-section {
  background-color: var(--bg-grey);
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 960px;
  display: flex;
}

.hero-container._100b {
  padding-bottom: 100px;
}

.page-bg {
  z-index: -1;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 945px;
  min-height: 100vh;
  position: fixed;
  inset: 0%;
}

.page-bg.home {
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-homepage-004.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.page-bg.svs {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/SureLay-11.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.driveway {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/SureLay-23.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.patio {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/patios1.webp');
  background-position: 0 0, 50% 60%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.commercial {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/carpark.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.new {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/SureLay-13.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.pool {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-homepage-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.path {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-footpaths-008.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.tarmac {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/tarmac1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.other {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/gal-img_1.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.rich {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-footpaths-019-1920x1440.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.beacon {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/latest-work-3.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.farnham {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/patios1.webp');
  background-position: 0 0, 50% 55%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.ascot {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/block-paving1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.camberley {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/latest-work-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.weybridge {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/patios3.webp');
  background-position: 0 0, 50% 80%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.maidenhead {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-driveway.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.test {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/testi-img.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.contact {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-homepage-002.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.sitemap {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-homepage-004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.teddington {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-bound-teddington-004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.vw {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/virginia-water-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.sutton {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-sutton-001.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.calcot {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-bound-calcot-003.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.seer-green {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-seer-green-004.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.farnborough {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-bound-farnborough-04.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.eastgrinstead {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-bound-east-grinstead-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.woodcote {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-bound-woodcote-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.crawley {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-bound-crawley-001.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.richmond {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-porcelain-turf-richmond-002.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.headley {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/headley.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.miltonkeynes {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/img-resin-patio-milton-keynes-003.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page-bg.beacon1 {
  background-image: linear-gradient(to bottom, var(--70-black), var(--70-black)), url('../images/Project-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.grey-section {
  background-color: var(--bg-grey);
  padding-top: 140px;
  padding-bottom: 140px;
}

.right-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 30px;
  width: 47%;
}

.right-img-div.contact {
  background-image: url('../images/contact.webp');
  width: 100%;
}

.right-img-div.drive {
  background-image: url('../images/homepage6.webp');
}

.right-img-div.patio {
  background-image: url('../images/patio1.webp');
  background-position: 50% 75%;
}

.right-img-div.carpark {
  background-image: url('../images/carparks1.webp');
}

.right-img-div.new {
  background-image: url('../images/driveway5.webp');
  background-position: 50%;
}

.right-img-div.pool {
  background-image: url('../images/poolside1.webp');
}

.right-img-div.path {
  background-image: url('../images/footpath2.webp');
}

.right-img-div.svs {
  background-image: url('../images/block-paving1.webp');
}

.right-img-div.tarmac {
  background-image: url('../images/carparks4.webp');
}

.right-img-div.teddington {
  background-image: url('../images/img-resin-bound-teddington-003.webp');
  min-height: 400px;
}

.right-img-div.vw {
  background-image: url('../images/virginia-water-3.webp');
  min-height: 400px;
}

.right-img-div.vw.beacon {
  background-image: url('../images/Project-1.webp');
}

.right-img-div.sutton {
  background-image: url('../images/img-resin-sutton-001.webp');
  min-height: 400px;
}

.right-img-div.calcot {
  background-image: url('../images/img-resin-bound-teddington-003.webp');
  min-height: 400px;
}

.right-img-div.seer {
  background-image: url('../images/img-resin-seer-green-004.webp');
  min-height: 400px;
}

.right-img-div.farnborough {
  background-image: url('../images/img-resin-bound-farnborough-05.webp');
  min-height: 400px;
}

.right-img-div.east {
  background-image: url('../images/img-resin-bound-east-grinstead-3.webp');
  min-height: 400px;
}

.right-img-div.woodcote {
  background-image: url('../images/img-resin-bound-woodcote-1.webp');
  min-height: 400px;
}

.right-img-div.crawley {
  background-image: url('../images/img-resin-bound-crawley-001.webp');
  min-height: 400px;
}

.right-img-div.richmond {
  background-image: url('../images/img-resin-porcelain-turf-richmond-002.webp');
  min-height: 400px;
}

.right-img-div.headley {
  background-image: url('../images/img-resin-bound-headly-1.webp');
  background-position: 50%;
  min-height: 400px;
}

.right-img-div.mk {
  background-image: url('../images/img-resin-patio-milton-keynes-002.webp');
  min-height: 400px;
}

.footer-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px solid var(--dark-grey);
  border-bottom: 1px solid var(--dark-grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: grid;
}

.full-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: flex;
}

.full-img-div.no-bg {
  background-image: none;
  padding: 0;
}

.full-img-div.no-bg.thelongway {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.full-img-div.right {
  justify-content: flex-end;
  align-items: flex-start;
}

.full-img-div.right.tarmac {
  background-image: url('../images/tarmac.webp');
  background-position: 50% 100%;
}

.full-img-div.right.svs1 {
  background-image: url('../images/natural-stone1.webp');
}

.full-img-div.drive {
  background-image: url('../images/SureLay-26.webp');
}

.full-img-div.patio {
  background-image: url('../images/patio3.webp');
}

.full-img-div.carpark {
  background-image: url('../images/playarea.webp');
}

.full-img-div.new {
  background-image: url('../images/img-resin-driveway.webp');
  background-position: 50% 100%;
}

.full-img-div.pool {
  background-image: url('../images/pool_1271238872.webp');
}

.full-img-div.path {
  background-image: url('../images/footpath1.webp');
}

.full-img-div.path1 {
  background-image: url('../images/SureLay-17.webp');
  background-position: 50%;
}

.full-img-div.tarmac1 {
  background-image: url('../images/healthcare2.webp');
  background-position: 50% 100%;
}

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

.black-div {
  background-color: var(--dark-grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 700px;
  padding: 50px;
  display: flex;
}

.black-div._100 {
  max-width: 100%;
}

.black-div.sm {
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
}

.black-div.sm.b {
  background-color: var(--black);
}

.latest-work-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.latest-work-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1.5fr;
  width: 100%;
  margin-top: 60px;
}

.work-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 500px;
  padding: 40px;
  display: flex;
}

.work-img.lensbury {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-10.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-img.calcot {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-img.vw {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-11.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 350px;
}

.work-img.sutton {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-14.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 350px;
}

.work-img.seer-green {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-9.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-img.woodcote {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/img-resin-bound-woodcote-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-img.farnborough {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-6.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 350px;
}

.work-img.east-grin {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-5.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 350px;
}

.work-img.crawley {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-4.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-img.mk {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/img-resin-patio-milton-keynes-001.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-img.richmond {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-13.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 350px;
}

.work-img.headley {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/latest-work-7.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 350px;
}

.work-img.beacon {
  background-image: linear-gradient(180deg, var(--transparent), var(--50-black)), url('../images/Project-3.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.work-title {
  color: var(--white);
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.full-img-tablet {
  border-radius: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  display: none;
}

.areas-map {
  filter: sepia(30%);
  width: 100%;
}

.areas-list {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 60px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.contact-black-div {
  background-color: var(--dark-grey);
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 50px;
  text-decoration: none;
  display: flex;
}

.contact-grid {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1600px;
  min-height: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.contact-form {
  width: 100%;
}

.contact-page-icon {
  color: var(--yellow);
  margin-bottom: 20px;
  font-family: "Pro Solid 900", Arial, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.bottom-tel-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: 30px;
  display: flex;
}

.trade-logo-div {
  justify-content: space-between;
  align-items: center;
  width: 420px;
  margin-top: 50px;
  display: flex;
}

.vuba-small {
  width: 18%;
}

.brett {
  background-color: var(--white);
  width: 29%;
  padding: 10px;
}

.kebur {
  width: 45%;
}

.sub-heading {
  color: var(--dark-grey);
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 30px;
}

.sub-heading.white {
  color: var(--white);
}

.strapline {
  color: var(--dark-yellow);
  text-align: center;
  width: 90%;
  max-width: 1400px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
}

.strap-yellow {
  color: var(--yellow);
}

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

.body-icon {
  width: 50px;
  margin-bottom: 10px;
}

._5-box-div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  display: flex;
}

.project-box-grid {
  background-color: var(--black);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.project-box-grid._6 {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

._5-box-text {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

._5-box-text._18 {
  font-size: 18px;
  line-height: 24px;
}

._5-box-icon {
  background-color: var(--yellow);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-weight: 400;
  display: flex;
}

.project-section {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

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

.gallery-lb-link {
  cursor: zoom-in;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.gallery-lb-link.teddington1 {
  background-image: url('../images/img-resin-bound-teddington-005.webp');
  min-height: 650px;
}

.gallery-lb-link.teddington2 {
  background-image: url('../images/img-resin-bound-teddington-004.webp');
  height: 325px;
}

.gallery-lb-link.teddington3 {
  background-image: url('../images/img-resin-bound-teddington-003.webp');
  height: 325px;
}

.gallery-lb-link.teddington4 {
  background-image: url('../images/img-resin-bound-teddington-002.webp');
  height: 325px;
}

.gallery-lb-link.teddington5 {
  background-image: url('../images/img-resin-bound-teddington-001.webp');
  height: 325px;
}

.gallery-lb-link.vw1 {
  background-image: url('../images/virginia-water-1.webp');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  min-height: 650px;
}

.gallery-lb-link.vw1.beacon {
  background-image: url('../images/Project-3.webp');
}

.gallery-lb-link.vw2 {
  background-image: url('../images/virginia-water-2.webp');
  height: 325px;
}

.gallery-lb-link.vw2.beacon1 {
  background-image: url('../images/Project-2.webp');
}

.gallery-lb-link.vw2.beacon2 {
  background-image: url('../images/Project-4.webp');
}

.gallery-lb-link.sutton2 {
  background-image: url('../images/img-resin-sutton-005.webp');
}

.gallery-lb-link.sutton3 {
  background-image: url('../images/img-resin-sutton-003.webp');
}

.gallery-lb-link.sutton4 {
  background-image: url('../images/img-resin-sutton-002.webp');
}

.gallery-lb-link.sutton1 {
  background-image: url('../images/img-resin-sutton-006.webp');
  min-height: 650px;
}

.gallery-lb-link.sutton5 {
  background-image: url('../images/img-resin-sutton-001.webp');
}

.gallery-lb-link.calcot1 {
  background-image: url('../images/img-resin-bound-calcot-003.webp');
  min-height: 650px;
}

.gallery-lb-link.calcot2 {
  background-image: url('../images/img-resin-bound-calcot-002.webp');
  height: 325px;
}

.gallery-lb-link.calcot3 {
  background-image: url('../images/img-resin-bound-calcot-001.webp');
  height: 325px;
}

.gallery-lb-link.seer1 {
  background-image: url('../images/img-resin-seer-green-004.webp');
  min-height: 650px;
}

.gallery-lb-link.seer2 {
  background-image: url('../images/img-resin-seer-green-003.webp');
  height: 325px;
}

.gallery-lb-link.seer3 {
  background-image: url('../images/img-resin-seer-green-002.webp');
  height: 325px;
}

.gallery-lb-link.seer4 {
  background-image: url('../images/img-resin-seer-green-001.webp');
  height: 325px;
}

.gallery-lb-link.seer5 {
  background-image: url('../images/img-resin-seer-green-004.webp');
  height: 325px;
}

.gallery-lb-link.farn1 {
  background-image: url('../images/img-resin-bound-farnborough-04.webp');
  min-height: 650px;
}

.gallery-lb-link.farn2 {
  background-image: url('../images/img-resin-bound-farnborough-03.webp');
  height: 325px;
}

.gallery-lb-link.farn3 {
  background-image: url('../images/img-resin-bound-farnborough-02.webp');
  height: 325px;
}

.gallery-lb-link.farn4 {
  background-image: url('../images/img-resin-bound-farnborough-01.webp');
  height: 325px;
}

.gallery-lb-link.farn5 {
  background-image: url('../images/img-resin-bound-farnborough-05.webp');
  height: 325px;
}

.gallery-lb-link.east1 {
  background-image: url('../images/img-resin-bound-east-grinstead-1.webp');
  height: 650px;
}

.gallery-lb-link.east2 {
  background-image: url('../images/img-resin-bound-east-grinstead-2.webp');
  height: 325px;
}

.gallery-lb-link.east3 {
  background-image: url('../images/img-resin-bound-east-grinstead-3.webp');
  height: 325px;
}

.gallery-lb-link.woodcote1 {
  background-image: url('../images/img-resin-bound-woodcote-2.webp');
  height: 650px;
}

.gallery-lb-link.woodcote2 {
  background-image: url('../images/img-resin-bound-woodcote-1.webp');
  height: 325px;
}

.gallery-lb-link.crawley1 {
  background-image: url('../images/img-resin-bound-crawley-003.webp');
  height: 650px;
}

.gallery-lb-link.crawley2 {
  background-image: url('../images/img-resin-bound-crawley-002.webp');
  height: 325px;
}

.gallery-lb-link.crawley3 {
  background-image: url('../images/img-resin-bound-crawley-001.webp');
  height: 325px;
}

.gallery-lb-link.richmond1 {
  background-image: url('../images/img-resin-porcelain-turf-richmond-002.webp');
  min-height: 650px;
}

.gallery-lb-link.richmond2 {
  background-image: url('../images/img-resin-porcelain-turf-richmond-001.webp');
  height: 325px;
}

.gallery-lb-link.headley1 {
  background-image: url('../images/headley.webp');
  min-height: 650px;
}

.gallery-lb-link.headley2 {
  background-image: url('../images/img-resin-bound-headly-1.webp');
  height: 325px;
}

.gallery-lb-link.headley3 {
  background-image: url('../images/img-resin-bound-headly-3.webp');
  height: 325px;
}

.gallery-lb-link.headley4 {
  background-image: url('../images/img-resin-bound-headly-5.webp');
  height: 325px;
}

.gallery-lb-link.mk1 {
  background-image: url('../images/img-resin-patio-milton-keynes-003.webp');
  min-height: 650px;
}

.gallery-lb-link.mk2 {
  background-image: url('../images/img-resin-patio-milton-keynes-002.webp');
  height: 325px;
}

.gallery-lb-link.mk3 {
  background-image: url('../images/img-resin-patio-milton-keynes-001.webp');
  height: 325px;
}

.h2 {
  margin-top: 0;
  margin-bottom: 30px;
  line-height: 42px;
}

.h2._24 {
  border-bottom: 2px solid var(--yellow);
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

._3-col-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1400px;
  min-height: 50px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._3-col-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31.5%;
  display: flex;
}

.form-line {
  z-index: 9;
  height: 1vh;
  position: relative;
  top: 120px;
}

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

@media screen and (min-width: 1920px) {
  .body {
    font-size: 17px;
    line-height: 27px;
  }

  .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) {
  .social-link._0r {
    margin-right: 0;
  }

  .top-contact {
    font-size: 18px;
    line-height: 26px;
  }

  .hero-section {
    height: auto;
    min-height: auto;
  }

  .hero-section.project {
    padding-bottom: 60px;
  }

  .get-in-touch {
    font-size: 18px;
    line-height: 22px;
  }

  .nav-link {
    margin-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }

  .dropdown-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px;
  }

  .icon {
    margin-right: 0;
  }

  .dropdown {
    width: 100%;
    margin-left: 0;
  }

  .hero-div {
    flex-flow: column;
    margin-top: 0;
    padding-top: 0;
  }

  .nav-container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-sub-title._18 {
    margin-bottom: 20px;
  }

  .hero-title {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-title.large {
    margin-bottom: 50px;
    font-size: 46px;
    line-height: 56px;
  }

  .hero-left {
    width: 100%;
    max-width: 100%;
  }

  .hero-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
  }

  ._3-services-div {
    flex-flow: column;
  }

  .services-div {
    border-top: 1px solid var(--20-white);
    width: 100%;
    padding: 30px 0;
  }

  .services-div._0t {
    border-top-width: 0;
  }

  .svs-box-text {
    font-size: 18px;
    line-height: 28px;
  }

  .nav-menu {
    z-index: 1000;
    background-color: var(--dark-grey);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100vw;
    height: 100vh;
    margin-left: 0;
    padding: 60px;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .vuba-logo {
    width: 100px;
  }

  .hero-right {
    width: 100%;
    margin-top: 30px;
  }

  .hero-slider {
    height: 400px;
  }

  .testimonials-text {
    font-size: 18px;
    line-height: 28px;
  }

  ._4-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  ._4-box-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .box-img {
    margin-bottom: 20px;
  }

  .box-title {
    margin-bottom: 10px;
    font-size: 20px;
  }

  ._4-box-text {
    font-size: 16px;
    line-height: 26px;
  }

  ._2-col-section {
    flex-flow: column-reverse;
    min-height: auto;
  }

  ._2-col-section.rvs {
    flex-flow: column;
  }

  ._50-div {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  ._50-img.new {
    background-position: 50% 70%;
  }

  .p._18 {
    font-size: 18px;
    line-height: 28px;
  }

  .p._18._40b {
    margin-bottom: 20px;
  }

  .p._18.white._40b {
    margin-bottom: 30px;
  }

  .black-heading {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .black-heading.centred {
    font-size: 30px;
    line-height: 40px;
  }

  .black-heading.yellow, .black-heading.yellow._500 {
    line-height: 40px;
  }

  .black-heading.yellow._30pt {
    font-size: 22px;
    line-height: 32px;
  }

  ._50-container {
    width: 90%;
  }

  .heading-icon {
    margin-bottom: 20px;
  }

  .black-section {
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .black-section.down, .black-section._1-col, .black-section.contact, ._2-col-div {
    flex-flow: column;
  }

  ._2-col-div.svs {
    flex-flow: column-reverse;
  }

  .left-div, .left-div.svs, .left-div._100, .tab-div {
    width: 100%;
  }

  .tab-link-tab-1 {
    padding: 15px 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .tab-text {
    font-size: 18px;
    line-height: 28px;
  }

  .sub-title {
    margin-bottom: 10px;
  }

  .counter-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .counter-div {
    padding: 30px 40px;
  }

  .counter-icon {
    margin-bottom: 10px;
  }

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

  .counter-text {
    font-size: 18px;
    line-height: 28px;
  }

  .number-div {
    margin-bottom: 10px;
  }

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

  ._2-tab-tab-1.w--current, ._2-tab-tab-2 {
    font-size: 18px;
    line-height: 28px;
  }

  .gallery-tab-div {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .tab-gallery-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40px;
  }

  .tab-gal-cont {
    min-height: auto;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h3 {
    margin-bottom: 10px;
  }

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

  .body-text._530 {
    font-size: 18px;
    line-height: 28px;
  }

  .logo-showcase {
    margin-top: 30px;
  }

  .bottom-link {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .bottom-link._0b {
    margin-top: 0;
    margin-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .bottom-link._10b {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 24px;
    line-height: 34px;
  }

  .bottom-contact-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .footer-links {
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-icon {
    color: var(--white);
    font-size: 40px;
    line-height: 40px;
  }

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

  .dd-link {
    color: var(--hover-grey);
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    transition: all .2s;
  }

  .dd-link:hover {
    color: var(--white);
  }

  .dropdown-list {
    background-color: var(--hover-bg);
  }

  .dropdown-list.w--open {
    background-color: var(--dark-grey);
    position: relative;
  }

  .nav-bar-link {
    margin-bottom: 20px;
    margin-left: -20px;
    display: flex;
  }

  .nav-bar-link.w--current {
    margin-bottom: auto;
  }

  .nav-co-logo {
    width: 250px;
  }

  .nav-menu-bottom {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .nav-menu-socials {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .nav-bar-tel-no {
    margin-left: 20px;
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    display: flex;
  }

  .nav-bar-socials {
    display: flex;
  }

  .close-button {
    color: var(--white);
    cursor: pointer;
    margin-top: 30px;
    margin-right: 30px;
    font-family: "Fa solid 900", sans-serif;
    font-size: 40px;
    line-height: 40px;
    text-decoration: none;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .plus-sign {
    font-size: 40px;
    line-height: 50px;
  }

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

  .list._2col._40b {
    margin-bottom: 30px;
  }

  .bullet-heading {
    font-size: 18px;
    line-height: 28px;
  }

  .h3-text {
    font-size: 30px;
    line-height: 40px;
  }

  .text-block {
    font-size: 18px;
    line-height: 28px;
  }

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

  .whatsapp-block {
    margin-bottom: 10px;
    margin-right: 10px;
    display: flex;
  }

  .whatsapp-container {
    border-radius: 6px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
  }

  .whatsapp-chat {
    display: none;
  }

  .our-clients-section, .testimonial-section, .what-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-container {
    width: 100%;
    max-width: 100%;
  }

  .hero-container._100b {
    padding-bottom: 60px;
  }

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

  .right-img-div {
    width: 100%;
    min-height: 400px;
    margin-bottom: 30px;
  }

  .right-img-div.teddington, .right-img-div.sutton, .right-img-div.calcot, .right-img-div.seer, .right-img-div.farnborough, .right-img-div.east, .right-img-div.woodcote, .right-img-div.crawley, .right-img-div.richmond, .right-img-div.headley, .right-img-div.mk {
    margin-bottom: 0;
  }

  .footer-div {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .full-img-div {
    background-image: none;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
  }

  .full-img-div.no-bg.thelongway {
    grid-template-columns: 1fr 1fr;
  }

  .full-img-div.right.tarmac, .full-img-div.right.svs1, .full-img-div.drive, .full-img-div.patio, .full-img-div.carpark, .full-img-div.new, .full-img-div.pool, .full-img-div.path, .full-img-div.path1, .full-img-div.tarmac1, .full-img-div.svs {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .black-div {
    width: 100%;
    max-width: 100%;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px;
  }

  .black-div._100 {
    margin-top: 0;
  }

  .black-div.sm {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .latest-work-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }

  .work-img.lensbury {
    min-height: 450px;
  }

  .work-img.calcot, .work-img.vw {
    min-height: 300px;
  }

  .work-img.sutton {
    min-height: 450px;
  }

  .work-img.seer-green, .work-img.woodcote {
    min-height: 300px;
  }

  .work-img.farnborough {
    min-height: 450px;
  }

  .work-img.east-grin, .work-img.crawley {
    min-height: 300px;
  }

  .work-img.mk {
    min-height: 450px;
  }

  .work-img.richmond, .work-img.headley {
    min-height: 300px;
  }

  .work-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .full-img-tablet {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    justify-content: center;
    align-items: flex-end;
    min-height: 400px;
    display: flex;
  }

  .full-img-tablet.no-bg {
    display: none;
  }

  .full-img-tablet.drive {
    background-image: url('../images/headley.webp');
  }

  .full-img-tablet.patio {
    background-image: url('../images/patio3.webp');
  }

  .full-img-tablet.commercial {
    background-image: url('../images/playarea.webp');
  }

  .full-img-tablet.new {
    background-image: url('../images/img-resin-driveway.webp');
    background-position: 50% 100%;
  }

  .full-img-tablet.pool {
    background-image: url('../images/pool_1271238872.webp');
  }

  .full-img-tablet.footpath {
    background-image: url('../images/footpath1.webp');
  }

  .full-img-tablet.footpath2 {
    background-image: url('../images/path_158790344.webp');
  }

  .full-img-tablet.tarmac {
    background-image: url('../images/tarmac.webp');
    background-position: 50% 100%;
  }

  .full-img-tablet.tarmac1 {
    background-image: url('../images/carpark5.webp');
  }

  .full-img-tablet.svs {
    background-image: url('../images/natural-stone1.webp');
  }

  .full-img-tablet.svs2 {
    background-image: url('../images/schools2.webp');
  }

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

  .contact-black-div {
    width: 100%;
    max-width: 100%;
    margin-top: -40px;
    margin-left: 20px;
    margin-right: 20px;
    padding: 40px;
  }

  .contact-black-div.contact {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-grid {
    flex-flow: column;
  }

  .contact-grid.flex-down {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    display: flex;
  }

  .bottom-tel-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
  }

  .trade-logo-div {
    width: 350px;
    margin-top: 20px;
  }

  .sub-heading {
    margin-bottom: 10px;
  }

  ._5-box-div {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  ._5-box-div._0t, ._5-box-div._5 {
    padding-top: 0;
  }

  .project-box-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .project-box-grid._6 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .gallery-lb-link.teddington1 {
    min-height: 600px;
  }

  .gallery-lb-link.teddington2, .gallery-lb-link.teddington3, .gallery-lb-link.teddington4, .gallery-lb-link.teddington5 {
    height: 300px;
  }

  .gallery-lb-link.vw1 {
    min-height: 600px;
  }

  .gallery-lb-link.vw2 {
    height: 300px;
  }

  .gallery-lb-link.sutton2, .gallery-lb-link.sutton3, .gallery-lb-link.sutton4 {
    min-height: 300px;
  }

  .gallery-lb-link.sutton1, .gallery-lb-link.calcot1 {
    min-height: 600px;
  }

  .gallery-lb-link.calcot2, .gallery-lb-link.calcot3 {
    height: 300px;
  }

  .gallery-lb-link.seer1 {
    min-height: 600px;
  }

  .gallery-lb-link.seer2, .gallery-lb-link.seer3, .gallery-lb-link.seer4, .gallery-lb-link.seer5 {
    height: 300px;
  }

  .gallery-lb-link.farn1 {
    min-height: 600px;
  }

  .gallery-lb-link.farn2, .gallery-lb-link.farn3, .gallery-lb-link.farn4, .gallery-lb-link.farn5 {
    height: 300px;
  }

  .gallery-lb-link.east1 {
    height: 600px;
  }

  .gallery-lb-link.east2, .gallery-lb-link.east3 {
    height: 300px;
  }

  .gallery-lb-link.woodcote1 {
    height: 600px;
  }

  .gallery-lb-link.woodcote2 {
    height: 300px;
  }

  .gallery-lb-link.crawley1 {
    height: 600px;
  }

  .gallery-lb-link.crawley2, .gallery-lb-link.crawley3 {
    height: 300px;
  }

  .gallery-lb-link.richmond1 {
    min-height: 600px;
  }

  .gallery-lb-link.richmond2 {
    height: 300px;
  }

  .gallery-lb-link.headley1 {
    min-height: 600px;
  }

  .gallery-lb-link.headley2, .gallery-lb-link.headley3, .gallery-lb-link.headley4 {
    height: 300px;
  }

  .gallery-lb-link.mk1 {
    min-height: 600px;
  }

  .gallery-lb-link.mk2 {
    height: 300px;
    min-height: 300px;
  }

  .gallery-lb-link.mk3 {
    height: 300px;
  }

  .h2._24 {
    min-height: 80px;
    padding-bottom: 20px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .top-bar {
    position: static;
  }

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

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

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

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

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

  .hero-section.project {
    padding-bottom: 40px;
  }

  .get-in-touch {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
  }

  .hero-div {
    width: 90%;
  }

  .nav-container {
    width: 95%;
  }

  .hero-sub-title, .hero-sub-title._35b {
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 40px;
  }

  .hero-title.large {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }

  .hero-text {
    font-size: 16px;
    line-height: 26px;
  }

  .svs-box-title {
    font-size: 26px;
    line-height: 34px;
  }

  .svs-box-text {
    font-size: 16px;
    line-height: 26px;
  }

  .svs-box-read-more {
    font-size: 15px;
    line-height: 25px;
  }

  .nav-menu {
    padding: 40px;
  }

  .vuba-div {
    margin-bottom: 30px;
  }

  .hero-slider {
    height: 440px;
  }

  .testimonials-text {
    font-size: 16px;
    line-height: 26px;
  }

  .name {
    font-size: 18px;
    line-height: 26px;
  }

  ._4-col-grid {
    grid-template-columns: 1fr;
  }

  ._4-box-div {
    padding-left: 20px;
    padding-right: 20px;
  }

  .box-img {
    width: 130px;
    min-width: 130px;
    height: 130px;
    min-height: 130px;
  }

  .box-title {
    line-height: 22px;
  }

  ._50-div {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._50-img {
    min-height: 350px;
  }

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

  .p._18.white._40b {
    margin-bottom: 30px;
  }

  .p._18._950 {
    margin-bottom: 0;
  }

  .p._22-5 {
    font-size: 16px;
    line-height: 26px;
  }

  .p._18 {
    margin-bottom: 0;
  }

  .black-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .black-heading.centred {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 36px;
  }

  .black-heading.yellow {
    line-height: 36px;
  }

  .black-heading.yellow._500 {
    font-size: 22px;
    line-height: 32px;
  }

  .black-heading.yellow._30pt {
    margin-bottom: 10px;
  }

  .black-heading.white.centred {
    margin-bottom: 20px;
  }

  .heading-icon {
    width: 70px;
    min-width: 70px;
    height: 70px;
    min-height: 70px;
  }

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

  .black-section.contact {
    padding-top: 0;
  }

  ._2-col-div.svs {
    flex-flow: column;
  }

  .left-div.svs, .left-div._100, .left-div._100 {
    width: 100%;
  }

  .tabs-menu {
    flex-flow: column;
  }

  .tabs-menu.centred {
    margin-top: 30px;
  }

  .tab-link-tab-1 {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .tab-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tab-text {
    font-size: 16px;
    line-height: 26px;
  }

  .sub-title {
    font-size: 18px;
    line-height: 27px;
  }

  .counter-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .counter-div {
    padding: 20px;
  }

  .counter-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .counter-text {
    font-size: 16px;
    line-height: 26px;
  }

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

  ._2-tab-tab-1 {
    padding: 10px 20px;
  }

  ._2-tab-tab-1.w--current {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  ._2-tab-tab-2 {
    margin-top: 10px;
    margin-left: 0;
    padding: 10px 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .tab-gallery-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .tab-gal-cont {
    height: auto;
  }

  .tab-gal-cont.auto {
    margin-top: -80px;
    padding-top: 80px;
  }

  .body-text, .body-text._530 {
    font-size: 16px;
    line-height: 26px;
  }

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

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

  .footer-text {
    margin-bottom: 10px;
  }

  .nav-section {
    position: static;
  }

  .nav-menu-bottom {
    margin-top: 80px;
  }

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

  .bullet-heading {
    font-size: 16px;
    line-height: 26px;
  }

  .h3-section {
    padding-top: 40px;
  }

  .h3-text {
    padding-bottom: 40px;
    font-size: 26px;
    line-height: 36px;
  }

  .test-lb-grid {
    max-width: 250px;
  }

  .reviews {
    margin-top: 40px;
  }

  .our-clients-section, .testimonial-section, .what-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hero-container._100b {
    padding-bottom: 40px;
  }

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

  .right-img-div {
    width: 100%;
    height: 350px;
    min-height: 350px;
    margin-top: 20px;
  }

  .right-img-div.vw, .right-img-div.seer, .right-img-div.farnborough, .right-img-div.east, .right-img-div.woodcote, .right-img-div.crawley, .right-img-div.richmond, .right-img-div.headley, .right-img-div.mk {
    min-height: 350px;
  }

  .footer-div {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .full-img-div.no-bg.thelongway {
    grid-template-columns: 1fr;
  }

  .black-div {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
  }

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

  .latest-work-grid {
    grid-template-columns: 1fr;
  }

  .work-img {
    min-height: 350px;
    padding: 30px;
  }

  .work-img.lensbury, .work-img.calcot, .work-img.vw, .work-img.sutton, .work-img.seer-green, .work-img.woodcote, .work-img.farnborough, .work-img.east-grin, .work-img.crawley, .work-img.mk, .work-img.richmond, .work-img.headley {
    min-height: 350px;
  }

  .work-title {
    font-size: 26px;
    line-height: 36px;
  }

  .full-img-tablet {
    min-height: 350px;
    padding: 30px;
  }

  .areas-list {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .contact-black-div {
    margin-left: 10px;
    margin-right: 10px;
    padding: 30px;
  }

  .contact-black-div.down, .contact-black-div.contact {
    margin-top: 0;
    margin-left: 0;
  }

  .contact-grid.flex-down {
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  ._5-box-div {
    padding: 0 20px 20px;
  }

  ._5-box-div.first {
    padding-top: 30px;
  }

  .project-box-grid {
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .project-box-grid._6 {
    grid-template-columns: 1fr;
  }

  ._5-box-text {
    font-size: 18px;
    line-height: 28px;
  }

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

  .gallery-lb-link.teddington1 {
    min-height: 500px;
  }

  .gallery-lb-link.teddington2, .gallery-lb-link.teddington3, .gallery-lb-link.teddington4, .gallery-lb-link.teddington5 {
    height: 250px;
  }

  .gallery-lb-link.vw1 {
    min-height: 500px;
  }

  .gallery-lb-link.vw2 {
    height: 250px;
  }

  .gallery-lb-link.sutton2, .gallery-lb-link.sutton3, .gallery-lb-link.sutton4 {
    min-height: 250px;
  }

  .gallery-lb-link.sutton1 {
    min-height: 500px;
  }

  .gallery-lb-link.sutton5 {
    min-height: 250px;
  }

  .gallery-lb-link.calcot1 {
    min-height: 500px;
  }

  .gallery-lb-link.calcot2, .gallery-lb-link.calcot3 {
    height: 250px;
  }

  .gallery-lb-link.seer1 {
    min-height: 500px;
  }

  .gallery-lb-link.seer2, .gallery-lb-link.seer3, .gallery-lb-link.seer4, .gallery-lb-link.seer5 {
    height: 250px;
  }

  .gallery-lb-link.farn1 {
    min-height: 500px;
  }

  .gallery-lb-link.farn2, .gallery-lb-link.farn3, .gallery-lb-link.farn4, .gallery-lb-link.farn5 {
    height: 250px;
  }

  .gallery-lb-link.east1 {
    height: 500px;
  }

  .gallery-lb-link.east2, .gallery-lb-link.east3 {
    height: 250px;
  }

  .gallery-lb-link.woodcote1 {
    height: 500px;
  }

  .gallery-lb-link.woodcote2 {
    height: 250px;
  }

  .gallery-lb-link.crawley1 {
    height: 500px;
  }

  .gallery-lb-link.crawley2, .gallery-lb-link.crawley3 {
    height: 250px;
  }

  .gallery-lb-link.richmond1 {
    min-height: 500px;
  }

  .gallery-lb-link.richmond2 {
    height: 250px;
  }

  .gallery-lb-link.headley1 {
    min-height: 500px;
  }

  .gallery-lb-link.headley2, .gallery-lb-link.headley3, .gallery-lb-link.headley4 {
    height: 250px;
  }

  .gallery-lb-link.mk1 {
    min-height: 500px;
  }

  .gallery-lb-link.mk2, .gallery-lb-link.mk3 {
    height: 250px;
    min-height: 250px;
  }

  .h2._24 {
    min-height: auto;
    padding-bottom: 20px;
  }

  ._3-col-div {
    flex-flow: column;
    margin-top: 20px;
  }

  ._3-col-container {
    width: 100%;
  }

  ._3-col-container.mid {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .top-bar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container {
    flex-flow: column;
  }

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

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

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

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

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

  .social-div {
    justify-content: center;
    align-items: center;
  }

  .top-tel-div {
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .top-contact {
    justify-content: flex-start;
    align-items: center;
    margin-left: 10px;
    font-size: 16px;
    display: flex;
  }

  .contact-icon {
    font-size: 18px;
    line-height: 18px;
  }

  .contact-icon.solid {
    font-size: 16px;
    line-height: 16px;
  }

  .hero-section {
    padding-top: 0;
  }

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

  .get-in-touch {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-link, .dropdown-toggle {
    font-size: 26px;
    line-height: 26px;
  }

  .nav-container {
    flex-flow: column;
  }

  .hero-sub-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .hero-sub-title._18 {
    margin-bottom: 10px;
  }

  .hero-title {
    font-size: 28px;
    line-height: 36px;
  }

  .hero-title.large {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 38px;
  }

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

  ._3-services-container {
    padding-bottom: 10px;
  }

  .nav-menu {
    padding: 70px 20px 20px;
  }

  .vuba-div {
    margin-bottom: 20px;
  }

  .vuba-logo {
    width: 80px;
    margin-right: 10px;
  }

  .vuba-title {
    font-size: 22px;
    line-height: 30px;
  }

  .hero-slider {
    height: 550px;
  }

  .testimonials-text {
    padding-left: 10px;
  }

  .quote-mark {
    margin-left: -10px;
  }

  .star {
    font-size: 16px;
    line-height: 26px;
  }

  ._4-col-grid {
    margin-top: 20px;
  }

  .box-img {
    width: 120px;
    min-width: 120px;
    height: 120px;
    min-height: 120px;
  }

  ._50-div {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .p, .p._22-5.white-centred {
    font-size: 16px;
    line-height: 26px;
  }

  .p._30b {
    margin-bottom: 20px;
  }

  .black-heading {
    font-size: 24px;
    line-height: 32px;
  }

  .black-heading.centred {
    margin-bottom: 10px;
    font-size: 23px;
    line-height: 32px;
  }

  .black-heading.centred._32 {
    font-size: 26px;
    line-height: 36px;
  }

  .black-heading.yellow {
    line-height: 34px;
  }

  .black-heading.yellow._30pt {
    line-height: 30px;
  }

  .black-heading.white.centred {
    margin-bottom: 10px;
  }

  .heading-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    font-size: 24px;
    line-height: 24px;
  }

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

  .black-section.down, .black-section.contact {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .tabs-menu.centred {
    margin-top: 20px;
  }

  .tab-text.centred {
    text-align: left;
    margin-bottom: 10px;
  }

  .sub-title.black.centred {
    margin-bottom: 10px;
  }

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

  .counter-icon {
    font-size: 30px;
    line-height: 30px;
  }

  .image-section {
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .gallery-tab-div {
    margin-top: 20px;
    padding-top: 20px;
  }

  .tab-gallery-grid {
    margin-top: 20px;
  }

  .tab-gal-cont {
    padding: 20px;
  }

  .tab-gal-cont.auto {
    margin-top: -60px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3 {
    font-size: 23px;
    line-height: 32px;
  }

  .h3.centred {
    text-align: left;
  }

  .tab-img {
    min-height: 200px;
  }

  .body-text {
    font-size: 16px;
    line-height: 26px;
  }

  .logo-showcase {
    margin-top: 0;
    font-size: 16px;
  }

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

  .bottom-link._0b {
    font-size: 20px;
    line-height: 30px;
  }

  .bottom-link._10b {
    margin-top: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .footer-text {
    font-size: 15px;
    line-height: 25px;
  }

  .footer-links {
    font-size: 16px;
  }

  .menu-icon {
    font-size: 40px;
    line-height: 40px;
  }

  .dd-link {
    font-size: 20px;
    line-height: 30px;
  }

  .nav-bar-link {
    margin-left: 0;
  }

  .nav-menu-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
  }

  .nav-menu-socials {
    justify-content: flex-start;
    align-items: center;
  }

  .nav-bar-tel-no {
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .nav-bar-socials {
    justify-content: center;
    align-items: center;
  }

  .close-button {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 30px;
    line-height: 30px;
  }

  .list {
    margin-top: 10px;
  }

  .list._3col, .list._2col {
    grid-template-columns: 1fr;
  }

  .list._2col._40b {
    margin-bottom: 20px;
  }

  .bullet-icon {
    width: 25px;
  }

  .bullet-heading {
    font-size: 16px;
    line-height: 26px;
  }

  .gradient-div {
    background-image: linear-gradient(180deg, var(--transparent), var(--dark-grey));
  }

  .h3-section {
    padding-top: 30px;
  }

  .h3-text {
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
  }

  .test-lb-grid {
    max-width: 150px;
  }

  .reviews {
    margin-top: 20px;
    font-size: 16px;
  }

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

  .livechat-button {
    width: 90%;
  }

  .our-clients-section, .testimonial-section, .what-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .hero-container._100b {
    padding-bottom: 30px;
  }

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

  .right-img-div {
    height: 250px;
    min-height: 250px;
  }

  .right-img-div.vw, .right-img-div.seer {
    min-height: 250px;
  }

  .right-img-div.farnborough, .right-img-div.east, .right-img-div.woodcote, .right-img-div.crawley, .right-img-div.richmond, .right-img-div.headley, .right-img-div.mk {
    min-height: 250px;
    margin-top: 0;
  }

  .black-div {
    border-radius: 20px;
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .black-div.sm {
    padding: 20px;
  }

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

  .latest-work-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 20px;
    display: flex;
  }

  .work-img {
    min-height: 250px;
    padding: 20px;
  }

  .work-img.lensbury, .work-img.calcot, .work-img.vw, .work-img.sutton, .work-img.seer-green, .work-img.woodcote, .work-img.farnborough, .work-img.east-grin, .work-img.crawley, .work-img.mk, .work-img.richmond, .work-img.headley {
    min-height: 250px;
  }

  .work-title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .full-img-tablet {
    min-height: 250px;
    padding: 0;
  }

  .areas-list {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .contact-black-div {
    border-radius: 20px;
    margin-top: -20px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px;
  }

  .contact-black-div.div {
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-grid.flex-down {
    grid-row-gap: 10px;
    width: 100%;
    max-width: none;
    margin-top: 30px;
  }

  .contact-page-icon {
    font-size: 18px;
    line-height: 18px;
  }

  .trade-logo-div {
    width: 100%;
    max-width: 280px;
  }

  .sub-heading {
    font-size: 23px;
    line-height: 32px;
  }

  ._5-box-div {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  ._5-box-div.first {
    padding: 20px;
  }

  .project-box-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._5-box-text {
    font-size: 16px;
    line-height: 26px;
  }

  ._5-box-icon {
    width: 30px;
    min-width: 30px;
    height: 30px;
    min-height: 30px;
    font-size: 16px;
    line-height: 24px;
  }

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

  .gallery-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
    margin-top: 10px;
  }

  .gallery-lb-link.teddington1 {
    height: 250px;
    min-height: 250px;
  }

  .gallery-lb-link.vw1 {
    min-height: 250px;
  }

  .gallery-lb-link.vw2 {
    height: 250px;
  }

  .gallery-lb-link.sutton1, .gallery-lb-link.calcot1, .gallery-lb-link.seer1 {
    min-height: 250px;
  }

  .gallery-lb-link.seer5 {
    display: none;
  }

  .gallery-lb-link.farn1 {
    min-height: 250px;
  }

  .gallery-lb-link.east1, .gallery-lb-link.woodcote1 {
    height: 250px;
  }

  .gallery-lb-link.crawley1 {
    height: 25px;
  }

  .gallery-lb-link.richmond1, .gallery-lb-link.headley1, .gallery-lb-link.mk1 {
    min-height: 250px;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 34px;
  }

  .h2._24 {
    padding-bottom: 10px;
  }

  ._3-col-container.mid {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

#w-node-_6e22341c-69a9-53a9-846e-9e7f2aeb61a7-b714a197 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1a0-b714a197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1a5-b714a197 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1aa-b714a197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1af-b714a197 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1b4-b714a197 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1b9-b714a197 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1be-b714a197 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1c3-b714a197 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1cd-b714a197 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1d2-b714a197 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1d7-b714a197 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#form.w-node-bfdae691-afd6-8aab-12ec-36ef42480b1e-4e910c76 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8156bb75-4672-8131-286c-b437e95d84cb-06bb499d, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-9572cbf4, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-81bad0a6, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-f9039c22, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-636f758b, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-bc39cdfe, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-dc8ba548, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-d0d68e47, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-b43e9f85, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-83cea0de, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-85a3ed4d {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_39f98b77-e459-da4a-4c69-261ed8dcb8d7-85a3ed4d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8156bb75-4672-8131-286c-b437e95d84cb-845812fc, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-efea90c1 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_0faa7ce1-1a91-3245-4ad3-5cbb819077ad-efea90c1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_39f98b77-e459-da4a-4c69-261ed8dcb8d7-efea90c1, #w-node-_20696501-8e89-7e53-5293-ea12231201d0-efea90c1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0c16436d-2bd6-4846-d089-63f3c4d0930f-efea90c1 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_6e22341c-69a9-53a9-846e-9e7f2aeb61a7-b714a197 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1a0-b714a197 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1a5-b714a197 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1af-b714a197 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1b4-b714a197, #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1b9-b714a197 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1be-b714a197 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1c3-b714a197 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1cd-b714a197 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1d7-b714a197 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-06bb499d, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-06bb499d, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-06bb499d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-06bb499d, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-06bb499d {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-9572cbf4, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-9572cbf4, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-9572cbf4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-9572cbf4, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-9572cbf4 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-81bad0a6, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-81bad0a6, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-81bad0a6, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-81bad0a6, #w-node-eb8307e7-8c67-82a7-525a-917f60e75925-81bad0a6, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-81bad0a6, #w-node-b1545099-873e-82fd-2308-89747a29a58a-f9039c22, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-f9039c22, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-f9039c22, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-f9039c22, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-f9039c22, #w-node-_585efeb1-a232-4b8c-9418-d57650659e96-f9039c22 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-636f758b, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-636f758b, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-636f758b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-636f758b, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-636f758b {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-bc39cdfe, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-bc39cdfe, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-bc39cdfe, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-bc39cdfe, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-bc39cdfe, #w-node-_172756aa-da75-e649-796b-3675d5e4ad83-bc39cdfe, #w-node-b1545099-873e-82fd-2308-89747a29a58a-dc8ba548, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-dc8ba548, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-dc8ba548, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-dc8ba548, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-dc8ba548, #w-node-_0fd9dab3-b14e-be0d-3136-4122d68ab993-dc8ba548, #w-node-b1545099-873e-82fd-2308-89747a29a58a-d0d68e47, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-d0d68e47, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-d0d68e47, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-d0d68e47, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-d0d68e47, #w-node-d1f746b3-0f2f-7b26-f673-ffae24c602a4-d0d68e47, #w-node-b1545099-873e-82fd-2308-89747a29a58a-b43e9f85, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-b43e9f85, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-b43e9f85, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-b43e9f85, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-b43e9f85, #w-node-_916f5603-17f4-6ffc-9bf3-80ee97e3b9e8-b43e9f85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-83cea0de, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-83cea0de, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-83cea0de {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-83cea0de, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-83cea0de {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-85a3ed4d, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-85a3ed4d, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-85a3ed4d, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-85a3ed4d, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-85a3ed4d, #w-node-f3901a84-f73a-cfc7-b758-b19bff93a8ec-85a3ed4d, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-845812fc, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-845812fc, #w-node-_89ad79c4-2c03-18fb-69fa-eeae2b969a1d-845812fc, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-845812fc, #w-node-_63c5a577-4aa8-3b5e-68d0-1ff5f212f7b5-845812fc, #w-node-_36b7e97e-c87d-bac7-db0a-3c6958938545-845812fc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b1545099-873e-82fd-2308-89747a29a58a-efea90c1, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-efea90c1, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-efea90c1 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-efea90c1, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-efea90c1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1a0-b714a197, #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1af-b714a197, #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1be-b714a197, #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1cd-b714a197, #w-node-b1545099-873e-82fd-2308-89747a29a58a-06bb499d, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-06bb499d, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-06bb499d, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-06bb499d, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-06bb499d, #w-node-b1545099-873e-82fd-2308-89747a29a58a-9572cbf4, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-9572cbf4, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-9572cbf4, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-9572cbf4, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-9572cbf4, #w-node-b1545099-873e-82fd-2308-89747a29a58a-636f758b, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-636f758b, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-636f758b, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-636f758b, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-636f758b, #w-node-b1545099-873e-82fd-2308-89747a29a58a-83cea0de, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-83cea0de, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-83cea0de, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-83cea0de, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-83cea0de, #w-node-b1545099-873e-82fd-2308-89747a29a58a-efea90c1, #w-node-e17b89f8-c390-0f84-0e08-14d727db2ebd-efea90c1, #w-node-_73e92083-90d1-45f8-51bc-9a7cf9ada8a6-efea90c1, #w-node-_921f44a4-ca3f-8804-1f5b-cf91638a69a6-efea90c1, #w-node-_07f40dc3-5596-5892-c3db-02565e293e57-efea90c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d5dd63bf-76f8-0175-6f67-3fbeb714a1a0-b714a197, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-06bb499d, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-9572cbf4, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-81bad0a6, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-f9039c22, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-636f758b, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-bc39cdfe, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-dc8ba548, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-d0d68e47, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-b43e9f85, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-83cea0de, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-85a3ed4d, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-845812fc, #w-node-_8156bb75-4672-8131-286c-b437e95d84cb-efea90c1 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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 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 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 300';
  src: url('../fonts/Pro-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro Solid 900';
  src: url('../fonts/Pro-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 100';
  src: url('../fonts/Pro-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 400';
  src: url('../fonts/Sharp-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pro 400';
  src: url('../fonts/Pro-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 300';
  src: url('../fonts/Sharp-Light-300.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sharp 100';
  src: url('../fonts/Sharp-Thin-100.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}