.container {
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

.container.mt-32 {
  margin-top: 2rem;
}

.section-title {
  padding-top: 1.25rem;
  padding-bottom: .75rem;
}

.h2 {
  color: #0d1c14;
  font-size: 2.25rem;
  line-height: 1.1;
}

.h2.weight-bold {
  font-weight: 700;
  line-height: 30px;
}

.body {
  color: #0d1c14;
  font-family: Space Grotesk, sans-serif;
}

.serivces-card {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.services-content-wrapper {
  max-width: 50%;
}

.text-size-large {
  color: #0d1c14;
  font-size: 16px;
  line-height: 1.3;
}

.text-size-large.weight-bold {
  font-weight: 700;
}

.text-size-large.weight-bold.mb-4 {
  margin-bottom: 4px;
}

.text-size-large.center-align {
  text-align: center;
}

.text-size-large.center-align.color-white {
  color: #fff;
}

.text-size-large.color-green {
  color: #4f9673;
}

.text-size-md {
  font-size: 14px;
}

.text-size-md.text-color-green {
  color: #4f9673;
}

.button {
  color: #0d1c14;
  background-color: #42e694;
  border: 1px solid #42e694;
  border-radius: .75rem;
  padding-left: 16px;
  padding-right: 16px;
  font-weight: 500;
  transition: all .3s;
}

.button:hover {
  color: #fff;
  background-color: #09851e;
  border: 1px solid #09851e;
}

.button.mt-16 {
  margin-top: 16px;
}

.button.secondary {
  background-color: #14b866;
  border-color: #14b866;
}

.button.secondary:hover {
  color: #fff;
  background-color: #006331;
  border-color: #006331;
}

.button.secondary.mb-16 {
  margin-left: 1rem;
}

.button.mt-mb {
  margin-top: 12px;
  margin-bottom: 12px;
}

.card-image-1 {
  background-image: url('../images/bc92511b42f19668a5527129b30a17d38d7f9c97_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: 320px;
  min-height: 10.69rem;
  max-height: 10.69rem;
  overflow: hidden;
}

.image {
  transform: translate(0, -79px);
}

.card-image-3 {
  background-image: url('../images/5b202bc64935137a2fdf168b7b634291faf9da15_1.webp');
  background-position: 50% 43%;
  background-size: cover;
  border-radius: 12px;
  width: 100%;
  max-width: 20rem;
  min-height: 10.69rem;
  max-height: 10.69rem;
}

.card-image {
  min-height: 100%;
  transform: translate(0, -43px);
}

.card-image-2 {
  background-image: url('../images/13a481ab45c9bdc9515890da64e087724898eefd_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: 320px;
  min-height: 10.69rem;
  max-height: 10.69rem;
  overflow: hidden;
}

.card-image-1-copy, .card-image-4 {
  background-image: url('../images/dc2b49e9a3e90a40d6d9dc6d25f91f1514c99210_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .75rem;
  width: 100%;
  max-width: 320px;
  min-height: 10.69rem;
  max-height: 10.69rem;
  overflow: hidden;
}

.why-us-wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.h3 {
  font-size: 24px;
  line-height: 1.1;
}

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

.section-desc {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45rem;
  display: flex;
}

.spacer-40 {
  padding-top: 2.5rem;
}

.why-us-card-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.why-us-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: 1px solid #d1e8db;
  border-radius: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 18.75rem;
  padding: 1rem;
  transition: all .3s;
  display: flex;
}

.why-us-card:hover {
  background-color: #f1f1f1;
}

.desc-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: .25rem;
  padding-bottom: .75rem;
  display: flex;
}

.contact-form-warpper {
  width: 100%;
  max-width: 30rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.field-label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
}

.text-field {
  color: #4f9673;
  background-color: #e8f2ed;
  border: 1px solid #00000008;
  border-radius: 12px;
  height: 3.5rem;
  margin-bottom: 24px;
  padding: 1rem;
  font-size: 16px;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  border-color: #4f9673;
}

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

.message-area {
  color: #4f9673;
  background-color: #e8f2ed;
  border: 1px solid #00000008;
  border-radius: 12px;
  height: 9rem;
  min-height: 9rem;
  margin-bottom: 24px;
  padding: 1rem;
  font-size: 16px;
}

.message-area:focus-visible, .message-area[data-wf-focus-visible] {
  border-color: #4f9673;
}

.message-area::placeholder {
  color: #4f9673;
}

.footer {
  margin-top: 3.38rem;
}

.footer-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 4px;
  display: flex;
}

.pages-link-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-link {
  color: #4f9673;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 160px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link:hover {
  color: #206330;
}

.social-link {
  width: 48px;
  height: 48px;
}

.path {
  color: #fff;
}

.social {
  color: #4f9673;
}

.social:hover {
  color: #206330;
}

.hero {
  padding-top: 2.25rem;
}

.hero-wrapper {
  background-image: linear-gradient(90deg, #0000001a, #0006), url('../images/f3ae219b13fe588b6921a2da7a8afed61dbfe750-2_1.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: .75rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 30rem;
  min-height: 30rem;
  margin-bottom: 1rem;
  padding-bottom: 2.88rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.3;
}

.h1.center-align {
  text-align: center;
  line-height: 1.2;
}

.hero-desc {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  display: flex;
}

.navbar {
  background-color: #fff;
  border: 1px solid #e5e8eb;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  padding: 12px 40px;
  display: flex;
}

.brand {
  max-width: 6.88rem;
}

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

.nav-link {
  font-weight: 500;
}

.nav-link:hover {
  color: #4f9673;
}

.form-block {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .button.secondary {
    border-color: #14b866;
  }

  .button.secondary.mb-16 {
    margin-left: 0;
  }

  .hero-wrapper {
    background-position: 0 0, 50% 65%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .nav-wrapper {
    padding: 1.25rem;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 16px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 8px;
    margin-left: 16px;
    margin-right: 16px;
    padding-bottom: 1.5rem;
    box-shadow: 0 2px 5px #0003;
  }

  .menu-button {
    color: #000;
    background-color: #fff;
    padding: 0;
  }

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

  .icon {
    color: #14b866;
  }
}

@media screen and (max-width: 767px) {
  .h2.weight-bold {
    font-size: 2.1rem;
  }

  .serivces-card {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .card-image-1 {
    min-height: 10.69rem;
  }

  .image {
    transform: translate(0, -46px);
  }

  .card-image {
    min-height: 100%;
    transform: translate(0);
  }

  .card-image-2, .card-image-1-copy, .card-image-4 {
    min-height: 10.69rem;
  }

  .footer-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-wrapper {
    background-position: 0 0, 50%;
    background-size: auto, 900px;
    height: 20rem;
    min-height: 20rem;
  }

  .h1.center-align {
    font-size: 42px;
  }

  .nav-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .h2.weight-bold {
    font-size: 1.9rem;
  }

  .serivces-card {
    flex-flow: column;
  }

  .services-content-wrapper {
    max-width: 100%;
  }

  .text-size-large.center-align {
    text-align: left;
  }

  .card-image-1, .card-image-3, .card-image-2, .card-image-4 {
    order: -1;
    max-width: 100%;
  }

  .why-us-wrapper {
    padding-top: 1rem;
  }

  .why-us-card-wrapper {
    flex-flow: column;
  }

  .why-us-card {
    max-width: 100%;
  }

  .desc-wrapper {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .hero {
    padding-top: 1.5rem;
  }

  .hero-wrapper {
    background-size: auto, 900px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .h1.center-align {
    font-size: 36px;
  }

  .nav-wrapper {
    padding-left: 16px;
    padding-right: 1rem;
  }

  .brand {
    max-width: 130px;
  }
}


