.home2-page {
  --home2-bg: #f3f4ef;
  --home2-ink: #151515;
  --home2-muted: #686862;
  --home2-rule: rgba(21, 21, 21, 0.18);
  --home2-soft-rule: rgba(21, 21, 21, 0.08);
  min-height: 100vh;
  overflow: clip;
  background: var(--home2-bg);
  color: var(--home2-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.home2-page *,
.home2-page *::before,
.home2-page *::after {
  box-sizing: border-box;
}

.home2-page a {
  color: inherit;
}

.home2-mobile-copy {
  display: none;
}

.home2-mobile-break {
  display: none;
}

.home2-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: 72px;
  border-bottom: 1px solid var(--home2-soft-rule);
  background: rgba(243, 244, 239, 0.97);
}

.home2-nav-inner {
  width: 100%;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 18px;
}

.home2-brand {
  display: inline-flex;
  align-items: center;
  flex: none;
}

.home2-brand img {
  display: block;
  width: 96px;
  height: auto;
  object-fit: contain;
}

.home2-nav-edition {
  padding-left: 18px;
  border-left: 1px solid var(--home2-rule);
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1;
  text-transform: uppercase;
}

.home2-nav-links {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 30px;
}

.home2-nav-links a,
.home2-mobile-menu a {
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1;
  text-decoration: none;
  text-transform: lowercase;
}

.home2-nav-links a:hover,
.home2-mobile-menu a:hover {
  color: var(--home2-ink);
}

.home2-menu-button,
.home2-mobile-menu {
  display: none;
}

.home2-menu-button:focus-visible,
.home2-page a:focus-visible {
  outline: 1px solid var(--home2-ink);
  outline-offset: 3px;
}

.home2-page main {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 128px 64px 96px;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  grid-auto-rows: auto;
  column-gap: 88px;
  align-items: start;
}

.home2-intro {
  position: relative;
  grid-column: 1;
  grid-row: 1 / span 11;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home2-intro-sticky {
  position: sticky;
  top: 112px;
  width: 100%;
}

.home2-eyebrow,
.home2-kicker,
.home2-section-label {
  margin: 0;
  color: var(--home2-muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}

.home2-intro h1 {
  margin: 0;
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1.08;
  text-transform: none;
}

.home2-mobile-title-video video {
  display: none;
}

.home2-mobile-video-cta {
  display: none;
}

.home2-mobile-video-kicker {
  display: none;
}

.home2-intro-lede,
.home2-intro-summary,
.home2-prose,
.home2-program-row ul,
.home2-network-head p,
.home2-partners-head p,
.home2-stories-head p,
.home2-testimonials p,
.home2-final-copy {
  font-family: Georgia, "Times New Roman", serif;
}

.home2-intro-lede {
  margin: 0;
  font-size: 18px;
  line-height: 1.34;
}

.home2-intro-summary {
  margin: 20px 0 0;
  color: var(--home2-muted);
  font-size: 14px;
  line-height: 1.48;
}

.home2-status {
  margin-top: 28px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1.3;
  text-transform: uppercase;
}

.home2-status span {
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #39b96f;
  box-shadow: 0 0 0 5px rgba(57, 185, 111, 0.12);
}

.home2-intro-meta {
  margin-top: 28px;
  padding: 12px 0;
  display: grid;
  gap: 7px;
  border-top: 1px solid var(--home2-rule);
  border-bottom: 1px solid var(--home2-rule);
  color: var(--home2-muted);
  font-size: 11px;
  line-height: 1.25;
  text-transform: uppercase;
}

.home2-side-cta {
  margin-top: 20px;
  min-height: 44px;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: var(--home2-ink);
  color: #fff !important;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, font-size 180ms ease;
}

.home2-cta-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}

.home2-cta-dot {
  display: none;
  width: 8px;
  height: 8px;
  flex: none;
  border-radius: 50%;
  background: #39b96f;
  box-shadow: 0 0 0 5px rgba(57, 185, 111, 0.16);
}

.home2-cta-arrow {
  color: #fff;
  transition: transform 180ms ease;
}

.home2-side-cta:visited,
.home2-side-cta:hover {
  color: #fff !important;
}

.home2-side-cta:hover {
  background: #000;
  font-size: 12.8px;
}

.home2-index {
  margin-top: 26px;
  display: grid;
}

.home2-index a {
  padding: 8px 0;
  border-bottom: 1px solid var(--home2-soft-rule);
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
}

.home2-section,
.home2-logos {
  grid-column: 2;
  min-width: 0;
}

.home2-section {
  width: 100%;
  margin: 0 0 88px;
  padding: 0 0 88px;
  border-bottom: 1px solid var(--home2-rule);
  scroll-margin-top: 104px;
}

.home2-section-label {
  margin-bottom: 32px;
}

.home2-overview-grid,
.home2-why-grid,
.home2-office-grid,
.home2-lesson-grid,
.home2-final-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(320px, 1.18fr);
  gap: 64px;
  align-items: start;
}

.home2-page h2 {
  margin: 0;
  color: var(--home2-ink);
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  text-wrap: balance;
}

.home2-kicker {
  margin-bottom: 18px;
}

.home2-prose {
  max-width: 650px;
}

.home2-prose p {
  margin: 0 0 18px;
  font-size: 17px;
  line-height: 1.52;
}

.home2-prose p:last-child {
  margin-bottom: 0;
}

.home2-photo {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  background: #deded8;
}

.home2-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
}

