@font-face {
  font-family: Aeonik;
  src: url('../fonts/Aeonik-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Messinasans;
  src: url('../fonts/MessinaSans-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

.background-video {
  background-color: #08080800;
  background-image: linear-gradient(#000000b3 3%, #00000045 50%, #000);
  justify-content: flex-start;
  align-items: flex-end;
  height: 100vh;
  padding-bottom: 0%;
  padding-left: 0%;
  font-weight: 400;
  display: flex;
}

.hero {
  background-color: #0000;
  align-items: flex-end;
  width: 100%;
  height: 100svh;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  position: relative;
}

.div-block-3 {
  z-index: 0;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: auto;
  margin-bottom: 3px;
  margin-right: 0%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block {
  color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 70px;
  font-family: Aeonik, sans-serif;
  font-weight: 500;
  line-height: 1em;
}

.text-block-2 {
  -webkit-text-stroke-width: .5px;
  -webkit-text-stroke-color: #fff;
  text-transform: none;
  width: 565.445px;
  max-width: 100%;
  margin-left: 1%;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3em;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-2.ssd {
  margin-left: -6px;
}

.div-block-2.ssd.sdf.r5ty {
  margin-left: 0;
}

.div-block-2.ssd.sdf.r5ty.ertyh {
  margin-top: 10px;
}

.text-block {
  text-transform: uppercase;
  width: 932.484px;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 70px;
  font-weight: 500;
  line-height: 1em;
}

.link-block {
  color: #000;
  text-transform: none;
  background-color: #a7df00;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 190px;
  padding: 32px 0;
  font-size: 19px;
  text-decoration: none;
  display: flex;
}

.link-block.mobile {
  display: none;
}

.navbar {
  z-index: 50;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 23px 3% 25px;
  font-family: Aeonik, sans-serif;
  font-weight: 500;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.link-block-2 {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 210px;
  text-decoration: none;
  display: flex;
}

.text-block-3 {
  text-transform: uppercase;
  margin-top: 2px;
  margin-left: 3%;
  font-size: 16px;
  line-height: 1.1em;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  padding: 12px 0 8px;
  display: flex;
  overflow: hidden;
}

.menu-bar {
  background-color: #fff;
  width: 100%;
  height: 2px;
  margin-bottom: 6px;
}

.div-block-5 {
  background-color: #246f4c00;
  background-image: url('../images/logooo.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 47px;
  height: 60px;
  position: relative;
  top: -11px;
}

.text-block-4 {
  font-family: Aeonik, sans-serif;
  font-weight: 400;
}

.div-block-7 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 3%;
  padding-right: 0%;
  display: flex;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  font-family: Messinasans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph.ewrt {
  position: relative;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
}

.div-block-4.r {
  align-items: flex-end;
  width: 50%;
  padding-right: 0%;
  position: relative;
}

.div-block-8 {
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 100vh;
  display: block;
}

.div-block-8.srd {
  background-color: #000;
}

.div-block-9 {
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: 100%;
  padding: 0;
  font-family: Aeonik, sans-serif;
  display: block;
}

.div-block-9.df {
  margin-top: 160px;
}

.div-block-6 {
  background-color: #a6df00;
  background-image: url('../images/PNG---Topographic-Lines-01_1.avif');
  background-position: 50%;
  background-size: auto;
  background-attachment: fixed;
  width: 97%;
  max-width: 100%;
  height: 100%;
  margin-bottom: -220px;
  margin-left: auto;
  margin-right: 0;
  padding: 79px;
  position: absolute;
}

.div-block-6._2 {
  background-color: #252525;
  background-image: url('../images/IMG_3401.avif'), url('../images/web.webp');
  background-position: 100% 90%, 50%;
  background-repeat: no-repeat, repeat;
  background-size: 40%, cover;
  background-attachment: scroll, scroll;
  border: 0 solid #fff;
  width: 88%;
  height: 100%;
  margin-bottom: -10%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  position: absolute;
}

.div-block-6._2.ss {
  background-image: url('../images/6.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-6._2.rty {
  background-image: url('../images/66.webp');
  background-position: 0%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.button {
  z-index: 20;
  color: #000;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #868686;
  border-radius: 50px;
  margin-bottom: 2.5%;
  margin-right: 0%;
  padding: 20px 30px;
  font-size: 17px;
  position: relative;
  inset: auto 0% 0% auto;
}

.button:hover {
  color: #fff;
  background-color: #133a28;
  border-color: #133a28;
}

.button._2 {
  z-index: 10;
  color: #fff;
  letter-spacing: .5px;
  background-color: #fff0;
  border-width: 0;
  border-color: #86868600;
  margin-left: 0%;
  margin-right: 0%;
  padding: 20px 14px 19px 0;
  font-size: 18px;
  position: relative;
  inset: auto auto 0% 0%;
}

.button._2.sss {
  color: #000;
  background-image: url('../images/right-arrow-black.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 11px;
  margin-left: 3%;
  padding-bottom: 20px;
  padding-right: 20px;
  font-family: Aeonik, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button._2.sss:hover {
  padding-right: 26px;
}

.button._2.sss.dsfg {
  filter: invert();
  margin-left: 2%;
}

.button._2.sss.ssss {
  filter: invert();
  position: relative;
  top: 16px;
}

.button._2.sss.f {
  filter: invert();
}

.button._2.sss.ert {
  margin-left: 0%;
}

.button.ss {
  z-index: 10;
  letter-spacing: .5px;
  background-color: #a6df00;
  border-color: #fff;
  margin-top: 50px;
  font-family: Aeonik, sans-serif;
  font-weight: 300;
  position: relative;
}

.button.ss:hover {
  background-color: #000;
}

.button.ss.sss {
  border-width: 0;
  border-color: #fff0;
  margin-top: 15px;
  padding: 16px 38px;
}

.button.ss.sss:hover {
  color: #000;
  background-color: #beff00;
}

.button.ss.aer, .button.ss._3 {
  border-color: #a6df00;
}

.text-block-5 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6%;
  margin-left: 0;
  margin-right: auto;
  font-family: Aeonik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: .9em;
}

.text-block-5.s {
  color: #fff;
  width: 1060px;
  margin-bottom: 0%;
  margin-left: 0;
  line-height: 1em;
}

.text-block-5._1 {
  color: #fff;
  margin-bottom: 7%;
}

.text-span {
  color: #a6df00;
}

.div-block-14 {
  z-index: 10;
  background-color: #a6df00;
  width: 0%;
  height: 3px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-span-2 {
  color: #a6df00;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
}

.div-block-27 {
  flex-flow: row;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.button-4 {
  color: #fff;
  letter-spacing: 2px;
  background-color: #3898ec00;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2em;
}

.button-4.ggg {
  filter: invert();
  color: #000;
  background-image: url('../images/right-arrow-black.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 13px;
  width: 88px;
  transition: all .2s;
}

.button-4.ggg:hover {
  width: 94px;
}

.div-block-26 {
  flex-flow: column;
  width: 60%;
  padding-top: 0;
  display: flex;
}

.div-block-26._2 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  padding-top: 0;
}

.div-block-30 {
  flex-flow: column;
  margin-right: 0;
  padding-top: 0;
  font-family: Messinasans, sans-serif;
  display: flex;
}

.menu {
  z-index: 25;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.button-2 {
  text-transform: none;
  background-color: #3898ec00;
  padding-left: 0;
  font-family: Aeonik, sans-serif;
  font-size: 43px;
  font-weight: 500;
  line-height: 1.1em;
  transition: color .3s;
}

.button-2:hover {
  color: #9cd100;
}

.div-block-29 {
  border-top: 1px solid #beff00;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.div-block-32 {
  filter: invert();
  background-image: url('../images/ig.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 29px;
  border-radius: 100px;
  width: 56px;
  height: 56px;
  margin-right: 5px;
}

.div-block-32.s {
  background-image: url('../images/59439.avif');
  width: 49px;
  height: 47px;
  margin-right: 0;
}

.div-block-69 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-28 {
  width: 100%;
  max-width: 100%;
  height: 160px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
}

.footer-col {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-col.size {
  border-left: 1px solid #fff3;
  width: 22rem;
  padding-top: 0;
  padding-bottom: 11rem;
  padding-left: 2rem;
  position: relative;
}

.footer {
  background-color: #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-white {
  color: #fff;
  font-family: Messinasans, sans-serif;
  position: relative;
}

.text-white.sss {
  text-transform: none;
  font-size: 12px;
  top: 36px;
}

.spacer-small {
  width: 100%;
  padding-bottom: 1.5rem;
}

.text-block-30 {
  color: #fff;
  text-transform: capitalize;
  width: 100%;
  margin-bottom: 33px;
  font-family: Aeonik, sans-serif;
  font-size: 23px;
  font-weight: 300;
  line-height: 1.4em;
}

.link {
  color: #a6df00;
  text-decoration: none;
}

.footer-grid {
  grid-column-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-bottom: 6vh;
  margin-left: auto;
  margin-right: auto;
}

.italic-link {
  z-index: 1;
  color: #fff;
  text-transform: none;
  font-family: Aeonik, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 200;
  position: relative;
}

.italic-link:hover {
  color: #a6df00;
}

.heading-small {
  text-transform: none;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-small.text-white {
  color: #000;
  letter-spacing: .5px;
  text-transform: capitalize;
  background-color: #a6df00;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 5px 15px;
  font-family: Messinasans, sans-serif;
  font-size: .7rem;
  font-weight: 300;
}

.footer-bar {
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.div-block-70 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.3%;
  padding-right: 3%;
  font-family: Messinasans, sans-serif;
  font-size: 9px;
  font-weight: 300;
  display: flex;
}

.footer-row {
  border-bottom: 1px solid #fff3;
  width: 100%;
  margin-bottom: 20px;
  padding-top: .2rem;
  padding-bottom: .3rem;
}

.footer-row.no-border {
  border-bottom-style: none;
}

.btn-text {
  color: #000;
  text-transform: uppercase;
  padding: 2px 4px;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3.3%;
  padding-right: 3%;
  position: relative;
  top: 54px;
}

.form-block {
  width: 100%;
}

.submit-button {
  color: #000;
  text-transform: none;
  background-color: #a6df00;
  border-radius: 60px;
  padding: 13px 28px;
  font-family: Messinasans, sans-serif;
  font-size: 15px;
}

.text-field {
  letter-spacing: .5px;
  border-radius: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 23px;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.form {
  width: 290px;
  max-width: 100%;
}

.text-span-4 {
  color: #bfff00;
  font-size: 10px;
  position: relative;
  top: -9px;
}

.body {
  background-color: #000;
}

.splide__list {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.splide__pagination__page {
  opacity: .2;
  background-color: #fff;
  border-radius: 6px;
  width: 10px;
  height: 10px;
  margin-left: 12px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  line-height: 0;
  transition: all .3s;
  display: block;
}

.splide__pagination__page.is-active {
  opacity: 1;
  display: block;
}

.padding-vertical {
  padding-top: 4.1em;
  padding-bottom: 0;
  position: relative;
  top: 20px;
}

.splide__arrows {
  z-index: 10;
  opacity: 0;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 4em;
  display: flex;
  position: relative;
  top: 400px;
}

.page-padding {
  padding-left: 1em;
  padding-right: 1em;
}

.splide {
  width: 100%;
  position: relative;
}

.splide.slider1 {
  height: auto;
  padding-bottom: 150px;
}

.splide.slider1.df {
  padding-bottom: 0;
}

.splide.slider1.df.try {
  padding-top: 18px;
}

.splide__pagination {
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 1em auto;
}

.overflow {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.splide__track {
  width: 100%;
}

.hidden {
  display: none;
}

.splide__slide {
  color: #fff;
  flex: none;
  align-self: stretch;
  width: 550px;
  max-width: 100%;
  margin-right: 40px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Messinasans, sans-serif;
  font-size: 20px;
  line-height: 1.6em;
}

.div-block-72 {
  background-color: #000;
  margin-top: -13px;
  padding: 140px 0% 20px 2.3%;
  position: relative;
}

.div-block-72._33 {
  background-color: #0000;
  padding-top: 0;
  top: -55px;
}

.heading-2 {
  text-transform: uppercase;
  font-family: Messinasans, sans-serif;
  font-size: 34px;
  line-height: 1em;
}

.text-span-5 {
  color: #a6df00;
}

.paragraph-2 {
  width: auto;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.6em;
}

.div-block-73 {
  background-color: #a6df00;
  justify-content: space-between;
  align-items: center;
  height: 170px;
  padding-left: 3.3%;
  padding-right: 3%;
  display: flex;
}

.div-block-73.sdf {
  z-index: 10;
  margin-bottom: 0;
  position: relative;
}

.text-block-33 {
  color: #000;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: 46px;
  font-weight: 500;
}

.image-2 {
  filter: invert();
  width: 59px;
}

.image-2.dfg {
  transform: rotate(-90deg);
}

.div-block-77 {
  z-index: 1;
  background-color: #f000;
  background-image: url('../images/arrows.avif');
  background-position: -13px 0;
  background-repeat: no-repeat;
  background-size: 150px 70px;
  height: 75px;
  position: relative;
  top: -9px;
  left: -3px;
}

.testimonial-text {
  flex-flow: column;
  align-items: flex-start;
  margin-top: 64px;
  display: flex;
  position: sticky;
  top: 160px;
}

.div-block-80 {
  border-bottom: 0 solid #a6df0000;
  height: auto;
  padding: 7% 3% 10%;
}

.div-block-80.fdg {
  margin-top: -354px;
  padding-top: 0%;
}

.div-block-81 {
  height: 76px;
}

.image-3 {
  width: 50px;
  position: relative;
  top: -11px;
}

.text-span-23 {
  color: #a6df00;
}

.div-block-82 {
  justify-content: space-between;
  align-items: center;
  margin-top: .5%;
  display: flex;
}

.div-block-82.gg {
  margin-top: .5%;
}

.div-block-83 {
  background-color: #242424;
  width: 33%;
  max-width: 100%;
  height: 440px;
}

.div-block-83._5 {
  background-color: #a6df00;
  background-image: url('../images/8.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-83._1 {
  background-image: url('../images/2322.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-83._2 {
  background-image: url('../images/aerial-view-of-landscaper-aerating-clients-lawn-2024-05-15-14-07-25-utc.webp');
  background-position: 50% 0;
  background-size: cover;
}

.div-block-83._3 {
  background-image: url('../images/5.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-83._4 {
  background-image: url('../images/6.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-83._6 {
  background-image: url('../images/66.webp');
  background-position: 0 0;
  background-size: cover;
}

.div-block-83._7 {
  background-image: url('../images/irrigation-system-building-2023-11-27-05-36-22-utc.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.div-block-83._8 {
  background-image: url('../images/view-of-the-colorful-trees-and-flower-beds-in-the-2024-06-04-00-49-46-utc.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-83._9 {
  background-image: url('../images/concrete-brick-garden-pathway-2023-11-27-05-27-07-utc.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-84 {
  margin-bottom: 50px;
}

.lottie-animation {
  width: 150px;
  margin-left: -7px;
  position: relative;
  top: 30px;
}

.lottie-animation._2 {
  width: 150px;
  margin-bottom: 50px;
  top: 0;
}

.lottie-animation._2.erfg.dfgh.dsdth {
  margin-top: -45px;
}

.marquee-vertical-2col_list-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.marquee-vertical-2col_list-right.is-2 {
  animation: 40s linear infinite reverse scroll-vertical;
}

.tag_component {
  color: #000;
  text-transform: uppercase;
  background-color: #a6df00;
  border-radius: .5rem;
  padding: .25rem 1rem;
  font-family: Aeonik, sans-serif;
  font-weight: 500;
  display: inline-block;
  position: static;
}

.div-block-88 {
  background-color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  height: 100vh;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  overflow: visible;
}

.marquee-vertical-2col_marquee-1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee_custom-code {
  display: none;
}

.text-size-small {
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

.marquee-vertical-2col_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  width: 100%;
  height: 100%;
  display: grid;
}

.marquee-vertical-2col_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #000;
  border-radius: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
}

.marquee-vertical-2col_list-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  column-count: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  display: grid;
}

.marquee-vertical-2col_list-left.is-1 {
  animation: 40s linear infinite scroll-vertical;
}

.marquee-vertical-2col_marquee-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 0 solid #000;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.marquee-vertical-2col_card-content-right {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  padding-right: 0;
  display: grid;
  overflow: hidden;
}

.marquee-vertical-2col_rating-wrapper {
  display: flex;
}

.div-block-89 {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.div-block-90 {
  background-image: linear-gradient(#fffffff2, #fffffff2), url('../images/QUOTE_1.avif');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 70%;
  width: 50%;
  height: 100%;
}

.marquee-vertical-2col_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.div-block-91 {
  width: 90%;
  padding-top: 48px;
  padding-bottom: 48px;
  position: sticky;
  top: 70px;
}

.marquee-vertical-2col_card {
  background-color: #4cc23a;
  border: 0 solid #f000;
  border-radius: 20px;
  width: 100%;
  position: relative;
}

.icon-embed-xsmall {
  color: #a6df00;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9rem;
  height: 1.5rem;
  display: flex;
}

.marquee-vertical-2col_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.image-5 {
  margin-bottom: 30px;
}

.text-block-35 {
  color: #000;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6%;
  margin-left: 0;
  margin-right: auto;
  font-family: Aeonik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: .9em;
}

.text-span-24 {
  color: #a6df00;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
}

.div-block-93 {
  z-index: 10;
  background-color: #000;
  height: 108px;
  position: fixed;
  inset: 0% 0% auto;
}

.about-story-image {
  border-radius: .625rem;
  width: 50%;
  position: relative;
  overflow: hidden;
}

.footer-menu-link {
  color: #c33f40;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
}

.social-link {
  color: #c33f40;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.button-5 {
  color: #f5e2ca;
  text-align: center;
  background-color: #0000;
  border: 1px solid #f5e2ca;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  min-height: 2.1rem;
  padding: .75rem 1rem;
  font-weight: 200;
  text-decoration: none;
  display: flex;
}

.button-5.is-circle {
  align-self: center;
  width: 3.8rem;
  min-height: 2.1rem;
  margin-right: -1px;
  padding: 0;
}

.button-5.is-icon {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.home__lecture-images {
  z-index: 2;
  background-color: #101010;
  position: relative;
  overflow: hidden;
}

.timeline__year {
  color: #8dce1f;
  flex: none;
  font-size: 130px;
  line-height: 1em;
  transition: all .5s;
}

.timeline__txt-block {
  padding-bottom: 1px;
}

.section {
  padding: 64px 3%;
}

.section.section--timeline {
  min-height: 400vh;
  padding-right: 0%;
}

.timeline__ico-title {
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-family: Aeonik, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2em;
}

.btn-tag-2 {
  color: #8dce1f;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #10101000;
  border-radius: 100px;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  min-width: 110px;
  margin-right: 16px;
  padding: 4px 0 5px;
  font-family: Messinasans, sans-serif;
  font-size: 11px;
  font-weight: 300;
  transition: all .2s;
  display: flex;
}

.btn-tag-2:hover, .btn-tag-2.w--current {
  color: #e1d4d5;
  background-color: #101010;
}

.timeline__col {
  flex: 1;
  justify-content: flex-end;
}

.timeline__col.mod--2 {
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin-top: -6px;
}

.timeline__col.mod--4 {
  justify-content: flex-start;
  width: 100%;
  max-width: 790px;
}

.timeline__col.mod--1 {
  flex: 0 auto;
  justify-content: flex-start;
}

.timeline__line2 {
  filter: invert();
  background-color: #101010;
  width: 100%;
  height: 1px;
  padding: 0;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}

.grid.mod--timeline2 {
  font-family: Aeonik, sans-serif;
  line-height: 1.8em;
  overflow: hidden;
}

.grid.mod--timeline {
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Aeonik, sans-serif;
  font-weight: 500;
}

.swiper-wrapper {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: block;
  position: relative;
}

.swiper-slide.slide--reviews {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 62px;
  display: flex;
}

.timeline__sticky {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 80px;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.menu__nav-link {
  color: #e1d4d5;
  text-decoration: none;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper.swiper--reviews-numb {
  width: 100%;
  overflow: visible;
}

.swiper.swiper--reviews {
  flex: 1;
  width: 100%;
  height: 100%;
  max-height: 320px;
  overflow: hidden;
}

.content {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.timeline__p {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9em;
}

.timeline__tags {
  align-items: center;
  margin-top: 40px;
  margin-bottom: 1px;
  display: flex;
}

.lottie-animation-3 {
  width: 90px;
  margin-bottom: 10px;
}

.text-span-25 {
  color: #9dcc16;
}

.div-block-97 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/man-restoring-backyard-garden-grass-turfs-2023-11-27-05-09-14-utc.webp');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  align-items: flex-end;
  height: 720px;
  padding: 0 3% 1vh;
  display: flex;
}

.div-block-97.radt.rtyj {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/garden-automatic-watering-2023-11-27-05-31-02-utc.webp');
}

.div-block-97.jh {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/gardener-planting-flowers-in-a-modern-landscape-de-2024-10-22-23-26-28-utc.webp');
  background-position: 0 0, 0 0, 50% 0;
  background-size: auto, auto, cover;
}

.div-block-97.kjh {
  background-image: linear-gradient(#0000004f, #0000004f), linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/landscape-specialist-finishing-newly-developed-gar-2023-11-27-05-34-39-utc.webp');
  background-position: 0 0, 0 0, 0 0, 0 0;
  background-size: auto, auto, auto, cover;
  height: 900px;
}

.div-block-97.dsf.kljhlkj {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/creative-backyard-garden-2023-11-27-05-33-58-utc.webp');
  background-position: 0 0, 0 0, 50% 100%;
}

.div-block-97.tyjt {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/concrete-brick-garden-pathway-2023-11-27-05-27-07-utc.webp');
  background-position: 0 0, 0 0, 50%;
  padding-bottom: 6vh;
}

.div-block-97.tyjt._2 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/view-of-the-colorful-trees-and-flower-beds-in-the-2024-06-04-00-49-46-utc.webp');
  background-size: auto, auto, cover;
}

.div-block-97.tyjt._3 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/opl.webp');
}

.div-block-97.tyjt._3.fff {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%);
}

.div-block-97.tyjt._4 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/irrigation-system-building-2023-11-27-05-36-22-utc.webp');
}

.div-block-97.tyjt._5 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/aerial-view-of-landscaper-aerating-clients-lawn-2024-05-15-14-07-25-utc.webp');
}

.div-block-97.tyjt._5.srt {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%);
}

.div-block-97.tyjt._6 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/workers-sweep-snow-from-road-in-winter-cleaning-r-2024-08-08-08-04-55-utc.webp');
}

.div-block-97.tyjt._7 {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000004a 50%, #000 93%), url('../images/illuminated-lighting-of-many-vintage-bamboo-lamps-2024-03-12-22-33-43-utc-copy.webp');
}

.div-block-97.fdgfh {
  background-image: linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/dfsg_1.avif');
  background-position: 0 0, 0 0, 50% 10%;
}

.div-block-97.psl {
  background-image: none;
  height: 440px;
}

.div-block-97.psl.b {
  padding-bottom: 0;
}

.section-dark {
  color: #fff;
  background-color: #11121200;
  overflow: hidden;
}

.headline-6-col {
  width: 460px;
  margin-bottom: 50px;
}

.feature5-row-wrap {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
}

.feature5-row-wrap.s {
  margin-top: 50px;
  margin-bottom: 77px;
}

.feature5-item-wrap {
  padding-right: 0;
}

._4-col {
  width: 30%;
  margin-right: 20px;
  display: inline-block;
}

._4-col._4-col-last {
  margin-right: 0;
  display: inline-block;
}

.text-14 {
  line-height: 24px;
}

.text-14.text-14-60 {
  color: #fff;
  font-family: Messinasans, sans-serif;
  font-size: 1.1vw;
  line-height: 1.7em;
}

.text-20 {
  opacity: 1;
  color: #a6df00;
  text-transform: capitalize;
  font-size: 1.8vw;
  font-weight: 400;
  line-height: 30px;
}

.wrap {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wrap.w80-50 {
  width: 100%;
  padding: 0 3.3% 114px;
  font-family: Aeonik, sans-serif;
}

.div-block-98 {
  flex-flow: column;
  display: flex;
}

.text-block-36 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Aeonik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

.text-block-36.lkjl {
  background-image: url('../images/arrow.avif');
  background-position: 99% 95%;
  background-repeat: no-repeat;
  background-size: 40px;
}

.text-span-26 {
  color: #a6df00;
}

.submit-button-2 {
  color: #000;
  text-transform: uppercase;
  background-color: #a6df00;
  border-radius: 100px;
  margin-top: 20px;
  padding: 26px 58px;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-107 {
  justify-content: space-between;
  height: auto;
  padding: 0 3% 86px;
  display: flex;
}

.text-field-2 {
  color: #fff;
  letter-spacing: .5px;
  background-color: #007dca00;
  border: 1px solid #a6df00;
  border-radius: 0;
  margin-bottom: -1px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 30px;
  font-family: Aeonik, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.text-field-2:hover {
  background-color: #a6df00;
}

.text-field-2::placeholder {
  color: #fff;
}

.text-field-2.w {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding-left: 30px;
  font-size: 15px;
}

.text-field-2.w:hover {
  color: #000;
  background-color: #a6df00;
}

.text-field-2._2 {
  border-color: #a6df00;
  border-radius: 0 0 20px 20px;
  padding-top: 33px;
  padding-bottom: 195px;
}

.text-block-37 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Aeonik, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.1em;
}

.div-block-108 {
  flex-flow: column;
  display: flex;
}

.div-block-108.df {
  margin-top: -183px;
}

.text-span-33 {
  color: #a6df00;
  font-size: 30px;
  position: relative;
  top: 5px;
}

.text-span-33.process_container {
  top: 4px;
  left: -2px;
}

.text-span-33.process_container.drtfh {
  font-size: 23px;
}

.div-block-109 {
  width: 50%;
  height: 160px;
  padding-top: 0;
  padding-bottom: 248px;
  position: sticky;
  top: 440px;
}

.button-7 {
  letter-spacing: 1px;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  background-color: #3898ec00;
  border-right: 1px solid #a6df00;
  margin-top: 23px;
  padding-left: 0;
  padding-right: 18px;
  font-family: Aeonik, sans-serif;
  font-size: 12px;
  line-height: 1em;
}

.button-7.s {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #fff;
  text-transform: uppercase;
  padding-left: 18px;
  line-height: 1em;
  position: relative;
}

.button-7.s.sdfdg {
  -webkit-text-stroke-width: 0px;
  border-right-width: 0;
  border-right-color: #009dff00;
  top: 2px;
  left: 0;
}

.div-block-110 {
  justify-content: flex-start;
  margin-top: 16px;
  display: flex;
  position: static;
}

.text-block-38 {
  color: #a6df00;
  text-transform: capitalize;
  padding-left: 5px;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 2em;
}

.div-block-111 {
  background-color: #00162400;
  border: 0 solid #009dff00;
  border-radius: 20px;
  width: 50%;
  height: auto;
  margin-top: -192px;
  margin-bottom: 79px;
  padding: 55px 35px 0;
}

.text-span-32 {
  color: #a6df00;
}

.paragraph-4 {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.paragraph-4._3 {
  width: 85%;
  padding-right: 0;
  font-size: 19px;
}

.text-span-34 {
  color: #a6df06;
}

.text-span-35 {
  color: #a5df00;
}

.featured-2-expert-process-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  margin-top: 14px;
  display: flex;
}

.featured-2-expert-process-item-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.featured-2-expert-process-item-icon {
  width: 21px;
  height: 28px;
}

.featured-2-expert-process-item-title {
  color: #9dcc18;
  font-size: 1.25rem;
  font-weight: 700;
}

.text-size-medium {
  color: #fff;
  font-size: 1.125rem;
}

.text-span-36 {
  color: #a6df00;
}

.div-block-112 {
  height: 75px;
  margin-top: 126px;
}

.features-layout {
  grid-row-gap: 64px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-span-6 {
  color: #fff;
}

.div-block-113 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.h2 {
  color: #a6df00;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.h2.s {
  color: #a6df00;
  background-color: #009dff00;
  border-radius: 60px;
  padding: 16px 10px 16px 37px;
  font-size: 20px;
  font-weight: 400;
}

.heading {
  color: #a6df00;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}

.div-block-114 {
  background-color: #000;
  height: auto;
}

.text-span-37 {
  color: #fff;
}

.paragraph-5 {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
}

.paragraph-5.max-width-40ch {
  max-width: 40ch;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-2 {
  background-color: #000;
  padding: 0 3% 80px 2.5%;
  position: relative;
}

.layout-wrapper {
  background-color: #ffffff0f;
  border: 1px solid #222;
  border-radius: 12px;
  height: 100%;
  padding: 32px;
  font-family: Aeonik, sans-serif;
  text-decoration: none;
  transition: all .4s cubic-bezier(.165, .84, .44, 1);
  position: relative;
}

.layout-wrapper:hover {
  background-color: #0f0f0f;
  border-color: #009dff;
}

.layout-wrapper.horizontal {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  justify-content: space-between;
  padding-right: 0;
  display: flex;
}

.feature-card-image {
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.feature-card-image.horizontal {
  width: 60%;
  position: relative;
}

.feature-card-image.d {
  width: 93%;
  height: 360px;
}

.featured-icon-wrapper {
  background-color: #2b2b2b;
  border: 1px solid #484849;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 1rem;
  display: flex;
}

.features-component-layout {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-6 {
  width: 21px;
}

.text-weight-medium {
  font-weight: 500;
}

.text-weight-medium.text-size-large {
  color: #fff;
  text-transform: none;
  flex: 1;
  font-family: Aeonik, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.faq_question {
  z-index: 2;
  grid-column-gap: 2rem;
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  position: relative;
}

.faq_section-content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
  padding-top: 231px;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq_question-expand {
  filter: invert();
}

.section-home-faq {
  background-color: #0000;
  margin-top: -663px;
  margin-bottom: 135px;
  position: relative;
}

.image-8 {
  width: 85%;
}

.faq_item {
  border-bottom: .0625rem solid #fff;
}

.faq_item.last-child {
  border: 1px #000;
}

.faq_section-title {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 50%;
  display: flex;
  position: sticky;
  top: 20%;
}

.faq_answer {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.faq_expand-icon {
  background-color: #009dff00;
  border-radius: .75rem;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.faq_expand-icon:hover {
  background-color: #98cb03;
}

.page-padding-2 {
  z-index: 1;
  padding-left: 3%;
  padding-right: 3%;
}

.faq_section {
  grid-column-gap: 2rem;
  flex-direction: row;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.faq_answer-content {
  color: #fff;
  padding-bottom: 2rem;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.padding-vertical-2, .padding-vertical-2.padding-xhuge {
  padding-left: 0;
  padding-right: 0;
}

.text-span-38 {
  color: #a6df00;
}

.image-9 {
  width: 100%;
}

.lightbox-link {
  width: 33%;
  height: auto;
}

.text-span-39 {
  color: #a6df00;
}

.button-8 {
  color: #fff;
  background-color: #ee6c4d;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  text-decoration: none;
}

.button-8:hover {
  background-color: #283845;
}

.container-3 {
  z-index: 150;
  max-width: 100%;
  position: relative;
}

.col-left {
  width: 50%;
}

.emoji-flex {
  background-color: #f4f2f2;
  border-radius: 30px;
  margin-top: 20px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 16px;
  display: flex;
}

.col-right {
  width: 50%;
  padding-top: 36px;
}

.emoji-icon {
  margin-right: 14px;
}

.button-holder {
  display: none;
}

.info-block {
  border-left: 0 solid #f4f2f200;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
  padding-left: 20px;
}

.emoji-text {
  color: #666;
}

.emoji-wrapper {
  display: inline-block;
}

.sticky {
  position: sticky;
  top: 260px;
}

.section-3 {
  margin-top: -177px;
  padding: 0 3% 60px;
  position: relative;
}

.italic {
  color: #ee6c4d;
  font-style: italic;
  font-weight: 600;
  display: block;
}

.highlight {
  color: #293241;
  background-color: #e0fbfc;
}

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

.div-block-115 {
  color: #fff;
  padding: 35px 5% 35px 3%;
  font-family: Aeonik, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4em;
}

.div-block-115._45 {
  margin-top: 0;
}

.text-block-39 {
  color: #fff;
  width: 83%;
  padding-right: 0%;
  font-family: Aeonik, sans-serif;
  font-size: 18px;
  line-height: 1.7em;
  position: relative;
}

.process_step {
  grid-column-gap: 2rem;
  border-radius: 0;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  width: 100%;
  max-width: 100%;
  height: 60vh;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
  overflow: hidden;
}

.process_timeline-progress {
  z-index: -1;
  background-color: #a6df00;
  width: .1875rem;
  height: 0;
}

.process_timeline {
  z-index: 1;
  background-color: #42f3ff00;
  width: .1875rem;
  height: 100%;
  position: absolute;
}

.process_item-indicator {
  z-index: 2;
  color: #fff;
  background-color: #a6df00;
  border-radius: 128rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  font-family: Aeonik, sans-serif;
  font-size: 25px;
  display: flex;
  position: relative;
}

.process_item-description {
  z-index: 3;
  position: relative;
}

.process_wrapper {
  z-index: 5;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 40% 10% 40%;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: visible;
}

.text-color-secondary {
  color: #0b0d01a3;
}

.text-color-secondary.text-size-medium {
  color: #fff;
  width: 80%;
  font-family: Aeonik, sans-serif;
  line-height: 1.3em;
}

.process_container {
  width: 100%;
  position: relative;
}

.text-span-40 {
  color: #fff;
}

.div-block-116 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-left: 10px;
  display: flex;
}

.div-block-116.ssss {
  margin-bottom: 0;
  padding-left: 0;
}

.h2-2 {
  color: #a6df00;
  letter-spacing: -.02em;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.1;
}

.h2-2.s {
  color: #a6df00;
  background-color: #009dff00;
  border-radius: 60px;
  padding: 16px 10px 16px 37px;
  font-size: 20px;
  font-weight: 400;
}

.heading-3 {
  color: #a6df00;
  font-family: Aeonik, sans-serif;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-span-41 {
  color: #fff;
}

.page-padding-3 {
  z-index: 1;
  padding-left: 0%;
  padding-right: 0%;
}

.text-style-callout {
  text-transform: uppercase;
  font-weight: 500;
  line-height: 1;
}

.text-style-callout.text-weight-medium {
  font-weight: 500;
}

.process_item-image {
  width: 100%;
  height: auto;
}

.process_item-image.step-1 {
  height: 50vh;
  inset: 0%;
  overflow: visible;
}

.container-medium {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-home-process {
  background-color: #000;
  margin-bottom: 86px;
  padding-top: 101px;
  padding-left: 3%;
  padding-right: 3%;
  position: relative;
}

.div-block-117 {
  background-image: url('../images/arrow.avif');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 50px;
}

.text-span-42 {
  color: #a5df00;
}

.asdr {
  position: relative;
  top: -30px;
}

.text-span-43 {
  color: #a6df00;
}

.div-block-118 {
  background-color: #fff;
  padding: 88px 3% 70px;
}

.text-block-40 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-image: url('../images/ic_arrow-down.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 18px;
  margin-bottom: 22px;
  font-family: Aeonik, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5em;
}

.div-block-119 {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6px;
  display: flex;
}

.div-block-120 {
  background-color: #000;
  width: 33%;
  height: 200px;
  padding-top: 0;
  padding-bottom: 0;
}

.link-block-3 {
  color: #fff;
  text-transform: uppercase;
  background-color: #a6df00;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Aeonik, sans-serif;
  text-decoration: none;
  display: flex;
}

.text-block-41 {
  color: #000;
  font-size: 24px;
}

.text-span-44 {
  color: #a6df06;
}

.text-span-45 {
  color: #a5df00;
}

.text-span-46 {
  color: #a6df00;
}

.text-span-47 {
  color: #a5df00;
}

.text-span-48 {
  color: #a6df00;
}

.free-quote {
  z-index: 20;
  background-color: #000000bf;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-121 {
  background-color: #3b412b00;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 90vh;
  display: flex;
}

.div-block-122 {
  background-color: #acd13e;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding: 41px 74px 37px 62px;
  font-size: 12px;
  display: flex;
  position: relative;
}

.text-block-42 {
  color: #000;
  margin-bottom: 4px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 3px;
  font-family: Aeonik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1em;
}

.form-block-2 {
  width: 100%;
  margin-top: 20px;
}

.text-block-43 {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Aeonik, sans-serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.3em;
}

.text-field-3 {
  color: #000;
  background-color: #fff0;
  border: 0 solid #00000024;
  border-bottom: 1px solid #000;
  border-radius: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Aeonik, sans-serif;
}

.text-field-3::placeholder {
  color: #000;
}

.text-field-3.d {
  margin-bottom: 0;
}

.div-block-328 {
  width: 130px;
  height: 43.5px;
  margin-top: 10px;
  margin-right: 0;
}

.div-block-327 {
  width: 7vw;
  height: 30px;
  margin-left: 0;
  margin-right: 17%;
  display: inline-block;
}

.fs-checkbox_toggle-dot-7 {
  z-index: 2;
  background-color: #fff;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.div-block-329 {
  text-align: left;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2px auto 0 0;
  padding: 0 77px 0 0;
  font-family: Aeonik, sans-serif;
  display: flex;
}

.fs-checkbox_toggle-7 {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.fs-checkbox_label-7 {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.fs-checkbox_mask-7-2 {
  z-index: 1;
  background-color: #7e992c;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.text-block-19 {
  color: #000;
  letter-spacing: .5px;
  text-transform: uppercase;
  width: 110px;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  top: 1px;
  left: 3px;
}

.fs-checkbox_button-7 {
  opacity: 0;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.fs-checkbox_button-7:focus-visible, .fs-checkbox_button-7[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.submit-button-3 {
  color: #acd13e;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  margin-top: 32px;
  padding: 17px 35px 17px 33px;
  font-family: Aeonik, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-span-49 {
  color: #acd13e;
  background-color: #000;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-44 {
  color: #000;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 4px;
  font-family: Aeonik, sans-serif;
  font-size: 10px;
  font-weight: 400;
}

.button-9 {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #3898ec00;
  margin: 17px;
  font-family: Aeonik, sans-serif;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.link-block-4 {
  position: absolute;
  inset: 0%;
}

.success-message {
  color: #000;
  background-color: #acd13e;
  font-family: Aeonik, sans-serif;
}

.text-block-45 {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 400;
}

.text-span-50 {
  color: #a6df00;
}

.div-block-330 {
  padding: 20px 3% 86px;
}

.text-block-46 {
  color: #fff;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  width: 80%;
  font-family: Aeonik, sans-serif;
  font-size: 26px;
  line-height: 1.4em;
}

.div-block-331 {
  margin-top: 76px;
}

.faq-section {
  background-color: #0000;
  padding: 20px 3% 200px;
  position: relative;
}

.faq-section.rdtfg {
  padding-bottom: 100px;
}

.full-texture {
  z-index: 0;
  opacity: .2;
  position: absolute;
  inset: 0;
}

.container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: block;
  position: relative;
}

.container-4.faq-container {
  max-width: 100%;
  padding: 0 0 80px;
}

.faq-plus {
  background-color: #a6df00;
  border-radius: 3px;
  width: 100%;
  height: 5px;
}

.faq-answer {
  border-bottom: 1px solid #2d3e501f;
  padding-left: 45px;
  overflow: hidden;
}

.faq-answer.last-faq-answer {
  background-color: #68686800;
  border-bottom-width: 0;
  font-family: Aeonik, sans-serif;
}

.faq-answer-text {
  margin-bottom: 30px;
  font-size: 16px;
}

.faq-plus-wrap {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.link-2 {
  color: #2aa8ff;
  font-weight: 600;
}

.faq-q-text {
  font-family: Aeonik, sans-serif;
  font-size: 2.3vw;
  font-weight: 500;
}

.faq-plus-l {
  background-color: #a6df00;
  border-radius: 3px;
  width: 5px;
  height: 100%;
  position: absolute;
}

.faq-wrap {
  border-top: 2px solid #000;
  border-bottom: 2px solid #fff;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq-question {
  color: #fff;
  cursor: pointer;
  align-items: center;
  height: 90px;
  font-size: 22px;
  font-weight: 800;
  display: flex;
}

.pricing-h1 {
  text-align: center;
}

.pricing-h1.faq-h2 {
  color: #a6df00;
  text-align: left;
  margin-bottom: 50px;
}

.text-span-51 {
  color: #a6df00;
}

.job-rte {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.h6 {
  color: #a6df00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.1vw;
  font-weight: 600;
}

.spacer-10 {
  width: 100%;
  height: 10px;
}

.job_description {
  margin-top: 25px;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.job-description_heading {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.job_labels-wrap {
  justify-content: space-between;
  margin-bottom: 45px;
  display: flex;
}

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

.button-10 {
  color: #000;
  background-color: #a6df00;
  border-radius: 10px;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 500;
  box-shadow: 0 10px 20px -3px #1d01501a;
}

.button-10:hover {
  box-shadow: none;
  background-color: #cdff3b;
}

.job-left {
  width: 72%;
}

.spacer-40 {
  width: 100%;
  height: 40px;
}

.paragraph-6 {
  opacity: .9;
  color: #fff;
  margin-bottom: 1px;
  font-size: 1.2vw;
  font-weight: 300;
  line-height: 1.5;
}

.paragraph-6.semi-bold {
  font-weight: 600;
}

.paragraph-6.job-link {
  color: #434de7;
  font-weight: 600;
}

.container-5 {
  width: 100%;
  max-width: 100%;
}

.spacer-30 {
  width: 100%;
  height: 30px;
}

.job-sticky {
  width: 25%;
  position: sticky;
  top: 20px;
}

.job_label-flex {
  grid-column-gap: 10px;
  color: #000;
  align-items: center;
  display: flex;
}

.job_post-date {
  grid-column-gap: 5px;
  align-items: center;
  display: flex;
}

.h4 {
  color: #a6df00;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.3vw;
  font-weight: 600;
}

.job_label-card {
  text-align: left;
}

.job-wrapper {
  position: relative;
}

.all-jobs {
  grid-column-gap: 10px;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.section-4 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section-4.jobs {
  padding: 35px 0% 40px;
}

.job_sticky-card {
  background-color: #252525;
  border: 1px solid #f2f3ff;
  border-radius: 15px;
  padding: 35px 30px;
}

.job-square {
  color: #fff;
  background-color: #a6df00;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.embed-icon {
  color: #fff;
  margin-bottom: -4px;
  overflow: visible;
}

.flex-wrap {
  align-items: center;
  display: flex;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.job-body {
  padding-bottom: 35px;
  padding-left: 70px;
  padding-right: 70px;
}

.job-card {
  background-color: #252525;
  border: 1px solid #f2f3ff;
  border-radius: 20px;
  overflow: hidden;
}

.job_title-wrap {
  width: 100%;
  padding-top: 40px;
  padding-left: 70px;
  padding-right: 70px;
}

.div-block-332 {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 102px;
  display: flex;
}

.div-block-333 {
  background-color: #a6df00;
  background-image: url('../images/ar.avif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border-radius: 100px;
  width: 4vw;
  height: 4vw;
  margin-bottom: 21px;
}

.div-block-334 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 5%;
  display: flex;
}

.text-block-47 {
  color: #a6df00;
  margin-left: 0;
  font-family: Aeonik, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.7em;
}

.bold-text {
  color: #fff;
  font-size: 2vw;
  font-weight: 500;
}

.text-block-48 {
  color: #fff;
  margin-top: 13px;
  font-family: Aeonik, sans-serif;
  font-size: 1.4vw;
  line-height: 1.4em;
}

.heading-4 {
  color: #111;
  margin-top: 81px;
  margin-bottom: -130px;
  font-family: Aeonik, sans-serif;
  font-size: 30vw;
  line-height: 1em;
}

.bold-text-2 {
  color: #fff;
}

.heading-5 {
  color: #fff;
  font-size: 3vw;
  font-weight: 500;
}

.text-block-49 {
  color: #a6df00;
  letter-spacing: 1px;
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  font-family: Aeonik, sans-serif;
  font-size: 10px;
  font-weight: 500;
  display: flex;
}

.div-block-335 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 55px;
}

.image-10 {
  width: 21px;
  margin-left: 7px;
}

.rich-text-block {
  color: #fff;
  font-size: 2vw;
  font-weight: 400;
  line-height: 1.5em;
}

.bold-text-3 {
  color: #a6df00;
  margin-bottom: 21px;
  font-size: 2vw;
  font-weight: 500;
  display: inline-block;
}

.paragraph-7 {
  font-size: 1.5vw;
  line-height: 1.5em;
}

.paragraph-8 {
  color: #a6df00;
  margin-top: 59px;
}

.paragraph-9 {
  margin-top: 44px;
}

.text-span-52 {
  color: #a6df00;
}

.div-block-336 {
  padding: 0 3% 39px;
}

.div-block-336.dfghj {
  padding-bottom: 130px;
}

.submit-button-4 {
  color: #000;
  text-transform: none;
  background-color: #ffe972;
  border-radius: 3px;
  margin-top: 37px;
  padding: 22px 30px;
  font-size: 16px;
  font-weight: 500;
  position: static;
}

.form-2 {
  position: relative;
}

.text-field-4 {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #007dca00;
  border: 1px solid #ffe972;
  border-radius: 0;
  margin-bottom: -1px;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-left: 30px;
  font-size: 15px;
  font-weight: 500;
}

.text-field-4:hover {
  background-color: #181818;
}

.text-field-4::placeholder {
  color: #fff;
}

.text-field-4._5 {
  color: #fff;
  height: 70px;
  padding: 0 0 0 30px;
}

.text-field-4._5._7._77 {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.text-field-4.w {
  text-transform: uppercase;
  border-color: #ffe972;
  border-radius: 3px;
  padding-left: 30px;
  font-size: 15px;
}

.text-field-4.w:hover {
  color: #000;
  background-color: #181818;
}

.field-label {
  color: #fff;
  font-family: Aeonik, sans-serif;
  font-weight: 500;
}

.form-3 {
  font-weight: 400;
}

.button-11 {
  color: #000;
  letter-spacing: .055vw;
  -webkit-text-stroke-width: .3px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  margin-top: 1.5vw;
  padding: .5vw .8vw .4vw;
  font-size: .7vw;
  transition: all .3s ease-in;
}

.button-11:hover {
  color: #fff;
  -webkit-text-stroke-width: .2px;
  background-color: #000;
}

.div-block-392 {
  color: #000;
  background-color: #fff;
  width: 100%;
  margin-top: 20px;
  padding-top: 73px;
  padding-bottom: 73px;
  font-weight: 400;
}

.text-block-82 {
  color: #6d6d6d;
  text-transform: uppercase;
  font-weight: 500;
}

.text-span-53 {
  color: #000;
  font-size: 20px;
}

.form-block-4 {
  width: 95%;
  margin-left: 2%;
  margin-right: 2%;
}

.success-message-2 {
  text-align: left;
  background-color: #fff;
}

.div-block-394 {
  height: 75px;
}

.text-field-5 {
  color: #000;
}

.text-field-5._2 {
  padding-bottom: 66px;
}

.error-message {
  color: red;
  background-color: #ffdede00;
  padding-left: 0;
  font-weight: 500;
}

.background-video-2 {
  height: 720px;
}

@media screen and (min-width: 1440px) {
  .content {
    max-width: 100%;
  }

  .div-block-97 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .text-20 {
    text-transform: capitalize;
  }

  .div-block-111 {
    padding-top: 45px;
  }

  .feature-card-image {
    width: 90%;
  }

  .image-8 {
    width: 85%;
  }

  .div-block-118 {
    background-image: none;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-96 {
    display: none;
  }

  .padding-vertical-2.padding-xhuge {
    padding-left: 0;
    padding-right: 0;
  }

  .process_step {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .text-block-2 {
    width: 440px;
    font-size: 16px;
  }

  .text-block {
    width: 717px;
    font-size: 58px;
  }

  .paragraph.ewrt {
    font-size: 1.8vw;
  }

  .text-block-5 {
    font-size: 4.5vw;
  }

  .text-block-5.s {
    width: auto;
    font-size: 5vw;
  }

  .footer-col {
    margin-bottom: 2rem;
  }

  .footer-col.size {
    border-left-style: none;
    width: 100%;
    padding-bottom: 10rem;
    padding-left: 0;
  }

  .footer {
    height: auto;
    padding-top: 4rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .full-width {
    width: 100%;
  }

  .footer-bar {
    justify-content: center;
  }

  .splide__pagination__page {
    border-radius: 4px;
    width: 8px;
    height: 8px;
  }

  .splide__pagination {
    padding-top: 1.9em;
    position: absolute;
  }

  .paragraph-2 {
    font-size: 1.8vw;
  }

  .testimonial-text {
    text-align: center;
    position: static;
  }

  .lottie-animation._2.erfg.dfgh {
    margin-bottom: 10px;
  }

  .marquee-vertical-2col_list-right.is-2 {
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    animation: 40s linear infinite reverse scroll-vertical;
    display: flex;
  }

  .tag_component {
    font-size: 1.2vw;
  }

  .div-block-88 {
    padding-right: 0%;
  }

  .marquee-vertical-2col_marquee-1 {
    flex-flow: row;
    flex: none;
    width: auto;
  }

  .text-size-small {
    font-size: 1.5vw;
  }

  .marquee-vertical-2col_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    display: grid;
  }

  .marquee-vertical-2col_content {
    justify-content: flex-start;
    align-items: flex-start;
    height: 100%;
    padding: 1.5rem;
  }

  .marquee-vertical-2col_list-left.is-1 {
    justify-content: flex-start;
    align-items: flex-start;
    animation: 40s linear infinite scroll-vertical;
    display: flex;
  }

  .marquee-vertical-2col_marquee-2 {
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
  }

  .marquee-vertical-2col_card-content-right {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .div-block-89 {
    padding-top: 10px;
  }

  .marquee-vertical-2col_card {
    height: 100%;
  }

  .about-story-image {
    width: 55%;
  }

  .timeline__year {
    text-align: center;
    font-size: 150px;
  }

  .section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    margin-bottom: 32px;
    display: flex;
  }

  .grid {
    grid-column-gap: 24px;
  }

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

  .timeline__sticky {
    margin-left: -24px;
    margin-right: -24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .menu__nav-link {
    background-image: url('../images/ico_star2-menu.svg');
    background-position: 5px;
    background-repeat: no-repeat;
    background-size: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 16px;
    font-weight: 500;
  }

  .menu__nav-link:hover, .menu__nav-link.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .swiper.swiper--reviews-numb {
    max-width: 440px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper.swiper--reviews {
    width: 100%;
    max-height: 470px;
    margin-bottom: 0;
  }

  .page-wrap {
    overflow: hidden;
  }

  .section-dark {
    padding-left: 0;
    padding-right: 0;
  }

  .headline-6-col {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .feature5-row-wrap {
    flex-direction: column;
  }

  .feature5-item-wrap {
    text-align: left;
    padding-right: 0;
  }

  ._4-col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  ._4-col._4-col-last {
    margin-bottom: 0;
    margin-right: auto;
  }

  .text-14.text-14-60 {
    font-size: 2vw;
  }

  .text-20 {
    font-size: 3vw;
    line-height: 1em;
  }

  .wrap {
    width: 645px;
  }

  .layout-wrapper.vertical, .layout-wrapper.horizontal {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .feature-card-image {
    width: auto;
    height: 100%;
  }

  .feature-card-image.horizontal {
    object-fit: none;
    position: absolute;
  }

  .features-component-layout {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .faq_question {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .faq_section-content {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .faq_section-title {
    width: 100%;
    max-width: 32rem;
    position: static;
  }

  .faq_section {
    grid-row-gap: 5rem;
    flex-flow: column wrap;
  }

  .faq_answer-content {
    padding-bottom: 1.5rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .process_step {
    justify-items: stretch;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-328 {
    width: auto;
    margin-right: 37px;
    display: inline-block;
  }

  .div-block-327 {
    width: 62px;
  }

  .div-block-329 {
    padding-right: 8px;
    display: block;
  }

  .text-block-19 {
    width: 80px;
    font-size: 9px;
  }

  .job-flex {
    flex-direction: column-reverse;
  }

  .job-left {
    width: 100%;
  }

  .job-sticky {
    width: 100%;
    margin-top: 60px;
    position: static;
  }

  .section-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .button-11 {
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    font-size: 1.1vw;
  }
}

@media screen and (max-width: 767px) {
  .text-block-2 {
    width: 43%;
    font-size: 2vw;
  }

  .text-block {
    width: auto;
    font-size: 60px;
  }

  .paragraph.ewrt {
    font-size: 3vw;
  }

  .text-block-5 {
    font-size: 4vw;
  }

  .splide__pagination__page {
    width: 8px;
    height: 8px;
    margin-left: 8px;
  }

  .page-padding {
    padding-left: 1em;
  }

  .splide__slide {
    width: 90%;
  }

  .text-block-33 {
    font-size: 6vw;
  }

  .testimonial-text {
    position: static;
  }

  .marquee-vertical-2col_content {
    padding: 1.5rem;
  }

  .marquee-vertical-2col_card-content-right {
    grid-template-columns: 1fr;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-story-image {
    width: 40%;
  }

  .social-link {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .home__lecture-images {
    max-width: 64px;
  }

  .timeline__year {
    font-size: 80px;
  }

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

  .section.section--timeline {
    padding-top: 0;
    padding-bottom: 0;
  }

  .timeline__ico-title {
    font-size: 18px;
  }

  .btn-tag-2 {
    min-width: auto;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 12px;
    padding-right: 16px;
  }

  .timeline__col.mod--1 {
    align-items: center;
    padding-top: 0;
    display: flex;
  }

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

  .grid.mod--timeline {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.slide--reviews {
    flex-direction: column;
    padding-top: 32px;
  }

  .swiper.swiper--reviews-numb {
    max-width: 195px;
  }

  .swiper.swiper--reviews {
    max-height: 440px;
  }

  .timeline__p {
    font-size: 18px;
  }

  .timeline__tags {
    margin-top: 32px;
  }

  .wrap {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .h2 {
    font-size: 46px;
  }

  .section-2 {
    padding: 60px 15px;
  }

  .feature-card-image {
    opacity: .4;
  }

  .text-weight-medium.text-size-large {
    font-size: 3vw;
  }

  .faq_question {
    padding-top: 1.25rem;
    padding-bottom: 1rem;
  }

  .faq_answer {
    margin-bottom: 1.25rem;
  }

  .page-padding-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq_section {
    grid-row-gap: 3.5rem;
  }

  .faq_answer-content {
    padding-bottom: 1.25rem;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    z-index: 100;
    position: relative;
  }

  .col-left {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-right {
    width: 100%;
  }

  .sticky {
    position: static;
  }

  .columns {
    flex-direction: column;
  }

  .process_step {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 4rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .process_timeline {
    align-self: flex-start;
    margin-left: 2rem;
  }

  .text-color-secondary.text-size-medium {
    color: #fff;
  }

  .h2-2 {
    font-size: 46px;
  }

  .heading-3 {
    color: #009dff;
    display: block;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .page-padding-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .process_item-image.step-1 {
    height: 26vh;
    transform: none;
  }

  .div-block-122 {
    padding: 39px 18px;
  }

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

  .job-sticky {
    margin-top: 40px;
  }

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

  .job-body {
    padding-bottom: 45px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .job_title-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-11 {
    padding-left: 1.5vw;
    padding-right: 1.5vw;
    font-size: 1.5vw;
  }
}

@media screen and (max-width: 479px) {
  .background-video {
    background-image: linear-gradient(#030303cf 8%, #1111118f 50%, #000);
    height: 680px;
  }

  .hero {
    flex-flow: column;
    justify-content: flex-end;
    padding-bottom: 3vh;
  }

  .div-block-3 {
    height: auto;
    margin-bottom: 0;
  }

  .div-block {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-bottom: 2vh;
    display: flex;
  }

  .text-block-2 {
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: #fff;
    width: auto;
    margin-top: 0;
    font-size: 4.3vw;
    font-weight: 300;
    line-height: 1.5em;
  }

  .div-block-2 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-2.ssd {
    margin-top: -51px;
  }

  .div-block-2.ssd.sdf {
    flex-flow: row;
    align-items: center;
  }

  .div-block-2.ssd.sdf.r5ty.ertyh {
    margin-top: 24px;
  }

  .text-block {
    width: auto;
    margin-bottom: 29px;
    font-size: 11vw;
    line-height: 1em;
  }

  .link-block {
    display: none;
  }

  .link-block.mobile {
    background-color: #aae401;
    width: 47%;
    margin-top: 35px;
    padding-top: 7vw;
    padding-bottom: 7vw;
    font-family: Maisonneueextendedweb Demi;
    font-size: 4.5vw;
    line-height: 1em;
    display: flex;
  }

  .link-block.mobile.lkjlkj {
    display: none;
  }

  .image {
    width: 12vw;
  }

  .navbar {
    padding-top: 20px;
    padding-bottom: 12px;
  }

  .text-block-3 {
    -webkit-text-stroke-width: .2px;
    margin-left: 3%;
    font-size: 15.5px;
    line-height: 1.1em;
  }

  .menu-parent {
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .div-block-7 {
    flex-flow: column;
    justify-content: space-between;
    height: auto;
    padding-top: 0;
    padding-right: 0%;
  }

  .paragraph {
    font-size: 4.4vw;
    font-weight: 300;
    line-height: 1.4em;
  }

  .paragraph.ewrt.ert {
    -webkit-text-stroke-width: 0px;
    padding-right: 8%;
    font-family: Messinasans, sans-serif;
    font-size: 4.5vw;
    font-weight: 300;
  }

  .div-block-4 {
    width: 100%;
    height: auto;
    padding-top: 8vh;
    padding-bottom: 9vw;
  }

  .div-block-4.r {
    flex-flow: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 60vw;
    padding-bottom: 20vw;
    padding-left: 0;
  }

  .div-block-8 {
    height: auto;
  }

  .div-block-9 {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-block-9.df {
    margin-top: 0;
  }

  .div-block-6 {
    z-index: 1;
    background-image: url('../images/PNG---Topographic-Lines-01_1.avif');
    background-position: 4%;
    background-repeat: no-repeat;
    background-size: 880px;
    background-attachment: scroll;
    width: 86%;
    height: 100vw;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .div-block-6._2 {
    background-image: url('../images/IMG_3401.avif'), url('../images/web.webp');
    background-position: 98% 91%, 50%;
    background-repeat: no-repeat, repeat;
    background-size: 50%, cover;
    width: 86%;
    height: 100vw;
    margin-bottom: 21%;
    margin-left: 10%;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    position: relative;
  }

  .button._2 {
    padding-top: 0;
    position: relative;
    inset: 0%;
  }

  .button._2.sss {
    padding-bottom: 0;
    font-size: 4vw;
    line-height: 1em;
  }

  .button._2.sss.ssss {
    margin-bottom: 0%;
    margin-left: 5%;
    top: 18px;
  }

  .button.ss {
    color: #000;
    background-color: #aae401;
    border-color: #fff;
    margin-top: 30px;
    font-size: 4vw;
  }

  .button.ss.sss {
    padding: 8px 31px;
  }

  .text-block-5 {
    font-size: 9vw;
  }

  .text-block-5.s {
    width: auto;
    font-size: 8vw;
    position: relative;
    top: 25px;
  }

  .text-block-5.s.sss {
    font-size: 7.4vw;
  }

  .text-block-7 {
    font-family: Aeonik, sans-serif;
  }

  .text-span {
    -webkit-text-stroke-color: #80e093;
  }

  .text-span-2 {
    -webkit-text-stroke-width: .2px;
  }

  .div-block-27 {
    flex-flow: column;
    padding-right: 0%;
  }

  .button-4 {
    font-family: Aeonik, sans-serif;
    font-weight: 400;
  }

  .button-4.ggg {
    width: 92px;
    font-size: 14px;
  }

  .div-block-26 {
    padding-bottom: 0;
  }

  .div-block-26._2 {
    width: 100%;
    margin-top: 30px;
    padding-right: 20px;
  }

  .div-block-30 {
    flex-flow: column;
    margin-top: 0;
    padding-top: 20px;
    position: relative;
  }

  .div-block-30.dfg {
    margin-left: auto;
    margin-right: 0;
    left: 18px;
  }

  .menu {
    justify-content: center;
    padding-top: 4vh;
    display: none;
  }

  .button-2 {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Aeonik, sans-serif;
    font-size: 9vw;
    font-weight: 400;
  }

  .div-block-29 {
    padding: 20px 7% 57px 6%;
  }

  .div-block-32 {
    filter: invert();
    background-color: #fff0;
    width: 40px;
    height: 40px;
    margin-left: -6px;
  }

  .div-block-69 {
    flex-flow: row;
    align-items: flex-start;
    margin-right: 0;
    position: relative;
  }

  .div-block-28 {
    height: auto;
    margin-top: 30px;
  }

  .footer-col.size {
    padding-bottom: .1rem;
  }

  .footer {
    height: auto;
    padding-top: 3rem;
    padding-left: 3%;
    padding-right: 1.4rem;
  }

  .text-white.sss {
    font-family: Messinasans, sans-serif;
    font-size: 3vw;
    line-height: 1.7em;
  }

  .text-block-30 {
    font-size: 22px;
  }

  .italic-link {
    font-size: 1.1rem;
  }

  .heading-small.text-white {
    letter-spacing: 0;
    border-radius: 20px;
    padding: 3px 10px;
    font-size: .7rem;
  }

  .footer-bar {
    flex-flow: column;
    padding-bottom: 6.8rem;
  }

  .div-block-70 {
    flex-flow: column;
    align-items: flex-start;
    font-family: Aeonik, sans-serif;
    font-size: 3vw;
  }

  .footer-row {
    margin-bottom: 12px;
    padding-bottom: .2rem;
  }

  .container {
    padding-left: 1.5%;
  }

  .text-block-31 {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-family: Messinasans, sans-serif;
    font-size: 2.4vw;
    line-height: 1.8em;
  }

  .text-block-32 {
    text-align: left;
    font-family: Messinasans, sans-serif;
    font-size: 2.4vw;
    line-height: 2.8em;
  }

  .text-span-4 {
    top: -6px;
  }

  .splide__list {
    width: 90%;
  }

  .splide__pagination__page {
    margin-left: 0;
    margin-right: 8px;
  }

  .padding-vertical {
    margin-bottom: 50px;
    padding-top: 0;
  }

  .splide__arrows {
    margin-top: 0;
    top: 340px;
  }

  .page-padding {
    padding-left: .5em;
  }

  .splide.slider1 {
    padding-bottom: 0;
  }

  .splide__pagination {
    opacity: 0;
    padding-top: 2em;
    padding-bottom: 1em;
    position: relative;
    bottom: 3em;
  }

  .splide__slide {
    width: 90%;
    padding-bottom: 50px;
  }

  .div-block-72 {
    background-image: linear-gradient(#0a0a0acc, #000);
    margin-top: 0;
    padding-top: 70px;
    padding-bottom: 50px;
  }

  .div-block-72._33 {
    background-image: none;
    padding-bottom: 0;
    top: -33px;
  }

  .heading-2 {
    margin-top: 0;
    font-size: 6vw;
  }

  .paragraph-2 {
    padding-right: 5%;
    font-size: 4vw;
    line-height: 1.6em;
  }

  .div-block-73 {
    height: auto;
    padding-top: 39px;
    padding-bottom: 36px;
    padding-left: 3%;
  }

  .div-block-73.sdf {
    margin-bottom: 0;
  }

  .text-block-33 {
    font-size: 6vw;
    font-weight: 500;
  }

  .image-2 {
    width: 8vw;
  }

  .div-block-77 {
    background-color: #f000;
    top: -10px;
  }

  .div-block-80 {
    padding-top: 53%;
    padding-bottom: 20%;
  }

  .div-block-80.fdg {
    margin-top: -260px;
  }

  .div-block-81 {
    height: 40px;
  }

  .image-3 {
    width: 40px;
    height: auto;
    margin-bottom: 10px;
  }

  .div-block-82.dfd {
    margin-top: -10%;
  }

  .div-block-83 {
    height: 140px;
  }

  .lottie-animation {
    width: 120px;
    margin-left: -5px;
    position: relative;
    top: 20px;
  }

  .lottie-animation._2 {
    margin-bottom: 10px;
  }

  .lottie-animation._2.erfg, .lottie-animation._2.erfg.dfgh {
    margin-bottom: 40px;
  }

  .lottie-animation._2.erfg.dfgh.dsdth {
    margin-top: 0;
  }

  .tag_component {
    font-size: 11px;
  }

  .div-block-88 {
    flex-flow: column;
    height: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

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

  .marquee-vertical-2col_content {
    justify-content: center;
    align-items: flex-start;
    padding-left: 1rem;
    padding-right: 1.5rem;
  }

  .marquee-vertical-2col_card-content-right {
    padding-bottom: 20px;
  }

  .marquee-vertical-2col_rating-wrapper {
    display: flex;
  }

  .div-block-89 {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }

  .div-block-90 {
    width: 100%;
  }

  .div-block-91 {
    margin-left: 3%;
    padding-top: 0;
    padding-bottom: 62px;
  }

  .marquee-vertical-2col_card {
    min-width: 75vw;
  }

  .icon-embed-xsmall {
    flex-flow: row;
    width: 12px;
  }

  .image-5 {
    margin-bottom: 29px;
  }

  .text-block-35 {
    font-size: 9vw;
  }

  .text-span-24 {
    -webkit-text-stroke-width: .2px;
  }

  .div-block-93 {
    height: 92px;
  }

  .about-story-image {
    width: 50%;
  }

  .timeline__year {
    font-size: 40px;
  }

  .section.section--timeline {
    min-height: 400vh;
    padding-left: 0;
  }

  .timeline__ico-title {
    margin-left: 20px;
    font-size: 15px;
  }

  .btn-tag-2 {
    margin-left: 0;
    margin-right: 16px;
    padding-left: 0;
  }

  .timeline__col.mod--1 {
    margin-bottom: 30px;
  }

  .swiper-slide {
    width: 100%;
  }

  .timeline__sticky {
    min-height: 0;
    margin-left: 0;
    margin-right: 0;
    top: 200px;
  }

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

  .swiper.swiper--reviews-numb {
    width: 100%;
  }

  .swiper.swiper--reviews {
    width: 100%;
    max-height: 560px;
  }

  .timeline__p {
    font-size: 4vw;
  }

  .page-wrap {
    overflow: visible;
  }

  .lottie-animation-3 {
    width: 110px;
  }

  .div-block-96 {
    height: 170px;
  }

  .div-block-97 {
    background-image: linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/man-restoring-backyard-garden-grass-turfs-2023-11-27-05-09-14-utc.webp');
    background-position: 0 0, 30%;
    background-size: auto, cover;
    height: 550px;
    padding-bottom: 0;
    padding-right: 0%;
  }

  .div-block-97.radt.rtyj {
    background-position: 0 0, 0 0, 0%;
    background-size: auto, auto, cover;
  }

  .div-block-97.kjh {
    background-image: linear-gradient(#0000004f, #0000004f), linear-gradient(77deg, #000000d6, #fff0 62%), linear-gradient(#000, #0000008f 50%, #000 93%), url('../images/landscape-specialist-finishing-newly-developed-gar-2023-11-27-05-34-39-utc.webp');
    background-position: 0 0, 0 0, 0 0, 80%;
    background-size: auto, auto, auto, cover;
  }

  .div-block-97.tyjt {
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    height: 700px;
    padding-bottom: 3vh;
    padding-right: 3%;
  }

  .div-block-97.tyjt._2 {
    background-position: 0 0, 0 0, 100%;
  }

  .div-block-97.tyjt._4 {
    background-position: 0 0, 0 0, 71%;
  }

  .div-block-97.tyjt._6 {
    background-position: 0 0, 0 0, 80%;
  }

  .div-block-97.fdgfh {
    background-position: 0 0, 0 0, 66% 20%;
    background-size: auto, auto, cover;
  }

  .div-block-97.psl {
    height: 380px;
  }

  .headline-6-col {
    text-align: left;
  }

  .feature5-row-wrap {
    margin-top: -30px;
  }

  .feature5-row-wrap.s {
    margin-top: 20px;
  }

  ._4-col {
    text-align: left;
  }

  .text-14.text-14-60 {
    text-align: left;
    font-size: 3.5vw;
  }

  .text-20 {
    text-align: left;
    font-size: 5vw;
    line-height: 1.4em;
  }

  .wrap.w80-50 {
    padding-bottom: 89px;
    padding-right: 8%;
  }

  .text-block-36 {
    color: #fff;
    font-size: 8vw;
  }

  .div-block-107 {
    flex-flow: column;
  }

  .div-block-107.sdfgh {
    padding-bottom: 0;
  }

  .text-field-2.w {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .text-block-37 {
    font-size: 8vw;
  }

  .text-span-33 {
    font-size: 30px;
    line-height: 1em;
    position: relative;
    top: 4px;
    left: -2px;
  }

  .text-span-33.process_container {
    font-size: 28px;
    top: 2px;
  }

  .text-span-33.process_container.drtfh {
    margin-left: 3px;
    margin-right: 6px;
    top: 4px;
    left: 0;
  }

  .div-block-109 {
    width: 100%;
    height: auto;
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .button-7 {
    border-right-width: 0;
    border-right-color: #009dff00;
    margin-top: 1px;
    margin-bottom: 1px;
    padding-right: 0;
    font-size: 15px;
    line-height: 1em;
  }

  .button-7.s {
    border-right-width: 0;
    padding-left: 0;
  }

  .button-7.s.sdfdg {
    margin-top: 5px;
  }

  .div-block-110 {
    flex-flow: column;
  }

  .text-block-38.sddg {
    padding-left: 3px;
  }

  .text-block-38._45 {
    padding-left: 0;
  }

  .text-block-38.rdtgfh {
    padding-left: 2px;
  }

  .div-block-111 {
    background-color: #00162400;
    width: 100%;
    height: auto;
    margin-top: 28px;
    margin-bottom: 162px;
    padding-top: 33px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-111.rtytu {
    margin-bottom: 86px;
  }

  .paragraph-4 {
    font-size: 4.4vw;
    font-weight: 300;
    line-height: 1.4em;
  }

  .paragraph-4._3 {
    width: 100%;
    margin-bottom: 48px;
    font-size: 4.5vw;
  }

  .featured-2-expert-process-item {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .featured-2-expert-process-item-icon {
    display: inline-flex;
  }

  .text-size-medium {
    padding-right: 5%;
    font-size: 1rem;
  }

  .div-block-112 {
    height: 0;
    margin-top: 187px;
  }

  .div-block-113 {
    flex-flow: column;
    align-items: flex-start;
  }

  .h2 {
    font-size: 40px;
  }

  .h2.s {
    text-align: left;
    margin-top: 11px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
  }

  .container-2 {
    max-width: none;
  }

  .section-2 {
    margin-top: 53px;
    padding-top: 0;
  }

  .layout-wrapper {
    padding: 24px;
  }

  .feature-card-image {
    z-index: -1;
  }

  .text-weight-medium.text-size-large {
    font-size: 4.7vw;
    line-height: 1.1em;
  }

  .faq_section-content {
    padding-top: 0;
  }

  .section-home-faq {
    margin-bottom: 41px;
  }

  .image-8 {
    width: 100%;
  }

  .faq_item {
    padding-left: 3%;
    padding-right: 3%;
  }

  .faq_expand-icon {
    background-color: #acd13e;
  }

  .page-padding-2 {
    margin-top: -99px;
    padding-left: 0;
    padding-right: 0;
  }

  .faq_answer-content {
    font-size: 3.5vw;
    line-height: 1.7em;
  }

  .padding-vertical-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-3 {
    padding: 40px 20px;
  }

  .text-block-39 {
    width: 84%;
    font-size: 4vw;
    line-height: 1.4em;
  }

  .process_step {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 2rem;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .process_timeline {
    margin-left: 1rem;
  }

  .process_item-indicator {
    width: 2rem;
    height: 2rem;
    font-size: 16px;
  }

  .process_item-description {
    top: -98px;
  }

  .text-color-secondary.text-size-medium {
    width: 100%;
  }

  .div-block-116 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-116.ssss {
    margin-bottom: 47px;
  }

  .h2-2 {
    font-size: 8vw;
  }

  .h2-2.s {
    text-align: left;
    margin-top: 11px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 5vw;
  }

  .heading-3 {
    color: #a6df00;
    margin-top: 176px;
    font-size: 20px;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    height: auto;
  }

  .page-padding-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .process_item-image.step-1 {
    height: auto;
    margin-bottom: -91px;
    position: relative;
    top: -9%;
    transform: none;
  }

  .section-home-process {
    margin-bottom: 0;
    padding-top: 60px;
  }

  .div-block-117 {
    background-size: 10%;
  }

  .asdr {
    top: 0;
  }

  .div-block-118 {
    background-image: none;
    padding-top: 67px;
  }

  .text-block-40 {
    font-size: 21px;
  }

  .div-block-119 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .div-block-120 {
    width: 100%;
    height: 120px;
    margin-bottom: 5px;
  }

  .div-block-121 {
    width: 95%;
    height: auto;
    margin-top: 5vh;
  }

  .div-block-122 {
    width: 96%;
    padding: 39px 0 30px 15px;
  }

  .text-block-42 {
    display: none;
  }

  .text-block-43 {
    font-size: 6vw;
  }

  .text-field-3 {
    width: 96%;
    height: 30px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 13px;
  }

  .div-block-328 {
    width: 33%;
    height: 26px;
    margin-right: 0;
    font-weight: 400;
    display: inline-block;
  }

  .div-block-327 {
    width: auto;
    height: 26px;
    margin-right: 0%;
  }

  .fs-checkbox_toggle-dot-7 {
    margin-left: -5px;
  }

  .div-block-329 {
    flex-flow: column;
    width: 100%;
    height: 32px;
    padding-right: 0;
  }

  .fs-checkbox_toggle-7 {
    width: 2rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-checkbox_mask-7-2 {
    width: 30px;
  }

  .text-block-19 {
    width: auto;
    font-size: 2.2vw;
    font-weight: 400;
    top: -18px;
    left: 33px;
  }

  .fs-checkbox_button-7 {
    opacity: 0;
  }

  .submit-button-3 {
    padding: 13px 24px;
    font-size: 13px;
  }

  .text-block-44 {
    color: #627723;
    width: 96%;
    margin-top: -3px;
    margin-bottom: 9px;
    font-size: 2.3vw;
    line-height: 2.1em;
  }

  .button-9 {
    margin: 7px 5px 5px;
    padding-right: 15px;
    font-size: 9px;
  }

  .div-block-330.erfg {
    padding-top: 0;
    padding-bottom: 1px;
  }

  .text-block-46 {
    width: 100%;
    font-size: 6vw;
  }

  .text-block-46.dfg {
    margin-bottom: -40px;
  }

  .faq-section.rdtfg {
    padding-bottom: 10px;
  }

  .faq-answer.last-faq-answer {
    padding-left: 0;
  }

  .faq-q-text {
    font-size: 5vw;
  }

  .h6 {
    font-size: 4vw;
  }

  .job-description_heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

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

  .paragraph-6 {
    font-size: 4vw;
  }

  .job_label-card {
    text-align: left;
  }

  .job_sticky-card {
    display: none;
  }

  .job-body {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job_title-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-332 {
    flex-flow: column;
  }

  .div-block-333 {
    width: 11vw;
    height: 11vw;
  }

  .div-block-334 {
    margin-bottom: 15vw;
  }

  .text-block-47 {
    font-size: 3vw;
  }

  .bold-text {
    font-size: 6vw;
  }

  .text-block-48 {
    font-size: 4vw;
  }

  .heading-5 {
    font-size: 10vw;
    line-height: 1em;
  }

  .bold-text-3 {
    margin-bottom: 14px;
    font-size: 9vw;
  }

  .paragraph-7 {
    margin-top: 20px;
    font-size: 5vw;
    line-height: 1.5em;
  }

  .paragraph-8 {
    margin-bottom: 28px;
    font-size: 6vw;
  }

  .text-field-4, .text-field-4._5 {
    padding-left: 15px;
  }

  .text-field-4.w {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding-left: 15px;
  }

  .text-field-4.w._33 {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
  }

  .button-11 {
    padding: 1.4vw 4vw 1.1vw;
    font-size: 2.5vw;
  }

  .div-block-392 {
    padding: 51px 9px 58px;
  }

  .div-block-394 {
    height: 76px;
  }

  .background-video-2 {
    height: 700px;
  }
}

#w-node-bc95414e-6be7-078e-246b-899be2776452-dbaa8823 {
  align-self: start;
}

#w-node-_5b12403b-ee24-467c-4749-9238c9584d0a-c9584d07, #w-node-_5b12403b-ee24-467c-4749-9238c9584d26-c9584d07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5b12403b-ee24-467c-4749-9238c9584d42-c9584d07 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a05-d02283c3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a16-d02283c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a1c-d02283c3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a2b-d02283c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a31-d02283c3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a40-d02283c3 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a46-d02283c3 {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-deebf251-1f6d-4000-5b1e-473bdf88e9ba-a5ef2c66 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-deebf251-1f6d-4000-5b1e-473bdf88e9c3-a5ef2c66 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_5b12403b-ee24-467c-4749-9238c9584d0a-c9584d07, #w-node-_5b12403b-ee24-467c-4749-9238c9584d26-c9584d07 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5b12403b-ee24-467c-4749-9238c9584d42-c9584d07 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    justify-self: start;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a05-d02283c3, #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a16-d02283c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a1c-d02283c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a2b-d02283c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a31-d02283c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a40-d02283c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a46-d02283c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-deebf251-1f6d-4000-5b1e-473bdf88e9ba-a5ef2c66 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a16-d02283c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a1c-d02283c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a2b-d02283c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a31-d02283c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a40-d02283c3 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-_7b8b5ea8-c58e-0435-f2bc-2f6519cc7a46-d02283c3 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-deebf251-1f6d-4000-5b1e-473bdf88e9aa-a5ef2c66, #w-node-deebf251-1f6d-4000-5b1e-473bdf88e9b2-a5ef2c66, #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b4c-50e24b3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b4d-50e24b3b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b4e-50e24b3b {
    grid-area: 2 / 2 / 3 / 4;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b55-50e24b3b {
    grid-area: 2 / 2 / 3 / 3;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b5b-50e24b3b {
    grid-area: 1 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b5f-50e24b3b {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b60-50e24b3b {
    grid-area: 2 / 2 / 3 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b4c-50e24b3b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8832f535-3811-cd33-11c7-bd1c50e24b4e-50e24b3b {
    grid-area: 2 / 2 / 3 / 4;
  }
}


@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aeonik';
  src: url('../fonts/Aeonik-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Messinasans';
  src: url('../fonts/MessinaSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}