<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  padding: 0.5rem 1rem;
  width: 100%;
}

.hide-mobile {
  display: none;
}

/* Default components */
.heading {
  font-family: var(--default-font-heading);
  font-size: 35px;
  line-height: 40px;
  color: var(--dark-green-1);
  margin-bottom: 1rem;
}

.heading__highlighted {
  font-family: var(--default-font-heading);
}

.content-section--dark .heading {
  color: var(--light-green-1);
}

.content-section--dark .heading__highlighted {
  color: var(--white);
}

.content-block {
  margin-bottom: 1rem;
}
.content-block * {
  color: var(--dark-green-1);
  font-size: 15px;
  line-height: 25px; /* 166.667% */
}
.content-section--dark .content-block * {
  color: var(--light-green-1);
}

.button-list {
  display: flex;
  gap: 1rem;
}

.image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  object-position: center;
  border-radius: 15px;
  max-width: 440px;
}

.button {
  background-color: var(--dark-green-3);
  color: var(--white);
  display: inline-block;
  padding: 14px 12px;
  font-size: 13px;
  text-transform: uppercase;
  text-decoration: unset;
  border-radius: 28px;
  letter-spacing: 0.52px;
  /* transition: background-color 0.3s ease-in-out; */
  font-weight: 700;
  border: solid 1px;
  border-color: var(--dark-green-3);
}

.button--outline {
  background-color: var(--white);
  color: var(--dark-green-3);
  display: inline-block;

  padding: 12px 32px;
}

.button:hover {
  background-color: var(--purple);
  border-color: var(--purple);
}

.button--outline:hover {
  background-color: var(--dark-green-3);
  color: var(--white);
  border-color: var(--dark-green-3);
}

.button--cta-primary {
  color: var(--white);
  background: var(--purple);
  transition: unset;
  border-color: var(--purple);
}

.button--cta-secondary {
  color: var(--purple);
  background: var(--white);
  transition: unset;
  border-color: var(--white);
}

.content-section--dark .button--cta-primary {
  background-color: var(--white);
  color: var(--dark-green-1);
  border-color: var(--white);
}

.content-section--dark .button--cta-secondary {
  background-color: var(--dark-green-1);
  color: var(--light-green-1);
  border-color: var(--light-green-1);
}

.button--cta-primary:hover,
.button--cta-secondary:hover {
  color: var(--white);
  background-color: var(--light-green-2);
  border-color: var(--light-green-2);
}

.content-card {
  padding: 1rem;
  border: solid 1px var(--dark-green-3);
  border-radius: 15px;
}

.cards-section--dark .content-card {
  border-color: var(--light-green-1);
}

.content-card__heading {
  color: var(--dark-green-3);
  font-size: 30px;
  line-height: 37px;
}

.cards-section--dark .content-card__heading {
  color: var(--white);
}

.content-card__content {
  color: var(--dark-green-1);
  font-size: 15px;
  line-height: 25px;
}

.cards-section--dark .content-card__content {
  color: var(--light-green-1);
}

@media (min-width: 768px) {
  .button {
    padding: 12px 24px;
  }
  .content-card {
    padding: 2rem;
    min-height: 320px;
  }
  .content-card__heading {
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .image {
    width: 100%;
    height: 435px;
    object-fit: cover;
    object-position: center;
  }
  .hide-mobile {
    display: block;
  }
  .hide-desktop {
    display: none;
  }
}

@media (min-width: 1240px) {
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 1rem 0;
  }

  .heading {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 2rem;
  }
  .content-block {
    margin-bottom: 2rem;
  }

  .content-block * {
    font-size: 17px;
    line-height: 27px; /* 166.667% */
  }
}

/* Loop item */
.loop-item {
  width: 280px;
  overflow: hidden;
  border-radius: 15px;
  background-color: var(--white);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  display: block;
  text-decoration: unset;
}