.home2-photo:hover img {
  transform: scale(1.015);
}

.home2-hero-gallery {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.home2-hero-gallery .home2-photo {
  aspect-ratio: 4 / 3;
}

.home2-hero-gallery img {
  transition: opacity 170ms ease;
}

.home2-hero-gallery img.is-changing {
  opacity: 0;
}

.home2-hero-gallery .home2-photo-lead {
  grid-column: 1 / -1;
  aspect-ratio: 16 / 7;
}

.home2-logos {
  margin: 0 0 88px;
  padding: 0 0 88px;
  border-bottom: 1px solid var(--home2-rule);
}

.home2-logo-marquee {
  position: relative;
  min-height: 178px;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
  overflow: hidden;
  pointer-events: none;
}

.home2-logo-marquee::before,
.home2-logo-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 120px;
  pointer-events: none;
}

.home2-logo-marquee::before {
  left: 0;
  background: linear-gradient(90deg, var(--home2-paper), transparent);
}

.home2-logo-marquee::after {
  right: 0;
  background: linear-gradient(270deg, var(--home2-paper), transparent);
}

.home2-logo-track {
  width: max-content;
  min-height: 178px;
  display: flex;
  align-items: stretch;
  animation: home2-logo-marquee 34s linear infinite;
}

.home2-logo-item {
  width: clamp(220px, 20vw, 320px);
  margin: 0;
  padding: 32px 36px 26px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  flex: 0 0 auto;
  border-right: 1px solid rgba(21, 21, 21, 0.08);
}

.home2-logo-item img {
  width: min(100%, 340px);
  height: 82px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.home2-logo-item figcaption {
  width: 100%;
  text-align: center;
  color: var(--home2-muted);
  font-size: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

@keyframes home2-logo-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.home2-formula {
  margin-top: 72px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--home2-rule);
}

.home2-formula > div {
  min-height: 96px;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 8px;
  border-bottom: 1px solid var(--home2-soft-rule);
}

.home2-formula > div:nth-child(odd) {
  padding-right: 24px;
}

.home2-formula > div:nth-child(even) {
  padding-left: 24px;
}

.home2-formula span,
.home2-program-number,
.home2-testimonials span {
  color: var(--home2-muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.2;
}

.home2-formula strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.35;
}

.home2-embed {
  margin-top: 72px;
  overflow: hidden;
  background: #111;
}

.home2-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.home2-embed-portrait {
  width: min(100%, 420px);
  aspect-ratio: 9 / 16;
  margin-left: auto;
  margin-right: auto;
}

.home2-embed-wide {
  aspect-ratio: 16 / 9;
}

.home2-programs-head,
.home2-network-head,
.home2-partners-head,
.home2-stories-head {
  margin-bottom: 64px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, 0.8fr);
  gap: 64px;
  align-items: end;
}

