.index__scale[data-v-967e48ce] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index__mint.button[data-v-967e48ce] {
  position: fixed;
  top: 1.5625rem;
  right: 1.25rem;
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

@media (min-width: 700px) {
  .index__mint.button[data-v-967e48ce] {
    top: 2.0625rem;
    right: 2.1875rem;
  }
}

.index__mint.button.--visible[data-v-967e48ce] {
  opacity: 1;
  pointer-events: auto;
}

.live[data-v-f2e70e62] {
  display: none;
  align-items: center;
  justify-content: center;
  padding: 0 2.1875rem;
  position: fixed;
  height: 5.375rem;
  right: 2.25rem;
  bottom: 5.3125rem;
  background: #000;
  border-radius: 0.625rem;
  width: 14.4375rem;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
}

@media (min-width: 700px) {
  .live[data-v-f2e70e62] {
    display: flex;
  }
}

.live>img[data-v-f2e70e62],
.live>video[data-v-f2e70e62] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.live>img[data-v-f2e70e62] {
  display: none;
}

.--low-power .live>img[data-v-f2e70e62] {
  display: block;
}

.live>video[data-v-f2e70e62] {
  opacity: 0.4;
}

.--low-power .live>video[data-v-f2e70e62] {
  display: none;
}

.live>div[data-v-f2e70e62] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.live span[data-v-f2e70e62] {
  display: block;
  color: #fff;
  font-family: Druk;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.live span[data-v-f2e70e62]:first-child {
  font-size: 18px;
}

.live span[data-v-f2e70e62]:last-child {
  font-size: 11px;
  opacity: 0.5;
  transition: opacity 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}

.live:hover span[data-v-f2e70e62],
.live:hover svg[data-v-f2e70e62] {
  opacity: 1;
}

.head[data-v-e68c2b22] {
  position: relative;
  width: 100%;
  background: var(--tint);
}

.head__logo[data-v-e68c2b22] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 5.75rem 2.1875rem 0;
  z-index: 4;
}

.head__logo svg[data-v-e68c2b22] {
  display: block;
  width: 100%;
  height: auto;
}

.head__mint[data-v-e68c2b22] {
  position: relative;
}

.head__mint>div[data-v-e68c2b22] {
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  height: 40px;
  background: hsla(0, 0%, 100%, 0.3);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 1.1s cubic-bezier(0.19, 1, 0.22, 1);
}

.head__mint:hover>div[data-v-e68c2b22] {
  transform: scaleX(1);
  transform-origin: left center;
}

.head__noise[data-v-e68c2b22] {
  display: none;
  position: absolute;
  top: -10rem;
  left: -10rem;
  width: calc(100% + 20rem);
  height: calc(100% + 20rem);
  pointer-events: none;
  background-size: 250px;
  background-image: url(../../images/noise.png);
  -webkit-animation: noise 1s steps(2) infinite;
  animation: noise 1s steps(2) infinite;
  z-index: 1;
}

@media (min-width: 700px) {
  .head__noise[data-v-e68c2b22] {
    display: block;
  }
}

.head__image[data-v-e68c2b22] {
  position: relative;
  width: 100%;
  height: auto;
  /*background: radial-gradient(
    circle,
    #ffffff6e 0,
    hsla(0, 0%, 100%, 0.25) 15%,
    hsla(0, 0%, 100%, 0) 70%,
    hsla(0, 0%, 100%, 0) 100%
  );*/
  padding-top: 110px;
  pointer-events: none;
  z-index: 5;
}

@media (min-width: 700px) {
  .head__image[data-v-e68c2b22] {
    padding-top: 0;
  }
}

.head__aspect[data-v-e68c2b22] {
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 124.5406824147%;
  z-index: 3;
}



.head__aspect img[data-v-e68c2b22] {
  display: block;
  top: 0;
  right: 0;
  height: 100%;
}

.head__aspect img[data-v-e68c2b22],
.head__gradient[data-v-e68c2b22] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.head__gradient[data-v-e68c2b22] {
  height: 70vh;
  background: linear-gradient(1turn, var(--background) 25%, transparent);
  z-index: 2;
}

@media (min-width: 700px) {
  .head__gradient[data-v-e68c2b22] {
    bottom: -20rem;
    height: 230vh;
  }
}

.intro {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0 0 4.375rem;
  background: var(--background);
  overflow: hidden;
  z-index: 2;
}

@media (min-width: 700px) {
  .intro {
    padding: 0 0 17.8125rem;
  }
}
@media (max-width: 1024px) {

  .intro {
    position: relative;
    top: -320px;
  }
}

@media (max-width: 700px) {
  .socialink {
    padding-block: 15px;
  }

  .intro {
    position: relative;
    top: -110px;
  }
}




.intro>div {
  max-width: 62.5rem;
  margin: auto;
}

.intro h1 {
  font: 400 1.875rem/80% FK Screamer;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

@media (min-width: 700px) {
  .intro h1 {
    font-size: 3.125rem;
  }
}

@media (min-width: 1024px) {
  .intro h1 {
    font-size: 5rem;
  }
}

@media (min-width: 1800px) {
  .intro h1 {
    font-size: 5.625rem;
  }
}

.intro h1>div>span>span {
  opacity: 0.4;
}

.assets {
  position: relative;
  padding-top: 3.125rem;
  z-index: 2;
}

@media (min-width: 700px) {
  .assets {
    padding-top: 5.625rem;
    padding-bottom: 7.8125rem;
  }
}

.assets__title {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  z-index: 4;
}

@media (min-width: 700px) {
  .assets__title {
    position: -webkit-sticky;
    position: sticky;
    height: calc(var(--vh) * 100);
  }
}

.assets__title h2 {
  display: block;
  font: 400 4.6875rem/80% FK Screamer;
  text-align: center;
}

@media (min-width: 700px) {
  .assets__title h2 {
    font-size: 8.125rem;
  }
}

@media (min-width: 1024px) {
  .assets__title h2 {
    font-size: 11.25rem;
  }
}

@media (min-width: 1800px) {
  .assets__title h2 {
    font-size: 17.5rem;
  }
}

.assets__row {
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  padding-bottom: 4.6875rem;
}

.assets__row__marquee {
  display: flex;
  white-space: nowrap;
  will-change: transform;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}

.assets__item {
  position: relative;
  width: 16.5625rem;
  margin-right: 2.1875rem;
}

@media (min-width: 700px) {
  .assets__item {
    width: 23.75rem;
    margin-right: 3.125rem;
  }
}

@media (min-width: 1800px) {
  .assets__item {
    width: 34.375rem;
    margin-right: 3.125rem;
  }
}

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

.about {
  position: relative;
  padding: 3.125rem 0;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 700px) {
  .about {
    padding: 12.5rem 0;
  }
}

.about h2 {
  font: 400 5.625rem/80% FK Screamer;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
  text-align: center;
}

@media (min-width: 700px) {
  .about h2 {
    font-size: 7.5rem;
    margin-bottom: 9.375rem;
    text-align: left;
  }
}

@media (min-width: 1024px) {
  .about h2 {
    font-size: 11.875rem;
    padding: 0 11.25rem;
  }
}

@media (min-width: 1800px) {
  .about h2 {
    font-size: 15.625rem;
  }
}

.about h2>span {
  display: block;
}

.about__grid {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  z-index: 2;
  padding: 0 2.5rem;
}

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

.about__grid>div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.about__grid__header .title {
  font: 400 1.625rem/36px Druk;
  text-transform: uppercase;
}

@media (min-width: 700px) {
  .about__grid__header {
    grid-column: 2 / span 4;
  }

  .about__grid__header .title {
    font-size: 40;
    line-height: 52px;
  }

  .about__grid__header ul {
    padding-left: 10%;
  }
}

.about__grid__content {
  grid-column: 8/-1;
  text-align: left;
  margin-top: 6rem;
}

@media (min-width: 700px) {
  .about__grid__content {
    padding-left: 1.5625rem;
    margin-top: 0;
  }
}

.about__grid__content>* {
  max-width: 28.125rem;
}

.roadmap {
  position: relative;
  width: 100%;
}

.roadmap__grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  margin: 3.125rem 0;
}

.roadmap__grid__sticky {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  grid-row: 1;
  grid-column: 2 / span 5;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  transform: translateZ(0);
}

@media (min-width: 700px) {
  .roadmap__grid__sticky {
    display: block;
  }
}

.roadmap__grid__sticky__transform,
.roadmap__grid__sticky picture,
.roadmap__grid__sticky video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.roadmap__grid__sticky picture,
.roadmap__grid__sticky video {
  -o-object-fit: cover;
  object-fit: cover;
}

@media (min-width: 1800px) {

  .roadmap__grid__sticky picture img,
  .roadmap__grid__sticky video img {
    height: 100%;
    width: 100%;
  }
}

.roadmap__grid__sticky picture:not(:first-child),
.roadmap__grid__sticky video:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}

