@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 Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  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;
}

:root {
  --white: #fff;
  --black: #000;
  --red: #eb0e15;
  --50-grey: #7e7e7e80;
  --dark-red: #520407;
  --transparent: #fff0;
  --white-90: #ffffffe6;
  --grey: #787a7a;
}

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

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

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

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

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

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

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

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

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

.nav-contact {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  margin-left: auto;
  display: flex;
}

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

.ripple.small {
  right: -40%;
}

.call-us-today-link {
  display: none;
}

.top-contact-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--white);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 32px 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.co-logo {
  background-color: #0000;
  width: 200px;
  padding-bottom: 0;
}

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

.dropdown-link {
  border-bottom: 1px solid var(--50-grey);
  background-color: var(--white);
  width: 300px;
  color: var(--black);
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
  position: relative;
  overflow: hidden;
}

.dropdown-link:hover {
  color: var(--red);
  border-bottom-style: solid;
}

.dropdown-link.w--current {
  background-color: var(--red);
  color: var(--white);
}

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

.navbar {
  background-color: #0000;
}

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

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

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

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

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

.dropdown-toggle {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px 25px 10px 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
  display: flex;
}

.dropdown-toggle:hover {
  border-bottom-color: var(--white);
}

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

.nav-section {
  z-index: 10;
  background-image: url('../images/bg_2106445679-blurred.webp');
  background-position: 50%;
  background-size: cover;
  padding-top: 15px;
  padding-bottom: 15px;
  position: static;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.nav-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  transition: all .2s;
}

.nav-link:hover {
  border-bottom-color: var(--white);
}

.nav-link.w--current {
  border-bottom-color: var(--white-90);
  color: var(--white);
  font-size: 14px;
}

.mobile-block {
  color: var(--white);
  align-items: center;
  margin-right: 10px;
  font-weight: 500;
  display: flex;
}

