body {
  background-color: #FFFFFF;
}

.about-us-pages__nav-bar {
  justify-content: center;
  padding-inline: 16px;
}

.about-us-pages__section {
  grid-column: full-bleed;
  row-gap: 32px;
  padding-block: 64px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  display: grid;
}
@media (max-width: 767.9px) {
  .about-us-pages__section {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .about-us-pages__section {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .about-us-pages__section {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.about-us-pages__section > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (max-width: 767.9px) {
  .about-us-pages__section {
    padding-bottom: 32px;
  }
  .about-us-pages__section:nth-child(n+2 of .about-us-pages__section) {
    padding-top: 32px;
  }
}
@media (min-width: 1280px) {
  .about-us-pages__section:not(.about-us-pages__section--wide) > * {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}

.about-us-pages__header {
  margin: 0;
  text-align: center;
  text-wrap: balance;
}
.about-us-pages__header:is(.about-us-pages__header--inverted) {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .about-us-pages__header:is(.about-us-pages__header--inverted) {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.about-us-pages__header:not(:is(.about-us-pages__header--inverted)) {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .about-us-pages__header:not(:is(.about-us-pages__header--inverted)) {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}
.about-us-pages__header:is(h2:not(.about-us-pages__header--small)):is(.about-us-pages__header--inverted) {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .about-us-pages__header:is(h2:not(.about-us-pages__header--small)):is(.about-us-pages__header--inverted) {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.about-us-pages__header:is(h2:not(.about-us-pages__header--small)):not(:is(.about-us-pages__header--inverted)) {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .about-us-pages__header:is(h2:not(.about-us-pages__header--small)):not(:is(.about-us-pages__header--inverted)) {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.about-us-pages__section-button {
  margin-inline: auto;
}
@media (max-width: 767.9px) {
  .about-us-pages__section-button {
    width: 100%;
  }
}

.about-us-pages__testimonials-section {
  background-color: #FFFFFF;
  overflow: hidden;
}

/*
Figma has a bug where the layers of any multiple-background definition are in
REVERSE ORDER
so you will need to manually invert the ordering.  Also simplify their linear-gradients-that-are-just-solid-colors.
 */
.cta-button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.cta-button.cta-button--center {
  justify-content: center;
}
@media (max-width: 767.9px) {
  .cta-button .cta-button__inner-container {
    width: 100%;
  }
}
.cta-button .cta-button__btn {
  margin-left: auto;
  margin-right: auto;
}
.cta-button .cta-button__subtext {
  margin-top: 12px;
  text-align: center;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.02em;
}
.cta-button .cta-button__subtext.cta-button__subtext--inverted {
  color: #FFFFFF;
}

.hero {
  background: #04242D;
  min-height: 375px;
  overflow: hidden;
  display: grid;
}
@media (max-width: 767.9px) {
  .hero {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .hero {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.hero > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero {
    min-height: 300px;
  }
}
@media (max-width: 767.9px) {
  .hero {
    min-height: unset;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-two-thirds .hero__content {
    grid-column-end: percent-67;
  }
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-two-thirds .hero__image, .hero.hero--desktop-content-two-thirds .hero-logo-image-content-section {
    grid-column-start: percent-67;
    justify-self: normal;
  }
}
.hero.hero--desktop-content-two-thirds .hero__image > img, .hero.hero--desktop-content-two-thirds .hero-logo-image-content-section > img {
  max-height: 350px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero.hero--desktop-content-two-thirds .hero__image img, .hero.hero--desktop-content-two-thirds .hero-logo-image-content-section img {
    height: 212px;
  }
}
.hero.hero--desktop-content-two-thirds .hero__image--top {
  align-self: start;
}
.hero.hero--desktop-content-two-thirds .hero__image--top > img {
  height: auto;
}
.hero.hero--desktop-content-two-thirds .hero__image--bottom {
  align-self: end;
}
.hero.hero--desktop-content-two-thirds .hero__image--bottom > img {
  height: auto;
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-two-thirds .hero__partner-badge {
    grid-column-start: percent-67;
  }
}
.hero.hero--desktop-content-half .hero__image img {
  height: 100%;
}
@media (min-width: 1280px) {
  .hero.hero--desktop-content-half .hero__image img {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero.hero--desktop-content-half .hero__image img {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.hero .hero__content {
  grid-column-start: percent-0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .hero .hero__content {
    grid-column-end: percent-50;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero .hero__content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
@media (max-width: 767.9px) {
  .hero .hero__content {
    grid-column-end: percent-100;
    padding-top: 8px;
    padding-bottom: 8px;
    gap: 8px;
  }
}
.hero .hero__title h1 {
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero .hero__title h1 {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero .hero__title h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero .hero__subheader {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
}
.hero .hero__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A6B5BD;
}
.hero .hero__text .hero__text-list li {
  padding-bottom: 4px;
}
.hero .hero__text .content-hub__hero-banner__item {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 8px;
}
.hero .hero__text .content-hub__hero-banner__item .content-hub__hero-banner__item-text {
  font-weight: 400;
}
.hero .hero__text .content-hub__hero-banner__item .icon {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
}
.hero .hero__lockup img {
  display: block;
  height: 24px;
  width: auto;
}
@media (max-width: 767.9px) {
  .hero .hero__lockup img {
    height: 20px;
  }
}
.hero .hero__btn-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: max-content;
}
@media (min-width: 1280px) {
  .hero .hero__btn-container {
    flex-direction: row;
  }
}
@media (max-width: 767.9px) {
  .hero .hero__btn-container {
    display: none;
  }
}
.hero .hero__btn-container--mobile {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hero .hero__btn-container--mobile {
    display: none;
  }
}
.hero .hero__btn--mobile {
  display: block;
  margin-top: 32px;
}
@media (max-width: 767.9px) {
  .hero .hero__btn-cta {
    width: 100%;
  }
}
.hero .hero__image, .hero .hero-logo-image-content-section {
  align-self: center;
}
@media (min-width: 768px) {
  .hero .hero__image, .hero .hero-logo-image-content-section {
    grid-column-start: percent-50;
    justify-self: end;
  }
}
.hero .hero__image img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .hero .hero__image {
    display: none;
  }
}
.hero .hero__image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero .hero__image-wrapper > img {
  max-width: 100%;
  border-radius: 8px;
}
.hero .hero__image-logo-overlay {
  position: absolute;
  top: 16px;
  left: 16px;
  background-color: #FFFFFF;
  padding: 12px 16px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  max-width: 50%;
  z-index: 1;
}
.hero .hero__image-logo-overlay img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
}
.hero .hero__image-mobile {
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 32px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero .hero__image-mobile {
    display: none;
  }
}
.hero .hero__image-mobile.hero__image-mobile--bottom {
  position: relative;
  bottom: -32px;
  padding-top: 0;
}
.hero .hero__image-mobile img {
  max-width: 100%;
}
@media (max-width: 767.9px) {
  .hero .hero-logo-image-content-section {
    grid-column-start: content-start;
  }
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos {
  background-color: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
  min-height: 50px;
  max-height: 160px;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767.9px) {
  .hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
    height: 50px;
    object-fit: contain;
  }
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--plus {
  font-size: 26px;
  font-weight: 700;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--logos-no-text {
  border-radius: 8px;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  background-color: #0c294b;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--text .hero-logo-image-content-section__logo-and-text--emphasized-prefix {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero .hero-logo-image-content-section .hero-logo-image-content-section__logo-and-text--text .hero-logo-image-content-section__logo-and-text--emphasized-prefix {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}
.hero .hero-logo-image-content-section--with-special-offer .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
  /*special offer cuts vertical space, so max height of 100% not the best*/
}
@media (min-width: 768px) {
  .hero .hero-logo-image-content-section--with-special-offer .hero-logo-image-content-section__logo-and-text--logos .hero-logo-image-content-section__logo-and-text--logo {
    max-height: 120px;
  }
}
.hero .hero-logo-image-content-section__special-offer {
  border-radius: 8px;
  background: #E6F5E7;
  padding: 12px 16px;
  color: #000000;
  align-items: center;
  margin-top: 16px;
  display: grid;
  grid-column-gap: 8px;
  grid-template-columns: auto 1fr auto;
  grid-row-gap: 4px;
  grid-template-areas: "cx-so-icon cx-so-header cx-so-cta" "cx-so-icon cx-so-language cx-so-cta";
}
@media (max-width: 767.9px) {
  .hero .hero-logo-image-content-section__special-offer {
    display: none;
  }
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-icon {
  grid-area: cx-so-icon;
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-icon-discount {
  width: 24px;
  height: 24px;
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-header {
  grid-area: cx-so-header;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
.hero .hero-logo-image-content-section__special-offer .hero-logo-image-content-section__special-offer-language {
  grid-area: cx-so-language;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #000000;
}

.hero__text + .hero__btn {
  padding-top: 16px;
}

.hero__partner-badge {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 16px;
  margin-top: 24px;
}
@media (max-width: 767.9px) {
  .hero__partner-badge {
    grid-column: content-start/content-end;
  }
}
@media (min-width: 768px) {
  .hero__partner-badge {
    flex-direction: column;
    justify-content: center;
    padding: 32px;
    align-self: stretch;
    grid-column-start: percent-50;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero__partner-badge {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1280px) {
  .hero__partner-badge {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}

.hero__partner-badge-image {
  width: 64px;
  height: 64px;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .hero__partner-badge-image {
    width: auto;
    height: 160px;
  }
}

.hero__partner-badge-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 768px) {
  .hero__partner-badge-text {
    text-align: center;
  }
}
@media (min-width: 1280px) {
  .hero__partner-badge-text {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}

.hero.about-us-hero {
  min-height: fit-content;
  padding: 36px 0 56px;
  overflow: hidden;
  position: relative;
  justify-content: center;
  align-items: center;
  grid-template-rows: 1fr;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero.about-us-hero {
    min-height: 350px;
  }
}
@media (min-width: 1280px) {
  .hero.about-us-hero {
    min-height: 500px;
  }
}

.hero__shape {
  display: none;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  height: fit-content !important;
  padding: 0;
}
@media (min-width: 1280px) {
  .hero__shape {
    display: block;
  }
}
.hero__shape--teal-blob {
  top: 0;
}
.hero__shape--orange-star {
  bottom: -90px;
  left: calc(100% - 24px);
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.hero__image.hero__image--bottom .hero__image__wrapper {
  height: 100%;
  padding: 64px 0;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .hero__image.hero__image--bottom .hero__image__wrapper {
    max-width: 450px;
  }
}
.hero__image.hero__image--bottom .hero__image__wrapper .hero__image__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (max-width: 1279.9px) {
  .hero__image.hero__image--bottom .hero__image__wrapper .hero__image__img {
    height: calc(100% - 2 * 64px);
    top: 64px;
  }
}
.hero__image.hero__image--bottom .hero__image__wrapper .hero__image__img--active {
  opacity: 1;
}

@media (min-width: 1280px) {
  .hero__image.hero__image--bottom .hero__image__wrapper {
    position: absolute;
    z-index: 1;
    top: 64px;
    left: 105px;
    right: 0;
    bottom: 0;
    height: 100%;
    width: calc(100% - 129px);
    padding: 0;
  }
}
.hero__title {
  font-family: "Poppins", sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .hero__title {
    font-family: "Poppins", sans-serif;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.hero__text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}

.press-coverage {
  display: grid;
}
.press-coverage.press-coverage--with-button {
  grid-template-areas: "title" "date" "text" "button";
  grid-template-columns: 1fr;
  row-gap: 8px;
}
@media (max-width: 767.9px) {
  .press-coverage.press-coverage--with-image {
    grid-template-areas: "image" "title" "date" "text";
    row-gap: 8px;
  }
}
@media (min-width: 768px) {
  .press-coverage.press-coverage--with-image {
    grid-template-areas: "image title" "image date" "image text";
    grid-template-columns: max-content 1fr;
    column-gap: 24px;
    row-gap: 8px;
  }
}
@media (max-width: 767.9px) {
  .press-coverage.press-coverage--with-image-and-button {
    grid-template-areas: "image" "title" "date" "text" "button";
    row-gap: 8px;
  }
}
@media (min-width: 768px) {
  .press-coverage.press-coverage--with-image-and-button {
    grid-template-areas: "image title" "image date" "image text" "image button";
    grid-template-columns: max-content 1fr;
    column-gap: 24px;
    row-gap: 8px;
  }
}

.press-coverage--with-border {
  border: 2px solid #F1F1F1;
  padding: 24px;
  border-radius: 8px;
}

.press-coverage__image {
  grid-area: image;
  object-fit: scale-down;
  width: 200px;
  height: 100%;
  place-self: center;
}

.press-coverage__title {
  grid-area: title;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}

.press-coverage__date {
  grid-area: date;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A0A0A0;
}

.press-coverage__text {
  grid-area: text;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.press-coverage__button {
  grid-area: button;
}
@media (max-width: 767.9px) {
  .press-coverage__button {
    width: 100%;
  }
}
.press-coverage__button.press-coverage__button--left {
  justify-self: start;
  margin-inline: unset;
}

.press-coverage__button {
  margin-inline: auto;
}

.homepage-ai__video {
  pointer-events: none;
  border-radius: 8px;
}
.homepage-ai__video .on-mobile {
  display: block;
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .homepage-ai__video .on-mobile {
    display: none;
  }
}
.homepage-ai__video .on-desktop {
  display: none;
}
@media (min-width: 1280px) {
  .homepage-ai__video .on-desktop {
    display: block;
    max-width: 100%;
  }
}

.about-us__expert-instructors-section {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.expert-instructors__copy ul {
  margin: 16px 0;
  padding-left: 24px;
}
.expert-instructors__copy a {
  color: #007BBA;
  font-weight: 600;
}

.expert-instructors__meet-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  width: 100%;
}

.expert-instructors__meet-header {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .expert-instructors__meet-header {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.expert-instructors__image {
  margin-inline: auto;
  width: 100%;
  height: 44px;
  object-fit: none;
}

.about-us__preparing-learners-section {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #F7FDFF 43%), linear-gradient(267deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
}

.about-us__side-by-side {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .about-us__side-by-side {
    flex-direction: column;
  }
}
@media (max-width: 767.9px) {
  .about-us__side-by-side--reversed {
    flex-direction: column-reverse;
  }
}

.preparing-learners__illustration {
  border-radius: 8px;
  flex-shrink: 0;
  width: 276px;
}
@media (min-width: 1280px) {
  .preparing-learners__illustration {
    width: 450px;
  }
}
@media (max-width: 767.9px) {
  .preparing-learners__illustration {
    width: 100%;
  }
}

.about-us__side-by-side-header {
  text-align: start;
  margin-bottom: 8px;
}

.preparing-learners__copy {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.preparing-learners__copy a {
  color: #007BBA;
  font-weight: 600;
}

.adult-learners__illustration {
  border-radius: 8px;
  flex-shrink: 0;
  width: 277px;
  aspect-ratio: 1;
}
@media (min-width: 1280px) {
  .adult-learners__illustration {
    flex: 1 0 0;
    width: auto;
    aspect-ratio: auto;
    height: 368px;
  }
}
@media (max-width: 767.9px) {
  .adult-learners__illustration {
    width: 100%;
    aspect-ratio: auto;
    height: 343px;
  }
}

.adult-learners__copy {
  flex: 1 0 0;
  min-width: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.adult-learners__copy ul {
  margin: 0;
  padding-left: 24px;
}

.about-us__mission-statement-section {
  background: linear-gradient(180deg, rgba(248, 248, 245, 0) 0%, #F7FDFF 43%), linear-gradient(267deg, rgba(255, 255, 255, 0) 1.46%, rgba(245, 235, 200, 0.75) 105.31%), #E7F8FF;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}

.mission-statement__illustration {
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
}

.about-us__innovation-section {
  background: #EFF5F6;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}

.about-us__partnerships-section {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}

.partnerships__logo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  justify-items: center;
}
@media (max-width: 767.9px) {
  .partnerships__logo-grid {
    display: none;
  }
}

.partnerships__logo-card {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  padding: 24px 16px;
  width: 100%;
  height: 89px;
}
.partnerships__logo-card img {
  max-height: 41px;
  max-width: 100%;
  object-fit: contain;
}

.about-us__how-it-works-section {
  background: #EFF5F6;
  align-items: center;
}

.how-it-works__header {
  text-align: center;
}

.how-it-works__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin-top: 8px;
}

.how-it-works__cards {
  display: grid;
  gap: 24px;
  width: 100%;
}
@media (min-width: 768px) {
  .how-it-works__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

.how-it-works__card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 24px;
}

.how-it-works__number {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  background: #EFF5F6;
  margin-bottom: 16px;
}

.how-it-works__card-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  margin-bottom: 8px;
}

.how-it-works__card-description {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}

.about-us__join-our-team-section {
  background: #04242D;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  text-align: center;
  text-wrap: balance;
}

.about-us__join-our-team-section .e2-link {
  display: inline-block;
}

.careers__mission-intro-section {
  background: linear-gradient(rgba(248, 248, 245, 0) 0%, rgb(247, 253, 255) 43%), linear-gradient(244.154deg, rgba(255, 255, 255, 0) 1.4643%, rgba(245, 235, 200, 0.75) 105.31%), linear-gradient(90deg, rgb(231, 248, 255) 0%, rgb(231, 248, 255) 100%);
  text-align: center;
}

.careers__core-values-section {
  text-align: center;
}

.careers__core-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .careers__core-values-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media (max-width: 767.9px) {
  .careers__core-values-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.careers__core-values-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .careers__core-values-image {
    height: 146px;
  }
}
@media (max-width: 767.9px) {
  .careers__core-values-image {
    height: 109px;
  }
}

.careers__benefits-section {
  background: #F4F8FD;
  text-align: center;
}

.careers__benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 24px;
  row-gap: 64px;
  text-align: left;
  padding: 32px 24px;
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .careers__benefits-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.9px) {
  .careers__benefits-grid {
    grid-template-columns: 1fr;
  }
}

.careers__benefit {
  display: flex;
  gap: 8px;
}

.careers__benefit-icon {
  flex-shrink: 0;
}
.careers__benefit-icon--teal {
  color: #01837B;
}
.careers__benefit-icon--pink {
  color: #C02868;
}
.careers__benefit-icon--green {
  color: #007D3A;
}
.careers__benefit-icon--purple {
  color: #674198;
}
.careers__benefit-icon--orange {
  color: #BE4400;
}

.careers__benefit-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .careers__benefit-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.careers__benefit-list {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin: 8px 0 0;
  padding-left: 20px;
}

.study-jobs-board {
  background: #EFF5F6;
}

.study-jobs__department-title {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}

.study-jobs__department-job-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.study-job {
  display: flex;
  justify-content: space-between;
  background: #FFFFFF;
  padding: 16px;
  border-radius: 8px;
  column-gap: 24px;
  row-gap: 8px;
  flex-wrap: wrap;
  text-wrap: pretty;
}
@media (max-width: 767.9px) {
  .study-job {
    flex-direction: column;
  }
}
.study-job:hover, .study-job:focus-within {
  text-decoration: none;
}
.study-job:hover .study-job__title, .study-job:focus-within .study-job__title {
  color: #164E75;
  text-decoration: underline;
}
.study-job:active {
  text-decoration: none;
}
.study-job:active .study-job__title {
  color: #072435;
  text-decoration: underline;
}

.study-job__title {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  margin-right: auto;
}

.study-job__location {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  margin-left: auto;
  text-align: right;
}

.leadership-section {
  background: #EFF5F6;
}

.leadership-cards__container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.leadership-card {
  display: flex;
}
@media (max-width: 767.9px) {
  .leadership-card {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .leadership-card {
    flex-direction: row;
  }
}

.leadership-card__image-container {
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
  background-color: #EFF5F6;
  overflow: hidden;
}
@media (max-width: 767.9px) {
  .leadership-card__image-container {
    width: 100%;
    border-radius: 8px 8px 0 0;
  }
}
@media (min-width: 768px) {
  .leadership-card__image-container {
    width: 194px;
    height: 215px;
    border-radius: 8px 0 0 8px;
  }
}

.leadership-card__image {
  backdrop-filter: blur(100px);
  width: 100%;
  height: 100%;
}
@media (max-width: 767.9px) {
  .leadership-card__image {
    object-fit: contain;
  }
}
@media (min-width: 768px) {
  .leadership-card__image {
    object-fit: cover;
  }
}

.leadership-card__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border: 1px solid #F1F1F1;
  background-color: #FFFFFF;
}
@media (max-width: 767.9px) {
  .leadership-card__content {
    border-radius: 0 0 8px 8px;
  }
}
@media (min-width: 768px) {
  .leadership-card__content {
    border-radius: 0 8px 8px 8px;
  }
}

.leadership-card__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.leadership-card__name {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .leadership-card__name {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.leadership-card__title {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #A0A0A0;
  margin: 0;
}

.leadership-card__bio-container {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.leadership-card__bio {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.leadership-card__bio p {
  margin: 0 0 20px 0;
}
.leadership-card__bio p:last-child {
  margin-bottom: 0;
}

.leadership-card__overflow {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.leadership-card__overflow--expanded {
  grid-template-rows: 1fr;
}

.leadership-card__overflow-inner {
  overflow: hidden;
  min-height: 0;
}

.leadership-card__read-more {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #007BBA;
  cursor: pointer;
  text-decoration: underline;
  color: #007BBA;
  text-decoration: underline;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  text-align: left;
  width: fit-content;
}
.leadership-card__read-more:hover, .leadership-card__read-more:focus-within {
  color: #164E75;
  text-decoration: underline;
}
.leadership-card__read-more:active {
  color: #072435;
  text-decoration: underline;
}
.leadership-card__read-more:hover {
  text-decoration: none;
}

.instructors-page__intro-section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.instructors-page__intro-text {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
}
.instructors-page__intro-text a {
  color: #007BBA;
  text-decoration: underline;
}
.instructors-page__intro-text a:hover {
  text-decoration: none;
}

.instructors-page__header {
  margin-top: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .instructors-page__header {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.director-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (min-width: 768px) {
  .director-card {
    flex-direction: row;
    align-items: flex-start;
  }
}

.director-card__image-container {
  flex-shrink: 0;
}

.director-card__image {
  width: 150px;
  height: 173px;
  object-fit: cover;
  border-radius: 8px;
}

.director-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.director-card__name {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}

.director-card__bio {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.director-card__bio a {
  color: #007BBA;
  text-decoration: underline;
}
.director-card__bio a:hover {
  text-decoration: none;
}

.instructors-page__subject-tabs {
  justify-content: flex-start;
  padding-inline: 0;
  margin-bottom: 32px;
}
@media (max-width: 767.9px) {
  .instructors-page__subject-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .instructors-page__subject-tabs::-webkit-scrollbar {
    display: none;
  }
}

@media (min-width: 1280px) {
  .instructors-page__bios-section > * {
    grid-column-start: 3;
    grid-column-end: 13;
  }
}

.instructors-page__bios-header {
  text-align: left;
}

.instructors-page__subject-header {
  text-align: left;
}

.instructors-page__bios-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.instructor-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  background-color: #FFFFFF;
}
@media (min-width: 768px) {
  .instructor-card {
    flex-direction: row;
    align-items: flex-start;
  }
}

.instructor-card__image-container {
  flex-shrink: 0;
}

.instructor-card__image {
  width: 115px;
  height: 132px;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 767.9px) {
  .instructor-card__image {
    width: 150px;
    height: 173px;
  }
}

.instructor-card__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.instructor-card__name {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.02em;
  color: #000000;
}

.instructor-card__bio {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
}
.instructor-card__bio a {
  color: #007BBA;
  text-decoration: underline;
}
.instructor-card__bio a:hover {
  text-decoration: none;
}

.instructors-page__cta-section {
  grid-column: full-bleed;
  background-color: #04242D;
  padding-block: 64px;
}
@media (max-width: 767.9px) {
  .instructors-page__cta-section {
    padding-block: 32px;
  }
}

.instructors-page__cta-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  padding-inline: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.instructors-page__cta-title {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #FFFFFF;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .instructors-page__cta-title {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.02em;
  }
}

.instructors-page__cta-subtitle {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #A6B5BD;
  letter-spacing: -0.02em;
  color: #A6B5BD;
}

.instructors-page__cta-button {
  margin-top: 24px;
}

.press-page__container {
  padding-top: 64px;
  display: grid;
}
@media (max-width: 767.9px) {
  .press-page__container {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .press-page__container {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .press-page__container {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.press-page__container > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}

.press-page__section {
  padding-bottom: 64px;
}
@media (min-width: 1280px) {
  .press-page__section {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}
.press-page__section .press-coverage + .press-coverage {
  margin-top: 16px;
}

.press-page__section--release {
  grid-column: full-bleed;
  background: #EFF5F6;
  padding-block: 64px;
  display: grid;
}
@media (max-width: 767.9px) {
  .press-page__section--release {
    grid-template-columns: [full-bleed-start] 0px [content-start percent-0] minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-75] minmax(0, 1fr) [percent-100 content-end] 0px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 768px) and (max-width: 1279.9px) {
  .press-page__section--release {
    min-width: 768px;
    grid-template-columns: [full-bleed-start] 24px [content-start percent-0] minmax(0, 1fr) minmax(0, 1fr) [percent-25] minmax(0, 1fr) [percent-33] minmax(0, 1fr) [percent-50] minmax(0, 1fr) [percent-67] minmax(0, 1fr) [percent-75] minmax(0, 1fr) minmax(0, 1fr) [percent-100 content-end] 24px [full-bleed-end];
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .press-page__section--release {
    min-width: 1280px;
    grid-template-columns: [full-bleed-start] minmax(54px, 1fr) [content-start percent-0] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-25] minmax(0, 85px) [percent-33] minmax(0, 85px) minmax(0, 85px) [percent-50] minmax(0, 85px) minmax(0, 85px) [percent-67] minmax(0, 85px) [percent-75] minmax(0, 85px) minmax(0, 85px) minmax(0, 85px) [percent-100 content-end] minmax(54px, 1fr) [full-bleed-end];
    column-gap: 24px;
  }
}
.press-page__section--release > * {
  grid-column-start: content-start;
  grid-column-end: content-end;
}
@media (min-width: 1280px) {
  .press-page__section--release > * {
    grid-column-start: 4;
    grid-column-end: 12;
  }
}
.press-page__section--release .press-coverage--with-border {
  padding: 16px;
  background: #FFFFFF;
}

.press-page__section-h3 {
  padding-bottom: 32px;
  margin: 0;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .press-page__section-h3 {
    font-family: "Poppins", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.press-page__section-btns {
  display: flex;
  justify-content: center;
  padding-top: 32px;
}

.press-page__coverage-container--collapsed {
  display: none;
}

.press-page__coverage-container {
  padding-top: 16px;
}

.logo-showcase__grid {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 767.9px) {
  .logo-showcase__grid {
    display: none;
  }
}

.logo-showcase__row {
  display: flex;
  gap: 24px;
}

.logo-showcase__logo-card {
  flex: 1;
  border: 1px solid #F1F1F1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 16px;
  height: 89px;
}
@media (max-width: 767.9px) {
  .logo-showcase__logo-card {
    width: 164px;
    height: 80px;
    flex: none;
    flex-shrink: 0;
  }
}

.logo-showcase__logo-img {
  max-height: 41px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
@media (max-width: 767.9px) {
  .logo-showcase__logo-img {
    max-height: 32px;
  }
}

.logo-showcase__marquee-wrapper {
  display: none;
}
@media (max-width: 767.9px) {
  .logo-showcase__marquee-wrapper {
    display: flex;
    flex-direction: column;
    gap: 16px;
    overflow: hidden;
  }
}

.logo-showcase__marquee-row {
  display: flex;
  gap: 16px;
  width: max-content;
  animation: logo-showcase-scroll 25s linear infinite;
}

.logo-showcase__marquee-row--offset {
  margin-left: 82px;
}

@keyframes logo-showcase-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-showcase__marquee-row {
    animation: none;
  }
}
.institution-partnerships {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 64px 0;
}
@media (max-width: 767.9px) {
  .institution-partnerships {
    gap: 24px;
    padding: 32px 16px;
  }
}

.institution-partnerships__header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: center;
}

.institution-partnerships__title {
  color: #000000;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  color: #000000;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .institution-partnerships__title {
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.02em;
  }
}

.institution-partnerships__subtitle {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #374F5C;
  letter-spacing: -0.02em;
  color: #374F5C;
  margin: 0;
}

/*# sourceMappingURL=index.css.map */
