:root {
  --midnight-blue: #0c0e70;
  --orange-red: #ef5302;
  --dim-grey: #575757;
  --light-yellow: #fcfee2;
  --yellow-green: #8db234;
  --orange-red-2: #ee5603;
  --midnight-blue-2: #08094d;
  --pale-green: #92f892;
  --lime-green: #54d354;
  --spring-green: #73fb73;
  --chart: #e25b15;
  --light-steel-blue: #94b9ff;
  --white: var(--light-yellow);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navbar {
  background-color: #fff;
  align-items: center;
  display: flex;
  position: relative;
}

.heading {
  color: var(--midnight-blue);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to top, #000 53%, #f35200 69%, #b63f02);
  -webkit-background-clip: text;
  background-clip: text;
  padding-bottom: 13px;
  font-family: Tigeryen, sans-serif;
  font-size: 39px;
  display: flex;
  transform: translate(0);
}

.heading.explore {
  color: #08094d;
}

.container {
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "."
                 "."
                 "."
                 "."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-span {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.button {
  width: 200px;
  height: 40px;
  text-align: left;
  background-color: #4fa71f;
  border-radius: 7px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 27px;
  margin-bottom: 0;
  margin-left: 20px;
  padding: 26px 0 29px;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.button:hover {
  filter: brightness(123%);
}

.buttons {
  height: 25px;
  background-color: var(--orange-red);
  color: #fff;
  border: 1px #000;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.buttons.buy {
  width: 150px;
  height: 40px;
  background-color: #357935;
  border-style: solid;
  border-color: #fff;
  margin-right: 17px;
  font-weight: 700;
}

.buttons.buy:hover {
  background-color: #52af52;
}

.buttons.buy.chart {
  width: 200px;
  background-color: rgba(78, 183, 72, 0);
  background-image: url('../images/TELEGRAM-BUTTOM.svg');
  background-position: 0 0;
  background-size: auto;
  border: 0 solid #000;
  border-radius: 18px;
  padding: 25px;
  font-family: Pixeloidsans, sans-serif;
  font-weight: 700;
}

.buttons.buy.chart:hover {
  color: #fff;
  background-color: rgba(53, 121, 53, 0);
  background-image: none;
  border: 0 solid #000;
}

.buttons.buy.chart.buy-now {
  box-shadow: none;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: black;
  background-color: #05b176;
  background-image: none;
  border-color: #000;
  border-radius: 50px;
  padding: 25px;
}

.buttons.buy.chart.buy-now:hover {
  box-shadow: none;
  filter: brightness(123%);
}

.buttons.buy.chart.swap {
  background-image: url('../images/swap-BUTTON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.buttons.buy.chart.chart2 {
  background-image: url('../images/CHART-BUTTON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.buttons.buy.chart.chart2:hover {
  transform: translate(0, -4px);
}

.buttons.buy.chart.twitter {
  background-image: url('../images/TITTER-BUTTON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(0, -4px);
}

.buttons.buy.chart.telegram {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.buttons.buy.chart.telegram:hover {
  background-image: url('../images/TELEGRAM-BUTTOM.svg');
  background-position: 50%;
  background-size: contain;
  transform: translate(0, -4px);
}

.buttons.buy.comm {
  width: 200px;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  background-color: #1c901c;
  border: 2px solid #161111;
  border-radius: 5px;
  margin-top: 0;
  padding: 20px;
}

.buttons.buy.comm:hover {
  filter: brightness(123%);
  color: #fff;
  background-color: #1c901c;
}

.buttons.buy.comm.buy-now {
  background-color: rgba(41, 86, 34, 0);
  background-image: linear-gradient(#efd302, #be5d40 49%, #1d1b01);
  border-color: #d99241;
  padding-bottom: 0;
  box-shadow: 6px 4px #3b1500;
}

.buttons.buy.buy2 {
  width: 200px;
  -webkit-text-stroke-width: .3px;
  -webkit-text-stroke-color: #000;
  background-color: #1c901c;
  border: 2px solid #161111;
  border-radius: 5px;
  margin-top: 10px;
  padding: 20px;
}

.buttons.buy.buy2:hover {
  filter: brightness(123%);
  color: #fff;
  text-shadow: none;
  background-color: #1c901c;
  background-image: none;
}

.buttons.buy.buy2.buy-now {
  background-color: rgba(41, 86, 34, 0);
  background-image: linear-gradient(#efd302, #be5d40 49%, #1d1b01);
  border-color: #d99241;
  padding-bottom: 0;
  box-shadow: 6px 4px #3b1500;
}

.buttons.buy.top {
  width: 150px;
  height: auto;
  filter: brightness(133%);
  -webkit-text-stroke-width: 0px;
  background-color: rgba(53, 121, 53, 0);
  background-image: url('../images/BUY-SILLY-BUTTON.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0 solid #000;
  border-radius: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 25px;
  font-family: Pixeloidsans, sans-serif;
  font-weight: 700;
}

.buttons.buy.top:hover {
  filter: brightness(126%);
}

.container-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 18px;
  font-family: "Helvetica Neue Lt Std 73 Extended", sans-serif;
  font-size: 60px;
}

.heading-3.mini {
  color: var(--orange-red);
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.heading-3.mini:hover {
  color: var(--orange-red);
}

.heading-3.heading-3-small {
  color: #2023e3;
  text-align: left;
  text-transform: uppercase;
  text-shadow: none;
  margin-top: 29px;
  padding-top: 6px;
  padding-bottom: 10px;
  font-size: 32px;
  display: block;
}

.heading-3.heading-3-small:hover {
  color: #0004ff;
}

.heading-3.heading-3-small.footer {
  text-align: left;
  font-size: 32px;
}

.heading-3.heading-3-small.footer:hover {
  color: var(--orange-red);
}

.heading-3.heading-3-small.footer.ttitles {
  font-size: 32px;
}

.heading-3.heading-3-small.roadmap {
  text-align: center;
  background-image: none;
}

.heading-3.middle {
  color: var(--dim-grey);
  text-shadow: none;
  margin-top: -29px;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Lato, sans-serif;
  font-size: 65px;
}

.heading-3.boxes {
  color: #000;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 32px;
  font-weight: 400;
  position: static;
}

.heading-3.boxes:hover {
  color: #000;
}

.heading-3.boxes.devfee {
  font-size: 28px;
}

.heading-3.boxes.devfee:hover {
  color: var(--orange-red);
}

.heading-3.footer-titles {
  font-size: 30px;
}

.heading-3.roadmapheading {
  margin-top: 128px;
  margin-bottom: 27px;
  padding-bottom: 0;
  font-size: 60px;
}

.heading-3.partner {
  margin-top: -3px;
  padding-top: 57px;
}

.heading-3.tax {
  margin-top: 36px;
  margin-bottom: 17px;
  padding-bottom: 25px;
  font-size: 50px;
}

.heading-3.corner-title {
  color: #ffd60b;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-top: 8px;
  padding-bottom: 0;
  font-size: 30px;
  display: block;
}

.heading-3._40 {
  font-size: 40px;
}

.heading-3._50 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 38px;
  font-weight: 700;
}

.heading-3.middle-copy {
  color: #fff;
  text-align: left;
  text-transform: capitalize;
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 19px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  line-height: 22px;
}

.paragraph {
  color: #333;
  border: 1px solid rgba(0, 0, 0, 0);
  margin-bottom: -13px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.mobile, .paragraph.mainbox {
  outline-offset: 0px;
  color: #000;
  text-align: left;
  background-color: #238b2e;
  border-style: none;
  border-color: #46ff5f;
  border-radius: 0;
  outline: 2px #333;
  margin-bottom: 0;
  margin-left: 0;
  padding: 20px;
  font-size: 18px;
}

.navtext {
  font-size: 18px;
  font-weight: 700;
}

.text-span-2 {
  width: 100%;
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 23px;
  display: block;
}

.body {
  background-color: #000;
  background-image: url('../images/pixel-bg.png');
  background-position: 0 0;
  background-size: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
}

.grid {
  height: 500px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.container-3 {
  margin-top: 54px;
  margin-bottom: 54px;
}

.grid-2 {
  grid-template-rows: auto auto auto auto auto;
}

.text-block {
  color: #000;
  font-weight: 700;
}

.text-block-2 {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.text-block-3 {
  font-size: 16px;
  font-weight: 700;
}

.button-2 {
  width: 30px;
  height: 30px;
  background-color: var(--orange-red);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  display: flex;
}

.grid-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 32px;
}

.section {
  z-index: 20;
  width: 100%;
  height: 100vh;
  background-color: rgba(20, 20, 20, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.section.footer {
  height: 500px;
  line-height: 200px;
}

.grid-4 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.title {
  color: var(--dim-grey);
  text-align: center;
  margin-top: 32px;
  font-family: Tigeryen, sans-serif;
  font-size: 32px;
}

.grid-5 {
  width: 300px;
  height: 230px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 18px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  justify-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.heading-4 {
  color: var(--dim-grey);
  text-align: center;
  font-size: 24px;
}

.image {
  text-align: center;
  margin-top: 19px;
  margin-bottom: -11px;
}

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

.grid-6 {
  grid-row-gap: 14px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  justify-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

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

.text-span-3 {
  text-align: left;
  text-shadow: none;
  padding-left: 29px;
  padding-right: 29px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
}

.text-span-3:hover {
  color: var(--orange-red);
}

.text-span-3.phase3 {
  text-shadow: none;
  font-size: 18px;
}

.text-span-3.wtf {
  color: #000;
  text-shadow: -2px 1px 3px rgba(0, 0, 0, .2);
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
}

.partnerbox {
  width: 300px;
  height: 100px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff;
  border-radius: 9px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 18px;
  margin-right: 18px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.partners {
  width: 100%;
  height: 507px;
  background-color: var(--midnight-blue);
  display: block;
}

.container-4 {
  height: 60%;
}

.grid-8 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
}

.heading-6, .heading-7 {
  font-weight: 400;
  line-height: 35px;
}

.heading-7.footer {
  color: #fff;
}

.heading-8 {
  text-align: center;
  font-size: 24px;
}

.heading-9 {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.taxes {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  outline-offset: 0px;
  text-align: center;
  background-color: #fff;
  border-radius: 18px;
  outline: 3px #555;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .23);
}

.div-block-2 {
  width: auto;
  height: auto;
  text-align: center;
  background-color: rgba(19, 141, 68, 0);
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.div-block-2:hover {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #fff;
  background-color: rgba(19, 141, 68, 0);
}

.div-block-2.roadmap {
  background-color: #fefff6;
  background-image: none;
  justify-content: flex-start;
  margin-top: 34px;
  margin-right: 18px;
  padding-top: 17px;
}

.div-block-2.roadmap:hover {
  background-color: #fff;
  box-shadow: 0 2px 5px 6px rgba(0, 0, 0, .2);
}

.image-2 {
  width: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.image-2.icon {
  width: 55px;
  min-width: 11px;
  background-color: rgba(39, 156, 98, 0);
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}

.image-2.liquid {
  width: 55px;
}

.image-2.pin, .image-2.dollar-sign {
  width: 50px;
  height: 50px;
}

.image-2.dev {
  width: 54px;
}

.image-2.market {
  width: 62px;
}

.image-3 {
  margin-right: 0;
  padding-right: 0;
}

.container-5 {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  width: 100px;
  height: 25px;
  background-color: var(--orange-red);
}

.bold-text {
  color: var(--orange-red);
}

.bold-text.contract {
  text-align: center;
}

.whatisbnbtiger {
  width: 100%;
  height: 800px;
  background-color: #fcfee2;
  background-image: linear-gradient(to bottom, var(--yellow-green), #f5ffc7 100%, #f1f9d0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 37px;
  display: flex;
}

.hero-section {
  height: 100vh;
  padding-top: 81px;
  padding-bottom: 0;
  position: relative;
}

.container-6 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.container-7 {
  color: #fff;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-top: 91px;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  text-align: center;
}

.scroll-rocket {
  width: 100px;
  display: block;
  position: absolute;
  top: auto;
  bottom: 8%;
  left: auto;
  right: 0%;
}

.scroll-snap-wrapper {
  overflow: visible;
}

.year-final {
  width: 100%;
  height: auto;
  background-color: rgba(0, 7, 50, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 52px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.year-final.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.year-final.footer {
  height: 500px;
  line-height: 200px;
}

.year-final.mobil {
  display: none;
}

.menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.youtube {
  width: 100%;
  height: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 36px;
  display: flex;
}

.youtube.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.youtube.footer {
  height: 500px;
  line-height: 200px;
}

.roadmap {
  width: 100%;
  height: auto;
  background-image: linear-gradient(to bottom, #fff, var(--midnight-blue));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 51px;
  padding-bottom: 51px;
  display: block;
}

.section-copy {
  height: 500px;
  background-color: #000;
  background-image: url('../images/High_resolution_wallpaper_background_ID_77700392819.jpg');
  background-position: 0 0;
  background-size: contain;
  margin-top: -5px;
  padding-top: 36px;
}

.section-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.section-copy.footer {
  height: 500px;
  line-height: 200px;
}

.section-copy-copy {
  height: 500px;
  background-color: #000;
  background-image: url('../images/High_resolution_wallpaper_background_ID_77700392819.jpg');
  background-position: 0 0;
  background-size: contain;
  margin-top: -5px;
  padding-top: 36px;
}

.section-copy-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.section-copy-copy.footer {
  height: 500px;
  line-height: 200px;
}

.new-footer {
  width: 100%;
  height: auto;
  background-color: rgba(20, 20, 20, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 36px;
  display: flex;
}

.new-footer.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.new-footer.footer {
  height: 500px;
  line-height: 200px;
}

.image-6 {
  width: 100px;
}

.link-block {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.brand {
  width: 40%;
}

.navbar-2 {
  background-color: #fff;
}

.navbar-3 {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-link {
  font-weight: 600;
}

.nav-link.w--current, .nav-link.w--current:active {
  color: var(--orange-red);
}

.nav-link.dappnew {
  height: auto;
  float: right;
  background-color: var(--orange-red);
  color: #fff;
  border-radius: 9px;
  margin-top: 9px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.container-8 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-8.mobil-chart {
  display: none;
}

.link {
  color: #fff;
  text-decoration: none;
}

.link.social:hover {
  color: var(--orange-red);
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2:hover {
  color: var(--orange-red);
}

.pagelinks {
  color: #fff;
  text-decoration: none;
}

.pagelinks:hover {
  color: var(--orange-red);
}

.nav-menu-2 {
  background-color: #fff;
}

.text-span-4 {
  color: #fff;
}

.text-span-5 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: static;
}

.text-span-5.headings {
  font-size: 26px;
}

.text-span-5.headings.links {
  font-size: 24px;
}

.text-span-5.nounderline, .link-3 {
  text-decoration: none;
}

.div-block-5 {
  flex-direction: row;
  justify-content: center;
  margin-right: 0;
  padding-top: 25px;
  padding-right: 0;
  display: flex;
}

.navbar-4 {
  width: 100%;
  height: 65px;
  background-color: #357935;
  flex-direction: row;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.nav-link-2:hover {
  color: #fff;
  background-color: #30a930;
}

.nav-link-2.w--current {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.container-10 {
  height: 70px;
  padding-bottom: 0;
}

.text-span-6 {
  width: 400px;
  color: #fff;
  background-color: #48b548;
  font-family: Open Sans, sans-serif;
}

.text-span-6.buynow {
  border-radius: 5px;
  padding-left: 19px;
  padding-right: 16px;
  font-size: 26px;
}

.section-2 {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(357deg, #8db234, #fff);
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.html-embed {
  width: auto;
  height: auto;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.container-11 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6 {
  margin-top: 20px;
  padding-top: 23px;
  padding-bottom: 20px;
  display: flex;
}

.image-8 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.div-block-7 {
  justify-content: flex-start;
  display: flex;
}

.div-block-8 {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-5 {
  background-color: #0019f5;
  border: 2px #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-3 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 2px 2px #000;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 9px;
  margin-right: 9px;
  padding-left: 0;
  padding-right: 0;
  font-family: Pixeloidsans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-link-3:hover {
  color: #fff;
}

.nav-link-3.w--current {
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.nav-link-3.buy {
  background-color: #ff6c20;
  background-image: linear-gradient(to bottom, var(--orange-red-2), #000);
}

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

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

.div-block-10 {
  width: 50%;
  align-items: center;
  display: flex;
}

.nav-menu-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-3 {
  background-image: linear-gradient(to top, #8db234, #fff);
}

.heading-10 {
  background-color: var(--light-yellow);
  color: #724b36;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #ffd000;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 7px;
  margin-bottom: 0;
  font-family: Slackey, sans-serif;
  font-size: 33px;
  font-weight: 400;
}

.container-13 {
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer-headings {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 400;
  position: static;
}

.footer-headings.headings {
  font-size: 26px;
}

.footer-headings.headings.links {
  font-size: 24px;
}

.footer-headings.nounderline {
  text-decoration: none;
}

.heading-11 {
  color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.grid-9 {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #000;
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding: 20px;
}

.paragraph-3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.footerlinks {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 0 1px 1px #000;
  font-family: Open Sans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  text-decoration: none;
}

.videos {
  background-image: linear-gradient(to top, var(--yellow-green) -2%, white 52%, var(--yellow-green));
  justify-content: space-between;
  margin-bottom: 0;
  padding-bottom: 84px;
  display: flex;
}

.profits {
  background-color: rgba(0, 7, 50, 0);
}

.chart {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(357deg, #8db234, #fff);
  flex-direction: column;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.about {
  width: 100%;
  height: auto;
  background-color: rgba(0, 7, 50, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.wtf {
  width: 100%;
  height: 100%;
}

.heading-12 {
  text-align: center;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
}

.image-9 {
  padding-right: 5px;
}

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

.heading-13 {
  color: #f30004;
  text-shadow: 0 1px 1px #000;
  font-family: Slackey, sans-serif;
  font-size: 22px;
}

.video-section {
  height: 80vh;
  background-color: var(--yellow-green);
}

.video-slider {
  background-color: var(--yellow-green);
}

.mask {
  height: 600px;
  background-color: var(--yellow-green);
}

.slider, .slide, .slide-2, .slide-3, .slide-4 {
  background-color: var(--yellow-green);
}

.div-block-13 {
  height: auto;
  background-image: url('../images/bg-light.jpg');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  margin-top: 101px;
}

.div-block-14 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  margin-top: 67px;
  display: flex;
}

.div-block-15 {
  display: flex;
}

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

.heading-14 {
  color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: "Helvetica Neue Lt Std 73 Extended", sans-serif;
  font-size: 120px;
}

.image-10 {
  background-color: rgba(249, 249, 249, .05);
  border: 1px #000;
  border-radius: 20px;
  margin-right: 20px;
  padding: 20px;
  display: block;
}

.background-video {
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  display: flex;
}

.image-11 {
  border-radius: 20px;
  margin-bottom: 40px;
}

.cell {
  justify-content: center;
  align-items: center;
}

.div-block-18 {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.div-block-19 {
  color: #000;
}

.div-block-20 {
  -webkit-text-stroke-width: 2px;
  align-items: center;
  display: flex;
}

.cell-4 {
  justify-content: center;
}

.div-block-21 {
  width: 100%;
  height: 100%;
  background-color: rgba(87, 87, 87, .64);
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-5 {
  z-index: 2147483647;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-12 {
  cursor: pointer;
}

.bold-text-2 {
  text-transform: capitalize;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

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

.heading-16 {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.div-block-22 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.bold-text-3 {
  color: #000;
  text-transform: capitalize;
  font-family: Pixeloidsans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.dapps-grid {
  width: 60%;
  grid-column-gap: 0px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.heading-17 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
}

.cex {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px 0;
  display: flex;
}

.cex.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex.footer {
  height: 500px;
  line-height: 200px;
}

.image-13 {
  margin-top: 0;
}

.typed-texttt {
  height: 100%;
  background-color: rgba(177, 177, 177, 0);
  align-items: center;
  padding: 20px;
  display: flex;
}

.paragraph-4 {
  padding-left: 39px;
  padding-right: 39px;
  font-family: Pixeloidsans, sans-serif;
}

.image-14 {
  filter: brightness(200%);
  text-shadow: 0 7px 4px #fff;
}

.web-view {
  margin-top: 20px;
  padding-top: 23px;
  padding-bottom: 20px;
  display: flex;
}

.mobile, .tablet {
  margin-top: 20px;
  padding-top: 23px;
  padding-bottom: 20px;
  display: none;
}

.cell-5 {
  align-items: center;
}

.profits-copy {
  background-color: rgba(0, 7, 50, 0);
}

.takenomics-final {
  background-color: rgba(0, 7, 50, 0);
  display: block;
  overflow: hidden;
}

.about-mobile {
  width: 100%;
  height: 800px;
  background-color: rgba(0, 7, 50, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 37px;
  display: none;
}

.cex-mobile {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: none;
}

.cex-mobile.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-mobile.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.image-16 {
  filter: brightness(110%);
}

.image-17 {
  filter: brightness(133%);
}

.image-18 {
  filter: brightness(131%);
}

.image-18.screener {
  filter: none;
}

.cell-6, .cell-7, .cell-8, .cell-9 {
  align-items: center;
}

.quick-stack-2 {
  width: 40%;
  margin-bottom: 20px;
}

.buttonpixel {
  width: 200px;
  background-color: rgba(56, 152, 236, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.buttonpixel:hover {
  filter: brightness(126%);
}

.buttonpixel.chart {
  background-image: url('../images/CHART-BUTTON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
}

.buttonpixel.chart:hover {
  filter: brightness(126%);
  transform: none;
}

.buttonpixel.telegram {
  height: 100px;
  filter: brightness(133%);
  background-image: url('../images/telegram.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 20px;
  padding-bottom: 20px;
}

.buttonpixel.telegram:hover {
  filter: brightness(126%);
  transform: translate(0, -7px);
}

.buttonpixel.telegram.chartnew {
  background-image: url('../images/chart.png');
}

.buttonpixel.discord {
  filter: brightness(133%);
  background-image: url('../images/discord.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.buttonpixel.discord:hover {
  transform: translate(0, -7px);
}

.buttonpixel.x {
  filter: brightness(133%);
  text-align: center;
  background-image: url('../images/x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 10px;
}

.buttonpixel.x:hover {
  filter: brightness(126%);
  transform: translate(0, -7px);
}

.cell-10 {
  background-image: url('../images/jsdbnsa_1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-items: stretch;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.typed-text {
  width: 90%;
  font-family: Pixeloidsans, sans-serif;
  font-size: 17px;
  line-height: 24px;
  display: flex;
}

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

.image-19 {
  max-width: 100%;
  margin-left: 40px;
  margin-right: 0;
  transform: rotate(0);
}

.paragraph-7 {
  color: #000;
  text-align: center;
  font-family: Pixeloidsans, sans-serif;
  font-size: 18px;
}

.div-block-28 {
  background-color: #fff;
  border: 4px solid #000;
  align-items: center;
  margin-left: 20px;
  padding: 20px;
  display: flex;
}

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

.image-20 {
  margin-bottom: 20px;
}

.image-21 {
  margin-top: 20px;
  margin-bottom: 40px;
}

.buy-now-button {
  width: 250px;
  background-color: rgba(56, 152, 236, 0);
  background-image: url('../images/BUY-SILLY-BUTTON.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 40px;
  padding: 25px;
}

.buy-now-button:hover {
  filter: brightness(126%);
}

.cell-11 {
  padding: 20px;
}

.background-video-2 {
  height: 150px;
  border: 10px solid #fff;
  border-radius: 0;
  padding: 150px;
}

.background-video-3, .background-video-4, .background-video-5, .background-video-6 {
  padding: 100px;
}

.quick-stack-4 {
  height: 100px;
}

.nfts-going-left {
  margin-bottom: 250px;
}

.container-right {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-right.chart-normal {
  height: auto;
  justify-content: flex-start;
  align-items: center;
}

.container-right.mobil-chart {
  display: none;
}

.container-left {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.container-left.mobil-chart {
  display: none;
}

.cell-12 {
  background-color: rgba(255, 255, 255, 0);
}

.div-block-31 {
  background-color: rgba(255, 255, 255, .44);
}

.div-block-32 {
  background-color: rgba(255, 255, 255, 0);
}

.contaner-right {
  height: 400px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.container-copy, .container-leftt {
  height: 100px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 20px;
  display: block;
}

.nft-preview {
  background-color: rgba(0, 7, 50, 0);
  display: none;
  overflow: hidden;
}

.wrapper-nfts {
  padding-top: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

.marquee-wrapper {
  width: 200%;
  display: flex;
}

.marquee-div {
  width: 50%;
  justify-content: space-between;
  display: flex;
}

.card-nfts {
  height: 400px;
  border: 0 solid #000;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.horizontal-marquee {
  width: 200vw;
  align-items: center;
  margin-top: 46px;
  display: flex;
  overflow: hidden;
}

.inner-marquee {
  width: 200vw;
  justify-content: space-around;
  display: flex;
  overflow: hidden;
}

.inner-marquee.oposite {
  overflow: hidden;
}

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

.div-block-34 {
  width: auto;
  height: auto;
}

.background-video-7 {
  width: 350px;
  height: 350px;
  border: 5px solid #000;
  margin-left: auto;
  margin-right: 20px;
}

.section-6 {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.div-block-37 {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 20px;
  display: flex;
}

.section-7 {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 63px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-39 {
  display: none;
}

.image-24 {
  max-width: 102%;
  filter: brightness(124%);
}

.image-25 {
  filter: brightness(122%);
}

.image-26 {
  filter: brightness(137%);
}

.image-27 {
  filter: brightness(200%);
}

.dapps {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.dapps.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.dapps.footer {
  height: 500px;
  line-height: 200px;
}

.image-28, .image-29 {
  margin-bottom: 20px;
}

.dapps-mobile {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: none;
}

.dapps-mobile.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.dapps-mobile.footer {
  height: 500px;
  line-height: 200px;
}

.image-31 {
  filter: brightness(124%);
}

.image-32 {
  filter: brightness(114%);
}

.dapp {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.dapp.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.dapp.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-copy-copy {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-copy-copy.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-copy-copy.footer {
  height: 500px;
  line-height: 200px;
}

.cex-images {
  max-width: 70%;
  filter: brightness(130%);
}

.cex-images.lbank {
  filter: brightness(86%);
}

.cex-images.bybit, .cex-images.orangex {
  filter: brightness();
}

.cex-images.kucoin {
  filter: brightness(120%);
}

.cex-grid {
  width: 80%;
  grid-column-gap: 0px;
  grid-row-gap: 54px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  display: grid;
}

.cex-tablet {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: none;
}

.cex-tablet.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-tablet.footer {
  height: 500px;
  line-height: 200px;
}

.cex-tablet-link {
  width: 100%;
  height: auto;
  background-color: rgba(31, 41, 133, 0);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 10px;
  display: flex;
}

.cex-tablet-link.tokeonomics {
  height: 1000px;
  text-align: center;
  background-color: #ffbf00;
  background-image: linear-gradient(#ffc640, #e69021);
  border-radius: 0;
}

.cex-tablet-link.footer {
  height: 500px;
  line-height: 200px;
}

.link-block-footer {
  margin: 20px;
}

.nft-gallery {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.gallery-mobile {
  display: none;
}

.web-nft-gallery {
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.div-block-43 {
  background-color: rgba(104, 243, 96, 0);
  background-image: url('../images/pixel-bg.png');
  background-position: 0 0;
  background-size: auto;
  border: 3px solid #fff;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 0;
  padding: 9px;
  display: flex;
}

.link-block-3 {
  margin-top: 8px;
  margin-bottom: 8px;
  margin-right: 0;
}

.link-block-4 {
  margin-right: 10px;
}

.image-38 {
  margin-left: 0;
}

.floating-networks {
  z-index: 99999;
  width: auto;
  height: auto;
  background-color: rgba(255, 0, 0, 0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

@media screen and (max-width: 991px) {
  .button {
    width: auto;
    text-align: center;
    margin-bottom: 36px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .buttons.buy.comm, .buttons.buy.buy2 {
    text-align: center;
  }

  .buttons.buy.top {
    background-image: url('../images/BUY-SILLY-BUTTON.png');
  }

  .heading-3 {
    line-height: 60px;
  }

  .heading-3.boxes {
    padding-bottom: 0;
  }

  .paragraph.mobile, .paragraph.mainbox {
    height: 100%;
    font-size: 15px;
  }

  .section {
    padding-top: 0;
    overflow: hidden;
  }

  .grid-4 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .new-footer {
    background-color: rgba(20, 20, 20, 0);
  }

  .nav-link:active {
    color: var(--orange-red);
  }

  .container-8 {
    height: auto;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .image-7 {
    padding-top: 0;
  }

  .sociallink {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sociallinkicons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

  .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navbar-5 {
    background-color: rgba(0, 0, 0, .5);
  }

  .nav-link-3 {
    text-align: center;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-4 {
    background-color: rgba(0, 0, 0, .5);
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    padding-bottom: 25px;
    display: flex;
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-3 {
    color: #fff;
  }

  .profits {
    padding-bottom: 73px;
  }

  .about {
    height: auto;
  }

  .div-block-16 {
    align-items: center;
  }

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

  .image-10 {
    height: 100%;
    background-color: rgba(249, 249, 249, .08);
    border-style: none;
  }

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

  .quick-stack {
    flex: 0 auto;
  }

  .dapps-grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cex {
    display: none;
  }

  .typed-texttt {
    height: auto;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
    padding: 43px;
  }

  .web-view {
    flex-direction: row;
    display: flex;
  }

  .mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .tablet {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .cell-5 {
    justify-content: center;
    align-items: center;
  }

  .image-15 {
    margin-top: 40px;
  }

  .profits-copy, .takenomics-final {
    padding-bottom: 73px;
  }

  .about-mobile {
    height: auto;
  }

  .cex-mobile {
    display: none;
  }

  .quick-stack-2 {
    width: 80%;
  }

  .buttonpixel.telegram {
    background-image: url('../images/telegram.png');
    background-size: contain;
  }

  .buttonpixel.telegram.chartnew {
    background-image: url('../images/chart.png');
    background-size: contain;
  }

  .buttonpixel.discord {
    background-image: url('../images/discord.png');
    background-size: contain;
  }

  .buttonpixel.x {
    background-image: url('../images/x.png');
    background-size: contain;
  }

  .cell-10 {
    background-image: url('../images/jsdbnsa.png');
    background-size: contain;
    justify-content: center;
    align-items: center;
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .quick-stack-3 {
    grid-row-gap: 0px;
  }

  .typed-text {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 16px;
  }

  .image-19 {
    width: 50%;
    height: auto;
    margin-left: 5px;
  }

  .paragraph-7 {
    margin-bottom: 0;
  }

  .div-block-28 {
    margin-top: 40px;
  }

  .container-right, .container-left {
    height: auto;
  }

  .nft-preview {
    padding-bottom: 73px;
  }

  .boxes-sdds {
    margin-left: auto;
    margin-right: auto;
  }

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

  .div-block-36 {
    display: flex;
  }

  .image-22, .image-23 {
    filter: brightness(200%);
  }

  .dapps {
    display: none;
  }

  .dapps-mobile {
    display: flex;
  }

  .dapp, .cex-copy, .cex-copy-copy {
    display: block;
  }

  .cex-images {
    max-width: 80%;
  }

  .cex-mobiles.bitmart {
    filter: brightness(130%);
  }

  .cex-mobiles.bitget {
    filter: brightness(116%);
  }

  .cex-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cex-grid {
    width: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cex-tablet {
    display: flex;
  }

  .cex-tablet-link {
    padding: 0;
    display: block;
  }

  .cex-tablet-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link-block-2, .link-block-footer {
    margin: 10px;
  }
}

@media screen and (max-width: 767px) {
  .heading-3 {
    margin-top: 40px;
  }

  .heading-3._50 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .paragraph.mobile, .paragraph.mainbox {
    margin-top: 20px;
  }

  .div-block-2 {
    flex-direction: column;
  }

  .nav-menu-2 {
    background-color: #fff;
  }

  .menu-button.w--open {
    color: #000;
    background-color: #fff;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

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

  .navbar-5 {
    background-color: rgba(0, 0, 0, .5);
  }

  .nav-link-3 {
    text-shadow: none;
  }

  .nav-menu-4 {
    background-color: rgba(0, 0, 0, .5);
  }

  .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .container-13 {
    background-color: rgba(0, 0, 0, .07);
  }

  .profits, .about {
    height: auto;
  }

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

  .cell-2 {
    justify-content: center;
    align-items: center;
  }

  .cell-3 {
    align-items: center;
  }

  .dapps-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cex {
    display: none;
  }

  .typed-texttt {
    padding: 0 1px;
  }

  .web-view {
    display: none;
  }

  .tablet {
    display: flex;
  }

  .profits-copy, .takenomics-final, .about-mobile {
    height: auto;
  }

  .cex-copy {
    display: block;
  }

  .quick-stack-2 {
    width: 80%;
  }

  .buttonpixel {
    margin-left: 10px;
  }

  .buttonpixel.chart {
    margin-top: 20px;
  }

  .buttonpixel.telegram {
    margin-left: 0;
    margin-right: 10px;
  }

  .buttonpixel.telegram.x-horizontal {
    background-image: url('../images/x.png');
  }

  .buttonpixel.telegram.discord-horizontal {
    background-image: url('../images/discord.png');
  }

  .buttonpixel.x {
    background-image: url('../images/XNEW.svg');
  }

  .typed-text {
    font-size: 15px;
    line-height: 16px;
  }

  .image-19 {
    width: 70%;
    margin-bottom: 0;
  }

  .div-block-28 {
    margin-right: 20px;
  }

  .nft-preview {
    height: auto;
  }

  .div-block-33 {
    flex-direction: column;
  }

  .background-video-7 {
    margin-bottom: 20px;
  }

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

  .dapps {
    display: none;
  }

  .image-29 {
    margin-bottom: 40px;
  }

  .dapp, .cex-copy, .cex-copy-copy {
    display: flex;
  }

  .cex-images {
    max-width: 100%;
  }

  .cex-grid {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cex-tablet, .cex-tablet-link {
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .div-block {
    grid-template-columns: 1fr;
  }

  .text-span {
    font-weight: 600;
    line-height: 20px;
  }

  .button {
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .buttons.buy {
    text-align: center;
    justify-content: center;
  }

  .buttons.buy.chart {
    background-color: #22b322;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .buttons.buy.comm, .buttons.buy.buy2 {
    background-color: #8c8c8c;
    margin-top: 16px;
    margin-bottom: 16px;
  }

  .buttons.buy.top {
    width: 200px;
    height: 60px;
  }

  .container-2 {
    flex-direction: row;
  }

  .heading-2 {
    font-weight: 700;
  }

  .heading-3 {
    color: #fff;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 11px;
    margin-bottom: 11px;
    padding-top: 0;
    padding-bottom: 0;
    font-family: "Helvetica Neue Lt Std 73 Extended", sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    display: flex;
  }

  .heading-3.mini {
    align-items: center;
    display: flex;
  }

  .heading-3.heading-3-small {
    text-align: center;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-3.heading-3-small.footer {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    font-size: 23px;
  }

  .heading-3.heading-3-small.footer.socials {
    margin-top: -1px;
  }

  .heading-3.middle {
    margin-top: 0;
    padding-top: 0;
  }

  .heading-3.boxes {
    margin-top: 31px;
    padding-bottom: 7px;
  }

  .heading-3.roadmapheading {
    font-size: 30px;
  }

  .heading-3.partner {
    margin-top: 64px;
    padding-bottom: 0;
    font-size: 28px;
  }

  .heading-3.corner-title {
    font-size: 30px;
  }

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

  .heading-3.middle-copy {
    margin-top: 0;
    padding-top: 0;
  }

  .paragraph {
    margin-bottom: 44px;
    padding-top: 71px;
    padding-bottom: 0;
  }

  .paragraph.mobile, .paragraph.mainbox {
    width: 100%;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 22px 24px;
    font-size: 16px;
    font-weight: 400;
    display: flex;
  }

  .body {
    background-color: #000;
    flex-direction: column;
    display: flex;
  }

  .grid {
    height: 800px;
    grid-template-columns: 1fr;
  }

  .container-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .grid-2 {
    background-color: var(--light-yellow);
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 16px;
    padding-top: 0;
    display: flex;
  }

  .text-block-2 {
    text-align: left;
  }

  .grid-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 174px;
    display: block;
  }

  .section {
    height: 900px;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 88px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .grid-4 {
    width: 100%;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .grid-6 {
    flex-direction: column;
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .text-span-3.wtf {
    color: #000;
    text-shadow: -2px 1px 3px rgba(0, 0, 0, .4);
  }

  .grid-7 {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    margin-bottom: 0;
    padding-bottom: 0;
    display: flex;
  }

  .partnerbox {
    margin-right: 0;
  }

  .partners {
    width: auto;
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 44px;
    padding-bottom: 44px;
    display: none;
    overflow: hidden;
  }

  .container-4 {
    height: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-8 {
    grid-template-columns: 1fr;
    margin-top: 83px;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .heading-9 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 4px;
    font-size: 12px;
  }

  .div-block-2 {
    height: auto;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0;
  }

  .div-block-2.roadmap {
    justify-content: center;
    margin-right: 0;
  }

  .image-3 {
    width: 70%;
    max-width: 150%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    transform: none;
  }

  .div-block-3 {
    padding-top: 4px;
  }

  .container-5 {
    max-width: 100%;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    display: flex;
  }

  .bold-text.contract {
    text-align: center;
  }

  .whatisbnbtiger {
    height: 900px;
    background-color: rgba(252, 254, 226, 0);
    overflow: hidden;
  }

  .hero-section {
    display: flex;
  }

  .image-4 {
    width: 100%;
    position: static;
  }

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

  .container-7 {
    color: rgba(255, 255, 255, 0);
    padding-top: 0;
  }

  .scroll-snap-wrapper {
    background-color: var(--light-yellow);
  }

  .year-final {
    width: auto;
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .year-final.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .year-final.mobil {
    display: flex;
  }

  .youtube {
    height: auto;
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
    overflow: hidden;
  }

  .youtube.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .roadmap {
    height: auto;
    flex-direction: column;
    padding-bottom: 0;
    overflow: hidden;
  }

  .section-copy {
    height: 900px;
    margin-top: 456px;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .section-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .section-copy-copy {
    height: 900px;
    margin-top: 456px;
    margin-bottom: 1px;
    padding-bottom: 0;
  }

  .section-copy-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .new-footer {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 1px;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .new-footer.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .navbar-3 {
    color: #000;
  }

  .nav-link.dappnew {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .container-8 {
    height: auto;
  }

  .container-8.chart-normal {
    display: none;
  }

  .container-8.mobil-chart {
    display: none;
    overflow: hidden;
  }

  .div-block-4 {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2, .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #000;
  }

  .sociallinkicons {
    flex-direction: row;
  }

  .container-9 {
    color: #000;
  }

  .text-span-5.headings.links {
    font-size: 20px;
    font-weight: 400;
  }

  .nav-menu-3 {
    background-color: #fff;
  }

  .menu-button-2 {
    color: #312d2d;
  }

  .menu-button-2.w--open {
    color: #000;
    background-color: #fff;
  }

  .container-10 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-2 {
    height: auto;
    flex-direction: column;
    overflow: hidden;
  }

  .html-embed {
    width: auto;
  }

  .div-block-6 {
    flex-direction: column;
    display: none;
  }

  .image-8 {
    display: inline-block;
  }

  .div-block-7 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-5 {
    z-index: 2147483647;
  }

  .nav-link-3 {
    text-shadow: none;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-12 {
    height: auto;
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

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

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

  .nav-menu-4 {
    background-color: rgba(0, 0, 0, .49);
  }

  .menu-button-3, .menu-button-3.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .icon-3 {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
  }

  .columns {
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .div-block-11 {
    height: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column {
    height: 100%;
  }

  .footer-headings.headings.links {
    font-size: 20px;
    font-weight: 400;
  }

  .grid-9 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .paragraph-3 {
    text-align: center;
  }

  .chart {
    height: auto;
    flex-direction: column;
    overflow: hidden;
  }

  .about {
    height: 900px;
    background-color: var(--midnight-blue-2);
    display: none;
    overflow: hidden;
  }

  .video-section {
    height: 80vh;
    background-color: var(--yellow-green);
  }

  .slider, .slide-5 {
    background-color: var(--yellow-green);
  }

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

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

  .heading-14 {
    margin-top: 40px;
    font-size: 42px;
  }

  .background-video {
    height: auto;
    margin-top: 40px;
  }

  .image-11 {
    border: 1px #000;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-22 {
    flex-direction: column;
    margin-top: 0;
  }

  .bold-text-3 {
    width: auto;
    font-size: 11px;
    line-height: 7px;
  }

  .dapps-grid {
    grid-row-gap: 0px;
    grid-template-rows: 91px auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cex {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .cex.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .paragraph-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .web-view {
    flex-direction: column;
  }

  .mobile {
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin: 20px 0 0;
    padding: 0;
    display: flex;
  }

  .tablet {
    flex-direction: column;
    display: none;
  }

  .image-15 {
    margin-bottom: 40px;
  }

  .takenomics-final {
    width: auto;
    padding-bottom: 40px;
  }

  .about-mobile {
    height: auto;
    background-color: rgba(8, 9, 77, 0);
    margin-bottom: auto;
    padding-top: 40px;
    display: block;
    overflow: hidden;
  }

  .div-block-25 {
    width: auto;
    height: auto;
    background-color: #fff;
    border: 5px solid #000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .cex-mobile {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .cex-mobile.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .quick-stack-2 {
    width: 90%;
    padding: 0;
  }

  .buttonpixel {
    height: 40px;
    margin-left: 0;
  }

  .buttonpixel.chart {
    background-image: url('../images/CHART-BUTTON-LARGE.svg');
    margin-top: 0;
    margin-left: 0;
  }

  .buttonpixel.telegram {
    height: 70px;
    filter: brightness(125%);
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .buttonpixel.discord {
    height: 70px;
    filter: brightness(125%);
    margin-left: 0;
  }

  .buttonpixel.x {
    margin-top: 0;
    margin-left: 0;
  }

  .buttonpixel.x-mobil {
    height: 70px;
    filter: brightness(125%);
    background-image: url('../images/x.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .div-block-26 {
    justify-content: center;
    margin-top: 14px;
    display: flex;
  }

  .paragraph-6 {
    text-align: left;
    padding-left: 27px;
    padding-right: 27px;
    font-family: Pixeloidsans, sans-serif;
  }

  .image-19 {
    width: 90%;
    margin-left: 0;
  }

  .div-block-28 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .background-video-2 {
    padding: 74px;
  }

  .container-right {
    height: auto;
  }

  .container-right.chart-normal {
    display: flex;
  }

  .container-right.mobil-chart {
    display: block;
  }

  .container-left {
    height: auto;
  }

  .container-left.chart-normal {
    display: none;
  }

  .container-left.mobil-chart {
    display: block;
  }

  .nft-preview {
    width: auto;
  }

  .nfts {
    margin-left: 8px;
    margin-right: 8px;
  }

  .horizontal-marquee, .inner-marquee {
    width: 100vw;
    overflow: hidden;
  }

  .background-video-7 {
    margin-left: 20px;
  }

  .div-block-37 {
    display: flex;
  }

  .section-7 {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 88px;
    display: flex;
    overflow: hidden;
  }

  .div-block-38 {
    display: none;
  }

  .background-video-8 {
    width: 150px;
    height: 150px;
  }

  .div-block-39 {
    width: 100vw;
    max-width: 350px;
    min-width: 300px;
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .image-22 {
    filter: brightness(200%);
  }

  .image-23 {
    filter: brightness(152%);
  }

  .image-24 {
    filter: brightness(137%);
  }

  .dapps {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .dapps.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .image-29 {
    margin-top: 20px;
  }

  .dapps-mobile {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    overflow: hidden;
  }

  .dapps-mobile.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .image-33 {
    margin-top: 40px;
  }

  .dapp {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .dapp.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .cex-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-copy-copy {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    overflow: hidden;
  }

  .cex-copy-copy.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .image-34 {
    margin-bottom: 20px;
  }

  .image-35 {
    filter: brightness(126%);
    display: block;
  }

  .image-36 {
    display: block;
  }

  .div-block-40 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: grid;
  }

  .cex-mobiles.lbank {
    filter: brightness(84%);
  }

  .cex-mobiles.coinw {
    filter: brightness(118%);
  }

  .image-37 {
    filter: brightness(126%);
  }

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

  .cex-div {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .dex-div {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .cex-grid {
    grid-row-gap: 0px;
    grid-template-rows: 91px auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cex-tablet {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .cex-tablet.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .cex-tablet-link {
    height: auto;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    overflow: hidden;
  }

  .cex-tablet-link.tokeonomics {
    height: 1600px;
    margin-top: 74px;
  }

  .div-block-42 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .gallery-mobile {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .web-nft-gallery {
    display: none;
  }
}

#w-node-ce6bd5b3-3757-0319-cc8b-fea107382260-52bf1259 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-ce6bd5b3-3757-0319-cc8b-fea10738226b-52bf1259 {
  grid-area: span 5 / span 1 / span 5 / span 1;
}

#w-node-e654b734-3423-1ef1-1ee7-065ff5280fd5-52bf1259, #w-node-_08fef9c8-8dbc-7ab4-7021-e7ed9b275e66-52bf1259, #w-node-b1d6d2b3-465e-dcef-de84-945821df09c3-52bf1259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-b1d6d2b3-465e-dcef-de84-945821df09c4-52bf1259, #w-node-b1d6d2b3-465e-dcef-de84-945821df09cb-52bf1259, #w-node-b1d6d2b3-465e-dcef-de84-945821df09cc-52bf1259, #w-node-b1d6d2b3-465e-dcef-de84-945821df09d9-52bf1259, #w-node-b1d6d2b3-465e-dcef-de84-945821df09da-52bf1259, #w-node-_960d6633-b9e3-e78f-f1e3-8feb52c9de59-52bf1259, #w-node-_960d6633-b9e3-e78f-f1e3-8feb52c9de5a-52bf1259, #w-node-_103c74d4-25d4-94c3-c5da-6d41b228d83f-52bf1259, #w-node-_103c74d4-25d4-94c3-c5da-6d41b228d840-52bf1259, #w-node-_5336b757-613c-c40c-c9d7-74c739db4ec8-52bf1259, #w-node-_5336b757-613c-c40c-c9d7-74c739db4ec9-52bf1259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0e2176d9-b6be-6162-32e6-3721de0fa984-52bf1259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0e2176d9-b6be-6162-32e6-3721de0fa985-52bf1259, #w-node-_0e2176d9-b6be-6162-32e6-3721de0fa98e-52bf1259, #w-node-_4e947116-32c8-9378-45f1-4d5d8471c3be-52bf1259, #w-node-e73b30ca-5338-1b31-8ccc-98f3481bd02c-52bf1259, #w-node-_3c3d9e2b-fdd4-5440-32f0-9f82a6cc79f3-52bf1259, #w-node-_27f588a7-b4e7-feb9-3db4-a1d23815a940-52bf1259, #w-node-_25752d15-a610-9f16-58d1-2c45648ad48a-52bf1259, #w-node-_25752d15-a610-9f16-58d1-2c45648ad48b-52bf1259, #w-node-_171f534b-a146-2462-200f-59129d3f9d1f-52bf1259, #w-node-_413bf3cf-de2a-3e23-cb5e-a9afb907b7d3-52bf1259, #w-node-_413bf3cf-de2a-3e23-cb5e-a9afb907b7d4-52bf1259, #w-node-a466dab8-713d-ebf5-111c-ca5675531aaf-52bf1259, #w-node-a466dab8-713d-ebf5-111c-ca5675531ab0-52bf1259, #w-node-_1b0bffe7-4a6b-0ae7-f18e-2ba83385b7fe-52bf1259, #w-node-_1b0bffe7-4a6b-0ae7-f18e-2ba83385b7ff-52bf1259, #w-node-b6cab74c-2990-6a9a-0be7-cb8efea00cf6-52bf1259, #w-node-fe378038-23b4-0ec6-abe1-d83f9f86db1b-52bf1259, #w-node-_8fa6826e-48e2-d366-8fae-297abe1085c1-52bf1259, #w-node-_0eac57e9-c315-afae-ca84-6ccd027c6e1c-52bf1259, #w-node-ea038987-46da-bdec-0a94-26ba0ad782aa-52bf1259, #w-node-_9b9d3ced-4af5-b28a-e800-33a8f0d98900-52bf1259, #w-node-_9b9d3ced-4af5-b28a-e800-33a8f0d98901-52bf1259, #w-node-_72048f0e-9662-0b10-b08c-0c94d0d2743b-52bf1259, #w-node-_72048f0e-9662-0b10-b08c-0c94d0d2743c-52bf1259, #w-node-_2fa615f5-4705-9fc2-8c54-628107e836bb-52bf1259, #w-node-_1c8a1f03-0353-c172-2961-10e288192b75-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d01-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d02-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d03-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d05-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d06-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d07-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d08-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d09-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d0a-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d0b-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d0c-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d0d-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d0e-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d0f-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d10-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d11-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d12-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d13-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d14-52bf1259, #w-node-dbe4ca55-abd4-0121-8a6f-8a6d3fd47d15-52bf1259, #w-node-_7559f8e4-5b3d-84fb-feae-23606e692a71-52bf1259, #w-node-a8da8947-f285-7b1a-8f09-a35d15400878-52bf1259, #w-node-a8da8947-f285-7b1a-8f09-a35d15400879-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a5-52bf1259, #w-node-cb90e42b-62e6-ffe4-ad54-57452fd2a48a-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a7-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a8-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a3-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a4-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a9-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50aa-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50ab-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50ad-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50ae-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50af-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50b0-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50b1-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50b2-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50b3-52bf1259, #w-node-_313eae1c-c18e-e73b-ca94-1489296b50b4-52bf1259, #w-node-_002ae21d-a951-135a-267a-040d3c72b159-52bf1259, #w-node-_002ae21d-a951-135a-267a-040d3c72b15b-52bf1259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6dfea3b4-5a3d-2ca0-dd3e-0f50df8946fd-52bf1259 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-a52314bf-af6b-4525-46bf-eea805c5c612-52bf1259 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d03e556-40b8-1b0c-cbaa-3d3c28b5ecca-28b5eca0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_01e4274c-d542-719d-a54b-edd3c6324b3d-52bf1259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ce6bd5b3-3757-0319-cc8b-fea107382260-52bf1259 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_1c8a1f03-0353-c172-2961-10e288192b75-52bf1259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ce6bd5b3-3757-0319-cc8b-fea10738226b-52bf1259 {
    grid-area: span 3 / span 1 / span 3 / span 1;
    align-self: center;
    justify-self: center;
  }

  #w-node-_0e2176d9-b6be-6162-32e6-3721de0fa982-52bf1259, #w-node-_4e947116-32c8-9378-45f1-4d5d8471c3be-52bf1259, #w-node-e73b30ca-5338-1b31-8ccc-98f3481bd02c-52bf1259, #w-node-_3c3d9e2b-fdd4-5440-32f0-9f82a6cc79f3-52bf1259, #w-node-_27f588a7-b4e7-feb9-3db4-a1d23815a940-52bf1259, #w-node-_7122f67b-e259-e53a-a477-af6ee0f0f519-52bf1259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a5-52bf1259 {
    align-self: center;
    justify-self: center;
  }

  #w-node-_313eae1c-c18e-e73b-ca94-1489296b50a3-52bf1259 {
    align-self: auto;
    justify-self: auto;
  }

  #w-node-_313eae1c-c18e-e73b-ca94-1489296b50b1-52bf1259, #w-node-_002ae21d-a951-135a-267a-040d3c72b159-52bf1259 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_41467c05-6f5f-4a24-58b1-452f24ce4f93-28b5eca0, #w-node-ab564972-3aa0-aefc-7bdd-5e656845008d-28b5eca0, #w-node-_59d33dce-9a70-fc92-281e-d265e033a17f-28b5eca0, #w-node-fce26372-31e7-1db9-3d85-86eddb334bb5-28b5eca0, #w-node-_708c06d6-16dc-acbd-eb5d-b9b4aebbe3bd-28b5eca0 {
    align-self: center;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Tigeryen';
  src: url('../fonts/TIGERYEN.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixeloidsans';
  src: url('../fonts/PixeloidSans.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pixeloidsans';
  src: url('../fonts/PixeloidSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Lt Std 73 Extended';
  src: url('../fonts/Helvetica-Neue-LT-Std-73-Bold-Extended.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}