.page-custom {
  background: #242424;
  color: #fff;
}

.page-custom nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  padding-top: 2.1875rem;
  padding-left: 2.1875rem;
  padding-bottom: clamp(5rem, 5.8215962441vw + 3.6355633803rem, 8.875rem);
  z-index: 1;
}

.page-custom__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 clamp(2.5rem, 36.9014084507vw - 6.1487676056rem, 27.0625rem) clamp(5rem, 5.8215962441vw + 3.6355633803rem, 8.875rem);
}

.page-custom__title {
  font: 700 clamp(4.75rem, 13.5211267606vw + 1.5809859155rem, 13.75rem) / 0.8 FK Screamer;
  text-align: center;
  text-transform: uppercase;
  font-feature-settings: "kern" off;
  margin-bottom: clamp(3.5625rem, 6.103286385vw + 2.1320422535rem, 7.625rem);
}

.page-custom__text h1,
.page-custom__text h2,
.page-custom__text h3,
.page-custom__text h4,
.page-custom__text h5,
.page-custom__text h6 {
  line-height: 1;
}

.page-custom__text .image-block {
  margin-bottom: 1.875rem;
}

.page-custom__text ol,
.page-custom__text ul {
  list-style-position: inside;
  padding-left: 0;
  margin-bottom: 1.875rem;
}

.page-custom__text ol li::marker,
.page-custom__text ul li::marker {
  font: 400 0.75rem/140% MessinaSansMono;
}

@media (min-width: 700px) {

  .page-custom__text ol li::marker,
  .page-custom__text ul li::marker {
    font-size: 0.9375rem;
  }
}

.page-custom__text ol li p,
.page-custom__text ul li p {
  display: inline;
}

.page-custom__text ul {
  list-style-type: disc;
}

.page-custom__text>div>.image-block:last-child,
.page-custom__text>div>ol:last-child,
.page-custom__text>div>p:last-child,
.page-custom__text>div>ul:last-child {
  margin-bottom: 0;
}

.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  height: 3.125rem;
  padding: 0 1.5625rem;
  border-radius: 3.75rem;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1),
    background-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.--light {
  color: #000;
  background: #fff;
}

.button.--dark,
.button.--light: hover {
  color: #fff;
  background: #000;
}

.button.--dark: hover {
  color: #000;
  background: #fff;
}

.button.--outline {
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.15);
  transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.--outline.--selected,
.button.--outline: hover {
  border-color: #fff;
}

.button.--outline-light {
  color: #000;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  transition: border-color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.button.--outline-light.--selected,
.button.--outline-light: hover {
  border-color: #000;
}

.button.--large {
  padding: 0 3.125rem;
}

.button.--druk span {
  font: 400 0.75rem/80% Druk;
}

.button.--mess span {
  font: 400 0.75rem/140% MessinaSansMono;
}

.button.--disabled {
  cursor: not-allowed;
}

.button span {
  text-align: center;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.button svg {
  margin-left: 0.3125rem;
}

.image__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}

.image__wrapper.--contain img,
.image__wrapper.--contain picture,
.image__wrapper.--cover img,
.image__wrapper.--cover picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.image__wrapper .base64 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.footer {
  width: 100%;
  padding: 0;
}

.footer,
.footer__discord {
  position: relative;
  overflow: hidden;
}

.footer__discord {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 13.75rem 0;
  background: #fff;
}

@media (min-width: 700px) {
  .footer__discord {
    padding: 13.3125rem 8.75rem;
  }
}


@media (max-width: 700px) {
  .footer__discord {
    padding: 4rem;
  }
}



.footer__discord__content {
  text-align: center;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .footer__discord__content {
    text-align: left;
    margin: 0;
    max-width: 22.5rem;
  }
}

.footer__discord h4 {
  font: 400 4.6875rem/80% FK Screamer;
  color: #fff;
  margin-bottom: 1.875rem;
}

@media (min-width: 700px) {
  .footer__discord h4 {
    font-size: 7.5rem;
  }
}

.footer__discord__cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale(1.1);
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
}

.footer__discord__cover.In-view {
  transform: scale(1);
}

.footer__discord__cover img,
.footer__discord__cover picture {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.footer__discord__row {
  position: absolute;
  bottom: 0;
  left: -10%;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 145%;
  overflow: hidden;
  transform: rotate(-33.25deg);
}

@media (min-width: 700px) {
  .footer__discord__row {
    left: 0;
  }
}

.footer__discord__row__marquee {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

.footer__discord__item {
  position: relative;
  width: 13.75rem;
  margin-right: 1.25rem;
}

@media (min-width: 700px) {
  .footer__discord__item {
    width: 20.9375rem;
    margin-right: 2.5rem;
  }
}

.footer__discord__item img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__bottom {
  padding: 3.125rem 0 4rem;
}


@media (max-width: 700px) {
  .footer__bottom {
      padding: 2rem 0 0;
  }
}


@media (max-width: 1024px) {
  .footer__bottom {
    padding: 2rem 0 0;
  }
}



.footer__bottom__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  text-align: center;
}

@media (min-width: 700px) {
  .footer__bottom__grid {
    grid-template-columns: repeat(12, 1fr);
    text-align: left;
  }
}

.footer__bottom__grid:first-of-type {
  padding-bottom: 2.8125rem;
}

@media (min-width: 700px) {
  .footer__bottom__grid:first-of-type {
    padding-bottom: 5rem;
  }
}

@media (max-width: 1024px) {
  .footer__bottom__grid:first-of-type {
    padding-bottom: 5rem;
  }
}

.footer__bottom__grid:last-of-type {
  align-items: end;
}

.footer__bottom__grid:last-of-type>div:first-of-type {
  grid-row: 2;
  margin-top: 2.5rem;
}

@media (min-width: 700px) {
  .footer__bottom__grid:last-of-type>div:first-of-type {
    grid-row: 1;
    margin-top: 0;
  }
}

@media (min-width: 700px) {
  .footer__bottom__grid .--right {
    grid-column: 8/-1;
    padding-left: 1.5625rem;
  }
}

@media (min-width: 700px) {
  .footer__bottom__grid>div:first-child {
    grid-column: 1 / span 4;
    padding-left: 2.5rem;
  }
}

.footer__bottom__grid>div span {
  display: block;
  font: 400 0.75rem/1 Druk;
  text-transform: uppercase;
  max-width: 10.9375rem;
  margin: auto auto 1.5625rem;
}

@media (min-width: 700px) {
  .footer__bottom__grid>div span {
    margin: 0;
  }
}

.footer__bottom__grid>div small {
  display: block;
  font: 400 0.5rem/140% MessinaSansMono;
  max-width: 18.125rem;
  margin: auto;
  color: hsla(0, 0%, 100%, 0.4);
}

.footer__bottom__grid>div small a {
  color: hsla(0, 0%, 100%, 0.4);
}

.footer__bottom__grid>div small a:hover {
  color: #fff;
}

@media (min-width: 700px) {
  .footer__bottom__grid>div small {
    margin: 0;
  }
}