.home2-programs-head p,
.home2-network-head p,
.home2-partners-head p,
.home2-stories-head p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
}

.home2-network-head {
  align-items: start;
}

.home2-network-head h2,
.home2-network-head p {
  max-width: 760px;
}

.home2-network-actions,
.home2-office-actions {
  position: absolute;
  top: -210px;
  right: 0;
  display: flex;
  gap: 8px;
  z-index: 2;
}

.home2-network-actions button,
.home2-office-actions button {
  width: 46px;
  height: 46px;
  border: 1px solid var(--home2-ink);
  border-radius: 999px;
  background: var(--home2-ink);
  color: #fff;
  font-size: 17px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(21, 21, 21, 0.14);
  transition: background 160ms ease, color 160ms ease, transform 160ms ease, border-color 160ms ease;
}

.home2-network-actions button:hover,
.home2-office-actions button:hover {
  background: #fff;
  border-color: #fff;
  color: var(--home2-ink);
  transform: translateY(-1px);
}

.home2-program-list {
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}

.home2-program-row {
  padding: 26px 0;
  display: grid;
  grid-template-columns: 56px 220px minmax(0, 1fr) 160px;
  gap: 24px;
  align-items: start;
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}

.home2-program-row h3,
.home2-program-row ul,
.home2-program-row p {
  margin: 0;
}

.home2-program-row h3 {
  font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.05;
}

.home2-text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  border-bottom: 1px solid var(--home2-ink);
}

.home2-program-row a {
  min-height: 44px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 3px;
  background: var(--home2-ink);
  color: #fff !important;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  transition: background 180ms ease, font-size 180ms ease;
}

.home2-program-row a:visited,
.home2-program-row a:hover {
  color: #fff !important;
}

.home2-program-row a:hover {
  background: #000;
  font-size: 12.8px;
}

.home2-text-link {
  margin-top: 18px;
}

.home2-program-row ul {
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.4;
}

.home2-program-row li {
  position: relative;
  padding: 8px 22px 8px 0;
  border-top: 1px solid rgba(21, 21, 21, 0.08);
}

.home2-program-row li:last-child {
  border-bottom: 1px solid rgba(21, 21, 21, 0.08);
}

.home2-program-row li::after {
  content: "+";
  position: absolute;
  right: 0;
  color: var(--home2-muted);
}

.home2-network-gallery,
.home2-office-gallery {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-auto-rows: 190px;
  gap: 12px;
}

.home2-network-gallery img,
.home2-office-gallery img {
  transition: opacity 180ms ease;
}

.home2-network-gallery img.is-changing,
.home2-office-gallery img.is-changing {
  opacity: 0;
}

.home2-network-gallery .home2-photo-lead,
.home2-office-gallery .home2-photo-lead {
  grid-column: span 2;
  grid-row: span 2;
}

.home2-office-gallery {
  margin-top: 72px;
}

.home2-people-grid {
  padding-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 34px 14px;
  border-top: 1px solid var(--home2-rule);
}

.home2-person {
  min-width: 0;
  margin: 0;
}

.home2-person figure {
  min-width: 0;
  aspect-ratio: 3 / 4;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  background: #deded8;
}

.home2-person img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transform: scale(1);
  transform-origin: center center;
  transition: transform 220ms ease;
}

.home2-person-copy {
  padding: 10px 0 0;
}

.home2-person h3,
.home2-person p {
  margin: 0;
}

.home2-person h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.05;
}

.home2-person p {
  margin-top: 3px;
  color: var(--home2-ink);
  font-size: 11px;
  line-height: 1.2;
  text-transform: none;
}

.home2-text-link {
  margin-top: 28px;
}

.home2-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.home2-video-grid video {
  width: 100%;
  aspect-ratio: 9 / 16;
  display: block;
  object-fit: cover;
  background: #111;
}

