/* HLTH Academy page-specific layer */
@import url("https://use.typekit.net/yoh4pzn.css");
body{font-family: "neue-haas-grotesk-display",sans-serif}
.academy-landing {
  background: #f2f2f2;
  color: #121927;
  --academy-accent: #7a63b8;
  --academy-accent-strong: #6f57ad;
  --academy-accent-soft: #efe8ff;
}

.academy-landing #container,
.academy-product #container {
  padding-top: 0;
}

.academy-landing .site-header {
  background: transparent;
  color: #fff;
  padding: 0;
}

.academy-nav-bar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 45;
  background: rgba(240, 240, 240, 0.26);
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: background .28s ease, border-color .28s ease;
}

.academy-nav-grid {
  min-height: 84px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 18px;
}

.academy-logo {
  justify-self: start;
  display: inline-flex;
  align-items: center;
}

.academy-logo .brand-mark {
  height: 54px;
  width: auto;
  display: block;
  filter: invert(1) brightness(2) hue-rotate(177deg);
  transition: filter .28s ease;
}

.academy-main-nav {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 22px;
}

.academy-main-nav a {
  color: currentColor;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 15px;
  font-weight: 700;
}

.academy-nav-actions {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.academy-menu-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  padding: 9px 8px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  color: currentColor;
}

.academy-menu-toggle span {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  display: block;
}

.academy-mobile-menu {
  display: none;
}

.academy-login {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.58);
  border-radius: 999px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.academy-login:hover {
  color: #121927;
  background: #fff;
}

.academy-cart {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.academy-cart svg {
  display: block;
  width: 30px;
  height: 30px;
}

.academy-landing .site-header.is-scrolled {
  color: #121927;
}

.academy-landing .site-header.is-scrolled .academy-nav-bar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom-color: #dbe0e8;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

.academy-landing .site-header.is-scrolled .brand-mark {
  filter: none;
}

.academy-landing .site-header.is-scrolled .academy-login {
  color: #121927;
  border-color: #ccd3df;
}

.academy-landing .site-header.is-scrolled .academy-login:hover {
  color: #fff;
  background: #121927;
  border-color: #121927;
}

.academy-landing .site-header.is-scrolled .academy-cart {
  color: #121927;
}

.academy-landing .site-header.is-scrolled .academy-menu-toggle,
.academy-product .academy-menu-toggle {
  border-color: #ccd3df;
  background: #fff;
  color: #121927;
}

.academy-landing .site-header.is-scrolled .academy-mobile-menu,
.academy-product .academy-mobile-menu {
  background: #fff;
  border-color: #d7deea;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.academy-landing .site-header.is-scrolled .academy-mobile-nav a,
.academy-product .academy-mobile-nav a {
  color: #121927;
}

.academy-product .academy-nav-bar {
  background: rgba(255, 255, 255, 0.95);
  border-bottom-color: #dbe0e8;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.academy-product .academy-logo .brand-mark {
  filter: none;
}

.academy-product .academy-main-nav a,
.academy-product .academy-cart {
  color: #121927;
}

.academy-product .academy-login {
  color: #121927;
  border-color: #ccd3df;
}

.academy-product .academy-login:hover {
  background: #121927;
  color: #fff;
  border-color: #121927;
}

.academy-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: flex-end;
  padding: 180px 0 86px;
  overflow: hidden;
}

.academy-hero-media {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 36%;
  transform: scale(1.02);
}

.academy-hero::after {
  content: none;
}

.academy-hero-content {
  position: relative;
  z-index: 2;
}

.academy-hero-title {
  color: #fff;
  font-size: clamp(40px, 5vw, 62px);
  line-height: .95;
  font-weight: 700;
  letter-spacing: -.01em;
  margin: 0 0 13px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.36);
}

.academy-hero-lead {
  color: rgba(255,255,255,.9);
  max-width: 570px;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.35;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.academy-overview {
  padding-top: 88px;
}

.academy-section-title,
.academy-product-faq .faqdesc h3 {
  font-size: clamp(35px, 4.1vw, 35px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.academy-subhead {
  margin: 0 0 6px;
  font-size: 22px;
  line-height: 1.2;
  color: #1d2533;
  font-weight: 700;
}

.academy-section-sub {
  font-size: 15px;
  line-height: 1.48;
  color: #415068;
  margin: 0;
  max-width: 540px;
}

.academy-orbit {
  position: relative;
  width: min(100%, 430px);
  height: 285px;
  margin: 0 auto;
}

.academy-orbit::before,
.academy-orbit::after,
.academy-orbit-center::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 50%, rgba(177, 151, 237, .39), rgba(177, 151, 237, .14));
}

.academy-orbit::before {
  width: 178px;
  height: 178px;
  left: 108px;
  top: 46px;
}

.academy-orbit::after {
  width: 170px;
  height: 170px;
  left: 40px;
  top: 102px;
}

.academy-orbit-center::before {
  width: 166px;
  height: 166px;
  left: 210px;
  top: -8px;
}

.academy-orbit-center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 1px solid rgba(128, 109, 177, .27);
  background: rgba(255,255,255,.9);
  color: #4a3f67;
  font-size: 16px;
  font-weight: 600;
  display: grid;
  place-items: center;
  z-index: 2;
}

