@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 solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: Fa6 brands;
  src: url('../fonts/FA6-Brands.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Fa6 solid;
  src: url('../fonts/FA6-Solid.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --light-goldenrod-yellow: #f5ffd8;
  --green: #052807;
  --mid-gray: #5e5e5e;
  --dark-slate-grey: #05280730;
  --white-smoke: #ebebeb;
  --black: black;
}

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

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

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

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

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

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

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

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

.header-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

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

.logo-div {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo {
  width: 250px;
  height: auto;
}

.contact-info-div {
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  line-height: 26px;
  display: flex;
}

.tel-link {
  text-align: center;
  font-weight: 500;
}

.tel-link.int-link-header {
  color: #fff;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.body {
  font-family: Poppins, sans-serif;
}

.email-div {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 240px;
  display: flex;
}

.email-link {
  text-align: center;
  font-weight: 500;
}

.email-link.int-link-header {
  color: #fff;
  text-transform: uppercase;
  padding-left: 10px;
  font-size: 16px;
  text-decoration: none;
}

.menu-link {
  color: var(--light-goldenrod-yellow);
  border-bottom: 1px solid #0000;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
}

.menu-link:hover {
  border-bottom: 1px solid var(--white);
}

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

.menu-link.w--current {
  color: var(--white);
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.menu-link.serv {
  padding-right: 0;
}

.navbar {
  background-color: #0000;
}

.section {
  z-index: 10;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_87261746.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-bottom: 1px solid #5e5e5e;
  position: sticky;
  top: 0;
}

.banner-image-section {
  padding-top: 80px;
}

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

.menu-button-section {
  z-index: 1;
  background-color: #05280796;
  justify-content: space-around;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.menu-button-group-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: grid;
}

.menu-button-image-link {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 260px;
  display: flex;
}

.menu-button-image-link._1 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.menu-button-image-link.fence {
  background-image: url('../images/image9.webp');
}

.menu-button-image-link.patio {
  background-image: url('../images/PHOTO-2023-02-02-21-49-561.webp');
}

.menu-button-image-link.artificial {
  background-image: url('../images/PHOTO-2023-02-02-21-49-562.webp');
}

.menu-button-image-link.install {
  background-image: url('../images/PHOTO-2023-02-02-21-49-564.webp');
}

.image {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.menu-button-div {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.menu-label-div {
  background-color: var(--green);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.link {
  text-align: center;
}

.black-int-link {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

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

.double-content-div {
  flex-direction: row;
  justify-content: space-between;
  width: 90%;
  max-width: 1300px;
  margin-bottom: 20px;
  display: flex;
}

.double-content-div.h3 {
  margin-bottom: 0;
}

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

.basic-p-block {
  width: 48%;
}

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

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

.single-image-div.google, .single-image-div.contact {
  background-image: none;
}

.single-image-div.home-1 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-5610.webp');
}

.single-image-div.atif {
  background-image: url('../images/artificial-grass-benefits-page.webp');
}

.single-image-div.fence-1 {
  background-image: url('../images/fence-installation-1.webp');
  background-position: 50% 80%;
}

.single-image-div.install-1 {
  background-image: url('../images/artificial-grass-installation.webp');
  background-position: 50%;
}

.single-image-div.patio-1 {
  background-image: url('../images/patios-1.webp');
  background-position: 50%;
  background-size: cover;
}

.h1 {
  color: var(--green);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 30px;
  font-weight: 500;
}

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

.coloured-underline.white {
  background-color: #fff;
}

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

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

.p.large-with-border {
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.button {
  border: 2px solid var(--mid-gray);
  color: var(--mid-gray);
  background-color: #0000;
  border-radius: 2px;
}

.contact-us-button {
  border: 2px solid var(--light-goldenrod-yellow);
  background-color: var(--green);
  color: var(--white);
  border-radius: 4px;
  margin-top: 30px;
  font-weight: 600;
  transition: all .3s ease-in-out;
}

.contact-us-button:hover {
  transform: scale(1.1);
}

.contact-us-button.reduce-padding {
  margin-top: 0;
}

.large-single-image-div {
  background-color: #000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  display: flex;
}

.large-single-image-div.home-2 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-5613.webp');
}

.large-single-image-div.atif-1 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-5624.webp');
}

.large-single-image-div.fence-2 {
  background-image: url('../images/fence-installation-2.webp');
  background-position: 50%;
  background-size: cover;
}

.large-single-image-div.install-2 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-5620.webp');
}

.large-single-image-div.patio-2 {
  background-image: url('../images/patios-2.webp');
}

.large-image-section {
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.large-image-section.green {
  background-color: var(--dark-slate-grey);
}

.large-p-block {
  border-radius: 4px;
  width: 48%;
  padding: 0;
}

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

.h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}

.h2.white {
  color: #fff;
}

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

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

.div-block {
  width: 60%;
  height: 800px;
}

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

.grey-content-section.h3 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/_87261746.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.grey-content-section.h3.services {
  border-bottom: 2px solid var(--white);
}

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

.double-p-block.h3-sect {
  margin-left: auto;
  margin-right: auto;
}

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

.footer-section {
  background-color: #000;
  background-image: linear-gradient(#00000080, #00000080), url('../images/_87261746.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

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

.grid-image-large-div.home-3 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-567.webp');
}

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

.grid-image-div._1 {
  background-image: none;
  background-position: 50%;
  background-size: cover;
}

.grid-image-div.home-4 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-5626.webp');
}

.grid-image-div.home-5 {
  background-image: url('../images/PHOTO-2023-02-02-21-49-563.webp');
}

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

.h3-div {
  padding-top: 0;
  font-size: 16px;
  line-height: 26px;
}

.h3-div.large-with-border {
  border-bottom: 1px solid #5e5e5e;
  margin-bottom: 0;
  padding-bottom: 60px;
}

.h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
}

.contact-form-section {
  background-image: linear-gradient(#ffffff17, #ffffff17), url('../images/_87261746.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.form-div {
  width: 90%;
  max-width: 1300px;
}

.form-block {
  color: var(--white);
}

.submit-button {
  border: 2px solid var(--white);
  background-color: #0000;
  width: 100%;
  margin-top: 20px;
}

.submit-button:hover {
  background-color: var(--white-smoke);
  color: var(--mid-gray);
}

.large-text-field {
  height: 170px;
}

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

.quotation-div {
  flex-direction: row;
  width: 90%;
  max-width: 1300px;
  padding-bottom: 30px;
}

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

.testimonials-slider {
  background-color: #0000;
  border: 0 solid #000;
  justify-content: center;
  align-items: center;
  height: 150px;
  display: flex;
}

.left-arrow, .right-arrow {
  color: var(--white-smoke);
  display: none;
}

.slide-nav {
  color: #5e5e5e;
  display: none;
}

.h4 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
}

.slide {
  max-width: 1300px;
}

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

.footer-info-div {
  border: 1px solid var(--light-goldenrod-yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  padding: 40px;
  display: flex;
}

.footer-info-div._1 {
  border-width: 1px 0;
  flex-direction: column;
  align-items: center;
}

.footer-info-div._2 {
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.footer-p {
  color: var(--white);
  text-align: center;
}

.logo-white {
  width: 300px;
  height: auto;
}

.social-media-div {
  padding-top: 30px;
}

.social-media-icon {
  padding-left: 5px;
  padding-right: 5px;
}

.footerlink-section {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerlink-div {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
}

.div-block-2 {
  width: 90%;
  max-width: 1300px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footerlinks {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  text-decoration: none;
}

.social-media-icon-mobile {
  padding-left: 5px;
  padding-right: 5px;
  display: none;
}

.main-slider {
  z-index: 0;
  background-color: #000;
  height: 580px;
}

.slide1, .slide2 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-nav-2 {
  z-index: 30;
}

.slide3 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-banner {
  height: auto;
}

.hero-mask {
  height: 600px;
}

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

.company-logo-link.w--current {
  width: auto;
  height: auto;
}

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

.dropdown-toggle {
  color: var(--light-goldenrod-yellow);
  padding-left: 0;
}

.header-title {
  background-color: var(--white);
  color: var(--green);
  padding-left: 5px;
  padding-right: 2px;
  font-weight: 600;
}

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

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

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

.footer-info-div-2._1 {
  border-width: 1px 0;
  border-color: #ffc03a;
  flex-direction: column;
  align-items: center;
}

.footer-info-div-2._2 {
  border-color: #ffc03a;
  flex-direction: column;
  align-items: center;
  padding: 40px;
}

.footer-title {
  background-color: var(--green);
  color: #fff;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
}

.list-2 {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  padding-left: 0;
  line-height: 24px;
  list-style-type: none;
  display: flex;
}

.list-2.left {
  text-align: left;
  align-items: flex-start;
}

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

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

.footer-nav-item.footer-contact {
  color: #fff;
  cursor: auto;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 4px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 15px;
  transition-property: none;
  display: flex;
}

.footer-nav-item.footer-contact.contact {
  color: #000;
}

.contact-link {
  color: #fff;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.contact-link.w--current {
  color: var(--white);
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.footer-title-2 {
  color: #000;
  background-color: #ffc03a;
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 600;
}

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

.text-span-4.fb {
  width: 50px;
  margin-right: 20px;
  font-family: "Fa brands 400", sans-serif;
}

.text-span-4.fb.footer {
  margin-left: auto;
  margin-right: auto;
  font-size: 35px;
}

.text-span-4.fb.contatc {
  color: var(--green);
  margin-right: 5px;
  padding-top: 0;
}

.text-span-4.fb.insta {
  margin-right: 10px;
}

.text-span-4.green {
  color: var(--green);
}

.text-span-4.map {
  padding-left: 5px;
}

.footer-contact-link {
  color: #fff;
  text-align: left;
  flex: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
}

.footer-contact-link.contact {
  color: var(--black);
  width: auto;
  font-size: 15px;
  font-weight: 400;
}

.social-link {
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
}

.social-text {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.testimonials, .contactform {
  width: 100%;
}

.instagram-live {
  width: 100%;
  margin-bottom: 0;
}

.dropdown-list {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
}

.dropdown-list.w--open {
  background-color: var(--green);
  color: #fff;
  background-image: none;
}

.dropdown-link {
  border-bottom: 1px solid var(--green);
  color: var(--light-goldenrod-yellow);
}

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

.dropdown-link.w--current {
  border-bottom-color: var(--white);
  color: #fff;
}

.google-section {
  background-image: url('../images/google.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 350px;
}

.google-section.live-feed {
  background-image: none;
  height: auto;
}

.h2-list {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.list-3 {
  width: 100%;
  padding-left: 0;
}

.list-3._3-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.list-3._2-row {
  grid-column-gap: 7px;
  grid-row-gap: 9px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grass-bullet {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/_87261746.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px solid #000;
  border-radius: 100px;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.list-item {
  align-items: center;
  margin-bottom: 10px;
  transition: all .3s ease-in-out;
  display: flex;
}

.list-item:hover {
  transform: translate(5px);
}

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

.list {
  padding-left: 0;
  list-style-type: none;
}

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

.list.area {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.list-item-2 {
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease-in-out;
  display: flex;
}

.list-item-2:hover {
  transform: translate(5px);
}

.font-icon {
  color: var(--green);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 23px;
}

.hyperlink {
  color: #fff;
  text-decoration: none;
  transition: all .3s ease-in-out;
  box-shadow: inset 0 -2px #fff;
}

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

.hyperlink.white {
  box-shadow: inset 0 -2px 0 0 var(--green);
  color: #000;
  font-weight: 700;
}

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

.heading3 {
  color: #000;
  font-size: 28px;
  font-weight: 500;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 10px;
}

.lb {
  border: 1px solid var(--green);
  border-radius: 4px;
  width: 100%;
  transition: all .3s ease-in-out;
}

.lb:hover {
  transform: scale(1.1);
}

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

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

.site-map-link {
  color: #222;
  font-size: 16px;
  text-decoration: none;
}

.slide-3 {
  background-image: url('../images/284165699_551757153114786_2556199627703211356_n.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading3-div {
  border: 1px solid #000;
  border-radius: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.heading3-div.no-border {
  border-style: none;
  border-radius: 0;
}

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

.google-maps {
  width: 100%;
}

.fb-feed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

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

.sticky-btn {
  z-index: 1000;
  color: #000;
  background-color: #fdfd79;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 15px 40px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s ease-in-out;
  display: none;
  position: fixed;
  inset: auto auto 10px 10px;
  box-shadow: 1px 1px 3px #0000004d;
}

.sticky-btn:hover {
  transform: scale(.95);
}

.font-icon-3 {
  color: #686a6c;
  margin-right: 10px;
  font-family: Fa6 solid, sans-serif;
  font-weight: 400;
}

.font-icon-3.font-icon-m-left {
  color: #000;
  margin-left: 10px;
  margin-right: 0;
}

.fleet {
  width: 100%;
  margin-bottom: -10px;
}

.project-7-slider {
  background-color: #000;
  height: 500px;
  margin-bottom: 60px;
}

.absolute-div {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-26 {
  height: 600px;
}

.right-arrow-3 {
  background-color: #fff;
  transition: background-color .2s;
}

.icon-5 {
  color: var(--green);
}

.slide-nav-8 {
  background-color: #0000;
}

.image-slider {
  height: 100%;
}

.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 {
  border: 2px solid var(--green);
  background-color: var(--green);
  color: #fff;
  text-align: center;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--black);
  color: var(--black);
  background-color: #fff;
}

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

.fs-cc-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: 13px;
  line-height: 24px;
}

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

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

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

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

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

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

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

.fs-cc-banner_text-link {
  border-bottom: 2px solid var(--green);
  color: var(--green);
  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%;
}

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

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

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

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

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

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

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

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

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

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

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

.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: #494949;
  transform: scale(1.05);
}

.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: flex;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--green);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  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-icon-chat {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

@media screen and (min-width: 1920px) {
  .whatsapp-chat {
    display: none;
  }

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

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

@media screen and (max-width: 991px) {
  .header-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .logo-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    width: 100%;
    display: grid;
  }

  .menu-div {
    width: 100%;
  }

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

  .menu-link {
    border-bottom-style: solid;
    border-bottom-color: var(--green);
    background-color: var(--green);
    text-align: right;
    width: 100%;
    position: static;
  }

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

  .menu-link:focus {
    background-color: var(--mid-gray);
    color: var(--white);
  }

  .navbar {
    width: 100%;
  }

  .banner-image-div {
    height: 40vh;
  }

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

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

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

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

  .double-content-div.vertical {
    align-items: flex-start;
  }

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

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

  .single-image-div.google, .single-image-div.contact {
    height: auto;
  }

  .large-single-image-div {
    width: 100%;
    height: 450px;
  }

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

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

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

  .testimonials-slider {
    height: 190px;
  }

  .footer-info-div, .footer-info-div._1, .footer-info-div._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .nav-menu {
    background-color: #ebebebf2;
  }

  .dropdown-toggle {
    text-align: right;
    width: 100%;
  }

  .text-img.flex {
    flex-direction: column;
  }

  .footer-info-div-2, .footer-info-div-2._1, .footer-info-div-2._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-span-4.map {
    padding-left: 0;
  }

  .footer-contact-link.contact {
    width: auto;
  }

  .icon {
    color: var(--light-goldenrod-yellow);
  }

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

  .google-section {
    background-position: 0%;
    background-size: cover;
    height: 250px;
  }

  .list-3._4-row {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

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

  .project-7-slider {
    height: 400px;
  }

  .right-arrow-3 {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .header-div {
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-div {
    width: 100%;
  }

  .contact-info-div {
    padding-top: 5px;
  }

  .tel-link.int-link-header, .email-link.int-link-header {
    padding-left: 0;
  }

  .section {
    position: static;
  }

  .banner-image-section {
    padding-top: 0;
  }

  .banner-image-div {
    height: 30vh;
  }

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

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

  .h2.center {
    font-size: 28px;
  }

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

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

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

  .h3 {
    line-height: 1.4;
  }

  .testimonials-slider {
    height: 230px;
  }

  .footer-div {
    grid-column-gap: 16px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

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

  .social-media-div {
    flex-direction: column;
    display: flex;
  }

  .social-media-icon, .social-media-icon-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }

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

  .footer-info-div-2._1 {
    border-left-width: 1px;
    border-right-width: 1px;
    justify-content: center;
  }

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

  .google-section {
    background-position: 50%;
    background-size: cover;
  }

  .list-3._3-row, .list-3._4-row, .list._3-row, .list.area {
    grid-template-columns: 1fr 1fr;
  }

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

  .sticky-btn {
    border-width: 2px;
    border-color: var(--light-goldenrod-yellow);
    background-color: var(--green);
    color: #fff;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    bottom: 20px;
    left: 10px;
  }

  .font-icon-3.font-icon-m-left {
    color: var(--white);
  }

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

  .slide-nav-8 {
    width: 100%;
    display: none;
  }

  .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) {
  .header-div {
    flex-direction: column;
  }

  .logo-div {
    align-items: center;
  }

  .menu-div {
    text-align: center;
  }

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

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

  .navbar {
    text-align: center;
    justify-content: center;
    display: flex;
  }

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

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

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

  .h1 {
    font-size: 32px;
  }

  .p._1 {
    padding-bottom: 60px;
  }

  .large-single-image-div {
    border-radius: 4px;
    width: 100%;
    height: 250px;
  }

  .large-single-image-div.home-2, .large-single-image-div.atif-1, .large-single-image-div.fence-2, .large-single-image-div.install-2, .large-single-image-div.patio-2 {
    margin-bottom: 20px;
  }

  .large-image-section {
    flex-direction: column;
  }

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

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

  .h2 {
    font-size: 25px;
    line-height: 32px;
  }

  .h2.center {
    font-size: 25px;
  }

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

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

  .grey-content-section.h3, .grey-content-section.white {
    margin-top: 0;
  }

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

  .h3 {
    font-size: 20px;
    line-height: 31px;
  }

  .testimonials-slider {
    height: 300px;
  }

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

  .footer-info-div {
    width: 100%;
  }

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

  .social-media-div {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }

  .social-media-icon {
    display: none;
  }

  .menu-button {
    display: flex;
  }

  .social-media-icon-mobile {
    display: block;
  }

  .hero-mask {
    height: 400px;
  }

  .dropdown-toggle.w--open {
    text-align: center;
  }

  .h1-small {
    font-size: 28px;
  }

  .footer-info-div-2 {
    width: 100%;
  }

  .footer-info-div-2._1 {
    border-width: 0 1px;
  }

  .footer-nav-item.footer-contact {
    justify-content: flex-start;
  }

  .text-span-4 {
    margin-right: 0;
    padding: 5px;
  }

  .text-span-4.fb.contatc.map, .text-span-4.green.map {
    margin-left: 0;
  }

  .text-span-4.map, .footer-contact-link.contact.minus5 {
    margin-left: -5px;
  }

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

  .google-section {
    background-position: 50%;
    background-size: cover;
  }

  .h2-list {
    line-height: 24px;
  }

  .list-3._3-row {
    grid-template-columns: 1fr;
  }

  .list-3._4-row, .list-3._2-row {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }

  .list._3-row, .list.area {
    grid-template-columns: 1fr;
  }

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

  .text-block {
    text-align: center;
    padding-left: 20px;
  }

  .project-7-slider {
    height: 300px;
  }

  .absolute-div {
    display: flex;
  }

  .image-26 {
    height: auto;
  }

  .right-arrow-3 {
    color: #fff;
    background-color: #0000;
  }

  .icon-5 {
    color: #fff;
    background-color: #05280780;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 24px;
    font-size: 34px;
    display: flex;
  }

  .slide-nav-8 {
    margin-bottom: 60px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .livechat-button {
    width: 90%;
  }
}

#w-node-_255a6caf-ac3d-0357-6fec-e31d221b0991-1adae679 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-f0e9e8cf-0c5b-69af-b0b1-d7b7fb6a3093-2573bc5d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_1c880982-057f-7e40-35e3-9d7b5734afd6-fb177fc7, #w-node-_40f8e549-8d6c-fe06-78fe-93764b47097c-fb177fc7, #w-node-_440d8bf5-cfff-02a9-53c5-f5d32f580314-fb177fc7, #w-node-_8c32f4ae-55d4-4a01-a17d-16a0b40285a6-fb177fc7, #w-node-c53412de-51a7-d62e-6e77-15feb553ddb3-fb177fc7, #w-node-_6c9b0068-9055-91a8-b1eb-ac4b3077ebc6-fb177fc7, #w-node-_59be6ea6-9c8d-0ffe-c227-d2b89388b082-fb177fc7, #w-node-_71eb1fc8-75c2-9ccb-39d6-408207099c76-fb177fc7, #w-node-_759a80cf-6fc3-ca94-8420-f2788f4da770-fb177fc7, #w-node-c4893ce4-f9a4-7b93-6187-a5af3095c48a-fb177fc7, #w-node-fa8a3bd8-4ce1-7a8f-a7c8-f2e8525859d9-fb177fc7, #w-node-_62b865d4-7073-97aa-cb9b-04a9ba2864c5-fb177fc7, #w-node-d7ecc831-0d0e-7d53-d9e0-08be75d5ac88-fb177fc7, #w-node-_9def2d29-e4c7-deae-5e66-7084b229965e-fb177fc7, #w-node-d1059403-0162-36ae-4022-eaac2c32f7dd-fb177fc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-f0e9e8cf-0c5b-69af-b0b1-d7b7fb6a3093-2573bc5d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_255a6caf-ac3d-0357-6fec-e31d221b0991-1adae679, #w-node-_255a6caf-ac3d-0357-6fec-e31d221b0992-1adae679, #w-node-_255a6caf-ac3d-0357-6fec-e31d221b0993-1adae679 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@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 solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 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 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa sharp solid 900';
  src: url('../fonts/fa-sharp-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 100';
  src: url('../fonts/fa-thin-100.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6';
  src: url('../fonts/FA6-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 brands';
  src: url('../fonts/FA6-Brands.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa6 solid';
  src: url('../fonts/FA6-Solid.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}