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

@font-face {
  font-family: "Fa Duotone 900";
  src: url('../fonts/fa-duotone-900.ttf') format("truetype"), url('../fonts/fa-duotone-900.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"), url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Regular 400";
  src: url('../fonts/fa-regular-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Sharp 300";
  src: url('../fonts/fa-sharp-light-300.ttf') format("truetype");
  font-weight: 300;
  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 100";
  src: url('../fonts/fa-thin-100.ttf') format("truetype");
  font-weight: 100;
  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: Clash Display;
  src: url('../fonts/ClashDisplayMedium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplayExtralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

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

@font-face {
  font-family: Clash Display;
  src: url('../fonts/ClashDisplaySemibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #fff;
  --black: #0e0d0d;
  --primary: #015730;
  --third: #3a3a3a;
  --secondary: #46ad7e;
  --dim-grey\<deleted\|variable-341a7e94\>: #4c4a4b;
  --mid-grey\<deleted\|variable-f61a06a9\>: #7e7e7e;
}

.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: Clash Display, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
}

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

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

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

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

.fa-social:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
  transform: scale(1.05);
}

.quote-btn {
  border: 1px solid var(--white);
  color: var(--white);
  text-transform: uppercase;
  padding: 6px 17px;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  transition: all .3s;
}

.quote-btn:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.05);
}

.announcement-contact-block {
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-ann-block {
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.header-contact {
  border-left: 1px solid #5f5f5130;
  flex: none;
  margin-left: 10px;
  padding-left: 5px;
}

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

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

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

.main-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  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;
}

.logo-2 {
  background-color: #0000;
  padding-bottom: 0;
}

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

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

.dl-link-holder:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

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

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

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

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

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

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

.fonticon {
  color: #fff;
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-right: 10px;
  font-family: "Fa 300", sans-serif;
  font-size: 16px;
  line-height: 1;
  display: flex;
}

.fonticon.blue {
  color: var(--black);
  width: auto;
  margin-right: 5px;
  font-family: "Fa Sharp 300", sans-serif;
  font-weight: 400;
}

.header-div-3 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.section-2 {
  z-index: 10;
  border-bottom: 1px #5e5e5e;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px #0003;
}

.section-2.header-section.nav-verticle {
  background-color: var(--secondary);
  border-bottom: 5px solid var(--primary);
  background-color: var(--white);
  box-shadow: none;
  background-image: url('../images/Texture_1.webp');
  background-position: 50% 23%;
  background-size: cover;
  flex-direction: column;
  padding-top: 10px;
  padding-bottom: 10px;
  top: -1px;
}

.dl-link-2 {
  z-index: 1;
  color: var(--white);
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

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

.menu-link:hover {
  border-bottom: 1px #f7f7f2;
}

.menu-link.w--current {
  color: #212121;
  background-color: #0000;
  font-size: 14px;
}

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

.mobile-block.lig-text {
  color: var(--dim-grey\<deleted\|variable-341a7e94\>);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

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

.h-link {
  color: var(--third);
  font-size: 14px;
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 80vh;
  min-height: auto;
}

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

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

.menu-button-image-link {
  background-image: url('../images/Groundworks.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 290px;
  text-decoration: none;
  display: flex;
}

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

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

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

.menu-button-image-link._5 {
  background-image: url('../images/Garden-Clearance.webp');
}

.black-int-link {
  z-index: 1;
  color: var(--white);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px;
  font-family: Clash Display, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu-button-section {
  z-index: 1;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

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

.h1 {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 38px;
  line-height: 38px;
}

.content-section {
  background-image: url('../images/Texture_1.webp');
  background-position: 50% 0;
  background-size: auto;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
}

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

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

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

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

.primary-btn {
  z-index: 1;
  color: #f7f7f2;
  background-color: #343819;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn.black {
  background-color: #000;
  transition: all .2s;
}

.primary-btn.black:hover {
  transform: scale(1.1);
}

.p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 28px;
}

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

.basic-p-block {
  flex-flow: column;
  width: 48%;
  transition: all .2s;
  display: flex;
}

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

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

.img-div {
  z-index: 1;
  background-image: url('../images/Home11.webp');
  background-position: 50% 45%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  width: 48%;
  position: relative;
}

.img-div.s1-1 {
  background-image: url('../images/Groundworks1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s2-1 {
  background-image: url('../images/Bespoke-Driveway1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s3-1 {
  background-image: url('../images/Block-Paving1.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s4-1 {
  background-image: url('../images/Patio2.webp');
  background-position: 50%;
  background-size: cover;
}

.img-div.s5-1 {
  background-image: url('../images/Clearance2.webp');
  background-position: 50%;
  background-size: cover;
}

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

.large-p-block {
  background-color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px;
  display: flex;
  box-shadow: 1px 1px 3px #0000001f;
}

.h2 {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-weight: 600;
}

.h2.h2-white {
  color: #f7f7f2;
  margin-left: 10px;
  padding-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

.h2.h2-white.lg-text {
  color: #f7f7f2;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-bottom: 100px;
  padding-right: 60px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.3;
  display: block;
}

.h2.h2-white.lg-text.edit-padding {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2.h2-white.lg-text.test-left {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.large-image-section {
  background-image: url('../images/Texture_1.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-single-image-div {
  background-image: url('../images/Home12.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 60%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.h2-title {
  color: var(--black);
  letter-spacing: .5px;
  text-transform: uppercase;
  margin: 0 10px;
  font-size: 34px;
  font-weight: 600;
}

.h2-title.white {
  color: var(--white);
  line-height: 40px;
}

.h2-title.white.smaller {
  font-size: 16px;
  line-height: 30px;
}

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

.light-text-line {
  background-color: var(--white);
  width: 40px;
  height: 2px;
}

.light-text-line.dark-line {
  background-color: var(--black);
}

.testimonials-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.testimonials-grid.work-gallery {
  flex-direction: column;
  grid-template-rows: minmax(auto, 1fr);
  grid-template-columns: 1fr;
  display: flex;
}

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

.h2-div.m-bottom-30 {
  justify-content: center;
  margin-bottom: 30px;
}

.h2-div._10 {
  margin-bottom: 0;
}

.container-2 {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
}

.container-2.test-container {
  padding-top: 0;
}

.container-2.test-container.fluid {
  width: 90%;
  max-width: 1600px;
}

.container-2.test-container.fluid._1300px {
  max-width: 1300px;
}

.grey-content-section {
  background-color: var(--mid-grey\<deleted\|variable-f61a06a9\>);
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.grey-content-section.bg-gradiant {
  background-color: var(--primary);
  background-image: linear-gradient(180deg, var(--white) 60%, var(--primary) 60%);
}

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

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

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

.double-p-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.grey-dividing-line {
  background-color: #5f5f5163;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid-image-div {
  background-image: url('../images/Home14.webp');
  background-position: 50% 32%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
}

.grid-image-div._3 {
  background-image: url('../images/Home13.webp');
  background-position: 50% 0;
}

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

.testimonial-wrapp {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

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

.contact-info-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955);
  display: grid;
}

.contact-info-block.m-bottom-20 {
  border-bottom: 1px solid #15162314;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0 0 10px;
  transition-property: none;
}

.contact-info-block.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

.cta-link {
  color: var(--primary);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  text-decoration: none;
}

.icon-block {
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

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

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

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

.left-contact.right {
  border: 3.5px solid var(--secondary);
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

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

.icon-2 {
  background-color: var(--secondary);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1.7em;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.heading-3-text.sm-h3 {
  margin-top: auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
}

.heading-3-text.sm-h3.white-h3 {
  color: var(--white);
  line-height: 28px;
}

.heading-3-right-text {
  background-color: var(--third);
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding: 40px;
  display: flex;
}

.heading-3-section {
  background-color: #5f5f51;
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  max-width: none;
}

.container-3.announcement-container {
  width: 90%;
  max-width: none;
}

.heading-3-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  min-height: 400px;
  display: flex;
}

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

.foooter-logo {
  margin-left: auto;
  margin-right: auto;
}

.footer-brand {
  display: flex;
}

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

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

.list {
  text-align: center;
  flex: none;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

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

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

.footer-title {
  color: var(--secondary);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

.footer-contact-link {
  color: var(--white);
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.footer-contact-link:hover {
  color: var(--primary);
}

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

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

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

.footer-nav-item.footer-contact.auto-cusro {
  color: var(--white);
  cursor: auto;
}

.text-span-4 {
  color: var(--secondary);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  padding: 10px;
  font-family: "Fa Sharp 300", sans-serif;
  font-size: 24px;
  font-weight: 400;
  display: flex;
}

.contact-link {
  color: var(--white);
  cursor: pointer;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
}

.footerlinks {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

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

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

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

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

.footer-contact-links {
  justify-content: space-around;
  width: 100%;
  max-width: none;
  display: flex;
}

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

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

.default-list._3col {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  margin-bottom: 10px;
  display: grid;
}

.default-list._2c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 0;
  display: grid;
}

.bullet-list {
  text-align: left;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.bullet-list.white {
  color: var(--black);
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.bullet-list.w {
  color: var(--white);
  text-align: left;
}

.fa-icon {
  border: 1px solid var(--secondary);
  color: var(--secondary);
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  font-family: "Fa Sharp Solid 900", sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: flex;
}

.list-item {
  text-align: center;
  align-items: center;
  display: flex;
}

.google-maps {
  filter: grayscale(65%);
  background-color: #f7f7f2;
}

.areas-list {
  padding-left: 0;
}

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

.areas-list-item.areas-list-flex {
  border-bottom: 1px solid #5f5f511f;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.h1-light {
  color: var(--black);
  font-weight: 400;
}

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

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

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

.lb-img {
  object-fit: cover;
  width: 100%;
  height: 325px;
}

.sitemap-list {
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  list-style-type: none;
}

.sitemap-list-item {
  text-align: left;
  padding-top: 0;
  padding-bottom: 10px;
}

.sitemap-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
}

.h2-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.fa-social-2 {
  border: 1px solid var(--white);
  background-color: var(--secondary);
  color: var(--black);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  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;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--black);
  transform: scale(1.1);
}

.fa-social-2.social-media {
  font-family: "Fa Brands 400", sans-serif;
}

.fa-container {
  z-index: 17;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 180px;
  left: auto;
  right: 0%;
}

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

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

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

.icon-3 {
  margin-right: 10px;
}

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

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  margin-right: 8px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

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

.fs-cc-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-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

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

.fs-cc-prefs_text {
  color: #021a69;
  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 {
  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_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: #021a7c;
  width: 16px;
  height: 16px;
}

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

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

.fs-cc-prefs_title {
  color: #021a69;
  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 {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  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-banner_close-icon {
  width: 24px;
  height: 24px;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  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 {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-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_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;
}

.lottie {
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.nav-link-text-2 {
  margin-left: 0;
  text-decoration: none;
  display: inline-block;
}

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

.fa-social-3 {
  background-color: var(--secondary);
  color: var(--white);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: color .45s ease-in-out;
  display: flex;
}

.fa-social-3:hover {
  color: #1e1f1e;
  background-color: #f7f7f2;
}

.contact-ann-block-2 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  padding: 0;
  display: flex;
}

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

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

.header-div-4 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  display: flex;
}

.dl-link-3 {
  z-index: 1;
  color: #f7f7f2;
  flex: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s ease-in-out;
  position: relative;
}

.ripple-3 {
  z-index: 0;
  background-color: #f7941e;
  border-radius: 100%;
  width: 700px;
  height: 500px;
  position: absolute;
  inset: -200% -60% auto auto;
}

.ripple-3.dl-btn {
  background-color: var(--primary);
  right: -30%;
}

.menu-link-2 {
  color: var(--primary);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 5px;
  font-weight: 500;
  transition: color .45s ease-in-out;
}

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

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

.menu-link-2.w--current {
  color: var(--primary);
}

.menu-link-2.w--current:hover {
  color: var(--black);
}

.angle-arrow {
  color: #fff;
}

.dropdown-toggle-2 {
  color: var(--primary);
  letter-spacing: .5px;
  text-transform: uppercase;
  align-items: center;
  margin-right: 0;
  padding: 10px;
  font-weight: 500;
  transition: color .45s ease-in-out;
  display: flex;
}

.dropdown-toggle-2:hover {
  color: var(--black);
}

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

.dl-link-holder-2:hover {
  border-bottom-style: solid;
  padding-left: 30px;
}

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

.dl-link-holder-2.lst {
  border-bottom-style: none;
  border-bottom-color: #f7f7f200;
}

.logo-3 {
  width: 225px;
  padding-bottom: 0;
}

.announcement-bar-2 {
  background-color: var(--secondary);
}

.announcement-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.announcement-contact-info {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.announcement-contact-info.margin-right-20 {
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.announcement-icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5;
  display: flex;
}

.announcement-link {
  color: var(--white);
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
}

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

.text-span-5 {
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.hero-content {
  background-image: linear-gradient(#0006, #0006);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 40px;
  display: flex;
}

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

.basic-p-block-2 {
  width: 60%;
}

.banner-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 46px;
  font-weight: 900;
  line-height: 44px;
}

.banner-small {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: color .45s ease-in-out;
}

.banner-small:hover {
  color: var(--secondary);
}

.list-icon {
  flex: none;
  height: 16px;
  margin-right: 10px;
}

.footer-social-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.footer-link {
  opacity: .6;
  color: #000;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s, color .2s;
}

.footer-link:hover {
  opacity: 1;
  color: #000;
}

.footer-link.w--current:hover {
  color: #8abf43;
}

.footer-brand-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fa-brand {
  font-family: "Fa Brands 400", sans-serif;
  font-size: 16px;
}

.footer {
  background-image: linear-gradient(#ffffffb3, #ffffffb3), url('../images/Texture_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.subscribe-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #46ad7e29;
  flex-flow: column;
  width: 30%;
  padding: 1rem;
  display: flex;
}

.sustainx-logo {
  max-width: 15rem;
}

.footer-link-title {
  font-size: 1.125rem;
  font-weight: 600;
}

.footer-row-1 {
  justify-content: space-between;
  display: flex;
}

.padding-global {
  padding-left: 4rem;
  padding-right: 4rem;
}

.footer-links-container {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-flow: column;
  display: flex;
}

.padding-vertical {
  padding: 4.5rem 0;
}

.footer-links {
  color: var(--black);
  margin-top: 32px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.footer-row-container {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  display: flex;
}

.foot-link {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .45s;
}

.foot-link:hover {
  opacity: 1;
}

.footer-menu-container {
  width: 55%;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.footer-content {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.footer-row-2 {
  border-top: 1px solid #3a3a3a;
  padding-top: 2rem;
}

.text-block-3 {
  letter-spacing: 0;
}

.container-medium {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-links-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.social-icon {
  color: #000;
  border: 1.5px solid #0003;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  text-decoration: none;
  display: flex;
}

.cta-subtitle {
  color: var(--white);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
}

.button-wrapper {
  justify-content: flex-start;
  margin-top: 20px;
  display: flex;
}

.cta-background {
  z-index: 1;
  background-image: url('../images/CTA_1.webp');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-text-wrap {
  z-index: 2;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-left: 8%;
  display: flex;
  position: relative;
}

.overlay {
  background-color: #0a101d8c;
  position: absolute;
  inset: 0%;
}

.text-button {
  color: #000;
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #eee;
  border-style: none;
  border-radius: 100px;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 40px;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 32px;
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.35em;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.text-button.top {
  background-color: var(--secondary);
  margin-top: 20px;
}

.cta-header {
  color: var(--white);
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 1.5rem;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.1;
}

.growing-cta-section {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 65vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

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

.fs-cc-prefs_component-2 {
  z-index: 1000;
  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-banner_component-2 {
  z-index: 1000;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 24px 32px;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.banner-green {
  color: var(--secondary);
}

.main-heading-2 {
  color: var(--secondary);
  text-transform: uppercase;
  width: auto;
  max-width: 18ch;
  margin-top: 5px;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.card-inner-2 {
  z-index: 10;
  opacity: 1;
  letter-spacing: 0;
  background-image: linear-gradient(#0000, #000c);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 100%;
  min-height: 70vh;
  padding-bottom: 10%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.small-text-2 {
  color: #fff;
  letter-spacing: .03em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 600;
}

.scroll-type-wrapper {
  display: flex;
}

.card-5 {
  z-index: 1;
  cursor: pointer;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  height: 650px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.image-container {
  width: 100%;
  height: 100%;
}

.image-container.third {
  background-image: url('../images/Home16.webp');
  background-position: 50%;
  background-size: cover;
}

.image-container.second {
  background-image: url('../images/Gallery2_1.webp');
  background-position: 65%;
  background-size: cover;
}

.image-container.first {
  perspective-origin: 50% 100%;
  transform-origin: 50% 100%;
  background-image: url('../images/Home17.webp');
  background-position: 50%;
  background-size: cover;
  position: relative;
}

.service-section {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-details-wrapper-2 {
  width: 100%;
  padding-bottom: 8%;
  padding-left: 8%;
  padding-right: 8%;
}

.scroll-type {
  align-items: center;
  display: flex;
}

.card-4 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000;
  flex: none;
  align-self: stretch;
  width: 33.33%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.card-2 {
  z-index: 2;
  cursor: pointer;
  flex: none;
  width: 33.4%;
  height: 650px;
  position: relative;
  overflow: hidden;
}

.row-scroll {
  align-items: center;
  min-width: 33vw;
  padding-right: 1vw;
  display: flex;
}

.divider-scroll-2 {
  background-color: var(--secondary);
  border-radius: 200px;
  width: 10px;
  height: 10px;
  margin-left: 1vw;
  margin-right: 1vw;
}

.image-wrapper {
  height: 100vh;
  overflow: hidden;
}

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

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

.partner-block {
  background-color: var(--secondary);
  color: var(--black);
  justify-content: center;
  align-items: center;
  padding: 22px;
  text-decoration: none;
  display: flex;
}

.sponsor-title {
  margin-right: 20px;
  font-size: 24px;
  font-weight: 500;
}

.image-2 {
  height: 100px;
  margin-top: 0;
}

.service-ban {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Groundworks-Banner.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  align-items: center;
  height: 300px;
  padding-left: 5%;
  display: flex;
}

.service-ban-text {
  border-bottom: 4px dotted var(--secondary);
  color: var(--white);
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 42px;
  font-weight: 500;
  line-height: 43px;
}

.text-mark {
  background-image: url('../images/linemark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.features-grid_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: 9px 9px 0 0 var(--white);
  background-color: #46ad7e;
  border: 1.2px dashed #000;
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 1rem;
  padding: 1rem 2rem;
  display: flex;
  position: relative;
}

._1x3-grid-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: stretch;
  margin-top: 60px;
}

.text-subheader-padding {
  max-width: 55rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.text-align-center {
  text-align: center;
  width: 100%;
  max-width: 80rem;
}

.text-custom-gray {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.text-custom-gray._154 {
  margin-bottom: 15px;
}

.heading-4 {
  color: var(--white);
  text-transform: capitalize;
  margin-bottom: 25px;
  font-size: 54px;
  font-weight: 600;
  line-height: 58px;
}

.container-small, .container-large-3 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.text-size-medium-4.text-weight-semibold {
  color: #000;
  margin-top: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
}

.padding-section-large-3 {
  background-color: var(--primary);
  padding-top: 60px;
  padding-bottom: 60px;
}

.features-grid_feature-icon-div {
  box-shadow: 4px 7px 0 0 var(--black);
  background-color: #fff;
  border: 1px solid #9b9b9b;
  border-radius: 99px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
  position: absolute;
  inset: -2rem 2rem auto auto;
}

.icon-height-medium {
  height: 2rem;
}

.icon-height-medium.is-high-z {
  z-index: 1;
  position: relative;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.container-6 {
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5em;
  padding-right: 2.5em;
  display: flex;
}

.margin-bottom-2 {
  margin-bottom: 32px;
}

.margin-bottom-2.text-big.width-80 {
  color: #000;
  max-width: 80%;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 16.5px;
  font-weight: 500;
  line-height: 24px;
}

.hero-image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  height: auto;
  min-height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-image.s3-2 {
  object-position: 25% 50%;
}

.grid-hero {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  align-items: center;
}

.text-2xlarge {
  font-size: 5em;
  line-height: 1.1;
}

.text-2xlarge.hero-headline {
  color: var(--primary);
  text-transform: none;
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.hero-image-block {
  z-index: 1;
  box-shadow: 18px 26px 0 0 var(--primary);
  border-radius: 4em;
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.section-3 {
  padding-top: 5em;
  padding-bottom: 5em;
  overflow: hidden;
}

.section-3.hero {
  padding-top: 80px;
  padding-bottom: 80px;
}

.div-block-6 {
  flex-flow: column;
  display: flex;
}

.features-grid_item-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  box-shadow: 9px 9px 0 0 var(--white);
  text-align: left;
  background-color: #46ad7e;
  border: 1.2px dashed #000;
  border-radius: 18px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: flex-start;
  margin-bottom: 1rem;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

._1x3-grid-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
  margin-top: 10px;
}

._1x3-grid-4.x4 {
  grid-template-columns: 1fr 1fr;
}

.text-custom-gray-2 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
}

.text-custom-gray-2.box {
  color: #000;
  letter-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.text-block-6 {
  font-size: 16px;
}

.social-link {
  color: #fff;
  background-color: #ff3639;
  border: 1px solid #ff3639;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.social-link.side {
  border-radius: 40px;
  width: 50px;
  height: 50px;
  margin-top: 4px;
  margin-bottom: 2px;
  margin-right: 20px;
  font-size: 18px;
}

.social-link.side._2 {
  border-width: 2px;
  border-color: var(--secondary);
  background-color: var(--secondary);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.social-link.side._2:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link.side._4 {
  border-width: 2px;
  border-color: var(--secondary);
  background-color: var(--secondary);
  font-family: "Fa Brands 400", sans-serif;
}

.social-link.side._4:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link.side.text-block-3 {
  border-width: 2px;
  border-color: var(--secondary);
  background-color: var(--secondary);
  font-family: "Fa Sharp 300", sans-serif;
}

.social-link.side.text-block-3:hover {
  color: var(--secondary);
  background-color: #fff;
}

.social-link.side._1 {
  border-width: 2px;
  border-color: var(--secondary);
  background-color: var(--secondary);
  font-family: "Fa Sharp Solid 900", sans-serif;
}

.social-link.side._1:hover {
  color: var(--secondary);
  background-color: #fff;
}

.circle-div-side {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.side-socials {
  z-index: 999;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 75px;
  height: 100%;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.side-socials.top {
  justify-content: center;
  height: 1%;
  top: 50%;
}

.text-block-7 {
  font-family: "Fa Sharp Solid 900", sans-serif;
}

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

.google-review {
  width: 100%;
  margin-top: 50px;
}

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

  .announcement-bar {
    display: none;
  }

  .announcement-contact-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .dl-link-holder {
    background-color: var(--black);
    width: 100%;
  }

  .navbar-2 {
    width: 100%;
  }

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

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

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

  .dropdown {
    width: 100%;
  }

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

  .dropdown-toggle {
    background-color: var(--white);
    color: var(--black);
    justify-content: space-between;
    width: 100%;
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .header-div-3 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-2.header-section.nav-verticle {
    padding-bottom: 0;
  }

  .dl-link-2 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link {
    background-color: var(--white);
    color: var(--black);
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link:hover {
    background-color: var(--secondary);
    color: var(--white);
  }

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

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

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

  .menu-button-2.w--open {
    background-color: var(--white);
    color: var(--secondary);
    text-align: right;
  }

  .hero-mask {
    height: 550px;
    min-height: auto;
  }

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

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

  .menu-button-group-div {
    grid-column-gap: 10px;
    grid-row-gap: 70px;
    grid-template-columns: 1fr 1fr;
  }

  .h1 {
    font-size: 32px;
  }

  .content-section {
    background-size: cover;
    padding-bottom: 60px;
  }

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

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

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

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

  .large-p-block {
    box-shadow: none;
    width: 90%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h2.h2-white.lg-text.edit-padding, .h2.h2-white.lg-text.test-left {
    text-align: right;
    margin-left: 0;
    font-size: 28px;
  }

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

  .large-single-image-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    position: static;
  }

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

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

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

  .h2-div.flex {
    flex-direction: row;
    align-items: center;
  }

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

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

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

  .left-contact {
    width: 100%;
  }

  .left-contact.right {
    width: 100%;
    margin-top: 40px;
  }

  .container-4 {
    width: 90%;
  }

  .contact-section-wrapper.flex {
    flex-direction: column;
  }

  .heading-3-text {
    margin-bottom: 15px;
  }

  .heading-3-text.sm-h3.white-h3 {
    font-size: 20px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .container-3.announcement-container {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

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

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

  .footer-brand.w--current {
    min-height: 180px;
  }

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

  .footer-info-div-2 {
    width: 100%;
    padding: 40px 20px;
  }

  .footer-info-div-2._1 {
    border-top-width: 0;
    border-bottom-width: 0;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    padding: 40px 20px;
  }

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

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

  .footer-copy-right {
    justify-content: center;
  }

  .google-maps {
    width: 100%;
  }

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

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

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

  .h2-wrap {
    margin-bottom: 10px;
    line-height: 1.3;
  }

  .icon-4 {
    color: #fff;
  }

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

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

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

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

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

  .header-div-4 {
    width: 100%;
    padding-left: 15px;
    padding-right: 10px;
  }

  .dl-link-3 {
    border-bottom: 1px #aaaaaa1c;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-link-2 {
    color: #212121;
    text-align: left;
    border-bottom-color: #00000017;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 10px;
    position: static;
  }

  .menu-link-2:hover {
    color: #f7f7f2;
    background-color: #c0c1af;
  }

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

  .menu-link-2.w--current {
    background-color: #f7941e;
  }

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

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

  .dl-link-holder-2 {
    background-color: #212121;
    width: 100%;
  }

  .menu-button-3 {
    background-color: #5f5f5117;
    border-radius: 9px;
    transition: background-color .45s ease-in-out;
  }

  .menu-button-3:hover {
    background-color: #f7941e;
  }

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

  .announcement-bar-2 {
    height: auto;
  }

  .announcement-wrapper {
    flex-direction: row;
  }

  .announcement-contact-info.margin-right-20 {
    flex: none;
  }

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

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

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

  .subscribe-container {
    width: 100%;
  }

  .footer-row-1 {
    flex-flow: column;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .footer-menu-container {
    width: 100%;
  }

  .cta-subtitle {
    letter-spacing: 2px;
    font-size: .85rem;
  }

  .text-button {
    font-size: .75rem;
  }

  .cta-header {
    font-size: 29px;
    line-height: 1.15;
  }

  .main-heading-2 {
    font-size: 3em;
    line-height: 1em;
  }

  .card-inner-2 {
    background-image: linear-gradient(#0000, #000c);
    padding-top: 0%;
    padding-bottom: 0%;
    display: flex;
  }

  .scroll-type-wrapper {
    width: 100%;
    padding-left: 35px;
    padding-right: 35px;
    display: none;
  }

  .card-5 {
    flex: none;
    width: 100%;
    height: auto;
  }

  .image-container.third {
    background-position: 50% 28%;
  }

  .service-section {
    flex-direction: column;
    justify-content: space-around;
  }

  .card-4 {
    flex: none;
    width: auto;
    height: auto;
  }

  .card-2 {
    flex: none;
    width: 100%;
    height: auto;
  }

  .image-wrapper {
    height: 65vh;
  }

  .sponsor-title {
    font-size: 20px;
  }

  .features-grid_item {
    margin-bottom: 2rem;
  }

  ._1x3-grid-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .text-subheader-padding {
    margin-top: 0;
    margin-left: 0;
  }

  .text-align-center {
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .text-custom-gray {
    text-align: left;
  }

  .heading-4 {
    text-align: left;
    margin-bottom: 10px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .features-grid_feature-icon-div {
    right: 1rem;
  }

  .margin-bottom-2.text-big.width-80 {
    max-width: 100%;
  }

  .hero-image {
    min-height: 650px;
  }

  .grid-hero {
    grid-template-columns: 3fr 2fr;
  }

  .div-block-5 {
    margin-top: 20px;
  }

  .text-2xlarge.hero-headline {
    margin-top: 0;
    font-size: 4.2em;
  }

  .hero-image-block {
    width: 100%;
    padding-bottom: 75%;
    box-shadow: 18px 26px #3fffec;
  }

  .section-3.hero {
    padding-top: 80px;
  }

  .features-grid_item-2 {
    margin-bottom: 2rem;
  }

  ._1x3-grid-4 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .text-custom-gray-2 {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .announcement-contact-block, .contact-ann-block {
    grid-template-columns: 1fr;
  }

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

  .main-block {
    width: 100%;
  }

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

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

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

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

  .menu-link {
    width: 100%;
  }

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

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

  .hero-mask {
    height: 350px;
  }

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

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

  .content-section {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .img-div {
    height: 250px;
  }

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

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

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

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

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

  .h2-title {
    font-size: 34px;
  }

  .testimonials-grid {
    grid-template-rows: auto auto 81px;
    grid-template-columns: 1fr;
  }

  .h2-div {
    margin-bottom: 0;
  }

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

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

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

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

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

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

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

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

  .heading-3-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .heading-3-text.sm-h3.white-h3 {
    line-height: 30px;
  }

  .heading-3-right-text {
    width: 100%;
  }

  .container-3.announcement-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

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

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

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

  .default-list._3col, .default-list._2c, .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

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

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

  .logo-div-3 {
    flex-direction: row;
    align-items: center;
  }

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

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

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

  .ripple-3 {
    right: -12%;
  }

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

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

  .announcement-bar-2 {
    height: auto;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .announcement-contact-info.margin-right-20 {
    margin-right: 0;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .banner-text {
    font-size: 30px;
    line-height: 32px;
  }

  .subscribe-container {
    width: 100%;
  }

  .footer-link-title {
    margin-top: 20px;
  }

  .brand-2 {
    padding-left: 0;
  }

  .footer-row-1 {
    flex-flow: column;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-vertical {
    padding-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-menu-container {
    width: 100%;
    padding-top: 0;
  }

  .footer-content {
    flex-flow: column;
  }

  .main-heading-2 {
    font-size: 2em;
  }

  .service-section {
    flex-direction: column;
  }

  .image-wrapper {
    background-size: cover;
    width: 100vw;
    height: 400px;
  }

  .features-grid_item {
    padding: 2rem;
  }

  ._1x3-grid-3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .text-subheader-padding {
    max-width: 38rem;
  }

  .heading-4 {
    font-size: 50px;
    line-height: 55px;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .text-2xlarge.hero-headline {
    font-size: 3.5em;
  }

  .hero-image-block {
    width: 100%;
  }

  .features-grid_item-2 {
    padding: 2rem;
  }

  ._1x3-grid-4 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  ._1x3-grid-4.x4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .social-link.side {
    width: 60px;
    height: 60px;
    margin-left: 0;
  }

  .circle-div-side {
    display: none;
  }

  .side-socials {
    justify-content: flex-end;
    width: 80px;
    height: 80px;
    inset: auto 0% 0% auto;
  }
}

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

  .headt-call-btn {
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
    margin-bottom: 5px;
  }

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

  .co-logo-link-2 {
    text-align: center;
    width: 100%;
  }

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

  .navbar-2 {
    text-align: center;
    background-color: #f5f7fd;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
    position: static;
  }

  .dl-link-img {
    width: 43px;
    height: 43px;
  }

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

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

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

  .icon {
    text-align: center;
  }

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

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

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

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

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

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

  .menu-button-2 {
    background-color: var(--third);
    color: var(--black);
    border-radius: 0;
    width: 100%;
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 300px;
  }

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

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

  .content-section {
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

  .primary-btn {
    margin-top: 20px;
  }

  .p {
    font-size: 15px;
    line-height: 25px;
  }

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

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

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

  .h2 {
    font-size: 24px;
  }

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

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

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

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

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

  .h2-title {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
  }

  .h2-title.white {
    margin-bottom: 0;
    font-size: 24px;
  }

  .h2-title.white.smaller {
    font-size: 22px;
  }

  .testemonials-text {
    line-height: 1;
  }

  .light-text-line {
    margin-right: 5px;
    display: none;
  }

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

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

  .h2-div.m-bottom-30 {
    flex-direction: column;
  }

  .h2-div.flex {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .container-2.test-container {
    position: relative;
  }

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

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

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

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

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

  .contact-info-block.m-bottom-20, .contact-info-block.m-bottom-20.m-top-60 {
    margin-top: 20px;
  }

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

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

  .left-contact.right {
    margin-top: 10px;
    padding: 0;
  }

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

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

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

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

  .container-3.announcement-container {
    padding-bottom: 0;
  }

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

  .list {
    text-align: center;
  }

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

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

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

  .text-span-4 {
    width: 32px;
    height: 32px;
    margin-right: 0;
    padding: 5px;
    font-size: 20px;
  }

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

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

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

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

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

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

  .bullet-list {
    font-size: 14px;
  }

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

  .areas-list-item.areas-list-flex {
    font-size: 14px;
  }

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

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

  .fa-container {
    top: 55%;
  }

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

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

  .icon-4 {
    text-align: center;
  }

  .logo-div-3 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .fa-social-3 {
    margin-right: 0;
  }

  .contact-ann-block-2 {
    margin-top: 10px;
    margin-left: 0;
    display: flex;
  }

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

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

  .dl-link-img-2 {
    width: 43px;
    height: 43px;
    display: block;
  }

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

  .ripple-3 {
    right: -54%;
  }

  .menu-link-2 {
    color: #fff;
    text-align: left;
    background-color: #000;
  }

  .menu-link-2:hover {
    background-color: #f7941e;
  }

  .dropdown-toggle-2 {
    color: #fff;
    text-align: left;
    background-color: #000;
  }

  .dropdown-toggle-2:hover, .dl-link-holder-2.w--current {
    background-color: #f7941e;
  }

  .logo-3 {
    object-fit: contain;
  }

  .menu-button-3 {
    background-color: var(--primary);
    color: #f7f7f2;
    border-radius: 0;
    width: 100%;
    transition: background-color .45s ease-in-out;
    display: flex;
  }

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

  .menu-button-3.w--open {
    color: #fff;
    text-align: center;
    background-color: #f7941e;
    border-radius: 0;
    justify-content: center;
    align-items: center;
  }

  .announcement-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .announcement-contact-info.margin-right-20 {
    text-align: center;
    justify-content: center;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .announcement-icon {
    font-size: 1.2em;
  }

  .announcement-link {
    font-size: 12px;
  }

  .hero-content {
    padding-bottom: 0;
  }

  .banner-text {
    text-align: left;
    font-size: 24px;
    line-height: 24px;
  }

  .banner-small {
    margin-top: 10px;
    font-size: 14px;
    line-height: 23px;
  }

  .fb-reviews {
    margin-top: 20px;
  }

  .subscribe-container {
    padding-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sustainx-logo {
    max-width: 10.2rem;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .footer-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
  }

  .cta-text-wrap {
    margin-left: 5%;
  }

  .cta-header {
    max-width: 95%;
    font-size: 24px;
  }

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

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

  .main-heading-2 {
    font-size: 1.7em;
  }

  .card-inner-2 {
    min-height: auto;
  }

  .small-text-2 {
    font-size: 9px;
  }

  .card-5 {
    transition: transform .45s ease-in-out;
  }

  .card-5:hover {
    transform: scale(1.1);
  }

  .service-section {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    display: flex;
  }

  .card-details-wrapper-2 {
    padding-left: 9%;
  }

  .card-4 {
    flex: 1;
    width: 100%;
    transition: transform .45s ease-in-out;
  }

  .card-4:hover {
    transform: scale(1.1);
  }

  .card-2 {
    transition: transform .45s ease-in-out;
  }

  .card-2:hover {
    transform: scale(1.1);
  }

  .image-wrapper {
    background-position: 50%;
    background-size: cover;
    height: 33.33vh;
  }

  .sponsor-title {
    font-size: 17px;
    line-height: 23px;
  }

  .image-2 {
    height: 80px;
  }

  .features-grid_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._1x3-grid-3 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-align-center {
    padding-left: 5%;
    padding-right: 4%;
  }

  .text-custom-gray {
    font-size: 15px;
    font-weight: 300;
  }

  .heading-4 {
    font-size: 35px;
    line-height: 40px;
  }

  .container-large-3 {
    max-width: none;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-size-medium-4.text-weight-semibold {
    text-align: left;
    font-size: 20px;
    line-height: 26px;
  }

  .container-6 {
    padding-left: 5%;
    padding-right: 4%;
  }

  .margin-bottom-2.text-big.width-80 {
    font-size: 15px;
  }

  .hero-image {
    min-height: 500px;
    top: 65%;
  }

  .text-2xlarge.hero-headline {
    font-size: 2.5em;
    line-height: 40px;
  }

  .hero-image-block {
    width: 100%;
    padding-bottom: 120%;
    box-shadow: 10px 12px #3fffec;
  }

  .section-3 {
    padding-top: 40px;
    padding-bottom: 4em;
  }

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

  .features-grid_item-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._1x3-grid-4 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .text-custom-gray-2 {
    font-size: 15px;
    font-weight: 300;
  }

  .text-custom-gray-2.box {
    font-size: 15px;
    line-height: 22px;
  }

  .side-socials {
    justify-content: flex-end;
    height: 120px;
    inset: auto 0% 0% auto;
  }

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

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

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

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-40dd4e4b, #w-node-a64de47e-e175-6303-db05-6ff6d87c0f79-40dd4e4b {
  align-self: auto;
}

#w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-40dd4e4b {
  place-self: end start;
}

#w-node-d192433c-c92f-ebbb-b529-ca7df7f9093c-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90949-f7f90930, #w-node-d192433c-c92f-ebbb-b529-ca7df7f90952-f7f90930 {
  align-self: center;
}

#w-node-f08d785e-dff1-5139-4bfe-97a6cd9cf16c-40dd4e4f {
  place-self: end start;
}

#w-node-_6410e991-7097-aa62-a07c-818bb0368681-40dd4e51, #w-node-f9127e2c-2f91-c0bc-6b3c-22b53178f08e-40dd4e51, #w-node-_9d3377b2-76d1-ca82-337b-733c8d1d80be-40dd4e51, #w-node-_7dfbf734-e629-23b9-e39f-fc5754d25b5e-40dd4e51, #w-node-_8452dfca-34c1-400f-7450-682bfebf9def-40dd4e51, #w-node-f7a7e912-be4e-70d0-2d90-c9a40a624754-40dd4e51, #w-node-f01340d7-d76d-c09b-708d-ded2216ea68a-40dd4e51, #w-node-_953274fc-e6a0-87e4-fb07-2bc3077ee30c-40dd4e51, #w-node-_420ac96a-cf66-b38b-9651-b8b9f9ef6790-40dd4e51, #w-node-_38c80504-450d-5b62-4c1f-e23a19e71c3f-40dd4e51, #w-node-_40c587cc-46c1-22c8-396b-dbe96d15e11b-40dd4e51, #w-node-_66de01db-1686-d78a-88ea-720ed9a43bbc-40dd4e51, #w-node-_5d5a9596-320e-b422-84ec-fb1cd28c8f73-40dd4e51, #w-node-f4518124-f947-7fd7-50e3-892c706bf49f-40dd4e51, #w-node-_30dd41b7-be01-8508-848b-7333b7dc2467-40dd4e51, #w-node-_6cbfc78d-2a97-3a26-b06b-e8993688232e-40dd4e51, #w-node-_7c7791fa-cd27-a711-aaf3-6b238d707c80-40dd4e51, #w-node-_48e8b52c-585e-435e-7b99-516ef72da0b3-40dd4e51, #w-node-e2833647-dc80-56c3-e99a-e4d4aa7e607a-40dd4e51, #w-node-_336be2bb-363d-8824-4558-cbcdcf9273d3-40dd4e51 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3e022f2e-a6d0-c595-f487-e3f99054a5e6-b3e33dcd {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e022f2e-a6d0-c595-f487-e3f99054a5e7-b3e33dcd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-b3e33dcd {
  place-self: end start;
}

#w-node-_3e022f2e-a6d0-c595-f487-e3f99054a5e6-f2fc9587 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3e022f2e-a6d0-c595-f487-e3f99054a5e7-f2fc9587 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-f2fc9587, #w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-0b11aeff {
  place-self: end start;
}

#w-node-d1f99edb-0b40-8f54-3e65-285652aa6d70-23f3a50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-23f3a50f, #w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-f00a1baa {
  place-self: end start;
}

#w-node-_875b88ce-9c8c-2727-1832-086823d2e06b-ed927cac {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-ed927cac, #w-node-_4db62b01-5f67-b07b-2254-62e11a264a7b-ab19860a {
  place-self: end start;
}

@media screen and (max-width: 991px) {
  #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd01fe-b3e33dcd, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd020f-b3e33dcd, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd01fe-f2fc9587, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd020f-f2fc9587, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd01fe-0b11aeff, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd020f-0b11aeff, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd01fe-23f3a50f, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd020f-23f3a50f, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd01fe-f00a1baa, #w-node-e9355cc1-1a12-92b9-30e2-2f96d0bd020f-f00a1baa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

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

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

  #w-node-_8ffda521-ccbe-9188-a987-4808111ad085-111ad082 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8ffda521-ccbe-9188-a987-4808111ad08f-111ad082 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8ffda521-ccbe-9188-a987-4808111ad085-111ad082, #w-node-_8ffda521-ccbe-9188-a987-4808111ad08f-111ad082 {
    justify-self: center;
  }

  #w-node-_3e022f2e-a6d0-c595-f487-e3f99054a5e6-b3e33dcd, #w-node-_3e022f2e-a6d0-c595-f487-e3f99054a5e6-f2fc9587, #w-node-_2de8eb47-4f74-f108-5947-d409788d78dc-0b11aeff, #w-node-_182ae463-63b1-9e33-6cb6-bf4bf79307d6-0b11aeff, #w-node-e276fef5-17c6-06ed-ece0-c988301edcef-0b11aeff, #w-node-_706e044e-d796-d306-58fa-5f61643ab5a1-0b11aeff, #w-node-_473ee9be-2a21-0669-5dd8-5aadf8084b06-0b11aeff, #w-node-a76f7a09-e172-1adf-c6d4-0eec7353bb1e-ed927cac, #w-node-a76f7a09-e172-1adf-c6d4-0eec7353bb24-ed927cac, #w-node-a76f7a09-e172-1adf-c6d4-0eec7353bb2a-ed927cac, #w-node-a76f7a09-e172-1adf-c6d4-0eec7353bb30-ed927cac, #w-node-a76f7a09-e172-1adf-c6d4-0eec7353bb36-ed927cac, #w-node-f482945f-04a2-6b9a-dd35-ba1ea9f45bdb-ed927cac, #w-node-_875b88ce-9c8c-2727-1832-086823d2e06b-ed927cac, #w-node-_8a140511-c34c-167c-51a1-6c68044824a1-ab19860a, #w-node-_8a140511-c34c-167c-51a1-6c68044824a8-ab19860a, #w-node-_8a140511-c34c-167c-51a1-6c68044824ae-ab19860a, #w-node-_00200e3e-51e7-7572-a68f-42e4ade6d205-ab19860a {
    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'), url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype'), url('../fonts/fa-duotone-900.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'), url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Regular 400';
  src: url('../fonts/fa-regular-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Sharp 300';
  src: url('../fonts/fa-sharp-light-300.ttf') format('truetype');
  font-weight: 300;
  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 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  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: 'Clash Display';
  src: url('../fonts/ClashDisplayMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayExtralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplayLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clash Display';
  src: url('../fonts/ClashDisplaySemibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}