.academy-orbit-pill {
  position: absolute;
  color: #7f7894;
  font-size: 14px;
  font-weight: 500;
  z-index: 2;
}

.academy-orbit-pill-top { top: 44px; right: 54px; }
.academy-orbit-pill-left { left: 30px; bottom: 62px; }
.academy-orbit-pill-right { right: 12px; bottom: 62px; }

.academy-feature {
  padding-top: 24px;
}

.academy-stack-wrap {
  position: relative;
  padding: 16px 0 0;
}

.academy-stack {
  position: relative;
  height: 496px;
}

.academy-stack-card {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  min-height: 390px;
  border-radius: 14px;
  border: 1px solid rgba(151, 129, 210, .4);
  background: linear-gradient(101deg, #f9f5ff 0%, #e8dcff 42%, #a489ed 100%);
  box-shadow: none;
  transform-origin: top center;
  transform: translateX(-50%) translateY(var(--stack-y, 0px)) scale(var(--stack-scale, 1));
  transition: transform .52s cubic-bezier(0.22, 0.61, 0.36, 1), opacity .4s ease;
  transition-delay: var(--stack-delay, 0ms);
  will-change: transform, opacity;
  cursor: pointer;
}

.academy-stack-card .academy-stack-inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 43%;
  gap: 30px;
  padding: 34px;
}

.academy-stack-copy {
  align-self: center;
}

.academy-card-index {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  border: 1px solid #a28cd7;
  color: var(--academy-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  margin: 0 0 12px;
}

.academy-card-title {
  font-size: clamp(30px, 3.3vw, 39px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  color: var(--academy-accent);
  margin: 0 0 12px;
}

.academy-card-copy {
  color: #3d3356;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 16px;
}

.academy-stack-card .btn-ghost {
  border-color: #2d2446;
  background: #fff;
  color: #2d2446 !important;
  font-size: 13px;
  padding: 8px 18px;
  font-weight: 400;
  letter-spacing: .08em;
}

.academy-stack-card .btn-ghost:hover {
  background: #2d2446;
  border-color: #2d2446;
  color: #fff !important;
}

.academy-stack-card .btn-ghost .arrow {
  color: inherit !important;
}

.academy-stack-image-wrap {
  align-self: center;
}

.academy-card-image {
  width: 100%;
  height: 252px;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

.academy-stack-card.is-active {
  --stack-y: 64px;
  z-index: 4;
}

.academy-stack-card.is-peek-1 {
  --stack-y: 34px;
  z-index: 3;
}

.academy-stack-card.is-peek-2 {
  --stack-y: 0px;
  z-index: 2;
}

.academy-stack-card.is-active,
.academy-stack-card.is-peek-1,
.academy-stack-card.is-peek-2 {
  opacity: 1;
  pointer-events: auto;
}

.academy-stack-card.is-hidden {
  --stack-y: -24px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
}

.academy-stack-cta-wrap {
  text-align: center;
  margin-top: 16px;
}

#container .academy-stack-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #121927;
  color: #121927 !important;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 8px 19px;
  background: transparent;
}

#container .academy-stack-cta:hover {
  background: #121927;
  color: #fff !important;
}

#container .academy-stack-cta .arrow {
  color: inherit !important;
}

.academy-founder {
  padding-top: 32px;
}

.academy-founder .academy-subhead {
  margin-bottom: 18px;
}

.academy-section-title-tight {
  max-width: 1060px;
  font-weight: 200;
  text-transform: none;
  letter-spacing: -0.01em;
}

