.preloader_preloader___A4Wb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: lighten;
  background-color: var(--white);
  z-index: 100;
  pointer-events: none;
}
.preloader_preloader__inner__ZtzAD {
  width: 50%;
  height: 100%;
  transform: scale(0.4);
  will-change: transform, width, background-color;
}
@media (max-aspect-ratio: 1/1) {
  .preloader_preloader__inner__ZtzAD {
    width: 100%;
  }
}
.preloader_preloader__text__ZcqqA {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10vw;
  font-size: calc(30 / var(--screen) * 100vw);
  direction: ltr;
  text-transform: uppercase;
  text-align: center;
  z-index: 101;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
}
@media (min-aspect-ratio: 2/1) {
  .preloader_preloader__text__ZcqqA {
    padding: 5vw 10vw;
  }
}
@media (min-aspect-ratio: 9007199254740992/3152519739159347) {
  .preloader_preloader__text__ZcqqA {
    padding: 2.5vw 10vw;
  }
}
@media (max-width: 450px) {
  .preloader_preloader__text__ZcqqA {
    font-size: calc(40 / var(--screen) * 100vw);
  }
}
.hero_hero__oXYJQ {
  z-index: 2;
  margin-bottom: 20vh;
  --screen: 1440;
}
@media (max-aspect-ratio: 1/1) {
  .hero_hero__oXYJQ {
    --screen: 1300;
  }
}
.hero_hero__wrapper__mwKsd {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--app-height);
  min-height: 100vh;
}
.hero_hero__logo__dznxQ {
  position: relative;
  width: calc(210 / var(--screen) * 100vw);
  height: calc(21 / var(--screen) * 100vw);
  margin: 0 auto calc(80 / var(--screen) * 100vw) auto;
  mix-blend-mode: color;
}
@media (max-aspect-ratio: 1/1) {
  .hero_hero__logo__dznxQ {
    --screen: 800;
    width: calc(180 / var(--screen) * 100vw);
    margin: calc(-120 / var(--screen) * 100vw) auto
      calc(60 / var(--screen) * 100vw) auto;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .hero_hero__logo__dznxQ {
    --screen: 600;
  }
}
.hero_hero__logo__dznxQ img {
  width: 100%;
}
.hero_hero__inner__cJOcp {
  width: 100%;
  max-width: calc(860 / var(--screen) * 100vw);
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .hero_hero__inner__cJOcp {
    max-width: 80vw;
  }
}
.hero_hero__inner__cJOcp span {
  display: inline-block;
}
.hero_hero__inner__cJOcp svg,
.hero_hero__logo__dznxQ span {
  display: block;
}
.hero_hero__title__d6TY9 {
  font-family: var(--font-title);
  text-transform: uppercase;
  font-variation-settings: "wght" 700, "wdth" 85;
  line-height: 1.25;
}
.hero_hero__title__d6TY9 p {
  display: block;
}
.hero_hero__title__d6TY9 p:first-child {
  font-size: calc(120 / var(--screen) * 100vw);
  color: var(--dark);
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%); */
}
@media (max-width: 767px) {
  .hero_hero__title__d6TY9 p:first-child {
    font-size: calc(150 / var(--screen) * 100vw);
  }
}
.hero_hero__title__d6TY9 p:nth-child(2) {
  font-size: calc(120 / var(--screen) * 100vw);
  color: rgb(129, 86, 61);
  /* -webkit-text-stroke: calc(2 / var(--screen) * 100vw) var(--white); */
  /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 70%);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 0 70%); */
  transform: rotate(-1.5deg);
}
@media (max-width: 767px) {
  .hero_hero__title__d6TY9 p:nth-child(2) {
    font-size: calc(180 / var(--screen) * 100vw);
  }
}
.hero_hero__title__d6TY9 p:nth-child(3) {
  font-size: calc(120 / var(--screen) * 100vw);
  color: var(--dark);
  margin-top: calc(-12 / var(--screen) * 100vw);
}
@media (max-width: 767px) {
  .hero_hero__title__d6TY9 p:nth-child(3) {
    font-size: calc(190 / var(--screen) * 100vw);
  }
}
.hero_hero__cloud__v4fvy {
  position: absolute;
  display: flex;
  align-items: start;
  justify-content: center;
  width: 110%;
  height: 100vh;
  top: 30vh;
  left: -5%;
  z-index: -1;
  opacity: 0;
  will-change: transform, opacity;
}
.hero_hero__cloud__v4fvy img {
  width: 100%;
  height: 100%;
}
@media (max-aspect-ratio: 4503599627370496/3602879701896397) {
  .hero_hero__cloud__v4fvy img {
    width: auto;
    height: 100%;
  }
}
.hero_hero__cloud__v4fvy:nth-of-type(2) {
  z-index: 2;
  top: 100vh;
}
.hero_hero__cloud__v4fvy:nth-child(3) {
  top: 0;
}
.hero_hero__cloud__v4fvy:nth-child(4) {
  top: 50vh;
}
.hero_hero__cloud__v4fvy:nth-child(5) {
  top: 100vh;
  transform: translateY(100%);
}
.hero_hero__mountains__pArFv {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}
@media (max-aspect-ratio: 4278419646001971/4503599627370496) {
  .hero_hero__mountains__pArFv {
    width: 124vw;
    margin-left: -8vw;
  }
}
@media (max-aspect-ratio: 3242591731706757/4503599627370496) {
  .hero_hero__mountains__pArFv {
    width: 132vw;
    margin-left: -12vw;
  }
}
@media (max-aspect-ratio: 5404319552844595/9007199254740992) {
  .hero_hero__mountains__pArFv {
    width: 90vh;
    margin-left: -15vh;
  }
}
@media (max-aspect-ratio: 8106479329266893/18014398509481984) {
  .hero_hero__mountains__pArFv {
    width: 70vw;
    margin-left: -30vw;
  }
}
.hero_hero__mountains__pArFv div {
  position: relative;
  height: 100%;
  opacity: 0;
  will-change: transform, opacity;
}
@media (max-width: 1024px) {
  .hero_hero__mountains__pArFv div {
    margin-top: calc(100 / var(--screen) * 100vw);
  }
}
.hero_hero__mountains__pArFv div img {
  height: 100%;
  width: auto;
}
@media (max-width: 1024px) {
  .hero_hero__mountains__pArFv div img {
    margin-top: calc(-100 / var(--screen) * 100vw);
  }
}
.hero_hero__arrows__thBV5 {
  position: absolute;
  left: 0;
  bottom: 2vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3vw;
}
@media (max-aspect-ratio: 1/1) {
  .hero_hero__arrows__thBV5 {
    --screen: 800;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .hero_hero__arrows__thBV5 {
    --screen: 600;
    bottom: 12.5vw;
  }
}
.hero_hero__arrow__lKo0P {
  width: calc(30 / var(--screen) * 100vw);
}
.hero_hero__arrow__lKo0P:first-of-type {
  opacity: 0.3;
}
.hero_hero__arrow__lKo0P:nth-of-type(2) {
  opacity: 0.6;
}
.background_background__Jxy_J {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}
.background_background__horizontals__tXcBW,
.background_background__verticals__Fk1Bf {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: space-between;
}
.background_background__horizontals__tXcBW {
  flex-direction: column;
}
.background_background__vertical__ZW0uj {
  height: 100vh;
  width: calc(1 / var(--screen) * 100vw);
  background-color: var(--dark);
  opacity: 0.02;
}
.background_background__horizontal__1VKvL {
  width: 100vw;
  height: calc(1 / var(--screen) * 100vw);
  background-color: var(--dark);
  opacity: 0.02;
}
.info_info___IiTc {
  position: relative;
  height: 100dvh;
  max-height: -webkit-fill-available;
  margin-bottom: 50vh;
}
.info_info__inner__Goci5 {
  position: absolute;
  right: 3vw;
  top: 3vw;
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .info_info__inner__Goci5 {
    left: 6vw;
    top: 5vw;
  }
}
.info_info__title__wI0n0 {
  font-size: calc(40 / var(--screen) * 100vw);
  font-family: var(--font-paragraph);
  text-transform: uppercase;
}
.info_info__title__wI0n0 span {
  display: block;
}
.info_info__title__wI0n0 span span {
  display: inline-block;
}
.info_info__subtitle__ExSMx {
  font-size: calc(50 / var(--screen) * 100vw);
  font-family: var(--font-title);
  text-transform: uppercase;
  color: var(--primary);
  font-variation-settings: "wght" 700;
  line-height: 1;
  margin-top: calc(6 / var(--screen) * 100vw);
}
.info_info__subtitle__ExSMx span {
  display: block;
}
.info_info__subtitle__ExSMx span span {
  display: inline-block;
}
.info_info__subtitle__ExSMx span {
  position: relative;
  width: max-content;
  padding: calc(4 / var(--screen) * 100vw) calc(8 / var(--screen) * 100vw);
}
.info_info__subtitle__ExSMx span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 90%;
  background-color: var(--black);
  z-index: -1;
}
.info_info__paragraph__1jpL7 {
  display: flex;
  flex-wrap: wrap;
  text-align: justify;
  font-size: calc(20 / var(--screen) * 100vw);
  line-height: 1.75;
  font-weight: 400;
  width: calc(460 / var(--screen) * 100vw);
  white-space: wrap;
  text-transform: uppercase;
  margin-top: calc(16 / var(--screen) * 100vw);
}
@media (max-width: 450px) {
  .info_info__paragraph__1jpL7 {
    font-size: calc(26 / var(--screen) * 100vw);
  }
}
.info_info2__inner___W69a {
  position: absolute;
  left: 3vw;
  bottom: 3vw;
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .info_info2__inner___W69a {
    right: 6vw;
    bottom: 12vw;
  }
}
.description_description__WXpIV {
  position: relative;
  height: var(--app-height);
  min-height: 100vh;
  z-index: 6;
}
.description_description__item__bMXWc:first-of-type
  .description_description__item__cross__I3gno {
  top: 46%;
  right: 28%;
}
@media (min-aspect-ratio: 8106479329266893/3602879701896397) {
  .description_description__item__bMXWc:first-of-type
    .description_description__item__cross__I3gno {
    top: 46%;
    right: 31%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:first-of-type
    .description_description__item__cross__I3gno {
    top: 42%;
  }
}
@media (max-width: 1000px) {
  .description_description__item__bMXWc:first-of-type
    .description_description__item__cross__I3gno {
    right: 15%;
  }
}
.description_description__item__bMXWc:nth-of-type(2)
  .description_description__item__cross__I3gno {
  top: 40%;
  left: 36%;
}
@media (min-aspect-ratio: 8106479329266893/3602879701896397) {
  .description_description__item__bMXWc:nth-of-type(2)
    .description_description__item__cross__I3gno {
    top: 38%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(2)
    .description_description__item__cross__I3gno {
    top: 40%;
  }
}
@media (max-width: 1000px) {
  .description_description__item__bMXWc:nth-of-type(2)
    .description_description__item__cross__I3gno {
    left: 30%;
  }
}
.description_description__item__bMXWc:nth-of-type(3)
  .description_description__item__cross__I3gno {
  top: 64%;
  right: 36%;
}
@media (min-aspect-ratio: 8106479329266893/3602879701896397) {
  .description_description__item__bMXWc:nth-of-type(3)
    .description_description__item__cross__I3gno {
    top: 68%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(3)
    .description_description__item__cross__I3gno {
    top: 54%;
  }
}
@media (max-width: 1000px) {
  .description_description__item__bMXWc:nth-of-type(3)
    .description_description__item__cross__I3gno {
    top: 70%;
  }
}
@media (max-width: 1000px) and (max-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(3)
    .description_description__item__cross__I3gno {
    top: 60%;
  }
}
@media (max-width: 600px) {
  .description_description__item__bMXWc:nth-of-type(3)
    .description_description__item__cross__I3gno {
    top: 53%;
  }
}
@media (max-width: 600px) and (min-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(3)
    .description_description__item__cross__I3gno {
    top: 65%;
  }
}
.description_description__item__bMXWc:nth-of-type(4)
  .description_description__item__cross__I3gno {
  top: 65%;
  left: 36%;
}
@media (min-aspect-ratio: 8106479329266893/3602879701896397) {
  .description_description__item__bMXWc:nth-of-type(4)
    .description_description__item__cross__I3gno {
    top: 68%;
    left: 38%;
  }
}
@media (max-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(4)
    .description_description__item__cross__I3gno {
    top: 52%;
    left: 26%;
  }
}
@media (max-width: 1000px) {
  .description_description__item__bMXWc:nth-of-type(4)
    .description_description__item__cross__I3gno {
    top: 75%;
  }
}
@media (max-width: 1000px) and (max-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(4)
    .description_description__item__cross__I3gno {
    top: 62%;
    left: 26%;
  }
}
@media (max-width: 600px) {
  .description_description__item__bMXWc:nth-of-type(4)
    .description_description__item__cross__I3gno {
    top: 54%;
    left: 20%;
  }
}
@media (max-width: 600px) and (min-aspect-ratio: 1/1) {
  .description_description__item__bMXWc:nth-of-type(4)
    .description_description__item__cross__I3gno {
    top: 60%;
    left: 20%;
  }
}
.description_description__item__close__uSZBM,
.description_description__item__cross__I3gno {
  position: fixed;
  width: calc(60 / var(--screen) * 100vw);
  height: calc(60 / var(--screen) * 100vw);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transform: scale(0);
  will-change: transform;
  cursor: pointer;
}
@media (max-width: 450px) {
  .description_description__item__close__uSZBM,
  .description_description__item__cross__I3gno {
    width: calc(60 / var(--screen) * 100vw);
    height: calc(60 / var(--screen) * 100vw);
  }
}
.description_description__item__close__uSZBM span,
.description_description__item__cross__I3gno span {
  background-color: var(--white);
  width: calc(60 / var(--screen) * 100vw);
  height: calc(60 / var(--screen) * 100vw);
  border-radius: 50%;
  transform: scale(0.65);
  will-change: transform;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (max-width: 450px) {
  .description_description__item__close__uSZBM span,
  .description_description__item__cross__I3gno span {
    width: calc(60 / var(--screen) * 100vw);
    height: calc(60 / var(--screen) * 100vw);
  }
}
.description_description__item__close__uSZBM:after,
.description_description__item__close__uSZBM:before,
.description_description__item__cross__I3gno:after,
.description_description__item__cross__I3gno:before {
  width: calc(12 / var(--screen) * 100vw);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 450px) {
  .description_description__item__close__uSZBM:after,
  .description_description__item__close__uSZBM:before,
  .description_description__item__cross__I3gno:after,
  .description_description__item__cross__I3gno:before {
    width: calc(15 / var(--screen) * 100vw);
  }
}
.description_description__item__close__uSZBM:after,
.description_description__item__cross__I3gno:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.description_description__item__close__uSZBM:hover,
.description_description__item__cross__I3gno:hover {
  transform: rotate(90deg) !important;
  transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
.description_description__item__close__uSZBM:hover span,
.description_description__item__cross__I3gno:hover span {
  transform: scale(1);
}
.description_description__item__close__uSZBM {
  position: unset;
  transform: scale(1) rotate(45deg);
  margin-bottom: calc(30 / var(--screen) * 100vw);
  background-color: rgba(0, 0, 0, 0.2);
}
.description_description__item__close__uSZBM span {
  background-color: var(--black);
}
.description_description__item__close__uSZBM:after,
.description_description__item__close__uSZBM:before {
  background-color: var(--white);
}
.description_description__item__close__uSZBM:hover {
  transform: scale(1) rotate(135deg) !important;
}
.description_description__item__inner__73d3L {
  position: absolute;
  right: 10vw;
  width: 32vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  will-change: opacity;
  transition: opacity 0.5s ease-in-out;
  transition-delay: 0ms;
}
@media (max-width: 1024px) {
  .description_description__item__inner__73d3L {
    width: 40vw;
    right: 5vw;
  }
}
@media (max-aspect-ratio: 3152519739159347/4503599627370496) {
  .description_description__item__inner__73d3L {
    width: 80vw;
    margin: 0 auto;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
}
.description_description__item__title__CFiRT {
  font-size: calc(30 / var(--screen) * 100vw);
  margin-bottom: calc(12 / var(--screen) * 100vw);
  font-family: var(--font-title);
  text-transform: uppercase;
  color: var(--primary);
  font-variation-settings: "wght" 700;
  line-height: 1.1;
  text-wrap: balance;
}
@media (max-width: 450px) {
  .description_description__item__title__CFiRT {
    font-size: calc(45 / var(--screen) * 100vw);
  }
}
.description_description__item__paragraph__MMn0a {
  font-size: calc(22 / var(--screen) * 100vw);
  text-transform: uppercase;
  font-weight: 400;
  text-align: justify;
  line-height: 1.5;
}
@media (max-width: 450px) {
  .description_description__item__paragraph__MMn0a {
    font-size: calc(32 / var(--screen) * 100vw);
  }
}
.share_share__zIg2F {
  position: relative;
  background-color: var(--white);
  padding: calc(300 / var(--screen) * 100vw) 0 calc(100 / var(--screen) * 100vw)
    0;
  z-index: 10;
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .share_share__zIg2F {
    padding-top: calc(120 / var(--screen) * 100vw);
  }
}
.share_share__grid__5knjJ {
  display: grid;
  grid-template-columns: 1fr 1.333fr;
  grid-gap: calc(60 / var(--screen) * 100vw);
  gap: calc(60 / var(--screen) * 100vw);
}
@media (max-aspect-ratio: 1/1) {
  .share_share__grid__5knjJ {
    --screen: 1200;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .share_share__grid__5knjJ {
    --screen: 600;
    grid-template-columns: 1fr;
  }
}
.share_share__title__c7nkx {
  width: calc(320 / var(--screen) * 100vw);
  font-size: calc(25 / var(--screen) * 100vw);
  text-transform: uppercase;
}
@media (max-aspect-ratio: 1/1) {
  .share_share__title__c7nkx {
    width: 50%;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .share_share__title__c7nkx {
    font-size: calc(40 / var(--screen) * 100vw);
    width: 100%;
  }
}
.share_share__subtitle__ynvYM {
  font-size: calc(60 / var(--screen) * 100vw);
  text-transform: uppercase;
  font-family: var(--font-title);
  font-variation-settings: "wght" 700, "wdth" 100;
  line-height: 1.1;
  color: var(--primary);
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .share_share__subtitle__ynvYM {
    font-size: calc(50 / var(--screen) * 100vw);
  }
}
.share_share__subtitle__ynvYM span {
  display: block;
}
.share_share__subtitle__ynvYM span:nth-child(2n) {
  color: transparent;
  -webkit-text-stroke: calc(2 / var(--screen) * 100vw) var(--black);
}
.footer_footer__Q4r1P {
  position: relative;
  background-color: var(--white);
  overflow: hidden;
  z-index: 12;
}
.footer_footer__wrapper__L0Frl {
  position: relative;
  width: 100vw;
  padding-bottom: calc(280 / var(--screen) * 100vw);
}
.footer_footer__transition__y49kq {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  grid-area: 1/1/-1/-1;
  display: grid;
  pointer-events: none;
  opacity: 0;
  --columns: 20;
  grid-template-columns: repeat(var(--columns), 1fr);
  z-index: 2;
}
.footer_footer__transition__y49kq div {
  background: var(--black);
  width: 110%;
}
.footer_footer__shoes__xFiLb {
  position: relative;
  padding-top: 30vh;
  max-width: calc(1060 / var(--screen) * 100vw);
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  z-index: 3;
}
@media (max-aspect-ratio: 1/1) {
  .footer_footer__shoes__xFiLb {
    padding-top: 12.5vh;
  }
}
.footer_footer__shoes__xFiLb img {
  position: relative;
  width: calc(860 / var(--screen) * 100vw);
  height: auto;
}
.footer_footer__shoes__xFiLb div:nth-child(2) {
  align-self: end;
}
.footer_footer__cta__3lnZp {
  position: relative;
  display: block;
  margin: calc(-120 / var(--screen) * 100vw) auto 0 auto;
  width: calc(240 / var(--screen) * 100vw);
  z-index: 4;
}
@media (max-aspect-ratio: 1/1) {
  .footer_footer__cta__3lnZp {
    width: calc(280 / var(--screen) * 100vw);
    margin-top: calc(-100 / var(--screen) * 100vw);
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .footer_footer__cta__3lnZp {
    width: calc(320 / var(--screen) * 100vw);
  }
}
.footer_footer__cta__3lnZp img {
  width: 100%;
  height: auto;
}
.credits_credits__Ld_3X {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 12;
  display: grid;
  transition: all 0.25s;
  grid-template-rows: 0fr 0fr;
  transform: translate3d(0, 100%, 0);
}
@media (max-aspect-ratio: 1/1) {
  .credits_credits__Ld_3X {
    --screen: 800;
  }
}
@media (max-aspect-ratio: 1/1) and (max-width: 600px) {
  .credits_credits__Ld_3X {
    --screen: 450;
  }
}
.credits_credits__toggler__rUFV1 {
  font-size: calc(20 / var(--screen) * 100vw);
  text-transform: uppercase;
  text-decoration: underline;
  text-align: center;
  padding: calc(24 / var(--screen) * 100vw) 3vw;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
@media (max-aspect-ratio: 1/1) {
  .credits_credits__toggler__rUFV1 {
    padding: calc(30 / var(--screen) * 100vw) 3vw;
  }
}
.credits_credits__toggler__rUFV1 span:nth-child(2) {
  display: none;
}
.credits_credits__content__aAW4C {
  overflow: hidden;
}
.credits_credits__content__grid__bfMJ2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85vw;
  margin: 0 auto;
  padding: 2rem 0;
}
@media (max-aspect-ratio: 1/1) {
}
.credits_credits__item__job__3X2im {
  font-size: calc(18 / var(--screen) * 100vw);
  color: var(--primary);
  text-transform: uppercase;
  font-family: var(--font-title);
}
.credits_credits__item__name__mMrKg {
  font-size: calc(25 / var(--screen) * 100vw);
  text-transform: uppercase;
  font-family: var(--font-title);
  font-variation-settings: "wght" 700;
  margin-bottom: calc(10 / var(--screen) * 100vw);
}
.credits_credits__item__link__HEEja {
  display: flex;
  align-items: center;
  gap: calc(12 / var(--screen) * 100vw);
  font-size: calc(22 / var(--screen) * 100vw);
  text-transform: uppercase;
  color: var(--black);
  text-decoration: none;
}
.credits_credits__item__link__HEEja svg {
  width: calc(12 / var(--screen) * 100vw);
}
.credits___is_visible__BcZGq {
  transform: translateZ(0);
}
.credits___is_open__8pxVy {
  grid-template-rows: 0fr 1fr;
}
.credits___is_open__8pxVy .credits_credits__toggler__rUFV1 span:first-child {
  display: none;
}
.credits___is_open__8pxVy .credits_credits__toggler__rUFV1 span:nth-child(2) {
  display: block;
}
