body {
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  line-height: 140%;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat Alternates", sans-serif;
  margin-bottom: 10px;
  line-height: 1.3;
  margin-top: 0;
}

h1 {
  color: #000;
}

h2 {
  margin-bottom: 10px;
  color: #435539;
  font-weight: 700;
  font-size: 30px;
}
h2 a {
  color: #8b786c;
  font-weight: 700;
}

h3 {
  color: rgb(42.9366197183, 54.4718309859, 36.5281690141);
  font-weight: 600;
  font-size: 22px;
}
h3 a {
  color: rgb(42.9366197183, 54.4718309859, 36.5281690141);
  font-weight: 600;
}
h3 a:hover {
  color: #435539;
}

h4 {
  color: #8b786c;
  font-weight: 500;
  font-size: 18px;
}

p {
  margin-bottom: 15px;
}

a {
  text-decoration: underline;
  transition: 0.25s ease;
  font-weight: 600;
  color: rgb(110.2995951417, 95.2226720648, 85.7004048583);
}
a:hover {
  color: #8b786c;
}

i {
  font-size: 28px;
  margin-right: 8px;
  color: #435539;
}
i.fa-seedling {
  font-size: 18px;
}

.featured-paragraph {
  font-weight: 600;
}

figure.round {
  aspect-ratio: 1;
  overflow: hidden;
  border-radius: 50%;
  max-width: 80%;
  margin: 0 auto 30px;
  box-shadow: 0 12px 14px -8px grey;
}
figure.round img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

img {
  max-width: 100%;
  height: auto;
}

.btn {
  border-radius: 50px;
  position: relative;
  padding: 7px 14px;
  line-height: 130%;
  font-weight: 700;
  font-size: 18px;
  border: none;
}
.btn:hover {
  text-decoration: none !important;
  background-color: rgb(42.9366197183, 54.4718309859, 36.5281690141);
  color: #fff;
}
.btn .icon-chevron-right {
  display: none;
}
.btn.btn-primary {
  background-color: #435539;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: rgb(91.0633802817, 115.5281690141, 77.4718309859);
}
.btn.btn-secondary {
  background-color: #8b786c;
  color: #fff;
}
.btn.btn-secondary:hover {
  background-color: rgb(110.2995951417, 95.2226720648, 85.7004048583);
}
.btn.btn-arrow-right:after {
  font-family: "Font Awesome 6 Free";
  margin-left: 5px;
  content: "\f054";
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero {
  height: inherit;
  color: #fff;
}
.hero .container {
  max-width: inherit;
  padding: 0;
  overflow: hidden;
}
.hero .container .row {
  flex-direction: column-reverse;
}
.hero .container .row > * {
  padding: 0 !important;
}
.hero .container .hero-text {
  padding: 16vw 8vw 8vw !important;
  margin: -30px auto 0;
  background-color: rgb(42.9366197183, 54.4718309859, 36.5281690141);
  margin-top: -40px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 20%, 110% 100%, 0% 100%);
}
.hero .container .hero-text h1,
.hero .container .hero-text h2 {
  color: #fff;
}
.hero .container .hero-text h1 {
  font-weight: 700;
  font-size: 30px;
  font-size: 10vw;
}
.hero .container .hero-text h2 {
  font-weight: 500;
  margin-bottom: 0;
  font-size: 7vw;
}
.hero .container .hero-image {
  aspect-ratio: 16/9;
  overflow: hidden;
  max-height: 200px;
}
.hero .container .hero-image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-container {
  background-color: #fff;
  padding: 30px 0 !important;
  background: linear-gradient(3deg, #ece8e7 50%, #ffffff 50%);
}
.main-container ul,
.main-container ol {
  padding-left: 40px;
  margin-bottom: 20px;
}
.main-container ul li,
.main-container ol li {
  padding-left: 5px;
}
.main-container ul li:not(:last-of-type),
.main-container ol li:not(:last-of-type) {
  margin-bottom: 2px;
}
.main-container ul ul,
.main-container ul ol,
.main-container ol ul,
.main-container ol ol {
  margin-bottom: 0;
}
.main-container ul {
  list-style-image: url("../images/bullet.svg");
}

.container-fluid {
  position: relative;
  padding: 0;
}

.container {
  padding: 0 20px;
}

.navbar {
  background-color: #435539;
}
.navbar .container-fluid {
  padding: 0 20px;
}
.navbar .container-fluid .navbar-brand {
  font-family: "Montserrat Alternates", sans-serif;
}

section {
  padding: 20px;
  margin-top: 20px;
}
section:first-of-type {
  margin-top: 0;
  font-size: 18px;
}
section:nth-child(odd) {
  background-color: transparent;
}
section:nth-child(even) {
  background-color: #f9f9f8;
  color: #333;
  box-shadow: 0 12px 14px -8px grey;
}
section:nth-child(even) h2 {
  color: #435539;
}

.call-to-action {
  background: #f1f1f1;
  padding: 20px 0 25px 0;
  font-weight: 500;
}
.call-to-action h3 {
  font-weight: 700;
  font-size: 32px;
}
.call-to-action p {
  margin-bottom: 20px;
}
.call-to-action p:last-of-type {
  margin-bottom: 0;
}

footer {
  line-height: 140%;
  font-size: 16px;
  color: #fff;
}
footer p:last-of-type {
  margin-bottom: 0px;
}
footer a {
  text-decoration: none;
  font-weight: 600;
}
footer a:hover {
  text-decoration: underline;
}
footer .footer {
  background-color: #435539;
  padding: 20px 0px;
  text-align: center;
}
footer .footer .contact-icons a {
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 50px;
  display: inline-block;
  aspect-ratio: 1;
  margin-right: 10px;
  transition: 0.25s ease;
}
footer .footer .contact-icons a:hover {
  background-color: #dfd9d7;
}
footer .footer .contact-icon {
  margin: 0;
  transition: 0.25s ease;
}
footer .subfooter {
  background-color: rgb(42.9366197183, 54.4718309859, 36.5281690141);
  padding: 20px 0px;
  text-align: center;
}

@media (min-width: 576px) {
  .hero {
    background-color: rgb(42.9366197183, 54.4718309859, 36.5281690141);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 90%);
  }
  .hero .container .row {
    flex-direction: row;
    align-items: center;
  }
  .hero .container .hero-text {
    margin: 0;
    max-width: unset;
    border-radius: 0;
    flex: 0 0 50%;
    background-color: transparent;
    text-align: left !important;
    padding: 0 0 0 10vw !important;
  }
  .hero .container .hero-text h1,
  .hero .container .hero-text h2 {
    color: #fff;
  }
  .hero .container .hero-text h1 {
    font-size: min(4vw, 40px);
  }
  .hero .container .hero-text h2 {
    font-size: min(3vw, 28px);
  }
  .hero .container .hero-image {
    aspect-ratio: 4/3;
    flex: 0 0 50%;
    padding: 0;
    clip-path: ellipse(70% 120% at 70% 50%);
    width: 50%;
    max-height: 300px;
  }
  .container {
    max-width: 1000px;
    padding: 0 30px;
  }
  section {
    padding: 30px;
  }
  section:first-of-type {
    display: flex;
    gap: 6%;
    align-items: center;
    margin-top: 0;
  }
  section:first-of-type figure {
    flex: 0 0 40%;
  }
}
@media (min-width: 768px) {
  body {
    margin-top: 0;
  }
  h2 {
    font-size: 32px;
  }
  .header {
    background-color: #fff;
  }
  .main-container {
    padding: 40px 0;
  }
  section {
    padding: 40px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  .container {
    padding: 0 40px;
  }
  section:first-of-type {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */