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

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

:root {
  --sea-green: #00944a;
  --orange-red: #f60;
  --white: #fdfdfd;
  --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;
}

.logo {
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.tel-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tel-icon {
  margin-bottom: 5px;
  margin-right: 10px;
}

.tel-icon._15l {
  width: 22px;
  margin-left: 15px;
}

.email {
  color: var(--sea-green);
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
}

.top-contact-div {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 60%;
  height: 100%;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.top-tel-link {
  color: var(--sea-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
}

.top-div-block {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1200px;
  height: 100%;
  display: flex;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.dropdown-list {
  background-color: #fff;
}

.nav-link-dropdown {
  border-bottom: 5px solid var(--sea-green);
  color: #fff;
  padding-top: 25px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-dropdown:hover {
  border-bottom-color: #fc5a0a;
}

.icon {
  margin-top: 30px;
}

.menu {
  background-color: var(--sea-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-link {
  border-bottom: 5px solid var(--sea-green);
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  padding-top: 25px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-weight: 700;
}

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

.nav-link.w--current {
  color: #fff;
  border-bottom-color: #fc5a0a;
}

.text-block {
  font-size: 15px;
}

.overlay-div {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 550px;
  display: flex;
}

.small-text-div-and-arrow {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.slider-small-text {
  color: #fff;
  width: 75%;
  margin-bottom: 0;
}

.slider-heading {
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
}

.banner {
  z-index: 0;
  background-image: url('../images/AdobeStock_277206168_1.webp');
  background-position: 50%;
  background-size: cover;
  min-height: 550px;
  position: relative;
}

._4-block-div {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.box2 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Service2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.box2:hover {
  text-shadow: 4px 4px 5px #000000bf;
}

.box-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 35px;
  font-weight: 800;
  line-height: 40px;
}

.boxes {
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.boxes._0b {
  padding-bottom: 0;
}

.box1 {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/61e571cb-a247-4999-8c61-eece11c3c80f.webp');
  background-position: 0 0, 50% 35%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.box1:hover {
  text-shadow: 4px 4px 5px #000000bf;
}

._4-box-text {
  color: #fff;
  width: 75%;
  margin-bottom: 0;
  line-height: 24px;
}

.boxes-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 95%;
  max-width: 1200px;
  margin-bottom: 20px;
  display: grid;
}

.read-more-div {
  background-color: var(--sea-green);
  justify-content: flex-start;
  width: 170px;
  margin-top: 20px;
  display: flex;
}

.read-more-div:hover {
  background-color: var(--orange-red);
}

.read-more-button {
  letter-spacing: 1px;
  background-color: #0000;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
}

.p {
  margin-bottom: 0;
  margin-right: 0;
  font-size: 16px;
  line-height: 24px;
}

.p.no-padding {
  margin-bottom: 20px;
}

.p.padding {
  margin-bottom: 30px;
}

.body-content-div {
  width: 95%;
  max-width: 1200px;
}

.heading {
  color: #fc5a0a;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}

.heading.padding {
  margin-bottom: 40px;
}

.body-section {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.heading-smaller {
  color: #fc5a0a;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.home {
  background-image: url('../images/ac182782-8efc-47b8-a769-637560b449bb.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.full-width-image-div {
  width: 95%;
  max-width: 1200px;
  min-height: 200px;
  margin-top: 0;
  margin-bottom: 0;
}

.full-width-image-text-div {
  background-color: #00944abf;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: 700px;
  padding: 30px;
  display: flex;
}

.h2 {
  color: var(--sea-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.h2.padding {
  margin-top: 40px;
}

.h2.w {
  color: var(--white);
}

.h2.t40 {
  margin-top: 40px;
}

.h2.white {
  color: var(--white);
  margin-top: 0;
}

.contact-right-div {
  background-image: url('../images/Caterham-Map_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 900px;
  width: 60%;
  height: 350px;
}

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

.social-media-link {
  max-width: 30px;
  margin-right: 30px;
}

.h2-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: 800;
  line-height: 60px;
}

.bottom-content-div {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 95%;
  max-width: 1200px;
  display: flex;
}

.social-media-icons-div {
  justify-content: space-between;
  align-items: center;
  width: 30%;
  margin-top: 30px;
  display: flex;
}

.contact-left-div {
  width: 40%;
}

.bottom-text {
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 0;
  margin-right: 10px;
  font-weight: 400;
  line-height: 24px;
}

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

.footer-links {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.body {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 15px;
}

.box3 {
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/122158332_1002952456849271_2365055411252350121_n.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 100px;
  padding: 30px;
  text-decoration: none;
  display: flex;
}

.box3:hover {
  text-shadow: 4px 4px 5px #000000bf;
}

.top-tel-div {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.black-bullets {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.black-bullets.padding {
  margin-bottom: 20px;
}

.black-bullets.grid2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.black-bullets.grid3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
}

.list-item-black {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.grid-3x1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.grid-3x1.padding {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 40px;
}

.bullet-list-div {
  background-color: #0000;
  padding: 20px;
  box-shadow: 0 2px 5px #0000004f;
}

.p-white {
  color: var(--white);
  margin-bottom: 0;
  margin-right: 10px;
  line-height: 24px;
}

.p-white.green-bold {
  margin-top: 0;
  margin-right: 0;
}

.white-bullets {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
  display: grid;
}

.white-bullets._20px-padding {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
}

.white-bullets._20px-padding.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.white-bullets._20px-padding.grid-service {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.green-bold {
  color: var(--sea-green);
  font-size: 23px;
  font-weight: 800;
}

.h3-link {
  color: var(--white);
  font-weight: 800;
  text-decoration: none;
}

.no-line-white {
  color: var(--white);
  text-decoration: none;
}

.html-embed-2 {
  color: var(--white);
  width: 30px;
  height: 30px;
}

.html-embed-2:hover {
  color: var(--orange-red);
}

.tree-surgery {
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.services-dropdown {
  border-bottom: 5px solid var(--orange-red);
  color: #fff;
  padding-top: 25px;
  padding-left: 15px;
  font-size: 13px;
  font-weight: 700;
}

.services-dropdown:hover {
  border-bottom-color: #fc5a0a;
}

.tree-removal {
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

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

._2x1.padding {
  margin-bottom: 30px;
}

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

.internal-link-black {
  color: var(--black);
  font-weight: 700;
}

.garden-fencing {
  justify-content: space-between;
  align-items: stretch;
  height: 500px;
  margin-top: 100px;
  margin-bottom: 100px;
  display: flex;
}

.areas-map {
  justify-content: center;
  align-items: stretch;
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
}

.html-embed-3 {
  width: 100%;
}

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

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

.testimonials-div {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-left: 75px;
  padding-right: 75px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.testimonials-p {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  line-height: 29px;
}

.bold-testimonials {
  font-weight: 700;
}

.testimonials {
  margin-top: 40px;
}

.no-line-black {
  color: var(--black);
  text-decoration: none;
}

.tree-surgery-1 {
  background-image: url('../images/Before.webp');
  background-position: 50% 65%;
  background-size: cover;
  width: 50%;
}

.tree-surgery-2 {
  background-image: url('../images/After.webp');
  background-position: 50% 60%;
  background-size: cover;
  width: 50%;
}

.removal-1 {
  background-image: url('../images/8460dd37-a45f-4e55-87e6-7505017ea3c6.webp');
  background-position: 50% 36%;
  width: 50%;
}

.removal-2 {
  background-image: url('../images/36098b2a-2257-4a8a-8469-57c13ee42451.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.fencing-1 {
  background-image: url('../images/after-1.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.fencing-2 {
  background-image: url('../images/after-5.webp');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.arrow {
  background-color: #0000004d;
  border: 2px solid #fff;
  width: 15%;
  margin-left: 5px;
}

.email-div {
  align-items: center;
  display: flex;
}

.html-embed-2-green-fb {
  color: var(--sea-green);
  width: 30px;
  height: 30px;
}

.html-embed-2-green-fb:hover {
  color: var(--orange-red);
}

.social-media-icons-div-header {
  justify-content: flex-end;
  align-items: center;
  width: 30%;
  margin-top: 0;
  display: flex;
}

.social-media-link-header {
  max-width: 30px;
  margin-right: 0;
}

.facebook-feed {
  margin-top: 40px;
}

.bold-text {
  font-size: 17px;
  line-height: 27px;
}

.grid-x-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-bottom: 50px;
}

._4-box-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 50px;
  margin-bottom: 50px;
}

.form {
  margin-left: -10px;
}

.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: #0009;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_component {
  z-index: 1001;
  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(--sea-green);
  background-color: var(--sea-green);
  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(--sea-green);
  color: var(--sea-green);
  background-color: #f5f5f5;
}

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

.fs-cc-prefs_title {
  color: var(--sea-green);
  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(--sea-green);
  background-color: var(--sea-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(--sea-green);
  color: var(--sea-green);
  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: var(--black);
  width: 16px;
  height: 16px;
  display: flex;
}

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

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

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

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

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

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

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

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

.fs-cc-prefs_label {
  color: var(--black);
  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(--sea-green);
  color: var(--sea-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%;
}

.list-item-white {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.cta-info-wrap {
  z-index: 3;
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.cta-info-wrap.center {
  padding-left: 10vw;
  padding-right: 10vw;
  position: absolute;
  left: auto;
  right: auto;
}

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

.subtitle-6 {
  color: #7f6d36;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 11px;
}

.subtitle-6.light {
  color: var(--white);
  letter-spacing: 6px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.cta-section-slide {
  perspective: 1000px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90vh;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.main-button-2 {
  background-color: var(--sea-green);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: box-shadow .4s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

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

.cta-header {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
}

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

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

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

.preloader {
  z-index: 99999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 26.5rem;
  display: flex;
}

.preloader-line-hollow {
  background-color: #11336917;
  border-radius: 6.25rem;
  width: 100%;
  height: 6px;
  position: relative;
  overflow: hidden;
}

.preloader-line-fill {
  background-color: var(--sea-green);
  border-radius: 6.25rem;
  width: 100%;
  height: 10px;
  position: relative;
  transform: translate(-100%);
}

.image {
  width: 325px;
}

.icon-fa {
  color: var(--sea-green);
  margin-right: 6px;
  font-family: "Sharp Solid 900", sans-serif;
}

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

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

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

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

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

.social-link.side._5 {
  border-color: var(--white);
  background-color: var(--sea-green);
  font-family: "Brands 400", sans-serif;
}

.social-link.side._5:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
}

.social-link.side._2 {
  border-color: var(--white);
  background-color: var(--sea-green);
  margin-top: 3px;
  font-family: "Sharp Solid 900", sans-serif;
}

.social-link.side._2:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
}

.social-link.side._4 {
  border-color: var(--white);
  background-color: var(--sea-green);
}

.social-link.side._4:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
}

.social-link.side.text-block-3 {
  border-color: var(--white);
  background-color: var(--sea-green);
  font-family: "Sharp Solid 900", sans-serif;
}

.social-link.side.text-block-3:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
}

.social-link.side._1 {
  border-color: var(--white);
  background-color: var(--sea-green);
  margin-top: 0;
  font-family: "Sharp Solid 900", sans-serif;
}

.social-link.side._1:hover {
  border-color: var(--orange-red);
  background-color: var(--orange-red);
  color: var(--white);
}

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

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

.side-socials.top {
  justify-content: center;
  height: auto;
  top: 300px;
  bottom: auto;
}

.text-block-7 {
  font-family: "Brands 400", sans-serif;
}

.live-chat-top-text {
  color: var(--black);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 26px;
  position: static;
}

.whatsapp-block {
  z-index: 1200;
  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 {
  color: var(--black);
  font-size: 11px;
}

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

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

.chat-section {
  background-color: var(--sea-green);
  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: 20px 15px;
}

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

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

.whatsapp-chat {
  background-color: #fff;
  border: 1px #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(--sea-green);
  cursor: pointer;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  font-weight: 700;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.livechat-button:hover {
  background-color: #326db1;
}

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

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

.text-block-8 {
  color: var(--sea-green);
  text-align: center;
  font-family: "Brands 400", sans-serif;
  font-size: 34px;
  line-height: 34px;
}

.para {
  font-size: 1rem;
  line-height: 1.75;
}

.para.light-grey {
  color: #686868;
}

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

.hero-card {
  border-left: 5px solid var(--sea-green);
  background-color: #f0f6f8;
  width: 40%;
  margin-top: 0;
  margin-left: 10%;
  padding: 28px 25px;
}

.hero_btn {
  color: #101b22;
  background-color: #ffe135;
  padding: 20px 40px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.hero_btn.margin-top-40 {
  margin-top: 40px;
}

.hero_btn.margin-top-40.margin-right-20 {
  background-color: var(--sea-green);
  color: var(--white);
  margin-top: 20px;
  margin-right: 20px;
  font-weight: 700;
  transition: all .2s ease-in-out;
}

.hero_btn.margin-top-40.margin-right-20:hover {
  color: #fefefe;
  background-color: #101b22;
}

.hero-large-text {
  text-transform: none;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

.heading-style-h1 {
  letter-spacing: -.03em;
  font-size: 9vh;
  font-weight: 700;
  line-height: 1em;
}

.nav_brand {
  color: #2f3632;
  padding-left: 0;
}

.nav_brand.brand-footer.w--current {
  flex-flow: column;
  align-items: flex-start;
  margin-right: auto;
  display: flex;
}

.image-4 {
  width: 300px;
  margin-top: -10px;
  margin-bottom: 5px;
}

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

.title-center.max-width-72 {
  max-width: 72ch;
}

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

.text-block-3 {
  font-size: 17px;
  line-height: 24px;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #2b7eea;
  background-image: linear-gradient(90deg, #2b7eea, #3fffec);
  border: 2px solid #fff;
  border-radius: 500px;
  min-width: 140px;
  margin-left: 16px;
  padding: 10px 20px;
  font-size: 16px;
}

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

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

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

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

.container-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.button-2 {
  background-color: var(--sea-green);
  color: #222;
  text-align: center;
  text-transform: uppercase;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.v-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.button-text {
  z-index: 2;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.fs-cc-banner_close-icon-2 {
  color: #2b7eea;
  width: 24px;
  height: 24px;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-12-col {
  grid-column-gap: 1.4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.grid-12-col._2 {
  display: block;
}

.footer-link-sub {
  color: #f0eeea;
  font-size: 2.5vh;
  line-height: 25px;
}

.footer-2 {
  z-index: 1;
  color: #f0eeea;
  flex-flow: column;
  justify-content: center;
  height: 100vh;
  min-height: auto;
  max-height: 92vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.col-2 {
  width: 100%;
  margin-left: 40px;
  display: flex;
}

.col-2.v-flex-space {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.col-2.v-flex-space._0 {
  margin-left: 0;
}

.col-2.v-flex {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.col-2.v-flex.gap-large {
  grid-column-gap: 1.9rem;
  grid-row-gap: 1.9rem;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 0;
}

.image-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-cover.foot-image {
  object-position: 50% 0%;
}

.footer-overlay {
  mix-blend-mode: normal;
  background-color: #00000061;
  background-image: linear-gradient(0deg, #0003, #0000 75%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.footer-link-main {
  color: #f0eeea;
  font-size: 3vh;
  font-weight: 400;
  line-height: 33px;
  text-decoration: underline;
}

.fullscreen-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.button-hover {
  background-color: var(--sea-green);
  color: #fff;
  border-radius: 100vw;
  width: 101%;
  height: 6rem;
  position: absolute;
}

.top-heading {
  color: #706e6f;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 38px;
  line-height: 46px;
}

.top-heading.project {
  color: var(--sea-green);
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  font-size: 45px;
  font-weight: 700;
  line-height: 45px;
}

.d-120-project-title {
  color: var(--sea-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 24px;
}

.gallery-section {
  border-bottom: 3px solid var(--sea-green);
  padding-top: 100px;
  padding-bottom: 100px;
}

.d-120-right-line {
  transform-origin: 50% 0;
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

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

.container.botpad {
  max-width: 1200px;
  margin-bottom: 40px;
}

.project-card-wrapper {
  flex-direction: column;
  width: 100%;
  height: 550px;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
  display: flex;
}

.project-card-wrapper.right {
  margin-right: 0;
}

.project-card-wrapper.left {
  margin-left: 0;
}

.d-120-title-underline {
  background-color: var(--sea-green);
  transform-origin: 0%;
  height: 2px;
}

.d-120-bottom-line {
  transform-origin: 100%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.top-title-content {
  text-align: center;
}

.d-120-top-line {
  transform-origin: 0%;
  background-color: #fff;
  height: 2px;
  position: absolute;
  inset: 0% 0% auto;
}

.d-120-view-text {
  color: #fff;
  letter-spacing: 2px;
  font-family: Varela, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  position: relative;
}

.d-120-gradient-overlay {
  background-image: linear-gradient(180deg, var(--sea-green), #444444b5);
  opacity: .8;
  position: absolute;
  inset: 0%;
}

.d-120-left-line {
  transform-origin: 50% 100%;
  background-color: #fff;
  width: 2px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.d-120-image-wrapper {
  background-image: url('../images/After3.5.webp');
  background-position: 50% 0;
  background-size: 600px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.d-120-image-wrapper._2 {
  background-image: url('../images/93136906_856139084863943_7676336228563681280_n.jpg');
  background-position: 50%;
  background-size: cover;
}

.d-120-image-wrapper._3 {
  background-image: url('../images/before-4.webp');
  background-position: 0%;
  background-size: cover;
}

.demo-wrapper {
  flex-flow: row-reverse;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.demo-wrapper._0b {
  max-width: 1200px;
}

.d-120-lines-wrapper {
  margin: 30px;
  position: absolute;
  inset: 0%;
}

.project-title {
  border-bottom: 3px solid var(--sea-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.live-chat-top-text-2 {
  color: var(--black);
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  position: static;
}

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

.whatsapp-block-2 {
  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-2 {
  color: var(--black);
  font-size: 10px;
}

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

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

.chat-section-2 {
  background-color: #b7b5b5;
  background-image: linear-gradient(to bottom, var(--sea-green), var(--sea-green));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
  padding: 16px 20px;
  display: flex;
  position: relative;
}

.whatsapp-icon {
  color: #fff;
  display: block;
}

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

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

.whatsapp-chat-2 {
  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-2 {
  cursor: pointer;
  background-color: #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

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

.live-icon-chat-2 {
  width: 120px;
  height: 40px;
  margin-right: 10px;
}

.devider-line {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 4px;
  margin-left: -2px;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.after-image {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.container--full {
  height: 80vh;
  position: relative;
}

.after-wrapper {
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.before-image {
  background-image: url('../images/416f3f94-ec7d-47bc-85b1-cbbcdb5c2d5d.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.after-image-inner {
  background-image: url('../images/36098b2a-2257-4a8a-8469-57c13ee42451.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.runner {
  background-color: #fff;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
}

.slider--comparison {
  position: absolute;
  inset: 0%;
}

.before-wrapper {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.section.section-overflow {
  overflow: hidden;
}

.content-container {
  flex: 1;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 18px;
  font-size: 45px;
  line-height: 60px;
}

.heading-2.hero-heading {
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

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

.paragraph.paragraph-large {
  font-size: 24px;
  line-height: 38px;
}

.paragraph.paragraph-large.in-hero {
  max-width: 600px;
}

.before-wrapper-2 {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-headline {
  z-index: 1;
}

.section-headline.content-centered {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.runner-2 {
  cursor: grab;
  background-color: #fff;
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
}

.div-block-27 {
  background-color: #c2c2c2;
  width: 12px;
  height: 2px;
  margin-top: 1px;
  margin-bottom: 1px;
}

.after-image-inner-2 {
  background-image: url('../images/tree-removal-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.before-image-2 {
  background-image: url('../images/tree-removal-2.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.after-image-inner-3 {
  background-image: url('../images/after1_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.after-image-inner-3._2 {
  background-image: url('../images/tree-surgery-2.webp');
}

.after-image-inner-3._3-1 {
  background-image: url('../images/garden-maintenance-2.webp');
}

.before-image-3 {
  background-image: url('../images/before1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.before-image-3._1 {
  background-image: url('../images/tree-surgery-1.webp');
}

.before-image-3._3 {
  background-image: url('../images/garden-maintenance-1.webp');
}

.new-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: 20px;
  display: grid;
}

.div-block-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  min-height: 100%;
}

.image-6 {
  height: 100%;
}

@media screen and (min-width: 1280px) {
  .content-container {
    max-width: 1100px;
    top: 135px;
  }

  .heading-2 {
    font-size: 35px;
    line-height: 45px;
  }
}

@media screen and (min-width: 1440px) {
  .container--full {
    height: 70vh;
  }

  .content-container {
    max-width: 1200px;
  }
}

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

  .whatsapp-chat-2 {
    display: none;
  }

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

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

  .container--full {
    height: 70vh;
  }

  .content-container {
    flex: 1;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .top-contact-div {
    align-items: center;
  }

  .top-div-block {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar {
    width: 100%;
  }

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

  .nav-link-dropdown {
    text-align: center;
    border-bottom-width: 0;
    width: 100%;
    padding-right: 15px;
  }

  .nav-link-dropdown:hover {
    background-color: var(--orange-red);
  }

  .menu-button {
    color: #fff;
    text-align: center;
    width: 100%;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-link {
    border-bottom-width: 0;
  }

  .nav-link:hover, .nav-link.w--current {
    background-color: var(--orange-red);
  }

  .slider-heading {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 40px;
  }

  ._4-block-div {
    align-items: flex-end;
  }

  .box2 {
    padding: 20px;
  }

  .box-heading {
    margin-bottom: 11px;
    font-size: 37px;
    line-height: 41px;
  }

  .box1 {
    min-height: 230px;
    padding: 20px;
  }

  ._4-box-text {
    width: 80%;
  }

  .boxes-div {
    grid-template-columns: 1fr;
  }

  .body-content-div {
    width: 90%;
  }

  .body-section {
    margin-top: 40px;
  }

  .home {
    height: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .full-width-image-text-div {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .contact-right-div {
    width: 100%;
  }

  .bottom-content-div {
    flex-direction: column;
    width: 90%;
  }

  .contact-left-div {
    width: 100%;
    margin-bottom: 30px;
  }

  .body {
    transition: all .2s;
  }

  .box3 {
    padding: 20px;
  }

  .grid-3x1.padding {
    grid-template-columns: 1fr;
  }

  .white-bullets._20px-padding.grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .services-dropdown {
    text-align: center;
    border-bottom-width: 0;
    padding-right: 15px;
  }

  .services-dropdown:hover {
    background-color: var(--orange-red);
  }

  .arrow {
    width: 18%;
  }

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

  .grid-x-5 {
    grid-template-columns: 1fr 1fr 1fr;
  }

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

  .cta-info-wrap.center {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .cta-section-slide {
    height: 65vh;
    padding: 2rem;
  }

  .cta-header {
    font-size: 28px;
    line-height: 34px;
  }

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

  .hero-large-text {
    font-size: 2rem;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

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

  .grid-12-col {
    grid-row-gap: 3.5rem;
    grid-template-columns: minmax(0, 1fr) 1fr;
  }

  .footer-2 {
    padding-top: 100px;
  }

  .col-2 {
    margin-left: 0;
  }

  .top-heading.project {
    font-size: 40px;
  }

  .gallery-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .project-card-wrapper {
    margin-bottom: 60px;
  }

  .project-card-wrapper.right {
    margin-bottom: 20px;
    margin-left: 0;
  }

  .project-card-wrapper.left {
    margin-right: 0;
  }

  .demo-wrapper {
    flex-direction: column-reverse;
    flex: 0 auto;
    align-items: center;
    margin: 40px auto 60px;
  }

  .whatsapp-block-2 {
    display: block;
  }

  .container--full {
    height: 70vh;
  }

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

  .content-container {
    width: auto;
    max-width: none;
    margin-left: 32px;
    margin-right: 32px;
  }

  .heading-2 {
    font-size: 30px;
    line-height: 39px;
  }

  .heading-2.hero-heading {
    font-size: 40px;
    line-height: 56px;
  }

  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .top-contact-div {
    width: 100%;
  }

  .slider-small-text {
    width: 80%;
    line-height: 25px;
  }

  .box2 {
    width: 100%;
    min-height: auto;
  }

  .boxes._0b {
    padding-top: 30px;
  }

  .box1 {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .boxes-div {
    flex-direction: column;
    margin-bottom: 20px;
  }

  .home {
    height: 300px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .box3 {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  .grid-3x1.padding {
    grid-row-gap: 0px;
  }

  .bullet-list-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white-bullets._20px-padding.grid, .white-bullets._20px-padding.grid-service {
    grid-template-columns: 1fr 1fr;
  }

  .tree-surgery {
    flex-direction: column;
    height: auto;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .tree-removal {
    flex-direction: column;
    height: auto;
  }

  ._2x1.padding {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .garden-fencing {
    flex-direction: column;
    height: auto;
  }

  .tree-surgery-1, .tree-surgery-2, .removal-1, .removal-2, .fencing-1, .fencing-2 {
    width: 100%;
    height: 300px;
  }

  .arrow {
    width: 60px;
  }

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

  .grid-x-5 {
    margin-bottom: 40px;
  }

  ._4-box-grid {
    margin-top: 40px;
    margin-bottom: 40px;
  }

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

  .main-button-2 {
    font-size: 14px;
  }

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

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

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

  .hero-card {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-h1 {
    text-align: center;
    font-size: 3rem;
  }

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

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

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

  .grid-12-col {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .col-2.v-flex.gap-large {
    margin-bottom: 20px;
  }

  .top-heading.project {
    font-size: 30px;
    line-height: 30px;
  }

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

  .project-card-wrapper {
    height: 450px;
    margin-bottom: 40px;
  }

  .project-card-wrapper.left {
    margin-bottom: 40px;
  }

  .demo-wrapper {
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .content-container {
    margin-left: 16px;
    margin-right: 16px;
  }

  .heading-2 {
    font-size: 26px;
    line-height: 34px;
  }

  .paragraph.paragraph-large {
    font-size: 18px;
    line-height: 32px;
  }

  .section-headline {
    width: 100%;
  }

  .new-div {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .logo {
    justify-content: center;
    width: 100%;
  }

  .tel-div {
    justify-content: center;
    width: 100%;
    margin-bottom: 5px;
  }

  .tel-icon {
    width: 25px;
    margin-bottom: 0;
    margin-right: 8px;
  }

  .tel-icon._15l {
    width: 16px;
    margin-bottom: 0;
  }

  .email {
    margin-top: 5px;
  }

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

  .header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top-tel-link {
    font-size: 18px;
    line-height: 30px;
  }

  .top-tel-no {
    margin-bottom: 0;
  }

  .top-div-block {
    flex-direction: column;
  }

  .overlay-div {
    height: auto;
  }

  .small-text-div-and-arrow {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-small-text {
    width: 100%;
  }

  .slider-heading {
    font-size: 30px;
    line-height: 31px;
  }

  .banner {
    min-height: 250px;
  }

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

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

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

  .boxes-div {
    flex-direction: column;
    width: 90%;
    max-width: 90%;
  }

  .body-content-div {
    max-width: 100%;
  }

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

  .body-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .heading-smaller {
    font-size: 30px;
    line-height: 40px;
  }

  .home {
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .full-width-image-div {
    width: 90%;
    max-width: 100%;
  }

  .full-width-image-text-div {
    width: 100%;
    padding: 20px;
  }

  .contact-right-div {
    width: 100%;
    margin-top: 30px;
  }

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

  .h2-white {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

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

  .contact-left-div {
    width: 100%;
    margin-bottom: 0;
  }

  .box3 {
    width: 100%;
  }

  .top-tel-div {
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .black-bullets.grid2, .black-bullets.grid3 {
    grid-template-columns: 1fr;
  }

  .grid-3x1.padding {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bullet-list-div {
    padding-bottom: 0;
  }

  .white-bullets._20px-padding.grid, .white-bullets._20px-padding.grid-service {
    grid-template-columns: 1fr;
  }

  .tree-surgery, .tree-removal, .garden-fencing, .areas-map, .green-body-section {
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .testimonials-div {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonials {
    height: 400px;
  }

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

  .facebook-feed {
    margin-top: 20px;
  }

  .bold-text {
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
  }

  .fb-review-widget {
    margin-bottom: 10px;
  }

  .grid-x-5 {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  ._4-box-grid {
    grid-template-columns: 1fr;
    margin-top: 30px;
    margin-bottom: 30px;
  }

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

  .cta-info-wrap.center {
    padding-left: 15vw;
    padding-right: 15vw;
  }

  .subtitle-6.light {
    font-size: 14px;
  }

  .cta-section-slide {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .cta-header {
    font-size: 20px;
    line-height: 26px;
  }

  .preloader-content {
    width: 85%;
  }

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

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

  .para {
    font-weight: 300;
  }

  .para.light-grey {
    font-size: 14px;
  }

  .hero-card {
    width: 90%;
    margin: 60px auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero_btn.margin-top-40.margin-right-20 {
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-right: 0;
  }

  .hero-large-text {
    font-size: 22px;
    font-weight: 600;
  }

  .fs-cc-manager_button-2 {
    padding: 8px;
  }

  .heading-style-h1 {
    text-align: left;
    font-size: 2.5rem;
  }

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

  .text-block-3 {
    max-width: 100%;
    font-size: 14.5px;
  }

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

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

  .container-2 {
    padding-bottom: 40px;
  }

  .grid-12-col {
    grid-row-gap: 2rem;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .footer-2 {
    height: auto;
    max-height: none;
  }

  .col-2.v-flex.gap-large {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .image-cover.foot-image {
    object-position: 55% 50%;
  }

  .footer-link-main {
    font-size: 2.6vh;
  }

  .fs-cc-manager_component-2 {
    display: block;
    inset: auto auto 1% 1%;
  }

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

  .top-heading.project {
    margin-top: 0;
    font-size: 24px;
    line-height: 24px;
  }

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

  .container.botpad {
    margin-bottom: 0;
  }

  .project-card-wrapper {
    height: 300px;
    margin-bottom: 30px;
  }

  .project-card-wrapper.right {
    height: 300px;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .project-card-wrapper.right._0b {
    margin-bottom: 0;
  }

  .project-card-wrapper.left {
    margin-bottom: 30px;
  }

  .demo-wrapper {
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .demo-wrapper._0b {
    margin-bottom: 0;
  }

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

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

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

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

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

  .container--full {
    height: 60vh;
  }

  .heading-2.hero-heading {
    font-size: 32px;
    line-height: 44px;
  }
}

#w-node-be2ceabd-1cd8-f343-aae5-375e9e8d1efe-5a35bf66, #w-node-_7b0bdffc-f130-fc2e-9e7a-54b9733cc515-5a35bf66, #w-node-_79c76df3-75ed-e043-cf3e-38b16102eb8a-5a35bf66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c92b1b50-9f88-7dbe-996a-da9479c3b910-5a35bf66 {
  align-self: center;
}

#w-node-c80483c6-5c86-13ef-7423-c266f903c36c-f903c366 {
  grid-area: span 1 / span 12 / span 1 / span 12;
  justify-self: center;
}

#w-node-c80483c6-5c86-13ef-7423-c266f903c374-f903c366 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c80483c6-5c86-13ef-7423-c266f903c37e-f903c366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

#w-node-c80483c6-5c86-13ef-7423-c266f903c38e-f903c366 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto end;
}

#w-node-ebc8723b-2cad-3cae-9b9b-9548a8816168-6336e936, #w-node-_74265b47-e4f4-0357-8533-48e5d8408e62-6336e936, #w-node-_73a895c6-da13-52da-2599-5501f7be3490-0ea42a6a, #w-node-_5cd229b7-e92d-3535-8cf5-7128ee59ab41-0ea42a6a, #w-node-_62da1476-2e56-892b-41e3-8720c81fb9d9-0ea42a6a, #w-node-_4d5ce36e-3e25-7453-b199-ed76cb4800cb-0ea42a6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-c80483c6-5c86-13ef-7423-c266f903c36c-f903c366 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-c80483c6-5c86-13ef-7423-c266f903c37e-f903c366 {
    grid-column: span 2 / span 2;
    justify-self: auto;
  }

  #w-node-c80483c6-5c86-13ef-7423-c266f903c38e-f903c366 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c80483c6-5c86-13ef-7423-c266f903c37e-f903c366 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto;
  }

  #w-node-c80483c6-5c86-13ef-7423-c266f903c38e-f903c366 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    place-self: auto end;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c80483c6-5c86-13ef-7423-c266f903c374-f903c366 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}


@font-face {
  font-family: 'Sharp Solid 900';
  src: url('../fonts/Sharp-Solid-900.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Brands 400';
  src: url('../fonts/Brands-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}