@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

::selection {
  background-color: #228CDB; }

body {
  box-sizing: border-box;
  background-color: #201A23;
  animation: fadeIn 1s ease-in;
  position: relative; }

a {
  text-decoration: none; }

html {
  font-size: 62.5%; }

body {
  font-family: sans-serif; }

.mt-2 {
  margin-top: 2rem; }

.mt-4 {
  margin-top: 4rem; }

.mt-8 {
  margin-top: 8rem; }

.bg-black {
  background-color: #201A23; }

.pos-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100000; }

.pos-absolute-top {
  position: absolute;
  top: 0;
  left: 0; }

.pos-absolute-bottom {
  position: absolute;
  left: 0;
  bottom: 0; }

.d-none {
  display: none !important; }

.overflow-hidden {
  overflow: hidden;
  height: 100vh;
  width: 100vw; }

.half-height {
  height: calc(50vh - 6rem);
  display: flex; }

.txt-center {
  text-align: center; }

.section {
  background-position: bottom;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  background-color: #201A23;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 75em), (max-height: 37.5em) {
    .section {
      padding: 10rem 2rem;
      min-height: max-content; }
      .section:not(:nth-of-type(1)) {
        border-bottom: 1px solid rgba(255, 194, 204, 0.4); } }
  @media screen and (max-width: 45em) {
    .section {
      padding: 8rem .5rem; } }
  .section__bg-img {
    min-height: 100vh; }
    .section__bg-img--2018 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2018.webp"); }
      @media screen and (min-width: 75em) {
        .section__bg-img--2018 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2018-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2018 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2018-xs.webp"); } }
    .section__bg-img--2019 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2019.webp");
      background-position: top; }
      @media screen and (min-width: 75em) {
        .section__bg-img--2019 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2019-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2019 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2019-xs.webp"); } }
    .section__bg-img--2020 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2020.webp"); }
      @media screen and (min-width: 75em) {
        .section__bg-img--2020 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2020-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2020 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2020-xs.webp"); } }
    .section__bg-img--2021 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2021.webp"); }
      @media screen and (min-width: 75em) {
        .section__bg-img--2021 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2021-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2021 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2021-xs.webp"); } }
    .section__bg-img--2022 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2022.webp");
      background-position: top; }
      @media screen and (min-width: 75em) {
        .section__bg-img--2022 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2022-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2022 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2022-xs.webp"); } }
    .section__bg-img--2023 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2023.webp");
      background-position: top; }
      @media screen and (min-width: 75em) {
        .section__bg-img--2023 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2023-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2023 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2023-xs.webp"); } }
    .section__bg-img--2024 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2023.webp");
      background-position: top; }
      @media screen and (min-width: 75em) {
        .section__bg-img--2024 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2023-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2024 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2023-xs.webp"); } }
    .section__bg-img--2025 {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2025.webp"); }
      @media screen and (min-width: 75em) {
        .section__bg-img--2025 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2025-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--2025 {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/year/2025-xs.webp"); } }
    .section__bg-img--about {
      background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/about/1.webp"); }
      @media screen and (min-width: 75em) {
        .section__bg-img--about {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/about/1-lg.webp"); } }
      @media screen and (max-width: 26.25em) and (max-height: 50em) {
        .section__bg-img--about {
          background-image: linear-gradient(to top, rgba(13, 3, 17, 0.6), rgba(9, 0, 12, 0.6)), url("../../img/about/1-xs.webp"); } }
  .section__content {
    text-align: center;
    width: 95%;
    max-width: 90rem; }
  .section__txt {
    margin: 5rem auto 0 auto;
    line-height: 1.7;
    color: #efefef;
    font-size: 1.4rem;
    max-width: 80rem; }
    .section__txt p:nth-child(1) {
      margin-bottom: 1rem; }
  .section__gallery {
    display: block;
    border-radius: 3px;
    overflow: hidden;
    margin: 6rem auto 0 auto;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #294d62 50%);
    background-size: 240%;
    transition: all 1s ease;
    padding: .5rem;
    max-width: 70rem; }
    .section__gallery:hover, .section__gallery:active {
      background-position: 100%; }
    @media handheld {
      .section__gallery {
        background-image: linear-gradient(transparent); } }
  .section__logos {
    max-width: 100vw; }

.nav-expanded {
  min-height: 6rem;
  background-color: #201A23;
  width: 100%;
  padding: 0 4.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
  @media screen and (max-width: 75em) {
    .nav-expanded {
      display: none; } }

.nav-expandable {
  height: 6rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; }
  @media screen and (min-width: 75em) {
    .nav-expandable {
      display: none; } }
  .nav-expandable__logo, .nav-expandable__hamburger {
    position: fixed;
    z-index: 3; }
  .nav-expandable__logo {
    top: 1.7rem;
    left: 1.5rem; }
  .nav-expandable__hamburger {
    top: 1rem;
    right: 1.5rem;
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 10px;
    text-align: center;
    line-height: 4.2rem;
    background-color: transparent;
    cursor: pointer;
    text-align: center; }
  .nav-expandable__icon {
    display: inline-block;
    position: relative;
    width: 2rem;
    height: 2px;
    top: -3%;
    transition: transform 0.25s ease-out; }
    .nav-expandable__icon-span {
      position: absolute;
      height: 2px;
      width: 50%;
      background-color: #efefef;
      transition: all 0.2s ease; }
      .nav-expandable__icon-span:nth-child(even) {
        left: 50%;
        border-radius: 0 0.9rem 0.9rem 0; }
      .nav-expandable__icon-span:nth-child(odd) {
        left: 0;
        border-radius: 0.9rem 0 0 0.9rem; }
      .nav-expandable__icon-span:nth-child(1), .nav-expandable__icon-span:nth-child(2) {
        transform: translateY(-0.8rem); }
      .nav-expandable__icon-span:nth-child(5), .nav-expandable__icon-span:nth-child(6) {
        transform: translateY(0.8rem); }
  .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(1), .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(6) {
    transform: rotate(45deg); }
  .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(2), .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(5) {
    transform: rotate(-45deg); }
  .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(2), .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(6) {
    transform-origin: left; }
  .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(1), .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(5) {
    transform-origin: right; }
  .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(3) {
    left: -50%;
    opacity: 0; }
  .nav-expandable__checkbox:checked + .nav-expandable__hamburger .nav-expandable__icon-span:nth-child(4) {
    left: 100%;
    opacity: 0; }
  .nav-expandable__checkbox {
    display: none; }
  .nav-expandable__checkbox:checked ~ .nav-expandable__dropdown {
    transform: translateY(0); }
  .nav-expandable__checkbox:checked ~ .nav-expandable__links {
    opacity: 1;
    transform: translate(-50%, -60%);
    color: #FFC2CC; }
  .nav-expandable__checkbox:checked ~ .nav-expandable__hamburger .nav-expandable__icon {
    background-color: transparent; }
  .nav-expandable__checkbox:checked ~ .nav-expandable__hamburger .nav-expandable__icon::before {
    top: 0;
    transform: rotate(45deg); }
  .nav-expandable__checkbox:checked ~ .nav-expandable__hamburger .nav-expandable__icon::after {
    top: 0;
    transform: rotate(-45deg); }
  .nav-expandable__dropdown {
    background-color: #201A23;
    height: 100vh;
    width: 100vw;
    z-index: 2;
    transform: translateY(calc(6rem - 100vh));
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform .4s ease; }
  .nav-expandable__links {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 50vh);
    transition: all .4s ease;
    opacity: 0;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-transform: uppercase;
    color: #efefef; }
  .nav-expandable__link {
    font-size: 2.5rem;
    margin: 1rem;
    color: inherit;
    letter-spacing: 2px; }
    .nav-expandable__link:active {
      color: #efefef; }

.nav-aside {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%); }
  @media screen and (max-width: 75em), screen and (max-height: 37.5em) {
    .nav-aside {
      display: none; } }
  .nav-aside__link {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
    .nav-aside__link:hover .nav-aside__name {
      opacity: 1; }
  .nav-aside__name {
    transition: .2s ease;
    color: #afadad;
    opacity: 0;
    font-size: 1.4rem;
    text-transform: uppercase; }
  .nav-aside__dot {
    cursor: pointer;
    height: 3rem;
    width: 3rem;
    border: 4px solid #afadad;
    border-radius: 50%;
    margin-bottom: 1rem;
    position: relative;
    opacity: .5;
    transform: translateY(3.5px);
    transition: all .2s ease;
    margin-left: 1rem; }
    .nav-aside__dot:hover {
      opacity: 1; }
    .nav-aside__dot--fill::after {
      content: "";
      display: block;
      height: 1.3rem;
      width: 1.3rem;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #afadad;
      animation: fadeIn .5s ease; }

.menu {
  height: calc(100vh - 6rem);
  display: flex;
  background-color: #201A23;
  overflow: hidden; }
  @media screen and (max-width: 75em) {
    .menu {
      min-height: 300vh;
      flex-direction: column-reverse; } }
  .menu__option {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation: fadeIn 2s forwards;
    min-height: 50vh; }
    .menu__option:hover .menu__card {
      opacity: 1;
      transform: translateY(-5rem); }
    .menu__option:hover .menu__card--sm {
      background-color: #201A23; }
    .menu__option--program {
      background-image: url("../../img/home/1.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .menu__option--program {
          background-image: url("../../img/home/1-md.webp"); } }
    .menu__option--archive {
      background-image: url("../../img/home/2.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .menu__option--archive {
          background-image: url("../../img/home/2-md.webp"); } }
    .menu__option--about {
      background-image: url("../../img/home/3.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .menu__option--about {
          background-image: url("../../img/home/3-md.webp"); } }
  .menu__link {
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .menu__card {
    transition: all .5s ease-in;
    opacity: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    height: 15rem;
    background-color: rgba(32, 26, 35, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem; }
    @media screen and (max-width: 75em) {
      .menu__card {
        opacity: 1;
        transform: translateY(-5rem); } }
    .menu__card--sm {
      height: 10rem;
      line-height: 10rem;
      opacity: 1;
      transform: translateY(-5rem); }
  .menu__title {
    font-size: 8rem;
    transition: all .5s ease; }
    @media screen and (max-width: 81.25em) {
      .menu__title {
        font-size: 6rem; } }
    @media screen and (max-width: 45em) {
      .menu__title {
        font-size: 4rem; } }
  .menu__description {
    font-size: 2rem; }
    @media screen and (max-width: 81.25em) {
      .menu__description {
        font-size: 1.6rem; } }
    @media screen and (max-width: 45em) {
      .menu__description {
        font-size: 1.4rem;
        margin-top: .5rem; } }
  .menu__option:hover .menu__title {
    transform: scale(1.1); }

.title {
  text-transform: uppercase;
  font-weight: 100;
  text-align: center;
  color: #FFC2CC;
  line-height: 1.2; }
  .title--primary {
    font-size: 5rem; }
    @media screen and (min-width: 75em) {
      .title--primary {
        font-size: 8rem; } }
  .title--secondary {
    font-size: 5rem;
    letter-spacing: 2px; }
    @media screen and (max-width: 45em) {
      .title--secondary {
        font-size: 4rem; } }
    @media screen and (max-width: 37.5em) {
      .title--secondary {
        font-size: 3rem; } }
  .title--tertiary {
    font-size: 1.5rem;
    letter-spacing: .9rem;
    padding-left: .9rem; }

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-top: 1px solid #FFC2CC;
  flex-direction: column;
  min-height: 25rem;
  padding: 4rem 0 2rem 0; }
  @media screen and (min-width: 75em) {
    .footer {
      min-height: 8rem;
      padding: 0 4vw;
      flex-direction: row; } }
  @media screen and (min-width: 75em) and (min-height: 37.5em) {
    .footer--sm {
      display: none; } }
  @media screen and (max-width: 75em), screen and (max-height: 37.5em) {
    .footer--lg {
      display: none; } }
  .footer__details {
    text-align: center;
    line-height: 2;
    color: #FFC2CC; }
  .footer__author {
    text-decoration: none;
    font-style: normal;
    color: #FFC2CC;
    transition: all .2s ease; }
    .footer__author:hover {
      text-decoration: underline; }

::-webkit-scrollbar {
  width: 15px;
  transition: all .4s ease; }
  ::-webkit-scrollbar-track {
    background-color: #201A23; }
  ::-webkit-scrollbar-thumb {
    background-color: #474747; }
  @media screen and (min-width: 75em) and (min-height: 37.5em) {
    ::-webkit-scrollbar {
      width: 0; } }
  @media handheld {
    ::-webkit-scrollbar {
      visibility: hidden; } }

.scroll-snap-parent {
  overflow: hidden; }
  @media screen and (min-width: 75em) and (min-height: 37.5em) {
    .scroll-snap-parent {
      scroll-snap-type: y mandatory;
      overflow-y: scroll;
      height: 100vh;
      width: 100vw;
      scroll-behavior: smooth; } }

@media screen and (min-width: 75em) and (min-height: 37.5em) {
  .scroll-snap-child {
    scroll-snap-align: start; } }

.scrollbar-visible::-webkit-scrollbar {
  width: 1.5rem; }
  @media handheld {
    .scrollbar-visible::-webkit-scrollbar {
      visibility: hidden; } }

.gallery-grid {
  grid-column: full-start / full-end;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: repeat(7, 14vh);
  grid-gap: .5rem;
  width: 100%; }
  @media screen and (max-width: 37.5em) {
    .gallery-grid {
      grid-template-rows: repeat(7, 4vh); } }
  @media screen and (max-width: 75em) {
    .gallery-grid:first-of-type {
      padding-top: 6rem; } }
  .gallery-grid:not(:last-of-type) {
    padding-bottom: .5rem; }
  .gallery-grid--small {
    grid-template-rows: repeat(7, 5vh); }
    .gallery-grid--small:first-of-type {
      padding-top: 0; }
  .gallery-grid__item {
    background-color: rgba(0, 0, 0, 0.2); }
    .gallery-grid__item--1a {
      grid-row: 1 / span 2;
      grid-column: 1 / span 2; }
    .gallery-grid__item--2a {
      grid-row: 1 / span 3;
      grid-column: 3 / span 3; }
    .gallery-grid__item--3a {
      grid-row: 1 / span 2;
      grid-column: 6 / 7; }
    .gallery-grid__item--4a {
      grid-row: 1 / span 2;
      grid-column: 7 / span 2; }
    .gallery-grid__item--5a {
      grid-row: 3 / span 3;
      grid-column: 1 / span 2; }
    .gallery-grid__item--6a {
      grid-row: 4 / span 2;
      grid-column: 3 / span 2; }
    .gallery-grid__item--7a {
      grid-row: 4 / 5;
      grid-column: 5 / 6; }
    .gallery-grid__item--8a {
      grid-row: 3 / span 2;
      grid-column: 6 / span 2; }
    .gallery-grid__item--9a {
      grid-row: 3 / span 3;
      grid-column: 8 / -1; }
    .gallery-grid__item--10a {
      grid-row: 6 / span 2;
      grid-column: 1 / 2; }
    .gallery-grid__item--11a {
      grid-row: 6 / span 2;
      grid-column: 2 / span 2; }
    .gallery-grid__item--12a {
      grid-row: 6 / span 2;
      grid-column: 4 / 5; }
    .gallery-grid__item--13a {
      grid-row: 5 / span 3;
      grid-column: 5 / span 3; }
    .gallery-grid__item--14a {
      grid-row: 6 / span 2;
      grid-column: 8 / -1; }
    .gallery-grid__item--1b {
      grid-row: 1 / span 4;
      grid-column: 1 / span 2; }
    .gallery-grid__item--2b {
      grid-row: 1 / span 3;
      grid-column: 3 / span 3; }
    .gallery-grid__item--3b {
      grid-row: 1 / span 2;
      grid-column: 6 / 7; }
    .gallery-grid__item--4b {
      grid-row: 1 / span 2;
      grid-column: 7 / -1; }
    .gallery-grid__item--5b {
      grid-row: 5 / -1;
      grid-column: 1 / 2; }
    .gallery-grid__item--6b {
      grid-row: 5 / 6;
      grid-column: 2 / 3; }
    .gallery-grid__item--7b {
      grid-row: 4 / span 2;
      grid-column: 3 / span 2; }
    .gallery-grid__item--8b {
      grid-row: 4 / 5;
      grid-column: 5 / 6; }
    .gallery-grid__item--9b {
      grid-row: 3 / span 2;
      grid-column: 6 / span 2; }
    .gallery-grid__item--10b {
      grid-row: 3 / span 3;
      grid-column: 8 / -1; }
    .gallery-grid__item--11b {
      grid-row: 7 / -1;
      grid-column: 1 / 2;
      grid-row: 6 / -1;
      grid-column: 2 / span 2; }
    .gallery-grid__item--12b {
      grid-row: 6 / -1;
      grid-column: 4 / 5; }
    .gallery-grid__item--13b {
      grid-row: 5 / -1;
      grid-column: 5 / span 3; }
    .gallery-grid__item--14b {
      grid-row: 6 / -1;
      grid-column: 8 / -1; }
  .gallery-grid__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: opacity .4s ease-in-out;
    cursor: pointer; }
    .gallery-grid__img:hover {
      opacity: .4; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all .2s ease-in;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (hover: none) {
    .modal {
      background-color: #1f1f1f; } }
  .modal__close {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.6rem;
    border-radius: 100px;
    font-size: 1.4rem;
    background-color: #4c4b4b;
    color: #efefef; }
    @media screen and (max-width: 37.5em) {
      .modal__close {
        top: 1rem; } }
    .modal__close:hover, .modal__close:active {
      transform: scale(1.3); }

.btn {
  border: none;
  outline: none;
  text-transform: uppercase;
  cursor: pointer;
  transition: all .2s ease-in; }
  .btn--cta {
    height: 4rem;
    font-size: 2rem;
    min-width: 15rem;
    padding: 0 2rem;
    border-radius: 30px;
    background-color: #FFC2CC; }
    .btn--cta:hover {
      transform: translateX(2px); }
    .btn--cta:active {
      transform: translateX(6px); }

.logo {
  text-transform: uppercase;
  font-weight: 100;
  font-size: 2.4rem;
  letter-spacing: 2px;
  color: #efefef; }
  .logo--sm {
    font-size: 2rem; }

.logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 110rem;
  margin: 4rem auto; }
  @media screen and (min-width: 75em) and (max-height: 750px) {
    .logos {
      transform: scale(0.8);
      margin: 0rem auto; } }
  .logos__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 2rem; }
    @media screen and (max-width: 75em) {
      .logos__logo {
        transform: scale(0.8); } }
    @media screen and (max-width: 1060px) {
      .logos__logo {
        width: 100%;
        transform: scale(1); } }
    @media screen and (max-width: 75em) {
      .logos__logo {
        margin: 1rem; } }
    .logos__logo img {
      display: block;
      max-width: 240px;
      height: 100px;
      object-fit: contain; }

.contact__link {
  margin: 0 1.8rem; }

.contact__svg {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 .5rem;
  transition: all .2s ease; }
  .contact__svg:hover {
    opacity: .8;
    transform: translateY(-4px); }
  .contact__svg:active {
    transform: translateY(1px); }
  .contact__svg--email {
    width: 3.05rem;
    height: 3.05rem; }

.nav-links__link {
  color: #efefef;
  font-size: 1.6rem;
  margin: 0 1.8rem;
  text-transform: uppercase; }
  .nav-links__link:hover {
    text-decoration: underline;
    color: #FFC2CC; }

.program {
  margin: 4rem auto 0 auto;
  line-height: 1.7;
  letter-spacing: 1px;
  width: max-content;
  max-width: 90rem; }
  .program__event {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.5rem;
    margin-top: 1.2rem;
    color: #efefef; }
    @media screen and (max-width: 75em) {
      .program__event {
        flex-direction: column;
        margin-top: 3rem;
        max-width: 90vw; } }
  .program__time {
    min-width: fit-content;
    padding-right: 2rem;
    color: #FFC2CC; }
    @media screen and (max-width: 75em) {
      .program__time {
        padding-right: 0; } }
  .program__detail {
    text-align: start; }
    @media screen and (max-width: 75em) {
      .program__detail {
        text-align: center; } }

.article-list {
  margin-top: 5rem;
  list-style: none; }
  .article-list__item {
    font-size: 2rem;
    margin: 1rem auto;
    padding: 1rem 2rem;
    max-width: 50rem;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #228CDB 50%);
    background-size: 220%;
    transition: all .4s;
    color: #228CDB; }
    .article-list__item:hover, .article-list__item:active {
      background-position: 100%;
      transform: translateX(1rem); }
    .article-list__item:hover {
      color: #201A23; }

.article {
  width: 90%;
  max-width: 65rem;
  margin: 12rem auto;
  color: #cbcaca;
  letter-spacing: .5px;
  line-height: 1.7; }
  .article p {
    font-size: 1.7rem;
    margin-top: 3rem;
    text-align: justify; }
    .article p:first-of-type {
      margin-top: 6rem; }
    .article p:last-of-type {
      margin-bottom: 6rem; }
  .article small {
    font-size: 1rem;
    font-style: italic; }

.img-slider {
  padding-top: 6rem;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  @media screen and (max-width: 53.1em) {
    .img-slider {
      padding-top: 3rem; } }
  .img-slider__img-num {
    position: fixed;
    top: 2.5rem;
    left: 2.5rem;
    color: #efefef;
    letter-spacing: 1px;
    font-size: 1.6rem; }
    @media screen and (max-width: 37.5em) {
      .img-slider__img-num {
        top: 1.5rem; } }
  .img-slider__container {
    height: 80vh;
    width: 100vw;
    max-height: 80rem;
    max-width: 120rem;
    position: relative; }
    @media screen and (max-width: 37.5em) {
      .img-slider__container {
        margin-top: 2rem;
        max-height: 75rem; } }
  .img-slider__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: fadeIn .2s forwards;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000; }
  .img-slider__btns {
    text-align: center;
    margin-top: 2rem; }
    @media screen and (max-width: 37.5em) {
      .img-slider__btns {
        margin-top: 1rem; } }
  @media (hover: hover) {
    .img-slider:hover .img-slider__btn {
      opacity: .5; } }
  .img-slider__btn {
    background-color: transparent;
    color: #efefef;
    font-size: 3rem;
    opacity: .1;
    min-width: 15vw;
    transition: opacity .4s ease;
    cursor: pointer; }
    @media screen and (min-width: 75em) and (orientation: landscape), screen and (max-height: 37.5em) and (orientation: landscape) {
      .img-slider__btn {
        position: fixed;
        top: 50vh;
        transform: translateY(-50%); }
        .img-slider__btn:nth-of-type(1) {
          left: 2vw; }
        .img-slider__btn:nth-of-type(2) {
          right: 2vw; } }
  .img-slider__loading-msg {
    z-index: 1000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50; }

.photo-credits {
  padding: 2rem 0; }
  .photo-credits__container {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 75em) {
      .photo-credits__container {
        flex-direction: column; } }
  .photo-credits__names {
    min-height: 8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    font-size: 1.4rem;
    color: #efefef;
    list-style: none;
    text-align: center; }
    @media screen and (max-width: 75em) {
      .photo-credits__names {
        min-height: 5rem; } }
  .photo-credits__name {
    margin: 2rem 1rem 0 1rem;
    min-width: 12rem; }
    @media screen and (max-width: 53.1em) {
      .photo-credits__name {
        width: 100%; } }
    .photo-credits__name a {
      text-decoration: none;
      color: #efefef;
      transition: all .2s ease; }
      .photo-credits__name a:hover {
        text-decoration: underline;
        color: #228CDB; }

.loading-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.loading-spinner div {
  transform-origin: 40px 40px;
  animation: loading-spinner 1.2s linear infinite; }

.loading-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: #fff; }

.loading-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s; }

.loading-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s; }

.loading-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s; }

.loading-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s; }

.loading-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s; }

.loading-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s; }

.loading-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s; }

.loading-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s; }

.loading-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s; }

.loading-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s; }

.loading-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s; }

.loading-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s; }

@keyframes loading-spinner {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.donate-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  max-width: 40rem;
  margin: 0 auto;
  justify-content: center; }
  .donate-page p {
    color: #efefef;
    font-size: 2rem;
    text-align: center;
    line-height: 1.7; }
  .donate-page > * {
    margin: 2rem 0; }

.archive {
  height: calc(100vh - 6rem);
  display: flex;
  flex-wrap: wrap;
  background-color: #201A23;
  overflow: hidden; }
  @media screen and (max-width: 75em) {
    .archive {
      min-height: 300vh;
      flex-direction: column-reverse; } }
  .archive__option {
    flex: 1 1 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    animation: fadeIn 2s forwards;
    height: calc(50vh - 3rem);
    min-width: 33%; }
    .archive__option:hover .menu__card {
      opacity: 1;
      transform: translateY(-5rem); }
    .archive__option:hover .menu__card--sm {
      background-color: #201A23; }
    .archive__option--program {
      background-image: url("../../img/home/1-md.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--program {
          background-image: url("../../img/home/1-md.webp"); } }
    .archive__option--archive {
      background-image: url("../../img/home/2.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--archive {
          background-image: url("../../img/home/2-md.webp"); } }
    .archive__option--about {
      background-image: url("../../img/home/3.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--about {
          background-image: url("../../img/home/3-md.webp"); } }
    .archive__option--2023 {
      background-image: url("../../img/archive/2023-md.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--2023 {
          background-image: url("../../img/archive/2023-md.webp"); } }
    .archive__option--2022 {
      background-image: url("../../img/archive/2022-md.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--2022 {
          background-image: url("../../img/archive/2022-md.webp"); } }
    .archive__option--2021 {
      background-image: url("../../img/archive/2021.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--2021 {
          background-image: url("../../img/archive/2021-md.webp"); } }
    .archive__option--2020 {
      background-image: url("../../img/archive/2020.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--2020 {
          background-image: url("../../img/archive/2020-md.webp"); } }
    .archive__option--2019 {
      background-image: url("../../img/archive/2019.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--2019 {
          background-image: url("../../img/archive/2019-md.webp"); } }
    .archive__option--2018 {
      background-image: url("../../img/archive/2018.webp"); }
      @media screen and (min-width: 26.25em) and (max-width: 75em) {
        .archive__option--2018 {
          background-image: url("../../img/archive/2018-md.webp"); } }
  .archive__link {
    width: 100%;
    height: 100%;
    cursor: pointer; }
  .archive__card {
    transition: all .5s ease-in;
    opacity: 0;
    color: white;
    text-align: center;
    text-transform: uppercase;
    height: 5rem;
    background-color: rgba(32, 26, 35, 0.8);
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: .2rem; }
    @media screen and (max-width: 75em) {
      .archive__card {
        opacity: 1;
        transform: translateY(-5rem); } }
    .archive__card--sm {
      height: 7rem;
      line-height: 5rem;
      opacity: 1; }
  .archive__title {
    font-size: 4rem;
    transition: all .5s ease; }
    @media screen and (max-width: 81.25em) {
      .archive__title {
        font-size: 4rem; } }
    @media screen and (max-width: 45em) {
      .archive__title {
        font-size: 4rem; } }
  .archive__description {
    font-size: 2rem; }
    @media screen and (max-width: 81.25em) {
      .archive__description {
        font-size: 1.6rem; } }
    @media screen and (max-width: 45em) {
      .archive__description {
        font-size: 1.4rem;
        margin-top: .5rem; } }
  .archive__option:hover .archive__title {
    transform: scale(1.1); }