.roadmap__grid__item {
  display: grid;
  grid-row: var(--index);
  grid-column: 1 / span 12;
  grid-template-columns: repeat(1, 1fr);
  padding-top: 3.125rem;
  overflow: hidden;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.roadmap__grid__item:last-child {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

@media (min-width: 700px) {
  .roadmap__grid__item {
    grid-template-columns: repeat(12, 1fr);
    padding-top: 0;
    border: none;
  }

  .roadmap__grid__item:last-child {
    border: none;
  }
}

.roadmap__grid__item__asset {
  position: relative;
  grid-column: 1;
  width: 90%;
  margin: auto auto 50px;
}

@media (min-width: 700px) {
  .roadmap__grid__item__asset {
    grid-column: 1 / span 6;
    width: 100%;
    margin: auto;
    opacity: 0;
    visibility: hidden;
  }
}

.roadmap__grid__item__asset picture,
.roadmap__grid__item__asset video {
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}

@media (min-width: 700px) {

  .roadmap__grid__item__asset picture,
  .roadmap__grid__item__asset video {
    height: 100%;
  }
}

.roadmap__grid__item__asset video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.roadmap__grid__item__data {
  position: relative;
  display: flex;
  width: 100vw;
  align-items: center;
  grid-column: 1;
  color: #fff;
  text-align: center;
  z-index: 2;
  padding-bottom: 6.0625rem;
}

@media (min-width: 700px) {
  .roadmap__grid__item__data {
    width: 100%;
    grid-column: 8/-1;
    padding: 0 0 0 1.5625rem;
    text-align: left;
  }
}

.roadmap__grid__item__data>div {
  max-width: 28.125rem;
}

.roadmap__grid__item__data h3 {
  display: block;
  font: 400 4.75rem/80% FK Screamer;
  margin-bottom: 2.5rem;
}

@media (min-width: 700px) {
  .roadmap__grid__item__data h3 {
    font-size: 5.625rem;
  }
}

.roadmap__grid__item__data strong {
  display: block;
  font: 400 0.9375rem/108% Druk;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 2.1875rem;
}

.roadmap__grid__item__data strong u {
  text-decoration: underline;
}

.roadmap__grid__item__data hr {
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: hsla(0, 0%, 100%, 0.1);
  border: none;
}

@media (max-width: 699px) {
  .roadmap__grid__item__data .text {
    padding: 0 2.5rem;
  }

  .roadmap__grid__item__data .text p {
    text-transform: uppercase;
    text-align: left;
    font: 400 1rem/22px Druk;
  }
}

.team {
  margin-top: 3.125rem;
}

@media (min-width: 700px) {
  .team {
    margin-top: 6.25rem;
  }
}

.team h2 {
  text-align: center;
  font: 400 5.625rem/80% FK Screamer;
  text-transform: uppercase;
  margin-bottom: 3.125rem;
}

@media (min-width: 700px) {
  .team h2 {
    font-size: 14.375rem;
    margin-bottom: 9.375rem;
  }
}

@media (min-width: 1024px) {
  .team h2 {
    font-size: 15.625rem;
  }
}

@media (min-width: 1800px) {
  .team h2 {
    font-size: 21.25rem;
  }
}

.team__grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 6.0625rem;
  gap: 6.0625rem;
  margin-bottom: 9.6875rem;
}

@media (min-width: 700px) {
  .team__grid {
    grid-gap: 2.5rem;
    gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.team__grid__item .team__member__avatar {
  display: block;
  margin-bottom: 2.375rem;
  overflow: hidden;
}

.team__grid__item .team__member__avatar.In-view img {
  transform: scale(1);
}

.team__grid__item .team__member__avatar img {
  transform: scale(1.05);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1) 0.25s;
  width: 100%;
}

.team__grid__item .team__member__info {
  margin-bottom: 3.125rem;
}

@media (min-width: 700px) {
  .team__grid__item .team__member__info {
    margin-bottom: 1.625rem;
  }
}

.team__grid__item .team__member__info,
.team__grid__item .team__member__role {
  text-align: center;
}

@media (min-width: 700px) {

  .team__grid__item .team__member__info,
  .team__grid__item .team__member__role {
    text-align: left;
  }
}

.team__grid__item .team__member__info a,
.team__grid__item .team__member__info p,
.team__grid__item .team__member__role a,
.team__grid__item .team__member__role p {
  font: 400 1rem/22px Druk;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 0;
}

@media (min-width: 700px) {

  .team__grid__item .team__member__info a,
  .team__grid__item .team__member__info p,
  .team__grid__item .team__member__role a,
  .team__grid__item .team__member__role p {
    font: 400 1.125rem/108% Druk;
  }
}

.team__grid__item .team__member__info a.team__member__role,
.team__grid__item .team__member__info p.team__member__role,
.team__grid__item .team__member__role a.team__member__role,
.team__grid__item .team__member__role p.team__member__role {
  opacity: 0.5;
}

.team__grid__item .team__member__description {
  font: 400 1rem/22px MessinaSansMono;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 700px) {
  .team__grid__item .team__member__description {
    text-align: left;
    width: 90%;
    font: 400 0.75rem/1.4 MessinaSansMono;
  }
}

.gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

[data-theme="0"] .gradient {
  background: linear-gradient(180deg, #e2ad24, #e3b12e);
}

[data-theme="1"] .gradient {
  background: linear-gradient(180deg, #1c1d1d, #555455);
}

[data-theme="2"] .gradient {
  background: linear-gradient(180deg, #4e88b2, #2992dd);
}

[data-theme="3"] .gradient {
  background: linear-gradient(180deg, #520da6, #b271ff);
}

[data-theme="4"] .gradient {
  background: linear-gradient(180deg, #883f26, #d87b50);
}

[data-theme="5"] .gradient {
  background: linear-gradient(180deg, #3683be, #4055b1);
}

.container {
  position: relative;
}

.container .footer {
  position: relative;
  z-index: 2;
}

@media (min-width: 700px) {
  .container.--empty .gradient {
    top: 25vh;
  }
}

.faq {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 3.125rem;
  overflow: hidden;
  z-index: 2;
}

@media (min-width: 700px) {
  .faq {
    padding-top: 0;
  }
}

.faq img {
  display: none;
  position: absolute;
  margin-top: -10%;
  left: -20%;
}

@media (min-width: 700px) {
  .faq img {
    display: block;
  }
}

@media screen and (min-width: 1030px) {
  .faq img {
    left: -20%;
  }
}

@media screen and (min-width: 1230px) {
  .faq img {
    left: -10%;
  }
}

@media screen and (min-width: 1430px) {
  .faq img {
    left: 0;
  }
}

.faq__data {
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  color: #fff;
}

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

.faq__data>div {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-column: 1;
  max-width: 18.75rem;
  padding-top: 5rem;
  margin: auto;
}

@media (min-width: 700px) {
  .faq__data>div {
    grid-column: 8 / span 4;
    max-width: 100%;
    padding-top: 11.875rem;
  }
}

.faq__data>div h3 {
  display: block;
  font: 400 5.625rem/80% FK Screamer;
  text-align: center;
}

@media (min-width: 700px) {
  .faq__data>div h3 {
    font-size: 21.25rem;
    text-align: left;
  }
}

.faq__items {
  margin-top: 3.125rem;
  margin-bottom: 15.625rem;
}

.faq__item {
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.faq__item svg {
  transition: transform 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.faq__item:hover svg {
  transform: rotate(45deg);
}

.faq__item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 0;
  cursor: pointer;
}

.faq__item__question span {
  font: 400 0.9375rem/108% Druk;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  max-width: 70%;
}

.faq__item__answer {
  position: relative;
  height: 0;
  overflow: hidden;
}

.faq__item__answer p {
  display: block;
  font: 400 0.75rem/110% MessinaSansMono;
  max-width: 80%;
  padding: 0 0 2.1875rem;
}

.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: 10.3125rem 8.75rem;
  }
}

.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 8.75rem;
}

.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: 19.6875rem;
  }
}

.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;
  }
}

.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;
}