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

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

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

:root {
  --black: black;
  --lime-green: #60bc40;
  --forest-green: #44872c;
  --lime-green-2: white;
  --dark-slate-grey: #3b3b3b;
  --light-grey: #ccc;
}

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

.home-link.banner {
  margin-bottom: 20px;
}

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

.nav-link {
  color: #fff;
  text-transform: uppercase;
  border-bottom: 1px solid #0000;
  padding: 10px 15px;
  font-size: 14px;
  text-decoration: none;
}

.nav-link:hover, .nav-link:focus {
  border-bottom-color: #a8e00f;
}

.nav-link.w--current {
  border-bottom-color: var(--lime-green);
  color: var(--lime-green);
}

.nav-link.dl-menu {
  padding-right: 20px;
}

.master-header-section {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.master-header-section.header-static {
  background-color: #222;
  position: relative;
}

.menu-contact-div {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.call-to-action {
  border: 1px none var(--lime-green);
  background-color: var(--forest-green);
  color: #fff;
  margin-left: auto;
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.call-to-action:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
  color: var(--lime-green-2);
  transform: scale(.95);
}

.call-to-action:focus {
  border-bottom-color: #a8e00f;
}

.call-to-action.nav-btn-cta {
  margin-right: 20px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
}

.call-to-action.center {
  margin-left: auto;
  margin-right: auto;
}

.menu-div {
  justify-content: center;
  display: flex;
}

.logo-div {
  padding: 20px;
}

.banner-div {
  background-image: url('../images/20230714_170408-1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 700px;
  display: flex;
}

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

.banner-title {
  color: #fff;
  text-align: center;
  width: 90%;
  max-width: 960px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 40px;
  line-height: 46px;
}

.banner-title.home {
  margin-top: 10px;
  font-size: 20px;
  line-height: 20px;
}

.menu-button-section {
  justify-content: space-between;
}

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

.menu-button-tint {
  color: #60bc40;
  background-color: #3b3b3bd9;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.menu-button-tint.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.menu-button {
  background-color: var(--forest-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

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

.menu-button-label {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 46px;
}

.menu-button-label.banner {
  margin-bottom: 10px;
  font-size: 2em;
}

.p.white {
  color: #fff;
}

.p.white.testimonial {
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}

.p.white.centre.mtop-40 {
  margin-top: 40px;
}

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

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

.p.p-as-heading {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.75;
}

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

.single-image-div._1 {
  background-image: url('../images/garden-patios-page---types-of-patio-installation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-image-div._1.home-2 {
  background-image: url('../images/homepage---the-friendly-local-landscaping-company.webp');
  background-repeat: no-repeat;
}

.single-image-div._1.home-3 {
  background-image: url('../images/homepage---our-services---landscaping.webp');
  background-repeat: no-repeat;
}

.single-image-div._1.home-3._12 {
  background-image: url('../images/homepage---first-image-under-our-services-section-of-pergola.webp');
}

.single-image-div._1.home-4 {
  background-image: url('../images/homepage---our-services---new-driveways.webp');
  background-repeat: no-repeat;
}

.single-image-div._1.home-5 {
  background-image: url('../images/patio-service-box.webp');
  background-repeat: no-repeat;
}

.single-image-div._1.home-6 {
  background-image: url('../images/fencing.webp');
  background-repeat: no-repeat;
}

.single-image-div._1.home-7 {
  background-image: url('../images/decking-service-box.webp');
  background-repeat: no-repeat;
}

.single-image-div._1.garden-2 {
  background-image: url('../images/gardenroom2.webp');
  background-position: 61%;
  background-repeat: no-repeat;
}

.single-image-div._1.land-2 {
  background-image: url('../images/landscaping-page---hard-landscaping-services-provided....webp');
  background-repeat: no-repeat;
}

.single-image-div._1.waterville-2 {
  background-image: url('../images/maingallery.jpg');
  background-repeat: no-repeat;
}

.single-image-div._1.drive-2 {
  background-image: url('../images/driveway-2.webp');
}

.single-image-div._1.drive-3 {
  background-image: url('../images/drive-ex.jpg');
}

.single-image-div._1.drive-4 {
  background-image: url('../images/drive.jpg');
}

.single-image-div._1.decking-2 {
  background-image: url('../images/decking-2.jpg');
}

.single-image-div._1.decking-3 {
  background-image: url('../images/decking-3.jpg');
}

.single-image-div._1.decking-4 {
  background-image: url('../images/decking-4.jpg');
}

.single-image-div._1.decking-5 {
  background-image: url('../images/decking-5.jpg');
}

.single-image-div._1.gr {
  background-image: url('../images/gardenroom3.webp');
  background-repeat: no-repeat;
}

.single-image-div.home-1 {
  background-image: url('../images/Home-page-1.webp');
  background-repeat: no-repeat;
}

.single-image-div.garden-1 {
  background-image: url('../images/gardenroom1.webp');
  background-position: 50% 15%;
  background-repeat: no-repeat;
}

.single-image-div.land-1 {
  background-image: url('../images/landscaping-page-1.webp');
  background-repeat: no-repeat;
}

.single-image-div.watervill-1 {
  background-image: url('../images/After1.webp');
  background-repeat: no-repeat;
}

.single-image-div.patio-1 {
  background-image: url('../images/garden-patios-page---garden-patios-in-waterloovile.webp');
  background-repeat: no-repeat;
}

.single-image-div.drive-way-1 {
  background-image: url('../images/driveway-1.webp');
  background-repeat: no-repeat;
}

.single-image-div.decking-1 {
  background-image: url('../images/decking-1.jpg');
  background-repeat: no-repeat;
}

.single-image-mobile {
  background-image: url('../images/AdobeStock_219868242.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  display: none;
}

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

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

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

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

.double-content-div._w-100.flex-reverse {
  flex-direction: row-reverse;
  align-items: center;
}

.h2 {
  color: #3b3b3b;
  text-align: left;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 32px;
}

.h2.white {
  color: #fff;
}

.h2.m-bottom-20 {
  padding-bottom: 10px;
  font-size: 2.5em;
}

.h2.m-bottom-20.upper-case {
  text-transform: uppercase;
}

.content-button {
  border: 2px solid var(--lime-green);
  background-color: var(--lime-green);
  color: #fff;
  margin-top: 30px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.content-button:hover {
  border-color: var(--lime-green);
  color: var(--lime-green);
  background-color: #0000;
}

.content-button:focus {
  border-bottom-color: #a8e00f;
}

.h1 {
  color: var(--dark-slate-grey);
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 32px;
}

.h1.site-map-text {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.single-content-div {
  width: 50%;
  padding-left: 40px;
}

.single-content-div._1 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

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

.slide-2 {
  background-image: url('../images/drive.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.testimonial-tint {
  color: #3b3b3b75;
  background-color: #181818b3;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-div {
  width: 90%;
  max-width: 960px;
}

.double-image-div {
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  height: 50vh;
  padding-bottom: 60px;
  display: flex;
}

.double-image-div._1 {
  background-image: url('../images/12540555_927316364028454_8238120489137227850_n.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  height: 60vh;
  margin-top: 20px;
  box-shadow: 0 0 20px #000;
}

.double-image-div._1.garden-3 {
  background-image: url('../images/gardenroom5w.jpg');
  background-position: 50% 31%;
  background-repeat: no-repeat;
}

.double-image-div._1.land-3 {
  background-image: url('../images/Landscape-3.webp');
  background-repeat: no-repeat;
  width: 100%;
  height: 60vh;
}

.double-image-div._1.watervill-3 {
  background-image: url('../images/HardLandscaping4.webp');
  background-repeat: no-repeat;
}

.double-image-div._1.patio-3 {
  background-image: url('../images/garden-patios-page---sub-based-preparation.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  height: 80vh;
}

.double-image-div._1.drive-way-5 {
  background-image: url('../images/drive-ways.jpg');
  background-repeat: no-repeat;
}

.double-image-div.before-after {
  height: auto;
}

.slate-content-section {
  background-color: #3b3b3b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

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

.h3-div {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.h3 {
  color: #3b3b3b;
  text-align: center;
  background-color: #0000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1.5;
}

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

.association-logos {
  justify-content: space-around;
  width: 90%;
  max-width: 1300px;
  display: flex;
}

.footer-section {
  background-color: #222;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.area-div {
  align-items: center;
  max-width: 340px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

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

.h6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 46px;
}

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

.tel-icon {
  width: 20px;
}

.tel-link {
  color: var(--light-grey);
  margin-top: 5px;
  padding-left: 20px;
  text-decoration: none;
}

.footer-form-div {
  flex-direction: column;
  width: 65%;
  margin-left: 20px;
  display: flex;
}

.tel-div {
  flex-direction: row;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.clock-div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.icon {
  margin-right: 0;
}

.dl-nav-menu.w--open {
  border-radius: 6px;
}

.hyper-link {
  box-shadow: inset 0 -2px 0 0 var(--lime-green);
  color: var(--lime-green);
  padding-left: 2.5px;
  padding-right: 2.5px;
  font-weight: 600;
  text-decoration: none;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
}

.hyper-link:hover {
  box-shadow: inset 0 -50px 0 0 var(--lime-green);
  color: #fff;
}

.h3-btn {
  padding: 15px 60px;
  display: inline-block;
}

.h3-btn.m-top-20 {
  border: 0px none var(--lime-green);
  background-color: var(--lime-green);
  color: #fff;
  border-radius: 1px;
  margin-top: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease-in-out;
  box-shadow: 0 1px 3px #0000004d;
}

.h3-btn.m-top-20:hover {
  transform: scale(.95);
}

.sm-services-w-image {
  width: 100%;
}

.sm-services-w-image.display-flex {
  justify-content: space-between;
  padding-top: 40px;
  display: flex;
}

.text-area {
  width: 48%;
}

.home-bullet-list {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  list-style-type: none;
}

.home-bullet-list.grid {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.home-bullet-list.grid.white {
  color: #fff;
}

.home-bullet-list.grid._w-100 {
  width: 100%;
}

.home-bullet-list.grid._w-100.grid-x3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.home-bullet-list.grid._w-100.grid-x3.center {
  justify-items: center;
}

.home-bullet-list.grid._w-100.grid-x3.white.center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-bullet-list.white {
  color: #fff;
}

.home-bullet-list.white._w-100 {
  width: 100%;
}

.home-bullet-list.white._w-100.grid-x3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-bullet-list.white._w-100.grid-x2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.font-icon {
  padding-right: 10px;
  font-family: "Fa brands 400", sans-serif;
  display: inline-block;
}

.font-icon.leaf-icon {
  color: #44872c;
}

.font-icon.location {
  color: var(--lime-green);
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
}

.font-icon.icon-mobile {
  background-color: var(--lime-green);
  color: var(--lime-green-2);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding-right: 0;
  font-family: "Fa solid 900", sans-serif;
  font-size: 18px;
  display: flex;
}

.font-icon.icon-mobile.m-right-10 {
  margin-right: 20px;
}

.text-underline {
  background-color: var(--lime-green);
  border-radius: 20px;
  width: 80px;
  height: 3px;
  margin-bottom: 20px;
}

.text-underline.center {
  margin-left: auto;
  margin-right: auto;
}

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

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

.copy-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copy-para {
  color: var(--light-grey);
  width: 80%;
  font-size: 14px;
}

.copy-social {
  display: flex;
}

.footer-icon-social {
  color: var(--light-grey);
  background-color: #cccccc2b;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: flex;
}

.footer-icon-social:hover {
  background-color: var(--lime-green);
  color: #fff;
}

.footer-icon-social.m-none {
  margin-right: 0;
}

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

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

.site-map-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.site-map-link:hover {
  color: var(--forest-green);
}

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

.areas-we-cover-list {
  width: 70%;
  padding-left: 10px;
}

.areas-list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  list-style-type: none;
}

.areas-we-cover-map {
  width: 55%;
}

.areas-we-cover-list-container {
  width: 40%;
}

.footer-copy-link {
  color: #aaa;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: inline-block;
}

.footer-copy-link:hover {
  color: var(--lime-green-2);
}

.before-after {
  width: 100%;
}

.contact-info-wrapper.display-flex {
  flex-direction: column;
  padding-top: 60px;
  display: flex;
}

.contact-info-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #60bc407a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: grid;
}

.location-map-right {
  width: 100%;
}

.contact-block {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.mobile-link {
  color: var(--black);
  font-weight: 500;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.mobile-link:hover {
  color: var(--forest-green);
}

.mobile-link.m-right-10-border {
  border-right: 2px solid var(--forest-green);
  margin-right: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.dropdown-link {
  transition: all .2s ease-in-out;
}

.dropdown-link:hover, .dropdown-link.w--current {
  background-color: var(--lime-green);
  color: #fff;
}

.inner-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.address {
  color: var(--light-grey);
  padding-left: 20px;
  text-decoration: none;
}

.email-icon, .areas-icon {
  width: 20px;
}

.landscaping-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 20px;
}

.scroll-up {
  z-index: 1000;
  border: 1px solid var(--lime-green-2);
  background-color: var(--lime-green-2);
  color: var(--forest-green);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: auto auto 12px 10px;
  box-shadow: 1px 1px 3px #000;
}

.scroll-arrow-up {
  color: #0c283d;
  justify-content: center;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.5em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

.text-span {
  color: var(--forest-green);
  font-family: Montserrat, sans-serif;
  font-size: .65em;
  font-weight: 700;
}

.text-span-2 {
  color: var(--forest-green);
  font-family: "Fa solid 900", sans-serif;
  font-size: .72em;
}

.reviews {
  margin-top: 60px;
}

.image-2 {
  object-fit: cover;
  min-width: 100%;
  height: 100%;
  min-height: 200px;
  max-height: 241px;
}

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

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

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

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

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

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

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

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

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

.fs-cc-banner_button {
  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-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 60px 20px;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

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

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

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

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

.fs-cc-prefs_button {
  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-banner_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

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

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

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

.fs-cc-prefs_text {
  color: #021a69;
  font-size: 12px;
}

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

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

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

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

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

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

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

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

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

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

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

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

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

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 100%;
  padding: 15px;
}

.chat-section {
  background-color: #b7b5b5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

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

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

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

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

.livechat-button {
  cursor: pointer;
  background-color: #000;
  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(--lime-green);
}

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

.live-chat-top-text.block {
  color: #494949;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

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

.live-chat-bottom-text {
  font-size: 10px;
}

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

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

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

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

@media screen and (min-width: 1920px) {
  .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) {
  .nav-menu {
    background-color: var(--black);
  }

  .navbar {
    width: 100%;
  }

  .nav-link {
    color: #fff;
    text-align: right;
    border: 0 solid #000;
  }

  .nav-link:hover, .nav-link:focus {
    background-color: #292929;
    border: 0 solid #000;
  }

  .nav-link.dl-menu {
    width: 100%;
  }

  .menu-button-2 {
    text-align: right;
    width: 100%;
  }

  .menu-button-2:hover {
    background-color: var(--lime-green);
  }

  .menu-button-2.w--open {
    background-color: var(--forest-green);
  }

  .menu-contact-div {
    width: 63%;
    padding-right: 20px;
  }

  .call-to-action {
    display: none;
  }

  .menu-div {
    justify-content: flex-end;
  }

  .banner-div {
    height: 450px;
  }

  .banner-title {
    padding-bottom: 0;
  }

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

  .menu-button-tint.grid {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }

  .menu-button {
    padding: 10px;
  }

  .menu-button-label {
    font-size: 22px;
  }

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

  .single-image-div, .single-image-div._1 {
    width: 100%;
  }

  .single-image-div._1.home-2, .single-image-div._1.home-3, .single-image-div._1.home-4, .single-image-div._1.home-5, .single-image-div._1.home-6, .single-image-div._1.home-7 {
    width: 100%;
    margin-bottom: 40px;
  }

  .single-image-div._1.garden-2, .single-image-div._1.land-2, .single-image-div._1.waterville-2 {
    width: 100%;
  }

  .single-image-div._1.drive-2, .single-image-div._1.drive-3, .single-image-div._1.drive-4 {
    margin-bottom: 20px;
  }

  .single-image-div._1.gr, .single-image-div.home-1 {
    width: 100%;
    margin-bottom: 40px;
  }

  .single-image-div.garden-1, .single-image-div.land-1, .single-image-div.watervill-1, .single-image-div.patio-1 {
    width: 100%;
  }

  .single-image-mobile {
    display: none;
  }

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

  .double-content-div._w-100 {
    flex-direction: column-reverse;
    width: 90%;
  }

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

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

  .testimonial-div {
    width: 80%;
  }

  .double-image-div._1 {
    height: 40vh;
  }

  .double-image-div.before-after {
    padding: 20px;
  }

  .h3 {
    font-size: 1.4em;
  }

  .footer-contact-div {
    width: 60%;
  }

  .footer-form-div {
    width: 59%;
  }

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

  .dl-nav-menu.w--open {
    color: #fff;
    text-align: right;
    background-color: #444;
    border-radius: 0;
  }

  .sm-services-w-image.display-flex {
    flex-direction: column-reverse;
  }

  .text-area, .home-bullet-list.grid {
    width: 100%;
  }

  .copy-wrapper {
    flex-direction: column;
  }

  .footer-copy-para {
    text-align: center;
    width: 100%;
  }

  .copy-social {
    margin-top: 10px;
  }

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

  .contact-info-left {
    grid-template-columns: 1fr;
  }

  .dropdown {
    width: 100%;
  }

  .dropdown-link {
    color: #fff;
    text-align: right;
  }

  .scroll-up {
    z-index: 1;
  }

  .image-2 {
    max-height: 200px;
  }
}

@media screen and (max-width: 767px) {
  .banner-div {
    height: 380px;
  }

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

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

  .p {
    margin-bottom: 0;
  }

  .p.white.testimonial {
    font-size: 20px;
    line-height: 28px;
  }

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

  .single-image-div {
    width: 100%;
    min-height: 250px;
    display: block;
  }

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

  .single-image-div._1.drive-3 {
    margin-bottom: 0;
  }

  .single-image-mobile {
    width: 100%;
    height: 250px;
    display: none;
  }

  .single-image-mobile._1 {
    background-image: url('../images/highcompress-AdobeStock_45579863.jpeg');
    display: none;
  }

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

  .double-content-div {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .double-content-div.vertical {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .double-content-div.flex-reverse.m-bttom-20 {
    margin-bottom: 40px;
  }

  .h2.white {
    text-align: center;
  }

  .single-content-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .single-content-div._1 {
    align-items: center;
    padding-top: 30px;
    padding-right: 0;
  }

  .testimonial-div {
    width: 70%;
  }

  .double-image-div {
    height: 25vh;
    padding-bottom: 0;
  }

  .double-image-div.before-after {
    height: auto;
  }

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

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

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

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

  .home-bullet-list.grid._w-100.grid-x3.white.center, .gallery-wrapper.grid-x5 {
    grid-template-columns: 1fr 1fr;
  }

  .areas-we-cover-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .areas-we-cover-map, .areas-we-cover-list-container, .contact-info-wrapper.display-flex {
    width: 100%;
  }

  .contact-info-left {
    grid-template-columns: 1fr;
  }

  .contact-block {
    justify-content: flex-start;
  }

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

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

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

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

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

@media screen and (max-width: 479px) {
  .home-link {
    margin-bottom: 20px;
  }

  .home-link.banner {
    text-align: center;
  }

  .navbar {
    background-color: #0000;
    border: 2px #a8e00f;
    justify-content: center;
    display: flex;
  }

  .nav-link {
    text-align: center;
  }

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

  .master-header-section {
    flex-direction: column;
    align-items: center;
  }

  .menu-contact-div {
    align-items: center;
    width: 90%;
    padding-right: 0;
  }

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

  .banner-div {
    height: 550px;
  }

  .banner-tint {
    background-color: #0000007d;
    padding-top: 100px;
  }

  .banner-title {
    padding-top: 80px;
    line-height: 40px;
  }

  .bold-text {
    font-size: 28px;
    line-height: 0;
  }

  .menu-button-tint.grid {
    grid-template-columns: 1fr;
  }

  .menu-button-label {
    font-size: 1.2em;
  }

  .menu-button-label.banner {
    width: 85%;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }

  .p {
    font-size: 14px;
  }

  .p.white.testimonial {
    font-size: 16px;
    line-height: 23px;
  }

  .p.white.centre, .p.white.centre.mtop-40 {
    font-size: 14px;
  }

  .p.p-as-heading {
    text-align: center;
    margin-top: 20px;
  }

  .single-image-mobile {
    height: 20vh;
  }

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

  .double-content-div._w-100, .double-content-div._w-100.flex-reverse {
    width: 90%;
  }

  .h2 {
    text-align: center;
    justify-content: center;
    padding-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .h2.m-bottom-20.upper-case {
    font-size: 30px;
  }

  .h1 {
    text-align: center;
    padding-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .single-content-div, .single-content-div._1 {
    padding-top: 0;
  }

  .testimonial-div {
    width: 80%;
  }

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

  .double-image-div._1 {
    height: 20vh;
  }

  .double-image-div._1.land-3 {
    height: 40vh;
  }

  .double-image-div.before-after {
    height: auto;
  }

  .h3 {
    font-size: 1.1em;
  }

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

  .association-logos {
    flex-direction: column;
    align-items: center;
    width: 60%;
  }

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

  .footer-contact-div {
    align-items: center;
  }

  .h6 {
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }

  .tel-icon {
    width: auto;
    padding-right: 10px;
    display: inline-block;
  }

  .tel-link {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .footer-form-div {
    margin-left: 0;
  }

  .tel-div {
    flex-direction: column;
    flex: none;
    align-items: center;
    display: flex;
  }

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

  .icon {
    margin-right: 20px;
  }

  .h3-btn.m-top-20 {
    font-size: 14px;
  }

  .home-bullet-list {
    text-align: center;
    font-size: 14px;
  }

  .home-bullet-list.grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .home-bullet-list.grid._w-100.grid-x3.center {
    grid-template-columns: 1fr;
  }

  .home-bullet-list.grid._w-100.grid-x3.white.center {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr;
  }

  .font-icon.icon-mobile.m-right-10 {
    margin-bottom: 3px;
    margin-right: 0;
  }

  .text-underline {
    margin-left: auto;
    margin-right: auto;
  }

  .gallery-wrapper.grid-x5 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    grid-template-columns: 1fr 1fr;
    width: 90%;
    padding-top: 20px;
  }

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

  .areas-list-item {
    text-align: left;
    font-size: 14px;
  }

  .areas-we-cover-list-container {
    text-align: center;
  }

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

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

  .mobile-link.m-right-10-border {
    border-right-width: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .dropdown-link {
    text-align: center;
  }

  .address {
    text-align: center;
    padding-top: 10px;
    padding-left: 0;
  }

  .email-icon {
    width: auto;
  }

  .areas-icon {
    width: auto;
    padding-right: 10px;
  }

  .image {
    font-size: 14px;
  }

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

  .scroll-up {
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-arrow-up {
    font-size: 17px;
  }

  .mobile-link {
    text-align: center;
    line-height: 24px;
  }

  .image-2 {
    max-width: 100%;
    min-height: 90px;
    max-height: 90px;
  }

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

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

  .fs-cc-manager_component {
    bottom: 80px;
  }

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

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

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }

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

  .image-3 {
    width: 85%;
  }

  .main-form {
    width: 100%;
  }
}

#w-node-c2faf370-5476-ccaf-bc13-1aa3ebc212d5-12048040, #w-node-_7396af92-96b9-93d3-b6a9-c7ace4257527-12048040, #w-node-_1981a087-ddaf-4aee-ee16-6687c4036146-12048040, #w-node-_07155019-0fb9-9d99-167a-a730d8e820c0-12048040, #w-node-ab2bd3d6-69c9-161f-8288-d499071e1939-12048040 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_806975e8-60a2-90f4-9d30-765db497a3ff-7914b686, #w-node-_5a03cbf0-3e1f-83ee-a683-0a8afdbf2ec6-7914b686, #w-node-_962154f2-8b20-2186-ccc2-64bead7bd3a4-7914b686, #w-node-_751a63e6-9eae-c72a-1f1d-f0fe154cc645-7914b686, #w-node-c10c1985-1e9d-7d38-a9f9-728bfb527685-7914b686, #w-node-_5217d015-f5a9-78ec-668e-2d4899fa43a2-7914b686, #w-node-_5609c412-6dff-8536-491b-b435c6b6f630-7914b686 {
  justify-self: center;
}

#w-node-_9c7d40ac-4843-032d-97c8-9f2794d9b2e8-adf799c6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_51d96380-a28a-fa63-7f02-aa9f8e36c51f-c22b39b2, #w-node-_21702218-68f3-9cd7-43eb-983aef54fe6c-c22b39b2, #w-node-_722ef88a-1cf6-a183-fdff-82acb280c2c4-c22b39b2, #w-node-c2ac6401-e9ae-5237-f87c-27c244efac7b-c22b39b2, #w-node-_5384b770-0bad-836d-6494-c467f278bb13-c22b39b2, #w-node-_17fdfe98-a75c-c954-0341-da9ec13d95c6-c22b39b2 {
  justify-self: center;
}

#w-node-_12f80421-2d09-b198-a162-4ae442bf8987-650e68cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_5aa6e99c-0e11-5fc4-9017-9b936abe0780-650e68cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: start;
}

#w-node-_2e462568-a883-cd91-0622-6977c4a5b211-650e68cc {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd3a1408-a4a0-e5a1-6ca2-ddd8e79a20b4-632315d1, #w-node-_2b7e768f-d5c5-11e0-a3f7-84594bfd990b-632315d1, #w-node-_0e7094f0-cc95-6d33-c7be-43fb516fa116-632315d1, #w-node-bf0b619b-784d-d482-d9bd-f10f3d8c8c9c-632315d1, #w-node-cf692fca-120f-b8e1-af65-59c76844a189-632315d1 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-ab2bd3d6-69c9-161f-8288-d499071e1939-12048040 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_12f80421-2d09-b198-a162-4ae442bf8987-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aa6e99c-0e11-5fc4-9017-9b936abe0780-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2e462568-a883-cd91-0622-6977c4a5b211-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_12f80421-2d09-b198-a162-4ae442bf8987-650e68cc, #w-node-_2e462568-a883-cd91-0622-6977c4a5b211-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ab2bd3d6-69c9-161f-8288-d499071e1939-12048040 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ce5526b-f060-78ec-634f-9f8db0243d96-adf799c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9c7d40ac-4843-032d-97c8-9f2794d9b2e8-adf799c6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_12f80421-2d09-b198-a162-4ae442bf8987-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5aa6e99c-0e11-5fc4-9017-9b936abe0780-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_2e462568-a883-cd91-0622-6977c4a5b211-650e68cc {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


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