.mobile-block.lig-text {
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.logo-div {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-slider {
  z-index: -1;
  background-color: var(--white);
  width: 100%;
  height: 100%;
}

.slide-1 {
  background-image: url('../images/driveway_2113806096.webp');
  background-position: 20%;
  background-repeat: no-repeat;
  background-size: cover;
}

.sldier-left-arrow, .slider-right-arrow, .slider-nav {
  display: none;
}

.svs-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: 10px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  padding-bottom: 20px;
  padding-left: 30px;
  text-decoration: none;
  display: flex;
}

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

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

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

.svs-box-img._4 {
  background-image: url('../images/driveways_2121312071.webp');
  background-position: 50% 100%;
}

.svs-box-img._5 {
  background-image: url('../images/driveways_554638118.webp');
  background-position: 50% 100%;
}

.svs-box-img._6 {
  background-image: url('../images/driveways_1127155246.webp');
  background-position: 50% 100%;
}

.svs-box-text {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px #000;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 30px;
  text-decoration: none;
  transition: all .2s linear;
}

.service-box-section {
  z-index: 1;
  justify-content: space-around;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.svs-box-div {
  width: 100%;
  transition: all .4s;
}

.svs-box-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  display: grid;
}

.h1 {
  color: var(--grey);
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
}

.h1.white {
  width: 100%;
  color: var(--white);
  font-size: 38px;
  line-height: 43px;
}

.h1.red {
  color: var(--red);
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 38px;
  line-height: 46px;
}

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

.white-section._0b {
  padding-bottom: 60px;
}

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

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

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

.button {
  z-index: 1;
  border: 1px solid var(--black);
  background-color: var(--black);
  width: 200px;
  color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

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

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

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

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

.pinned-div {
  z-index: 5;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1050px;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.large-p-block {
  background-color: var(--white-90);
  border-radius: 10px;
  width: 100%;
  margin-left: 40px;
  margin-right: 40px;
  padding: 50px;
  box-shadow: 3px 3px 4px 2px #0003;
}

.h2 {
  color: var(--grey);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Libre Baskerville, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2.white {
  color: var(--white);
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 36px;
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.lrg-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: 0 10px 10px 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
}

.lrg-img-div.home {
  background-image: url('../images/driveway_331882095.webp');
  min-height: 850px;
}

.lrg-img-div.services {
  background-image: url('../images/driveway_1943245657.webp');
  min-height: 850px;
}

.lrg-img-div.block {
  background-image: url('../images/block_681460968.webp');
  background-position: 100%;
  min-height: 850px;
}

.lrg-img-div.tarmac {
  background-image: url('../images/tarmac_1946538298.webp');
  min-height: 600px;
}

.lrg-img-div.repairs {
  background-image: url('../images/repair_1956742749.webp');
  min-height: 700px;
}

.lrg-img-div.gravel {
  background-image: url('../images/gravel_1433842885.webp');
  background-position: 50%;
  min-height: 750px;
}

.gradient-section {
  background-image: linear-gradient(0deg, var(--red) 40%, white 40%);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

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

.grid-image-div._1 {
  background-image: url('../images/driveway_626890964.webp');
  background-position: 50% 100%;
  border-radius: 10px;
}

.grid-image-div._2 {
  background-image: url('../images/driveway_2118001808.webp');
  background-position: 50% 100%;
  border-radius: 10px;
}

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

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

.contact-info-block {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.contact-info-block.last {
  margin-bottom: 0;
}

.cta-link {
  color: var(--red);
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.cta-link.address {
  max-width: 350px;
}

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

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

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

.git-icon {
  background-image: radial-gradient(circle farthest-corner at 30% 20%, var(--white), var(--red) 50%);
  width: 60px;
  height: 60px;
  color: var(--white);
  text-shadow: 2px 2px 4px #0000004d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.h3-text {
  color: var(--white);
  margin-top: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.h3-div {
  background-color: var(--red);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 60px 40px;
  display: flex;
}

.heading-3-section {
  background-color: var(--red);
  justify-content: space-between;
  padding: 0;
  display: flex;
}

.h3-img {
  background-image: url('../images/driveway_2113806204.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 350px;
}

.bottom-logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.footer-logo-link {
  display: flex;
}

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

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

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

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

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

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

.list._50 {
  width: 48.5%;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

.footer-section {
  background-image: url('../images/bg_2106445679-blurred.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.bottom-title {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 500;
}

.bottom-icon {
  width: 30px;
  min-width: 30px;
  height: 30px;
  min-height: 30px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.bottom-link {
  color: var(--white);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.bottom-link.nolink {
  cursor: auto;
}

.bottom-link._20b {
  margin-bottom: 20px;
}

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

.bottom-box {
  border: 1px solid var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 60px;
  display: flex;
}

.bottom-box._2 {
  border-left-width: 0;
  border-right-width: 0;
  justify-content: flex-start;
  align-items: center;
}

.bottom-box._3 {
  justify-content: flex-start;
  align-items: center;
}

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

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

.bottom-boxes {
  justify-content: space-around;
  width: 100%;
  display: flex;
}

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

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

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

.bullet-icon {
  background-color: var(--red);
  background-image: radial-gradient(circle farthest-corner at 30% 20%, var(--white), var(--red) 50%);
  width: 32px;
  height: 32px;
  color: var(--white);
  text-shadow: 2px 2px 3px #00000080;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

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

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

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

.livechat-button {
  background-color: var(--red);
  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-red);
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--red);
  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-red);
  transform: scale(1.05);
}

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

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

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

.live-chat-top-text.block {
  color: var(--dark-red);
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

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

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

.live-chat-bottom-text {
  color: var(--white);
  font-size: 10px;
}

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

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

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

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

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

.side-social:hover {
  background-color: var(--grey);
}

.side-links-div {
  z-index: 500;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  display: flex;
  position: fixed;
  top: 200px;
  left: auto;
  right: 0%;
}

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

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

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

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

.dd-icon {
  margin-right: 5px;
}

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

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

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

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

.fs-cc-banner_text {
  color: var(--black);
  margin-right: 24px;
}

.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(--red);
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--black);
  color: var(--black);
  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(--50-grey);
  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(--red);
  background-color: var(--red);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--black);
  background-color: var(--white);
  color: var(--black);
}

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

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

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

.form-div {
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  width: 60%;
  padding: 30px;
  display: flex;
  box-shadow: 0 2px 4px #0003;
}

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

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

.h1-div {
  margin-top: 0;
  margin-bottom: 20px;
}

.tel-container {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

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

.checkatrade-c {
  width: 50%;
}

.hero-section {
  flex-flow: row;
  justify-content: space-between;
  height: 85vh;
  min-height: 720px;
  display: flex;
}

.hero-div {
  background-image: linear-gradient(180deg, var(--red) 30%, var(--dark-red));
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 3%;
  display: flex;
}

.h1-small {
  color: var(--white);
  margin-top: 0;
  font-family: Libre Baskerville, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 36px;
}

.slider-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 0;
  display: flex;
}

.hero-button {
  z-index: 1;
  border: 1px solid var(--grey);
  background-color: var(--dark-red);
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 10px #0006;
}

.hero-button:hover {
  background-color: var(--white);
  color: var(--red);
}

.slide-3 {
  background-image: url('../images/driveway_2002339144.webp');
  background-position: 90%;
  background-size: cover;
}

.top-links {
  color: var(--white);
  text-decoration: none;
}

.top-icon {
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.h1-grey {
  color: var(--grey);
}

.red-section {
  background-color: var(--red);
  background-image: url('../images/bg_2106445679-blurred.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

._2-col-div {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._2-col-div._20p {
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
}

.filler-img {
  background-image: url('../images/block_203668974.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 48.5%;
}

.subheading {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.subheading.white {
  color: var(--white);
  margin-top: 0;
}

.faq-div {
  z-index: 0;
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: var(--grey);
  width: 100%;
  margin-top: 40px;
  position: relative;
}

.tab-dropdown {
  border-bottom: 1px solid var(--grey);
  width: 100%;
}

.tab-toggle {
  width: 100%;
}

.faq-title {
  color: var(--black);
  white-space: pre-wrap;
  font-weight: 600;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--grey);
  background-color: var(--white);
  padding: 20px;
  position: relative;
}

.tab-text {
  margin-bottom: 0;
}

.tab-text._10b {
  margin-bottom: 10px;
}

.site-map-link {
  color: var(--black);
  margin-bottom: 5px;
  text-decoration: none;
}

.sm-pin {
  color: var(--red);
  margin-right: 5px;
  font-family: "Fa Solid 900", sans-serif;
}

.img-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 500px;
}

.img-section.svs {
  background-image: url('../images/driveway_2002339144.webp');
  background-position: 50% 100%;
}

.img-section.block {
  background-image: url('../images/block_1094361197.webp');
}

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

.img-section.drive {
  background-image: url('../images/repair_2163742813.webp');
}

.img-section.gravel {
  background-image: url('../images/gravel_84942402.webp');
}

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

@media screen and (min-width: 1920px) {
  .svs-box-text:hover {
    box-shadow: inset 800px 0 0 0 var(--grey);
  }

  ._2-column-div {
    display: flex;
  }

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

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

  .whatsapp-chat {
    display: none;
  }

  .hero-button:hover {
    box-shadow: inset 800px 0 0 0 var(--grey);
  }
}

@media screen and (max-width: 991px) {
  .nav-contact {
    width: 100%;
    max-width: 500px;
  }

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

  .co-logo {
    min-width: 200px;
  }

  .dropdown-link {
    background-color: var(--white);
    width: 100%;
    padding: 15px;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
  }

  .dropdown-link:hover {
    background-color: var(--dark-red);
    color: var(--white);
  }

  .navbar {
    width: 100%;
  }

  .dd-img {
    margin-right: 10px;
    display: none;
  }

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

  .nav-menu {
    background-color: var(--white);
    border-radius: 10px;
    margin-top: 22px;
    box-shadow: 1px 1px 3px #0000001a;
  }

  .dropdown {
    border-bottom: 1px solid var(--50-grey);
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dl-menu.w--open {
    border-radius: 0;
    margin-top: 0;
    position: relative;
  }

  .dropdown-toggle {
    background-color: var(--white);
    width: 100%;
    color: var(--black);
    justify-content: space-between;
    padding: 15px;
    font-size: 13px;
    line-height: 23px;
  }

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

  .icon {
    color: var(--white);
    text-align: right;
  }

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

  .nav-section {
    padding-bottom: 0;
  }

  .nav-link {
    border-bottom-color: var(--50-grey);
    background-color: var(--white);
    width: 100%;
    color: var(--black);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 15px;
    font-size: 13px;
    line-height: 23px;
    position: static;
  }

  .nav-link:hover {
    background-color: var(--dark-red);
    color: var(--white);
  }

  .menu-button {
    border-radius: 10px;
    width: 100%;
    padding-right: 10px;
  }

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

  .hero-slider {
    height: 500px;
    min-height: auto;
  }

  .svs-box-img {
    height: 160px;
    padding-left: 20px;
  }

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

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

  .svs-box-div {
    height: auto;
  }

  .svs-box-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
  }

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

  .white-section.faq {
    padding-bottom: 0;
  }

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

  .red-underline {
    display: none;
  }

  .pinned-div {
    width: 90%;
    position: static;
  }

  .large-p-block {
    width: 100%;
    box-shadow: none;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .h2.white {
    margin-left: 0;
  }

  .large-image-section {
    flex-flow: column-reverse;
    padding-top: 0;
    padding-bottom: 60px;
  }

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

  .lrg-img-div {
    width: 90%;
    min-height: 450px;
  }

  .lrg-img-div.home, .lrg-img-div.services, .lrg-img-div.block, .lrg-img-div.tarmac, .lrg-img-div.repairs, .lrg-img-div.gravel {
    min-height: 500px;
  }

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

  .contact-info-block.last {
    margin-bottom: 40px;
  }

  .cta-link.address {
    max-width: 100%;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .h3-div {
    width: 100%;
  }

  .heading-3-section {
    flex-flow: column;
  }

  .h3-img {
    width: 100%;
    margin-top: 0;
  }

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

  .list._50 {
    width: 100%;
  }

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

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

  .bottom-box {
    width: 100%;
    padding: 40px 20px;
  }

  .bottom-box._2 {
    border-width: 0 1px;
  }

  .bottom-boxes {
    flex-direction: column;
  }

  .footer-text {
    justify-content: center;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .whatsapp-chat {
    display: none;
  }

  .side-links-div {
    top: 30%;
  }

  .dd-icon {
    margin-right: 20px;
  }

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

  .form-div {
    width: 100%;
  }

  .hero-section {
    flex-flow: column;
    height: auto;
    min-height: auto;
  }

  .hero-div {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-container {
    width: 100%;
  }

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

  .grey-underline {
    display: none;
  }

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

  .filler-img {
    display: none;
  }

  .img-section {
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .nav-contact {
    border-left-style: none;
    width: auto;
  }

  .top-contact-div {
    justify-content: flex-end;
    align-items: center;
    width: 100%;
  }

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

  .dd-img {
    margin-right: 20px;
  }

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

  .nav-container {
    padding-left: 10px;
  }

  .nav-section {
    z-index: 100;
    position: static;
  }

  .nav-link {
    width: 100%;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .hero-slider {
    height: 400px;
  }

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

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

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

  .h1.white {
    font-size: 34px;
    line-height: 42px;
  }

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

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

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

  .lrg-img-div {
    height: auto;
    min-height: 350px;
  }

  .lrg-img-div.home, .lrg-img-div.services, .lrg-img-div.block, .lrg-img-div.tarmac, .lrg-img-div.repairs, .lrg-img-div.gravel {
    min-height: 350px;
  }

  .gradient-section {
    background-image: linear-gradient(0deg, var(--red) 50%, white 50%);
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .contact-info-block.last {
    margin-bottom: 30px;
  }

  .cta-link {
    font-size: 16px;
  }

  .cta-link.address {
    max-width: 330px;
  }

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

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

  .h3-div {
    width: 100%;
    padding: 40px;
  }

  .h3-img {
    width: 100%;
  }

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

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

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

  .bottom-box {
    justify-content: flex-start;
  }

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

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

  .tel-container {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .hero-div {
    padding: 40px;
  }

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

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

  .img-section {
    background-attachment: scroll;
    height: 350px;
  }
}

@media screen and (max-width: 479px) {
  .nav-contact {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .call-us-today-link {
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .top-contact-div {
    justify-content: center;
    margin-bottom: 5px;
  }

  .co-logo-link {
    text-align: center;
  }

  .co-logo-link.w--current {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 0;
    display: flex;
  }

  .dropdown-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .navbar {
    flex-direction: column;
    justify-content: center;
  }

  .dd-img {
    width: 43px;
    height: 43px;
  }

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

  .nav-menu {
    border-radius: 0;
    flex-direction: row;
    width: 100%;
    margin-top: 0;
    position: relative;
  }

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

  .dropdown-toggle {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .icon {
    text-align: center;
  }

  .nav-container {
    flex-direction: column;
    padding: 0;
  }

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

  .nav-link {
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-block.lig-text {
    margin-right: 0;
  }

  .logo-div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
  }

  .menu-button:hover {
    border-radius: 0;
  }

  .menu-button.w--open {
    justify-content: center;
    align-items: center;
  }

  .hero-slider {
    z-index: 0;
    height: 250px;
    display: block;
  }

  .svs-box-img {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .service-box-section {
    padding-top: 20px;
    padding-bottom: 0;
  }

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

  .h1.white {
    font-size: 24px;
    line-height: 34px;
  }

  .h1.red {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
  }

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

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

  .button {
    width: 100%;
    margin-right: 0;
  }

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

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

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

  .h2, .h2.white {
    font-size: 20px;
    line-height: 28px;
  }

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

  .lrg-img-div {
    border-radius: 4px;
    min-height: 250px;
  }

  .lrg-img-div.home, .lrg-img-div.services, .lrg-img-div.block, .lrg-img-div.tarmac, .lrg-img-div.repairs, .lrg-img-div.gravel {
    min-height: 250px;
  }

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

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

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cta-text-contact {
    margin-bottom: 0;
  }

  .contact-info-block.last {
    margin-bottom: 20px;
  }

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

  .git-icon {
    font-size: 1em;
    display: none;
  }

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

  .h3-div {
    padding: 30px 20px;
  }

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

  .bottom-logo {
    width: 170px;
  }

  .footer-logo-link {
    margin-bottom: 20px;
  }

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

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

  .fb-div {
    width: 100%;
    margin-top: 0;
  }

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

  .bottom-icon {
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    margin-right: 5px;
    padding: 5px;
    font-size: 20px;
  }

  .bottom-box {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .bottom-boxes {
    flex-direction: column;
    align-items: center;
  }

  .footer-text {
    padding-bottom: 100px;
  }

  .bullet-heading {
    line-height: 24px;
  }

  .livechat-button {
    width: 90%;
  }

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

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

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

  .side-social {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 5px;
  }

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

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

  .form-div {
    box-shadow: none;
    padding: 0;
  }

  .tel-container {
    width: 100%;
    margin-bottom: 0;
  }

  .hero-div {
    padding: 30px 20px;
  }

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

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

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

  .faq-div {
    margin-top: 30px;
  }

  .tab-toggle {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .img-section {
    height: 250px;
  }
}

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

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

#w-node-_2714924d-b30b-cb81-d08d-71033ebb22b8-3ebb22b0, #w-node-_2714924d-b30b-cb81-d08d-71033ebb22c0-3ebb22b0, #w-node-_2714924d-b30b-cb81-d08d-71033ebb22c8-3ebb22b0, #w-node-_2714924d-b30b-cb81-d08d-71033ebb22d0-3ebb22b0, #w-node-ba708b38-7bdd-6001-4ce9-8ebdbdf686a9-910d5281, #w-node-ba708b38-7bdd-6001-4ce9-8ebdbdf686b1-910d5281, #w-node-ba708b38-7bdd-6001-4ce9-8ebdbdf686b9-910d5281, #w-node-ba708b38-7bdd-6001-4ce9-8ebdbdf686c1-910d5281 {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf4-5c834246, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf5-5c834246, #w-node-_9b5f3926-56e9-80a9-d8d6-c5e410323bf6-5c834246 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  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: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}