.about-hero[data-astro-cid-noeej2nj] {
  position: relative;
  isolation: isolate;
  display: grid;
  min-height: clamp(22rem, 32vw, 30rem);
  place-items: center;
  overflow: hidden;
  background: var(--brand);
  color: #fff;
  padding: clamp(7rem, 10vw, 9rem) 1.25rem clamp(4rem, 7vw, 5.5rem);
}
.about-hero[data-astro-cid-noeej2nj]:before,
.about-hero[data-astro-cid-noeej2nj]:after {
  content: "";
  position: absolute;
  inset: 0;
}
.about-hero[data-astro-cid-noeej2nj]:before {
  z-index: -2;
  inset: -1rem;
  background-image: url(../assets/images/hero-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(8px);
  transform: scale(1.02);
}
.about-hero[data-astro-cid-noeej2nj]:after {
  z-index: -1;
  background: #1642688a;
}
.about-hero__inner[data-astro-cid-noeej2nj],
.about-section__inner[data-astro-cid-noeej2nj],
.about-cta__inner[data-astro-cid-noeej2nj] {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 112rem;
  margin-inline: auto;
}
.about-hero__inner[data-astro-cid-noeej2nj] {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.about-hero__logo[data-astro-cid-noeej2nj] {
  width: clamp(15rem, 34vw, 26rem);
  height: auto;
  filter: drop-shadow(0 18px 32px rgba(5, 20, 33, 0.22));
}
.about-kicker[data-astro-cid-noeej2nj] {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  text-transform: uppercase;
}
.about-section[data-astro-cid-noeej2nj] {
  padding: clamp(3.5rem, 7vw, 6.5rem) 1.25rem;
}
.about-story[data-astro-cid-noeej2nj] {
  background: #f4f6f8;
}
.about-story__grid[data-astro-cid-noeej2nj] {
  display: grid;
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: center;
}
.about-story__content[data-astro-cid-noeej2nj] {
  max-width: 62rem;
}
.about-story__content[data-astro-cid-noeej2nj]
  .section-title[data-astro-cid-noeej2nj] {
  max-width: 21ch;
}
.about-story__text[data-astro-cid-noeej2nj] {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
  color: #164268e6;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 500;
  line-height: 1.62;
  text-align: justify;
  text-wrap: pretty;
  hyphens: auto;
}
.about-story__text[data-astro-cid-noeej2nj] p[data-astro-cid-noeej2nj] {
  margin: 0;
}
.about-story__media[data-astro-cid-noeej2nj] {
  position: relative;
  overflow: hidden;
  margin: 0;
  width: min(100%, 32rem);
  min-height: 17rem;
  aspect-ratio: 1.02;
  justify-self: center;
  border-radius: 0.7rem;
  background: #dce4ea;
  box-shadow: 0 18px 42px #1642681f;
}
.about-story__media[data-astro-cid-noeej2nj]:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 44%, rgba(8, 27, 43, 0.34));
}
.about-story__media[data-astro-cid-noeej2nj] img[data-astro-cid-noeej2nj] {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 17rem;
  object-fit: cover;
  object-position: center 46%;
}
.about-purpose[data-astro-cid-noeej2nj] {
  background: #fff;
}
.about-purpose__header[data-astro-cid-noeej2nj] {
  display: grid;
  gap: 1rem;
}
.about-purpose__heading[data-astro-cid-noeej2nj] {
  max-width: 58rem;
}
.about-purpose__header[data-astro-cid-noeej2nj]
  .section-title[data-astro-cid-noeej2nj] {
  max-width: 21ch;
}
.about-purpose__header[data-astro-cid-noeej2nj]
  .section-lead[data-astro-cid-noeej2nj] {
  max-width: 46rem;
  color: #164268d1;
}
.about-purpose__cards[data-astro-cid-noeej2nj] {
  display: grid;
  gap: 1.25rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.about-purpose__card[data-astro-cid-noeej2nj] {
  min-height: 100%;
  border-radius: 0.65rem;
  background: var(--brand);
  color: #fff;
  padding: clamp(1.45rem, 3vw, 2.3rem);
  box-shadow: 0 18px 38px #16426824;
}
.about-purpose__card[data-astro-cid-noeej2nj] h3[data-astro-cid-noeej2nj],
.about-values[data-astro-cid-noeej2nj] h3[data-astro-cid-noeej2nj] {
  margin: 0;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 3vw, 2.35rem);
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.08;
  text-transform: uppercase;
}
.about-purpose__card[data-astro-cid-noeej2nj] p[data-astro-cid-noeej2nj] {
  margin: 1rem 0 0;
  color: #ffffffdb;
  font-size: clamp(0.98rem, 1.4vw, 1.12rem);
  font-weight: 500;
  line-height: 1.58;
}
.about-values[data-astro-cid-noeej2nj] {
  background: #f4f6f8;
}
.about-values__intro[data-astro-cid-noeej2nj] {
  display: grid;
  gap: 1rem;
  max-width: 50rem;
}
.about-values__intro[data-astro-cid-noeej2nj]
  .section-title[data-astro-cid-noeej2nj] {
  max-width: 20ch;
}
.about-values__grid[data-astro-cid-noeej2nj] {
  display: grid;
  gap: 1rem;
  margin-top: clamp(2rem, 4vw, 3rem);
}
.about-values[data-astro-cid-noeej2nj] article[data-astro-cid-noeej2nj] {
  display: grid;
  align-content: start;
  gap: 1.15rem;
  min-height: clamp(18rem, 24vw, 24rem);
  border-radius: 0.55rem;
  background: #dce4ea;
  padding: clamp(1.45rem, 2.4vw, 2rem);
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}
.about-values[data-astro-cid-noeej2nj] article[data-astro-cid-noeej2nj]:hover {
  transform: translateY(-0.18rem);
  background: #d5dee5;
  box-shadow: 0 16px 36px #16426817;
}
.about-values[data-astro-cid-noeej2nj]
  article[data-astro-cid-noeej2nj]
  img[data-astro-cid-noeej2nj] {
  width: clamp(3rem, 4.2vw, 4.25rem);
  height: clamp(3rem, 4.2vw, 4.25rem);
  object-fit: contain;
}
.about-values[data-astro-cid-noeej2nj] h3[data-astro-cid-noeej2nj] {
  font-size: clamp(1.15rem, 1.7vw, 1.45rem);
  text-transform: uppercase;
}
.about-values[data-astro-cid-noeej2nj] p[data-astro-cid-noeej2nj] {
  margin: 0;
  color: #164268e6;
  font-size: clamp(1rem, 1.55vw, 1.28rem);
  font-weight: 500;
  line-height: 1.48;
}
.about-cta[data-astro-cid-noeej2nj] {
  background: var(--brand);
  color: #fff;
  padding: clamp(3.5rem, 7vw, 5.5rem) 1.25rem;
}
.about-cta__inner[data-astro-cid-noeej2nj] {
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
.about-cta[data-astro-cid-noeej2nj] .section-title[data-astro-cid-noeej2nj] {
  max-width: 20ch;
  color: #fff;
}
.about-cta[data-astro-cid-noeej2nj]
  p[data-astro-cid-noeej2nj]:not(.about-kicker) {
  margin: 0;
  max-width: 42rem;
  color: #ffffffd1;
  font-size: clamp(1rem, 1.55vw, 1.18rem);
  font-weight: 500;
  line-height: 1.55;
}
.about-cta[data-astro-cid-noeej2nj] a[data-astro-cid-noeej2nj] {
  display: inline-flex;
  min-height: 3rem;
  width: fit-content;
  align-items: center;
  justify-content: center;
  border-radius: 0.45rem;
  background: #fff;
  color: var(--brand);
  font-family: var(--font-display);
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1;
  padding-inline: 1.25rem;
  text-transform: uppercase;
  transition:
    transform 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}
.about-cta[data-astro-cid-noeej2nj] a[data-astro-cid-noeej2nj]:hover {
  transform: translateY(-0.16rem);
  background: #ffffffeb;
  box-shadow: 0 18px 34px #0616242e;
}
@media (min-width: 640px) {
  .about-hero[data-astro-cid-noeej2nj],
  .about-section[data-astro-cid-noeej2nj],
  .about-cta[data-astro-cid-noeej2nj] {
    padding-inline: 2rem;
  }
}
@media (min-width: 768px) {
  .about-hero[data-astro-cid-noeej2nj],
  .about-section[data-astro-cid-noeej2nj],
  .about-cta[data-astro-cid-noeej2nj] {
    padding-inline: 2.5rem;
  }
  .about-story__grid[data-astro-cid-noeej2nj] {
    grid-template-columns: minmax(0, 1.22fr) minmax(16rem, 0.78fr);
    gap: clamp(2rem, 4vw, 3.5rem);
  }
  .about-purpose__header[data-astro-cid-noeej2nj] {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.82fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
  }
  .about-purpose__header[data-astro-cid-noeej2nj]
    .section-lead[data-astro-cid-noeej2nj] {
    max-width: 38rem;
    border-left: 3px solid rgba(22, 66, 104, 0.2);
    padding-left: clamp(1rem, 2vw, 1.5rem);
  }
  .about-purpose__cards[data-astro-cid-noeej2nj],
  .about-values__grid[data-astro-cid-noeej2nj] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .about-hero[data-astro-cid-noeej2nj],
  .about-section[data-astro-cid-noeej2nj],
  .about-cta[data-astro-cid-noeej2nj] {
    padding-inline: 4rem;
  }
  .about-cta__inner[data-astro-cid-noeej2nj] {
    grid-template-columns: minmax(0, 0.9fr) minmax(20rem, 0.72fr) auto;
    gap: clamp(2rem, 4vw, 4rem);
  }
}
@media (min-width: 1280px) {
  .about-hero[data-astro-cid-noeej2nj],
  .about-section[data-astro-cid-noeej2nj],
  .about-cta[data-astro-cid-noeej2nj] {
    padding-inline: 7rem;
  }
  .about-values__grid[data-astro-cid-noeej2nj] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .about-values[data-astro-cid-noeej2nj] article[data-astro-cid-noeej2nj],
  .about-cta[data-astro-cid-noeej2nj] a[data-astro-cid-noeej2nj] {
    transition: none;
  }
}
