@charset "utf-8";

.about-redesign .home-navigation .home-nav-home {
  color: #333;
}

.about-redesign .home-navigation .home-nav-label {
  font-weight: 300;
}

.about-redesign .home-nav-item.is-current>.home-nav-label {
  color: var(--home-blue);
  font-weight: 300;
}

.about-hero {
  position: relative;
  width: 100%;
  aspect-ratio: 1920 / 586;
  overflow: hidden;
  background: #dce9f6;
}

.about-hero>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-hero-copy {
  position: absolute;
  top: 35%;
  left: max(7vw, calc((100vw - 1480px) / 2 + 115px));
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 55, 105, .16);
}

.about-hero-copy h1 {
  font-size: clamp(34px, 2.45vw, 48px);
  line-height: 1.25;
  letter-spacing: 3px;
  font-weight: 700;
}

.about-hero-copy p {
  margin-top: 1px;
  font-size: clamp(17px, 1.15vw, 22px);
  line-height: 1.45;
  font-weight: 400;
}

.about-content {
  padding-top: 64px;
  padding-bottom: 86px;
}

.about-content-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 47px;
}

.about-section-heading {
  display: flex;
  flex: none;
  align-items: center;
  gap: 16px;
  margin: 0;
  text-align: left;
}

.about-section-heading>span {
  order: -1;
  width: 10px;
  height: 28px;
  margin: 0;
}

.about-section-heading>div {
  display: flex;
  align-items: baseline;
  gap: 9px;
}

.about-section-heading h2 {
  white-space: nowrap;
}

.about-section-heading p {
  margin-top: 0;
  white-space: nowrap;
}

.about-tabs {
  justify-content: flex-end;
  padding-bottom: 0;
}

.about-tabs .home-tab {
  min-width: 100px;
  text-align: center;
  /* font-weight: 300; */
}

.about-richtext {
  color: #555;
  font-size: 16px;
  /* font-weight: 300; */
  line-height: 1.9;
}

.about-richtext p {
  margin: 0 0 18px !important;
}

.about-richtext p:has(> br:only-child) {
  display: none;
}

.about-richtext img,
.about-richtext video,
.about-richtext table {
  max-width: 100%;
  height: auto;
}

.about-partners-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 34px 16px;
  padding-bottom: 30px;
}

.about-partner-item {
  min-width: 0;
}

.about-partner-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #e7e7e7;
  background: #fff;
}

.about-partner-picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-honors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 50px;
  padding-bottom: 30px;
}

.about-honor-item {
  min-width: 0;
}

.about-honor-picture {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1.42;
  padding: 10px;
  overflow: hidden;
  border: 1px solid #d8d8d8;
  background: #fff;
}

.about-honor-picture img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.about-honor-item h3 {
  margin-top: 13px;
  color: #555;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
}

.about-pagination .pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.about-pagination .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #e5e2de;
  color: #999;
  font-size: 14px;
}

.about-pagination .pagination .active,
.about-pagination .pagination li:hover {
  border-color: var(--home-blue);
  color: #fff;
  background: var(--home-blue);
}

.home-redesign a {
  font-weight: normal;
}

@media (max-width: 1700px) and (min-width: 1401px) {
  .about-hero-copy {
    left: calc((100vw - 1400px) / 2 + 115px);
  }
}

@media (max-width: 1400px) {
  .about-hero-copy {
    left: 115px;
  }

  .about-content {
    padding-top: 54px;
    padding-bottom: 72px;
  }

  .about-tabs .home-tab {
    min-width: 88px;
  }

  .about-partners-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px 16px;
  }

  .about-honors-grid {
    gap: 28px 28px;
  }
}

@media (max-width: 1200px) {
  .about-hero-copy {
    left: 24px;
  }
}

@media (max-width: 993px) {
  .about-hero-copy {
    left: 30px;
  }

  .about-hero {
    aspect-ratio: 2.45 / 1;
  }

  .about-content {
    padding-top: 44px;
    padding-bottom: 58px;
  }

  .about-content-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 34px;
  }

  .about-tabs {
    width: 100%;
    justify-content: flex-start;
  }

  .about-richtext {
    font-size: 15px;
    line-height: 1.85;
  }

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

  .about-honors-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px 20px;
  }
}

@media (max-width: 576px) {
  .about-hero {
    aspect-ratio: 2 / 1;
  }

  .about-hero-copy {
    top: 32%;
    left: 20px;
  }

  .about-hero-copy h1 {
    font-size: 28px;
  }

  .about-hero-copy p {
    font-size: 14px;
  }

  .about-content {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .about-content-head {
    margin-bottom: 28px;
  }

  .about-section-heading {
    gap: 11px;
  }

  .about-section-heading>span {
    width: 8px;
    height: 24px;
  }

  .about-section-heading>div {
    gap: 7px;
  }

  .about-section-heading h2 {
    font-size: 22px;
  }

  .about-section-heading p {
    font-size: 12px;
  }

  .about-tabs .home-tab {
    min-width: 0;
  }

  .about-richtext {
    font-size: 14px;
    line-height: 1.8;
  }

  .about-richtext p {
    margin-bottom: 14px !important;
  }

  .about-partners-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .about-honors-grid {
    grid-template-columns: 1fr;
  }

  .about-honor-item h3 {
    margin-top: 9px;
    font-size: 12px;
  }
}
