/* footer */
footer a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
footer a:hover {
  color: white;
  text-decoration: underline;
}
@font-face {
  font-family: D-DIN;
  src: url(D-DIN.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
@font-face {
  font-family: D-DIN-Bold;
  src: url(D-DIN-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}
:root {
  --black-100: #011142;
  --blue-100: #4129a1;
  --green-100: #58a8af;
  --green-90: #04c4af;
  --purple-100: #c099e8;
  --white-100: #f0f0fa;
  --white-90: rgba(240, 240, 250, 0.9);
  --white-80: rgba(240, 240, 250, 0.8);
  --white-70: rgba(240, 240, 250, 0.7);
  --white-60: rgba(240, 240, 250, 0.6);
  --white-50: rgba(240, 240, 250, 0.5);
  --white-35: rgba(240, 240, 250, 0.35);
  --white-30: rgba(240, 240, 250, 0.3);
  --white-25: rgba(255, 255, 255, 0.25);
  --white-15: rgba(240, 240, 250, 0.15);
  --white-10: rgba(240, 240, 250, 0.1);
  --black-50: rgba(0, 0, 0, 0.5);
  --black-80: rgba(0, 0, 0, 0.8);
  --gray-80: rgba(37, 38, 40, 0.8);
  --gray-60: rgba(37, 38, 40, 0.6);
}
* {
  margin: 0;
  padding: 0;
}
body {
  font: 16px/26px D-DIN, Arial, Verdana, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: var(--black-100);
}
p {
  color: var(--white-100);
}
p,
td,
h3,
h4,
button {
  font-family: D-DIN;
}
ul,
li,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2 {
  font-family: D-DIN-Bold;
  letter-spacing: 0.02em;
  color: var(--white-100);
}
h1 {
  font-size: 3rem;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  line-height: 95%;
}
h2 {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
h3 {
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}
h4 {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.app-background {
  background-color: #000;
  color: var(--white-100);
}
.uppercase {
  text-transform: uppercase;
}
.section {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 1;
}
#video {
  cursor: pointer;
}
.section-inner {
  height: max(100vh, 941px);
  height: max(100svh, 941px);
  display: block;
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  z-index: 3;
}
.section-inner p {
  color: var(--white-100);
}
.inner-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 960px;
  text-align: center;
  transform: translate(-50%, -50%) translateY(-50px);
}
.inner-center h1 {
  margin-bottom: 20px;
  letter-spacing: -1px;
  font-size: 100px;
}
.inner-center p {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
.inner-center-top {
  position: absolute;
  top: 15%;
  left: 50%;
  width: 90%;
  max-width: 960px;
  text-align: center;
  transform: translate(-50%);
  font: 18px/30px D-DIN-Regular;
}
.inner-center-top div:first-of-type {
  margin-top: 15px;
}
.inner-center-top p {
  text-transform: uppercase;
}
.inner-center-top h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: auto;
  line-height: 60px;
}
.inner-center-topmost {
  position: absolute;
  top: unset;
  left: 50%;
  width: 90%;
  text-align: center;
  transform: translate(-50%);
  font: 18px/30px D-DIN-Regular;
}
.inner-center-topmost div:first-of-type {
  margin-top: 15px;
}
.inner-center-topmost p {
  text-transform: uppercase;
}
.inner-center-topmost h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: auto;
  line-height: 60px;
}
.inner-left-middle {
  left: 50px;
  max-width: 520px;
  position: absolute;
  text-align: left;
  top: 50%;
  width: 50%;
  transform: translateY(-50%);
}
.inner-left-middle h2 {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: D-DIN-Bold;
  max-width: 90%;
  margin-left: 0;
  line-height: 48px;
}
.inner-left-middle p {
  font-family: D-DIN;
  margin: 15px 0;
}
.inner-left-bottom {
  text-align: left;
  width: 50%;
  max-width: 520px;
  position: absolute;
  bottom: 15%;
  left: 50px;
}
.inner-left-bottom h2 {
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: 0;
  line-height: 48px;
}
.inner-left-bottom p {
  text-align: left;
}
.inner-right-bottom {
  text-align: left;
  width: 50%;
  max-width: 520px;
  position: absolute;
  bottom: 15%;
  right: 50px;
}
.inner-right-bottom h2 {
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: 0;
  line-height: 48px;
}
.inner-right-bottom p {
  text-align: left;
}
.inner-right-middle {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  text-align: left;
  width: 50%;
  max-width: 520px;
}
.inner-right-middle h2 {
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: 0;
  line-height: 48px;
}
.inner-right-middle p {
  text-align: left;
}
.inner-right-top,
.inner-right-topmost {
  text-align: left;
  width: 50%;
  max-width: 520px;
  position: absolute;
  top: 13%;
  right: 50px;
}
.inner-right-top h2,
.inner-right-topmost h2 {
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  margin: auto;
  line-height: 60px;
}
.inner-right-top p,
.inner-right-topmost p {
  margin-top: 20px;
  margin-bottom: 15px;
}
.inner-right-topmost {
  top: 5%;
}
.inner-left-top {
  text-align: left;
  width: 50%;
  max-width: 520px;
  position: absolute;
  top: 13%;
  left: 50px;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 1px 1px 15px #fff;
}
.inner-left-top h2 {
  font-size: 3rem;
  text-transform: uppercase;
  max-width: 90%;
  margin-left: 0;
  line-height: 48px;
}
.innerhtml-from-cms-underline a {
  color: var(--white-100);
  font-weight: 700;
}
.innerhtml-from-cms a {
  color: var(--white-100);
  text-decoration: none;
}
.innerhtml-from-cms a:hover {
  color: #ccc;
}
.innerhtml-from-cms.company-update p,
.innerhtml-from-cms.company-update ul {
  font-size: 1.0625rem;
  line-height: 1.75;
  margin: 1.5625rem 0;
}
.innerhtml-from-cms.company-update p strong,
.innerhtml-from-cms.company-update ul strong {
  color: var(--white-100);
}
.image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero {
  max-width: 696px;
}
.hero h2 {
  font-size: 5rem;
  line-height: 95%;
}
jobs-page {
  flex-grow: 1;
}
.no-link-formatting a {
  color: var(--white-100);
  text-decoration: none;
}
@media (max-width: 961px) {
  body {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }
  h1 {
    font-size: 2.25rem;
  }
  h3 {
    font-size: 0.825rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.6;
  }
  .section-inner {
    height: auto;
  }
  .inner-center {
    transform: translate(-50%, -50%) translateY(-30px);
  }
  .inner-center h1 {
    font-size: 50px;
  }
  .inner-center p {
    margin: 15px 0;
  }
  .inner-center-top h2,
  .inner-left-middle h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .inner-left-bottom {
    max-width: none;
    width: auto;
    left: 20px;
    right: 20px;
    bottom: 5%;
  }
  .inner-left-bottom h2 {
    max-width: none;
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
  .inner-right-bottom h2,
  .inner-right-middle h2,
  .inner-right-top h2,
  .inner-left-top h2 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }
}
@keyframes hide {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  to {
    opacity: 0;
  }
}
@keyframes reveal-header {
  0% {
    opacity: 0;
    transform: translateY(220%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reveal-header {
  animation-name: reveal-header;
  animation-duration: 0.75s;
  animation-timing-function: ease-in-out;
}
/* 视频样式 */
.section-video {
  position: relative;
  text-align: center;
}
.section-video .content-columns {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 75px auto;
  max-width: 1400px;
  text-align: right;
}
.section-video .content-columns .inner-left-middle {
  width: 33%;
}
.section-video .section-inner {
  z-index: 10;
}
.section-video .column-image {
  display: inline-block;
  position: relative;
  width: 54%;
  height: auto;
  margin: 0 50px 0 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  cursor: pointer;
}
.section-video .responsive-image,
.section-video .responsive-image img {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
.section-video .responsive-image.hide {
  display: none;
}
.section-video .play-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%, -50%);
  transition: transform 0.4s, background-color 0.5s ease;
  z-index: 20;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.35);
}
.section-video .play-arrow svg {
  width: 100%;
  height: 100%;
}
.section-video .play-arrow:hover {
  background-color: #252628;
}
.section-video .overlay {
  width: 100%;
  height: 0;
  z-index: 1000;
  position: fixed;
  background: black;
  transition: top 1s;
  top: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section-video .overlay iframe {
  border: none;
  overflow-y: hidden;
}
.section-video .overlay video {
  width: 80%;
  height: 80%;
}
.section-video .overlay.not-in-section {
  left: 0;
}
.section-video .inline {
  width: 100%;
  height: 100%;
  display: none;
  position: relative;
}
.section-video .inline.open {
  display: flex;
}
.section-video .inline .poster-image-placeholder {
  height: 100%;
  position: absolute;
  width: 100%;
}
.section-video .inline .poster-image-placeholder.hide {
  display: none;
}
.section-video .inline iframe,
.section-video .inline video {
  aspect-ratio: 16/9;
  width: 100%;
}
.section-video .actions {
  width: 95%;
  display: inline-flex;
  justify-content: right;
  visibility: hidden;
  position: absolute;
  top: 5%;
}
.section-video .open {
  top: 0;
  height: 100%;
}
.section-video .open .actions {
  visibility: visible;
}
.section-video .close {
  animation: slide-up 1s;
}
.section-video .inner-left-middle p,
.section-video .inner-left-top p,
.section-video .inner-left-bottom p,
.section-video .inner-right-top p,
.section-video .inner-right-topmost p,
.section-video .inner-center p,
.section-video .inner-right-middle p {
  margin: 15px 0;
}
@keyframes reveal-subheader {
  0% {
    opacity: 0;
    transform: translateY(80%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes slide-up {
  0% {
    top: 0;
    height: 100%;
  }
  99% {
    top: -100vh;
    height: 100%;
  }
  99.5% {
    height: 0;
  }
  to {
    top: 100vh;
  }
}
.reveal-subheader {
  animation-name: reveal-subheader;
  animation-timing-function: ease-in-out;
  animation-delay: 0.5s;
  animation-fill-mode: backwards;
  animation-duration: 0.75s;
}
@keyframes reveal-button {
  0% {
    opacity: 0;
    transform: translateY(300%);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.reveal-button {
  animation-name: reveal-button;
  animation-timing-function: ease-in-out;
  animation-delay: 1s;
  animation-fill-mode: backwards;
  animation-duration: 0.75s;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: linear-gradient(180deg, rgba(1, 17, 66, 0.6) 0%, rgba(0, 0, 0, 0) 95%);
  transition: opacity 0.3s;
}
.header .header-shadow {
  background: linear-gradient(180deg, rgba(1, 17, 66, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  pointer-events: none;
}
.header .header-hide {
  opacity: 0;
}
.header .header-hide .header-shadow {
  display: none;
}
.header nav {
  align-items: center;
  column-gap: 50px;
  display: flex;
  padding: 10px 20px;
}
.header .logo {
  cursor: pointer;
  z-index: 100;
  position: relative;
}
.header .header-button {
  display: none;
}
.header .nav-links {
  column-gap: 24px;
  display: flex;
}
.header .nav-links span,
.header .nav-links a {
  color: var(--white-90);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 700;
  line-height: 94%;
  text-decoration: none;
  text-transform: uppercase;
  text-wrap: nowrap;
  letter-spacing: 0.09em;
}
.header .nav-links span:hover,
.header .nav-links a:hover {
  color: var(--purple-100);
}
.header .menu-header {
  align-items: center;
  column-gap: 4px;
  display: flex;
  padding-right: 13px;
  position: relative;
}
.header .sub-menu-box:hover .sub-menu {
  visibility: visible;
}
.header .sub-menu-header {
  padding-right: 3px;
}
.header .sub-menu {
  display: flex;
  flex-direction: column;
  list-style: none;
  list-style-type: none;
  padding-top: 20px;
  position: absolute;
  row-gap: 12px;
  visibility: hidden;
}
.header .sub-menu li {
  line-height: 1.5;
  font-weight: 400;
}
.header .pull-right {
  position: absolute;
  right: 5%;
}
.header .down-arrow-icon {
  min-width: 10px;
  position: relative;
  top: -1px;
  filter: brightness(0.8);
}
.header .external-icon {
  margin-right: 2px;
  min-width: 10px;
}
.homepage-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.homepage-wrapper .sections {
  display: block;
}
.careers-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.careers-wrapper .sections {
  display: block;
}
.resuability .section-inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.resuability .section-inner .mobile-reverse-direction {
  color: #fff;
}
.resuability .section-inner .image-wrapper {
  height: auto;
  width: 54%;
  position: relative;
}
.resuability .section-inner .image-wrapper img {
  position: relative;
  top: auto;
  left: auto;
  height: auto;
  width: 100%;
}
.resuability .section-inner .text-wrapper {
  position: relative;
  width: 33%;
}
.resuability .section-inner .text-wrapper h1 {
  margin-bottom: 1rem;
}
.resuability .section-inner .text-wrapper p:not(:last-child) {
  margin-bottom: 1rem;
}
.resuability .section-inner .text-wrapper a {
  color: var(--white-100) !important;
  font-family: D-DIN-Bold;
  text-decoration: none;
}
.life-section {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.life-inner {
  width: 1000px;
  height: 50vh;
  z-index: 50;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.life-title {
  padding: 30px;
}
.life-description {
  text-align: center;
  line-height: 2;
}
.life-button {
  margin: 40px;
}
.purpose-section {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.purpose-description {
  padding: 25px;
}
@keyframes scrollme-animation {
  0% {
    opacity: 1;
    transform: translateY(-35px);
  }
  to {
    opacity: 0;
  }
}
.scrollme {
  position: absolute;
  left: 50%;
  bottom: 20px;
  margin: 0 0 0 -15px;
  animation-name: scrollme-animation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  width: 2.5rem;
  height: 1.5rem;
}
.scrollme svg {
  width: 100%;
  height: 100%;
}
.image-wrapper img {
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  left: 0;
  z-index: 1;
}
.image-wrapper span {
  width: 100%;
  height: 100%;
}
.image-wrapper video {
  position: absolute;
  top: 0;
  background-position: center center;
  background-size: cover;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.image-wrapper .fade-to-black {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.image-wrapper .fade-to-black.right {
  background-image: linear-gradient(to right, transparent, black);
}
.image-wrapper .fade-to-black.left {
  background-image: linear-gradient(to left, transparent, black);
}
.image-wrapper .fade-to-black.up {
  background-image: linear-gradient(to top, transparent, black);
}
.image-wrapper .fade-to-black.down {
  background-image: linear-gradient(to bottom, transparent, black);
}
.image-wrapper .fade-to-black.radial-down {
  background: radial-gradient(circle, rgba(255, 255, 255, 0) 50%, #000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 90%, #000 100%), linear-gradient(270deg, rgba(0, 0, 0, 0) 90%, #000 100%);
}
.section-inner {
  z-index: 3;
}
.inner-left-middle h1,
.inner-left-top h1,
.inner-left-bottom h1,
.inner-right-top h1,
.inner-right-topmost h1,
.inner-center h1,
.inner-right-middle h1,
.inner-center-topmost h1 {
  line-height: 3rem;
  margin: auto auto auto 0;
  max-width: 90%;
}
.inner-left-middle h2,
.inner-left-top h2,
.inner-left-bottom h2,
.inner-right-top h2,
.inner-right-topmost h2,
.inner-center h2,
.inner-right-middle h2,
.inner-center-topmost h2 {
  font-family: D-DIN;
  font-size: 1.25rem;
  line-height: 32px;
  margin: 0;
  max-width: 85%;
}
.inner-left-middle p,
.inner-left-top p,
.inner-left-bottom p,
.inner-right-top p,
.inner-right-topmost p,
.inner-center p,
.inner-right-middle p,
.inner-center-topmost p {
  max-width: 95%;
  font-size: 1rem;
  font-family: D-DIN;
  font-weight: 400;
  margin: 15px 0;
}
/* 二级页面样式 */
.subpage-header {
  position: relative;
  width: 100%;
  height: 360px;
  background-position: center;
  background-size: cover;
  background-image: url('https://static.igem.wiki/teams/5639/images/head-bg.webp');
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--white-100);
  z-index: 1;
}
.detail-content {
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.75;
  color: var(--white-100);
  display: flex;
  gap: 2vw;
}
.detail-content .img-caption {
  font-size: 0.8rem;
  width: 90%;
  margin: auto;
  text-indent: 2em;
  text-align: center;
}
.detail-content .width-20 {
  width: 20vw;
  height: calc(100vh - 280px);
  overflow-y: auto;
}
.detail-content .width-20::-webkit-scrollbar {
  width: 4px;
}
.detail-content .width-20::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.detail-content .width-20::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 4px rgba(200, 200, 200, 0.5);
}
.detail-content .width-20::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(255, 255, 255, 0.4);
}
.detail-content .width-100 {
  width: 100%;
}
.detail-content .border {
  box-shadow: 1px 1px 15px #fff;
  padding: 20px;
  border-radius: 16px;
  background-color: rgba(88, 168, 175, 0.3);
}
.detail-content .font-color-green {
  color: var(--green-90);
}
.detail-content .font-color-purple {
  color: var(--purple-100);
}
.detail-content h3 {
  font-weight: bold;
}
.detail-content .text-wrapper {
  width: calc(100% - 22vw);
  flex-shrink: 0;
}
.detail-content .anchor-point {
  width: 20vw;
  flex-shrink: 0;
}
.detail-content .anchor-point a {
  display: block;
  padding: 10px 0;
  color: var(--white-80);
  text-decoration: none;
  border-bottom: 1px solid var(--white-20);
}
.detail-content .anchor-point a.active {
  color: var(--purple-100);
  font-weight: bold;
}
.detail-content .anchor-point a:hover {
  color: var(--purple-100);
}
/* 团队页样式 */
.team-content .members-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
  max-width: 1200px;
  margin: 0 auto;
}
.team-content .member-card {
  width: 100%;
  max-width: 380px;
  height: 340px;
  margin: 0 auto;
  perspective: 1000px;
}
.team-content .member-card:hover .card-inner {
  transform: rotateY(180deg);
}
.team-content .card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  cursor: pointer;
}
.team-content .card-front,
.team-content .card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 16px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #e9ecef;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.team-content .card-front {
  background: linear-gradient(135deg, rgba(248, 249, 250, 0.85) 0%, rgba(233, 236, 239, 0.85) 100%);
}
.team-content .card-back {
  background: linear-gradient(135deg, #4129a1 0%, #c099e8 100%);
  color: white;
  transform: rotateY(180deg);
}
.team-content .member-photo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, #4129a1 0%, #c099e8 100%);
  border: 4px solid white;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.team-content .member-photo img {
  width: 150px !important;
  height: 150px !important;
  border-radius: 50%;
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  transform-origin: center center;
}
.team-content .member-name {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue-100);
  margin-bottom: 8px;
  margin: 15px 0 10px 0;
}
.team-content .member-role {
  font-size: 14px;
  color: var(--purple-100);
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-content .flip-instruction {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #999;
  opacity: 0.8;
}
.team-content .member-intro {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
  margin-top: 10px;
}
/* 不超过1500px屏幕 */
@media (max-width: 1500px) {
  .header nav {
    column-gap: 30px;
    padding: 5px 20px;
  }
  .header .nav-links {
    column-gap: 18px;
  }
  .header .pull-right {
    right: 3%;
  }
}
/* 不超过1350px屏幕 */
@media (max-width: 1350px) {
  .header .nav-links {
    column-gap: 12px;
  }
  .header .pull-right {
    right: 2%;
  }
}
/* 不超过1279px屏幕 */
@media (max-width: 1279px) {
  .header nav {
    align-items: flex-start;
    flex-direction: column;
    left: 0;
    padding: 24px 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
  }
  .header nav .top-bar {
    display: flex;
    align-items: flex-start;
    padding-left: 16px;
  }
  .header .black-overlay {
    background-color: #000;
    height: 100vh;
    z-index: 10;
  }
  .header .logo {
    margin-bottom: 40px;
  }
  .header .header-button {
    display: block;
    position: absolute;
    right: 12px;
    z-index: 99;
  }
  .header .nav-links {
    flex-direction: column;
    line-height: 120%;
    row-gap: 35px;
    margin: 0 16px;
  }
  .header .nav-links span,
  .header .nav-links a {
    color: var(--white-80);
    font-size: 1.125rem;
    font-family: D-DIN-Bold;
    font-weight: 400;
  }
  .header .nav-links span.open,
  .header .nav-links a.open {
    color: var(--white-100);
  }
  .header .nav-links .sub-menu span,
  .header .nav-links .sub-menu a {
    font-family: D-DIN;
    font-weight: 400;
    font-size: 0.825rem;
  }
  .header .sub-menu {
    list-style: none;
    padding-bottom: 16px;
    padding-top: 10px;
    position: inherit;
    row-gap: 24px;
    margin-top: 16px;
    margin-left: 1px;
  }
  .header .sub-menu a {
    font-weight: 700;
    color: var(--white-80);
  }
  .header .upcoming-launch-widget {
    margin-top: 20px;
  }
  .header .pull-right {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
  .header .down-arrow-icon {
    top: -2px;
  }
}
/* 不超过961px屏幕 */
@media (max-width: 961px) {
  .life-section {
    margin-top: 125px;
    margin-bottom: 125px;
  }
  .life-title {
    padding: 30px;
    font-size: 20px;
  }
  .life-description {
    text-align: center;
    line-height: 2;
    padding: 0 5%;
  }
  .resuability {
    margin-bottom: 5rem;
  }
  .resuability .section-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .resuability .section-inner .image-wrapper {
    height: auto;
    position: relative;
    width: 90%;
    padding: 0 5%;
  }
  .resuability .section-inner .image-wrapper img {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
    width: 100%;
  }
  .resuability .section-inner .text-wrapper {
    width: 90%;
    position: relative;
    text-align: center;
    padding: 0 5%;
  }
  .resuability .section-inner .text-wrapper h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .resuability .section-inner .text-wrapper p:not(:last-child) {
    margin-bottom: 1rem;
  }
  .resuability .mobile-reverse-direction {
    flex-direction: column-reverse;
  }
  .purpose-section {
    position: relative;
    margin-top: -150px;
    z-index: 2;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}



:root { --armor-purple: #7E57C2; }


.space-era strong {
  color: var(--armor-purple);
  font-weight: 700;
}


.space-era .title-purple {
  color: var(--armor-purple);
  font-weight: 800;
  letter-spacing: .02em;
}


.space-era .section-break {
  border: 0;
  border-top: 3px solid rgba(126, 87, 194, 0.4);
  margin: 2.25rem 0;   

}
.text-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;   
}