.academy-founder-media {
  margin-top: 20px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.academy-founder-media img {
  width: 100%;
  height: 480px;
  object-fit: cover;
  object-position: center 30%;
  display: block;
}

.academy-founder-caption {
  position: absolute;
  left: 24px;
  bottom: 20px;
  color: rgba(255,255,255,.9);
  font-size: clamp(54px, 7vw, 92px);
  line-height: .92;
  font-weight: 300;
  letter-spacing: -.02em;
}

.academy-overview,
.academy-feature,
.academy-founder,
.academy-faqs {
  background: #f2f2f2;
}

.academy-faq-list {
  border-top: 1px solid #d8dce3;
  border-bottom: 1px solid #d8dce3;
}

.academy-faq {
  border-top: 1px solid #d8dce3;
}

.academy-faq:first-child {
  border-top: 0;
}

.academy-faq > summary {
  list-style: none;
  display: grid;
  grid-template-columns: 78px 1fr 30px;
  align-items: center;
  gap: 14px;
  padding: 17px 0;
  cursor: pointer;
}

.academy-faq > summary::-webkit-details-marker {
  display: none;
}

.academy-faq-index {
  color: #7f8795;
  font-size: 24px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .04em;
}

.academy-faq-question {
  color: #121927;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 500;
}

.academy-faq-toggle {
  color: #465064;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  text-align: right;
}

.academy-faq-body {
  color: #344055;
  font-size: 20px;
  line-height: 1.55;
  padding: 0 0 18px 92px;
  max-width: 960px;
}

.academy-landing .site-footer {
  margin-top: 0;
}

.academy-landing .site-footer .brand-mark {
  filter: none;
  height: 60px;
  width: auto;
  max-width: none;
}

@media (max-width: 1200px) {
  .academy-stack {
    height: 500px;
  }

  .academy-stack-card .academy-stack-inner {
    gap: 20px;
    grid-template-columns: 1fr 40%;
  }

  .academy-card-title {
    font-size: clamp(30px, 3.7vw, 44px);
  }
}

@media (max-width: 992px) {
  .academy-nav-grid {
    min-height: 66px;
    grid-template-columns: auto 1fr auto;
  }

  .academy-main-nav {
    gap: 12px;
    justify-self: center;
  }

  .academy-main-nav a,
  .academy-login {
    font-size: 13px;
  }

  .academy-hero {
    min-height: 600px;
    padding: 150px 0 68px;
  }

  .academy-section-title {
    line-height: 1.06;
  }

  .academy-subhead {
    font-size: 19px;
  }

  .academy-orbit {
    width: 340px;
    height: 252px;
  }

  .academy-orbit::before {
    width: 150px;
    height: 150px;
    left: 86px;
    top: 40px;
  }

  .academy-orbit::after {
    width: 146px;
    height: 146px;
    left: 30px;
    top: 90px;
  }

  .academy-orbit-center::before {
    width: 140px;
    height: 140px;
    left: 176px;
    top: 0;
  }

  .academy-orbit-pill-top { right: 30px; }

  .academy-stack-wrap {
    padding: 0;
  }

  .academy-stack {
    height: auto;
    min-height: 560px;
  }

  .academy-stack-card {
    position: relative;
    margin-bottom: 14px;
  }

  .academy-stack-card .academy-stack-inner {
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .academy-card-image {
    height: 200px;
  }

  .academy-stack-card.is-active,
  .academy-stack-card.is-peek-1,
  .academy-stack-card.is-peek-2,
  .academy-stack-card.is-hidden {
    width: 100%;
    left: 0;
    transform: none;
    opacity: 1;
    pointer-events: auto;
    transition: none;
  }

  .academy-founder-media img {
    height: 390px;
  }

  .academy-faq > summary {
    grid-template-columns: 62px 1fr 26px;
  }

  .academy-faq-index {
    font-size: 17px;
  }

  .academy-faq-body {
    padding-left: 76px;
  }
}

@media (max-width: 768px) {
  .academy-nav-grid {
    grid-template-columns: auto 1fr auto;
    row-gap: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    min-height: 72px;
  }

  .academy-logo {
    justify-self: start;
  }

  .academy-logo .brand-mark {
    height: 50px;
  }

  .academy-main-nav {
    display: none;
  }

  .academy-nav-actions {
    justify-self: end;
    gap: 10px;
  }

  .academy-login {
    display: none;
  }

  .academy-menu-toggle {
    display: inline-flex;
  }

  .academy-cart svg {
    width: 28px;
    height: 28px;
  }

  .academy-mobile-menu {
    display: block;
    grid-column: 1 / -1;
    justify-self: stretch;
    margin-top: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(11, 17, 28, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 10px 14px 12px;
  }

  .academy-mobile-menu[hidden] {
    display: none;
  }

  .academy-mobile-nav {
    display: grid;
    gap: 8px;
  }

  .academy-mobile-nav a {
    display: block;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 0;
  }

  .academy-hero {
    min-height: 510px;
    padding-top: 160px;
    padding-bottom: 52px;
  }

  .academy-hero-title {
    font-size: 40px;
  }

  .academy-hero-lead {
    font-size: 15px;
  }

  .academy-overview {
    padding-top: 56px;
  }

  .academy-subhead {
    font-size: 17px;
  }

  .academy-section-sub,
  .academy-card-copy,
  .academy-faq-body,
  .academy-product-faq .faq-body {
    font-size: 15px;
  }

  .academy-orbit {
    width: 280px;
    height: 230px;
  }

  .academy-orbit::before {
    width: 120px;
    height: 120px;
    left: 78px;
    top: 34px;
  }

  .academy-orbit::after {
    width: 116px;
    height: 116px;
    left: 24px;
    top: 84px;
  }

  .academy-orbit-center::before {
    width: 116px;
    height: 116px;
    left: 150px;
    top: -2px;
  }

  .academy-orbit-center {
    width: 66px;
    height: 66px;
    font-size: 14px;
  }

  .academy-orbit-pill {
    font-size: 13px;
  }

  .academy-orbit-pill-top { top: 38px; right: 20px; }
  .academy-orbit-pill-left { left: 16px; bottom: 54px; }
  .academy-orbit-pill-right { right: 6px; bottom: 54px; }

  .academy-stack {
    min-height: 520px;
  }

  .academy-stack-card .academy-stack-inner {
    padding: 20px;
  }

  .academy-founder-media img {
    height: 300px;
  }

  .academy-founder-caption {
    left: 16px;
    bottom: 10px;
  }

  .academy-faq > summary {
    grid-template-columns: 48px 1fr 22px;
    gap: 10px;
  }

  .academy-faq-index {
    font-size: 16px;
  }

  .academy-faq-question {
    font-size: 16px;
  }

  .academy-faq-body {
    padding-left: 58px;
  }
}
/* HLTH Academy product page */

.academy-product {
  background: #fff;
}

.academy-product-hero,
.academy-product-feature,
.academy-product-faq,
.academy-daybyday,
.academy-testimonials,
.academy-product-promo,
.academy-access,
.academy-product-faq-wide,
.academy-about-values,
.academy-doctors,
.academy-courses {
  background: #fff;
}

.academy-product-hero {
  padding: 170px 0 48px;
}

.academy-product-meta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.academy-rating-stars {
  color: var(--academy-accent);
  letter-spacing: 0.08em;
  font-size: 20px;
  line-height: 1;
}

.academy-rating-copy {
  font-size: 14px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #445168;
  font-weight: 700;
}

.academy-hero-heading {
  font-size: clamp(38px, 4.6vw, 50px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
}

.academy-product-intro {
  font-size: 19px;
  color: #3d4a60;
  margin-bottom: 0;
}

.academy-product-hero-image {
  width: 100%;
  border-radius: 12px;
  display: block;
}

.academy-product-offer {
  padding: 0;
  background: #e4e5e9;
  border-top: 1px solid #d6d8de;
  border-bottom: 1px solid #d6d8de;
  margin-bottom: 22px;
}

.academy-offer-inner {
  padding: 14px 0;
}

.academy-offer-grid {
  background: transparent;
  border-radius: 10px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 0;
  overflow: hidden;
}

.academy-offer-cell {
  padding: 18px 20px;
  border-right: 1px solid #d2d4da;
}

.academy-offer-cell:last-child {
  border-right: 0;
}

.academy-offer-cell h3 {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .02em;
  margin: 0 0 6px;
}

.academy-offer-cell p {
  margin: 0;
  color: #3f4a5f;
  font-size: 14px;
  line-height: 1.4;
}

.academy-offer-cell-cta {
  text-align: center;
}

.academy-offer-button {
  width: 100%;
  border-radius: 999px;
  border: 1px solid #121927;
  background: #121927;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 11px 14px;
}

.academy-offer-button:hover {
  background: var(--academy-accent);
  border-color: var(--academy-accent);
}

.academy-offer-note {
  margin-top: 8px !important;
  font-size: 14px !important;
  color: #4a576f !important;
}

.academy-product-banner {
  margin-top: 18px;
  padding: 14px 0 44px;
}

.academy-product-banner-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.academy-product-banner-card,
.academy-product-feature img,
.academy-access img,
.academy-testimonial-card,
.academy-product-promo img {
  box-shadow: 0 24px 46px rgba(12, 18, 31, 0.34);
}

.academy-product-banner-card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
}

.academy-product-banner-copy {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  padding: 48px 44px;
  color: #fff;
  background: linear-gradient(90deg, rgba(23,31,46,.6), rgba(23,31,46,.08) 65%);
  z-index: 100;
}

.academy-product-banner-copy h2 {
  position: relative;
  z-index: 100;
  font-size: clamp(30px, 3.3vw, 40px);
  line-height: 1;
  letter-spacing: -0.02em;
  max-width: 720px;
  margin: 0;
}

.academy-product-banner-card::after,
.academy-media-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.academy-product-banner-card::after {
  background: linear-gradient(135deg, rgba(122, 99, 184, 0.3), rgba(122, 99, 184, 0.06) 55%, rgba(20, 24, 36, 0.16));
}

.academy-product-feature {
  padding-top: 24px;
}

.academy-title-xl {
  font-size: clamp(34px, 3.8vw, 35px);
  line-height: 1.02;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 14px;
}

.academy-product-feature p {
  font-size: 17px;
  color: #394659;
}

.academy-product-feature img,
.academy-access img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.academy-media-frame {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.academy-media-frame-b::after {
  background: linear-gradient(225deg, rgba(122, 99, 184, 0.28), rgba(122, 99, 184, 0.05) 56%, rgba(17, 23, 35, 0.14));
}

.academy-media-frame-a::after {
  background: linear-gradient(40deg, rgba(122, 99, 184, 0.24), rgba(122, 99, 184, 0.04) 58%, rgba(17, 23, 35, 0.18));
}

.academy-media-frame-d::after {
  background: linear-gradient(315deg, rgba(122, 99, 184, 0.28), rgba(122, 99, 184, 0.04) 55%, rgba(16, 23, 35, 0.2));
}

.academy-product-faq {
  padding-top: 24px;
}

.academy-product-faq .faq > summary {
  font-size: 24px;
}

.academy-product-faq .faq-body {
  font-size: 20px;
  line-height: 1.55;
}

.academy-daybyday {
  padding-top: 22px;
}

.academy-day-weeks {
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 34px;
}

.academy-week-card {
  background: transparent;
  border: 0;
  border-radius: 10px;
  padding: 0;
  box-shadow: none;
}

.academy-week-card h4 {
  font-size: 17px;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin: 0 0 12px;
}

.academy-week-table {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 10px;
}

.academy-week-table > div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  gap: 8px;
  min-height: 110px;
  padding: 12px 10px;
  border-radius: 8px;
  background: #f6f7fb;
}

.academy-week-table span {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #596477;
  font-weight: 700;
}

.academy-week-table p {
  margin: 0;
  font-size: 14px;
  color: #38465d;
  line-height: 1.35;
}

.academy-testimonials {
  padding-top: 26px;
}

.academy-testimonial-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.academy-testimonial-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  display: block;
}

.academy-testimonial-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(122, 99, 184, 0.46), rgba(122, 99, 184, 0.08) 56%, rgba(18, 25, 39, 0.44));
}