.home2-final {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.home2-final-copy p {
  margin: 0 0 28px;
  font-size: 20px;
  line-height: 1.4;
}

.home2-final-copy a {
  min-height: 56px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid var(--home2-ink);
  border-bottom: 1px solid var(--home2-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  .home2-page main {
    grid-template-columns: 240px minmax(0, 1fr);
    column-gap: 56px;
  }

  .home2-program-row {
    grid-template-columns: 46px 200px minmax(0, 1fr) 148px;
  }

  .home2-people-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  .home2-nav-links {
    display: none;
  }

  .home2-menu-button {
    width: 32px;
    height: 32px;
    margin-left: auto;
    padding: 0;
    display: grid;
    place-content: center;
    gap: 6px;
    border: 0;
    background: transparent;
    color: var(--home2-ink);
    cursor: pointer;
  }

  .home2-menu-button span {
    width: 20px;
    height: 1px;
    display: block;
    background: currentColor;
    transition: transform 160ms ease;
  }

  .home2-menu-open .home2-menu-button span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .home2-menu-open .home2-menu-button span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .home2-mobile-menu {
    position: fixed;
    inset: 72px 0 auto;
    z-index: 99;
    padding: 16px 40px 30px;
    display: none;
    background: var(--home2-bg);
    border-bottom: 1px solid var(--home2-rule);
  }

  .home2-menu-open .home2-mobile-menu {
    display: grid;
  }

  .home2-mobile-menu a {
    padding: 15px 0;
    border-bottom: 1px solid var(--home2-soft-rule);
  }

  .home2-page main {
    padding-top: 112px;
    display: block;
  }

  .home2-intro {
    height: auto;
    margin-bottom: 84px;
  }

  .home2-intro-sticky {
    position: relative;
    top: auto;
    padding-bottom: 64px;
    border-bottom: 1px solid var(--home2-rule);
  }

  .home2-index {
    display: none;
  }

  .home2-section,
  .home2-logos {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .home2-overview-grid,
  .home2-why-grid,
  .home2-office-grid,
  .home2-lesson-grid,
  .home2-final-grid,
  .home2-programs-head,
  .home2-network-head,
  .home2-partners-head,
  .home2-stories-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .home2-logo-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home2-program-row {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .home2-program-row ul {
    grid-column: 2;
    margin-top: 18px;
  }

  .home2-program-row a {
    grid-column: 2;
    width: min(100%, 260px);
    margin-top: 18px;
  }

  .home2-network-gallery,
  .home2-office-gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 170px;
  }

  .home2-network-actions,
  .home2-office-actions {
    top: 278px;
    right: 14px;
  }

  .home2-network-actions button,
  .home2-office-actions button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, 0.88);
    background: rgba(255, 255, 255, 0.92);
    color: var(--home2-ink);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
  }

  .home2-network-actions button:hover,
  .home2-office-actions button:hover {
    background: #fff;
    color: #000;
  }

  .home2-network-gallery .home2-photo-lead,
  .home2-office-gallery .home2-photo-lead {
    grid-column: 1 / -1;
  }

  .home2-network-gallery .home2-photo:nth-of-type(n+4),
  .home2-office-gallery .home2-photo:nth-of-type(n+4) {
    display: none;
  }

  .home2-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 12px;
  }
}