.loop-item__image {
  width: 100%;
  height: 220px;
  object-position: center;
  object-fit: cover;
}

.loop-item__content {
  padding: 20px 24px;
  display: grid;
  gap: 1rem;
}

.loop-item__title {
  color: var(--dark-green-1);
  font-family: var(--font-default-text);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px; /* 116.667% */
  text-transform: uppercase;
}

.latest-posts .loop-item__title {
  font-size: 15px;
  min-height: 100px;
}

.loop-item__link {
  color: var(--light-green-2);
  font-family: var(--font-default-text);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: unset;
}

/* Target page cards */

.target-pages-section__container {
  display: flex;
  flex-direction: column;
  gap: 20px;

  margin-top: 70px;
  margin-bottom: 70px;
}

.target-page-card {
  width: 100%;
  height: 266px;
  overflow: hidden;
  border-radius: 15px;
  background-color: var(--light-green-1);
  display: block;
  text-decoration: unset;
}

.target-page-card__image-container {
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.target-page-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.target-page-card__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  padding-inline: 20px;
  height: 40%;
  color: var(--dark-green-1);
  text-align: center;
}

.target-page-card__title {
  font-size: 27px;
}

.target-page-card__more-info {
  color: var(--dark-green-3);
  font-size: 13px;
  line-height: 30px;
  font-weight: 350;
}

@media (min-width: 768px) {
  .target-pages-section__container {
    flex-direction: row;

    margin-top: 40px;
    margin-bottom: 40px;
  }

  .target-page-card {
    height: 360px;
  }
}

/* Two Column Content Section */
.content-section--dark {
  background-color: var(--dark-green-1);
}

.content-section__inner-container {
  display: flex;
  flex-direction: column-reverse;
  gap: 1rem;
}

.content-section__content-container {
  width: 100%;
}

.content-section__media-container {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}

.content-section__media-container video {
  width: 100%;
  max-height: 300px;
  border-radius: 15px;
  margin-top: 2rem;
}

.content-section__gallery-container {
  width: 100%;
  max-width: 440px;
  border-radius: 15px;
  overflow: hidden;
}

.content-section__gallery-container .image {
  border-radius: 0;
  object-fit: contain;
}

