﻿html {
  box-sizing: border-box;
  background: #fbf7f3;
  scroll-behavior: smooth;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh;
  background: #fbf7f3;
  color: #03271e;
  font-family:
    Aleo,
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

main {
  flex: 1 0 auto;
}

main > section {
  --section-y: 1.75rem;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: var(--section-y) !important;
  padding-bottom: var(--section-y) !important;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

[data-aos] {
  opacity: 0;
  transform: translateY(1rem);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

[data-aos="fade-left"] {
  transform: translateX(1rem);
}

[data-aos="fade-right"] {
  transform: translateX(-1rem);
}

[data-aos].is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  [data-aos] {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.hero-title {
  max-width: 36rem;
  margin: 0;
  color: #044534;
  font-size: 1.875rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.hero-copy {
  max-width: 42rem;
  margin-top: 2rem;
  color: #5c5c5c;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 2rem;
}

.section-title {
  margin: 0;
  color: #044534;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  text-align: center;
}

.section-copy {
  max-width: 56rem;
  margin-top: 0.5rem;
  color: #5c5c5c;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2rem;
}

.section-copy-lg {
  margin-top: 1rem;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.top-0 {
  top: 0;
}

.top-9 {
  top: 2.25rem;
}

.right-0 {
  right: 0;
}

.left-\[calc\(50\%\+3\.25rem\)\] {
  left: calc(50% + 3.25rem);
}

.z-10 {
  z-index: 10;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.mr-auto {
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-auto {
  margin-top: auto;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.block {
  display: block;
}

.hidden {
  display: none;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.grid {
  display: grid;
}

.items-center {
  align-items: center;
}

.items-start {
  align-items: flex-start;
}

.justify-center {
  justify-content: center;
}

.justify-end {
  justify-content: flex-end;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.shrink-0 {
  flex-shrink: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.gap-0 {
  gap: 0;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-x-5 {
  column-gap: 1.25rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.space-y-4 > * + * {
  margin-top: 1rem;
}

.grid-cols-\[auto_1fr_auto\] {
  grid-template-columns: auto 1fr auto;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-3\/4 {
  width: 75%;
}

.w-px {
  width: 1px;
}

.w-\[calc\(100\%-6\.5rem\)\] {
  width: calc(100% - 6.5rem);
}

.w-5,
.h-5 {
  width: 1.25rem;
  height: 1.25rem;
}

.w-6,
.h-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.w-7,
.h-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.w-9,
.h-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.w-10,
.h-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.w-11,
.h-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.w-14 {
  width: 3.5rem;
}

.h-14 {
  height: 3.5rem;
}

.w-15,
.h-15 {
  width: 3.75rem;
  height: 3.75rem;
}

.w-16,
.h-16 {
  width: 4rem;
  height: 4rem;
}

.w-20,
.h-20 {
  width: 5rem;
  height: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.h-1 {
  height: 0.25rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-auto {
  height: auto;
}

.h-px {
  height: 1px;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-\[auto\] {
  min-height: auto;
}

.max-w-full {
  max-width: 100%;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-\[1rem\] {
  border-radius: 1rem;
}

.rounded-\[1\.15rem\] {
  border-radius: 1.15rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.border {
  border: 1px solid currentColor;
}

.border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.border-dashed {
  border-style: dashed;
}

.bg-\[\#044534\] {
  background-color: #044534;
}

.bg-\[\#044534\]\/15 {
  background-color: rgba(4, 69, 52, 0.15);
}

.bg-\[\#8CA279\] {
  background-color: #8ca279;
}

.bg-\[\#8CA279\]\/20 {
  background-color: rgba(140, 162, 121, 0.2);
}

.bg-\[\#8CA279\]\/75 {
  background-color: rgba(140, 162, 121, 0.75);
}

.bg-\[\#B6E88B\]\/10 {
  background-color: rgba(182, 232, 139, 0.1);
}

.bg-\[\#B6E88B\]\/20 {
  background-color: rgba(182, 232, 139, 0.2);
}

.bg-\[\#B6E88B\]\/30 {
  background-color: rgba(182, 232, 139, 0.3);
}

.bg-\[\#B6E88B\]\/80 {
  background-color: rgba(182, 232, 139, 0.8);
}

.bg-\[\#f8f3ee\] {
  background-color: #f8f3ee;
}

.bg-\[\#FBF7F3\] {
  background-color: #fbf7f3;
}

.bg-\[\#FBF7F3\]\/80 {
  background-color: rgba(251, 247, 243, 0.8);
}

.border-\[\#044534\]\/8 {
  border-color: rgba(4, 69, 52, 0.08);
}

.border-\[\#044534\]\/10 {
  border-color: rgba(4, 69, 52, 0.1);
}

.border-\[\#044534\]\/15 {
  border-color: rgba(4, 69, 52, 0.15);
}

.border-\[\#8CA279\]\/35 {
  border-color: rgba(140, 162, 121, 0.35);
}

.border-\[\#8CA279\]\/55 {
  border-color: rgba(140, 162, 121, 0.55);
}

.border-\[\#B6E88B\]\/25 {
  border-color: rgba(182, 232, 139, 0.25);
}

.border-\[\#FBF7F3\]\/25 {
  border-color: rgba(251, 247, 243, 0.25);
}

.text-center {
  text-align: center;
}

.text-\[\#03271E\] {
  color: #03271e;
}

.text-\[\#044534\] {
  color: #044534;
}

.text-\[\#1f2f39\] {
  color: #1f2f39;
}

.text-\[\#1f2f39\]\/75 {
  color: rgba(31, 47, 57, 0.75);
}

.text-\[\#5c5c5c\] {
  color: #5c5c5c;
}

.text-\[\#6D7F59\] {
  color: #6d7f59;
}

.text-\[\#6fbe44\] {
  color: #6fbe44;
}

.text-\[\#B6E88B\] {
  color: #b6e88b;
}

.text-\[\#FBF7F3\] {
  color: #fbf7f3;
}

.text-\[\#FBF7F3\]\/75 {
  color: rgba(251, 247, 243, 0.75);
}

.text-\[\#FBF7F3\]\/90 {
  color: rgba(251, 247, 243, 0.9);
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-md {
  font-size: 1rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-5xl {
  font-size: 3rem;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.object-contain {
  object-fit: contain;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.px-5 {
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}

.px-6 {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.transition {
  transition:
    color 150ms ease,
    background-color 150ms ease,
    border-color 150ms ease,
    transform 150ms ease;
}

.duration-300 {
  transition-duration: 300ms;
}

.shadow-\[inset_0_1px_0_rgba\(251\,247\,243\,0\.10\)\] {
  box-shadow: inset 0 1px 0 rgba(251, 247, 243, 0.1);
}

.hover\:text-\[\#37c21b\]:hover {
  color: #37c21b;
}

.hover\:-tracking-tight:hover {
  letter-spacing: -0.025em;
}

.hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}

.hover\:border-\[\#044534\]\/18:hover {
  border-color: rgba(4, 69, 52, 0.18);
}

.hover\:border-\[\#B6E88B\]\/60:hover {
  border-color: rgba(182, 232, 139, 0.6);
}

