.hero {
  position: relative;
}
.hero.hero--video, .hero.hero--image {
  background-color: #15181b;
}
.hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    font-size: calc(24px + 3 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    font-size: 27px;
    line-height: 1.2;
  }
}
.hero.hero--video .hero-heading > :not(a, .material-symbols-outlined, pre), .hero.hero--image .hero-heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 576px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    color: #15181b;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.16;
    letter-spacing: -0.016rem;
  }
}
@media (min-width: 576px) and (min-width: 768px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    font-size: calc(30px + 8 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 576px) and (min-width: 1400px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    font-size: 38px;
    line-height: 1.16;
  }
}
@media (min-width: 576px) {
  .hero.hero--video .hero-heading > :not(a, .material-symbols-outlined, pre), .hero.hero--image .hero-heading > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
@media (min-width: 992px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    color: #15181b;
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -0.016rem;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    font-size: calc(40px + 8 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  .hero.hero--video .hero-heading, .hero.hero--image .hero-heading {
    font-size: 48px;
    line-height: 1.2;
  }
}
@media (min-width: 992px) {
  .hero.hero--video .hero-heading > :not(a, .material-symbols-outlined, pre), .hero.hero--image .hero-heading > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
.hero .hero-heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
}
@media (min-width: 768px) {
  .hero .hero-heading {
    font-size: calc(40px + 8 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero .hero-heading {
    font-size: 48px;
    line-height: 1.2;
  }
}
.hero .hero-heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.hero .hero-heading .heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .hero .hero-heading .heading {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.hero.hero--event {
  display: flex;
  flex-direction: column;
}
.hero.hero--event .more-events-toggle {
  border: 0;
  background-color: unset;
  font-weight: 700;
  text-transform: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
@media (min-width: 1200px) {
  .hero.hero--event .more-events-popover {
    width: 33%;
  }
}
@media (min-width: 768px) {
  .hero.hero--event {
    flex-direction: row;
  }
  .hero.hero--event .hero-media {
    flex: 0 0 auto;
    width: 50%;
  }
  .hero.hero--event .hero-body {
    padding-left: 1.5rem;
    flex: 0 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .hero.hero--event {
    align-items: center;
  }
  .hero.hero--event .hero-media {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .hero.hero--event .hero-body {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
.hero.hero--event .hero-media {
  background-color: #fff;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .hero.hero--event .hero-media {
    margin-bottom: 0;
  }
}
.hero.hero--event .hero-media > div {
  height: 100%;
}
.hero.hero--event .hero-body .hero-heading .heading {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.hero.hero--event .hero-body .hero-meta {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.hero.hero--video .hero-media, .hero.hero--image .hero-media {
  flex: 0 0 auto;
  width: 100%;
  padding: 0;
  position: relative;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-media, .hero.hero--image .hero-media {
    margin-bottom: 0;
  }
}
.hero.hero--video .hero-media::before, .hero.hero--image .hero-media::before {
  background: linear-gradient(200deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 75%, rgba(0, 0, 0, 0.85) 100%);
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: 50;
}
@media (min-width: 768px) {
  .hero.hero--video.hero--image .ratio.ratio-16x9, .hero.hero--image.hero--image .ratio.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
  }
}
.hero.hero--video .hero-body, .hero.hero--image .hero-body {
  flex: 0 0 auto;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background-color: var(--bs-tertiary, #1d5970);
}
@media (min-width: 768px) {
  .hero.hero--video .hero-body, .hero.hero--image .hero-body {
    flex: 0 0 auto;
    width: 66.66666667%;
    margin-left: 3.5rem;
    margin-bottom: 2.5rem;
    background-color: transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: none;
    z-index: 50;
  }
}
.hero.hero--video .hero-body .hero-heading, .hero.hero--image .hero-body .hero-heading {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  position: relative;
}
.hero.hero--video .hero-body .hero-heading .heading, .hero.hero--image .hero-body .hero-heading .heading {
  margin: 0;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-body .hero-heading .heading, .hero.hero--image .hero-body .hero-heading .heading {
    padding-left: 2.5rem;
  }
}
.hero.hero--video .hero-body .hero-heading::before, .hero.hero--image .hero-body .hero-heading::before {
  background-color: var(--bs-primary, #ffda40);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0.1875rem;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-body .hero-heading::before, .hero.hero--image .hero-body .hero-heading::before {
    width: 0.375rem;
  }
}
.hero.hero--video .hero-body .hero-text, .hero.hero--image .hero-body .hero-text {
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: normal;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-body .hero-text, .hero.hero--image .hero-body .hero-text {
    font-size: calc(16px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--video .hero-body .hero-text, .hero.hero--image .hero-body .hero-text {
    font-size: 18px;
    line-height: 1.6;
  }
}
.hero.hero--video .hero-body .hero-text > :not(a, .material-symbols-outlined, pre), .hero.hero--image .hero-body .hero-text > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-body .hero-text, .hero.hero--image .hero-body .hero-text {
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.01rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero.hero--video .hero-body .hero-text, .hero.hero--image .hero-body .hero-text {
    font-size: calc(20px + 4 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .hero.hero--video .hero-body .hero-text, .hero.hero--image .hero-body .hero-text {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .hero.hero--video .hero-body .hero-text > :not(a, .material-symbols-outlined, pre), .hero.hero--image .hero-body .hero-text > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
.hero.hero--video .hero-media video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.hero.hero--video .hero-media .btn-play-pause {
  color: #fff;
  position: absolute;
  bottom: 0.75rem;
  right: 0.75rem;
  z-index: 500;
}
@media (min-width: 768px) {
  .hero.hero--video .hero-media .btn-play-pause {
    bottom: 2rem;
    right: 2rem;
  }
}
.hero.hero--video .hero-media .btn-play-pause span {
  font-size: 2.5rem;
  margin: 0;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.hero.hero--video .hero-media .btn-play-pause span#pause {
  display: none;
}
.hero.hero--video .hero-media .btn-play-pause span#play {
  display: block;
}
.hero.hero--video .hero-media .btn-play-pause:hover span {
  opacity: 1;
}
.hero.hero--profile {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero.hero--profile {
    flex-direction: row;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-media {
    margin-bottom: 1.5rem;
    flex: 0 0 auto;
    width: 25%;
  }
}
.hero.hero--profile .hero-body {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body {
    margin-top: 0;
    padding-left: 3rem;
    flex: 0 0 auto;
    width: 75%;
  }
}
.hero.hero--profile .hero-body .hero-heading .heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body .hero-heading .heading {
    font-size: calc(34px + 8 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--profile .hero-body .hero-heading .heading {
    font-size: 42px;
    line-height: 1.2;
  }
}
.hero.hero--profile .hero-body .hero-heading .heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body .hero-heading .heading {
    color: #15181b;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -0.01rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero.hero--profile .hero-body .hero-heading .heading {
    font-size: calc(56px + 4 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .hero.hero--profile .hero-body .hero-heading .heading {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body .hero-heading .heading > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
.hero.hero--profile .hero-body .hero-heading .profile-title {
  color: #818181;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.01rem;
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body .hero-heading .profile-title {
    font-size: calc(18px + 4 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--profile .hero-body .hero-heading .profile-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
.hero.hero--profile .hero-body .hero-heading .profile-title > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
.hero.hero--profile .hero-body .hero-meta {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .hero.hero--profile .hero-body .hero-meta {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.hero.hero--profile .hero-body .profile-memberof p {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body .profile-memberof p {
    font-size: calc(20px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--profile .hero-body .profile-memberof p {
    font-size: 22px;
    line-height: 1.2;
  }
}
.hero.hero--profile .hero-body .profile-memberof p > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .hero.hero--profile .hero-body .profile-memberof ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .hero.hero--profile .hero-body .profile-memberof ul li {
    flex: 0 0 calc(50% - 2rem);
    margin-left: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .hero.hero--profile .hero-body .profile-memberof ul li {
    flex: 0 0 auto;
  }
}
.hero.hero--space {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero.hero--space {
    flex-direction: row;
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .hero.hero--space .hero-media {
    margin-bottom: 1.5rem;
    flex: 0 0 auto;
    width: 41.66666667%;
  }
}
.hero.hero--space .hero-body {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .hero.hero--space .hero-body {
    margin-top: 0;
    padding-left: 3rem;
    flex: 0 0 auto;
    width: 58.33333333%;
  }
}
.hero.hero--space .hero-body .hero-heading .heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hero.hero--space .hero-body .hero-heading .heading {
    font-size: calc(34px + 8 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--space .hero-body .hero-heading .heading {
    font-size: 42px;
    line-height: 1.2;
  }
}
.hero.hero--space .hero-body .hero-heading .heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .hero.hero--space .hero-body .hero-heading .heading {
    color: #15181b;
    font-family: "Noto Serif", serif;
    font-weight: 600;
    font-size: 56px;
    line-height: 1.2;
    letter-spacing: -0.01rem;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .hero.hero--space .hero-body .hero-heading .heading {
    font-size: calc(56px + 4 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .hero.hero--space .hero-body .hero-heading .heading {
    font-size: 60px;
    line-height: 1.2;
  }
}
@media (min-width: 768px) {
  .hero.hero--space .hero-body .hero-heading .heading > :not(a, .material-symbols-outlined, pre) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
  }
}
.hero.hero--space .hero-body .hero-meta {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .hero.hero--space .hero-body .hero-meta {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.hero.hero--space .hero-body .space-features p {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .hero.hero--space .hero-body .space-features p {
    font-size: calc(20px + 2 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .hero.hero--space .hero-body .space-features p {
    font-size: 22px;
    line-height: 1.2;
  }
}
.hero.hero--space .hero-body .space-features p > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 768px) {
  .hero.hero--space .hero-body .space-features ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .hero.hero--space .hero-body .space-features ul li {
    flex: 0 0 calc(50% - 2rem);
    margin-left: 1.5rem;
    margin-right: 0.5rem;
  }
}
@media (min-width: 992px) {
  .hero.hero--space .hero-body .space-features ul li {
    flex: 0 0 auto;
  }
}
.hero.hero--news {
  flex-direction: column-reverse;
}
.hero.hero--news .hero-heading .heading {
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
.hero.hero--home {
  background-color: #000;
}
.hero.hero--home > img {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero.hero--home .hero-body {
  flex: 0 0 auto;
  width: 100%;
  position: relative;
}
.hero.hero--home .hero-body .hero-heading {
  margin-bottom: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #fff;
  position: relative;
}
.hero.hero--home .hero-body .hero-heading .heading {
  margin: 0;
  margin-bottom: 0.5rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .hero.hero--home .hero-body .hero-heading .heading {
    padding-left: 2.5rem;
  }
}