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

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

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

:root {
  --black-2: #333;
  --dark-slate-blue-3: #373e76;
  --lavender: #d7d7e3;
  --black-5: #111323;
  --white: white;
  --black-4: #222;
  --black: black;
  --dark-slate-blue-2: #373e76;
  --light-grey: #cecece;
  --light-grey-2: #eee;
  --dark-slate-blue: #1b59c4;
  --dark-blue: #270d9e;
  --dodger-blue: #219df0;
  --slate-blue: #4e58a0;
  --black-3: #1d1d1d;
  --steel-blue: #0071bc;
  --tan: #dec6a9;
}

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

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

.master-header {
  z-index: 100;
  color: var(--black-2);
  background-color: #fff;
  border-bottom: 1px solid #373e766e;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

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

.navbar {
  background-color: #0000;
}

.nav-link {
  border-bottom: 0px none var(--lavender);
  color: var(--black-5);
  padding: 10px;
}

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

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

.nav-link.w--current {
  padding-left: 10px;
  padding-right: 10px;
}

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

.body {
  color: var(--black);
  font-family: Exo, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.menu-contact-div {
  flex-direction: column;
  width: 80%;
  display: flex;
}

.contact-info-div {
  text-align: right;
  justify-content: flex-end;
  display: flex;
}

.text-block {
  color: var(--dark-slate-blue-3);
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  font-size: 16px;
}

.banner-div {
  background-image: url('../images/IMG_0163.JPG');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
}

.banner-div.plant-hero {
  background-image: url('../images/HOMEPAGE-BANNER.webp');
  background-repeat: no-repeat;
}

.banner-tint {
  background-color: #0009;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.banner-heading {
  color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

.banner-heading.uppercase {
  text-transform: uppercase;
}

.banner-underline {
  background-color: var(--white);
  width: 90%;
  max-width: 300px;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading {
  color: var(--white);
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 26px;
  font-weight: 200;
  line-height: 28px;
}

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

.title-div {
  border-bottom: 3px solid var(--dark-slate-blue-2);
  width: 100%;
  max-width: 1300px;
  margin-bottom: 30px;
  display: inline-block;
}

.title-div.areas-we-cover-title {
  display: inline-block;
}

.h2 {
  color: var(--dark-slate-blue-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  line-height: 38px;
}

.h2.small {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.menu-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  display: grid;
}

.menu-button-div {
  background-image: url('../images/highcompress-AdobeStock_201453422.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  flex-direction: column;
  height: 280px;
}

.menu-button-div._1 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0716.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._1:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_0716.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0046-1.JPG.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._2:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_0046-1.JPG.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0236.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._3:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_0236.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div.commercial-block {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0064.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  transition: all .2s ease-in-out;
}

.menu-button-div.commercial-block:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_0064.webp');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._5 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/IMG_0005.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.menu-button-div._5:hover {
  background-image: linear-gradient(#0003, #0003), url('../images/IMG_0005.JPG');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.button-label-div {
  text-align: center;
  background-color: #d7d7e3eb;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  align-items: flex-start;
  width: 100%;
  height: 63px;
  margin-top: -7px;
  display: flex;
}

.menu-button-link {
  border-radius: 4px;
  width: 100%;
  height: 218px;
}

.button-label {
  color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 10px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.sandy-content-section {
  background-color: var(--lavender);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.sandy-content-section.white-bg {
  background-color: var(--white);
}

.sandy-content-section.white-bg.low-padding-bottom {
  padding-bottom: 0;
}

.sandy-content-section.white-bg.no-padding-top {
  padding-top: 0;
}

.sandy-content-section.low-padding-bottom.white-bg.default-padding-60 {
  padding-bottom: 60px;
}

.double-content-div {
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-right: 0;
  display: flex;
}

.double-content-div.horizontal {
  align-items: stretch;
}

.double-content-div.block {
  padding-bottom: 30px;
  display: block;
}

.double-content-div.block.none-padding {
  padding-top: 0;
  padding-bottom: 0;
}

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

.double-content-div._w-100 {
  width: 100%;
}

.single-content-div {
  flex-direction: column;
  align-items: flex-start;
  width: 35%;
  display: flex;
}

.single-content-div.footer {
  border-left: 1px solid #000;
  width: 20%;
  min-height: 400px;
  padding-left: 20px;
}

.single-content-div.width-100 {
  width: 100%;
}

.single-content-div.no-padding-top.width-100.m-top-20 {
  padding-top: 20px;
}

.single-image-div {
  background-image: url('../images/highcompress-AdobeStock_219795127.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 62%;
  display: flex;
}

.single-image-div.home-page-img-1 {
  background-image: url('../images/IMG_0663.JPG');
  background-position: 50%;
}

.single-image-div.homepage-img-2 {
  background-image: url('../images/IMG_0173.JPG');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.additional-services-img-1 {
  background-image: url('../images/IMG_0405.webp');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.additional-services-img-3 {
  background-image: url('../images/IMG_0005.JPG');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
}

.single-image-div.additional-services-img-2 {
  display: block;
}

.single-image-div.additional-services-img-2.additiona-img {
  background-image: url('../images/Thumb-6.webp');
}

.single-image-div.additional-services-img-4 {
  background-image: url('../images/IMG_0171.JPG');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.additional-services-img-5 {
  background-image: url('../images/IMG_0633.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.bulk-excavation-img-1 {
  background-image: url('../images/IMG_0089.JPG');
  min-height: 400px;
}

.single-image-div.bulk-excavation-img-2 {
  background-image: url('../images/IMG_0171.JPG');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.commercial-ground-img-1 {
  background-image: url('../images/IMG_0213.JPG');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.commercial-ground-img-2 {
  background-image: url('../images/IMG_0633.jpg');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.drainage-img-1 {
  background-image: url('../images/IMG_0046-1.JPG.webp');
  background-position: 50% 100%;
  background-size: cover;
  min-height: 400px;
}

.single-image-div.oxford-img-1 {
  background-image: url('../images/IMG_0221.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.single-image-div.oxford-img-2 {
  background-image: url('../images/IMG_0171.JPG');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.single-image-div.oxford-img-3 {
  background-image: url('../images/IMG_0605.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.single-image-div.oxford-img-4 {
  background-image: url('../images/IMG_0126.JPG');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.reinforced-img-1 {
  background-image: url('../images/IMG_0173.JPG');
  background-position: 50%;
  background-size: cover;
}

.single-image-div.reinforced-img-2 {
  background-image: url('../images/IMG_0171.JPG');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.single-image-div.reinforced-img-4 {
  background-image: url('../images/IMG_0090.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.single-image-div.reinforced-img-3 {
  background-image: url('../images/IMG_0174.JPG');
  background-position: 50%;
  background-size: cover;
  min-height: 400px;
}

.p {
  color: var(--black-5);
  margin-bottom: 10px;
}

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

.p.padding-top-10 {
  padding-top: 10px;
}

.button {
  border: 1px solid var(--dark-slate-blue-3);
  color: var(--black-4);
  background-color: #0000;
  border-radius: 30px;
  margin-top: 10px;
  transition: all .2s ease-in-out;
}

.button:hover {
  border-color: var(--dark-slate-blue-3);
  background-color: var(--dark-slate-blue-3);
  color: var(--lavender);
}

.button.white {
  border-color: var(--white);
  color: var(--white);
}

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

.content-section.dark-bg {
  background-color: var(--lavender);
}

.content-section.testimonials {
  display: block;
}

.testimonial-div {
  border: 1px solid var(--light-grey);
  flex-direction: column;
  justify-content: space-between;
  width: 32%;
  padding: 20px;
  display: flex;
}

.testimonial-div._1 {
  min-height: 258px;
}

.italic-text, .italic-text-2, .italic-text-3 {
  color: var(--light-grey);
}

.blue-content-section {
  background-color: var(--lavender);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

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

.h2-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 44px;
}

.title-div-white {
  border-bottom: 3px solid var(--dark-slate-blue-3);
  margin-bottom: 30px;
  display: inline-block;
}

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

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

.form-div {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 960px;
  padding-right: 0;
  display: flex;
}

.form-div.big {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1300px;
}

.form-block {
  width: 100%;
}

.submit-button {
  background-color: var(--black);
  border-radius: 4px;
  width: 150px;
}

.h2-small {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 44px;
}

.h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

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

.media-icon-div {
  justify-content: space-around;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  padding-bottom: 60px;
  padding-right: 0;
  display: flex;
}

.fb-link-box {
  background-color: var(--black);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.fb-link-box:hover {
  background-color: var(--dark-slate-blue);
}

.insta-link-box {
  background-color: var(--black);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.insta-link-box:hover {
  background-image: linear-gradient(198deg, var(--dark-blue), var(--dark-blue) 0%, #cf276d 62%, #ec9e0d);
}

.twitter-link-box {
  background-color: var(--black);
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px;
}

.twitter-link-box:hover {
  background-color: var(--dodger-blue);
}

.footer-title {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 22px;
}

.footer-title.right {
  text-align: left;
  font-weight: 700;
  line-height: 18px;
}

.p-footer {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}

.p-footer.right {
  text-align: left;
}

.footer-div {
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-info-div {
  flex-direction: column;
  padding-top: 20px;
}

.footerlinks {
  text-align: center;
  justify-content: center;
  width: 90%;
  max-width: 960px;
  padding-top: 60px;
  display: block;
}

.footer-map {
  flex-direction: column;
  align-items: flex-start;
  width: 78%;
  display: flex;
}

.html-embed {
  width: 100%;
}

.header-link-contact {
  color: var(--dark-slate-blue-3);
  text-decoration: none;
}

.icon {
  margin-right: 10px;
}

.heading-1 {
  color: var(--dark-slate-blue-3);
  text-align: center;
  max-width: 1300px;
}

.heading-1-span {
  font-weight: 500;
}

.heading-2 {
  color: var(--dark-slate-blue-3);
}

.hyperlink {
  color: var(--dark-slate-blue-3);
  font-weight: 700;
  text-decoration: none;
}

.hyperlink.bold {
  font-weight: 600;
}

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

.image-block.home-page-img-3 {
  background-image: url('../images/IMG_0163.JPG');
  background-position: 50%;
  background-size: cover;
}

.image-block.home-page-img-3.width-100 {
  border-radius: 4px;
}

.image-block.drainage-img-2 {
  background-image: url('../images/IMG_0043.JPG');
  background-position: 50% 70%;
  background-size: cover;
  border-radius: 4px;
  min-height: 400px;
}

.image-block.drainage-img-3 {
  background-image: url('../images/IMG_0191.JPG');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 4px;
  min-height: 400px;
}

.image-block.drainage-img-4 {
  background-image: url('../images/IMG_0012-1.JPG');
  background-position: 50% 80%;
  background-size: cover;
  border-radius: 4px;
  min-height: 400px;
}

.content-text {
  width: 45%;
}

.bullet-point-list-default.margin-top-10 {
  margin-top: 10px;
}

.bullet-point-list-default.margin-top-10.low-padding-20 {
  padding-left: 20px;
}

.item-list {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.item-list.font-m {
  font-weight: 400;
}

.footer-link {
  color: var(--dark-slate-blue-3);
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-link:hover {
  color: var(--black-3);
}

.small_heading-bold {
  color: var(--dark-slate-blue-3);
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.block-container {
  justify-content: space-between;
  display: flex;
}

.block-container.margin-top-40 {
  margin-top: 40px;
}

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

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

.areas-we-cover-wrapper {
  justify-content: space-between;
  display: flex;
}

.areas-list {
  width: 30%;
}

.areas-map {
  width: 65%;
}

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

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

.site-map-item {
  padding-top: 5px;
  padding-bottom: 5px;
}

.site-map-link {
  color: var(--dark-slate-blue-3);
  font-weight: 500;
  text-decoration: none;
}

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

.contact-info {
  color: #0c0d12;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.bold-text-2 {
  font-weight: 600;
}

.two-col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.two-col-grid._3col-grid {
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
}

.learn-more-btn {
  color: #fff;
  text-align: left;
  background-color: #df3139;
  border: 2px solid #df3139;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 15px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: inline-block;
}

.learn-more-btn:hover {
  color: #df3139;
  background-color: #0000;
}

.learn-more-btn.with-title {
  flex: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.learn-more-btn.with-title.dispplay-none-large {
  display: none;
}

.contact-email {
  color: #0c0d12;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: none;
}

.contact-email.rob {
  font-family: Open Sans, sans-serif;
  font-weight: 600;
}

.grid-col-1 {
  background-color: #f7f7f7c2;
  border: 3px solid #f4f4f4;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  transition: all .2s;
  display: flex;
}

.grid-col-1:hover {
  background-color: #ffffff7a;
  border-width: 2px;
  border-color: #22222291;
}

.grid-col-1.col-2.col-3 {
  background-color: #f7f7f7c2;
  border-color: #f4f4f4;
  width: 100%;
  height: 100%;
}

.grid-col-1.col-2.col-3:hover {
  border-color: #22222291;
}

.text-block-2.col-text {
  text-transform: none;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}

.text-block-2.col-icon {
  color: var(--dark-slate-blue-3);
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 38px;
}

.text-span-5 {
  margin-left: 5px;
}

.google-maps {
  margin-top: 40px;
}

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

.gallery-wrapper.margin-top-20 {
  margin-top: 20px;
}

.dropdown-list {
  background-color: var(--dark-slate-blue-3);
}

.dropdown-list.w--open {
  color: var(--lavender);
}

.dropdown-list.margin-top-20 {
  background-color: var(--slate-blue);
  margin-top: 30px;
}

.dropdown-link {
  color: var(--white);
  transition: all .2s ease-in-out;
}

.dropdown-link:hover {
  background-color: var(--lavender);
  color: var(--black-4);
}

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

.dropdown-link-2 {
  color: var(--white);
}

.trade-associations {
  padding-top: 60px;
  padding-bottom: 60px;
}

.associations-wrapper {
  justify-content: space-around;
  display: flex;
}

.associations-logo {
  background-image: url('../images/nrswa-logo.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 250px;
  height: 100px;
}

.associations-logo.iosh-logo {
  background-image: url('../images/logo-alt.webp');
  background-position: 50%;
  background-size: contain;
}

.associations-logo.sssts-logo {
  background-image: url('../images/citb-sssts-logo-1.svg');
  background-position: 50%;
  background-size: contain;
}

.bullet-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.bullet-heading.font-m {
  font-weight: 400;
}

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

.lb-img {
  width: 100%;
}

.map {
  object-fit: none;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.sub-heading {
  color: var(--dark-slate-blue-3);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 500px;
  margin-left: 12px;
  padding: 10px;
  box-shadow: 1px 1px 12px #0000001a;
}

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

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

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

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

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

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

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

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

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

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

.fs-cc-banner_text {
  color: #616161;
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

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

.code-embed {
  width: 100%;
}

.link-block, .link-block-2 {
  text-decoration: none;
}

.code-embed-2 {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .master-header {
    padding-bottom: 0;
  }

  .header-div {
    flex-direction: column;
    width: 100%;
    padding-top: 20px;
  }

  .navbar {
    z-index: 5;
    background-color: var(--dark-slate-blue-3);
    color: var(--dark-slate-blue-3);
    justify-content: center;
    display: flex;
  }

  .nav-link {
    color: var(--lavender);
    justify-content: flex-end;
    transition: all .2s ease-in-out;
    display: flex;
  }

  .nav-link:hover {
    background-color: var(--lavender);
    color: var(--black-4);
    border: 0 solid #000;
    text-decoration: none;
  }

  .nav-link:focus {
    background-color: var(--lavender);
  }

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

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

  .banner-div {
    height: 40vh;
  }

  .title-div {
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .title-div.text-center {
    text-align: center;
    flex: 0 auto;
    width: auto;
    display: inline;
  }

  .h2, .h2.text-center {
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

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

  .menu-button-link {
    height: 150px;
  }

  .sandy-content-section.white-bg {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sandy-content-section.white-bg.padding-40 {
    padding-top: 0;
  }

  .sandy-content-section.white-bg.padding-40.paddin-b-40 {
    padding-bottom: 40px;
  }

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

  .sandy-content-section.low-padding-40 {
    padding-top: 0;
  }

  .sandy-content-section.low-padding-bottom {
    padding-bottom: 0;
  }

  .double-content-div {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .double-content-div.horizontal {
    flex-direction: row;
    align-items: flex-start;
  }

  .single-content-div {
    align-items: center;
    width: 100%;
    padding-top: 30px;
  }

  .single-content-div.footer {
    align-items: flex-start;
    width: 26%;
    padding-top: 0;
    padding-left: 20px;
  }

  .single-content-div.width-100 {
    padding-top: 0;
  }

  .single-content-div.align-left {
    align-items: flex-start;
    padding-top: 0;
  }

  .single-content-div.align-left.no-padding-top, .single-content-div.no-padding-top {
    padding-top: 0;
  }

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

  .single-image-div.additional-services-img-3.margin-top-10 {
    margin-top: 10px;
  }

  .single-image-div.additional-services-img-2.additiona-img.margin-top-20 {
    margin-top: 20px;
  }

  .single-image-div.additional-services-img-4.margin-top-10, .single-image-div.additional-services-img-5.margin-top-10, .single-image-div.commercial-ground-img-2.margin-top-10 {
    margin-top: 10px;
  }

  .single-image-div.drainage-img-1, .single-image-div.oxford-img-1 {
    min-height: 300px;
  }

  .single-image-div.oxford-img-2.margin-top-10, .single-image-div.oxford-img-3.margin-top-10 {
    min-height: 300px;
    margin-top: 10px;
  }

  .single-image-div.oxford-img-4, .single-image-div.reinforced-img-1, .single-image-div.reinforced-img-2, .single-image-div.reinforced-img-4 {
    min-height: 300px;
  }

  .single-image-div.reinforced-img-3.margin-top-10 {
    min-height: 300px;
    margin-top: 10px;
  }

  .content-section {
    display: block;
  }

  .testimonial-div, .testimonial-div._1 {
    min-height: 426px;
  }

  .h3-div {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-map {
    width: 70%;
  }

  .menu-button:hover {
    background-color: var(--slate-blue);
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--slate-blue);
  }

  .heading-1 {
    font-size: 34px;
  }

  .image-block.home-page-img-3.width-100, .image-block.drainage-img-2 {
    width: 100%;
  }

  .image-block.drainage-img-2.margin-top-10 {
    min-height: 300px;
    margin-top: 10px;
  }

  .image-block.drainage-img-3 {
    width: 100%;
  }

  .image-block.drainage-img-3.margin-top-10 {
    min-height: 300px;
    margin-top: 10px;
  }

  .image-block.drainage-img-4 {
    width: 100%;
    min-height: 300px;
  }

  .content-text, .content-text.width-100, .bullet-point-list-default.margin-top-10 {
    width: 100%;
  }

  .small_heading-bold {
    margin-left: auto;
    margin-right: auto;
  }

  .small_heading-bold.center-title {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .block-container.margin-top-40.flex-column {
    flex-direction: column;
  }

  .block-container.margin-top-40.flex-column.flex-reverse {
    flex-direction: column-reverse;
  }

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

  .block-container.flex-column.flex-reverse {
    flex-direction: column-reverse;
  }

  .areas-we-cover-wrapper.display-flex {
    flex-direction: column;
  }

  .areas-list, .areas-map {
    width: 100%;
  }

  .two-col-grid._3col-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-col-1 {
    width: 100%;
  }

  .grid-col-1.col-2 {
    align-items: center;
    display: flex;
  }

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

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

  .icon-2 {
    color: var(--lavender);
    width: 100%;
    height: 100%;
  }

  .icon-2:hover {
    color: var(--lavender);
  }

  .dropdown {
    width: 100%;
  }

  .wrapper.flex-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .map {
    height: 430px;
  }
}

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

  .navbar {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .nav-link {
    justify-content: center;
  }

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

  .contact-info-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
  }

  .text-block {
    padding-bottom: 0;
    padding-right: 0;
  }

  .banner-div {
    height: 40vh;
  }

  .title-div {
    width: 90%;
  }

  .menu-buttons {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .menu-button-div {
    width: 100%;
    height: 113px;
    margin-bottom: 20px;
  }

  .menu-button-div._1, .menu-button-div._2, .menu-button-div._3, .menu-button-div.commercial-block, .menu-button-div._5 {
    height: 200px;
  }

  .double-content-div.horizontal {
    flex-direction: column;
  }

  .double-content-div.flex-reverse {
    flex-direction: column-reverse;
  }

  .single-content-div.footer {
    border-left-style: none;
    border-left-width: 0;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    min-height: 200px;
    padding-bottom: 0;
    padding-left: 0;
  }

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

  .single-image-div.homepage-img-2.margin-top-10 {
    margin-top: 10px;
  }

  .single-image-div.additional-services-img-3.margin-top-10, .single-image-div.bulk-excavation-img-1 {
    min-height: 250px;
  }

  .testimonial-div {
    width: 100%;
    min-height: 220px;
    margin-bottom: 20px;
  }

  .testimonial-div._1 {
    min-height: 220px;
  }

  .media-icon-div {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .fb-link-box {
    margin-top: 10px;
  }

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

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

  .footer-info-div {
    align-items: center;
    width: 50%;
    padding-top: 40px;
    display: flex;
  }

  .footer-map {
    width: 100%;
  }

  .two-col-grid {
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

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

  .associations-logo {
    margin-bottom: 20px;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .master-header {
    height: 250px;
  }

  .header-div {
    flex-direction: column;
  }

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

  .menu-contact-div {
    align-items: center;
    width: 100%;
  }

  .text-block {
    justify-content: center;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .title-div {
    width: 90%;
  }

  .sandy-content-section {
    padding-top: 20px;
  }

  .double-content-div {
    padding-top: 0;
  }

  .single-content-div.footer {
    flex-direction: column;
  }

  .single-content-div.left {
    justify-content: center;
    align-items: flex-start;
  }

  .content-section, .blue-content-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-div-white {
    width: 90%;
  }

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

  .media-icon-div, .footer-title.right {
    padding-bottom: 20px;
  }

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

  .footerlinks {
    padding-top: 20px;
  }

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

  .bullet-point-list-default {
    padding-left: 20px;
  }

  .two-col-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-rows: 358px;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    display: grid;
  }

  .two-col-grid._3col-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .learn-more-btn {
    margin-top: 20px;
  }

  .learn-more-btn.with-title.dispplay-none-large {
    display: flex;
  }

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

  .trade-associations {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .associations-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .associations-logo {
    width: 150px;
    height: 80px;
    margin-bottom: 0;
  }

  .associations-logo.iosh-logo, .associations-logo.sssts-logo {
    width: 120px;
    margin-bottom: 0;
  }

  .map {
    object-fit: none;
    height: 290px;
  }

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

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

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

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

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

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

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

  .image {
    max-width: 100%;
  }
}

#w-node-b3a0de46-592b-0436-8bdc-6ca336eb5143-00e2ee1e, #w-node-b3a0de46-592b-0436-8bdc-6ca336eb514b-00e2ee1e, #w-node-b3a0de46-592b-0436-8bdc-6ca336eb515c-00e2ee1e, #w-node-c64fd9d3-9fc3-9b00-73c6-2af65991e560-f05cf43c, #w-node-e4964f4a-e15c-6ddf-5b80-d9ba514d2d86-f05cf43c, #w-node-_337c4d49-755c-e596-1715-c364b15f748d-f05cf43c, #w-node-_33d7854e-7d81-0da0-3f95-3de1157a585d-f05cf43c, #w-node-_8a17f86d-6dd2-38e4-e9bc-c1aa47ad37b6-f05cf43c, #w-node-e483234b-20c6-cc30-f6f4-43b3333f2001-f05cf43c, #w-node-_4690a63c-918f-2da6-f376-817a685fea26-f05cf43c, #w-node-_023f406f-8d74-64cc-1327-28efdd9dffc4-f05cf43c, #w-node-_2854b771-c7b0-a669-ca43-b37e8d70bb8e-f05cf43c, #w-node-b37076b7-bf2a-0750-ef3f-7f238a441dba-f05cf43c, #w-node-_43a0da1c-3913-f7d4-8fc9-b03274442935-f05cf43c, #w-node-fc4b397b-fceb-095d-cddb-bcba75477f80-f05cf43c, #w-node-beaa66fc-1873-e39c-6f13-410d0e57f863-f05cf43c, #w-node-_94b27443-e4e5-c301-11a9-fcf627ed437d-f05cf43c, #w-node-_8f8e0d69-2e0d-48cd-6c38-4c9d9de63192-f05cf43c, #w-node-cd1ac3a7-8331-faa8-896a-c9a4ed5a7b10-f05cf43c, #w-node-_8b57c1e0-977a-3c1d-1175-aff537c245f5-f05cf43c, #w-node-b27cb1d8-61e9-83d1-56a4-470143cec8c2-f05cf43c, #w-node-_6426b385-de93-bb7c-74a3-e4dfcc6e5d82-f05cf43c, #w-node-a4f1949e-7614-0220-c25a-3ce89be93f7f-f05cf43c, #w-node-_7e0dba85-f802-5bbf-36cb-ba9ade999068-f05cf43c, #w-node-_5ba1d49b-b3e7-81eb-e9ac-22eb0cd90093-f05cf43c, #w-node-_72c1f843-ba66-e800-c8d7-ecca21333396-f05cf43c, #w-node-_19b8b17e-a407-71e6-2538-10546ca8c47e-f05cf43c, #w-node-_8e7f0442-5939-5178-dcdf-f056c5aeee4f-f05cf43c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-b3a0de46-592b-0436-8bdc-6ca336eb514b-00e2ee1e {
    justify-self: stretch;
  }

  #w-node-b3a0de46-592b-0436-8bdc-6ca336eb515c-00e2ee1e {
    grid-area: 2 / 1 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b3a0de46-592b-0436-8bdc-6ca336eb515c-00e2ee1e {
    grid-column-end: 2;
  }
}


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