@media (min-width: 768px) {
  .content-section__inner-container {
    flex-direction: row;
    gap: 2rem;
    padding: 2rem;
  }

  .connent-section__inner-container--reversed {
    flex-direction: row-reverse;
  }

  .content-section__content-container {
    width: 50%;
  }

  .content-section__media-container {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .content-section__inner-container {
    padding: 3rem 1rem;
    gap: 4rem;
  }

  .content-section__content-container {
    padding: 2rem;
  }

  .content-section__media-container {
    padding: 1rem 0;
  }

  .content-section__gallery-container {
    height: 435px;
  }
  .content-section__gallery-container .image {
    border-radius: 15px;
    object-fit: cover;
  }
}

/* Interactive meter section */
.interactive-meter-section {
  background-color: var(--dark-green-1);
}

.interactive-meter-section__inner-container {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  max-width: 800px;
  margin-inline: auto;
}

.interactive-meter-section .heading {
  font-size: 43px;
  line-height: 45px; /* 104.651% */
  text-align: center;
  max-width: 900px;
  color: var(--light-green-1);
}

.interactive-meter-section .heading .heading__highlighted {
  color: var(--white);
}

.interactive-meter-section__meter {
  display: flex;
  justify-content: center;
}
.interactive-meter-section__meter img {
  width: 100%;
}

/* Three cards section */
.cards-section {
  background-color: var(--light-green-1);
}

.cards-section--dark {
  background-color: var(--dark-green-1);
}

.cards-section__inner-container {
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.cards-section__heading {
  font-size: 43px;
  line-height: 45px; /* 104.651% */
  text-align: center;
  max-width: 900px;
  color: var(--dark-green-1);
}

.cards-section--dark .cards-section__heading {
  color: var(--light-green-1);
}

.cards-section__content {
  max-width: 640px;
  color: var(--dark-green-1);
  font-size: 17px;
  line-height: 27px;
  text-align: center;
}

.cards-section--dark .cards-section__content {
  color: var(--light-green-1);
}

.cards-section__content-cards {
  display: grid;
  gap: 1rem;
  max-width: 1000px;
  margin-block: 1rem;
}

@media (min-width: 1024px) {
  .cards-section__inner-container {
    padding: 4rem 0;
  }
  .cards-section__heading {
    font-size: 60px;
    line-height: 65px;
  }

  .cards-section__content-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 3rem;
  }
}

/* Four cards section */

.cards-section__image-cards {
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
}

.image-card {
  border: solid 1px var(--dark-green-3);
  border-radius: 15px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  max-height: 300px;
  background-color: var(--light-green-1);
}
.image-card__outer-container {
  position: relative;
  height: 100%;
}

.image-card__outer-container .image-card {
  border-color: var(--light-green-2);
  position: relative;
}

.image-card__banner {
  height: 60px;
  padding-top: 10px;
  background: var(--light-green-2);
  color: white;
  position: absolute;
  left: 0;
  top: -32px;
  right: 0;
  text-align: center;
  z-index: 0;
  border-radius: 15px;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 14px; /* 107.692% */
}

.image-card__image-container {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.image-card__image {
  width: 120px;
  margin-inline: auto;
  object-fit: contain;
}

.image-card__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
  text-align: center;
  color: var(--dark-green-1);
}

.image-card__content {
  font-weight: 350;
}

.image-card__label {
  color: var(--dark-green-1);
  display: flex;
  justify-content: center;
  margin-top: 35px;
  padding-top: 6px;
  padding-bottom: 6px;
  width: 100%;
  background-color: var(--white);
  border-radius: 15px;
}

.image-card__label:hover .image-card__label-price {
  display: none;
}
.image-card__label-link {
  display: none;
}

.image-card__label:hover .image-card__label-link {
  display: inline;
}

.image-card__connecting-line {
  display: none;
}

.image-card__heading {
  color: var(--dark-green-1);
  font-family: var(--font-default-text);
  font-weight: 700;
}

.image-card.image-card--counter {
  min-height: 257px;
}

.image-card.image-card--counter .image-card__heading {
  font-size: 60px;
  line-height: unset;
  margin-bottom: 1rem;
}

.image-card__content {
  color: var(--dark-green-1);
}

.image-card.image-card--counter .image-card__content {
  font-size: 17px;
}

.image-card__label {
  color: var(--dark-green-1);
  font-weight: 700;
}

@media (min-width: 768px) {
  .image-card__heading {
    font-size: 20px;
    line-height: 24px;
  }

  .image-card__content {
    font-size: 20px;
    line-height: 24px;
  }
  .image-card__label {
    font-size: 20px;
    line-height: 32px; /* 160% */
  }
}

@media (min-width: 1024px) {
  .cards-section__image-cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .image-card {
    position: relative;
  }

  .image-card__connecting-line {
    display: block;
    position: absolute;
    top: 50%;
    right: -21px;
    width: 21px;
    border-color: var(--dark-green-1);
  }

  .image-card:last-child .image-card__connecting-line {
    display: none;
  }
}

/* FAQ Section */
.faq-section__text {
  padding: 48px 0;
  color: var(--dark-green-1);
}

.faq-section__title {
  font-size: 35px;
  margin-bottom: 26px;
}

.faq-section__description {
  margin-top: 26px;
  margin-bottom: 26px;
  font-size: 17px;
  line-height: 27px;
  color: var(--dark-green-1);
}

.faq-section__faq {
  padding-bottom: 3rem;
}

.faq-section__faq-item {
  border-top: 1px solid rgba(0, 52, 26, 0.2);
  padding-inline: 1rem;
  cursor: pointer;
}

.faq-section__faq-item:last-child {
  border-bottom: 1px solid rgba(0, 52, 26, 0.2);
}

.faq-section__question {
  display: flex;
  justify-content: space-between;
  align-items: center;

  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  min-height: 60px;
  font-size: 19px;
  text-transform: uppercase;
  color: var(--dark-green-1);
  list-style: none !important;
}

summary::-webkit-details-marker {
  display: none !important;
}

.faq-section__circle {
  position: relative;
  margin-left: 15px;
  min-width: 22px;
  height: 22px;
  background-color: var(--purple);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}

.faq-section__faq-item[open] .faq-section__circle {
  transform: rotate(90deg);
}

.faq-section__faq-item &gt; p {
  padding: 0.25rem 0 1rem;
  color: var(--dark-green-1);
  font-size: 17px;
  font-style: normal;
  font-weight: 350;
  line-height: 27px;
}

@media (min-width: 768px) {
  /* FAQ Section */
  .faq-section {
    display: flex;
    align-items: center;
  }

  .faq-section__text {
    align-self: flex-start;

    width: 50%;
    margin-right: 20px;
    padding: 3rem;
  }

  .faq-section__title {
    font-size: 50px;
    line-height: 57px;
  }

  .faq-section__faq {
    width: 50%;
    margin-left: 20px;
    padding-top: 3rem;
  }

  .faq-section__question {
    font-size: 20px;
    line-height: 30px; /* 150% */
    text-transform: uppercase;
  }
}

.contact-info-section {
  color: var(--dark-green-1);
}

/* .contact-info-section__text {
  padding: 3rem;
} */

.contact-info-section__title {
  font-size: 35px;
  margin-bottom: 26px;
}

.contact-info-section__description {
  font-size: 17px;
  line-height: 27px;
}

.contact-info-section__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 48px;
}

