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

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

:root {
  --black: #000108;
  --white: #fff;
  --primary: #0032cb;
  --50-silver: #b7b5b580;
  --transparent: #fff0;
  --silver: #b7b5b5;
  --third: #001553;
  --75-white: #ffffffbf;
  --pale-grey: #ddd;
  --cookies-bg: #0009;
  --secondary: #002185;
  --90-black: #000108e6;
}

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

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

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

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

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

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

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

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

.body {
  background-color: var(--black);
  color: var(--white);
  font-family: Instrument Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.p {
  width: 100%;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

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

.p.black._20b, .p._20b {
  margin-bottom: 20px;
}

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

.body-section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

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

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

.container {
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-div {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  display: flex;
}

.service-top-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 300px;
  display: flex;
}

.service-top-image._2 {
  background-image: url('../images/b1-old-2.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._3 {
  background-image: url('../images/b1-old-6.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._4 {
  background-image: url('../images/b1property-4.webp');
  background-position: 50%;
  background-size: cover;
}

.service-top-image._1 {
  background-image: url('../images/b1-old-3.webp');
}

.service-header {
  color: var(--black);
  letter-spacing: .5px;
  margin-right: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

.service-text {
  width: 100%;
  color: var(--black);
  margin-bottom: 20px;
  font-family: Instrument Sans, sans-serif;
}

.img-div {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: stretch;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.img-div.landscaping {
  background-image: url('../images/b1-old-3.webp');
  background-position: 50% 30%;
}

.img-div.patio {
  background-image: url('../images/b1property-8.webp');
  background-position: 50% 70%;
}

.img-div.driveway {
  background-image: url('../images/driveway_221321605.webp');
}

.img-div.lawn {
  background-image: url('../images/b1property-4.webp');
}

.img-div.garden {
  background-image: url('../images/b1-old-6.webp');
}

.section-h1-wrapper.display-flex {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-h1-wrapper.vertical {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.right-side {
  flex: 0 auto;
  width: 45%;
}

.right-side.content {
  width: 48%;
}

.right-side._100 {
  width: 100%;
}

.right-side.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-link-text {
  color: var(--black);
  text-align: left;
  border-bottom: 1px #dfdfdf;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 14px;
}

.footer-div {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.header-social-media {
  display: flex;
}

.header-social-icon {
  color: var(--black);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-family: "Fa Brands 400", sans-serif;
  font-size: 28px;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: flex;
}

.header-social-icon:hover {
  color: var(--primary);
  background-color: #0000;
}

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

.nav-cta-wrapper.margin-left-auto {
  justify-content: space-between;
  margin-right: 0;
}

.co-logo {
  width: 200px;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-link {
  width: auto;
}

.dropdown-link {
  border-bottom: 1px solid var(--50-silver);
  background-color: var(--black);
  color: var(--white);
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  transition: all .3s;
}

.dropdown-link:hover {
  background-color: var(--primary);
}

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

.contact-div {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1600px;
  display: flex;
}

.contact-section {
  z-index: 100;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.service-dropdown-arrow {
  color: var(--white);
  margin-right: 0;
  font-size: 14px;
  line-height: 16px;
}

.nav-link {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

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

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

.nav-menu {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.lrg-heading {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Passion One, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.lrg-heading._20b {
  margin-bottom: 20px;
}

.lrg-heading._40b {
  margin-bottom: 40px;
}

.lrg-heading.black {
  color: var(--black);
}

.footer-logo {
  width: 200px;
}

.foot-div {
  flex-flow: column;
  width: 90%;
  max-width: 1500px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.list-head {
  color: var(--white);
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.list-head.bullet-font-icon-2 {
  margin-right: 10px;
}

.comments {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.comment-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.bullet-font-icons {
  color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  margin-right: 0;
  font-family: "Fa Solid 900", sans-serif;
  display: flex;
}

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

.top-links {
  color: var(--white);
  text-align: left;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-decoration: none;
  transition: all .45s ease-in-out;
}

.top-container-black {
  background-color: #0000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.font-awsome {
  color: var(--white);
  text-align: center;
  margin-right: 8px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 16.5px;
  font-weight: 400;
}

.top-div {
  background-color: #0000;
  justify-content: space-between;
  width: 90%;
  max-width: 1600px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-top {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hyperlink {
  box-shadow: inset 0 -1px 0 0 var(--50-silver);
  color: var(--white);
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 700;
  text-decoration: none;
  transition: all .4s;
}

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

.h3 {
  width: 100%;
  color: var(--white);
  text-align: left;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 36px;
}

.h3.black {
  color: var(--black);
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 40px;
}

.h3._0t {
  margin-top: 0;
}

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

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

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

.list._2col {
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

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

.list.areas {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
}

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

.list-item {
  list-style-type: none;
  display: flex;
}

.section {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 500;
  position: relative;
}

.section.home {
  background-image: url('../images/background.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.landscaping {
  background-image: linear-gradient(90deg, var(--silver) 26%, #fff0 57%), url('../images/landscaping_427476485.webp');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.patio {
  background-image: linear-gradient(90deg, var(--silver) 26%, #fff0 57%), url('../images/patio_2109921617.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.driveway {
  background-image: linear-gradient(90deg, var(--silver) 26%, #fff0 57%), url('../images/driveway_1989950391.webp');
  background-position: 0 0, 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.lawn {
  background-image: linear-gradient(90deg, var(--silver) 26%, #fff0 57%), url('../images/lawn_2054533749.webp');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.garden {
  background-image: linear-gradient(90deg, var(--silver) 26%, #fff0 57%), url('../images/hedge_534353443.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-container {
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

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

.button.clear {
  border-color: var(--pale-grey);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 20px;
}

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

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

.fs-cc-prefs_button {
  border: 2px solid var(--primary);
  background-color: var(--primary);
  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(--primary);
  color: var(--primary);
  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-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: var(--white);
  margin-right: 24px;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_close-icon {
  width: 16px;
  height: 16px;
  color: var(--primary);
  line-height: 20px;
}

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

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

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

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

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

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

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

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

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

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: var(--cookies-bg);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

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

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

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

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

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

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

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

.form-white-bg {
  width: 60%;
  color: var(--black);
  background-color: #ffffffe6;
  border-radius: 7px;
  justify-content: center;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.section-title {
  width: 100%;
  max-width: 400px;
  color: var(--white);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Passion One, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 45px;
}

.contact-left {
  width: 40%;
  max-width: 400px;
}

.form {
  width: 100%;
}

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

.live-chat-top-text.block {
  color: var(--primary);
  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: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

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

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

.live-chat-bottom-text.bold {
  color: var(--black);
  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;
  background-color: var(--black);
  cursor: pointer;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  min-width: 70px;
  height: 70px;
  min-height: 70px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.whatsapp-container:hover {
  background-color: var(--primary);
  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: none;
  overflow: hidden;
}

.livechat-button {
  background-color: var(--black);
  cursor: pointer;
  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(--primary);
}

.top-section {
  background-color: var(--black);
  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;
}

.hero-text {
  width: 100%;
  max-width: 750px;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 32px;
}

.svs-dropdown {
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.svs-dropdown:hover {
  color: var(--primary);
}

.svs-dropdown.w--current {
  color: #fff;
}

.dd-toggle {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 20px 10px 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

.dd-toggle:hover {
  border-bottom-color: var(--white);
}

.dd-toggle.w--current {
  color: #fff;
}

.form-div {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 92%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookies {
  width: 32px;
  min-width: 32px;
  height: 32px;
  min-height: 32px;
}

.nav-section {
  z-index: 100;
  background-image: linear-gradient(to bottom, var(--cookies-bg), var(--cookies-bg)), url('../images/background.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.h1 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Passion One, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 40px;
}

.box-div {
  border: 1px solid var(--silver);
  background-color: var(--cookies-bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding: 30px;
  display: flex;
}

._2-box-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

._2-box-grid._50b {
  margin-bottom: 50px;
}

.box-title {
  border-bottom: 1px solid var(--50-silver);
  letter-spacing: .5px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 26px;
}

.house-icon {
  width: 100%;
  max-width: 80px;
  margin-bottom: 10px;
}

.process-div {
  justify-content: space-between;
  display: flex;
}

._3-col-process-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.process-circle {
  justify-content: flex-start;
  align-items: center;
  width: 45%;
  min-width: 110px;
  max-width: 110px;
  min-height: 250px;
  display: flex;
}

.process-text {
  border: 2px solid var(--primary);
  background-color: var(--cookies-bg);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  padding: 30px;
  display: flex;
}

.semi-circle {
  background-color: var(--primary);
  border-radius: 0 800px 800px 0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 200px;
  display: flex;
}

.process-number {
  width: 100%;
  color: var(--white);
  text-align: left;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-family: Special Gothic Condensed One, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.step {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  transform: rotate(-90deg);
}

.step-text {
  width: 100%;
  color: var(--white);
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

._2-col-process-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

._2-col-process-grid._0b {
  margin-bottom: 0;
}

.faq-div {
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
  width: 100%;
}

.tab-dropdown {
  border-bottom: 1px solid #d3d3d3;
  width: 100%;
}

.tab-toggle {
  background-color: var(--cookies-bg);
  width: 100%;
}

.faq-arrow {
  color: var(--white);
}

.faq-title {
  color: var(--white);
  white-space: pre-wrap;
  font-weight: 700;
}

.tab-dropdown-container.w--open {
  border-top: 1px solid var(--75-white);
  background-color: var(--third);
  padding: 20px;
  position: relative;
}

.tab-text {
  margin-bottom: 0;
}

.btn {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.btn.auto {
  margin-top: auto;
}

.btn._20r {
  margin-right: 20px;
}

.btn-text {
  padding-bottom: 4px;
  font-size: 14px;
}

.btn-text.btn-black {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
}

.btn-text.black {
  color: var(--black);
}

.btn-underline {
  object-fit: fill;
  background-color: #fff;
  height: 3px;
  position: relative;
  box-shadow: inset 0 0 #c7a675;
}

.btn-underline.btn-underline-black {
  background-color: var(--white);
  height: 3px;
  box-shadow: inset 0 0 0 0 var(--primary);
}

.btn-underline.black {
  background-color: var(--black);
}

.btn-hover-color {
  background-color: var(--primary);
  width: 0;
  position: absolute;
  inset: 0%;
}

.subtitle {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: .7rem;
  line-height: 1.3em;
}

.cta-bg-image-2 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-text-3 {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.main-button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
  box-shadow: inset 0 0 0 1px #fff;
}

.main-button-3:hover {
  outline-width: 2px;
  outline-color: #0f1316;
  box-shadow: inset 0 0 0 2px #3b3b3b;
}

.cta-header-3 {
  max-width: 800px;
  color: var(--silver);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Passion One, sans-serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 54px;
}

.cta-header-3.outline {
  max-width: 800px;
  color: var(--white);
  margin-bottom: 10px;
  font-family: Passion One, sans-serif;
  font-weight: 700;
}

.cta-text-wrap-2 {
  z-index: 3;
  color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  padding-top: 180px;
  padding-bottom: 60px;
  padding-left: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-heading-wrap {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.overlay-50 {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.button-wrap {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bg-image-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  min-height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.white-section {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 60px;
}

.footer-section {
  background-color: var(--white);
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
}

._100-icon {
  width: 250px;
  margin-bottom: 40px;
  margin-right: auto;
}

.bottom-text {
  width: 100%;
  color: var(--black);
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-decoration: none;
}

.bottom-text.bold {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

._2-map-div {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.map-code {
  width: 48.5%;
}

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

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

.lb-link {
  width: 100%;
}

.mobile-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
  display: none;
}

.mobile-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.mobile-button.clear {
  border-color: var(--pale-grey);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 20px;
}

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

.top-button {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 15px 25px;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  text-decoration: none;
  transition: all .3s;
}

.top-button:hover {
  background-color: var(--white);
  color: var(--primary);
}

.top-button.clear {
  border-color: var(--pale-grey);
  background-color: var(--transparent);
  color: var(--white);
  margin-left: 20px;
}

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

.nav-button {
  border-bottom: 1px solid var(--transparent);
  color: var(--white);
  letter-spacing: 0;
  text-transform: none;
  background-color: #0000;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 300;
  transition: all .3s ease-in-out;
}

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

.nav-button.w--current {
  border-bottom-color: var(--silver);
  color: var(--white);
}

.site-map-link {
  width: 100%;
  color: var(--white);
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  text-decoration: none;
}

.site-map-link.black {
  color: var(--black);
}

.site-map-link.black._20b, .site-map-link._20b {
  margin-bottom: 20px;
}

.site-map-link._0b {
  margin-bottom: 0;
}

.lrg-img {
  object-fit: cover;
  width: 100%;
  height: 400px;
  margin-top: 50px;
}

.h1-div {
  margin-top: 0;
  margin-bottom: 0;
}

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

@media screen and (min-width: 1920px) {
  .body-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container {
    max-width: 1800px;
  }

  .service-grid {
    width: 100%;
  }

  .whatsapp-chat {
    display: none;
  }

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

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

  .form-div {
    max-width: 1800px;
  }

  .cta-text-wrap-2 {
    padding-top: 193px;
    padding-bottom: 193px;
  }

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

@media screen and (max-width: 991px) {
  .body-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .service-grid {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin-top: 30px;
  }

  .service-div {
    width: 100%;
  }

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

  .section-h1-wrapper.display-flex {
    flex-direction: column-reverse;
    margin-top: 20px;
  }

  .section-h1-wrapper.vertical {
    margin-top: 20px;
  }

  .right-side {
    width: 100%;
  }

  .right-side.content {
    width: 100%;
    margin-bottom: 50px;
  }

  .right-side._100 {
    width: 100%;
  }

  .right-side._100._0b {
    margin-bottom: 0;
  }

  .right-side.vertical {
    width: 100%;
  }

  .right-side.vertical._0b {
    margin-bottom: 0;
  }

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

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

  .header-social-media {
    margin-top: 0%;
    margin-bottom: 0;
  }

  .header-social-icon {
    background-color: #0000;
    border-right: 1px #353535;
    width: 50px;
    margin-right: 0;
  }

  .co-logo {
    width: 180px;
  }

  .navbar {
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-right: 0;
  }

  .dropdown-link {
    text-align: left;
    border-bottom-width: 0;
    padding: 10px 20px;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: row;
    width: 92%;
  }

  .service-dropdown-arrow {
    margin-right: 20px;
  }

  .nav-link {
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link:hover {
    background-color: var(--third);
  }

  .burger-menu {
    color: var(--white);
    text-align: right;
  }

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

  .menu-button {
    text-align: center;
    background-color: #0000;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .menu-button.w--open {
    background-color: var(--transparent);
  }

  .lrg-heading {
    font-size: 40px;
    line-height: 50px;
  }

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

  .top-links {
    font-size: 16px;
    display: flex;
  }

  .top-container-black {
    margin-left: auto;
    margin-right: auto;
  }

  .font-awsome.email {
    display: block;
  }

  .top-div {
    width: 92%;
  }

  .h3.black {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 30px;
  }

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

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

  .section {
    padding: 60px 20px;
  }

  .section.home, .section.landscaping {
    padding: 60px 0;
  }

  .section.patio {
    background-position: 0 0, 90%;
    padding: 60px 0;
  }

  .section.driveway, .section.lawn, .section.garden {
    padding: 60px 0;
  }

  .form-white-bg {
    width: 100%;
    margin-top: 40px;
  }

  .contact-left {
    width: 100%;
  }

  .whatsapp-block {
    display: flex;
  }

  .chat-section, .whatsapp-container {
    background-color: var(--primary);
  }

  .whatsapp-container:hover {
    background-color: var(--secondary);
  }

  .whatsapp-chat {
    display: none;
  }

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

  .live-icon-chat {
    width: 70px;
    height: auto;
  }

  .hero-text {
    font-size: 20px;
    line-height: 30px;
  }

  .svs-dropdown {
    background-color: var(--black);
    text-align: right;
    width: 100%;
    font-size: 16px;
  }

  .dd-toggle {
    background-color: var(--black);
    text-align: left;
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    font-size: 16px;
  }

  .dd-toggle:hover {
    background-color: var(--third);
  }

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

  ._3-col-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .process-circle {
    min-width: 80px;
    max-width: 80px;
  }

  .semi-circle {
    height: 150px;
  }

  .step {
    font-size: 22px;
    line-height: 22px;
  }

  ._2-col-process-grid {
    grid-template-columns: 1fr 1fr;
  }

  .white-section, .footer-section {
    padding-top: 60px;
  }

  ._100-icon {
    margin-bottom: 40px;
  }

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

  .lb-img {
    height: 200px;
  }

  .dropdown-list.w--open {
    position: relative;
  }

  .mobile-button {
    text-align: left;
    padding: 10px 20px;
    display: block;
  }

  .top-button {
    display: none;
  }

  .nav-button {
    text-align: left;
    border-bottom-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-button:hover {
    background-color: var(--third);
  }

  .lrg-img {
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .body-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .service-top-image {
    height: 250px;
  }

  .img-div {
    min-height: 350px;
  }

  .section-h1-wrapper.display-flex, .section-h1-wrapper.vertical {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .right-side.content {
    margin-bottom: 40px;
  }

  .header-social-media {
    justify-content: center;
  }

  .dropdown-link, .nav-link {
    font-size: 15px;
  }

  .lrg-heading {
    font-size: 34px;
    line-height: 42px;
  }

  .footer-logo-link {
    margin-bottom: 10px;
  }

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

  .top-links {
    font-size: 15px;
  }

  .top-container-black {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    padding-top: 0;
  }

  .top-div {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .contact-top {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

  .section.home, .section.landscaping {
    background-image: linear-gradient(to right, #dbdbdb 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.patio {
    background-image: linear-gradient(to bottom, var(--75-white), var(--75-white)), url('../images/patio_2109921617.webp');
    background-position: 0 0, 90%;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.driveway, .section.lawn, .section.garden {
    background-image: linear-gradient(to right, #dbdbdb 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50% 33%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

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

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

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

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

  .section-title {
    max-width: 100%;
    font-size: 35px;
  }

  .contact-left {
    max-width: 100%;
  }

  .whatsapp-container {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
  }

  .hero-text {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 26px;
  }

  .svs-dropdown, .dd-toggle {
    font-size: 15px;
  }

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

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

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

  ._2-box-grid._50b {
    margin-bottom: 40px;
  }

  .process-circle {
    min-width: 70px;
    max-width: 70px;
  }

  .process-text {
    padding: 20px;
  }

  .step-text {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-header-3 {
    font-size: 4rem;
  }

  .cta-text-wrap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  ._2-map-div {
    flex-flow: column;
    margin-top: 30px;
  }

  .map-code {
    width: 100%;
  }

  .map-code._2 {
    margin-top: 30px;
  }

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

  .top-button {
    display: none;
  }

  .nav-button {
    font-size: 15px;
  }

  .lrg-img {
    height: 280px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body-section {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .body-section._100b {
    padding-bottom: 30px;
  }

  .container {
    width: 90%;
  }

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

  .service-div {
    height: auto;
  }

  .service-top-image, .service-top-image._2 {
    height: 250px;
  }

  .service-text {
    font-size: 1rem;
  }

  .img-div {
    min-height: 250px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .img-div.landscaping {
    margin-top: 0;
  }

  .right-side.content {
    margin-bottom: 10px;
  }

  .footer-div {
    align-items: center;
    width: 100%;
    padding-bottom: 80px;
  }

  .header-social-icon {
    margin-left: 10px;
  }

  .nav-cta-wrapper.margin-left-auto {
    display: block;
  }

  .co-logo {
    width: 125px;
  }

  .navbar {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .logo-link {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .dropdown-link {
    text-align: center;
    font-size: 16px;
    display: block;
  }

  .contact-div {
    flex-direction: column;
    width: 100%;
    max-width: none;
  }

  .contact-section {
    padding-top: 12px;
  }

  .nav-link {
    text-align: center;
    font-size: 16px;
  }

  .nav-link.w--current, .burger-menu {
    text-align: center;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lrg-heading {
    margin-top: 0;
    font-size: 30px;
    line-height: 40px;
  }

  .lrg-heading._20b, .lrg-heading._40b {
    line-height: 36px;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-logo-link {
    margin-bottom: 0;
  }

  .comments {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 30px;
  }

  .comment-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .bullet-font-icons {
    flex: none;
  }

  .top-links {
    text-align: center;
    line-height: 23px;
  }

  .top-container-black {
    flex-direction: column;
    padding-top: 0;
    display: none;
  }

  .font-awsome {
    margin-right: 10px;
    font-size: 20px;
  }

  .font-awsome.email {
    margin-left: 0;
    margin-right: 10px;
    font-size: 20px;
  }

  .contact-top {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
  }

  .h3 {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.35;
  }

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

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

  .section.home, .section.landscaping {
    background-image: linear-gradient(to right, var(--white) 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 30px 10px;
  }

  .section.patio {
    background-position: 0 0, 85%;
    padding: 30px 10px;
  }

  .section.driveway, .section.lawn, .section.garden {
    background-image: linear-gradient(to right, var(--white) 44%, #fff0), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0, 50%;
    background-repeat: repeat, repeat;
    background-size: auto, cover;
    background-attachment: scroll, fixed;
    padding: 30px 10px;
  }

  .button-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }

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

  .button.clear {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

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

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

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

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

  .form-white-bg {
    margin-top: 20px;
  }

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

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

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

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

  .livechat-button {
    width: 90%;
  }

  .hero-text {
    font-size: 14.5px;
    line-height: 25px;
  }

  .svs-dropdown {
    text-align: center;
    font-size: 16px;
  }

  .svs-dropdown.w--current {
    text-align: center;
  }

  .dd-toggle {
    text-align: center;
    font-size: 16px;
  }

  .dd-toggle.w--current {
    text-align: center;
  }

  .form-div {
    width: 95%;
  }

  .nav-section {
    padding-top: 12px;
    padding-bottom: 0;
  }

  .h1 {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

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

  ._2-box-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-auto-columns: 1fr;
  }

  ._2-box-grid._50b {
    margin-bottom: 30px;
  }

  .box-title {
    margin-top: 0;
    line-height: 24px;
  }

  ._3-col-process-grid {
    grid-template-columns: 1fr;
  }

  .process-circle {
    min-width: 60px;
    max-width: 60px;
    min-height: 180px;
  }

  .process-text {
    justify-content: center;
    align-items: flex-start;
  }

  .semi-circle {
    height: 130px;
  }

  .step {
    margin-left: -15px;
    font-size: 20px;
    line-height: 20px;
  }

  ._2-col-process-grid {
    grid-template-columns: 1fr;
  }

  .btn._20r {
    margin-bottom: 20px;
  }

  .cta-header-3 {
    font-size: 3rem;
  }

  .cta-text-wrap-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-wrap {
    flex-direction: column;
    grid-auto-flow: row;
  }

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

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

  ._2-map-div, .map-code._2 {
    margin-top: 20px;
  }

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

  .lb-img {
    height: 170px;
  }

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

  .mobile-button.clear {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

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

  .top-button.clear {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }

  .nav-button {
    text-align: center;
    font-size: 16px;
  }

  .nav-button.w--current {
    text-align: center;
  }

  .lrg-img {
    height: 200px;
    margin-top: 30px;
  }
}

#w-node-e7bdad06-3438-90eb-5597-cd316357449e-aa8fd2a2 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
}

#w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-aa8fd2a2, #w-node-f144fa74-7035-038d-61cc-54a3e89c38a7-aa8fd2a2, #w-node-_6eba55bf-997e-67b8-6385-042e8a8d2233-aa8fd2a2, #w-node-_3ee81e69-aa64-9f71-f0c3-601841aae282-aa8fd2a2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-aa8fd2a2, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-e7db92a7, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-29037b4a, #w-node-_51f7e5dc-ba40-ebdc-da52-ab484fce97f3-29037b4a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center start;
}

@media screen and (max-width: 991px) {
  #w-node-_86dc6770-16cb-81fb-c036-7e9b77c027e6-aa8fd2a2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b707e72e-683a-bccc-5979-6a7a3147cd4a-3147cd0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-aa8fd2a2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-b707e72e-683a-bccc-5979-6a7a3147cd4a-3147cd0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-e7db92a7, #w-node-a44f7773-d406-a8e8-ee9a-cd0874986af5-29037b4a, #w-node-_51f7e5dc-ba40-ebdc-da52-ab484fce97f3-29037b4a {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }
}


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