@media (max-width: 640px) {
  .home2-nav {
    height: 60px;
  }

  .home2-nav-inner {
    padding: 0 20px;
  }

  .home2-nav-edition {
    display: none;
  }

  .home2-mobile-menu {
    inset: 60px 0 auto;
    padding: 16px 20px 28px;
  }

  .home2-page main {
    padding: 92px 20px 72px;
    display: flex;
    flex-direction: column;
  }

  .home2-intro {
    order: 0;
    margin-bottom: 68px;
  }

  .home2-logos {
    order: 1;
  }

  .home2-overview {
    order: 2;
  }

  .home2-section:not(.home2-overview) {
    order: 3;
  }

  .home2-intro-sticky {
    padding-bottom: 52px;
  }

  .home2-intro h1 {
    font-size: 34px;
  }

  .home2-mobile-title-video {
    position: relative;
    width: 100vw;
    min-height: min(82svh, 720px);
    margin: 0 calc(50% - 50vw) 18px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    overflow: hidden;
    background: #111;
  }

  .home2-mobile-title-video::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.58));
    pointer-events: none;
  }

  .home2-mobile-title-video video {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .home2-mobile-video-kicker {
    position: relative;
    z-index: 2;
    margin: 0 20px 10px;
    display: block;
    color: rgba(255, 255, 255, 0.78);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }

  .home2-mobile-title-video h1 {
    position: relative;
    z-index: 2;
    max-width: 92%;
    padding: 0 20px 0;
    color: #fff;
    font-family: "Arial Narrow", "Helvetica Neue", Arial, sans-serif;
    text-shadow: 0 12px 28px rgba(0, 0, 0, 0.34);
  }

  .home2-mobile-video-cta {
    position: relative;
    z-index: 2;
    min-height: 52px;
    margin: 18px 20px 32px;
    padding: 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 7px;
    background: linear-gradient(105deg, #a9f2ff 0%, #f1f7ef 56%, #eadfd8 100%);
    color: #0b0b0b !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.18);
  }

  .home2-mobile-video-cta:visited,
  .home2-mobile-video-cta:hover {
    color: #0b0b0b !important;
  }

  .home2-intro-sticky > .home2-side-cta {
    display: none;
  }

  .home2-status {
    display: none;
  }

  .home2-cta-dot {
    display: inline-block;
  }

  .home2-page h2 {
    font-size: 36px;
    line-height: 1.04;
  }

  .home2-desktop-copy {
    display: none;
  }

  .home2-mobile-copy {
    display: inline;
  }

  .home2-mobile-break {
    display: block;
  }

  .home2-mobile-hidden-copy {
    display: none;
  }

  .home2-section,
  .home2-logos {
    margin-bottom: 64px;
    padding-bottom: 64px;
  }

  .home2-section-label {
    margin-bottom: 24px;
  }

  .home2-hero-gallery {
    margin-top: 48px;
  }

  .home2-hero-gallery .home2-photo-lead {
    aspect-ratio: 4 / 3;
  }

  .home2-hero-gallery .home2-photo:not(.home2-photo-lead) {
    aspect-ratio: 1 / 1;
  }

  .home2-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-logo-marquee {
    min-height: 150px;
  }

  .home2-logo-marquee::before,
  .home2-logo-marquee::after {
    width: 48px;
  }

  .home2-logo-track {
    min-height: 150px;
    animation-duration: 28s;
  }

  .home2-logo-item {
    width: 188px;
    padding: 24px 22px 18px;
  }

  .home2-logo-item img {
    width: min(88%, 180px);
    height: 72px;
  }

  .home2-formula {
    margin-top: 48px;
    grid-template-columns: 1fr;
  }

  .home2-formula > div,
  .home2-formula > div:nth-child(odd),
  .home2-formula > div:nth-child(even) {
    min-height: 78px;
    padding: 16px 0;
    border-right: 0;
  }

  .home2-embed,
  .home2-office-gallery,
  .home2-testimonials {
    margin-top: 48px;
  }

  .home2-programs-head,
  .home2-network-head,
  .home2-partners-head,
  .home2-stories-head {
    margin-bottom: 48px;
  }

  .home2-program-row {
    padding: 22px 0;
  }

  .home2-program-row h3 {
    font-size: 24px;
  }

  .home2-network-gallery,
  .home2-office-gallery {
    grid-auto-rows: 120px;
  }

  .home2-network-actions,
  .home2-office-actions {
    top: 178px;
  }

  .home2-people-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home2-person figure {
    aspect-ratio: 3 / 4;
  }

  .home2-person-copy {
    padding-top: 9px;
  }

  .home2-person h3 {
    font-size: 14px;
  }

  .home2-person p {
    font-size: 9px;
  }

  .home2-video-grid {
    width: 100%;
    padding-right: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    overflow: visible;
  }

  .home2-video-grid video {
    width: 100%;
    max-width: none;
  }

  .home2-testimonials {
    grid-template-columns: 1fr;
  }

  .home2-testimonials blockquote {
    min-height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home2-page *,
  .home2-page *::before,
  .home2-page *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
