body {
  --cta-space: 86px;
  background: #fff;
  color: #173226;
  padding-bottom: var(--cta-space);
  transition: padding-bottom .22s ease;
}

html.je-cta-dismissed body {
  --cta-space: 0px;
}

body > .wrap {
  width: min(1160px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 0;
}

body > .wrap > .hero {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  padding: clamp(68px, 8vw, 108px) max(20px, calc((100vw - 1160px) / 2));
  color: #fff;
  background: #286a42;
  animation: none;
}

body > .wrap > .hero .eyebrow {
  padding: 0;
  color: #dcefe2;
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .15em;
}

body > .wrap > .hero .eyebrow i {
  width: 42px;
  height: 3px;
  border-radius: 99px;
  background: #f3be3f;
}

body > .wrap > .hero h1 {
  max-width: 790px;
  margin: 18px 0 18px;
  color: #fff;
  font-size: clamp(42px, 6vw, 70px);
  line-height: 1.1;
  letter-spacing: -.045em;
}

body > .wrap > .hero .hero-claim {
  display: inline-flex;
  width: auto;
  margin: 24px 0 0;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(255, 255, 255, .12);
  color: #fff;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: .01em;
}

body > .wrap > .hero p {
  max-width: 720px;
  color: #e7f3e9;
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.75;
}

body > .wrap > .cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: stretch;
  padding: clamp(58px, 7vw, 88px) 0 92px;
}

body > .wrap > .cards .cc-group-title {
  grid-column: 1 / -1;
  scroll-margin-top: 130px;
  margin: 20px 0 -2px;
  color: #173226;
  font-size: clamp(25px, 3vw, 34px);
  line-height: 1.25;
  letter-spacing: -.025em;
}

body > .wrap > .cards .cc-group-title:first-child {
  margin-top: 0;
}

body > .wrap > .cards .cc {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
  border: 1px solid #dce8df;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 42px rgba(29, 78, 49, .07);
  animation: none;
}

body > .wrap > .cards .cc:last-child {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  column-gap: 44px;
  align-content: start;
}

body > .wrap > .cards .cc:last-child .cc-head,
body > .wrap > .cards .cc:last-child .cc-tags,
body > .wrap > .cards .cc:last-child .cc-blurb {
  grid-column: 1;
}

body > .wrap > .cards .cc:last-child .cc-feat {
  grid-column: 2;
}

body > .wrap > .cards .cc:last-child .cc-feat {
  grid-row: 1 / span 3;
  margin-top: 0;
}

body > .wrap > .cards .cc-name {
  color: #173226;
  font-size: 21px;
  line-height: 1.35;
}

body > .wrap > .cards .cc-meta {
  color: #718078;
}

body > .wrap > .cards .cc-blurb {
  color: #52655a;
  font-size: 15px;
  line-height: 1.75;
}

body > .wrap > .cards .tag {
  color: #286a42;
  background: #e8f1e9;
}

body > .wrap > .cards .cc-feat {
  margin-top: 17px;
  gap: 10px;
}

body > .wrap > .cards .cc-feat li {
  color: #52655a;
  font-size: 14px;
  line-height: 1.6;
}

body > .wrap > .site-foot {
  display: none;
}

.cta-bar {
  background: rgba(255, 255, 255, .94);
  border-color: #dce8df;
  transition: transform .22s ease, opacity .18s ease, visibility .22s;
}

html.je-cta-dismissed .cta-bar {
  visibility: hidden;
  opacity: 0;
  transform: translateY(110%);
  pointer-events: none;
}

.cta-inner {
  max-width: 620px;
  align-items: center;
}

.cta-inner .cta-primary {
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #286a42;
}

.cta-dismiss {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border: 1px solid #dce8df;
  border-radius: 50%;
  background: #fff;
  color: #52655a;
  font: 500 26px/1 "Plus Jakarta Sans", sans-serif;
  cursor: pointer;
}

.cta-dismiss:hover {
  color: #173226;
  border-color: #bfcfc3;
}

.fab {
  bottom: calc(var(--cta-space) + 18px + env(safe-area-inset-bottom));
  transition: bottom .22s ease;
}

body:has(#jeCookieBanner) .cta-bar,
body:has(#jeCookieBanner) .fab {
  display: none;
}

@media (max-width: 900px) {
  body > .wrap > .cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body > .wrap > .cards .cc:last-child {
    display: flex;
  }
}

@media (max-width: 620px) {
  body > .wrap {
    width: min(100% - 32px, 1160px);
  }

  body > .wrap > .hero {
    padding-right: 16px;
    padding-left: 16px;
  }

  body > .wrap > .hero h1 {
    font-size: 42px;
  }

  body > .wrap > .hero .hero-claim {
    margin-top: 20px;
    font-size: 15px;
  }

  body > .wrap > .cards {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-top: 52px;
  }

  body > .wrap > .cards .cc {
    padding: 24px 21px;
  }

  body > .wrap > .cards .cc-group-title {
    margin-top: 28px;
  }
}
