@import url(https://fonts.googleapis.com/css?family=Gochi+Hand:regular);
* {
  padding: 0;
  margin: 0;
  border: 0;
}
*,
*::after,
*::before {
  box-sizing: border-box;
}
*::after,
*::before {
  display: inline-block;
}
body,
html {
  height: 100%;
  min-width: 320px;
}
body {
  color: #000;
  line-height: 1;
  font-family: "Gochi Hand";
  font-size: 2rem;
  -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 {
  font-family: "Gochi Hand";
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0);
}
input,
textarea {
  width: 100%;
}
label {
  display: inline-block;
}
button,
option,
select {
  cursor: pointer;
}
a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*="__container"] {
  max-width: 101.875rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}
[class*="--gc"] {
  display: grid;
  min-width: 0;
  grid-template-columns: 0.9375rem 1fr minmax(auto, 100rem) 1fr 0.9375rem;
}
[class*="--gc"] > * {
  min-width: 0;
  grid-column: 3/4;
}
.menu__list {
  display: flex;
  align-items: center;
}
.menu__link {
  position: relative;
  transition: scale 0.2s ease 0s;
}
.menu__link span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: color 0.2s ease 0s;
}
.icon-menu {
  display: none;
}
.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.ibg--top {
  -o-object-position: top;
  object-position: top;
}
.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom;
}
.ibg--left {
  -o-object-position: left;
  object-position: left;
}
.ibg--right {
  -o-object-position: right;
  object-position: right;
}
.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  background: url(../img/header.jpg) center/cover no-repeat;
  border-bottom: 0.125rem solid #fff;
  box-shadow: 0 0 2.875rem 0 #0bf;
}
.header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
.header__logo {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 6.125rem;
  -webkit-filter: drop-shadow(0 0 0.9375rem #00d0ff);
}
.header__logo img {
  width: 100%;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3.25rem;
  border: 0.125rem solid #fef147;
}
.header__button::before {
  content: "";
  position: absolute;
  inset: 0.25rem;
  background-color: #fef147;
  transition: inset 0.2s ease 0s;
}
.header__button span {
  position: relative;
  z-index: 2;
  color: #41a1e4;
  font-family: "Gochi Hand";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: letter-spacing 0.2s ease 0s;
}
.footer {
  position: relative;
  z-index: 2;
  border-top: 0.125rem solid #fff;
  background: linear-gradient(
    90deg,
    rgba(0, 144, 255, 0) -21.51%,
    rgba(0, 144, 255, 0.69) 104.45%
  );
  -webkit-backdrop-filter: blur(0.4375rem);
  backdrop-filter: blur(0.4375rem);
  margin-top: -0.125rem;
  padding: 0.9375rem 0;
}
.footer__bottom {
  position: relative;
  z-index: 2;
}
.footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__body span {
  color: #fef147;
  font-family: "Gochi Hand";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
.footer__body a {
  display: flex;
  align-items: center;
  -webkit-column-gap: 0.375rem;
  -moz-column-gap: 0.375rem;
  column-gap: 0.375rem;
  color: #fef147;
  font-family: "Gochi Hand";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@-webkit-keyframes storyDec {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(1.25rem) translateY(0.625rem);
    transform: translateX(1.25rem) translateY(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes storyDec {
  0% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  40% {
    -webkit-transform: translateX(1.25rem) translateY(0.625rem);
    transform: translateX(1.25rem) translateY(0.625rem);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@-webkit-keyframes heroFront {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroFront {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes heroTitle {
  0% {
    -webkit-transform: translateY(-30vh);
    transform: translateY(-30vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes heroTitle {
  0% {
    -webkit-transform: translateY(-30vh);
    transform: translateY(-30vh);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes heroItem {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes heroItem {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.menu-open-bg {
  pointer-events: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(0.375rem);
  backdrop-filter: blur(0.375rem);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.menu-open .menu-open-bg {
  opacity: 1;
}
.hero {
  position: relative;
  z-index: 1;
  min-height: 115vh;
  display: flex;
  align-items: flex-end;
}
.hero__bg {
  position: absolute;
  inset: 0;
}
.hero__bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.hero__title {
  position: absolute;
  z-index: 2;
  aspect-ratio: 1738/1200;
}
.hero__title img {
  -webkit-transform: translateY(-65vh);
  transform: translateY(-65vh);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.loaded .hero__title img {
  -webkit-animation: heroTitle 0.45s ease-out 0.4s forwards;
  animation: heroTitle 0.45s ease-out 0.4s forwards;
}
.hero__front {
  position: absolute;
  top: 5%;
  left: 0;
  width: 100%;
  height: 95%;
  z-index: 3;
}
.hero__front img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.loaded .hero__front img {
  -webkit-animation: heroFront 0.45s ease-out 0.4s forwards;
  animation: heroFront 0.45s ease-out 0.4s forwards;
}
.hero__container {
  position: relative;
  width: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
}
.hero__label {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.loaded .hero__label {
  -webkit-animation: heroItem 0.3s ease 0.8s forwards;
  animation: heroItem 0.3s ease 0.8s forwards;
}
.hero__label img {
  width: 100%;
}
.hero__dog {
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.loaded .hero__dog {
  -webkit-animation: heroItem 0.3s ease 1s forwards;
  animation: heroItem 0.3s ease 1s forwards;
}
.hero__dog img {
  width: 200%;
}
.hero__actions {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-start;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.loaded .hero__actions {
  -webkit-animation: heroItem 0.3s ease 1.2s forwards;
  animation: heroItem 0.3s ease 1.2s forwards;
}
.hero__button {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.75rem;
  width: 11.25rem;
}
.hero__button img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 145%;
  aspect-ratio: 293/158;
  transition: all 0.2s ease 0s;
}
.hero__social {
  flex-shrink: 0;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  -webkit-column-gap: 0.25rem;
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.hero__social-item {
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1;
}
.hero__social-item:nth-child(1) img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 155%;
  transition: all 0.2s ease 0s;
}
.hero__social-item:nth-child(2) img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 155%;
  transition: all 0.2s ease 0s;
}
.story {
  position: relative;
  z-index: 2;
}
.story::before {
  content: "";
  pointer-events: none;
  position: absolute;
  z-index: 1;
  top: -7%;
  left: 0;
  width: 100%;
  height: 112%;
  background: url(../img/story/bg.png) top/cover no-repeat;
}
.story__container {
  position: relative;
  z-index: 2;
}
.story__title {
  position: relative;
  width: 100%;
  aspect-ratio: 1688/651;
}
.story__title img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
}
.story__title img:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-48%, -50%);
  transform: translate(-48%, -50%);
  z-index: 4;
  width: 160%;
  height: 160%;
  -o-object-fit: contain;
  object-fit: contain;
}
.story__title img:nth-child(2) {
  z-index: 1;
  top: 40%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  width: 50%;
  aspect-ratio: 1;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-animation: rotate360 40s linear infinite;
  animation: rotate360 40s linear infinite;
}
.story__title img:nth-child(3) {
  z-index: 4;
  top: 19%;
  right: 3%;
  -webkit-transform: translate(-50%, -50%) rotate(9deg);
  transform: translate(-50%, -50%) rotate(9deg);
  width: 13%;
  aspect-ratio: 295/340;
  -o-object-fit: contain;
  object-fit: contain;
}
.story__title img:nth-child(4) {
  z-index: 4;
  bottom: 14%;
  left: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(-9deg) scaleX(-1);
  transform: translate(-50%, -50%) rotate(-9deg) scaleX(-1);
  width: 9%;
  aspect-ratio: 295/340;
  -o-object-fit: contain;
  object-fit: contain;
}
.story__title img:nth-child(5) {
  z-index: 4;
  top: 2%;
  left: 27%;
  -webkit-transform: translate(-50%, -50%) rotate(0) scaleX(-1);
  transform: translate(-50%, -50%) rotate(0) scaleX(-1);
  width: 6%;
  aspect-ratio: 295/340;
  -o-object-fit: contain;
  object-fit: contain;
}
.story__title img:nth-child(6) {
  z-index: 4;
  top: 18%;
  left: 44%;
  -webkit-transform: translate(-50%, -50%) rotate(-9deg);
  transform: translate(-50%, -50%) rotate(-9deg);
  width: 14%;
  aspect-ratio: 300/167;
  -o-object-fit: contain;
  object-fit: contain;
}
.story__title img:nth-child(7) {
  z-index: 2;
  bottom: 23%;
  right: 25%;
  -webkit-transform: translate(-50%, -50%) rotate(9deg);
  transform: translate(-50%, -50%) rotate(9deg);
  width: 10%;
  aspect-ratio: 300/167;
  -o-object-fit: contain;
  object-fit: contain;
}
.story__rows {
  display: flex;
  flex-direction: column;
}
.story__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.story__row.reverse {
  flex-direction: row-reverse;
}
.story__image {
  opacity: 0.5;
  scale: 0.5;
  will-change: scale, opacity;
  transition:
    opacity 0.3s ease-out 0s,
    scale 0.3s ease-out 0s;
}
.story__image._watcher-view {
  opacity: 1;
  scale: 1;
}
.story__image img {
  width: 100%;
}
.story__content {
  position: relative;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  display: flex;
  flex-direction: column;
}
.story__content._watcher-view {
  -webkit-animation: opacity 0.3s ease forwards;
  animation: opacity 0.3s ease forwards;
}
.story__content-title {
  position: relative;
  z-index: 2;
  width: 100%;
}
.story__content-title img {
  width: 100%;
}
.story__content-info-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 595/307;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  background: url(../img/story/text1.png) center/contain no-repeat;
}
.story__content-info-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 1.25rem;
  aspect-ratio: 595/301;
  background: url(../img/story/text2.png) center/contain no-repeat;
}
.story__content-info-3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  aspect-ratio: 595/307;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  background: url(../img/story/text1.png) center/contain no-repeat;
}
.story__content-text {
  position: relative;
}
.story__content-text p {
  position: relative;
  z-index: 2;
  color: #fffaec;
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.story__content-button {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  height: 3.25rem;
  border: 0.125rem solid #fef147;
}
.story__content-button::before {
  content: "";
  position: absolute;
  inset: 0.25rem;
  background-color: #fef147;
  transition: inset 0.2s ease 0s;
}
.story__content-button span {
  position: relative;
  z-index: 2;
  color: #41a1e4;
  font-family: "Gochi Hand";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: letter-spacing 0.2s ease 0s;
}
@-webkit-keyframes ex {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes ex {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes line {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes exDec {
  0% {
    -webkit-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
@keyframes exDec {
  0% {
    -webkit-transform: rotate(-180deg) scale(0);
    transform: rotate(-180deg) scale(0);
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }
}
.exchanges {
  position: relative;
  z-index: 3;
}
.exchanges__top {
  position: relative;
  background: url(../img/exchanges/bg.png) top/cover no-repeat;
  display: flex;
  flex-direction: column;
}
.exchanges__front {
  position: relative;
  width: 100%;
  z-index: 2;
}
.exchanges__front::before {
  content: "";
  position: absolute;
  top: 54.6%;
  left: 36%;
  width: 18%;
  aspect-ratio: 2.6/1;
  border-radius: 50%;
  background-color: rgba(255, 0, 0, 0.418);
  -webkit-filter: blur(1.25rem);
  opacity: 0;
  -webkit-animation: ex 1s ease infinite;
  animation: ex 1s ease infinite;
}
.exchanges__front img {
  width: 100%;
}
.exchanges__front img:nth-child(1) {
  display: block;
}
.exchanges__front img:nth-child(2) {
  display: block;
}
.exchanges__title {
  align-self: center;
  position: relative;
  z-index: 3;
  padding: 0 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exchanges__title img {
  width: 100%;
}
.exchanges__bottom {
  position: relative;
  z-index: 1;
}
.exchanges__line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.exchanges__line-row {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-column-gap: 0.6em;
  -moz-column-gap: 0.6em;
  column-gap: 0.6em;
  padding-left: 0.6em;
  -webkit-animation: line 20s linear infinite;
  animation: line 20s linear infinite;
}
.exchanges__line-item {
  flex-shrink: 0;
}
.exchanges__line-item img {
  width: 100%;
}
.how {
  position: relative;
  z-index: 1;
}
.how::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -20%;
  left: 0;
  width: 100%;
  height: 120%;
  background: url(../img/how/bg.png) center/cover no-repeat;
}
.how__container {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}
.how__title {
  width: 100%;
  margin-bottom: 0.9375rem;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.how__title._watcher-view {
  -webkit-animation: opacity 0.3s ease 0.2s forwards;
  animation: opacity 0.3s ease 0.2s forwards;
}
.how__title img {
  width: 100%;
}
.how__items {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 1.625rem;
}
.how__items::before {
  content: "";
  position: absolute;
  pointer-events: none;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 106%;
  aspect-ratio: 14/696;
  background: url(../img/how/itemsDec.png) center/contain no-repeat;
}
.how__item {
  position: relative;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.how__item._watcher-view {
  -webkit-animation: opacity 0.3s ease 0.2s forwards;
  animation: opacity 0.3s ease 0.2s forwards;
}
.how__item-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 0.4375rem;
}
.how__item-content h4 {
  color: #072d3a;
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  width: 100%;
  aspect-ratio: 351/62;
  max-width: 21.9375rem;
  align-items: center;
  -webkit-column-gap: 0.625rem;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  padding-left: 1.0625rem;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  background: url(../img/how/h4.png) center/contain no-repeat;
}
.how__item-content h4 span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  color: #072d3a;
  font-family: "Gochi Hand";
  line-height: 1;
  letter-spacing: -0.005em;
  text-transform: uppercase;
  padding-top: 0.25rem;
  background: url(../img/how/num.png) center/contain no-repeat;
}
.how__item-content p {
  color: #fff;
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.625rem 0.875rem;
  border: 0.1875rem solid #fff;
  background: linear-gradient(
    to right,
    rgba(0, 144, 255, 0.65),
    rgba(0, 144, 255, 0.2)
  );
}
.how__image {
  opacity: 0.5;
  scale: 0.5;
  will-change: scale, opacity;
  transition:
    opacity 0.3s ease-out 0s,
    scale 0.3s ease-out 0s;
}
.how__image._watcher-view {
  opacity: 1;
  scale: 1;
}
.how__image img {
  width: 100%;
}
@-webkit-keyframes tokTitDec {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes tokTitDec {
  0% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
.tokenomics {
  position: relative;
  z-index: 2;
  width: 100%;
  aspect-ratio: 1920/1536;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tokenomics::before {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: url(../img/tokenomics/bg.png) center/cover no-repeat;
}
.tokenomics__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.tokenomics__title {
  position: relative;
  align-self: center;
  width: 84%;
}
.tokenomics__title img {
  position: relative;
  z-index: 3;
  width: 100%;
}
.tokenomics__title img:nth-child(2) {
  position: absolute;
  z-index: 1;
  top: 2%;
  right: 10%;
  width: 41.6%;
  aspect-ratio: 605/601;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-animation: tokTitDec 6s ease infinite;
  animation: tokTitDec 6s ease infinite;
}
.tokenomics__title img:nth-child(3) {
  position: absolute;
  z-index: 2;
  top: -45%;
  left: -50%;
  width: 170%;
  aspect-ratio: 1823/619;
}
.tokenomics__body {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.tokenomics__items {
  max-width: 87.5rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
.tokenomics__items._watcher-view .tokenomics__item:nth-child(1) {
  -webkit-animation: opacity 0.3s ease 0.2s forwards;
  animation: opacity 0.3s ease 0.2s forwards;
}
.tokenomics__items._watcher-view .tokenomics__item:nth-child(2) {
  -webkit-animation: opacity 0.3s ease 0.4s forwards;
  animation: opacity 0.3s ease 0.4s forwards;
}
.tokenomics__items._watcher-view .tokenomics__item:nth-child(3) {
  -webkit-animation: opacity 0.3s ease 0.5s forwards;
  animation: opacity 0.3s ease 0.5s forwards;
}
.tokenomics__item {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
}
.tokenomics__item img {
  width: 100%;
}
.tokenomics__ca {
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 44.0625rem;
  aspect-ratio: 702/165;
}
.tokenomics__ca::before {
  content: "";
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
  transform: translate(-50%, -55%);
  width: 108.6%;
  height: 108.6%;
  background: url(../img/tokenomics/ca.png) center/contain no-repeat;
}
.tokenomics__ca span {
  position: relative;
  z-index: 2;
  color: #fff;
  text-shadow:
    0 0 6.1px #3ffff2,
    0 0 46.7px #00f2ff;
  font-family: "Gochi Hand";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: letter-spacing 0.2s ease 0s;
}
.join {
  position: relative;
  z-index: 1;
}
.join__bg {
  position: absolute;
  top: -26%;
  left: 0;
  width: 100%;
  height: 126%;
}
.join__bg img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.join__container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.join__title {
  width: 90%;
}
.join__title img {
  width: 100%;
}
.join__actions {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10%;
}
.join__button {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  width: 12.5rem;
}
.join__button img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 145%;
  aspect-ratio: 293/158;
  transition: all 0.2s ease 0s;
}
.join__social {
  position: relative;
  flex: 0 0 40%;
  display: flex;
  flex-wrap: wrap;
}
.join__social-item {
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
  aspect-ratio: 1;
  margin: 0.1875rem;
}
.join__social-item:nth-child(1) {
  flex: 0 0 22%;
}
.join__social-item:nth-child(2) {
  flex: 0 0 16%;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.join__social-item:nth-child(3) {
  flex: 0 0 24%;
}
.join__social-item:nth-child(4) {
  flex: 0 0 17.58%;
  -webkit-transform: translate(0, 25%);
  transform: translate(0, 25%);
}
.join__social-item:nth-child(5) {
  flex: 0 0 19%;
  -webkit-transform: translate(100%, -45%);
  transform: translate(100%, -45%);
}
.join__social-item img {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 155%;
  transition: all 0.2s ease 0s;
}
.join__front img:nth-child(1) {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
.join__front img:nth-child(2) {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 37%;
  aspect-ratio: 414/674;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
@media (min-width: 47.99875em) {
  .join__front {
    position: absolute;
    z-index: 3;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%;
  }
}
@media (min-width: 61.99875em) {
  .hero__title {
    bottom: 13%;
    left: 22%;
    width: 60%;
  }
  .hero__label {
    flex: 0 0 25%;
  }
  .hero__dog {
    flex: 0 0 30%;
  }
  .hero__actions {
    align-self: flex-end;
  }
  .story__row.reverse {
    margin-top: -7%;
  }
  .story__image {
    flex: 0 0 55%;
  }
  .story__image.pad-top {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  .story__content {
    flex: 0 0 43%;
    align-items: flex-end;
  }
  .story__content-text {
    width: 90%;
  }
  .exchanges__front img:nth-child(2) {
    display: none;
  }
  .how__content {
    flex: 0 0 50%;
  }
  .how__image {
    flex: 0 0 50%;
  }
}
@media (min-width: 101.875em) {
  .menu__list {
    -webkit-column-gap: 3rem;
    -moz-column-gap: 3rem;
    column-gap: 3rem;
  }
  .menu__link span {
    font-size: 2rem;
  }
  .header__right {
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
  .page__how {
    padding-top: 2.5rem;
  }
  .page__how {
    padding-bottom: 13.75rem;
  }
  .page__tokenomics {
    padding-bottom: 5rem;
  }
  .hero {
    min-height: 60rem;
  }
  .hero__container {
    padding-bottom: 7.5rem;
  }
  .hero__label {
    padding-top: 7.5rem;
  }
  .hero__label {
    margin-right: 2.5rem;
  }
  .hero__dog {
    margin-right: 8.75rem;
  }
  .hero__actions {
    padding-bottom: 2.5rem;
  }
  .hero__button {
    margin-left: 7.5rem;
  }
  .hero__button {
    margin-top: -1.25rem;
  }
  .hero__social-item:nth-child(1) {
    width: 7.0625rem;
  }
  .hero__social-item:nth-child(2) {
    margin-bottom: 2.5rem;
  }
  .hero__social-item:nth-child(2) {
    width: 5.75rem;
  }
  .story {
    padding-bottom: 1.25rem;
  }
  .story__rows {
    margin-top: -8.75rem;
  }
  .story__content-title.margin {
    margin-bottom: 1.25rem;
  }
  .story__content-info-1 {
    padding-right: 5rem;
  }
  .story__content-info-2 {
    padding-left: 5rem;
  }
  .story__content-info-3 {
    padding-right: 5rem;
  }
  .story__content-text:not(:last-child) {
    margin-bottom: 3.125rem;
  }
  .story__content-text p {
    font-size: 2rem;
  }
  .exchanges__top {
    padding-top: 6.25rem;
  }
  .exchanges__front {
    margin-top: -31.25rem;
  }
  .exchanges__title {
    width: 71.5rem;
  }
  .exchanges__bottom {
    padding-top: 1.875rem;
  }
  .exchanges__bottom {
    padding-bottom: 4rem;
  }
  .exchanges__line-item {
    width: 12.8125rem;
  }
  .how__content {
    padding-right: 1.875rem;
  }
  .how__items {
    row-gap: 1.875rem;
  }
  .how__items {
    margin-top: -3.75rem;
  }
  .how__item {
    -webkit-column-gap: 2.75rem;
    -moz-column-gap: 2.75rem;
    column-gap: 2.75rem;
  }
  .how__item-content h4 {
    font-size: 2rem;
  }
  .how__item-content h4 span {
    font-size: 1.625rem;
  }
  .how__item-content h4 span {
    width: 2.75rem;
  }
  .how__item-content p {
    font-size: 1.5rem;
  }
  .tokenomics__items {
    margin-bottom: 2.1875rem;
  }
  .tokenomics__items {
    padding-left: 0.0000000625rem;
  }
  .tokenomics__items {
    padding-right: 0.0000000625rem;
  }
  .tokenomics__items {
    margin-top: -3.125rem;
  }
  .tokenomics__ca span {
    font-size: 1.25rem;
  }
  .join {
    margin-top: -3.75rem;
  }
  .join__container {
    padding-bottom: 12.5rem;
  }
  .join__actions {
    -webkit-column-gap: 22.5rem;
    -moz-column-gap: 22.5rem;
    column-gap: 22.5rem;
  }
  .join__actions {
    margin-top: -7.5rem;
  }
  .join__button {
    margin-top: -1.25rem;
  }
  .join__front img:nth-child(2) {
    width: 25.875rem;
  }
}
@media (min-width: 160em) {
  .exchanges {
    margin-top: -4.25rem;
  }
  .how {
    margin-top: -3.375rem;
  }
  .tokenomics {
    margin-top: -15rem;
  }
}
@media (max-width: 20em) {
  .menu__link span {
    font-size: 2rem;
  }
  .page__how {
    padding-top: 0.625rem;
  }
  .page__how {
    padding-bottom: 6.25rem;
  }
  .page__tokenomics {
    padding-bottom: 2.5rem;
  }
  .hero__container {
    padding-bottom: 6.25rem;
  }
  .hero__container {
    padding-top: 17.5rem;
  }
  .hero__label {
    margin-top: -2.5rem;
  }
  .hero__dog {
    /* width: 18.125rem; */
  }
  .hero__dog {
    margin-top: -0.625rem;
  }
  .hero__social-item:nth-child(1) {
    width: 5rem;
  }
  .hero__social-item:nth-child(2) {
    margin-bottom: 1.25rem;
  }
  .hero__social-item:nth-child(2) {
    width: 4.375rem;
  }
  .story {
    padding-bottom: 1.875rem;
  }
  .story__rows {
    margin-top: -1.25rem;
  }
  .story__content-info-1 {
    padding-right: 2.5rem;
  }
  .story__content-info-2 {
    padding-left: 2.5rem;
  }
  .story__content-info-3 {
    padding-right: 2.5rem;
  }
  .story__content-text:not(:last-child) {
    margin-bottom: 0.625rem;
  }
  .story__content-text p {
    font-size: 0.9375rem;
  }
  .exchanges {
    margin-top: -1.25rem;
  }
  .exchanges__top {
    padding-top: 2.5rem;
  }
  .exchanges__front {
    margin-top: -6.25rem;
  }
  .exchanges__title {
    width: 21.25rem;
  }
  .exchanges__bottom {
    padding-top: 1.25rem;
  }
  .exchanges__bottom {
    padding-bottom: 1.875rem;
  }
  .exchanges__line-item {
    width: 5rem;
  }
  .how {
    margin-top: -1.25rem;
  }
  .how__items {
    row-gap: 1.25rem;
  }
  .how__items {
    margin-top: -1.25rem;
  }
  .how__item {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
  }
  .how__item-content h4 {
    font-size: 1.5rem;
  }
  .how__item-content h4 span {
    font-size: 1.375rem;
  }
  .how__item-content h4 span {
    width: 2.5rem;
  }
  .how__item-content p {
    font-size: 1.125rem;
  }
  .tokenomics {
    margin-top: -5.625rem;
  }
  .tokenomics__items {
    margin-bottom: 0.625rem;
  }
  .tokenomics__ca span {
    font-size: 0.65rem;
  }
  .join {
    margin-top: -1.25rem;
  }
  .join__front img:nth-child(2) {
    width: 13.75rem;
  }
}
@media (max-width: 61.99875em) {
  .menu__body {
    position: fixed;
    width: 100%;
    height: auto;
    right: 0;
    top: -100%;
    overflow: auto;
    background-color: #41a1e4;
    padding: 6.25rem 0.9375rem 1.875rem 0.9375rem;
    transition: top 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.1875rem solid #fef147;
    border-left: 0.1875rem solid #fef147;
  }
  .menu-open .menu__body {
    top: 0;
    transition: top 0.4s ease-out;
  }
  .menu__list {
    flex-direction: column;
    row-gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .icon-menu {
    border: 0.25rem solid #fff;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    position: relative;
    width: 3.25rem;
    height: 3.25rem;
    z-index: 5;
  }
  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0.375rem;
    position: absolute;
    width: calc(100% - 0.75rem);
    height: 0.125rem;
    background-color: #fff;
  }
  .icon-menu::before {
    top: 0.75rem;
  }
  .icon-menu::after {
    bottom: 0.75rem;
  }
  .icon-menu span {
    top: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span {
    width: 0;
  }
  .menu-open .icon-menu::before {
    top: calc(50% - 0.0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    bottom: calc(50% - 0.0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .hero__title {
    top: 10%;
    width: 80%;
    left: 12%;
    max-width: 30rem;
  }
  .hero__front {
    top: -2%;
    height: 102%;
  }
  .hero__front img {
    -o-object-position: 32% 100%;
    object-position: 32% 100%;
  }
  .hero__container {
    flex-direction: column;
    align-items: center;
  }
  .loaded .hero__label {
    -webkit-animation: heroItem 0.3s ease 1.2s forwards;
    animation: heroItem 0.3s ease 1.2s forwards;
  }
  .hero__label {
    order: 3;
  }
  .hero__dog {
    order: 2;
  }
  .loaded .hero__actions {
    -webkit-animation: heroItem 0.3s ease 0.8s forwards;
    animation: heroItem 0.3s ease 0.8s forwards;
  }
  .hero__actions {
    row-gap: 1.25rem;
    order: 1;
  }
  .story__row {
    flex-direction: column-reverse;
    text-align: center;
  }
  .story__row.reverse {
    flex-direction: column-reverse;
  }
  .story__content {
    align-items: center;
  }
  .exchanges__front::before {
    top: 30.6%;
    left: 22.6%;
    width: 30%;
  }
  .exchanges__front img:nth-child(1) {
    display: none;
  }
  .how__container {
    flex-direction: column;
  }
}
@media (max-width: 61.99875em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 47.99875em) {
  .footer__body {
    flex-direction: column;
    row-gap: 0.375rem;
  }
  .page__tokenomics {
    padding-top: 2.5rem;
  }
  .story__title img:nth-child(1) {
    width: 200%;
    height: 200%;
  }
  .story__content-info-1 {
    align-items: center;
  }
  .story__content-info-2 {
    align-items: center;
  }
  .story__content-info-3 {
    align-items: center;
  }
  .exchanges__line-row {
    -webkit-column-gap: 0.2em;
    -moz-column-gap: 0.2em;
    column-gap: 0.2em;
    padding-left: 0.2em;
  }
  .tokenomics::before {
    background: url(../img/tokenomics/bgMob.png) center/cover no-repeat;
  }
  .tokenomics__title {
    width: 92%;
  }
  .tokenomics__items {
    grid-template-columns: repeat(1, 1fr);
    width: 70%;
  }
  .join__title {
    margin-bottom: 1.875rem;
  }
  .join__actions {
    flex-direction: column;
    width: 100%;
    align-items: center;
    row-gap: 1.25rem;
    margin-left: 0;
  }
  .join__social {
    width: 100%;
    justify-content: center;
  }
  .join__social-item:nth-child(5) {
    -webkit-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
  }
  .join__front {
    position: relative;
    z-index: 3;
    width: 100%;
    aspect-ratio: 1;
  }
  .join__front img:nth-child(1) {
    height: 30%;
  }
  .join__front img:nth-child(2) {
    left: 15%;
  }
}
@media (max-width: 29.99875em) {
  .story::before {
    top: -6%;
  }
  .story__content-button {
    width: 9.375rem;
    height: 2.875rem;
  }
  .story__content-button span {
    font-size: 1.375rem;
  }
  .how__item-content h4 {
    padding-right: 1.5rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 101.875em) {
  .menu__list {
    -webkit-column-gap: clamp(1.5rem, -0.8321682706rem + 3.7616375662vw, 3rem);
    -moz-column-gap: clamp(1.5rem, -0.8321682706rem + 3.7616375662vw, 3rem);
    column-gap: clamp(1.5rem, -0.8321682706rem + 3.7616375662vw, 3rem);
  }
  .menu__link span {
    font-size: clamp(1.75rem, 1.3613052882rem + 0.6269395944vw, 2rem);
  }
  .header__right {
    -webkit-column-gap: clamp(1.25rem, 0.0839158647rem + 1.8808187831vw, 2rem);
    -moz-column-gap: clamp(1.25rem, 0.0839158647rem + 1.8808187831vw, 2rem);
    column-gap: clamp(1.25rem, 0.0839158647rem + 1.8808187831vw, 2rem);
  }
  .hero {
    min-height: clamp(35rem, -3.8694711765rem + 62.693959437vw, 60rem);
  }
  .hero__container {
    padding-bottom: clamp(3.75rem, -2.0804206765rem + 9.4040939156vw, 7.5rem);
  }
  .hero__label {
    padding-top: clamp(2.5rem, -5.2738942353rem + 12.5387918874vw, 7.5rem);
  }
  .hero__label {
    margin-right: clamp(1.25rem, -0.6934735588rem + 3.1346979719vw, 2.5rem);
  }
  .hero__dog {
    margin-right: clamp(3.125rem, -5.6206310147rem + 14.1061408733vw, 8.75rem);
  }
  .hero__actions {
    padding-bottom: clamp(1.875rem, 0.9032632206rem + 1.5673489859vw, 2.5rem);
  }
  .hero__button {
    margin-left: clamp(5rem, 1.1130528824rem + 6.2693959437vw, 7.5rem);
  }
  .hero__button {
    margin-top: clamp(-1.25rem, 0.3467367794rem + -1.5673489859vw, -0.625rem);
  }
  .hero__social-item:nth-child(1) {
    width: clamp(5.625rem, 3.3900054074rem + 3.6049026676vw, 7.0625rem);
  }
  .hero__social-item:nth-child(2) {
    width: clamp(5rem, 3.8339158647rem + 1.8808187831vw, 5.75rem);
  }
  .story__content-title.margin {
    margin-bottom: clamp(0.625rem, -0.3467367794rem + 1.5673489859vw, 1.25rem);
  }
  .story__content-info-1 {
    padding-right: clamp(3.125rem, 0.2097896618rem + 4.7020469578vw, 5rem);
  }
  .story__content-info-2 {
    padding-left: clamp(3.125rem, 0.2097896618rem + 4.7020469578vw, 5rem);
  }
  .story__content-info-3 {
    padding-right: clamp(3.125rem, 0.2097896618rem + 4.7020469578vw, 5rem);
  }
  .story__content-text:not(:last-child) {
    margin-bottom: clamp(0.625rem, -3.2619471176rem + 6.2693959437vw, 3.125rem);
  }
  .story__content-text p {
    font-size: clamp(1.25rem, 0.0839158647rem + 1.8808187831vw, 2rem);
  }
  .how__content {
    padding-right: clamp(1.25rem, 0.2782632206rem + 1.5673489859vw, 1.875rem);
  }
  .join__button {
    margin-top: clamp(-1.25rem, 0.3467367794rem + -1.5673489859vw, -0.625rem);
  }
}
@media (min-width: 20em) and (max-width: 61.99875em) {
  .menu__link span {
    font-size: clamp(2rem, 1.7023720944rem + 1.488139528vw, 2.625rem);
  }
  .hero__container {
    padding-bottom: clamp(6.25rem, 4.4642325664rem + 8.9288371678vw, 10rem);
  }
  .hero__container {
    padding-top: clamp(17.5rem, 12.1426976993rem + 26.7865115033vw, 28.75rem);
  }
  .hero__label {
    margin-top: clamp(-3.75rem, -1.9047441888rem + -2.9762790559vw, -2.5rem);
  }
  .hero__dog {
    width: clamp(18.125rem, 17.2321162832rem + 4.4644185839vw, 20rem);
  }
  .hero__dog {
    margin-top: clamp(-1.25rem, -0.3273720944rem + -1.488139528vw, -0.625rem);
  }
  .hero__social-item:nth-child(1) {
    width: clamp(5rem, 4.3452186077rem + 3.2739069615vw, 6.375rem);
  }
  .hero__social-item:nth-child(2) {
    width: clamp(4.375rem, 3.8987953511rem + 2.3810232447vw, 5.375rem);
  }
  .story__content-info-1 {
    padding-right: clamp(2.5rem, 0.1189767553rem + 11.9051162237vw, 7.5rem);
  }
  .story__content-info-2 {
    padding-left: clamp(2.5rem, 0.1189767553rem + 11.9051162237vw, 7.5rem);
  }
  .story__content-info-3 {
    padding-right: clamp(2.5rem, 0.1189767553rem + 11.9051162237vw, 7.5rem);
  }
  .story__content-text:not(:last-child) {
    margin-bottom: clamp(0.625rem, -0.2678837168rem + 4.4644185839vw, 2.5rem);
  }
  .story__content-text p {
    font-size: clamp(0.9375rem, 0.1339046549rem + 4.0179767255vw, 2.625rem);
  }
}
@media (min-width: 20em) and (max-width: 101.875em) {
  .page__how {
    padding-top: clamp(0.625rem, 0.1669847328rem + 2.2900763359vw, 2.5rem);
  }
  .page__how {
    padding-bottom: clamp(6.25rem, 4.4179389313rem + 9.1603053435vw, 13.75rem);
  }
  .page__tokenomics {
    padding-bottom: clamp(2.5rem, 1.8893129771rem + 3.0534351145vw, 5rem);
  }
  .hero__social-item:nth-child(2) {
    margin-bottom: clamp(1.25rem, 0.9446564885rem + 1.5267175573vw, 2.5rem);
  }
  .story {
    padding-bottom: clamp(1.25rem, 2.0276717557rem + -0.7633587786vw, 1.875rem);
  }
  .story__rows {
    margin-top: clamp(-8.75rem, 0.5820610687rem + -9.1603053435vw, -1.25rem);
  }
  .exchanges__top {
    padding-top: clamp(2.5rem, 1.5839694656rem + 4.5801526718vw, 6.25rem);
  }
  .exchanges__front {
    margin-top: clamp(-31.25rem, -0.143129771rem + -30.534351145vw, -6.25rem);
  }
  .exchanges__title {
    width: clamp(21.25rem, 8.9751908397rem + 61.3740458015vw, 71.5rem);
  }
  .exchanges__bottom {
    padding-top: clamp(1.25rem, 1.0973282443rem + 0.7633587786vw, 1.875rem);
  }
  .exchanges__bottom {
    padding-bottom: clamp(1.875rem, 1.3559160305rem + 2.5954198473vw, 4rem);
  }
  .exchanges__line-item {
    width: clamp(5rem, 3.0916030534rem + 9.5419847328vw, 12.8125rem);
  }
  .how__items {
    row-gap: clamp(1.25rem, 1.0973282443rem + 0.7633587786vw, 1.875rem);
  }
  .how__items {
    margin-top: clamp(-3.75rem, -0.6393129771rem + -3.0534351145vw, -1.25rem);
  }
  .how__item {
    -webkit-column-gap: clamp(
      1.875rem,
      1.661259542rem + 1.0687022901vw,
      2.75rem
    );
    -moz-column-gap: clamp(1.875rem, 1.661259542rem + 1.0687022901vw, 2.75rem);
    column-gap: clamp(1.875rem, 1.661259542rem + 1.0687022901vw, 2.75rem);
  }
  .how__item-content h4 {
    font-size: clamp(1.5rem, 1.3778625954rem + 0.6106870229vw, 2rem);
  }
  .how__item-content h4 span {
    font-size: clamp(1.375rem, 1.3139312977rem + 0.3053435115vw, 1.625rem);
  }
  .how__item-content h4 span {
    width: clamp(2.5rem, 2.4389312977rem + 0.3053435115vw, 2.75rem);
  }
  .how__item-content p {
    font-size: clamp(1.125rem, 1.0333969466rem + 0.4580152672vw, 1.5rem);
  }
  .tokenomics__items {
    margin-top: clamp(-3.125rem, -0.0143129771rem + -3.0534351145vw, -0.625rem);
  }
  .tokenomics__ca span {
    font-size: clamp(0.65rem, 0.5034351145rem + 0.7328244275vw, 1.25rem);
  }
  .join {
    margin-top: clamp(-3.75rem, -0.6393129771rem + -3.0534351145vw, -1.25rem);
  }
}
@media (min-width: 20em) and (max-width: 160em) {
  .exchanges {
    margin-top: clamp(-4.25rem, -0.8214285714rem + -2.1428571429vw, -1.25rem);
  }
  .how {
    margin-top: clamp(-3.375rem, -0.9464285714rem + -1.5178571429vw, -1.25rem);
  }
  .tokenomics {
    margin-top: clamp(-15rem, -4.2857142857rem + -6.6964285714vw, -5.625rem);
  }
}
@media (min-width: 47.99875em) and (max-width: 101.875em) {
  .tokenomics__items {
    margin-bottom: clamp(
      0.3125rem,
      -1.3579513816rem + 3.4801976752vw,
      2.1875rem
    );
  }
  .tokenomics__items {
    padding-left: clamp(
      0.0000000625rem,
      4.7272684532rem + -4.640263451vw,
      2.5rem
    );
  }
  .tokenomics__items {
    padding-right: clamp(
      0.0000000625rem,
      4.7272684532rem + -4.640263451vw,
      2.5rem
    );
  }
  .join__container {
    padding-bottom: clamp(7.5rem, 3.0454629823rem + 9.2805271339vw, 12.5rem);
  }
  .join__actions {
    -webkit-column-gap: clamp(
      12.5rem,
      3.5909259646rem + 18.5610542679vw,
      22.5rem
    );
    -moz-column-gap: clamp(12.5rem, 3.5909259646rem + 18.5610542679vw, 22.5rem);
    column-gap: clamp(12.5rem, 3.5909259646rem + 18.5610542679vw, 22.5rem);
  }
  .join__actions {
    margin-top: clamp(-7.5rem, 1.9545370177rem + -9.2805271339vw, -2.5rem);
  }
  .join__front img:nth-child(2) {
    width: clamp(15rem, 5.3113819865rem + 20.1851465163vw, 25.875rem);
  }
}
@media (min-width: 20em) and (max-width: 47.99875em) {
  .tokenomics__items {
    margin-bottom: clamp(0.625rem, -2.5001395152rem + 15.6256975758vw, 5rem);
  }
  .join__front img:nth-child(2) {
    width: clamp(13.75rem, 5.088899058rem + 43.30550471vw, 25.875rem);
  }
}
@media (any-hover: hover) {
  .menu__link:hover span {
    color: #fef147;
  }
  .header__button:hover::before {
    content: "";
    inset: 0;
  }
  .header__button:hover span {
    letter-spacing: 0.05em;
  }
  .footer__body a:hover span {
    text-decoration: underline;
  }
  .hero__button:hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  .hero__social-item:nth-child(1):hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  .hero__social-item:nth-child(2):hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  .story__content-button:hover::before {
    content: "";
    inset: 0;
  }
  .story__content-button:hover span {
    letter-spacing: 0.05em;
  }
  .tokenomics__ca:hover span {
    letter-spacing: 0.05em;
  }
  .join__button:hover img {
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  .join__social-item:hover img {
    scale: 0.95;
  }
}
