@font-face {
  font-family: "Soda Shake";
  font-style: normal;
  font-weight: 800;
  src: url(../fonts/Talk-Comic.ttf) format(truetype);
}

@import url('https://fonts.googleapis.com/css2?family=Iceberg&amp;display=swap');

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  /* font-size: 100%; */
  /* vertical-align: baseline; */
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: 'atma';
  font-size: 26px;
  font-weight: 400;
  font-style: normal;
  background: #ffb6c3;
  color: #fff;
  /* text-transform: lowercase; */
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button {
  font-family: inherit;
  cursor: pointer;
}
a {
  text-decoration: none;
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  text-wrap: nowrap;
}
img {
  display: block;
}
.wrapper {
  min-height: 100vh;
  max-width: 100vw;
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.container {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.layer-0 {
  position: relative;
  z-index: 2;
}
.layer-1 {
  position: relative;
  z-index: 5;
}
.layer-2 {
  position: relative;
  z-index: 10;
}
.layer-3 {
  position: relative;
  z-index: 15;
}
.layer-4 {
  position: relative;
  z-index: 20;
}
.layer-5 {
  position: relative;
  z-index: 25;
}
.background {
  position: absolute;
  width: 100%;
  left: 0;

  min-width: 1920px;
}
.water {
  position: relative;
  /* min-height: 100vh; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.water__fishes {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 5;
}
@media screen and (max-width: 640px) {
  .water {
    /* padding: 200px 0; */
  }
  .water__fishes {
    top: 150px;
  }
}
.water__background {
  z-index: 6;
  position: absolute;
  left: 0;
  top: -60px;
  width: 100%;
  min-width: 1920px;
}
@media screen and (max-width: 1600px) {
  .water__background {
    top: 0;
  }
}
@media screen and (max-width: 640px) {
  .water__background {
    top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .water__background {
    top: 60px;
  }
}
.water__reflection {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
  min-width: 1920px;
}
.water__under {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.water__under img:nth-child(1) {
  -webkit-animation: 3s ease-in-out infinite alternate underWater1;
  animation: 3s ease-in-out infinite alternate underWater1;
}
.water__under img:nth-child(2) {
  -webkit-animation: 3s ease-in-out infinite alternate underWater2;
  animation: 3s ease-in-out infinite alternate underWater2;
}
.bottom-illustration {
  width: 100%;
  min-width: 1600px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-top: -23vw;
  z-index: 99;
  position: relative;
}
.bottom-illustration img {
  width: 100%;
  position: relative;
  z-index: 6;
}
.bottom-illustration canvas {
  position: absolute;
  z-index: 4;
  width: 25vw;
  height: 25vw;
  top: -5%;
  right: 28%;
}
@media screen and (max-width: 1600px) {
  .bottom-illustration canvas {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width: 640px) {
  .bottom-illustration {
    min-width: 1000px;
    margin-top: -200px;
  }
  .bottom-illustration canvas {
    width: 250px;
    height: 250px;
  }
}
.footer-illustration {
  width: 100%;
  padding: 0;
  margin: 0;
}
@-webkit-keyframes underWater1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-5%, 10%) rotate(5deg);
    transform: translate(-5%, 10%) rotate(5deg);
  }
}
@keyframes underWater1 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(-5%, 10%) rotate(5deg);
    transform: translate(-5%, 10%) rotate(5deg);
  }
}
@-webkit-keyframes underWater2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(5%, -5%) rotate(-3deg);
    transform: translate(5%, -5%) rotate(-3deg);
  }
}
@keyframes underWater2 {
  0% {
    -webkit-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }
  100% {
    -webkit-transform: translate(5%, -5%) rotate(-3deg);
    transform: translate(5%, -5%) rotate(-3deg);
  }
}
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 40px 0;
}
@media screen and (max-width: 767.98px) {
  .header {
    padding: 20px 0;
  }
}
.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  font-size: 30px;
  font-family: 'Iceberg', sans-serif;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0px 0px 0;
  color: white;
}
@media screen and (max-width: 1023.98px) {
  .header__nav {
    display: none;
  }
}
.footer__btn,
.header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 16px;
  text-shadow:
    #43392f 3px 0 0,
    #43392f 2.83487px 0.981584px 0,
    #43392f 2.35766px 1.85511px 0,
    #43392f 1.62091px 2.52441px 0,
    #43392f 0.705713px 2.91581px 0,
    #43392f -0.287171px 2.98622px 0,
    #43392f -1.24844px 2.72789px 0,
    #43392f -2.07227px 2.16926px 0,
    #43392f -2.66798px 1.37182px 0,
    #43392f -2.96998px 0.42336px 0,
    #43392f -2.94502px -0.571704px 0,
    #43392f -2.59586px -1.50383px 0,
    #43392f -1.96093px -2.27041px 0,
    #43392f -1.11013px -2.78704px 0,
    #43392f -0.137119px -2.99686px 0,
    #43392f 0.850987px -2.87677px 0,
    #43392f 1.74541px -2.43999px 0,
    #43392f 2.44769px -1.73459px 0,
    #43392f 2.88051px -0.838247px 0;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.01em;
  padding: 10px 24px;
  border-radius: 20px;
  background: #e5d041;
  border: 4px solid #32432f;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 6px 0 #43392f;
  box-shadow: 0 6px 0 #32432f;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.footer__btn:hover,