.academy-testimonials .col-md-6:nth-child(2) .academy-testimonial-card::after {
  background: linear-gradient(315deg, rgba(122, 99, 184, 0.44), rgba(122, 99, 184, 0.09) 52%, rgba(18, 25, 39, 0.42));
}

.academy-testimonial-copy {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 16px;
  color: #fff;
  z-index: 2;
}

.academy-quote-mark {
  position: absolute;
  left: 0;
  top: -24px;
  font-size: 52px;
  line-height: 1;
  color: rgba(255,255,255,.9);
}

.academy-testimonial-copy p {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.45;
  max-width: 90%;
}

.academy-testimonial-meta {
  display: grid;
  gap: 2px;
}

.academy-testimonial-meta strong {
  font-size: 17px;
  letter-spacing: .03em;
}

.academy-testimonial-meta span {
  font-size: 15px;
  opacity: .9;
}

.academy-product-promo {
  padding: 6px 0 26px;
}

.academy-product-promo img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.academy-product-promo-copy {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 20px;
  color: #fff;
  z-index: 2;
}

.academy-product-promo-copy p {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1.4;
  max-width: 72%;
}

.academy-access {
  padding-top: 62px;
}

.academy-access ul {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
}

.academy-access li {
  position: relative;
  padding-left: 36px;
  margin: 10px 0;
  color: #334257;
  font-size: 19px;
  line-height: 1.45;
}

