@font-face {
  font-display: swap;
  font-family: PhluffTestSemiBold;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/PhluffTestSemiBold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: PhluffTestBold;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/PhluffTestBold.woff2) format("woff2");
}
@font-face {
  font-display: swap;
  font-family: Its;
  font-style: normal;
  font-weight: 400;
  src: url(../assets/fonts/Its-me-Simon-Beautiful-Freak-Bold.woff2)
    format("woff2");
}
* {
  border: 0;
  margin: 0;
  padding: 0;
}
*,
:after,
:before {
  box-sizing: border-box;
}
:after,
:before {
  display: inline-block;
}
body,
html {
  height: 100%;
}
body {
  line-height: 1;
  scrollbar-gutter: stable;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
button,
input,
textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  color: inherit;
  display: inline-block;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
body {
  background-color: #a6e7fb;
  color: #000;
  font-family: Its;
  font-size: 1.5rem;
  min-width: 20rem;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  overscroll-behavior: none;
  touch-action: none;
}
.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  margin: 0 auto;
  max-width: 99.875rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.menu__list {
  align-items: center;
  column-gap: 2.5rem;
  display: flex;
}
.menu__link {
  color: #000;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 100%;
  paint-order: stroke fill;
  text-wrap: nowrap;
  transition: all 0.3s ease 0s;
  white-space: nowrap;
}
.menu__link.white {
  color: var(--white);
}
.menu__mob-bottom-social {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 1.25rem;
  position: relative;
  width: 100%;
}
.menu__mob-bottom-social-item {
  align-items: center;
  aspect-ratio: 1;
  background-color: var(--pink);
  border: 0.375rem solid #000;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  position: relative;
  width: 100%;
}
.menu__mob-bottom-social-item svg path {
  fill: #000;
}
.menu__mob-bottom-copy {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  position: relative;
}
.menu__mob-bottom-copy:before {
  background-color: var(--white);
  border-radius: 0.1875rem;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.menu__mob-bottom-copy > span {
  color: var(--white);
  font-family: PhluffTestSemiBold;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.menu__mob-bottom-copy > a {
  align-items: center;
  column-gap: 0.125rem;
  display: inline-flex;
}
.menu__mob-bottom-copy > a span {
  color: var(--white);
  font-family: PhluffTestSemiBold;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.icon-menu {
  display: none;
}
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.header__container {
  justify-content: center;
  padding-top: 1.25rem;
}
.header__body,
.header__container {
  align-items: center;
  display: flex;
}
.header__logo {
  aspect-ratio: 340/147;
  position: relative;
  width: 13.75rem;
}
.header__logo img {
  width: 100%;
}
.footer {
  position: relative;
  z-index: 3;
}
.footer__container {
  background-color: #032d22;
  border: 0.875rem solid var(--black);
  border-radius: 3rem 3rem 0 0;
  box-shadow: 0 0.25rem 2.875rem 0 rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: flex-end;
  padding-top: 2.5rem;
  position: relative;
}
.footer__container:before {
  background: url(../assets/img/foot-bg.webp) 50% / cover no-repeat;
  content: "";
  inset: 0;
  mix-blend-mode: multiply;
  position: absolute;
  z-index: 1;
}
.footer__image {
  aspect-ratio: 747/741;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 35%;
  z-index: 2;
}
.footer__image img {
  animation: colorChange 10s linear infinite;
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.footer__body {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 2.1875rem;
  z-index: 3;
}
.footer__main,
.footer__main-column {
  align-items: flex-start;
  display: flex;
}
.footer__main-column {
  flex-direction: column;
  row-gap: 0.9375rem;
}
.footer__main-link {
  color: #fff;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: lowercase;
  transition: color 0.3s ease 0s;
}
.footer__main-link span {
  color: #ebfe07;
}
.footer__bottom {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.3125rem;
  padding-top: 1.125rem;
  position: relative;
}
.footer__bottom:before {
  background-color: #fff;
  border-radius: 0.5rem;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.footer__bottom span {
  color: #fff;
  font-family: PhluffTestSemiBold;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}
.footer__bottom a {
  align-items: center;
  column-gap: 0.3125rem;
  display: inline-flex;
}
:root {
  --bg-color: #e1fbff;
  --black: #000;
  --white: #fff;
  --yellow: #ffe500;
  --pink: #ffe500;
}
.page__hero-about {
  position: relative;
}
.page__hero-about-bg {
  inset: 0;
  pointer-events: none;
  position: absolute;
  user-select: none;
  z-index: 1;
}
.page__hero-about-bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 72%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page__about {
  padding-top: 3.75rem;
}
.page__how-tokenomics,
.page__how-tokenomics-top {
  position: relative;
  z-index: 2;
}
.page__how-tokenomics-top {
  aspect-ratio: 2880/920;
  pointer-events: none;
  user-select: none;
  width: 100%;
}
.page__how-tokenomics-top img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.page__how-tokenomics-top img:first-child {
  z-index: 1;
}
.page__how-tokenomics-top img:nth-child(2) {
  animation: colorChange 10s linear infinite;
  z-index: 2;
}
.page__how-tokenomics-main {
  margin-top: -0.125rem;
  position: relative;
  z-index: 2;
}
.page__how-tokenomics-main-bg {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 1;
}
.page__how-tokenomics-main-bg img {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: bottom right;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.page__join {
  padding-top: 1.25rem;
}
@keyframes hero-title {
  0% {
    transform: translateY(-80vh);
  }
  85% {
    transform: translateY(2vh);
  }
  90% {
    transform: translateY(-1vh);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes hero-act-l {
  0% {
    transform: translateX(-60vw);
  }
  85% {
    transform: translateX(2vw);
  }
  90% {
    transform: translateX(-1vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hero-act-r {
  0% {
    transform: translateX(60vw);
  }
  85% {
    transform: translateX(-2vw);
  }
  90% {
    transform: translateX(1vw);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes hero-image {
  0% {
    transform: scale(0.95);
  }
  85% {
    transform: scale(1.05);
  }
  90% {
    transform: scale(0.98);
  }
  to {
    transform: scale(1);
  }
}
.hero {
  position: relative;
  z-index: 2;
}
.hero__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-bottom: 2.5rem;
}
.hero__title {
  max-width: 90rem;
  transform: translateY(-80vh);
  width: 100%;
  will-change: transform;
}
[data-fls-loaded] .hero__title {
  animation: hero-title 0.6s ease-in 0.4s forwards;
}
.hero__title img {
  width: 100%;
}
.hero__body {
  width: 100%;
  z-index: 2;
}
.hero__actions,
.hero__body {
  align-items: center;
  display: flex;
  position: relative;
}
.hero__actions {
  gap: 0.625rem;
  justify-content: center;
  will-change: transform;
  z-index: 3;
}
.hero__actions:first-child {
  transform: translateX(-60vw);
}
[data-fls-loaded] .hero__actions:first-child {
  animation: hero-act-l 0.6s ease-in 0.4s forwards;
}
.hero__actions:nth-child(3) {
  transform: translateX(60vw);
}
[data-fls-loaded] .hero__actions:nth-child(3) {
  animation: hero-act-r 0.6s ease-in 0.4s forwards;
}
.hero__social {
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
  flex-shrink: 0;
}
.hero__social-item {
  align-items: center;
  background-color: #f1ede2;
  border: 0.375rem solid #000;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  height: 4.25rem;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease 0s;
  width: 6rem;
}
.hero__social-item svg path {
  transition: fill 0.3s ease 0s;
}
.hero__button {
  align-items: center;
  background-color: #f1ede2;
  border: 0.375rem solid #000;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 800;
  height: 4.25rem;
  justify-content: center;
  line-height: 100%;
  min-width: 11.625rem;
  padding: 0 0.9375rem;
  position: relative;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.hero__image {
  transform: scale(0.95);
  transform-origin: bottom;
  will-change: transform;
}
[data-fls-loaded] .hero__image {
  animation: hero-image 0.6s ease-in 0.4s forwards;
}
.hero__image img {
  animation: colorChange 10s linear infinite;
}
.about {
  position: relative;
  width: 100%;
  z-index: 2;
}
.about__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.about__image {
  aspect-ratio: 1287/1296;
  position: relative;
  width: 100%;
  z-index: 1;
}
.about__image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.about__image img:first-child {
  z-index: 1;
}
.about__image img:nth-child(2) {
  animation: colorChange 10s linear -5s infinite;
  z-index: 2;
}
.about__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.about__title {
  margin-bottom: 0.625rem;
  position: relative;
  width: 100%;
}
.about__title img {
  width: 100%;
}
.about__text {
  color: var(--black);
  font-family: PhluffTestSemiBold;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 1.25rem;
}
.about__buttons {
  column-gap: 0.625rem;
  row-gap: 0.5rem;
}
.about__social {
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
  flex-shrink: 0;
}
.about__social-item {
  align-items: center;
  background-color: #f1ede2;
  border: 0.25rem solid #000;
  border-radius: 0.75rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.25rem 0.25rem 0 #fff, inset 0 -0.25rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  height: 3rem;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease 0s;
  width: 4.875rem;
}
.about__social-item svg {
  height: auto;
  width: 40%;
}
.about__social-item svg path {
  transition: fill 0.3s ease 0s;
}
.about__button {
  align-items: center;
  background-color: #f1ede2;
  border: 0.25rem solid #000;
  border-radius: 0.75rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.25rem 0.25rem 0 #fff, inset 0 -0.25rem 0 0 #b09b83;
  color: var(--yellow);
  display: inline-flex;
  flex-shrink: 0;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  height: 3rem;
  justify-content: center;
  line-height: 100%;
  min-width: 9.75rem;
  position: relative;
  transition: box-shadow 0.3s ease 0s, color 0.3s ease 0s;
}
.about__button.yellow {
  background-color: var(--yellow);
  color: var(--black);
}
.how {
  position: relative;
  z-index: 2;
}
.how__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.how__item {
  background: linear-gradient(180deg, #fff, #f1ebd9 13.59%, #e9e1c7);
  border: 0.5rem solid #000;
  box-shadow: 0 0.75rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 -0.75rem 0 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.how__item-icon {
  align-self: flex-end;
  width: 5.9375rem;
}
.how__item-step {
  color: #ed7626;
  -webkit-text-stroke-width: 0.125em;
}
.how__item-step,
.how__item-title {
  -webkit-text-stroke-color: var(--black);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  paint-order: stroke fill;
}
.how__item-title {
  color: var(--yellow);
  -webkit-text-stroke-width: 0.0833333333em;
  text-transform: lowercase;
}
.how__item-text {
  color: var(--black);
  font-family: PhluffTestSemiBold;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}
.how__title {
  position: relative;
  z-index: 2;
}
.how__title-bg {
  background-color: #e34510;
  border-radius: 1.5rem;
  position: absolute;
  transform: rotate(-1.99deg);
  z-index: 1;
}
.how__title-bg,
.how__title-body {
  border: 0.5rem solid #000;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.how__title-body {
  align-items: center;
  background-color: #f1ede2;
  box-shadow: 0 0 0.85625rem 0 rgba(0, 0, 0, 0.03);
  display: flex;
  position: relative;
  transform: rotate(5.5deg);
  z-index: 2;
}
.how__title-body-bg {
  pointer-events: none;
  right: 0;
  user-select: none;
  width: 45%;
}
.how__title-body-bg,
.how__title-body-bg img {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.how__title-body-bg img {
  animation: colorChange 10s linear -5s infinite;
  left: 0;
  object-fit: cover;
  object-position: left;
  width: 100%;
}
.how__title-body-title {
  position: relative;
  width: 70%;
  z-index: 2;
}
.join {
  position: relative;
  z-index: 1;
}
.join__bg {
  height: 210%;
  pointer-events: none;
  top: -55%;
  user-select: none;
}
.join__bg,
.join__bg img {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.join__bg img {
  height: 100%;
  object-fit: cover;
  top: 0;
}
.join__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.join__container.--watcher-view .join__title {
  animation: hero-title 0.6s ease-in forwards;
}
.join__container.--watcher-view .join__actions:first-child {
  animation: hero-act-l 0.6s ease-in forwards;
}
.join__title {
  max-width: 90rem;
  transform: translateY(-80vh);
  width: 100%;
  will-change: transform;
}
.join__title img {
  width: 100%;
}
.join__body {
  width: 100%;
  z-index: 2;
}
.join__actions,
.join__body {
  align-items: center;
  display: flex;
  position: relative;
}
.join__actions {
  gap: 0.625rem;
  justify-content: center;
  z-index: 3;
}
.join__actions:first-child {
  transform: translateX(-60vw);
}
.join__actions:nth-child(3) {
  transform: translateX(60vw);
}
.join__social {
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
  flex-shrink: 0;
}
.join__social-item {
  align-items: center;
  background-color: #f1ede2;
  border: 0.375rem solid #000;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  height: 4.25rem;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease 0s;
  width: 6rem;
}
.join__social-item svg path {
  transition: fill 0.3s ease 0s;
}
.join__button {
  align-items: center;
  background-color: #f1ede2;
  border: 0.375rem solid #000;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 800;
  height: 4.25rem;
  justify-content: center;
  line-height: 100%;
  min-width: 11.625rem;
  padding: 0 0.9375rem;
  position: relative;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.join__image img {
  animation: colorChange 10s linear -5s infinite;
}
.find {
  position: relative;
  width: 100%;
  z-index: 1;
}
.find__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.find__title {
  position: relative;
  z-index: 1;
}
.find__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  z-index: 3;
}
.find__actions,
.find__button {
  align-items: center;
  position: relative;
}
.find__button {
  background-color: #f1ede2;
  border: 0.375rem solid #000;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 2.875rem;
  font-style: normal;
  font-weight: 800;
  height: 4.25rem;
  justify-content: center;
  line-height: 100%;
  min-width: 11.625rem;
  padding: 0 0.9375rem;
  transition: background-color 0.3s ease 0s, color 0.3s ease 0s;
}
.find__social {
  align-items: center;
  column-gap: 0.625rem;
  display: flex;
  flex-shrink: 0;
}
.find__social-item {
  align-items: center;
  background-color: #f1ede2;
  border: 0.375rem solid #000;
  border-radius: 0.9375rem;
  box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
    inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
  display: inline-flex;
  flex-shrink: 0;
  height: 4.25rem;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease 0s;
  width: 6rem;
}
.find__social-item svg path {
  transition: fill 0.3s ease 0s;
}
.find__image {
  position: relative;
  z-index: 1;
}
.find__image img {
  animation: colorChange 10s linear infinite;
  width: 100%;
}
.find__right img {
  width: 100%;
}
@keyframes colorChange {
  0% {
    filter: hue-rotate(0deg);
    -webkit-filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(180deg);
    -webkit-filter: hue-rotate(180deg);
  }
  to {
    filter: hue-rotate(1turn);
    -webkit-filter: hue-rotate(1turn);
  }
}
@media (max-width: 74.99875em) {
  .hero__actions,
  .join__actions {
    flex-wrap: wrap;
  }
}
@media (max-width: 47.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .menu__body {
    background: url(../assets/img/mob-menu-bg.webp) 50% / cover no-repeat;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    overflow: auto;
    padding: 7.5rem 0.9375rem 0;
    position: fixed;
    right: -100%;
    row-gap: 2.5rem;
    top: 0;
    transition: right 0.3s;
    width: 100%;
  }
  [data-fls-menu-open] .menu__body {
    right: 0;
  }
  .menu__list {
    align-items: flex-start;
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .menu__list.mob-none {
    display: none;
  }
  .menu__link {
    color: var(--yellow);
    -webkit-text-stroke-width: 0.25rem;
    -webkit-text-stroke-color: #000;
    font-size: 3.75rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  .icon-menu {
    background: var(--yellow);
    border: 0.25rem solid var(--black);
    border-radius: 50%;
    display: block;
    height: 2.75rem;
    position: relative;
    width: 2.75rem;
    z-index: 5;
  }
  .icon-menu:after,
  .icon-menu:before {
    background-color: var(--black);
    border-radius: 0.1875rem;
    content: "";
    height: 0.1875rem;
    position: absolute;
    right: 0.4375rem;
    transition: all 0.3s ease 0s;
    width: 1.375rem;
  }
  .icon-menu:before {
    top: 0.8125rem;
  }
  .icon-menu:after {
    bottom: 0.8125rem;
  }
  [data-fls-menu-open] .icon-menu:before {
    top: calc(50% - 0.09375rem);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu:after {
    bottom: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
  .header__container {
    padding-top: 0.625rem;
  }
  .header__body {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
  .header__logo {
    width: 10rem;
  }
  .header__buy {
    display: none;
  }
  .footer__image {
    left: 0;
    top: 82%;
    transform: translateX(-35%) translateY(-50%);
    width: 100%;
  }
  .footer__body {
    row-gap: 50vw;
    width: 100%;
  }
  .footer__main {
    column-gap: 2.5rem;
    flex-direction: column;
    row-gap: 1.5rem;
  }
  .footer__main-column {
    row-gap: 0.625rem;
  }
  .footer__main-link {
    font-size: 3rem;
  }
  .footer__bottom span {
    font-size: 0.75rem;
  }
  .footer__bottom a img {
    width: 5rem;
  }
  .page__how-tokenomics-main {
    padding-bottom: 35%;
  }
  .page__how {
    padding-bottom: 2.5rem;
  }
  .page__find,
  .page__how,
  .page__tokenomics {
    padding-top: 5rem;
  }
  .hero__container,
  .page__join {
    padding-bottom: 3.75rem;
  }
  .hero__container {
    justify-content: flex-end;
    min-height: 100svh;
    padding-top: 7.5rem;
  }
  .hero__title {
    margin: 0 -0.9375rem;
    width: calc(100% + 1.875rem);
  }
  .hero__body {
    flex-direction: column;
    row-gap: 1.25rem;
  }
  .hero__actions:first-child {
    flex-direction: column-reverse;
  }
  .hero__actions:nth-child(2) {
    flex-direction: column;
    transform: translateX(60vw);
  }
  [data-fls-loaded] .hero__actions:nth-child(2) {
    animation: hero-act-r 0.6s ease-in 0.4s forwards;
  }
  .hero__social-item {
    height: 4.25rem;
    width: 4.875rem;
  }
  .hero__button {
    font-size: 2.375rem;
    min-width: 10.625rem;
    width: 100%;
  }
  .hero__image {
    margin: 0 -1.875rem;
    width: calc(100% + 3.75rem);
  }
  .hero__image img {
    width: 100%;
  }
  .hero__bottom-mob {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
  }
  .about__container {
    flex-direction: column-reverse;
    row-gap: 2.5rem;
  }
  .about__image {
    width: 100%;
  }
  .about__title {
    margin-bottom: 1.25rem;
  }
  .about__text {
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
  }
  .about__buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  .about__social-item {
    height: 3rem;
    width: 4.875rem;
  }
  .how__items {
    gap: 1rem;
    grid-template-columns: repeat(1, 1fr);
  }
  .how__item {
    border: 0.375rem solid var(--black);
    border-radius: 1.25rem;
    padding: 1rem;
  }
  .how__item:first-child {
    order: 2;
  }
  .how__item:nth-child(3) {
    order: 3;
  }
  .how__item:nth-child(4) {
    order: 4;
  }
  .how__item:nth-child(5) {
    order: 5;
  }
  .how__item-icon {
    width: 3.625rem;
  }
  .how__item-step {
    font-size: 1.625rem;
    margin-top: -0.5rem;
  }
  .how__item-title {
    font-size: 3rem;
    margin-bottom: 0.375rem;
  }
  .how__item-text {
    font-size: 1rem;
  }
  .how__title {
    order: 1;
  }
  .how__title-bg {
    border: 0.375rem solid var(--black);
    border-radius: 1.25rem;
  }
  .how__title-body {
    border: 0.375rem solid var(--black);
    border-radius: 1.25rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-top: 35%;
  }
  .how__title-body-bg {
    width: 55%;
  }
  .join__container.--watcher-view .join__actions:nth-child(2) {
    animation: hero-act-r 0.6s ease-in forwards;
  }
  .join__body {
    flex-direction: column;
    margin-top: -15%;
    row-gap: 1.25rem;
  }
  .join__actions:first-child {
    flex-direction: column-reverse;
  }
  .join__actions:nth-child(2) {
    flex-direction: column;
  }
  .join__social-item {
    height: 4.25rem;
    width: 4.875rem;
  }
  .join__button {
    font-size: 2.375rem;
    min-width: 10.625rem;
    width: 100%;
  }
  .join__image {
    margin: 0 -0.9375rem;
    width: calc(100% + 1.875rem);
  }
  .join__image img {
    width: 100%;
  }
  .join__bottom-mob {
    display: grid;
    gap: 0.625rem;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    width: 100%;
  }
  .find__container {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .find__title {
    margin-bottom: 1.25rem;
  }
  .find__actions {
    justify-content: center;
  }
  .find__button {
    font-size: 2.375rem;
    min-width: 10.625rem;
    width: 100%;
  }
  .find__social-item {
    height: 4.25rem;
    width: 4.875rem;
  }
  .find__image {
    display: none;
  }
  .find__right {
    width: 100%;
  }
}
@media (min-width: 47.99875em) and (max-width: 99.875em) {
  .menu__list {
    column-gap: clamp(1.25rem, 0.09343148358125rem + 2.409580492vw, 2.5rem);
  }
  .header__body {
    column-gap: clamp(1.25rem, 0.6717157417875rem + 1.204790246vw, 1.875rem);
    padding-left: clamp(1rem, -0.38788221970625rem + 2.8914965904vw, 2.5rem);
  }
  .footer__main {
    column-gap: clamp(2.5rem, -2.58890147225625rem + 10.602154165vw, 8rem);
  }
  .footer__main-link {
    font-size: clamp(2rem, 0.49646092865rem + 3.1324546396vw, 3.625rem);
  }
  .footer__bottom span {
    font-size: clamp(0.75rem, 0.51868629671875rem + 0.4819160984vw, 1rem);
  }
  .footer__bottom a img {
    width: clamp(5rem, 2.455549263875rem + 5.3010770825vw, 7.75rem);
  }
  .page__how {
    padding-bottom: clamp(2.5rem, 1.34343148358125rem + 2.409580492vw, 3.75rem);
  }
  .page__find,
  .page__how,
  .page__tokenomics {
    padding-top: clamp(5rem, 2.68686296715625rem + 4.8191609841vw, 7.5rem);
  }
  .page__join {
    padding-bottom: clamp(
      3.75rem,
      1.43686296715625rem + 4.8191609841vw,
      6.25rem
    );
  }
  .hero__container {
    padding-top: clamp(7.5rem, 8.7032842582125rem + -1.204790246vw, 8.125rem);
  }
  .hero__body {
    margin-top: clamp(
      -18.75rem,
      2.90911664779375rem + -21.6862244283vw,
      -7.5rem
    );
  }
  .about__container {
    column-gap: clamp(1.875rem, -1.01642129105625rem + 6.0239512301vw, 5rem);
  }
  .about__text {
    font-size: clamp(1.125rem, 1.00934314835625rem + 0.2409580492vw, 1.25rem);
  }
  .how__items {
    gap: clamp(1rem, 0.53737259343125rem + 0.9638321968vw, 1.5rem);
  }
  .how__item {
    border-radius: clamp(1.25rem, 1.01868629671875rem + 0.4819160984vw, 1.5rem);
    padding: clamp(1rem, 0.19040203850625rem + 1.6867063444vw, 1.875rem);
  }
  .how__item-step {
    font-size: clamp(1.625rem, 0.81540203850625rem + 1.6867063444vw, 2.5rem);
    margin-top: clamp(-0.875rem, -0.153029445075rem + -0.7228741476vw, -0.5rem);
  }
  .how__item-title {
    font-size: clamp(3rem, 1.61211778029375rem + 2.8914965904vw, 4.5rem);
    margin-bottom: clamp(0.375rem, 0.028029445075rem + 0.7228741476vw, 0.75rem);
  }
  .how__item-text {
    font-size: clamp(1rem, 0.76868629671875rem + 0.4819160984vw, 1.25rem);
  }
  .how__title-bg {
    border-radius: clamp(1.25rem, 1.01868629671875rem + 0.4819160984vw, 1.5rem);
  }
  .how__title-body {
    border-radius: clamp(1.25rem, 1.01868629671875rem + 0.4819160984vw, 1.5rem);
    padding-bottom: clamp(1rem, 0.19040203850625rem + 1.6867063444vw, 1.875rem);
    padding-left: clamp(1rem, -0.96616647791875rem + 4.0962868365vw, 3.125rem);
    padding-right: clamp(1rem, -0.96616647791875rem + 4.0962868365vw, 3.125rem);
    padding-top: clamp(1rem, 0.19040203850625rem + 1.6867063444vw, 1.875rem);
  }
  .join__body {
    margin-top: clamp(-16.25rem, 0.59597961495rem + -16.8670634443vw, -7.5rem);
  }
  .find__container {
    column-gap: clamp(1.875rem, -1.01642129105625rem + 6.0239512301vw, 5rem);
  }
}
@media (min-width: 47.99875em) and (any-hover: hover) {
  .menu__link:hover {
    -webkit-text-stroke-width: 0.1875rem;
    -webkit-text-stroke-color: var(--black);
    color: var(--yellow);
  }
  .header__buy:hover {
    box-shadow: inset 0 0 0 0 #b09b83;
  }
  .footer__main-link:hover {
    color: #ebfe07;
  }
  .about__button:hover,
  .about__social-item:hover,
  .hero__button:hover,
  .hero__social-item:hover {
    background-color: var(--yellow);
  }
  .about__button:hover {
    color: var(--black);
  }
  .about__button:hover.yellow {
    box-shadow: 0 0.3125rem 0 0 rgba(0, 0, 0, 0.25),
      inset 0 0.25rem 0.25rem 0 #fff, inset 0 0 0 0 #b09b83;
  }
  .find__button:hover,
  .find__social-item:hover,
  .join__button:hover,
  .join__social-item:hover {
    background-color: var(--yellow);
  }
}
@media (min-width: 47.99875em) {
  .menu__item.mob-only {
    display: none;
  }
  .menu__link {
    -webkit-text-stroke-width: 0.1875rem;
    -webkit-text-stroke-color: transparent;
  }
  .menu__mob-bottom {
    display: none;
  }
  .header__body {
    background: #f1ede2;
    border: 0.375rem solid #000;
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0 0 rgba(0, 0, 0, 0.25),
      inset 0 0.375rem 0.375rem 0 #fff, inset 0 -0.375rem 0 0 #b09b83;
    padding-right: 0.5rem;
  }
  .header__buy {
    align-items: center;
    background: #ffe500;
    border: 0.375rem solid #000;
    border-radius: 0.5rem;
    box-shadow: inset 0 -0.25rem 0 0 #b09b83;
    display: inline-flex;
    flex-shrink: 0;
    height: 3rem;
    justify-content: center;
    position: relative;
    transition: box-shadow 0.3s ease 0s, color 0.3s ease 0s;
    width: 9.0625rem;
    z-index: 2;
  }
  .footer__body {
    flex: 0 0 60%;
  }
  .page__about {
    padding-bottom: 15%;
  }
  .page__how-tokenomics {
    margin-top: -15%;
  }
  .page__how-tokenomics-main {
    padding-bottom: 15%;
  }
  .hero__image {
    aspect-ratio: 1569/1451;
    flex: 1 1 auto;
    position: relative;
    width: 100%;
  }
  .hero__image img {
    height: 120%;
    left: 50%;
    max-width: 120%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
  }
  .hero__bottom-mob {
    display: none;
  }
  .about__image {
    flex: 0 0 50%;
  }
  .about__text {
    max-width: 35rem;
  }
  .about__buttons {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .how__title {
    grid-column: span 2;
  }
  .join__container.--watcher-view .join__actions:nth-child(3) {
    animation: hero-act-r 0.6s ease-in forwards;
  }
  .join__image {
    aspect-ratio: 1698/1389;
    flex: 1 1 auto;
    position: relative;
    width: 100%;
  }
  .join__image img {
    height: 120%;
    left: 50%;
    max-width: 120%;
    object-fit: contain;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
  }
  .join__bottom-mob {
    display: none;
  }
  .find__image {
    margin-top: -0.9375rem;
    width: 80%;
  }
  .find__right {
    flex: 0 0 50%;
  }
}
@media (min-width: 99.875em) {
  .menu__list {
    column-gap: 2.5rem;
  }
  .header__body {
    column-gap: 1.875rem;
    padding-left: 2.5rem;
  }
  .footer__main {
    column-gap: 8rem;
  }
  .footer__main-link {
    font-size: 3.625rem;
  }
  .footer__bottom span {
    font-size: 1rem;
  }
  .footer__bottom a img {
    width: 7.75rem;
  }
  .page__how {
    padding-bottom: 3.75rem;
  }
  .page__find,
  .page__how,
  .page__tokenomics {
    padding-top: 7.5rem;
  }
  .page__join {
    padding-bottom: 6.25rem;
  }
  .hero__container {
    padding-top: 7.5rem;
  }
  .hero__body {
    margin-top: -18.75rem;
  }
  .about__container {
    column-gap: 5rem;
  }
  .about__text {
    font-size: 1.25rem;
  }
  .how__items {
    gap: 1.5rem;
  }
  .how__item {
    border-radius: 1.5rem;
    padding: 1.875rem;
  }
  .how__item-step {
    font-size: 2.5rem;
    margin-top: -0.875rem;
  }
  .how__item-title {
    font-size: 4.5rem;
    margin-bottom: 0.75rem;
  }
  .how__item-text {
    font-size: 1.25rem;
  }
  .how__title-bg {
    border-radius: 1.5rem;
  }
  .how__title-body {
    border-radius: 1.5rem;
    padding-bottom: 1.875rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
    padding-top: 1.875rem;
  }
  .join__body {
    margin-top: -16.25rem;
  }
  .find__container {
    column-gap: 5rem;
  }
}
@media (any-hover: hover) {
  .footer__bottom a:hover span {
    text-decoration: underline;
  }
}