.header__btn:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.footer__btn:active,
.header__btn:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
.footer__btn img,
.header__btn img {
  height: 35px;
}

.logo {
  /* display: -webkit-inline-box; */
  display: -ms-inline-flexbox;
  /* display: inline-flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 32px;
}
.logo__icon {
  width: 100%;
  /* height: 60px; */
  display: block;
  max-width: 300px;
}
@media screen and (max-width: 500px) {
  .footer__btn,
  .header__btn {
    padding: 10px 16px;
  }
  .footer__btn img,
  .header__btn img {
    /* width: 18px; */
  }
  .logo {
    gap: 8px;
    font-size: 20px;
  }
  .logo__icon {
    /* width: 50px; */
    /* height: 45px; */
    max-width: 150px;
  }
}
.hero {
  /* background: linear-gradient(180deg, #ffffff 0, #edbac4 100%); */
  position: relative;
}
.hero__scrat {
  position: absolute;
  right: 40%;
  bottom: -12%;
  width: 50vw;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
  background-image: url(../public/img/logo.html);
}
@media screen and (max-width: 1900px) {
  .hero__scrat {
    width: 920px;
    left: -15%;
    right: auto;
  }
}
@media screen and (max-width: 1600px) {
  .hero__scrat {
    bottom: -18%;
  }
}
@media screen and (max-width: 640px) {
  .hero__scrat {
    width: 100%;
    bottom: -20%;
  }
}
@media screen and (max-width: 500px) {
  .hero__scrat {
    width: 600px;
    top: 80%;
    bottom: auto;
  }
}
@media screen and (max-width: 420px) {
  .hero__scrat {
    left: -30%;
  }
}
.hero__pit {
  position: absolute;
  bottom: 0;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 35vw;
  right: 60%;
}
@media screen and (max-width: 1920px) {
  .hero__pit {
    width: auto;
    right: auto;
    left: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .hero__pit {
    bottom: -5%;
  }
}
@media screen and (max-width: 640px) {
  .hero__pit {
    bottom: -11%;
  }
}
@media screen and (max-width: 500px) {
  .hero__pit {
    bottom: -17%;
  }
}
.hero__col {
  max-width: 620px;
  width: 100%;
  margin: auto;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.second__story__container {
  margin-bottom: 100px;
  border-radius: 64px;
  background: #000;
  border: 5px solid #e5d041;
  padding-bottom: 20px;
  margin-bottom: 100px;
  border-radius: 64px;
  background: #000;
  border: 5px solid #e5d041;
  padding-bottom: 20px;
  box-shadow:
    0 0 20px #e5d041,
    0 0 40px #e5d041,
    0 0 60px #e5d041;
}

.story__title__box {
  font-size: 60px;
  margin-bottom: 24px;
}

.hero__subtitle {
  font-size: 95px;
  line-height: 1.2;
  min-width: 500px;
}

.hero__title__box {
  font-size: 60px;
  margin-bottom: 24px;
}

@media screen and (max-width: 1023.98px) {
  .hero__col {
    margin: 0 auto;
  }
}
.hero__title {
  width: 100%;
  position: relative;
}
.hero__title .main {
  width: 100%;
}
.hero__title .decor {
  position: absolute;
  right: 42%;
  top: -64%;
}
@media screen and (max-width: 640px) {
  .hero__title .decor {
    width: 28%;
  }
}
.hero__title .decor__bag {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  z-index: 3;
}
@media screen and (max-width: 640px) {
  .hero__title .decor__bag {
    width: 40%;
  }
  .hero__title {
    width: 80%;
    margin: 0 auto;
  }
}
.hero__title .decor__back {
  -webkit-animation: 5s linear infinite backwards rotate;
  animation: 5s linear infinite backwards rotate;
  width: 100%;
}
.hero__text {
  font-size: 32px;
  line-height: 1.5;
  text-align: center;
  margin: 24px 0;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}
@media screen and (max-width: 640px) {
  .hero__text {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 420px) {
  .hero__text {
    font-size: 18px;
  }
}
.hero__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 12px;
}
.hero__social {
  width: 64px;
  height: 64px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.hero__social img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__social:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.hero__social:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.story__inner {
  display: flex;
  padding: 64px;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0;
  border-radius: 64px;
  background: #000;
  border: 5px solid #e5d041;
  box-shadow:
    0 0 20px #e5d041,
    0 0 40px #e5d041,
    0 0 60px #e5d041;
}
.second__story__inner {
  display: flex;
  padding: 64px;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 0;
}
.home__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  border-radius: 64px;
  background: #000;
  border: 5px solid #fff;
  gap: 48px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
  background: transparent;
  border: 0;
  /* padding-top: 200px; */
}

@media screen and (max-width: 1200px) {
  .story__inner {
    gap: 32px;
    padding: 48px;
    border-radius: 48px;
    gap: 24px;
  }
  .second__story__inner {
    gap: 32px;
    padding: 48px;
    border-radius: 48px;
    gap: 24px;
    padding-bottom: 0;
  }
  .home__inner {
    gap: 32px;
    border-radius: 48px;
    gap: 24px;
  }
}
@media screen and (max-width: 640px) {
  .story__inner {
    padding: 48px 32px;
    border-radius: 32px;
  }
  .second__story__inner {
    padding: 48px 32px;
    border-radius: 32px;
  }

  .home__inner {
    padding: 48px 32px;
    border-radius: 32px;
    padding-bottom: 10px;
  }
}
.story__illustration {
  max-width: 380px;
  height: 420px;
  width: 100%;
  border-radius: 40px;
  background-image: url(../img/iced_super.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  background-position: center;
}
.second__story__illustration {
  max-width: 420px;
  height: 420px;
  width: 100%;
  /* border-radius: 40px; */
  background-image: url(../img/iced-laptop.png);
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.crown-animate {
  max-height: 55vh;
}

.penguin-swagger {
  max-height: 45vh;
}

.home__illustration {
}
.story__illustration canvas {
  position: absolute;
  bottom: -25px;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.second__story__illustration canvas {
  position: absolute;
  bottom: -25px;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.home__illustration canvas {
  position: absolute;
  bottom: -25px;
  left: 50%;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .story__illustration {
    /* max-width: 40%; */
    border-radius: 24px;
  }
  .second__story__illustration {
    border-radius: 24px;
  }

  .home__illustration {
    max-width: 40%;
    border-radius: 24px;
  }
}
@media screen and (max-width: 767.98px) {
  .story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .second__story__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 50px;
  }

  .crown-animate {
    max-height: 300px;
  }
  .story__col {
    text-align: center;
  }

  .penguin-swagger {
    max-height: 300px;
  }

  .story__illustration {
    max-width: 380px;
    width: 100%;
    border-radius: 6%;
  }

  .second__story__illustration {
    max-width: 380px;
    width: 100%;
    border-radius: 6%;
  }
  .second__story__container {
    margin-bottom: 20px;
  }
  .home__illustration {
    max-width: 380px;
    width: 100%;
    border-radius: 6%;
  }

  .hero__subtitle {
    font-size: 50px;
  }

  .hero__title {
    text-align: center;
    text-shadow:
      #000 4px 0 0,
      #000 3.87565px 0.989616px 0,
      #000 3.51033px 1.9177px 0,
      #000 2.92676px 2.72656px 0,
      #000 2.16121px 3.36588px 0,
      #000 1.26129px 3.79594px 0,
      #000 0.282949px 3.98998px 0,
      #000 -0.712984px 3.93594px 0,
      #000 -1.66459px 3.63719px 0,
      #000 -2.51269px 3.11229px 0,
      #000 -3.20457px 2.39389px 0,
      #000 -3.69721px 1.52664px 0,
      #000 -3.95997px 0.56448px 0,
      #000 -3.97652px -0.432781px 0,
      #000 -3.74583px -1.40313px 0,
      #000 -3.28224px -2.28625px 0,
      #000 -2.61457px -3.02721px 0,
      #000 -1.78435px -3.57996px 0,
      #000 -0.843183px -3.91012px 0,
      #000 0.150409px -3.99717px 0,
      #000 1.13465px -3.8357px 0,
      #000 2.04834px -3.43574px 0,
      #000 2.83468px -2.82216px 0,
      #000 3.44477px -2.03312px 0,
      #000 3.84068px -1.11766px 0,
      #000 3.9978px -0.132717px 0,
      #000 0px 0px 0;
  }



  .story__title {
    text-align: center;
    text-shadow:
      #000 4px 0 0,
      #000 3.87565px 0.989616px 0,
      #000 3.51033px 1.9177px 0,
      #000 2.92676px 2.72656px 0,
      #000 2.16121px 3.36588px 0,
      #000 1.26129px 3.79594px 0,
      #000 0.282949px 3.98998px 0,
      #000 -0.712984px 3.93594px 0,
      #000 -1.66459px 3.63719px 0,
      #000 -2.51269px 3.11229px 0,
      #000 -3.20457px 2.39389px 0,
      #000 -3.69721px 1.52664px 0,
      #000 -3.95997px 0.56448px 0,
      #000 -3.97652px -0.432781px 0,
      #000 -3.74583px -1.40313px 0,
      #000 -3.28224px -2.28625px 0,
      #000 -2.61457px -3.02721px 0,
      #000 -1.78435px -3.57996px 0,
      #000 -0.843183px -3.91012px 0,
      #000 0.150409px -3.99717px 0,
      #000 1.13465px -3.8357px 0,
      #000 2.04834px -3.43574px 0,
      #000 2.83468px -2.82216px 0,
      #000 3.44477px -2.03312px 0,
      #000 3.84068px -1.11766px 0,
      #000 3.9978px -0.132717px 0,
      #000 0px 0px 0;
  }


}
@media screen and (max-width: 484px) {
  .story__illustration {
    height: 81vw;
  }
  .second__story__illustration {
    height: 65vw;
  }
  .home__illustration {
    height: 65vw;
  }
}
.story__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero__title {
  margin-bottom: 24px;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0px 0px 0;
  color: #effaff;
  font-size: 215px;
}

.story__title {
  font-size: 65px;
  margin-bottom: 24px;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0px 0px 0;
  color: #e5d041;
}

@media screen and (max-width: 1200px) {
    .story__title {
      font-size: 48px;
    }
    .hero__title {
    }
}
@media screen and (max-width: 640px) {
  .story__illustration {
    border-radius: 18px;
  }
  .second__story__illustration {
    border-radius: 18px;
  }
  .story__title {
  }
  .hero__title {
    font-size: 120px;
    margin-bottom: 0;
  }
}
.story__text {
  font-size: 32px;
  line-height: 1.6;
}
.find {
  padding: 80px 0;
}
.find__title {
  color: #e5d041;
  font-size: 60px;
  text-align: center;
  margin-bottom: 32px;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0 0px 0;
}
.find__grid {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1280px) {
  .find__grid {
    gap: 10px;
  }
}
@media screen and (max-width: 1023.98px) {
  .find__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .find__title {
    font-size: 48px;
  }
  .find__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.find__item {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.find__item img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .find__grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .find__item {
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
  }
  .contract__btn span {
    display: none;
  }
}
.find__item:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.find__item:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
.tokenomics {
  padding: 80px 0;
}
.tokenomics__title {
  font-size: 60px;
  text-align: center;
  max-width: 600px;
  width: 100%;
  margin: 0 auto 24px;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0 16px 0;
}
@media screen and (max-width: 640px) {
  .tokenomics__title {
    font-size: 48px;
  }
}
@media screen and (max-width: 420px) {
  .tokenomics__title {
    font-size: 40px;
  }
}
.tokenomics__text {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}
.tokenomics__contract {
  margin: 40px auto;
}
.tokenomics__grid {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1023.98px) {
  .tokenomics__grid {
    grid-template-columns: repeat(2, 1fr);
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  .tokenomics__grid {
    grid-template-columns: repeat(1, 1fr);
    max-width: 320px;
  }
}
.tokenomics__item {
  background: 0 0 / cover #139a43;
  border-radius: 40px;
  padding: 32px 16px;
  text-align: center;
  border: 3px solid #2f5c1d;
  -webkit-box-shadow: inset -6px -8px 0 #1d465c;
  box-shadow: inset -6px -8px 0 #2f5c1d;
  text-shadow:
    #000 2px 0 0,
    #000 1.75517px 0.958851px 0,
    #000 1.0806px 1.68294px 0,
    #000 0.141474px 1.99499px 0,
    #000 -0.832294px 1.81859px 0,
    #000 -1.60229px 1.19694px 0,
    #000 -1.97998px 0.28224px 0,
    #000 -1.87291px -0.701566px 0,
    #000 -1.30729px -1.5136px 0,
    #000 -0.421592px -1.95506px 0,
    #000 0.567324px -1.91785px 0,
    #000 1.41734px -1.41108px 0,
    #000 1.92034px -0.558831px 0;
}
.tokenomics__label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.tokenomics__value {
  display: block;
  font-size: 36px;
  letter-spacing: 0.01em;
}
.contract {
  background: #eef8fd;
  border: 4px solid #000;
  -webkit-box-shadow: 0 6px 0 #000;
  box-shadow: 0 6px 0 #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 12px 12px 12px 32px;
  border-radius: 20px;
  font-size: 20px;
  width: 100%;
  gap: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
@media screen and (max-width: 640px) {
  .contract {
    padding: 8px 8px 8px 16px;
    font-size: 18px;
  }
}
.contract > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px;
}
.contract__label {
  color: #e5d041;
  display: inline-block;
  margin-bottom: 8px;
  white-space: nowrap;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}
@media screen and (max-width: 420px) {
  .contract__label {
    font-size: 14px;
  }
}
.contract__value {
  display: block;
  color: #effaff;
  white-space: nowrap;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}
.contract__btn {
  margin: 0;
  background: #000;
  border: none;
  color: #effaff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  text-transform: uppercase;
  border-radius: 12px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.contract__btn:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.contract__btn:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
.buy {
  padding-bottom: 100px;
  position: relative;
}
.buy__title {
  font-size: 60px;
  color: #e5d041;
  text-align: center;
  margin-bottom: 64px;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0 0px 0;
}
@media screen and (max-width: 640px) {
  .buy__title {
    font-size: 8vw;
    margin-bottom: 32px;
  }
}
.buy__grid {
  display: -ms-grid;
  display: grid;

  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
  margin-bottom: 64px;
}
@media screen and (max-width: 767.98px) {
  .buy {
    padding: 50px 0 100px;
  }
  .buy__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.buy__item {
  background: #000;
  border: 1px solid #e5d041;
  border-radius: 42px;
  padding: 32px;
  position: relative;
  box-shadow:
    0 0 20px #e5d041,
    0 0 40px #e5d041,
    0 0 60px #e5d041;
}
@media screen and (max-width: 1023.98px) {
  .buy__item {
    border-width: 3px;
    padding: 24px;
    border-radius: 24px;
  }
}
.buy__item:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
.buy__item:nth-child(1) .buy__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy__item:nth-child(2) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/6;
}
@media screen and (max-width: 767.98px) {
  .buy__item {
    padding: 24px 24px 64px;
  }
  .buy__item:last-child {
    padding: 24px;
  }
  .buy__item:nth-child(2) .buy__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.buy__item:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.buy__item:nth-child(3) .buy__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy__item:nth-child(4) {
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
}
.buy__icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.buy__subtitle {
  margin: 16px 0;
  text-align: center;
  font-size: 32px;
  color: #e5d041;
}
.buy__text {
  color: #fff;
  line-height: 1.6;
  text-align: center;
}
.buy__text a {
  color: #e5d041;
}
.buy__text a:hover {
  text-decoration: underline;
}
.buy__arrow {
  position: absolute;
  z-index: 3;
  right: -70px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  display: none;
  background: #000;
  border: 6px solid rgb(203 246 202 / 24%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #6e8bc1;
  width: 100px;
  height: 100px;
  border-radius: 32px;
}
@media screen and (max-width: 1023.98px) {
  .buy__arrow {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    border-width: 3px;
    right: -44px;
  }
}
.buy__cex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.buy__cex > div {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}
.buy__cex > div:nth-child(1) {
  grid-template-columns: repeat(4, 1fr);
}
.buy__cex > div:nth-child(2) {
  grid-template-columns: repeat(5, 1fr);
}
@media screen and (max-width: 1023.98px) {
  .buy__cex,
  .buy__cex > div {
    gap: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .buy__arrow {
    top: calc(100% - 20px);
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
    -ms-transform: translate(-50%, 0) rotate(90deg);
    transform: translate(-50%, 0) rotate(90deg);
  }
  .buy__cex > div:nth-child(1) {
    grid-template-columns: repeat(2, 1fr);
  }
  .buy__cex > div:nth-child(2) {
    grid-template-columns: repeat(3, 1fr);
  }
}
.buy__cex a {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.buy__cex a:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.buy__cex a:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
.buy__cex a img {
  width: 100%;
}
.buy__anim {
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 470px;
  height: 590px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 640px) {
  .buy__anim {
    width: 80%;
    height: auto;
  }
}
.faq {
  position: relative;
  background: #866d53;
  padding: 50px 0;
  margin: 50px 0;
}
.faq__top {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  display: block;
}
.faq__bottom {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: block;
}
.faq__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__col {
  max-width: 640px;
  width: 100%;
  position: relative;
  z-index: 5;
}
.faq__title {
  font-size: 60px;
  text-align: center;
  margin-bottom: 32px;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0 16px 0;
}
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.faq__illustration {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 600px;
  height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.accordion__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
  background: #0d2134;
  border: 4px solid #23284b;
  border-radius: 20px;
  padding: 12px 12px 12px 32px;
  cursor: pointer;
  -webkit-transition:
    background 0.1s ease-in-out,
    border 0.1s ease-in-out;
  transition:
    background 0.1s ease-in-out,
    border 0.1s ease-in-out;
}
@media screen and (max-width: 640px) {
  .faq__title {
    font-size: 48px;
  }
  .accordion__header {
    padding: 8px 8px 8px 16px;
  }
}
.accordion__header:hover {
  background: #437cbf;
  border-color: #1b4373;
}
.accordion__header:hover .accordion__icon {
  background: #29588e;
}
.accordion__title {
  font-size: 20px;
  color: #fff;
  letter-spacing: 0.01em;
}
.accordion__icon {
  width: 48px;
  height: 48px;
  background: #183047;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  -webkit-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  position: relative;
}
.accordion__icon span {
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 2px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.accordion__icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion__body {
  -webkit-transition: max-height 0.1s ease-in-out;
  transition: max-height 0.1s ease-in-out;
  max-height: 0;
  overflow: hidden;
}
.accordion__body p {
  padding-top: 16px;
  font-size: 20px;
  color: #fff;
  line-height: 1.6;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 640px) {
  .accordion__title {
    font-size: 18px;
  }
  .accordion__icon {
    width: 40px;
    height: 40px;
  }
  .accordion__body p {
    font-size: 16px;
    padding-top: 8px;
  }
}
.accordion_open .accordion__header {
  background: #437cbf;
  border-color: #1b4373;
}
.accordion_open .accordion__icon {
  background: #29588e;
}
.accordion_open .accordion__icon span:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.accordion_open .accordion__icon span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.accordion_open .accordion__body {
  max-height: var(--body-height, 500px);
}
.community {
  /* background: linear-gradient(180deg, #edbac4 0, #fff 100%); */
}
.community__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.community__illustration {
  max-width: 640px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


.dominance {
  /* background: linear-gradient(180deg, #edbac4 0, #fff 100%); */
}
.dominance__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.dominance__illustration {
  max-width: 640px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}


@media screen and (max-width: 1280px) {
  .community__illustration {
    max-width: 480px;
  }
  .dominance__illustration {
    max-width: 480px;
  }
}
@media screen and (max-width: 1023.98px) {
  .community__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column-reverse;
    gap: 32px;
    margin-bottom: 100px;
    padding-top: 100px;
  }
  .community__col {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .community__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
  .dominance__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
  }
  .dominance__col {
    max-width: 640px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .dominance__btns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 30px;
  }
}
.community__title {
  font-size: 60px;
  color: #e5d041;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0px 0px 0;
}

.dominance__title {
  font-size: 60px;
  color: #e5d041;
  text-shadow:
    #000 4px 0 0,
    #000 3.87565px 0.989616px 0,
    #000 3.51033px 1.9177px 0,
    #000 2.92676px 2.72656px 0,
    #000 2.16121px 3.36588px 0,
    #000 1.26129px 3.79594px 0,
    #000 0.282949px 3.98998px 0,
    #000 -0.712984px 3.93594px 0,
    #000 -1.66459px 3.63719px 0,
    #000 -2.51269px 3.11229px 0,
    #000 -3.20457px 2.39389px 0,
    #000 -3.69721px 1.52664px 0,
    #000 -3.95997px 0.56448px 0,
    #000 -3.97652px -0.432781px 0,
    #000 -3.74583px -1.40313px 0,
    #000 -3.28224px -2.28625px 0,
    #000 -2.61457px -3.02721px 0,
    #000 -1.78435px -3.57996px 0,
    #000 -0.843183px -3.91012px 0,
    #000 0.150409px -3.99717px 0,
    #000 1.13465px -3.8357px 0,
    #000 2.04834px -3.43574px 0,
    #000 2.83468px -2.82216px 0,
    #000 3.44477px -2.03312px 0,
    #000 3.84068px -1.11766px 0,
    #000 3.9978px -0.132717px 0,
    #000 0px 0px 0;
}

@media screen and (max-width: 640px) {
  .community__title {
    font-size: 8vw;
  }
  .dominance__title {
    font-size: 40px;
  }
}
.community__text {
  margin: 32px 0;
  font-size: 20px;
  line-height: 1.6;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}
.community__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.dominance__text {
  margin: 32px 0;
  font-size: 20px;
  line-height: 1.6;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}
.dominance__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 480px) {
  .buy__cex > div:nth-child(2) {
    grid-template-columns: repeat(2, 1fr);
  }
  .community__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .dominance__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.community__btn {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.community__btn img {
  height: 64px;
  display: block;
}
.community__btn:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.community__btn:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}

.dominance__btn {
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.dominance__btn img {
  height: 64px;
  display: block;
}
.dominance__btn:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.dominance__btn:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
.footer {
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 20px;
  line-height: 1.6;
  min-height: 100vh; /* Add minimum height to cover full viewport */
  width: 100%;
  text-shadow:
    #000 3px 0 0,
    #000 2.83487px 0.981584px 0,
    #000 2.35766px 1.85511px 0,
    #000 1.62091px 2.52441px 0,
    #000 0.705713px 2.91581px 0,
    #000 -0.287171px 2.98622px 0,
    #000 -1.24844px 2.72789px 0,
    #000 -2.07227px 2.16926px 0,
    #000 -2.66798px 1.37182px 0,
    #000 -2.96998px 0.42336px 0,
    #000 -2.94502px -0.571704px 0,
    #000 -2.59586px -1.50383px 0,
    #000 -1.96093px -2.27041px 0,
    #000 -1.11013px -2.78704px 0,
    #000 -0.137119px -2.99686px 0,
    #000 0.850987px -2.87677px 0,
    #000 1.74541px -2.43999px 0,
    #000 2.44769px -1.73459px 0,
    #000 2.88051px -0.838247px 0;
}

/* Remove conflicting footer styles */
footer {
}
.footer__top {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  /* align-items: center; */
  /* -webkit-box-pack: justify; */
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0 50px;
  max-width: 500px;
}
@media screen and (max-width: 480px) {
  .footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.footer__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767.98px) {
  .footer__socials {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.footer__socials > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 480px) {
  .footer__socials {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
  }
  .footer__socials > div {
    gap: 8px;
  }
}
.footer__socials .divider {
  display: block;
  width: 3px;
  border-radius: 3px;
  height: 60px;
  background: rgba(53, 74, 99, 0.3);
}
@media screen and (max-width: 767.98px) {
  .footer__socials .divider {
    display: none;
  }
}
.footer__social {
  width: 64px;
  height: 64px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition:
    transform 0.1s ease-in-out,
    -webkit-transform 0.1s ease-in-out;
}
.footer__social img {
  width: 100%;
  height: 100%;
  display: block;
}
.footer__social:hover {
  -webkit-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
.footer__social:active {
  -webkit-transition: -webkit-transform 20ms ease-in-out;
  transition: transform 20ms ease-in-out;
  transition:
    transform 20ms ease-in-out,
    -webkit-transform 20ms ease-in-out;
  -webkit-transform: scale(0.975);
  -ms-transform: scale(0.975);
  transform: scale(0.975);
}
.footer__btn {
  color: #fff;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
  border-top: 2px solid #23364b;
  align-items: center;
}
@media screen and (max-width: 1023.98px) {
  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo {
    margin-inline: auto;
  }
}
.footer__left {
  width: 360px;
}
@media screen and (max-width: 1280px) {
  .footer__bottom {
    gap: 32px;
  }
  .footer__left {
    width: auto;
  }
}

.footer__center {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer__label {
  font-size: 16px;
  margin-bottom: 8px;
  display: inline-block;
}
.footer__text {
  font-size: 16px;
  line-height: 1.6;
  color: #000;
}
.footer__right {
  width: 360px;
}
@media screen and (max-width: 1280px) {
  .footer__right {
    width: auto;
    max-width: 280px;
  }
}
@media screen and (max-width: 1023.98px) {
  .footer__right {
    max-width: 100%;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
  row-gap: 16px;
}
.footer__nav a {
  padding: 0 16px;
}
.footer__nav a:last-child {
  border: none;
}
