@font-face {
  font-family: "Decalotype";
  src: url("fonts/Decalotype-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "tiempos-headline-semibold";
  src: url("fonts/tiempos-headline-semibold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Des Montilles";
  src: url("fonts/Des_Montilles.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
:root {
  --primary-dark: #003640;
  --kingfisher-bg: rgb(0 54 64);
  --sunflower-bg: rgb(255 255 195);
  --lilac-bg: rgb(192 203 255);
  --satin-bg: rgb(244 245 241);
  --peppermint-bg: rgb(215 255 188);
  --peppermint-bg-opacity: rgba(94, 194, 168, 0.18);
  --radius: 18px;
  --shadow: 0 10px 30px rgba(0, 54, 64, 0.08);
  --font0: "tiempos-headline-semibold", serif;
  --font1: "Impact", Charcoal, sans-serif;
  --font2: "Des Montilles", cursive, serif;
  --font3: ui-serif, Charcoal, serif;
  --font4: "Decalotype", Charcoal, serif;
}
.text-h3-serif:has(mark) mark {
  font-family: var(--font2);
}
.font-body {
  font-family: var(--font4);
}
.font-impact {
  font-family: var(--font1);
}
.font-script {
  font-family: var(--font2);
}
.font-serif {
  font-family: var(--font0);
  font-weight: 700;
}
#confetti-canvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2500;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: var(--font4);
  font-size: 20px;
  letter-spacing: 0.005em;
  line-height: 1.7;
  color: var(--primary-dark);
  background: none;
  /* overflow-x: hidden; */
  width: 100%;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font0);
}
/* Background color utility classes */
.bg-peppermint {
  background-color: var(--peppermint-bg) !important;
}
.bg-lilac {
  background-color: var(--lilac-bg) !important;
}
.bg-sunflower {
  background-color: var(--sunflower-bg) !important;
}
.bg-kingfisher {
  background-color: var(--kingfisher-bg) !important;

  .text-h2-serif,
  .text-h3-serif {
    color: white;
  }
}
.bg-satin {
  background-color: var(--satin-bg) !important;
}
.mb-0 {
  margin-bottom: 0;
}
#site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 100;
  background: var(--satin-bg);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  transition: transform 0.5s ease-in-out;
}
#site-header.header-hidden {
  transform: translateY(-100%);
}
.home-banner {
  margin-top: 100px;
  overflow: hidden;
}
.text-h3-serif .mark {
  font-size: 150%;
  position: relative;
  top: 6px;
  padding-inline: 4px;
}
.video-wrap {
  position: relative;
  z-index: 1;
}
.container {
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  #video .container {
    max-width: 100vw;
    padding: 0 !important;
  }
  #video {
    padding: 0 !important;
  }
  #video .video-wrap {
    border-radius: 0;
    min-height: 120px;
  }
  #video video {
    border-radius: 0 !important;
    width: 100vw !important;
    min-height: 120px;
    max-height: 70dvh;
    object-fit: cover;
  }
  /* .card {
    padding: 20px !important;
  } */
}
#video {
  width: 100dvw;
  background: var(--satin-bg);
}
#video .container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.header-brand {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  font-family: var(--font1);
  padding-top: 28px;
  padding-bottom: 28px;
}
.header-brand img {
  height: 36px;
  margin: 6px 0 0;
}
.card {
  background: #fffefb;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 24px;
}
.headline {
  margin-top: 0;
}
.section {
  padding: 90px 0 120px;
}
.section-share {
  padding-bottom: 200px;
}
@media (min-width: 800px) {
.section-share {
  padding-bottom: 160px;
}
}
@media (max-width: 600px) {
  .headline {
    padding: 60px 16px 90px;
  }
}
.video-wrap {
  aspect-ratio: 16/9;
  width: 100%;
  overflow: hidden;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  background: var(--satin-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 70dvh;
}
iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
}
.btn {
  --bg-hover: var(--peppermint-bg-opacity);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  background: var(--primary-dark);
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  overflow: hidden;
  transition: background 0.2s ease;
}
.btn-peppermint {
  background: var(--peppermint-bg);
  color: var(--primary-dark);
}
.btn.btn-peppermint::after {
  content: '';
  background: var(--peppermint-bg-opacity);
}
.btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: var(--bg-hover);
  transform: translateX(-105%);
  transition: transform 0.35s ease;
  z-index: 0;
}
.btn:hover::after {
  transform: translateX(0);
}
.btn > * {
  position: relative;
  z-index: 1;
}
/* Custom hover for #celebrateBtn: white background on hover */
#celebrateBtn {
  --bg-hover: rgba(255, 255, 255, 0.18);
}
@media (max-width: 900px) {
  .container {
    max-width: 100%;
  }
}
#video {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  margin-bottom: 0 !important;
  overflow-x: hidden;
}
#video .container {
  max-width: 100vw;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