.contact-info-section__item {
  display: flex;
  gap: 22px;
  flex-direction: column;
}

.contact-info-section__image-container {
  height: 160px;
  border-radius: 15px;
  overflow: hidden;
}

.contact-info-section__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-info-section__info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  font-size: 17px;
  padding: 0 0.25rem;
}

@media (min-width: 768px) {
  .contact-info-section {
    display: flex;
    align-items: center;

    margin-inline: 50px;
  }

  .contact-info-section__text {
    width: 50%;
    margin-right: 20px;
    padding-inline: 0;
  }

  .contact-info-section__title {
    font-size: 50px;
    line-height: 57px;
  }

  .contact-info-section__list {
    width: 50%;
    margin-left: 20px;
  }
  .contact-info-section__item {
    flex-direction: row;
  }
  .contact-info-section__image-container {
    width: 134px;
    height: 122px;
  }
}

@media (min-width: 1024px) {
  .contact-info-section__text {
    padding: 3rem;
  }

  .contact-info-section__title {
    font-size: 50px;
  }
}

/* Section overlay */
.overlay {
  position: relative;
  height: 111px;
}
.section-overlay {
  max-width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  z-index: 10;
}

/* Latest posts Section */
.latest-posts {
  background: var(--light-green-1);
  padding: 2rem 0;
}

.latest-posts__title-container {
  display: grid;
}

.latest-posts__title {
  color: var(--dark-green-1);
  font-style: normal;
  font-weight: 400;
  font-size: 35px;
  line-height: 36px; /* 120% */
}

.latest-posts__description {
  color: var(--dark-green-1);
  font-size: 17px;
  font-style: normal;
  line-height: 27px; /* 158.824% */
  padding: 1rem 0;
}

.latest-posts__posts-container {
  padding: 1rem;
  overflow: hidden;
}

.latest-posts__link-container {
  display: flex;
  justify-content: flex-end;
}

.latest-posts__link {
  color: #00341a;
  text-align: right;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
}

