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

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

:root {
  --white: #fff;
  --black: #000;
  --green: #376638;
  --pale-green: #8fa98f;
  --transparent: #fff0;
}

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

.body {
  background-color: var(--white);
  color: var(--black);
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 400;
  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;
  padding-left: 0;
  padding-right: 0;
}

.announcement-bar {
  z-index: 1;
  background-color: var(--black);
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.fa-social._5 {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 20px;
}

.quote-btn {
  border: 1px solid var(--white);
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  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);
}

.announcement-contact-block {
  justify-content: space-between;
  align-items: center;
  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 {
  flex: none;
  margin-left: 20px;
}

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

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

.ripple.call {
  background-color: var(--green);
  width: 565px;
  overflow: hidden;
}

.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 {
  background-color: #0000;
  width: 100%;
  max-width: 200px;
  padding-bottom: 0;
}

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

.dl-link-holder {
  color: var(--white);
  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.w--current {
  background-color: var(--pale-green);
}

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

.navbar {
  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);
  margin-top: 15px;
  margin-left: 0;
  overflow: hidden;
}

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

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

.fonticon {
  color: var(--green);
  border-right: 1px solid #f7f7f224;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

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

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

.menu-link {
  color: var(--black);
  padding: 10px;
  font-weight: 400;
  transition: all .3s ease-in-out;
}

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

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

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

.h-link {
  color: var(--black);
  text-decoration: none;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 75vh;
  min-height: 680px;
}

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

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

.menu-img {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 250px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.menu-img:hover {
  transform: translate(0, -15px);
  box-shadow: 0 20px 20px -10px #0009;
}

.menu-img._1 {
  background-image: url('../images/hannon-19.webp');
}

.menu-img._2 {
  background-image: url('../images/hannon-12.webp');
}

.menu-img._3 {
  background-image: url('../images/Hannon-8.webp');
  background-position: 50%;
  background-size: 100% 400px;
}

.menu-img._4 {
  background-image: url('../images/hannon-11.webp');
}

.menu-img._5 {
  background-image: url('../images/hannon-18.webp');
}

._4-box-title {
  z-index: 10;
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 5px 10px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

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

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

.menu-group-div {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--pale-green);
  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(--black);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: -60px;
  padding: 15px 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.content-section._0b {
  padding-bottom: 0;
}

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

._2-col-div.top {
  justify-content: space-between;
  align-items: flex-start;
}

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

.btn-text.call {
  color: var(--black);
  width: 100%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .2s;
}

.btn-text.call:hover {
  color: var(--white);
}

.primary-btn {
  z-index: 1;
  border: 1px solid var(--white);
  background-color: var(--pale-green);
  color: var(--black);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 200px;
  margin-top: 30px;
  margin-right: 20px;
  padding: 15px 0;
  text-decoration: none;
  transition: all .3s cubic-bezier(.6, .04, .98, .335);
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.primary-btn:hover {
  color: var(--white);
}

.primary-btn.dark {
  border: 1px solid var(--green);
  background-color: var(--white);
  padding-top: 0;
  padding-bottom: 0;
  transition: all .3s;
}

.primary-btn.dark:hover {
  color: var(--white);
}

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

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

.primary-btn.gap {
  margin-top: 10px;
}

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

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

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

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

.basic-p-block._55 {
  width: 55%;
}

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

.basic-p-block.site-map {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.pinned-div._100 {
  width: 100%;
  position: absolute;
}

.large-p-block {
  background-color: #ffffffe6;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  box-shadow: 2px 2px 8px #0006;
}

.large-p-block._0r {
  margin-right: 0;
}

.large-p-block._100 {
  width: 100%;
}

.h2 {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.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);
  text-align: right;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 28px;
  font-weight: 600;
}

.h2.right {
  color: var(--white);
  text-align: right;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
}

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

.lrg-img-section._100b {
  padding-bottom: 100px;
}

.lrg-img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  justify-content: space-between;
  align-items: stretch;
  width: 65%;
  height: 100%;
  min-height: 800px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.lrg-img-div.home {
  filter: grayscale(50%);
  background-image: url('../images/hannon-fb-3.webp');
  background-position: 0 0;
  min-height: 900px;
}

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

.lrg-img-div.maintenance {
  background-image: url('../images/hannon-fb-1.webp');
  min-height: 650px;
}

.lrg-img-div.clearance {
  background-image: url('../images/clearance_871486977.webp');
  min-height: 860px;
}

.lrg-img-div.turf {
  background-image: url('../images/Hannon-2.webp');
  min-height: 750px;
}

.lrg-img-div._100 {
  background-image: url('../images/Hannon-3.webp');
  width: 100%;
  min-height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testimonials {
  background-color: var(--pale-green);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.h2-title {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 40px;
}

.h2-title.white {
  color: var(--white);
  font-size: 30px;
  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(--green);
  width: 40px;
  height: 2px;
}

.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: 30px;
  padding-bottom: 0;
  display: flex;
}

.h2-div.split {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

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

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

.grid-img-lrg {
  background-image: url('../images/hannon-fb-12.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48.5%;
  height: 550px;
}

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

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

.dividing-line.light {
  background-color: var(--pale-green);
}

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

.grid-img._2 {
  background-image: url('../images/hannon-fb-5.webp');
  background-position: 50% 10%;
}

.grid-img._1 {
  background-image: url('../images/hannon-fb-4.webp');
  background-position: 50% 30%;
}

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

.works-image-grid {
  padding-top: 60px;
}

.works-image-grid.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  display: grid;
  position: relative;
  left: 0%;
}

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

.works-text-lable {
  background-color: var(--pale-green);
  color: var(--black);
  text-transform: uppercase;
  padding: 15px 30px;
  display: inline-block;
  position: absolute;
  inset: 40px auto auto 0;
}

.works {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  align-items: flex-end;
  min-height: 450px;
  padding: 20px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 60px #15162300;
}

.works:hover {
  box-shadow: inset 0 -60px 200px #15162380;
}

.works._1 {
  background-image: url('../images/Hannon-5.webp');
  background-position: 50%;
  background-size: 200% 800px;
}

.works._2 {
  background-image: url('../images/hannon-21.webp');
}

.works._3 {
  background-image: url('../images/hannon-fb-34.webp');
  background-size: 150% 124%;
}

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

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

.contact-info.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.m-bottom-20.m-top-60 {
  border-bottom: 1px solid #1516230f;
  border-radius: 0;
  margin-top: 20px;
  padding-bottom: 10px;
}

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

.cta-link {
  color: var(--green);
  font-size: 16px;
  font-weight: 500;
  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 {
  background-color: var(--white);
  border-radius: 6px;
  width: 50%;
  padding: 20px;
  box-shadow: 0 0 20px #21212117;
}

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

.contact-div {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.contact-icon {
  background-color: var(--green);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.heading-3-text {
  color: var(--white);
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

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

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

.heading-3-section {
  padding: 0;
}

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

.container-3.container-fluid {
  width: 100%;
  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;
}

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

.instagram {
  margin-bottom: 0;
}

.foooter-logo {
  width: 100%;
  max-width: 250px;
  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(--pale-green);
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

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

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

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

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

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

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

.footer-info-div._1 {
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 60px;
}

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

.footer-social-link {
  background-color: var(--green);
  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: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.default-list._2col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.default-list._3col {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.bullet-list {
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

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

.bullet-list.white.ul {
  display: block;
}

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

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

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

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

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

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

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

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--green);
  transform: scale(1.05);
}

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

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

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

.live-chat-top-text.block {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

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

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

.live-chat-bottom-text {
  font-size: 12px;
  line-height: 18px;
}

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

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

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

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

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

.h2-wrap._0b {
  margin-bottom: 0;
}

.fa-social-2 {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: var(--white);
  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;
  box-shadow: 0 3px 6px #00000080;
}

.fa-social-2:hover {
  background-color: var(--white);
  color: var(--green);
}

.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: 240px;
  left: auto;
  right: 0%;
}

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

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

.dd-icon {
  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-section {
  padding-top: 20px;
  padding-bottom: 20px;
}

.bullet-icon {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: 50%;
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  padding: 5px;
}

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

.tree-icon {
  width: 35px;
  min-width: 35px;
  height: 35px;
  min-height: 35px;
  margin-right: 10px;
}

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

.bold-name {
  letter-spacing: 0;
  font-weight: 700;
}

.h3-link {
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
}

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

.lrg-img {
  object-fit: contain;
  width: 50%;
}

.lrg-img._40 {
  width: 40%;
}

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

.h1-hero {
  color: var(--white);
  margin-top: 10px;
  font-size: 46px;
  font-weight: 700;
  line-height: 56px;
}

.hero-div {
  z-index: 2;
  background-image: linear-gradient(#0003, #0003), url('../images/Hannon-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.hero-h1 {
  color: var(--white);
  text-transform: uppercase;
  text-shadow: 5px 5px 10px #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1150px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 900;
  line-height: 60px;
  display: flex;
}

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

.whatsapp-light {
  letter-spacing: 1px;
  font-weight: 400;
}

.testimonials-code {
  width: 100%;
}

.h1-smaller {
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.areas-container {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.areas-map {
  width: 48.5%;
}

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

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

.lb-link {
  text-decoration: none;
}

.light-green-section {
  background-color: var(--pale-green);
  padding-top: 40px;
  padding-bottom: 40px;
}

.light-green-section._100 {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.site-map-link {
  color: var(--black);
  margin-bottom: 0;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.h1-green {
  color: var(--green);
  font-weight: 300;
}

.sub-heading {
  color: var(--green);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.sub-heading.white._10b {
  margin-top: 0;
  margin-bottom: 10px;
}

._5-box-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

._5-box-grid._50t {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  margin-top: 50px;
}

._5-box-div {
  border: 1px solid var(--white);
  margin-left: 20px;
  padding: 40px;
  position: relative;
}

.box-number {
  border: 3px solid var(--white);
  background-color: var(--green);
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  margin-top: -20px;
  margin-left: -20px;
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  box-shadow: 0 5px 5px #00000080;
}

.areas-div {
  width: 48.5%;
}

.gallery-title {
  background-color: var(--green);
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  padding: 20px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
}

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

.white-logo {
  border: 2px solid var(--green);
  background-color: var(--green);
  border-radius: 50%;
  width: 34px;
  min-width: 34px;
  height: 34px;
  min-height: 34px;
  margin-right: 10px;
  padding: 8px;
  transition: all .3s;
}

.white-logo:hover {
  border-color: var(--white);
  background-color: var(--black);
}

.white-logo.footer {
  width: 40px;
  min-width: 40px;
  height: 40px;
  min-height: 40px;
  margin-left: 5px;
  margin-right: 5px;
}

.footer-socials {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  padding: 0;
  display: flex;
}

.city-guilds {
  width: 100px;
  margin-top: 30px;
}

.logo-trade, .bark-test {
  width: 100%;
}

._2-img-div {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.img-before {
  background-image: url('../images/BEFORE-5.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 48.5%;
  height: 500px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.grid-img-lrg-copy {
  background-image: url('../images/hannon-fb-12.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  width: 48.5%;
  height: 550px;
}

.img-after {
  background-image: url('../images/AFTER-5.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: flex-end;
  align-items: flex-end;
  width: 48.5%;
  height: 500px;
  padding-bottom: 20px;
  padding-right: 20px;
  display: flex;
}

.before-after-text {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 3px 3px 6px #0009;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
}

.before-text {
  background-color: var(--green);
  color: var(--white);
  text-align: left;
  padding: 10px 20px;
  font-weight: 700;
}

.after-text {
  background-color: var(--pale-green);
  color: var(--black);
  text-align: left;
  padding: 10px 20px;
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  ._2-col-div {
    display: flex;
  }

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

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

  .whatsapp-chat {
    display: none;
  }
}

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

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

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

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

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

  .navbar {
    z-index: 50;
    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(--pale-green);
    color: var(--white);
  }

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

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

  .dl-link {
    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(--pale-green);
    color: var(--white);
  }

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

  .menu-div {
    width: 40%;
  }

  .menu-button {
    border-radius: 9px;
    width: 100%;
  }

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

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

  .menu-img {
    height: 250px;
  }

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

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

  .menu-label-div {
    margin-top: 0;
  }

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

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

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

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

  .large-p-block {
    box-shadow: none;
    padding: 0;
  }

  .large-p-block._40p {
    padding: 40px;
  }

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

  .h2.right {
    text-align: left;
    margin-top: 20px;
  }

  .lrg-img-section {
    flex-flow: column-reverse;
    padding-bottom: 60px;
  }

  .lrg-img-section._100b {
    padding-bottom: 60px;
  }

  .lrg-img-div {
    width: 90%;
    height: auto;
    min-height: 450px;
    margin-top: 40px;
    position: static;
  }

  .lrg-img-div.home {
    min-height: 400px;
  }

  .lrg-img-div.hedge, .lrg-img-div.maintenance, .lrg-img-div.clearance, .lrg-img-div.turf {
    min-height: 450px;
  }

  .lrg-img-div._100 {
    margin-top: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .h2-div.split {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .grid-img-lrg {
    height: 450px;
  }

  .works-image-grid.grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    margin-left: 0%;
    position: relative;
  }

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

  .works {
    width: 100%;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .left-contact {
    width: 100%;
  }

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

  .contact-container {
    width: 90%;
  }

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

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

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

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

  .h3-div {
    width: 100%;
  }

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

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

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

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

  .footer-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    margin-right: 5px;
    padding: 0;
  }

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

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

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

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

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

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

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

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

  .lrg-img {
    width: 100%;
    margin-top: 20px;
  }

  .lrg-img._40 {
    width: 100%;
    max-width: 600px;
    margin-top: 30px;
  }

  .lrg-img._40.hedge {
    width: 65%;
  }

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

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

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

  .hero-h1 {
    width: 80%;
    font-size: 40px;
    line-height: 42px;
  }

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

  .areas-list {
    width: 100%;
  }

  .areas-map {
    width: 100%;
    margin-top: 40px;
  }

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

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

  .light-green-section._100 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .areas-div {
    width: 100%;
  }

  .footer-socials {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

  .img-before {
    height: 320px;
  }

  .grid-img-lrg-copy {
    height: 450px;
  }

  .img-after {
    height: 320px;
  }

  .before-after-text {
    font-size: 22px;
    line-height: 22px;
  }
}

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

  .headt-call-btn {
    margin-top: 10px;
  }

  .main-block {
    width: 100%;
  }

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

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

  .menu-link {
    width: 100%;
  }

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

  .menu-div {
    width: 100%;
  }

  .hero-mask {
    height: 350px;
  }

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

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

  .large-p-block, .large-p-block._40p {
    padding: 30px;
  }

  .h2 {
    font-size: 26px;
  }

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

  .h2.right {
    font-size: 20px;
    line-height: 20px;
  }

  .lrg-img-section, .lrg-img-section._100b {
    padding-bottom: 40px;
  }

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

  .lrg-img-div.home {
    min-height: 300px;
  }

  .lrg-img-div.hedge, .lrg-img-div.maintenance, .lrg-img-div.clearance, .lrg-img-div.turf {
    min-height: 350px;
  }

  .lrg-img-div._100, .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

  .testimonials-grid.work-gallery {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2-div {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .h2-div.flex {
    margin-bottom: 10px;
  }

  .h2-div.split {
    flex-flow: column;
  }

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

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

  .grid-img-lrg {
    height: 250px;
  }

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

  .grid-img {
    height: 250px;
  }

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

  .contact-info {
    margin-top: 20px;
  }

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

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

  .left-contact.right {
    margin-top: 30px;
  }

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

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

  .h3-div {
    width: 100%;
  }

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

  .h3-img {
    width: 100%;
  }

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

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

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

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

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

  .h2-wrap._0b {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fa-container {
    top: 220px;
  }

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

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

  .tree-icon {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .lrg-img._40.hedge {
    width: 100%;
  }

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

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

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

  .h1-smaller {
    font-size: 26px;
  }

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

  .areas-map {
    margin-top: 30px;
  }

  .lb-img {
    height: 200px;
  }

  .light-green-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .light-green-section._100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  ._5-box-grid._50t {
    margin-top: 40px;
  }

  .gallery-title {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-socials {
    grid-template-columns: 1fr;
  }

  ._2-img-div {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
  }

  .img-before {
    height: 250px;
    padding-bottom: 15px;
    padding-right: 15px;
  }

  .grid-img-lrg-copy {
    height: 250px;
  }

  .img-after {
    height: 250px;
    padding-bottom: 15px;
    padding-right: 15px;
  }
}

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

  .fa-social {
    min-width: 30px;
    min-height: 30px;
    margin-right: 5px;
  }

  .quote-btn {
    padding-left: 12px;
    padding-right: 12px;
  }

  .ripple.dl-btn {
    right: -40%;
  }

  .headt-call-btn {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .main-block {
    justify-content: center;
  }

  .logo {
    margin-bottom: 10px;
  }

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

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

  .dl-link-holder {
    padding-left: 10px;
  }

  .navbar {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    display: flex;
  }

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

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

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

  .icon {
    text-align: center;
  }

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

  .menu-link {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

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

  .menu-button {
    color: var(--black);
    border-radius: 0;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    display: flex;
  }

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

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

  .hero-banner {
    display: block;
  }

  .hero-mask {
    height: 250px;
  }

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

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

  .btn-text, .btn-text.call {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .primary-btn {
    width: 99%;
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .primary-btn.dark {
    margin-top: 10px;
  }

  .basic-p-block._55 {
    padding-bottom: 0;
  }

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

  .large-p-block {
    background-color: var(--white);
    box-shadow: none;
    padding: 0;
  }

  .large-p-block._40p {
    padding: 0;
  }

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

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

  .h2.right {
    margin-top: 10px;
    line-height: 25px;
  }

  .lrg-img-section, .lrg-img-section._100b {
    padding-bottom: 30px;
  }

  .lrg-img-div {
    border-radius: 4px;
    width: 90%;
    height: 250px;
    min-height: 250px;
    margin-top: 20px;
  }

  .lrg-img-div.home, .lrg-img-div.hedge, .lrg-img-div.maintenance, .lrg-img-div.clearance, .lrg-img-div.turf {
    min-height: 250px;
  }

  .lrg-img-div._100 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
  }

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

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

  .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.flex {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-div.split {
    flex-flow: column;
  }

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

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

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

  .grid-img._2 {
    background-position: 50% 0;
  }

  .grid-img._1 {
    background-position: 0 0;
  }

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

  .works-image-grid.grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-bottom: 10px;
  }

  .h2-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .works-text-lable {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1em;
  }

  .works {
    min-height: 250px;
  }

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

  .contact-info {
    margin-top: 5px;
    margin-bottom: 5px;
  }

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

  .icon-block {
    margin-right: 10px;
    display: none;
  }

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

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

  .contact-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 1em;
  }

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

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

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

  .foooter-logo {
    max-width: 200px;
  }

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

  .list {
    text-align: center;
  }

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

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

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

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

  .footer-nav-item.footer-contact.auto-cusro {
    margin-bottom: 0;
  }

  .footer-icon {
    display: none;
  }

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

  .footer-info-div._1, .footer-info-div._2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .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._2col, .default-list._3col {
    grid-template-columns: 1fr;
  }

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

  .livechat-button {
    width: 90%;
  }

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

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

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

  .h2-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .fa-social-2 {
    width: 43px;
    min-width: 43px;
    height: 43px;
    min-height: 43px;
    margin-right: 2px;
    font-size: 15px;
  }

  .fa-container {
    flex-flow: row;
    inset: auto 0% 0%;
  }

  .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-manager_component {
    display: none;
    left: 5px;
  }

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

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

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

  .lrg-img._40 {
    margin-top: 20px;
  }

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

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

  .hero-h1 {
    width: 90%;
    font-size: 24px;
    line-height: 30px;
  }

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

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

  .areas-map {
    margin-top: 20px;
  }

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

  .light-green-section {
    margin-top: 10px;
  }

  .light-green-section._100 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  ._5-box-grid._50t {
    margin-top: 40px;
  }

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

  .box-number {
    width: 40px;
    min-width: 40px;
    height: 40px;
    min-height: 40px;
    font-size: 20px;
    line-height: 20px;
  }

  .gallery-title {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .white-logo {
    margin-right: 5px;
  }

  .footer-socials {
    margin-top: 0;
  }

  .city-guilds {
    width: 80px;
    margin-top: 20px;
  }

  ._2-img-div {
    flex-flow: column;
  }

  .img-before {
    width: 100%;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .img-after {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .before-after-text {
    font-size: 18px;
    line-height: 20px;
  }

  .after-text {
    margin-bottom: 30px;
  }

  .after-text._0b {
    margin-bottom: 0;
  }
}

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

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

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b513-7c268549 {
  align-self: auto;
}

#w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-7c268549, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b520-7c268549, #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b523-7c268549 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3d0c969c-1def-3ae8-d387-13076937a720-6937a713, #w-node-_3d0c969c-1def-3ae8-d387-13076937a729-6937a713, #w-node-_3d0c969c-1def-3ae8-d387-13076937a732-6937a713, #w-node-_3d0c969c-1def-3ae8-d387-13076937a73b-6937a713 {
  align-self: center;
}

#w-node-_6b1526e8-49e4-ecb4-7ea1-0924592beda2-3603f494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9353b99-352b-7653-be75-b94142360616-99913f83, #w-node-a9353b99-352b-7653-be75-b9414236061f-99913f83, #w-node-a9353b99-352b-7653-be75-b94142360628-99913f83, #w-node-a9353b99-352b-7653-be75-b94142360631-99913f83 {
  align-self: center;
}

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

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

  #w-node-_1552915a-db98-735b-4db4-deb6b0558d5e-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d62-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d66-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d6a-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d6e-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d72-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d76-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d7a-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d7e-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d82-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d86-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d8a-e73d477b, #w-node-_1552915a-db98-735b-4db4-deb6b0558d8f-e73d477b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f3f9515-3423-dbec-c97b-d134a1a2b51d-7c268549 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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