.academy-access li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--academy-accent);
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
}

.academy-product-faq-wide {
  padding-top: 14px;
  padding-bottom: 46px;
}

.academy-product-faq-wide .academy-faq-list {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.academy-product-faq .accordion {
  background: transparent;
  border-radius: 0;
  border: 0;
  padding: 0;
}

@media (max-width: 992px) {
  .academy-product-hero {
    padding-top: 156px;
  }

  .academy-offer-grid {
    grid-template-columns: 1fr;
  }

  .academy-product-banner-card img {
    height: 300px;
  }

  .academy-day-weeks {
    grid-template-columns: 1fr;
  }

  .academy-week-table {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .academy-product-hero {
    padding-top: 174px;
    padding-bottom: 34px;
  }

  .academy-product-intro,
  .academy-product-feature p,
  .academy-week-table p,
  .academy-product-faq .faq-body {
    font-size: 15px;
  }

  .academy-rating-copy,
  .academy-offer-note,
  .academy-week-table span {
    font-size: 13px;
  }

  .academy-product-banner-copy {
    padding: 24px;
  }

  .academy-product-banner-card img {
    height: 240px;
  }

  .academy-testimonial-card img {
    height: 240px;
  }

  .academy-week-table > div {
    min-height: 92px;
    padding: 10px 8px;
  }

  .academy-week-table {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .academy-product-promo-copy p {
    max-width: 100%;
    font-size: 18px;
  }

  .academy-faq-question,
  .academy-product-faq .faq > summary {
    font-size: 18px;
  }
}

/* HLTH Academy about page */

.academy-about .academy-product-hero {
  padding-bottom: 56px;
}

.academy-about .academy-product-intro {
  max-width: 860px;
  margin: 0 auto;
}

.academy-about-values {
  padding-top: 26px;
}

.academy-values-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.academy-values-list li {
  font-size: 19px;
  line-height: 1.5;
  color: #334257;
}

.academy-doctors {
  padding-top: 28px;
}

.academy-doctor-card,
.academy-course-link {
  border-radius: 10px;
}

.academy-doctor-card {
  padding: 0px;
  height: 100%;
}

.academy-doctor-avatar,
.academy-course-link img {
  width: 100%;
  object-fit: cover;
  display: block;
}

.academy-doctor-avatar {
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: 0 16px 30px rgba(18, 25, 39, 0.2);
}

.academy-doctor-card h4 {
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 8px;
}

.academy-doctor-card p {
  margin: 0;
  color: #415068;
  font-size: 16px;
  line-height: 1.45;
}

.academy-about .academy-testimonials {
  padding-top: 24px;
}

.academy-about .academy-testimonials h3 {
  margin-bottom: 18px;
}

/* HLTH Academy temporary page */

.academy-temporary #container {
  padding-top: 0;
}

.academy-temporary {
  background: #fff;
  color: #141b28;
}

.academy-temporary .section-py {
  padding: 92px 0;
}

.academy-temporary .academy-temp-hero {
  min-height: 0;
  padding: 0;
}

.academy-temporary .academy-temp-work {
  background: #fff;
  color: #1a2539;
}

.academy-temporary .academy-temp-work .academy-section-title {
  color: #151f32;
  margin-bottom: 4px;
}

.academy-temporary .academy-section-title {
  text-transform: none;
  font-weight: 600;
  letter-spacing: -0.01em;
}

.academy-temporary .academy-work-card {
  text-align: center;
  padding: 10px 18px;
}

.academy-temporary .academy-work-icon {
  width: 52px;
  height: 52px;
  margin: 0 auto 12px;
  color: var(--academy-accent);
  display: inline-flex;
}

.academy-temporary .academy-work-card h3 {
  font-size: 22px;
  line-height: 1.15;
  margin: 0 0 8px;
  text-transform: none;
  letter-spacing: -0.005em;
  font-weight: 500;
  color: black;
}

.academy-temporary .academy-work-card p {
  margin: 0;
  color: #4d5871;
  font-size: 15px;
  line-height: 1.5;
}

.academy-temporary .academy-product-feature,
.academy-temporary .academy-feature,
.academy-temporary .academy-product-promo,
.academy-temporary .academy-faqs {
  background: #fff;
}

.academy-temporary .academy-testimonials {
  background: #f7f8fb;
}

.academy-temporary .academy-title-xl {
  color: #151f32;
  text-transform: none;
  letter-spacing: -0.01em;
  font-weight: 600;
}

.academy-temporary .academy-product-feature p {
  color: #465067;
  font-size: 16px;
  line-height: 1.55;
}

.academy-temporary .academy-product-feature .row {
  --bs-gutter-x: 5.25rem;
}

.academy-temporary .academy-media-frame-b::after,
.academy-temporary .academy-media-frame-d::after {
  background: linear-gradient(300deg, rgba(16, 24, 38, 0.26), rgba(16, 24, 38, 0.08) 58%, rgba(16, 24, 38, 0.16));
}

.academy-temporary .academy-stack-wrap {
  padding-top: 4px;
}

.academy-temporary .academy-stack-card {
  border: 1px solid rgba(151, 129, 210, .42);
  background: linear-gradient(101deg, #f9f5ff 0%, #e8dcff 42%, #a489ed 100%);
  box-shadow: 0 20px 32px rgba(38, 33, 58, 0.18);
}

.academy-temporary .academy-card-index {
  border-color: #a28cd7;
  color: var(--academy-accent);
}

.academy-temporary .academy-card-title {
  color: var(--academy-accent);
  font-weight: 500;
}

.academy-temporary .academy-card-copy {
  color: #3d3356;
  font-size: 14px;
  line-height: 1.55;
}

.academy-temporary .academy-stack-card .academy-stack-inner {
  align-items: stretch;
}

.academy-temporary .academy-stack-image-wrap {
  align-self: stretch;
  display: flex;
}

.academy-temporary .academy-card-image {
  height: 100%;
  min-height: 300px;
}

.academy-btn-disabled {
  border-color: #c7d0df !important;
  color: #596681 !important;
  background: #edf1f7 !important;
  cursor: not-allowed;
  pointer-events: none;
}

.academy-temporary .academy-testimonial-card::after {
  background: linear-gradient(145deg, rgba(14, 23, 37, 0.58), rgba(14, 23, 37, 0.16) 60%, rgba(14, 23, 37, 0.38));
}

.academy-temporary .academy-testimonials .col-md-6:nth-child(2) .academy-testimonial-card::after {
  background: linear-gradient(315deg, rgba(14, 23, 37, 0.55), rgba(14, 23, 37, 0.18) 56%, rgba(14, 23, 37, 0.4));
}

.academy-temporary .academy-faq-list {
  border-color: #e1e6ee;
}

.academy-temporary .academy-faq {
  border-color: #e1e6ee;
}

.academy-temporary .academy-faq-index {
  color: #838c9e;
}

.academy-temporary .academy-faq-question {
  font-size: 21px;
  color: #162035;
  font-weight: 500;
}

.academy-temporary .academy-faq-body {
  font-size: 18px;
  color: #44516a;
  line-height: 1.6;
}

/* Temporary page: keep typography light */
.academy-temporary h1,
.academy-temporary h2,
.academy-temporary h3,
.academy-temporary h4,
.academy-temporary h5,
.academy-temporary h6,
.academy-temporary p,
.academy-temporary a,
.academy-temporary li,
.academy-temporary span,
.academy-temporary strong,
.academy-temporary summary {
  font-weight: 400 !important;
}

@media (max-width: 768px) {
  .academy-about .academy-product-hero {
    padding-bottom: 36px;
  }

  .academy-temporary .academy-temp-hero {
    min-height: 0;
    padding: 0;
  }

  .academy-temporary .section-py {
    padding: 74px 0;
  }

  .academy-temporary .academy-product-feature .row {
    --bs-gutter-x: 1.5rem;
  }

  .academy-temporary .academy-work-card h3 {
    font-size: 18px;
  }

  .academy-temporary .academy-faq-question {
    font-size: 18px;
  }

  .academy-temporary .academy-faq-body {
    font-size: 16px;
  }

  .academy-temporary .academy-card-image {
    min-height: 220px;
  }

  .academy-values-list li {
    font-size: 16px;
  }

  .academy-doctor-card h4 {
    font-size: 18px;
  }

  .academy-doctor-card p {
    font-size: 15px;
  }
}

/* HLTH Academy courses page */

.academy-courses-hero {
  padding-bottom: 28px;
}

.academy-courses {
  padding-top: 18px;
}

.academy-course-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.academy-filter-btn {
  border: 1px solid #cdd5e2;
  background: #fff;
  color: #2e3a4f;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 13px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.academy-filter-btn:hover {
  border-color: var(--academy-accent);
  color: var(--academy-accent);
}

.academy-filter-btn.is-active {
  background: #121927;
  border-color: #121927;
  color: #fff;
}

.academy-course-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.academy-course-card {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .16s ease, transform .16s ease;
}

.academy-course-card.is-transition-out,
.academy-course-card.is-prep {
  opacity: 0;
  transform: translateY(6px);
}

.academy-course-card.is-hidden {
  display: none !important;
}

.academy-course-link {
  display: block;
  overflow: hidden;
  height: 100%;
}

.academy-course-link img {
  height: 210px;
}

.academy-course-meta {
  padding: 14px 14px 16px;
}

.academy-course-meta h3 {
  font-size: 21px;
  line-height: 1.08;
  margin: 0 0 10px;
  text-transform: uppercase;
  font-weight: 800;
  color: #121927;
}

.academy-course-price {
  margin: 0;
  color: #2b374d;
  font-size: 17px;
  font-weight: 700;
}

@media (max-width: 992px) {
  .academy-course-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .academy-courses-hero {
    padding-bottom: 16px;
  }

  .academy-course-filters {
    margin-bottom: 18px;
  }

  .academy-filter-btn {
    font-size: 12px;
    padding: 8px 14px;
  }

  .academy-course-grid {
    grid-template-columns: 1fr;
  }

  .academy-course-link img {
    height: 190px;
  }

  .academy-course-meta h3 {
    font-size: 19px;
  }
}

/* Global Academy aesthetic pass (Signal-inspired) */

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) {
  background: #fff;
  color: #172238;
  --academy-accent: #8a72d6;
  --academy-accent-strong: #785fc6;
  --academy-accent-soft: #f2edff;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) #container {
  background: #fff;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) h1,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) h2,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) h3,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) h4,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) h5,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) h6,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) p,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) a,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) li,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) span,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) strong,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) summary {
  font-weight: 400 !important;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .section-py {
  padding: 88px 0;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-nav-bar {
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid #dfe5ee;
  backdrop-filter: blur(0px);
  -webkit-backdrop-filter: blur(0px);
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-logo .brand-mark {
  filter: none;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-main-nav a,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-cart {
  color: #1a243b;
  text-transform: none;
  letter-spacing: .03em;
  font-size: 14px;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-login {
  color: #1a243b;
  border-color: #d4dce8;
  text-transform: none;
  letter-spacing: .02em;
  background: #fff;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-login:hover {
  background: #f4f6fb;
  color: #1a243b;
  border-color: #c8d2e2;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-menu-toggle {
  border-color: #d4dce8;
  background: #fff;
  color: #1a243b;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-hero-title {
  line-height: 1.02;
  text-transform: none;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.28);
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-hero-lead {
  line-height: 1.5;
  text-shadow: 0 1px 7px rgba(0, 0, 0, 0.24);
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-section-title,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-title-xl,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-subhead,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-card-title,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-faq-question {
  text-transform: none;
  letter-spacing: -0.01em;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-overview,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-product-hero,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-product-feature,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-product-faq,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-daybyday,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-product-promo,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-access,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-product-faq-wide,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-about-values,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-doctors,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-courses,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-feature,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-founder,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-faqs {
  background: #fff;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-testimonials {
  background: transparent;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-faq-list,
:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-faq {
  border-color: #dfe5ee;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-faq-toggle {
  color: #ff4fc7;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-filter-btn {
  text-transform: none;
  letter-spacing: .03em;
}

:is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .academy-filter-btn.is-active {
  background: var(--academy-accent);
  border-color: var(--academy-accent);
  color: #fff;
}

@media (max-width: 768px) {
  :is(.academy-landing, .academy-product, .academy-about, .academy-courses, .academy-temporary) .section-py {
    padding: 72px 0;
  }
}

/* Rounded module hero treatment */

.academy-module-hero {
  padding: 120px 0 28px;
  min-height: 0;
  display: block;
  align-items: initial;
  overflow: visible;
}

.academy-module-hero .academy-hero-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 560px;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 44px rgba(16, 24, 38, 0.16);
}

.academy-module-hero .academy-hero-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, rgba(18, 24, 38, 0.62), rgba(117, 84, 197, 0.22) 48%, rgba(18, 24, 38, 0.12));
}

.academy-module-hero .academy-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 760px;
  padding: 56px;
  text-align: center;
  margin: 0 auto;
}

.academy-module-hero .academy-hero-title {
  margin: 0 0 12px;
  color: #fff;
  font-size: clamp(36px, 5vw, 58px);
  line-height: 1.02;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.28);
}

.academy-module-hero .academy-hero-lead {
  margin: 0;
  color: rgba(243, 247, 255, 0.95);
  max-width: 680px;
  font-size: clamp(16px, 1.8vw, 20px);
  line-height: 1.5;
  margin-left: auto;
  margin-right: auto;
}

.academy-hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
  padding: 11px 20px;
  border-radius: 999px;
  border: 1px solid rgba(236, 241, 255, 0.9);
  background: rgba(138, 114, 214, 0.22);
  color: #fff !important;
  font-size: 14px;
  letter-spacing: 0.03em;
}

.academy-hero-cta:hover {
  background: rgba(138, 114, 214, 0.42);
  border-color: rgba(236, 241, 255, 0.95);
}

.academy-temporary .academy-module-hero {
  padding-top: 32px;
}

.academy-temp-logo-placeholder-wrap {
  padding: 22px 0 0;
}

.academy-temp-logo-placeholder {
  display: block;
  width: auto;
  height: 80px;
  max-width: 100%;
  margin: 0 auto;
}

.academy-about .academy-module-hero {
  padding-bottom: 14px;
}

.academy-about .academy-about-hero-card {
  min-height: 600px;
}

/* Landing program card image height parity */
.academy-landing .academy-stack-card .academy-stack-inner {
  align-items: stretch;
}

.academy-landing .academy-stack-image-wrap {
  align-self: stretch;
  display: flex;
}

.academy-landing .academy-card-image {
  height: 100%;
  min-height: 300px;
}

@media (max-width: 768px) {
  .academy-module-hero {
    padding: 106px 0 18px;
  }

  .academy-module-hero .academy-hero-card,
  .academy-about .academy-about-hero-card {
    min-height: 470px;
    border-radius: 14px;
  }

  .academy-module-hero .academy-hero-content {
    padding: 36px 26px 30px;
  }

  .academy-hero-cta {
    margin-top: 14px;
    padding: 10px 16px;
    font-size: 13px;
  }

  .academy-landing .academy-card-image {
    min-height: 220px;
  }

  .academy-temp-logo-placeholder {
    height: 44px;
  }
}