.video-wrap {
  width: 100vw;
  max-width: 100vw;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 0;
  box-shadow: none;
  background: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16/9;
  max-height: 70dvh;
  position: relative;
}
.video-blur-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  filter: blur(32px) brightness(1.2);
  object-fit: cover;
  pointer-events: none;
}
video {
  position: relative;
  z-index: 1;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  width: 100vw !important;
  max-width: 100vw;
  height: 100%;
  max-height: 70dvh;
  aspect-ratio: 16/9;
  display: block;
  object-fit: contain;
}
@media (max-width: 600px) {
  #video {
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    padding: 0 !important;
  }
  #video .container {
    max-width: 100vw;
    padding: 0 !important;
  }
  .video-wrap {
    width: 100vw;
    max-width: 100vw;
    aspect-ratio: 9/16;
    border-radius: 0;
    min-height: 220px;
    max-height: 70dvh;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
  }
  .video-blur-bg {
    filter: blur(24px) brightness(1.2);
  }
  video {
    border-radius: 0 !important;
    width: 100vw !important;
    max-width: 100vw;
    min-height: 220px;
    max-height: 70dvh;
    aspect-ratio: 9/16;
    object-fit: contain;
    box-shadow: none;
    display: block;
    position: relative;
    z-index: 1;
  }
}
.award-section {
  padding-top: 1rem;
  padding-bottom: 5rem;
}
.award-cards {
  display: flex;
  gap: 24px;
  justify-content: center;
  align-items: stretch;
  margin: 60px auto 0;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .award-cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0 8px;
    box-sizing: border-box;
  }
  .award-single-card {
    width: 100%;
    min-width: 280px;
    max-width: 480px;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.award-cards .card {
  flex: 1 1 260px;
  min-width: 300px;
  max-width: 320px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 32px 24px;
  margin: 0;
}
@media (max-width: 800px) {
  .award-cards {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }
  .award-cards .card {
    max-width: 90vw;
  }
}
.award-img {
  /* width: 10rem;
  height: 10rem; */
  margin: 1rem auto 2rem;
}
.award-single-card {
  display: flex;
  flex-direction: column;
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  box-sizing: border-box;
}
/* Left-align only the learn-more element inside award cards */
.award-single-card .learn-more {
  text-align: left !important;
  justify-content: flex-start !important;
  display: flex;
  padding-left: 0;
  width: 100%;
  font-family: var(--font4);
}
.learn-more {
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  cursor: pointer;
  transition: text-decoration-color 0.25s ease,
    text-decoration-thickness 0.25s ease;
}
.learn-more:hover {
  text-decoration-color: var(--peppermint-bg);
  text-decoration-thickness: 1px;
}
.learn-more .icon {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  transition: color 0.25s ease, transform 0.25s ease;
}
.learn-more .chevron {
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}
.learn-more .star {
  color: #c3ff9b;
  fill: currentColor;
  width: 22px;
  height: 22px;
}
.learn-more:hover .star {
  color: #c3ff9b;
  transform: rotate(90deg);
}
.learn-more .label {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  letter-spacing: -0.3px;
}
.impact-mark-top {
  position: relative;
}
.impact-mark-top::before,
.impact-mark-top::after {
  position: absolute;
  bottom: 100%;
  height: 2rem;
  content: "";
}
.impact-mark-top::before {
  left: 0;
  width: 25%;
  border-top-right-radius: 9999px;
}
.impact-mark-top::after {
  left: 25%;
  width: 75%;
  border-top-left-radius: 9999px;
}
.impact-mark-top.impact-mark-flip::before {
  left: 0;
  width: 75%;
}
.impact-mark-top.impact-mark-flip::after {
  left: 75%;
  width: 25%;
}
.impact-mark-peppermint::before,
.impact-mark-peppermint::after {
  background-color: var(--peppermint-bg);
}
.impact-mark-satin::before,
.impact-mark-satin::after {
  background-color: var(--satin-bg);
}
.impact-mark-lilac::before,
.impact-mark-lilac::after {
  background-color: var(--lilac-bg);
}
.impact-mark-sunflower::before,
.impact-mark-sunflower::after {
  background-color: var(--sunflower-bg);
}
.impact-mark-kingfisher::before,
.impact-mark-kingfisher::after {
  background-color: var(--kingfisher-bg);
}
@media (min-width: 768px) {
  .home .page-content .impact-mark-top::before,
  .home .page-content .impact-mark-top::after {
    height: 4rem;
  }
}
.mark {
  font-family: var(--font2);
  font-weight: normal;
  font-size: larger;
  background-color: transparent;
}
/* Card text utility class */
.card-text {
  font-family: var(--font1);
  color: var(--kingfisher-bg);
  letter-spacing: 0;
  line-height: 110%;
  font-size: 24px;
}
/* Hero section responsive flex layout */
.hero-flex {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2.5rem;
}
#text-left {
  flex: 1 1 0;
}
#image-right {
  background: #fff;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  width: 300px;
  min-width: 300px;
  max-width: 300px;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 1.5rem 0.5rem;
}
.hero-award-img {
  width: 80%;
  max-width: 180px;
  height: auto;
  display: block;
  margin: 0 auto;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 700px) {
  .hero-flex {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  #image-right {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 1.5rem auto;
    max-width: 90vw;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .hero-award-img {
    width: 100%;
    max-width: 220px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
/* Remove default link styles for .w3-link and apply .label styles on hover */
.w3-link {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: transparent;
  font-weight: inherit;
}
.w3-link:hover,
.w3-link:focus {
  text-underline-offset: 2px;
  cursor: pointer;
  transition: text-decoration-color 0.25s ease,
    text-decoration-thickness 0.25s ease;
  text-decoration-color: var(--kingfisher-bg);
  text-decoration-thickness: 1px;
}
.share-buttons {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.share-buttons .btn {
  background-color: var(--peppermint-bg);
  color: var(--primary-dark);
  font-family: var(--font4);
}
.sub-text {
  text-wrap: pretty;
}