@media (min-width: 1240px) {
  .latest-posts__title-container {
    grid-template-columns: 50% 50%;
  }

  .latest-posts__title {
    font-size: 50px;
    line-height: 60px; /* 120% */
    padding-right: 3rem;
  }

  .latest-posts__posts-container {
    margin-left: calc((100vw - 1200px) / 2);
    padding: 3rem 0;
  }
  .latest-posts__description {
    padding: 1rem;
  }
}

/* Timeline Section */
.timeline-section {
  background-color: var(--light-green-1);
  padding: 3rem 0;
}

.timeline-section__header-container {
  max-width: 600px;
  margin: auto;
  text-align: center;
}

.timeline-section__header-container.heading {
  font-size: 60px;
  line-height: 72px;
}

.timeline-section__header-container .heading__highlighted {
  color: var(--light-green-2);
}

.timeline-section__milestone-container {
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem 0;
}

.milestone {
  display: flex;
  text-align: left;
  width: 100%; /* Adjust based on number of milestones */
  position: relative; /* For pseudo-elements */
}

.milestone:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 9px; /* Adjust to horizontally center with the circle */
  width: 0;
  height: 100%; /* This will create a full-height line */
  border: var(--dark-green-1) 1px solid;
  z-index: 0; /* Put the line behind the circles */
}

.milestone__circle {
  height: 20px;
  width: 20px;
  background-color: var(--light-green-1);
  border-radius: 50%;
  display: inline-block;
  z-index: 1; /* Ensure the circle is above the line */
  position: relative;
  border: var(--light-green-1) 2px solid;
  box-shadow: 0 0 0 1px var(--dark-green-1);
}

.milestone__circle.active {
  background-color: var(--light-green-2);
}

.milestone:last-child:before {
  content: none; /* First item doesn't need a connecting line */
}

.milestone__content-container {
  flex: 1;
  margin-left: 2rem;
  margin-bottom: 2rem;
}

.milestone__content-label {
  color: var(--dark-green-1);
  font-family: var(--font-default-text);
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  text-transform: uppercase;
}

.milestone__content {
  font-size: 15px;
  line-height: 25px;
  color: var(--dark-green-1);
  margin-top: 0.5rem;
}

.timeline-section__button-container {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

@media (min-width: 1024px) {
  .timeline-section__milestone-container {
    flex-direction: row;
  }

  .milestone {
    display: block;
    text-align: center;
  }

  .milestone:before {
    top: 9px; /* Adjust to vertically center with the circle */
    left: 50%;
    width: 100%; /* This will create a full-width line */
    height: 0px;
  }

  .milestone__content-container {
    margin-top: 10px;
    margin-left: 0;
    margin-bottom: 0;
  }

  .milestone__content {
    text-align: left;
    margin-top: 2rem;
    padding: 0 2rem;
  }
}

/* Reviews Section */
.reviews-section {
  padding: 3rem 0rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  overflow: hidden;
}

.reviews-section__heading {
  color: var(--dark-green-1);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 300% */
}

.reviews-section__reviews {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin-inline: auto;
}

.reviews-section__reviews .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.review {
  display: grid;
  max-width: 1000px;
}

.review__media-container {
  width: 100%;
  height: 216px;
  overflow: hidden;
}

.review__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}
.review__content-container {
  padding: 1.5rem;
}

.review__heading {
  color: var(--dark-green-1);
  font-size: 24px;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  margin: 1rem 0;
}

.review__description {
  color: var(--dark-green-1);
  font-size: 15px;
  line-height: 25px; /* 166.667% */
  margin-bottom: 1rem;
}

.review__person {
  color: var(--dark-green-1);
  font-size: 14px;
  font-weight: 800;
  line-height: 25px; /* 178.571% */
}
.reviews-section .swiper-button-prev,
.reviews-section .swiper-button-next {
  display: none;
}

