.page-template-homepage .hero {
  height: 100vh;
  margin-top: 122px;
  overflow-x: hidden;
}
@media only screen and (max-width: 680px) {
  .page-template-homepage .hero {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .hero {
    height: max-content;
    position: relative;
    padding-bottom: 8vmin;
    overflow: hidden;
  }
}
.page-template-homepage .hero__featured__image {
  position: absolute;
  z-index: -1;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .hero__featured__image {
    opacity: 0.75;
    filter: blur(10px);
  }
}
.page-template-homepage .hero__featured__image img {
  height: 100%;
}
.page-template-homepage .hero .container {
  padding-right: clamp(80px, 20vw, 9vmin);
  justify-content: space-between;
  align-items: center;
  height: calc(100vh - 122px);
  gap: 3vmin;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .hero .container {
    flex-direction: column-reverse;
    gap: 12vmin;
    padding-top: 9vmin;
    padding-right: unset;
    justify-content: unset;
    height: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .page-template-homepage .hero .container {
    overflow: unset;
  }
}
.page-template-homepage .hero__image {
  margin-left: -84px;
  border-radius: 20px;
  max-height: 623px;
  position: relative;
}
@media only screen and (max-width: 1440px) {
  .page-template-homepage .hero__image {
    max-width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .hero__image {
    max-width: 75%;
    align-self: end;
  }
  .page-template-homepage .hero__image::after {
    inset: -7.5% 45% 0 0;
  }
}
@media only screen and (max-width: 680px) {
  .page-template-homepage .hero__image {
    max-width: 90%;
    margin-inline: auto;
  }
  .page-template-homepage .hero__image::after {
    inset: -7.5% 43% 0 0;
    border: 3px solid #64b244;
  }
  .page-template-homepage .hero__image img {
    border-radius: 20px;
  }
}
.page-template-homepage .hero__image img {
  height: 100%;
}
.page-template-homepage .hero .banner__text {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding-top: unset;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .hero .banner__text {
    padding-inline: 3%;
  }
}
.page-template-homepage .hero .banner__text h1 {
  font-weight: 900;
  position: relative;
  color: #64b244;
  letter-spacing: -1px;
  line-height: 1;
  margin-bottom: 0.2em;
  font-size: 4.6rem;
  font-family: "Heebo";
}
.page-template-homepage .hero .banner__text h2 {
  letter-spacing: -1px;
  line-height: 1;
}
.page-template-homepage .hero .banner__button {
  margin-top: 40px;
}
.page-template-homepage .services {
  padding-block: 11vmin;
  background-image: url("../images/Ellipse.svg");
  background-repeat: no-repeat;
  background-position: -60% 50%;
  position: relative;
}
@media only screen and (max-width: 1550px) {
  .page-template-homepage .services {
    background-position: -50vw 50%;
  }
}
.page-template-homepage .services__text {
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  text-align: center;
}
.page-template-homepage .services__text p {
  width: 60%;
  font-weight: 700;
  font-size: 1.25rem;
}
.page-template-homepage .services__title {
  text-align: center;
  position: relative;
  margin-bottom: 32px;
}
.page-template-homepage .services__title::before, .page-template-homepage .services__title::after {
  content: "";
  position: absolute;
  width: min(536px, 25%);
  height: 7px;
  background-color: #64b244;
  border-radius: 18px;
  top: 50%;
  margin-inline-start: 60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .services__title::before, .page-template-homepage .services__title::after {
    width: 16%;
    margin-inline-start: 30px;
    height: 4px;
  }
}
.page-template-homepage .services__title::before {
  transform: translateX(100%);
  margin-inline-start: -60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .services__title::before {
    margin-inline-start: -30px;
  }
}
.page-template-homepage .services__pages {
  gap: 60px;
  max-width: min(1540px, 95%);
  margin-inline: auto;
}
@media only screen and (max-width: 1440px) {
  .page-template-homepage .services__pages {
    gap: 3vmin;
  }
}
@media only screen and (max-width: 580px) {
  .page-template-homepage .services__pages {
    gap: 10vmin;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .services__pages {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.page-template-homepage .services__page {
  display: block;
  padding-block: 42px;
  padding-right: 52px;
  background-color: #ffffff;
  box-shadow: 0 12px 65px #0000001a;
  border-radius: 20px;
  flex-direction: column;
}
@media only screen and (max-width: 1440px) {
  .page-template-homepage .services__page {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .services__page {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .services__page {
    width: 75%;
    padding: 4vmin;
  }
}
@media only screen and (max-width: 480px) {
  .page-template-homepage .services__page {
    width: 98%;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .services__page h3 {
    display: inline-flex;
    margin-inline-start: 4vmin;
  }
}
.page-template-homepage .services__page-icon {
  max-height: 70px;
  max-width: 60px;
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .services__page-icon {
    display: inline-flex;
  }
}
.page-template-homepage .services__page-content {
  max-width: min(601px, 95%);
  margin-block: 16px 42px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 480px) {
  .page-template-homepage .services__page-content {
    font-size: 1rem;
    margin-bottom: 2vmin;
  }
}
.page-template-homepage .services__page-read-more {
  align-self: flex-end;
  margin-inline-end: 82px;
}
.page-template-homepage .about {
  padding-block: 115px !important;
  overflow-x: hidden;
  background-image: unset;
}
.page-template-homepage .about .dots {
  top: 27%;
  left: 0;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .about .dots {
    top: 30%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-homepage .about .dots {
    top: 9%;
  }
}
.page-template-homepage .about__text {
  margin-top: -10%;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .about__text {
    margin-top: -2vmin;
  }
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .feature-bg {
    display: none;
  }
}
.page-template-homepage .media-center {
  padding-block: 10vmin;
  position: relative;
}
.page-template-homepage .media-center__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
.page-template-homepage .media-center__title::before, .page-template-homepage .media-center__title::after {
  content: "";
  position: absolute;
  width: min(536px, 25%);
  height: 7px;
  background-color: #64b244;
  border-radius: 18px;
  top: 50%;
  margin-inline-start: 60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .media-center__title::before, .page-template-homepage .media-center__title::after {
    width: 16%;
    margin-inline-start: 30px;
    height: 4px;
  }
}
.page-template-homepage .media-center__title::before {
  transform: translateX(100%);
  margin-inline-start: -60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .media-center__title::before {
    margin-inline-start: -30px;
  }
}
.page-template-homepage .media-center__wrapper {
  width: min(1425px, 90%);
  margin-inline: auto;
  position: relative;
  padding-inline: 48px;
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .media-center__wrapper {
    padding-inline: 36px;
  }
}
.page-template-homepage .media-center__slider .slick-list {
  margin: 0 -14px;
}
.page-template-homepage .media-center__slider .slick-slide {
  padding: 0 14px;
}
.page-template-homepage .media-center__slider .slick-arrow {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64b244;
  transition: opacity 0.25s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .media-center__slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.page-template-homepage .media-center__slider .slick-arrow:hover {
  opacity: 0.75;
}
.page-template-homepage .media-center__slider .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.page-template-homepage .media-center__slider .slick-arrow.slick-prev {
  right: -4px;
}
.page-template-homepage .media-center__slider .slick-arrow.slick-prev svg {
  transform: rotate(90deg);
}
.page-template-homepage .media-center__slider .slick-arrow.slick-next {
  left: -4px;
}
.page-template-homepage .media-center__slider .slick-arrow.slick-next svg {
  transform: rotate(-90deg);
}
.page-template-homepage .media-center__video-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page-template-homepage .media-center__vid-container {
  max-width: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: 0.25s ease-in-out all;
  width: 100%;
  height: 100%;
}
.page-template-homepage .media-center__vid-container.show {
  opacity: 1;
  z-index: 1;
}
.page-template-homepage .media-center__vid-container.show iframe {
  width: 100%;
  height: 100%;
}
.page-template-homepage .media-center__img-cont {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  aspect-ratio: 16/9;
}
.page-template-homepage .media-center__img-cont img {
  object-fit: cover;
  max-width: unset;
  width: 100%;
  aspect-ratio: 16/9;
}
.page-template-homepage .media-center__img-cont .play {
  position: absolute;
  inset: 0;
  width: 88px;
  aspect-ratio: 1;
  border-radius: 100%;
  background-color: #64b244;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 620px) {
  .page-template-homepage .media-center__img-cont .play {
    width: 55px;
  }
  .page-template-homepage .media-center__img-cont .play svg {
    width: 18px;
    height: 23px;
  }
}
.page-template-homepage .media-center__img-cont .play.loading::before {
  content: "";
  border: 4px solid #add69c;
  border-left-color: #ffffff;
  position: absolute;
  margin: auto;
  border-radius: 100%;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: donut-spin 2s linear infinite;
}
.page-template-homepage .media-center__img-cont .play:hover {
  background-color: #add69c;
}
.page-template-homepage .media-center__img-cont .play svg {
  margin-inline-start: -6px;
}
.page-template-homepage .reviews {
  padding-block: 10vmin;
  background-color: #f5f5f5;
  position: relative;
}
.page-template-homepage .reviews__title {
  text-align: center;
  position: relative;
  margin-bottom: 48px;
}
.page-template-homepage .reviews__title::before, .page-template-homepage .reviews__title::after {
  content: "";
  position: absolute;
  width: min(536px, 25%);
  height: 7px;
  background-color: #64b244;
  border-radius: 18px;
  top: 50%;
  margin-inline-start: 60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .reviews__title::before, .page-template-homepage .reviews__title::after {
    width: 16%;
    margin-inline-start: 30px;
    height: 4px;
  }
}
.page-template-homepage .reviews__title::before {
  transform: translateX(100%);
  margin-inline-start: -60px;
}
@media only screen and (max-width: 1200px) {
  .page-template-homepage .reviews__title::before {
    margin-inline-start: -30px;
  }
}
.page-template-homepage .reviews__slider {
  width: min(1425px, 90%);
  margin-inline: auto;
  position: relative;
  padding-inline: 48px;
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .reviews__slider {
    padding-inline: 36px;
  }
}
.page-template-homepage .reviews__slider .slick-list {
  margin: 0 -10px;
}
.page-template-homepage .reviews__slider .slick-slide {
  padding: 0 10px;
  height: auto;
}
.page-template-homepage .reviews__slider .slick-track {
  display: flex !important;
}
.page-template-homepage .reviews__slider .slick-slide > div,
.page-template-homepage .reviews__slider .reviews__slide {
  height: 100%;
}
.page-template-homepage .reviews__slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64b244;
  transition: opacity 0.25s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .page-template-homepage .reviews__slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
}
.page-template-homepage .reviews__slider .slick-arrow:hover {
  opacity: 0.75;
}
.page-template-homepage .reviews__slider .slick-arrow.slick-disabled {
  opacity: 0.3;
  cursor: default;
}
.page-template-homepage .reviews__slider .slick-arrow svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  display: block;
}
.page-template-homepage .reviews__slider .slick-arrow.slick-prev {
  right: -4px;
}
.page-template-homepage .reviews__slider .slick-arrow.slick-prev svg {
  transform: rotate(90deg);
}
.page-template-homepage .reviews__slider .slick-arrow.slick-next {
  left: -4px;
}
.page-template-homepage .reviews__slider .slick-arrow.slick-next svg {
  transform: rotate(-90deg);
}
.page-template-homepage .reviews__card {
  background: #fff;
  border-radius: 12px;
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}
.page-template-homepage .reviews__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  min-width: 0;
}
.page-template-homepage .reviews__icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}
.page-template-homepage .reviews__icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.page-template-homepage .reviews__name {
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  margin: 0;
}
.page-template-homepage .reviews__rating {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 16px;
}
.page-template-homepage .reviews__star {
  width: 18px;
  height: 18px;
  display: inline-flex;
}
.page-template-homepage .reviews__star svg {
  width: 18px;
  height: 18px;
  display: block;
}
.page-template-homepage .reviews__star svg path {
  fill: #e0e0e0;
}
.page-template-homepage .reviews__star.is-active svg path {
  fill: #fabb05;
}
.page-template-homepage .reviews__content {
  flex: 1;
  min-width: 0;
}
.page-template-homepage .reviews__text {
  font-size: 16px;
  line-height: 23px;
  color: #111111;
  width: 100%;
  text-align: start;
}
.page-template-homepage .reviews__text.is-clamped {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-template-homepage .reviews__text p {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.page-template-homepage .reviews__text p + p {
  margin-top: 0.5em;
}
.page-template-homepage .reviews__read-more {
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 16px;
  color: rgba(17, 17, 17, 0.5);
  font-family: inherit;
}
.page-template-homepage .reviews__read-more[hidden] {
  display: none;
}
.page-template-homepage .reviews__google {
  margin-top: auto;
  padding-top: 16px;
  display: flex;
  justify-content: flex-start;
}
.page-template-homepage .reviews__google svg {
  display: block;
}

@keyframes donut-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.customers {
  margin-bottom: unset;
}

.hp-return {
  display: none;
}
