:root {
  --black: black;
  --yellow: #ffd76d;
  --tomato: #fb655a;
  --white: white;
  --dark-sea-green: #b0e0c0;
  --linen: #fef0e6;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h2 {
  color: var(--black);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 36px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.image {
  text-align: left;
  width: 212px;
  margin-left: 26px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.text-block {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-family: Red Rose, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.columns {
  align-items: center;
  display: flex;
}

.columns-2 {
  border: 1px #000;
  align-items: center;
  margin-left: 26px;
  margin-right: 26px;
  padding-top: 26px;
  padding-bottom: 26px;
  display: flex;
}

.section {
  border-bottom: 2px solid #000;
}

.grid {
  grid-column-gap: 0px;
  border: 3px solid #000;
  grid-template: "Area"
  / 1fr .25fr .25fr;
  grid-auto-flow: column;
  place-items: center start;
  margin-left: 0;
  margin-right: 0;
  padding-top: 26px;
  padding-bottom: 26px;
}

.section-2 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

.columns-3 {
  border-bottom: 2px #000;
  border-left: 2px #000;
  border-right: 2px #000;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-2 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.section-3 {
  border-bottom: 3px solid #000;
}

.column {
  border-right: 3px solid #000;
}

.column-2 {
  border-right: 3px solid #000;
  padding-top: 39px;
  padding-bottom: 39px;
}

.column-3 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  padding-top: 39px;
  padding-bottom: 39px;
}

.navbar-2 {
  background-color: #fff;
  justify-content: flex-start;
  display: block;
}

.container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.section-4 {
  display: block;
  position: static;
}

.nav-menu {
  flex-direction: row;
  align-items: center;
  display: block;
}

.nav-link {
  object-fit: fill;
  align-items: center;
  padding-top: 41px;
  padding-bottom: 41px;
  font-family: Red Rose, sans-serif;
  font-size: 22px;
  font-weight: 700;
  display: block;
}

.site-logo {
  width: 228px;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 0;
}

.navbar-3 {
  background-color: var(--yellow);
  border-bottom: 3px solid #000;
  justify-content: space-between;
  align-items: center;
  display: block;
  overflow: visible;
}

.menu-link-2 {
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Red Rose, sans-serif;
  font-weight: 700;
}

.menu-link-2.link-1 {
  border-left-width: 3px;
  border-right-width: 0;
}

.menu-link-2.link-1:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.menu-link-2.link-2 {
  border-left-width: 3px;
}

.menu-link-2.link-2:hover {
  background-color: var(--tomato);
  color: var(--white);
}

.nav-menu-2 {
  text-align: left;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 0;
  display: block;
}

.container-2 {
  text-align: left;
  flex-wrap: nowrap;
  place-content: flex-end space-between;
  align-items: flex-start;
  width: auto;
  margin-left: 28px;
  margin-right: 28px;
  display: block;
}

.hero-section {
  object-fit: fill;
  border: 1px #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 15px 25px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1), background-color .55s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  overflow: hidden;
}

.columns-4 {
  flex-wrap: nowrap;
  align-items: center;
  display: block;
}

.heading {
  font-family: Red Rose, sans-serif;
}

.heading-2 {
  font-family: Red Rose, sans-serif;
  font-size: 54px;
  line-height: 64px;
}

.columns-5 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.div-block {
  display: flex;
}

.div-block-2 {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.div-block-3 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.hero-heading {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 125px;
  line-height: 54px;
}

.cta-button {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  margin-top: 16px;
  padding: 14px 23px;
  font-family: Red Rose, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .375s;
  box-shadow: 7px 7px #eed161;
}

.cta-button:hover {
  background-color: var(--tomato);
  color: #fff;
}

.tokenomics-section {
  background-color: var(--white);
  color: #000;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 15px 25px;
  font-family: Red Rose, sans-serif;
  font-weight: 700;
  display: block;
}

.div-block-5 {
  width: 50%;
}

.div-block-6 {
  z-index: 5;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border: 0 #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.about-heading {
  color: var(--black);
  text-align: center;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 40px;
  font-style: normal;
  line-height: 40px;
}

.paragraph {
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.button {
  color: #000;
  background-color: #fdde72;
  border: 2px solid #000;
  margin-top: 19px;
  padding: 14px 23px;
  font-family: Red Rose, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 7px 7px #e8d8cd;
}

.button:hover {
  background-color: var(--black);
  color: #fff;
}

.games-heading {
  text-align: center;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 40px;
  line-height: 30px;
}

.paragraph-2 {
  font-family: Inter, sans-serif;
}

.paragraph-3 {
  color: var(--black);
  text-align: center;
  margin-bottom: 55px;
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 21px;
}

.container-3 {
  max-width: 1440px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.grid-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
  padding-bottom: 0;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  padding-top: 3px;
  padding-bottom: 10px;
  font-family: Red Rose, sans-serif;
  font-size: 18px;
}

.column-4 {
  background-color: #0000;
  margin: 0;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.column-5, .column-6, .column-7 {
  background-color: #0000;
  padding-top: 2px;
  padding-left: 2px;
  padding-right: 2px;
}

.columns-6 {
  margin-left: 10px;
  margin-right: 10px;
}

.image-8 {
  object-fit: fill;
  width: 100%;
  min-width: 100%;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.div-block-7 {
  background-color: var(--black);
  margin: 10px;
  padding: 2px 2px 0;
}

.body {
  object-fit: fill;
  background-color: #0000;
  margin-bottom: 0;
  padding-bottom: 0;
  overflow: visible;
}

.subscribe-button-container {
  background-color: #fef0e6;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-bottom: 58px;
  display: flex;
}

.green-section {
  background-color: var(--yellow);
  border: 1px #000;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 0;
  padding: 15px 25px;
  display: block;
  position: relative;
}

.buy-section {
  background-color: var(--yellow);
  border: 1px #000;
  padding: 15px 25px;
}

.div-block-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  padding-right: 0;
  display: flex;
}

.image-9 {
  width: auto;
}

.div-block-10 {
  justify-content: flex-end;
  align-items: flex-end;
  width: 45%;
  display: flex;
}

.heading-7 {
  font-family: Red Rose, sans-serif;
  font-size: 22px;
}

.paragraph-4 {
  color: #000;
  font-size: 16px;
}

.paragraph-5 {
  color: var(--black);
  margin-bottom: 34px;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-8 {
  z-index: 3;
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 20px;
  line-height: 32px;
  position: relative;
}

.image-10, .image-11, .image-12 {
  width: 68px;
}

.heading-9 {
  text-align: center;
  text-transform: uppercase;
  font-family: Red Rose, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.heading-10, .heading-11, .heading-12, .heading-13 {
  text-align: center;
  font-family: Red Rose, sans-serif;
}

.footer {
  background-color: var(--yellow);
  border-top: 3px solid #000;
  border-bottom: 2px solid #000;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
  inset: auto 0% 0%;
}

.column-8 {
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.column-9 {
  border-left: 0 solid #000;
  border-right: 2px solid #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.column-10 {
  border-right: 2px solid #000;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.container-4 {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 16px 45px;
  overflow: hidden;
}

.column-11 {
  border-right: 2px solid #000;
}

.hero-image {
  vertical-align: baseline;
  width: 100%;
  max-width: 100%;
}

.image-15 {
  width: 221px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.columns-7 {
  border-bottom: 3px solid #000;
  margin-bottom: 0;
}

.column-17 {
  border-right: 3px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.signup-container {
  background-color: #fef0e6;
  border-bottom: 2px solid #000;
  justify-content: space-between;
  align-items: center;
  height: 800px;
  max-height: 1018px;
  padding-left: 150px;
  padding-right: 150px;
  display: block;
}

.signup-form {
  background-color: #0000;
  background-image: url('../images/Signup-Box.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 3px #000;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 45%;
  padding-top: 23px;
  padding-bottom: 26px;
  display: flex;
}

.heading-14 {
  color: var(--white);
  text-align: center;
  margin-top: 7px;
  margin-bottom: 13px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Red Rose, sans-serif;
  font-size: 35px;
}

.form-block {
  text-align: center;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-top: 11px;
  margin-bottom: 40px;
  margin-left: -10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.select-field {
  border: 3px solid #000;
  height: 60px;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 12px;
  font-family: Inconsolata, monospace;
  font-weight: 700;
}

.text-field {
  border: 3px solid #000;
  height: 60px;
  padding-top: 21px;
  padding-bottom: 21px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 700;
}

.submit-button {
  background-color: var(--yellow);
  color: #000;
  text-align: center;
  border: 3px solid #000;
  width: 100%;
  height: 60px;
  margin-top: 8px;
  margin-bottom: 16px;
  margin-left: 0;
  padding: 12px 24px;
  font-family: Red Rose, sans-serif;
  font-size: 18px;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 4px 4px #0000003b;
}

.submit-button:hover {
  background-color: var(--black);
  color: var(--white);
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  font-family: Inconsolata, monospace;
  text-decoration: none;
}

.feature-blocks {
  background-color: #0000;
  border: 0 solid #000;
  width: 45%;
  margin-left: 4px;
  padding: 18px;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-15 {
  font-family: Red Rose, sans-serif;
  font-size: 20px;
}

.columns-8 {
  flex-direction: column;
  display: flex;
}

.rich-text-block {
  background-color: var(--yellow);
  border: 2px solid #000;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 18px;
}

.rich-text-block.block-2 {
  background-color: var(--dark-sea-green);
}

.rich-text-block.block-3 {
  background-color: var(--white);
}

.nav-section {
  background-color: var(--white);
  position: static;
  inset: 0% 0% auto;
}

.form {
  text-align: center;
  flex: 1;
}

.div-block-11 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  position: static;
}

.image-16 {
  font-weight: 400;
  position: absolute;
}

.image-17 {
  text-align: center;
  object-fit: fill;
  flex: 1;
  width: 31.45%;
  display: block;
  position: absolute;
}

.container-5 {
  justify-content: space-between;
  max-width: 1150px;
  display: flex;
}

.signup-section {
  background-color: #fef0e6;
  border-bottom: 2px #000;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 5%;
  padding-right: 5%;
}

.heading-16 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 38px;
  font-family: Red Rose, sans-serif;
  font-size: 38px;
}

.columns-9 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.column-18 {
  background-image: url('../images/Signup-Box.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  padding-top: 90px;
  padding-bottom: 107px;
}

.rich-text-block-2 {
  padding: 25px;
}

.rich-text-block-2.signup-box-3 {
  background-color: var(--yellow);
  border: 3px solid #000;
  margin-left: 31px;
  padding-top: 1px;
}

.rich-text-block-2.block-1 {
  background-color: var(--yellow);
  border: 3px solid #000;
  margin-bottom: 35px;
  margin-left: 35px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  box-shadow: 11px 11px #e8d8cd;
}

.rich-text-block-2.block-2 {
  background-color: var(--dark-sea-green);
  border: 3px solid #000;
  border-radius: 0;
  margin-bottom: 35px;
  margin-left: 35px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  box-shadow: 11px 11px #e8d8cd;
}

.rich-text-block-2.block-3 {
  background-color: var(--white);
  border: 3px solid #000;
  margin-bottom: 35px;
  margin-left: 35px;
  padding-top: 0;
  font-family: Inter, sans-serif;
  box-shadow: 11px 11px #e8d8cd;
}

.column-19 {
  margin-top: 63px;
}

.paragraph-8 {
  text-align: center;
  width: 45%;
  margin-top: 34px;
  margin-left: 45px;
  font-size: 12px;
}

.section-7 {
  background-color: #fef0e6;
  border-bottom: 3px solid #000;
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.div-block-12 {
  background-image: url('../images/Login-Box.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  flex-flow: column;
  place-content: space-around center;
  align-items: center;
  width: 500px;
  height: auto;
  padding-top: 59px;
  padding-bottom: 73px;
  display: block;
}

.heading-17 {
  color: var(--white);
  text-align: center;
  margin-bottom: 49px;
  font-family: Red Rose, sans-serif;
}

.text-field-2 {
  border: 3px solid #000;
  height: 60px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  line-height: 40px;
}

.text-field-3 {
  border: 3px solid #000;
  height: 60px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.login-form {
  flex-direction: column;
  align-items: center;
  padding-left: 60px;
  padding-right: 80px;
  display: flex;
}

.submit-button-2 {
  background-color: var(--yellow);
  color: #000;
  object-fit: fill;
  border: 3px solid #000;
  width: 250px;
  height: 60px;
  margin-top: 11px;
  padding: 12px 42px;
  font-family: Red Rose, sans-serif;
  font-weight: 700;
  transition: background-color .2s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 4px 4px #00000038;
}

.submit-button-2:hover {
  background-color: var(--black);
  color: var(--white);
}

.text-block-2 {
  color: #fff;
  text-align: center;
  margin-top: 31px;
  font-family: Inconsolata, monospace;
}

.text-span {
  color: var(--yellow);
  text-decoration: underline;
}

.text-span-2 {
  color: var(--yellow);
  background-color: #0000;
  text-decoration: underline;
}

.form-block-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.image-18 {
  max-width: 90%;
  padding-top: 5px;
  padding-bottom: 5px;
}

.subscribe-btn {
  box-shadow: -3px 4px 0 0 var(--black);
  background-color: #ffd400;
  border-radius: 7px;
  padding-top: 25px;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.subscribe-btn.cta-button {
  box-shadow: 7px 7px #b6dcc2;
}

.image-19, .image-20 {
  width: 100%;
  min-width: 100%;
}

.green-box-button {
  box-shadow: 7px 7px #b6dcc2;
}

.container-6 {
  padding-bottom: 57px;
}

.div-block-13 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 31px;
  grid-row-gap: 31px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
}

.div-block-15 {
  justify-content: center;
  align-items: flex-end;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 74px 5% 40px;
  display: flex;
  position: relative;
}

.footer-container {
  color: var(--black);
  text-transform: uppercase;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-family: Red Rose, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  display: flex;
}

.site-address {
  border-right: 3px solid #000;
  width: 60%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.copyright {
  border-right: 3px solid #000;
  width: 40%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.terms-block, .privacy-block {
  text-align: center;
  border-right: 3px solid #000;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.support-block {
  text-align: center;
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-block-3, .text-block-4 {
  text-align: center;
}

.legal-link {
  color: var(--black);
  text-decoration: none;
}

.legal-link.legal-signup {
  color: var(--yellow);
}

.div-block-16 {
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  display: flex;
}

.div-block-17 {
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: space-between;
  width: 30%;
  display: flex;
}

.text-block-5 {
  color: var(--white);
  text-transform: none;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  line-height: 14px;
}

.div-block-18 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-19 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 29px;
  display: flex;
}

.div-block-20 {
  background-image: url('../images/Signup-Box.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  margin-top: 86px;
  padding: 52px 5% 85px;
  display: flex;
}

.feature-container {
  flex: none;
  width: 50%;
  margin-left: 48px;
}

.heading-18 {
  color: var(--white);
  text-align: center;
  margin-top: 20%;
  font-family: Red Rose, sans-serif;
}

.signup-feature {
  background-color: var(--yellow);
  border: 3px solid #000;
  margin: 20px 20px 37px;
  padding: 20px;
  box-shadow: 6px 6px #00000036;
}

.signup-feature.green {
  background-color: var(--dark-sea-green);
}

.signup-feature.white {
  background-color: var(--white);
}

.feature-heading {
  font-family: Red Rose, sans-serif;
  font-size: 20px;
}

.feature-content {
  font-family: Inter, sans-serif;
  font-size: 15px;
}

.login-container {
  background-color: var(--linen);
  border-bottom: 3px #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.div-block-21 {
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-22 {
  object-fit: fill;
  background-image: url('../images/Login-Box.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  min-width: 550px;
  display: block;
  position: static;
}

.form-block-3 {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 97px 89px;
}

.heading-19 {
  color: var(--white);
  margin-bottom: 35px;
  font-family: Red Rose, sans-serif;
  font-size: 44px;
}

.form-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.user-name {
  color: var(--black);
  border: 3px solid #000;
  height: 60px;
  margin-bottom: 24px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
  font-weight: 400;
}

.password {
  color: var(--black);
  border: 3px solid #000;
  height: 60px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.submit-button-3 {
  background-color: var(--yellow);
  color: var(--black);
  border: 3px solid #000;
  height: 60px;
  margin-top: 13px;
  padding-left: 34px;
  padding-right: 34px;
  font-family: Red Rose, sans-serif;
  font-size: 20px;
  font-weight: 700;
  transition: background-color .15s cubic-bezier(.55, .085, .68, .53);
  box-shadow: 3px 3px #00000052;
}

.submit-button-3:hover {
  background-color: var(--black);
  color: #fff;
}

.text-block-6 {
  margin-top: 33px;
}

.text-block-7 {
  color: var(--white);
  margin-top: 29px;
  font-family: Inconsolata, monospace;
}

.link-3 {
  color: var(--yellow);
}

.body-3 {
  background-color: var(--linen);
}

.heading-20 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Eazy Chat, Impact, sans-serif;
}

.nav-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.header-mobile {
  font-family: Eazy Chat, Impact, sans-serif;
  display: none;
}

.birdseye {
  background-image: url('../images/dexs-logo-oppa.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.dexscreener {
  background-image: url('../images/dext-logo-oppa.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.twitter {
  background-image: url('../images/x-logo-oppa.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.telegram {
  background-image: url('../images/telegram-logo.png');
  background-position: 0 0;
  background-size: contain;
  width: 50px;
  height: 50px;
}

.link-block-3 {
  display: none;
}

.image-21 {
  display: block;
}

.text-block-8 {
  color: var(--black);
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 20px;
  line-height: 37px;
}

.text-block-9 {
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 20px;
}

.buy-steps {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.div-block-24 {
  width: 100%;
}

.step-details {
  color: var(--black);
  width: 100%;
  padding-left: 19px;
  padding-right: 19px;
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 16px;
}

.step-head {
  color: var(--black);
  width: 100%;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 21px;
}

.step-container {
  border-bottom: 2px solid #000;
  border-radius: 0;
  padding-bottom: 16px;
}

.text-block-10 {
  color: var(--black);
  text-align: center;
  margin-bottom: 24px;
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 29px;
  text-decoration: none;
}

.tokenomics-btn {
  box-shadow: -3px 4px 0 0 var(--black);
  text-align: center;
  background-color: #ffd400;
  border-radius: 7px;
  width: 100%;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 21px;
  line-height: 30px;
}

.tokenomics-btn.cta-button {
  box-shadow: 7px 7px #b6dcc2;
}

.image-22 {
  z-index: 0;
  width: 430px;
  position: absolute;
  inset: 10% auto 0% 0%;
}

.image-23 {
  z-index: 0;
  width: 40%;
  position: relative;
}

.suit-section {
  background-color: var(--yellow);
  object-fit: fill;
  border: 1px #000;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 15px 25px;
  transition: background-color .5s cubic-bezier(.39, .575, .565, 1), background-color .55s cubic-bezier(.55, .085, .68, .53);
  display: flex;
  overflow: hidden;
}

.heading-21 {
  color: var(--black);
  text-align: center;
  margin-top: 20px;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 40px;
  line-height: 30px;
}

.suit-hero {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.suit-description {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.suit-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  padding-top: 0%;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

._11 {
  color: #5c2c2c;
  margin-left: 24px;
}

.bt-slide-1-1 {
  background-image: url('../images/bt-slide-1-1.png');
  background-size: 161px;
  width: 161px;
  height: 165px;
}

.bt-slide-1-1:hover {
  background-image: url('../images/bt-slide-1-1-over.png');
}

.bt-slide-1-1._2-1 {
  background-image: url('../images/bt-slide-2-1.png');
  background-size: 162px;
}

.bt-slide-1-1._2-1:hover {
  background-image: url('../images/bt-slide-2-1-over.png');
}

.top1-right {
  z-index: 2;
  min-width: 100px;
  min-height: 100px;
  margin-top: 340px;
  margin-right: 42px;
  position: absolute;
  right: 0;
}

.topp1-left {
  z-index: 4;
  background-image: url('../images/wagamama.png');
  background-position: -2px;
  background-repeat: no-repeat;
  background-size: 249px;
  width: 300px;
  min-height: 200px;
  margin-top: 320px;
  margin-left: 50px;
  padding-bottom: 0;
  position: absolute;
}

.topp1-left._2-1 {
  background-image: url('../images/super.png');
  background-size: 286px;
  width: 285px;
}

.slide2-1 {
  background-color: #d8e300;
  background-image: url('../images/image-2-5.png');
  background-position: 50% 70%;
  background-repeat: no-repeat;
  background-size: 550px;
}

.slide2-1._10 {
  background-image: url('../images/image1-10.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._10._18 {
  background-image: url('../images/image1-18.png');
}

.slide2-1._10._16 {
  background-image: url('../images/image1-16.png');
}

.slide2-1._10._1-12 {
  background-image: url('../images/image1-12.png');
}

.slide2-1._10._17 {
  background-image: url('../images/image1-17.png');
}

.slide2-1._10._19 {
  background-image: url('../images/image1-19.png');
}

.slide2-1._10._15 {
  background-image: url('../images/image1-15.png');
}

.slide2-1._10._20 {
  background-image: url('../images/image1-20.png');
  background-size: 570px;
}

.slide2-1._2-6 {
  background-image: url('../images/image1-6.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._2-4 {
  background-image: url('../images/image1-4.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._7 {
  background-image: url('../images/image1-7.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._9 {
  background-image: url('../images/image1-9.png');
  background-position: 50%;
  background-size: 680px;
}

.slide2-1._1-11 {
  background-image: url('../images/image1-11_1.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._2-5 {
  background-image: url('../images/image1-5.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._1-13 {
  background-image: url('../images/image1-13_1.png');
}

.slide2-1._2-3 {
  background-color: var(--white);
  background-image: url('../images/Sticker8.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._2-3._4 {
  background-image: url('../images/Sticker2.png');
}

.slide2-1._2-3._5 {
  background-image: url('../images/Sticker3.png');
}

.slide2-1._2-3.columns-6 {
  background-image: url('../images/Sticker5.png');
}

.slide2-1._2-3.heading-7 {
  background-image: url('../images/Sticker7.png');
}

.slide2-1._2-3.text-block-8, .slide2-1._2-3.text-block-9 {
  background-image: url('../images/Sticker9.png');
}

.slide2-1._2-3._10 {
  background-image: url('../images/Sticker16.png');
}

.slide2-1._1 {
  background-color: var(--white);
  background-image: url('../images/Sticker1.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._1._14 {
  background-image: url('../images/image1-14.png');
}

.slide2-1._2-2 {
  background-color: var(--white);
  background-image: url('../images/Sticker10.png');
  background-position: 50%;
  background-size: 600px;
}

.slide2-1._8 {
  background-image: url('../images/image1-8.png');
  background-position: 50%;
  background-size: 600px;
}

.slide-1-bg-bg {
  height: auto;
  padding-top: 0;
  padding-bottom: 15px;
}

.top1 {
  z-index: 3;
  float: none;
  clear: left;
  background-color: #f01f1f;
  height: 790px;
  font-style: italic;
  display: block;
  position: relative;
  overflow: visible;
}

.top1._2nd {
  background-color: var(--white);
  border: 1px #000;
  height: auto;
  padding: 15px 25px;
}

.slider1 {
  background-color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-top: 0;
  display: flex;
}

.div-block-25 {
  z-index: 3;
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  display: flex;
  position: relative;
}

.ape-in {
  z-index: 3;
  box-shadow: -3px 4px 0 0 var(--black);
  background-color: #ffd400;
  border-radius: 7px;
  margin-top: 0;
  padding-top: 25px;
  font-family: Eazy Chat, Impact, sans-serif;
  font-size: 50px;
  line-height: 50px;
  position: relative;
}

.ape-in.cta-button {
  box-shadow: 7px 7px #b6dcc2;
}

.image-24 {
  z-index: 0;
  width: 27%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-25 {
  z-index: 0;
  width: 27%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mask {
  width: 75%;
  height: 75%;
}

.superscript {
  vertical-align: super;
  font-family: Vagrundschriftd, Arial, sans-serif;
  font-size: 15px;
}

.container-8 {
  max-width: 1440px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 5%;
  padding-right: 5%;
}

.container-9 {
  max-width: 1440px;
  margin: 50px 5%;
}

.blur-bkgd {
  z-index: -1;
  -webkit-backdrop-filter: blur(.5em);
  backdrop-filter: blur(.5em);
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.search {
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  display: none;
}

.icon_lottie {
  width: 50%;
}

.navigation {
  z-index: 1000;
  align-items: center;
  height: 5.21em;
  padding: 1em 2em;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.hamburger {
  justify-content: center;
  align-items: center;
  width: 8.33em;
  display: none;
}

.social_icon {
  width: 1.7em;
  height: 1.7em;
}

.side {
  border: 1px solid #333;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.33em;
  height: 100vh;
  padding-top: 5.21em;
  display: none;
}

.search-button {
  display: none;
}

.search-input {
  border-radius: 20px;
  margin-bottom: 0;
  display: none;
}

.search-input:active {
  border-radius: 20px;
  display: block;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.top {
  align-items: center;
  height: 100%;
  padding-left: 3em;
  display: flex;
}

.dropdown-nav-title {
  margin-bottom: 0;
  text-decoration: none;
}

.logo_image {
  height: 100%;
}

.menu {
  width: 100%;
}

.top_link {
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  margin-right: 2.5em;
  text-decoration: none;
  display: flex;
}

.top_link.w--current {
  font-weight: 700;
}

.social {
  border: 1px solid #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.92em;
  height: 2.92em;
  margin-top: 1.41em;
  display: flex;
}

.cart_wrapper {
  justify-content: center;
  align-items: center;
  width: 8%;
  display: flex;
}

.fs-copyclip_button {
  color: #000;
  text-align: center;
  background-color: #0000;
  padding: .6rem 2rem .65rem;
  font-size: 29px;
  transition-property: none;
}

.fs-copyclip_button:hover {
  background-color: #6739ff00;
}

@media screen and (min-width: 1440px) {
  .columns-3 {
    background-color: #0000;
  }

  .column-3 {
    background-color: #fb655a;
    padding-top: 39px;
    padding-bottom: 39px;
  }

  .navbar-3 {
    object-fit: fill;
    border-bottom-width: 3px;
    justify-content: space-between;
    width: 100%;
    display: flex;
    overflow: visible;
  }

  .menu-link-2.link-1 {
    border-left-width: 3px;
    border-right-width: 1.5px;
  }

  .menu-link-2.link-2 {
    border-left-width: 1.5px;
  }

  .container-2 {
    width: 100%;
  }

  .hero-section {
    object-fit: fill;
    border-style: none;
    border-width: 1px;
    height: auto;
    display: block;
    overflow: visible;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
    width: 75%;
    margin-left: 0;
    padding-left: 0;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 75%;
    display: flex;
  }

  .hero-heading {
    color: #000;
  }

  .cta-button {
    background-color: var(--white);
    color: #000;
    border: 3px solid #000;
    margin-top: 16px;
    margin-left: 0;
    padding: 13px 30px;
    font-family: Red Rose, sans-serif;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 6px 6px #0000002e;
  }

  .tokenomics-section {
    border-bottom-width: 3px;
    min-height: 650px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .div-block-5 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .paragraph {
    width: 90%;
  }

  .button {
    border-width: 3px;
    padding-left: 30px;
    padding-right: 30px;
    transition: background-color .175s cubic-bezier(.55, .085, .68, .53);
  }

  .button:hover {
    background-color: var(--black);
    color: #fff;
  }

  .container-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .body {
    overflow: visible;
  }

  .green-section {
    border-top-width: 3px;
    border-bottom-width: 3px;
    box-shadow: 7px 7px #b6dcc2;
  }

  .buy-section {
    border: 1px #000;
  }

  .image-9 {
    max-width: 80%;
  }

  .div-block-10 {
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
  }

  .about-game-image {
    max-width: 100%;
    margin-left: 132px;
  }

  .hero-image {
    width: auto;
    max-width: 80%;
  }

  .column-14 {
    padding-right: 10px;
  }

  .signup-container {
    padding-left: 273px;
    padding-right: 273px;
  }

  .signup-form {
    background-color: #fb655a;
  }

  .form-block {
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .submit-button {
    text-align: center;
  }

  .form {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 80%;
    display: flex;
  }

  .signup-section {
    border-bottom-width: 3px;
    max-width: none;
    height: auto;
    padding-bottom: 100px;
  }

  .paragraph-8 {
    margin-left: 241px;
    margin-right: 0;
    padding-right: 157px;
  }

  .section-7 {
    border-bottom: 3px solid #000;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
  }

  .div-block-12 {
    background-size: 100% 100%;
    padding-bottom: 73px;
  }

  .heading-17 {
    padding-right: 20px;
  }

  .text-field-2 {
    height: 60px;
    margin-bottom: 30px;
  }

  .text-field-3 {
    height: 60px;
    margin-bottom: 20px;
  }

  .login-form {
    flex-direction: column;
    align-items: center;
    padding-left: 60px;
    padding-right: 80px;
    display: flex;
  }

  .submit-button-2 {
    float: none;
    clear: none;
    text-align: center;
    width: 240px;
    height: 60px;
    display: inline-block;
    position: static;
  }

  .text-block-2 {
    color: #fff;
    font-family: Inconsolata, monospace;
    text-decoration: none;
  }

  .text-span-2 {
    color: var(--yellow);
    text-decoration: underline;
  }

  .subscribe-btn.cta-button {
    -webkit-text-fill-color: inherit;
    background-color: #fdde72;
    background-clip: border-box;
    font-size: 18px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 7%;
    display: flex;
  }

  .div-block-14 {
    justify-content: center;
    align-items: center;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .div-block-15 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .copyright, .terms-block, .privacy-block, .support-block {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .legal-link {
    color: var(--black);
  }

  .container-7 {
    max-width: 1200px;
  }

  .div-block-19 {
    margin-bottom: 67px;
    padding-top: 5%;
    padding-right: 0;
  }

  .div-block-20 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .feature-container {
    margin-left: -18px;
  }

  .heading-18 {
    margin-bottom: 41px;
  }

  .signup-feature {
    margin-bottom: 38px;
  }

  .div-block-22 {
    min-width: 600px;
  }

  .user-name {
    margin-bottom: 28px;
  }

  .submit-button-3 {
    transition: background-color .15s cubic-bezier(.55, .085, .68, .53);
  }

  .submit-button-3:hover {
    transform: none;
  }

  .tokenomics-btn.cta-button {
    -webkit-text-fill-color: inherit;
    background-color: #fdde72;
    background-clip: border-box;
    font-size: 18px;
  }

  .suit-section {
    border-bottom-width: 3px;
  }

  .suit-hero {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .suit-description {
    margin-left: 0;
    padding-left: 0;
  }

  .suit-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .ape-in.cta-button {
    -webkit-text-fill-color: inherit;
    background-color: #fdde72;
    background-clip: border-box;
    font-size: 18px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section {
    height: auto;
    padding-bottom: 100px;
  }

  .div-block-3, .div-block-4 {
    width: 100%;
  }

  .tokenomics-section {
    min-height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .about-heading {
    font-size: 40px;
  }

  .green-section {
    padding-top: 135px;
  }

  .hero-image {
    max-width: 100%;
  }

  .signup-section {
    height: auto;
  }

  .subscribe-btn {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 24px;
    display: flex;
  }

  .div-block-13 {
    padding-top: 7%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .div-block-14 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    max-width: none;
  }

  .div-block-19 {
    padding-top: 10%;
  }

  .div-block-22 {
    width: auto;
    min-width: 600px;
  }

  .body-2 {
    background-color: var(--linen);
  }

  .birdseye, .dexscreener, .twitter, .telegram {
    width: 50px;
    height: 50px;
  }

  .text-block-8 {
    font-size: 20px;
    line-height: 20px;
  }

  .text-block-10 {
    padding-top: 0;
    padding-bottom: 16px;
    font-size: 21px;
  }

  .tokenomics-btn {
    text-align: center;
    width: 100%;
  }

  .image-23 {
    width: 100%;
    position: relative;
  }

  .suit-section {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .slide-1-bg-bg {
    padding-top: 63px;
  }

  .top1._2nd {
    padding-top: 23px;
  }

  .container-8, .container-9 {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    line-height: 22px;
  }

  .site-logo {
    padding-bottom: 0;
  }

  .hero-section {
    background-position: 50%;
    height: 400px;
  }

  .div-block-3 {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    width: 50%;
  }

  .hero-heading {
    width: 100%;
    font-size: 80px;
    line-height: 42px;
  }

  .cta-button {
    font-size: 16px;
  }

  .tokenomics-section {
    height: auto;
    padding: 15px 49px;
  }

  .div-block-6 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
  }

  .about-heading {
    font-size: 40px;
    line-height: 20px;
  }

  .paragraph {
    font-size: 16px;
    line-height: 26px;
  }

  .button {
    font-size: 16px;
  }

  .games-heading {
    font-size: 50px;
  }

  .paragraph-3 {
    font-size: 25px;
  }

  .container-3 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .heading-6 {
    font-size: 15px;
  }

  .green-section {
    align-items: flex-end;
    padding-top: 15px;
    display: block;
  }

  .div-block-9 {
    width: 100%;
    padding-right: 20px;
  }

  .image-9 {
    text-align: center;
    width: 100%;
    display: block;
  }

  .div-block-10 {
    text-align: center;
    width: 100%;
    padding-top: 63px;
  }

  .heading-7 {
    font-size: 18px;
  }

  .paragraph-5 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .heading-8 {
    padding-bottom: 0;
    font-size: 20px;
    line-height: 34px;
  }

  .heading-9 {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .heading-10 {
    margin-bottom: 7px;
    font-size: 10px;
  }

  .heading-11 {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .heading-12, .heading-13 {
    font-size: 10px;
  }

  .column-8 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .column-10 {
    padding-top: 9px;
    padding-bottom: 3px;
  }

  .column-11 {
    padding-top: 9px;
    padding-bottom: 6px;
  }

  .about-game-image {
    padding-right: 25px;
  }

  .column-12 {
    padding-bottom: 15px;
  }

  .column-13 {
    padding-top: 9px;
    padding-bottom: 0;
  }

  .hero-image {
    width: 80%;
  }

  .column-14, .column-15, .column-16 {
    margin-top: 25px;
  }

  .signup-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .signup-form {
    width: 50%;
    padding-top: 43px;
    padding-bottom: 43px;
  }

  .form-block {
    width: 100%;
    margin-top: -9px;
    margin-bottom: -44px;
    margin-left: 0;
  }

  .select-field {
    height: 40px;
    margin-bottom: 15px;
  }

  .text-field {
    height: 20px;
    margin-top: 9px;
    margin-bottom: 17px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .submit-button {
    height: 40px;
    margin-top: 2px;
    margin-left: 0;
    padding-top: 9px;
    line-height: 18px;
  }

  .feature-blocks {
    width: 50%;
  }

  .form {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .signup-section {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 42px;
  }

  .heading-16 {
    margin-top: 79px;
    margin-bottom: 21px;
    font-size: 24px;
  }

  .columns-9 {
    padding-left: 20px;
    padding-right: 0;
    display: flex;
  }

  .column-18 {
    padding: 2px 40px 135px;
    position: relative;
    left: auto;
    right: auto;
  }

  .rich-text-block-2.block-1, .rich-text-block-2.block-2 {
    margin-bottom: 20px;
    margin-left: 0;
    padding: 10px;
  }

  .rich-text-block-2.block-3 {
    margin-bottom: 10px;
    margin-left: 0;
    padding: 10px;
  }

  .column-19 {
    flex-direction: column;
    justify-content: center;
    margin-top: 8px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .paragraph-8 {
    margin-left: 20px;
  }

  .image-18 {
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-20 {
    display: none;
  }

  .subscribe-btn {
    padding-top: 18px;
    line-height: 17px;
  }

  .subscribe-btn.cta-button {
    text-align: center;
    padding-left: 8px;
  }

  .menu-button {
    background-color: var(--black);
    color: #fff;
    border-left: 3px #000;
    border-radius: 14px;
  }

  .green-box-button, .container-6 {
    text-align: left;
  }

  .div-block-14 {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-15 {
    padding-top: 40px;
  }

  .div-block-19 {
    padding-top: 73px;
  }

  .div-block-20 {
    max-width: 800px;
    margin-top: 0;
    margin-left: auto;
  }

  .feature-container {
    margin-left: 0;
  }

  .heading-18 {
    margin-top: 11%;
    font-size: 30px;
  }

  .signup-feature {
    margin-bottom: 20px;
    padding: 11px;
  }

  .submit-button-3 {
    transition: background-color .15s cubic-bezier(.55, .085, .68, .53);
  }

  .submit-button-3:hover {
    transform: none;
  }

  .nav-menu-3 {
    background-color: #fff;
    width: 100vw;
    margin-right: -40px;
    padding-top: 40px;
    padding-bottom: 107px;
    padding-left: 0;
  }

  .header-mobile {
    display: block;
  }

  .birdseye {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 0;
    padding-right: 0;
  }

  .dexscreener, .twitter, .telegram {
    margin-left: 5px;
    margin-right: 5px;
  }

  .link-block-3 {
    display: block;
    position: absolute;
    inset: 3% 7% auto auto;
  }

  .image-21 {
    width: 40px;
  }

  .text-block-8 {
    font-size: 21px;
    line-height: 21px;
  }

  .step-details {
    font-size: 13px;
  }

  .step-head {
    font-size: 20px;
    line-height: 29px;
  }

  .text-block-10 {
    font-size: 21px;
  }

  .tokenomics-btn {
    word-break: break-all;
    font-size: 14px;
  }

  .tokenomics-btn.cta-button {
    text-align: center;
    padding-left: 8px;
  }

  .image-22 {
    width: 28%;
    top: 15%;
  }

  .image-23 {
    width: 50%;
    top: 15%;
  }

  .suit-section {
    background-image: none;
    height: auto;
  }

  .heading-21 {
    font-size: 40px;
    line-height: 30px;
  }

  .suit-description {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .top1 {
    height: 660px;
  }

  .top1._2nd {
    height: auto;
  }

  .slider1 {
    height: 100vh;
    margin: 25px 5%;
  }

  .ape-in.cta-button {
    text-align: center;
    padding-left: 8px;
  }

  .container-8, .container-9 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .search {
    align-items: center;
    width: 70%;
    margin-top: 5em;
    margin-left: 0;
    display: none;
  }

  .icon_lottie {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: flex;
  }

  .navigation {
    justify-content: space-between;
  }

  .hamburger {
    width: 10%;
    display: flex;
  }

  .side {
    border-width: 0;
    flex-direction: row;
    width: auto;
    height: auto;
    padding-top: 5em;
    padding-bottom: 5em;
    display: flex;
  }

  .image-26 {
    margin-left: 8px;
  }

  .search-button {
    background-color: #7d4d55;
    display: none;
  }

  .search-input {
    border: 1px solid #7d4d55;
    border-radius: 20px;
    margin-bottom: 0;
    display: block;
  }

  .logo {
    width: 60%;
  }

  .top {
    flex-direction: column;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-nav-title {
    display: inline-block;
  }

  .menu {
    z-index: -1;
    background-color: #d9b8be;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding-top: 9em;
    display: none;
    position: absolute;
    inset: 0%;
  }

  .top_link {
    margin-left: 0;
    margin-right: 0;
    padding-top: 1em;
    font-size: 32px;
    line-height: 48px;
  }

  .social {
    margin-top: 0;
    margin-left: .6em;
    margin-right: .6em;
  }

  .cart_wrapper {
    justify-content: center;
    width: 10%;
  }

  .fs-copyclip_button {
    font-size: 23px;
  }
}

@media screen and (max-width: 767px) {
  .site-logo {
    padding-bottom: 0;
  }

  .hero-section {
    height: 75vh;
  }

  .div-block-3 {
    align-items: center;
    width: 100%;
  }

  .div-block-4 {
    width: 70%;
    margin-bottom: 10px;
    padding-top: 30px;
  }

  .hero-heading {
    text-align: center;
    width: 80%;
    font-size: 55px;
    line-height: 55px;
  }

  .tokenomics-section {
    word-break: break-all;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-5 {
    justify-content: center;
    width: 80%;
    display: flex;
  }

  .div-block-6 {
    align-items: center;
    width: 80%;
  }

  .about-heading {
    text-align: center;
    font-size: 55px;
    line-height: 34px;
  }

  .paragraph {
    text-align: center;
    font-size: 15px;
    line-height: 19px;
  }

  .games-heading {
    width: 100%;
    font-size: 55px;
    line-height: 55px;
  }

  .container-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .columns-6.row2 {
    display: none;
  }

  .div-block-7 {
    width: 95%;
  }

  .green-section {
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
  }

  .buy-section {
    flex-wrap: wrap;
    place-content: stretch space-between;
    display: block;
  }

  .image-9 {
    width: 70%;
  }

  .div-block-10 {
    justify-content: center;
  }

  .heading-7 {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-5 {
    text-align: center;
    font-size: 13px;
  }

  .heading-8 {
    text-align: center;
  }

  .image-10, .image-11, .image-12 {
    width: 40px;
  }

  .heading-10 {
    border-bottom: 0 solid #000;
  }

  .column-8 {
    border-bottom: 2px solid #000;
  }

  .column-9 {
    border-bottom: 2px solid #000;
    border-left-width: 2px;
  }

  .column-10, .column-11 {
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .about-game-image {
    max-width: 90%;
  }

  .column-13 {
    border-left: 2px solid #000;
    border-right: 2px solid #000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .hero-image {
    width: 75%;
  }

  .column-14 {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .column-15, .column-16 {
    text-align: center;
  }

  .signup-container {
    flex-direction: column;
    height: auto;
    max-height: none;
    margin-top: 0;
    padding-top: 61px;
  }

  .signup-form {
    width: 70%;
    padding-top: 59px;
    padding-bottom: 59px;
  }

  .heading-14 {
    margin-top: 33px;
  }

  .form-block {
    width: 80%;
    margin-bottom: -88px;
    margin-left: auto;
    margin-right: auto;
  }

  .select-field, .text-field {
    height: 50px;
  }

  .submit-button {
    height: 50px;
    margin-top: 1px;
    margin-left: 0;
  }

  .paragraph-6 {
    margin-bottom: 23px;
  }

  .feature-blocks {
    width: 70%;
    margin-bottom: 22px;
  }

  .form {
    width: 100%;
    margin-left: auto;
  }

  .signup-section {
    padding: 30px 5% 0;
  }

  .heading-16 {
    margin-top: 173px;
    font-size: 38px;
  }

  .columns-9 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 90%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .column-18 {
    flex-direction: column;
    align-items: center;
    padding: 3px 20% 121px;
    display: flex;
  }

  .column-19 {
    margin-top: 42px;
  }

  .image-18 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-20 {
    display: none;
  }

  .subscribe-btn {
    font-size: 21px;
    line-height: 21px;
  }

  .menu-button {
    color: #fff;
    border-left: 3px solid #000;
  }

  .container-6 {
    text-align: center;
  }

  .div-block-13 {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 14px;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-15, .footer-container {
    flex-direction: column;
  }

  .site-address {
    border-right-style: none;
    width: 100%;
  }

  .copyright {
    border-top: 3px solid #000;
    border-right-style: none;
    width: 100%;
  }

  .terms-block {
    flex-direction: column;
    flex: none;
    justify-content: space-between;
    width: 100%;
    display: block;
  }

  .privacy-block {
    flex: none;
    width: 100%;
  }

  .support-block {
    flex: none;
    justify-content: center;
    width: 100%;
    display: block;
  }

  .columns-10 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-16 {
    border-bottom: 3px solid #000;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
    display: flex;
  }

  .div-block-17 {
    border-top: 3px #000;
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .container-7 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-5 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 64px;
    display: block;
  }

  .div-block-19 {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .div-block-20 {
    background-image: url('../images/Signup-Box.svg');
    background-position: 50%;
    background-size: 100% 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 500px;
    margin-right: auto;
    display: flex;
  }

  .feature-container {
    width: 90%;
    margin-top: 31px;
    margin-left: 0;
  }

  .heading-18 {
    margin-top: 25px;
    margin-bottom: 20px;
  }

  .div-block-22 {
    min-width: 450px;
  }

  .submit-button-3 {
    transition: background-color .15s cubic-bezier(.55, .085, .68, .53);
  }

  .submit-button-3:hover {
    transform: none;
  }

  .link-block-3 {
    position: absolute;
    inset: 3% 9% auto auto;
  }

  .image-21 {
    width: 40px;
  }

  .text-block-8 {
    width: 75%;
  }

  .buy-steps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .step-details {
    width: 100%;
  }

  .step-head {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }

  .tokenomics-btn {
    font-size: 16px;
    line-height: 20px;
  }

  .image-22 {
    width: 32%;
    top: 30%;
  }

  .image-23 {
    width: 30%;
    top: 30%;
  }

  .suit-section {
    height: auto;
    position: relative;
  }

  .heading-21 {
    font-size: 55px;
    line-height: 55px;
  }

  .suit-hero {
    width: 70%;
  }

  .suit-description {
    align-items: center;
    width: 100%;
  }

  .suit-container {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }

  .slide2-1._1 {
    background-size: contain;
  }

  .slider1 {
    justify-content: flex-start;
    align-items: center;
    height: 90vh;
  }

  .ape-in {
    font-size: 26px;
    line-height: 26px;
  }

  .container-8 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .logo_image {
    height: 90%;
  }

  .fs-copyclip_button {
    font-size: 17px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    line-height: 24px;
  }

  .site-logo {
    padding-bottom: 0;
    padding-right: 20px;
  }

  .navbar-3 {
    border-bottom-width: 3px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .menu-link-2.link-1 {
    background-color: var(--tomato);
    color: #fff;
  }

  .menu-link-2.link-1:hover {
    background-color: var(--white);
    color: var(--black);
  }

  .menu-link-2.link-2 {
    background-color: var(--tomato);
    color: var(--white);
  }

  .hero-section {
    border-bottom-width: 3px;
    flex-direction: column;
    height: 580px;
    margin-top: -3px;
    padding-top: 0;
  }

  .div-block-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    width: 95%;
    padding-top: 16px;
    padding-bottom: 15px;
    display: flex;
  }

  .hero-heading {
    text-align: center;
    width: 100%;
    margin-top: 25px;
    padding-top: 0;
    font-size: 60px;
  }

  .tokenomics-section {
    border-bottom-width: 3px;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 15px 20px;
  }

  .div-block-5 {
    width: 100%;
  }

  .div-block-6 {
    flex-direction: column;
    align-items: center;
    width: 95%;
    display: flex;
  }

  .about-heading {
    text-align: center;
    font-size: 40px;
    line-height: 40px;
  }

  .paragraph {
    text-align: center;
    line-height: 22px;
  }

  .games-heading {
    font-size: 40px;
    line-height: 55px;
  }

  .paragraph-3 {
    font-size: 20px;
  }

  .container-3 {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-4 {
    display: block;
  }

  .column-4.second, .column-5.second, .column-6.second, .column-7.second {
    display: none;
  }

  .columns-6 {
    display: block;
  }

  .columns-6.row2 {
    display: none;
  }

  .image-8 {
    object-fit: fill;
    max-width: 0%;
  }

  .green-section {
    border-top-width: 3px;
    border-bottom-width: 3px;
    margin-right: auto;
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buy-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }

  .image-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-10 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 38px;
  }

  .heading-7, .paragraph-5 {
    text-align: center;
  }

  .heading-8 {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
  }

  .image-10 {
    width: 50px;
  }

  .image-11 {
    text-align: center;
    width: 50px;
  }

  .image-12 {
    width: 50px;
  }

  .footer {
    border-bottom-width: 3px;
  }

  .hero-image {
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 0;
  }

  .column-14, .column-15, .column-16 {
    text-align: center;
  }

  .image-15 {
    text-align: left;
  }

  .columns-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-17 {
    display: flex;
  }

  .signup-form {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .heading-14 {
    font-size: 26px;
  }

  .form-block {
    object-fit: contain;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    max-width: 90%;
    margin-bottom: -52px;
    margin-left: auto;
    margin-right: auto;
    position: static;
    left: 20px;
    right: 20px;
  }

  .select-field {
    text-align: center;
    border-radius: 0;
    width: 230px;
    height: 40px;
    margin-bottom: 3px;
  }

  .text-field {
    width: 230px;
    height: 40px;
    margin-top: 7px;
    margin-bottom: 3px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .submit-button {
    text-align: center;
    width: 230px;
    height: 40px;
    margin-top: 3px;
    margin-left: 0;
    font-size: 16px;
  }

  .paragraph-6 {
    margin-bottom: 11px;
    font-size: 13px;
  }

  .feature-blocks {
    width: 100%;
  }

  .nav-section {
    justify-content: center;
    display: block;
  }

  .form {
    flex-direction: column;
    flex: 1;
    align-items: center;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .signup-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-16 {
    margin-top: 63px;
    margin-bottom: 12px;
    font-size: 26px;
    position: static;
    left: auto;
  }

  .columns-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .column-18 {
    object-fit: contain;
    padding: 33px 0 61px;
    display: block;
    left: auto;
    right: auto;
  }

  .rich-text-block-2.block-1, .rich-text-block-2.block-2 {
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .rich-text-block-2.block-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .column-19 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-7 {
    height: 70vh;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-12 {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding: 39px 30px 29px;
  }

  .heading-17 {
    margin-top: -5px;
    margin-bottom: 16px;
    font-size: 26px;
  }

  .text-field-2 {
    height: 40px;
    margin-bottom: 16px;
  }

  .text-field-3 {
    height: 40px;
    margin-bottom: 19px;
  }

  .login-form {
    padding-left: 0;
    padding-right: 0;
  }

  .submit-button-2 {
    object-fit: fill;
    width: 200px;
    height: 40px;
    margin-top: -3px;
    padding: 0;
  }

  .text-block-2 {
    margin-top: 14px;
    font-size: 12px;
  }

  .form-block-2 {
    position: static;
  }

  .image-18 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .column-20 {
    display: none;
    overflow: visible;
  }

  .subscribe-btn {
    margin-bottom: auto;
  }

  .menu-button {
    border-left: 3px solid #000;
  }

  .icon {
    color: var(--white);
    border-left: 1px solid #0000;
    font-size: 20px;
  }

  .image-19 {
    position: static;
  }

  .container-6 {
    text-align: center;
  }

  .div-block-14 {
    margin-top: 13px;
    padding-left: 1%;
    padding-right: 1%;
  }

  .legal-link.legal-signup {
    color: var(--yellow);
  }

  .text-block-5 {
    width: 80%;
    padding-bottom: 57px;
    line-height: 12px;
  }

  .div-block-20 {
    margin-bottom: -21px;
    padding-bottom: 81px;
  }

  .feature-container {
    width: 100%;
  }

  .heading-18 {
    margin-top: 36px;
    margin-bottom: 17px;
    font-size: 26px;
  }

  .signup-feature {
    margin-left: 0;
    margin-right: 0;
    padding: 23px;
  }

  .login-container {
    height: 80vh;
  }

  .div-block-21 {
    margin-left: auto;
    margin-right: auto;
  }

  .div-block-22 {
    min-width: 70vw;
  }

  .form-block-3 {
    padding-top: 88px;
    padding-left: 18px;
    padding-right: 40px;
  }

  .heading-19 {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .user-name {
    height: 40px;
    margin-bottom: 12px;
  }

  .password {
    height: 40px;
  }

  .submit-button-3 {
    height: 50px;
    transition: background-color .15s cubic-bezier(.55, .085, .68, .53);
  }

  .submit-button-3:hover {
    transform: none;
  }

  .text-block-7 {
    margin-top: 10px;
  }

  .body-2 {
    background-color: var(--linen);
  }

  .nav-menu-3 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    width: 100vw;
    margin-right: 0;
  }

  .link-block-3 {
    z-index: 2;
    position: absolute;
    inset: 0% 9% auto auto;
  }

  .image-21 {
    width: 35px;
  }

  .text-block-8 {
    width: 100%;
    font-size: 13px;
  }

  .text-block-9 {
    font-size: 13px;
  }

  .buy-steps {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .text-block-10 {
    word-break: normal;
    font-size: 20px;
  }

  .tokenomics-btn {
    word-break: break-all;
    height: auto;
    margin-bottom: auto;
    padding: 11px 12px;
  }

  .suit-section {
    border-bottom-width: 3px;
    flex-direction: column;
    height: 580px;
    margin-top: 0;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-21 {
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 40px;
    line-height: 40px;
  }

  .suit-hero {
    justify-content: center;
    width: 95%;
    padding-top: 16px;
    padding-bottom: 45px;
    display: flex;
  }

  .suit-description {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  ._11 {
    max-width: 39px;
  }

  .bt-slide-1-1 {
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100px;
    width: 102px;
    height: 104px;
  }

  .bt-slide-1-1._2-1 {
    background-position: 50%;
    background-size: 99px;
    width: 100px;
    height: 102px;
  }

  .top1-right {
    margin-top: 477px;
    margin-right: 15px;
    top: 0;
  }

  .topp1-left {
    background-position: 0;
    background-size: 169px;
    width: 173px;
    min-height: 110px;
    margin-top: 480px;
    margin-left: 20px;
  }

  .topp1-left._2-1 {
    background-size: 176px;
    width: 176px;
    min-height: 126px;
    margin-top: 461px;
    margin-left: 20px;
  }

  .slide2-1._10 {
    background-position: 50% 39%;
    background-size: 340px;
  }

  .slide2-1._10._18 {
    background-size: 320px;
  }

  .slide2-1._10._16 {
    background-position: 50% 41%;
  }

  .slide2-1._10._15 {
    background-position: 50% 40%;
    background-size: 320px;
  }

  .slide2-1._10._20 {
    background-size: 320px;
  }

  .slide2-1._2-6 {
    background-position: 51% 43%;
    background-size: 340px;
  }

  .slide2-1._2-4 {
    background-position: 50% 41%;
    background-size: 340px;
  }

  .slide2-1._7 {
    background-position: 50% 40%;
    background-size: 340px;
  }

  .slide2-1._9 {
    background-position: 50% 43%;
    background-size: 340px;
  }

  .slide2-1._1-11 {
    background-image: url('../images/image1-11.png');
    background-position: 50% 41%;
    background-size: 340px;
  }

  .slide2-1._2-5 {
    background-position: 50% 47%;
    background-size: 340px;
  }

  .slide2-1._1-13 {
    background-image: url('../images/image1-13.png');
    background-position: 50% 42%;
    background-size: 340px;
  }

  .slide2-1._2-3 {
    background-color: var(--white);
    background-position: 50% 43%;
    background-size: contain;
  }

  .slide2-1._1 {
    background-position: 50% 37%;
    background-size: contain;
  }

  .slide2-1._1._14 {
    background-position: 50% 39%;
    background-size: 310px;
  }

  .slide2-1._2-2 {
    background-color: var(--white);
    background-position: 50% 44%;
    background-size: contain;
  }

  .slide2-1._8 {
    background-position: 50% 43%;
    background-size: 340px;
  }

  .slide-1-bg-bg {
    height: auto;
    padding-top: 0;
  }

  .top1._2nd {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .slider1 {
    background-color: var(--white);
    color: var(--black);
    justify-content: flex-start;
    align-items: center;
    height: 60vh;
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .ape-in {
    margin-bottom: auto;
  }

  .mask {
    height: 50%;
  }

  .container-8 {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .container-9 {
    margin-top: 45px;
    margin-bottom: 25px;
  }

  .navigation {
    justify-content: space-between;
    height: 4.8em;
    padding: .8em 1em;
  }

  .hamburger {
    width: 15%;
    position: relative;
  }

  .logo {
    border-right-width: 0;
  }

  .logo.w--current {
    width: auto;
  }

  .logo_image {
    height: 70%;
  }

  .top_link {
    font-size: 1.25em;
  }

  .cart_wrapper {
    width: 15%;
  }

  .fs-copyclip_button {
    font-size: 9px;
  }
}


@font-face {
  font-family: 'Eazy Chat';
  src: url('../fonts/Eazy-Chat.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Vagrundschriftd';
  src: url('../fonts/VAGRundschriftD.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}