@media (min-width: 1024px) {
  .reviews-section__reviews {
    padding-inline: 2rem;
    overflow: hidden;
  }
  .reviews-section .swiper-button-prev,
  .reviews-section .swiper-button-next {
    display: unset;
  }
  .review {
    grid-template-columns: 45% 55%;
    padding: 1rem;
    align-items: center;
    margin: auto;
  }

  .review__media-container {
    height: 300px;
    padding: 0 2rem;
  }
  .review__content-container {
    padding: 2rem;
  }

  .review__heading {
    font-size: 25px;
    line-height: 30px; /* 120% */
    margin-bottom: 2rem;
  }

  .review__description {
    color: var(--dark-green-1);
    font-size: 15px;
    line-height: 25px; /* 166.667% */
  }
  .review__person {
    font-size: 15px;
  }
}

/* Form Section */
.form-section {
  width: 100%;
  padding: 3rem 1rem;
  max-width: 800px;
  margin-inline: auto;
  color: var(--dark-green-1);
}

.form-section__heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 60px; /* 300% */
  text-align: center;
  margin-bottom: 2rem;
}

.form-section__form-container .wpforms-submit {
  background-color: var(--purple) !important;
  color: var(--white) !important;
  display: inline-block !important;
  padding: 14px 12px !important;
  font-size: 13px !important;
  text-transform: uppercase !important;
  text-decoration: unset !important;
  border-radius: 28px !important;
  letter-spacing: 0.52px !important;
  /* transition: background-color 0.3s ease-in-out; */
  font-weight: 700 !important;
  border: solid 1px !important;
  border-color: var(--purple) !important;
}

.form-section__form-container input[type="text"]:not(.button),
.form-section__form-container input[type="email"]:not(.button),
.form-section__form-container input[type="number"]:not(.button),
.form-section__form-container select {
  max-width: 100% !important;
  padding: 12px 16px !important;
  border-radius: 24px !important;
  border: 1px solid #cde0a2 !important;
  background: #fff !important;
  /* box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15) inset; */
}

.form-section__form-container select {
  margin-bottom: 0.5rem;
}

.form-section__form-container label {
  display: block;
  color: var(--dark-green-1) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 18px !important; /* 120% */
  text-transform: uppercase !important;
  margin: 1rem 0;
}

.form-section__form-container textarea {
  border-radius: 24px !important;
  border: 1px solid #cde0a2 !important;
}

.dmm_form label {
  display: inline !important;
}

@media (min-width: 768px) {
  .form-section__form-container .wpforms-submit {
    padding: 12px 24px;
  }
}

/* Teamgrid Section */
.teamgrid-section {
  padding: 0.5rem 0;
}

.teamgrid-section__heading {
  text-align: center;
  margin: 2rem 0;
  color: var(--dark-green-1);
  font-size: 35px;
}

.teamgrid-section__content-cards {
  display: flex;
  gap: 1rem;
  justify-content: center;
  /* align-items: center; */
  flex-direction: column;
}

.person-card {
  width: 300px;
  display: flex;

  align-items: center;
  flex-direction: column;

  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
  padding: 2rem;
}

.person-card__image {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  object-fit: cover;
  object-position: center;
  margin-bottom: 1rem;
}

.person-card__name {
  color: var(--dark-green-1);
  font-size: 22px;
  font-weight: 400;
  line-height: 30px; /* 136.364% */
}

.person-card__title {
  color: var(--dark-green-1);

  font-family: var(--font-default-text);
  font-size: 15px;

  font-weight: 700;
  line-height: 27px; /* 180% */
}

.person-card__description {
  margin-top: 1rem;
  color: var(--dark-green-1);

  font-size: 15px;
  line-height: 25px; /* 166.667% */
}

@media (min-width: 768px) {
  .teamgrid-section__content-cards {
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .teamgrid-section__heading {
    margin: 2rem 0 3rem 0;
    font-size: 50px;
  }

  .teamgrid-section__content-cards {
    gap: 2rem;
  }

  .person-card {
    width: 30%;
  }
}

/* Hero Section */
.hero-section {
  display: grid;
  background: var(--light-green-1);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}

.hero-section__left-container {
  padding: 3rem 2rem 6rem 2rem;
  grid-row: 2;
}

.hero-section__right-container {
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.hero-section__heading {
  font-size: 39px;
  line-height: 45px; /* 115.385% */
  color: var(--dark-green-1);
  margin-bottom: 2rem;
}

.hero-section__content {
  font-size: 16px;
  line-height: 27px; /* 168.75% */
  color: var(--dark-green-1);
}

.hero-section__cta-container {
  margin-top: 3rem;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.hero-section__cta-button--big {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  bottom: 8px;
  right: 0;
  padding: 12px 18px;
  gap: 1rem;
  background: var(--purple);
  color: var(--white);
  border-radius: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px; /* 120% */
  letter-spacing: 0.15px;
  text-transform: uppercase;
  z-index: 11;
}

.hero-section__cta-button--big span {
  width: 157px;
}
.home .hero-section__cta-button--big {
  background-color: var(--light-green-2);
}

.home .hero-section {
  border-radius: 0;
  padding: 4rem 0 2rem;
}

.home .hero-section__right-container {
  min-height: 300px;
  border-radius: 15px;
  margin-inline: 1rem;
}

.home .hero-section__cta-container {
  flex-direction: column;
}
.home .hero-section__cta-container .button {
  text-align: center;
}

@media (min-width: 1024px) {
  .hero-section {
    grid-template-columns: 50% 50%;
  }

  .hero-section__left-container {
    padding: 8rem 4rem 10rem 4rem;
    grid-row: 1;
  }
  .hero-section__heading {
    font-size: 50px;
    line-height: 54px;
  }

  .hero-section__content {
    font-size: 20px;
    line-height: 29px;
  }

  .hero-section__cta-button--big {
    bottom: 3.5rem;
    right: 3rem;
    padding: 18px;
  }

  .home .hero-section__cta-button--big {
    width: 320px;
    font-size: 20px;
    line-height: 22px;
  }

  .home .hero-section__cta-button--big span {
    width: 196px;
  }
  .home .hero-section {
    border-radius: 0;
    padding: 0;
  }
  .home .hero-section__right-container {
    min-height: 300px;
    border-radius: unset;
    margin-inline: unset;
  }

  .home .hero-section__cta-container {
    flex-direction: row;
  }
  /* .home .hero-section__left-container {
    padding: 10rem 8rem 12rem calc((100vw - 1240px) / 2 + 2rem);
  } */
}

@media (min-width: 1240px) {
  .home .hero-section__left-container {
    padding: 10rem 8rem 12rem calc((100vw - 1240px) / 2 + 2rem);
  }

  .home .hero-section__cta-button--big {
    right: calc((100vw - 1240px) / 2);
    bottom: 8rem;
  }
}

.hero-section.alternate {
  background-color: var(--dark-green-1);
}
.alternate .hero-section__heading,
.alternate .hero-section__content {
  color: var(--light-green-1);
}

/* Full Image Section */
.full-image-section {
  background-color: #ecf2da;
}
.full-image-section .container {
	padding: 2rem 0 0 0 !important;
}

.full-image-section__image{
	position: relative;
}


.full-image-section__image img {
  width: 100%;
  margin-bottom: -0.5rem;
}

@media(min-width: 1024px){
	.full-image-section__image::after {
    content: "";
    width: 32px;
    position: absolute;
    right: -32px;
    bottom: 0;
    height: 32px;
    background: radial-gradient(circle 32px at top right, #0000 98%, white) top left;
}

.full-image-section__image::before {
    content: "";
    width: 32px;
    position: absolute;
    left: -32px;
    bottom: 0;
    height: 32px;
    background: radial-gradient(circle 32px at top left, #0000 98%, white) top left;
}

}


</pre></body></html>