:root {
    --midnight-blue: #0c0e70;
    --orange-red: #ef5302;
    --dim-grey: #575757;
    --light-yellow: #92783f;
    --yellow-green: #8db234;
    --black: #000;
    --orange-red-2: #ee5603;
    --midnight-blue-2: var(--black);
    --pale-green: #92f892;
    --lime-green: #54d354;
    --spring-green: #73fb73;
    --chart: #e25b15;
    --light-steel-blue: #94b9ff;
    --white: var(--midnight-blue);
  }
  
  .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 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100px;
    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 {
    text-align: left;
    background-color: #4fa71f;
    border-radius: 7px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;
    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 {
    background-color: var(--orange-red);
    color: #fff;
    border: 1px #000;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    height: 25px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
  }
  
  .buttons.buy {
    background-color: #357935;
    border-style: solid;
    border-color: #fff;
    width: 150px;
    height: 40px;
    margin-right: 17px;
    font-weight: 700;
  }
  
  .buttons.buy:hover {
    background-color: #52af52;
  }
  
  .buttons.buy.chart {
    background-color: #4eb74800;
    background-image: url('../images/TELEGRAM-BUTTOM.svg');
    background-position: 0 0;
    background-size: auto;
    border: 0 solid #000;
    border-radius: 18px;
    width: 200px;
    padding: 25px;
    font-family: Pixeloidsans, sans-serif;
    font-weight: 700;
  }
  
  .buttons.buy.chart:hover {
    color: #fff;
    background-color: #35793500;
    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 {
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #000;
    background-color: #1c901c;
    border: 2px solid #161111;
    border-radius: 5px;
    width: 200px;
    margin-top: 0;
    padding: 20px;
  }
  
  .buttons.buy.comm:hover {
    filter: brightness(123%);
    color: #fff;
    background-color: #1c901c;
  }
  
  .buttons.buy.comm.buy-now {
    background-color: #29562200;
    background-image: linear-gradient(#efd302, #be5d40 49%, #1d1b01);
    border-color: #d99241;
    padding-bottom: 0;
    box-shadow: 6px 4px #3b1500;
  }
  
  .buttons.buy.buy2 {
    -webkit-text-stroke-width: .3px;
    -webkit-text-stroke-color: #000;
    background-color: #1c901c;
    border: 2px solid #161111;
    border-radius: 5px;
    width: 200px;
    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: #29562200;
    background-image: linear-gradient(#efd302, #be5d40 49%, #1d1b01);
    border-color: #d99241;
    padding-bottom: 0;
    box-shadow: 6px 4px #3b1500;
  }
  
  .buttons.buy.top {
    filter: brightness(133%);
    -webkit-text-stroke-width: 0px;
    background-color: #35793500;
    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;
    width: 150px;
    height: auto;
    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 #0000;
    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 {
    color: #000;
    width: 100%;
    font-family: Open Sans, sans-serif;
    font-size: 23px;
    display: block;
  }
  
  .body {
    background-color: #7882f4;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
  }
  
  .grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    height: 500px;
  }
  
  .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 {
    background-color: var(--orange-red);
    text-align: center;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-weight: 700;
    display: flex;
  }
  
  .grid-3 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }
  
  .section {
    z-index: 20;
    background-color: #14141400;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }
  
  .section.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .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 {
    -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;
    width: 300px;
    height: 230px;
    box-shadow: 0 2px 5px #0003;
  }
  
  .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;
    place-content: center;
    place-items: stretch 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 #0003;
  }
  
  .grid-7 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  
  .partnerbox {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff;
    border-radius: 9px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 100px;
    margin-top: 18px;
    margin-right: 18px;
    padding-top: 0;
    padding-right: 0;
    display: flex;
    box-shadow: 0 2px 5px #0003;
  }
  
  .partners {
    background-color: var(--midnight-blue);
    width: 100%;
    height: 507px;
    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 #0000003b;
  }
  
  .div-block-2 {
    text-align: center;
    background-color: #138d4400;
    border-radius: 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    height: auto;
    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: #138d4400;
  }
  
  .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 #0003;
  }
  
  .image-2 {
    text-align: center;
    background-color: #0000;
    width: 50px;
  }
  
  .image-2.icon {
    background-color: #279c6200;
    border-radius: 7px;
    width: 55px;
    min-width: 11px;
    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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
  }
  
  .button-3 {
    background-color: var(--orange-red);
    width: 100px;
    height: 25px;
  }
  
  .bold-text {
    color: var(--orange-red);
  }
  
  .bold-text.contract {
    text-align: center;
  }
  
  .whatisbnbtiger {
    background-color: #fcfee2;
    background-image: linear-gradient(to bottom, var(--yellow-green), #f5ffc7 100%, #f1f9d0);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    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;
    inset: auto 0% 8% auto;
  }
  
  .scroll-snap-wrapper {
    overflow: visible;
  }
  
  .year-final {
    background-color: #00073200;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 52px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }
  
  .year-final.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .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 {
    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;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 36px;
    display: flex;
  }
  
  .youtube.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .youtube.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .roadmap {
    background-image: linear-gradient(to bottom, #fff, var(--midnight-blue));
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 51px;
    padding-bottom: 51px;
    display: block;
  }
  
  .section-copy {
    background-color: #000;
    background-image: url('../images/High_resolution_wallpaper_background_ID_77700392819.jpg');
    background-position: 0 0;
    background-size: contain;
    height: 500px;
    margin-top: -5px;
    padding-top: 36px;
  }
  
  .section-copy.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .section-copy.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .section-copy-copy {
    background-color: #000;
    background-image: url('../images/High_resolution_wallpaper_background_ID_77700392819.jpg');
    background-position: 0 0;
    background-size: contain;
    height: 500px;
    margin-top: -5px;
    padding-top: 36px;
  }
  
  .section-copy-copy.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .section-copy-copy.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .new-footer {
    background-color: #7882f4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 36px;
    display: flex;
  }
  
  .new-footer.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .new-footer.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .image-6 {
    width: 100px;
  }
  
  .link-block {
    position: absolute;
    inset: auto 0% 0% auto;
  }
  
  .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 {
    float: right;
    background-color: var(--orange-red);
    color: #fff;
    border-radius: 9px;
    height: auto;
    margin-top: 9px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  
  .container-8 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    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 {
    background-color: #357935;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    height: 65px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }
  
  .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 {
    color: #fff;
    background-color: #48b548;
    width: 400px;
    font-family: Open Sans, sans-serif;
  }
  
  .text-span-6.buynow {
    border-radius: 5px;
    padding-left: 19px;
    padding-right: 16px;
    font-size: 26px;
  }
  
  .section-2 {
    background-color: #0000;
    background-image: linear-gradient(357deg, #8db234, #fff);
    flex-direction: column;
    width: auto;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
  }
  
  .html-embed {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
    display: flex;
  }
  
  .navbar-5 {
    background-color: #0019f5;
    border: 2px #000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }
  
  .nav-link-3 {
    color: #fffcf6;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
    text-transform: uppercase;
    text-shadow: 4px 2px 1px #000;
    background-color: #0000;
    margin-left: 9px;
    margin-right: 9px;
    padding-left: 0;
    padding-right: 0;
    font-family: Changa One, Impact, sans-serif;
    font-size: 22px;
    font-weight: 400;
  }
  
  .nav-link-3:hover {
    color: #fff;
  }
  
  .nav-link-3.w--current {
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 2px 1px #000;
    font-weight: 400;
  }
  
  .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 {
    align-items: center;
    width: 50%;
    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 #0003;
  }
  
  .grid-9 {
    background-color: #fff0;
    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: #00073200;
  }
  
  .chart {
    background-color: #0000;
    background-image: linear-gradient(357deg, #8db234, #fff);
    flex-direction: column;
    width: auto;
    height: auto;
    padding-top: 45px;
    padding-bottom: 45px;
    display: flex;
  }
  
  .about {
    background-color: #7882f4;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    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 {
    background-color: var(--yellow-green);
    height: 80vh;
  }
  
  .video-slider {
    background-color: var(--yellow-green);
  }
  
  .mask {
    background-color: var(--yellow-green);
    height: 600px;
  }
  
  .slider, .slide, .slide-2, .slide-3, .slide-4 {
    background-color: var(--yellow-green);
  }
  
  .div-block-13 {
    background-image: url('../images/bg-light.jpg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    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 {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
    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: #f9f9f90d;
    border: 1px #000;
    border-radius: 20px;
    margin-right: 20px;
    padding: 20px;
    display: block;
  }
  
  .background-video {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    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: #0000;
  }
  
  .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 {
    background-color: #575757a3;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }
  
  .section-5 {
    z-index: 2147483647;
    position: fixed;
    inset: 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 {
    grid-column-gap: 10px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 60%;
    margin-top: 40px;
    margin-bottom: 40px;
    display: grid;
  }
  
  .heading-17 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 60px;
  }
  
  .cex {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: flex;
  }
  
  .cex.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .cex.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .image-13 {
    margin-top: 0;
  }
  
  .typed-texttt {
    background-color: #b1b1b100;
    align-items: center;
    height: 100%;
    padding: 20px;
    display: flex;
  }
  
  .paragraph-4 {
    padding-left: 39px;
    padding-right: 39px;
    font-family: Pixeloidsans, sans-serif;
  }
  
  .image-14 {
    text-shadow: 0 7px 4px #fff;
  }
  
  .web-view {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    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: #00073200;
  }
  
  .takenomics-final {
    background-color: #7882f4;
    display: block;
    overflow: hidden;
  }
  
  .about-mobile {
    background-color: #00073200;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 800px;
    padding-top: 37px;
    display: none;
  }
  
  .cex-mobile {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: none;
  }
  
  .cex-mobile.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .cex-mobile.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 {
    background-color: #3898ec00;
    width: 200px;
    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 {
    filter: brightness(118%);
    background-image: url('../images/telegram.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  
  .buttonpixel.telegram:hover {
    filter: brightness(118%);
    transform: translate(0, -7px);
  }
  
  .buttonpixel.telegram.chartnew {
    background-image: url('../images/chart.png');
  }
  
  .buttonpixel.discord {
    filter: brightness(118%);
    background-image: url('../images/discord.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 10px;
  }
  
  .buttonpixel.discord:hover {
    filter: brightness(118%);
    transform: translate(0, -7px);
  }
  
  .buttonpixel.x {
    filter: brightness(118%);
    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(118%);
    transform: translate(0, -7px);
  }
  
  .buttonpixel.nfts {
    filter: brightness(118%);
    margin-left: 10px;
  }
  
  .buttonpixel.nfts:hover {
    filter: brightness(118%);
    transform: translate(0, -7px);
  }
  
  .cell-10 {
    justify-content: center;
    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 {
    width: 40%;
    max-width: 100%;
    margin-left: 40px;
    margin-right: 0;
    transform: rotate(0);
  }
  
  .paragraph-7 {
    color: #fff;
    text-align: center;
    align-self: auto;
    font-family: Exo, sans-serif;
    font-size: 22px;
    line-height: 22px;
  }
  
  .div-block-28 {
    background-color: #fff0;
    border: 4px #000;
    align-items: center;
    margin-top: 20px;
    margin-left: 20px;
    padding: 20px;
    display: flex;
  }
  
  .div-block-29 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }
  
  .image-20, .image-21 {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  
  .buy-now-button {
    background-color: #3898ec00;
    background-image: url('../images/BUY-SILLY-BUTTON.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 250px;
    margin-bottom: 40px;
    padding: 25px;
  }
  
  .buy-now-button:hover {
    filter: brightness(126%);
  }
  
  .cell-11 {
    padding: 20px;
  }
  
  .background-video-2 {
    border: 10px solid #fff;
    border-radius: 0;
    height: 150px;
    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 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    display: flex;
  }
  
  .container-right.chart-normal {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }
  
  .container-right.mobil-chart {
    display: none;
  }
  
  .container-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 0;
    display: flex;
  }
  
  .container-left.mobil-chart {
    display: none;
  }
  
  .cell-12 {
    background-color: #fff0;
  }
  
  .div-block-31 {
    background-color: #ffffff70;
  }
  
  .div-block-32 {
    background-color: #fff0;
  }
  
  .contaner-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 400px;
    padding: 20px;
    display: block;
  }
  
  .container-copy, .container-leftt {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100px;
    padding: 20px;
    display: block;
  }
  
  .nft-preview {
    background-color: #00073200;
    display: none;
    overflow: hidden;
  }
  
  .wrapper-nfts {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
  }
  
  .marquee-wrapper {
    width: 200%;
    display: flex;
  }
  
  .marquee-div {
    justify-content: space-between;
    width: 50%;
    display: flex;
  }
  
  .card-nfts {
    border: 0 solid #000;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 400px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
  }
  
  .horizontal-marquee {
    align-items: center;
    width: 200vw;
    margin-top: 46px;
    display: flex;
    overflow: hidden;
  }
  
  .inner-marquee {
    justify-content: space-around;
    width: 200vw;
    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 {
    border: 5px solid #000;
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: 20px;
  }
  
  .section-6 {
    flex-direction: column;
    display: flex;
    overflow: hidden;
  }
  
  .div-block-37 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 20px;
    display: flex;
  }
  
  .section-7 {
    background-image: url('../background.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: auto;
    margin-bottom: auto;
    display: flex;
  }
  
  .div-block-39 {
    display: none;
  }
  
  .image-24 {
    filter: brightness(124%);
    max-width: 102%;
  }
  
  .image-25 {
    filter: brightness(122%);
  }
  
  .image-26 {
    filter: brightness(137%);
  }
  
  .image-27 {
    filter: brightness(200%);
  }
  
  .dapps {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: flex;
  }
  
  .dapps.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .dapps.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .image-28, .image-29 {
    margin-bottom: 20px;
  }
  
  .dapps-mobile {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: none;
  }
  
  .dapps-mobile.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .dapps-mobile.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .image-31 {
    filter: brightness(124%);
  }
  
  .image-32 {
    filter: brightness(114%);
  }
  
  .dapp {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: flex;
  }
  
  .dapp.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .dapp.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .cex-copy {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }
  
  .cex-copy.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .cex-copy.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .cex-copy-copy {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }
  
  .cex-copy-copy.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .cex-copy-copy.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .cex-images {
    filter: brightness(130%);
    max-width: 100%;
  }
  
  .cex-images.lbank {
    filter: brightness(86%);
  }
  
  .cex-images.bybit, .cex-images.orangex {
    filter: brightness();
  }
  
  .cex-images.kucoin {
    filter: brightness(120%);
    max-width: 100%;
  }
  
  .cex-grid {
    grid-column-gap: 0px;
    grid-row-gap: 54px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    width: 80%;
    display: grid;
  }
  
  .cex-tablet {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: none;
  }
  
  .cex-tablet.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .cex-tablet.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .cex-tablet-link {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 10px;
    display: flex;
  }
  
  .cex-tablet-link.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .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: #ce2b11;
    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;
    background-color: #f000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
    position: fixed;
    inset: 0% auto 0% 0%;
  }
  
  .heading-18 {
    color: #fff;
    text-transform: uppercase;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    font-size: 20px;
    font-weight: 700;
  }
  
  .link-block-5 {
    color: #fff;
    align-self: center;
    text-decoration: none;
    display: flex;
  }
  
  .text-block-4 {
    text-align: center;
    font-size: 14px;
  }
  
  .image-40 {
    margin-bottom: 40px;
  }
  
  .image-41 {
    background-color: #fff;
    border: 4px solid #000;
    border-radius: 0;
    margin-bottom: 40px;
    padding: 10px;
  }
  
  .div-block-46 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: center;
    place-items: center;
    display: grid;
  }
  
  .div-block-47 {
    order: 0;
    align-items: flex-start;
    display: flex;
  }
  
  .image-42 {
    width: auto;
    max-width: none;
    height: 300px;
    margin-left: 0;
    margin-right: 0;
    transform: rotate(0);
  }
  
  .div-block-28-copy {
    background-color: #fff;
    border: 4px solid #000;
    align-items: stretch;
    width: 450px;
    height: 350px;
    margin-left: 20px;
    padding: 40px;
    display: flex;
  }
  
  .paragraph-8 {
    color: #000;
    text-align: justify;
    font-family: Pixeloidsans, sans-serif;
    font-size: 16px;
  }
  
  .dapps-copy {
    background-color: #7882f4;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding: 0;
    display: flex;
  }
  
  .dapps-copy.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .dapps-copy.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .cex-web {
    background-color: #1f298500;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    padding: 0;
    display: flex;
  }
  
  .cex-web.tokeonomics {
    text-align: center;
    background-color: #ffbf00;
    background-image: linear-gradient(#ffc640, #e69021);
    border-radius: 0;
    height: 1000px;
  }
  
  .cex-web.footer {
    height: 500px;
    line-height: 200px;
  }
  
  .mobile-menu {
    background-color: #0019f5;
    border: 2px #000;
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }
  
  .desktop-menu {
    background-color: #ddd0;
    border: 2px #000;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    inset: 0% 0% auto;
  }
  
  .div-block-48 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0019f56b;
    border: 3px solid #e519f5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding: 20px;
    display: grid;
  }
  
  .div-block-49 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #2a242400;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .div-block-50 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }
  
  .div-block-51 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }
  
  .nfts-main {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0019f56b;
    border: 3px solid #e519f5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding: 10px;
    display: grid;
  }
  
  .nfts-mobile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0019f56b;
    border: 3px solid #e519f5;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 20px;
    padding: 20px;
    display: none;
  }
  
  .image-45 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  
  .breakpoint-video {
    flex-direction: column;
    align-items: center;
    padding: 220px 220px 100px;
    display: flex;
  }
  
  .image-46 {
    margin-bottom: 20px;
  }
  
  .breakpoint {
    background-color: #7882f4;
  }
  
  .heading-19 {
    color: #fddfa600;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--midnight-blue-2);
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(#fff0d3, #eeca91);
    -webkit-background-clip: text;
    background-clip: text;
    justify-content: center;
    align-items: center;
    font-family: Changa One, Impact, sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 90px;
    display: flex;
  }
  
  .div-block-54 {
    border-style: solid none none solid;
    border-width: 1px 1px 0;
    border-color: var(--light-yellow);
    background-color: #f6dca4;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    text-decoration: none;
    display: flex;
    box-shadow: inset -4px -4px #000;
  }
  
  .div-block-54:hover {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--black);
    text-shadow: 3px 1px 7px #000;
    background-color: #f7d387;
  }
  
  .div-block-54.snake {
    width: 200px;
    text-decoration: none;
  }
  
  .heading-20 {
    color: #fff;
    -webkit-text-stroke-width: .7px;
    -webkit-text-stroke-color: #000;
    text-transform: uppercase;
    text-shadow: 2px 1px #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Changa One, Impact, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
  }
  
  .heading-20:hover {
    text-shadow: 2px 1px #000;
  }
  
  .heading-21 {
    color: #fcfee2;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
  }
  
  .link-block-6 {
    text-transform: lowercase;
    text-decoration: none;
  }
  
  .heading-22 {
    color: #fff0d3;
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-transform: uppercase;
    text-shadow: 5px 1px 1px var(--black);
    /* margin-top: 100px; */
    font-family: Changa One, Impact, sans-serif;
    font-size: 90px;
    font-weight: 400;
    line-height: 90px;
  }
  
  .heading-22.smaller {
    font-size: 70px;
  }
  
  .div-block-55 {
    flex-flow: column;
    display: flex;
  }
  
  .div-block-56 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }
  
  .div-block-56.tab {
    display: none;
  }
  
  .desktopview {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }
  
  .heading-23 {
    color: #fff0d3;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-shadow: 4px 3px 1px #000;
    margin-top: 10px;
    font-size: 24px;
    line-height: 24px;
  }
  
  .link-block-7 {
    text-decoration: none;
  }
  
  .heading-24 {
    color: #fff;
    -webkit-text-stroke-color: #000;
    text-shadow: 3px 1px 1px #000;
    font-size: 24px;
    line-height: 24px;
  }
  
  @media screen and (max-width: 991px) {
    .button {
      text-align: center;
      width: auto;
      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 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto;
    }
  
    .new-footer {
      background-color: #7882f4;
    }
  
    .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: #00000080;
    }
  
    .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: #00000080;
      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: #0000;
    }
  
    .icon-3 {
      color: #fff;
      -webkit-text-stroke-width: 0px;
    }
  
    .profits {
      padding-bottom: 73px;
    }
  
    .about {
      height: auto;
    }
  
    .div-block-16 {
      align-items: center;
    }
  
    .heading-14 {
      font-size: 72px;
    }
  
    .image-10 {
      background-color: #f9f9f914;
      border-style: none;
      height: 100%;
    }
  
    .div-block-20 {
      justify-content: center;
      align-items: center;
      display: flex;
    }
  
    .quick-stack {
      flex: 0 auto;
    }
  
    .dapps-grid {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr 1fr;
      width: 100%;
    }
  
    .cex {
      display: none;
    }
  
    .typed-texttt {
      justify-content: center;
      height: auto;
      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 {
      padding-bottom: 73px;
    }
  
    .takenomics-final {
      padding-bottom: 40px;
    }
  
    .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;
    }
  
    .buttonpixel.nfts {
      background-image: url('../images/nfts-button.png');
      background-size: contain;
    }
  
    .cell-10 {
      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;
      font-size: 18px;
    }
  
    .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: flex;
    }
  
    .dapps-mobile {
      display: none;
    }
  
    .dapp {
      display: flex;
    }
  
    .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 {
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr 1fr;
      width: 100%;
    }
  
    .cex-tablet {
      background-color: #7882f4;
      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;
    }
  
    .div-block-43 {
      background-color: #7882f4;
    }
  
    .text-block-4 {
      display: none;
    }
  
    .div-block-46 {
      grid-column-gap: 8px;
      grid-row-gap: 16px;
      grid-template-rows: auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      align-content: center;
      align-self: center;
      justify-items: center;
      display: grid;
    }
  
    .div-block-47 {
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
      display: block;
    }
  
    .image-42 {
      width: 100%;
      height: 250px;
      margin-top: 40px;
      margin-left: 0;
      display: block;
    }
  
    .div-block-28-copy {
      margin-top: 40px;
      margin-left: 0;
    }
  
    .paragraph-8 {
      margin-bottom: 0;
    }
  
    .dapps-copy {
      margin-top: 0;
      display: flex;
    }
  
    .cex-web {
      display: none;
    }
  
    .menu-button-4.w--open {
      background-color: #0000;
    }
  
    .mobile-menu, .desktop-menu {
      background-color: #00000080;
    }
  
    .div-block-52, .div-block-53 {
      text-align: center;
    }
  
    .image-43, .image-44 {
      margin-top: 10px;
    }
  
    .image-45 {
      margin-top: 40px;
      margin-bottom: 40px;
    }
  
    .cex-mobiles-copy.bitmart {
      filter: brightness(130%);
    }
  
    .cex-mobiles-copy.bitget {
      filter: brightness(116%);
    }
  
    .breakpoint-video {
      padding: 40px;
    }
  
    .div-block-54 {
      width: 200px;
      text-decoration: none;
    }
  
    .heading-20.snake {
      font-size: 22px;
    }
  
    .heading-21 {
      margin-top: 0;
    }
  
    .div-block-56.tab {
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  
    .desktopview {
      flex-flow: column;
      justify-content: space-between;
      align-items: center;
      display: flex;
    }
  
    .desktopview.tab {
      flex-flow: column;
      justify-content: center;
      align-items: center;
    }
  
    .image-47 {
      margin-top: 20px;
    }
  
    .link-block-7 {
      text-decoration: none;
    }
  }
  
  @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: #00000080;
    }
  
    .nav-link-3 {
      text-shadow: none;
    }
  
    .nav-menu-4 {
      background-color: #00000080;
    }
  
    .menu-button-3.w--open {
      background-color: #0000;
    }
  
    .container-13 {
      background-color: #00000012;
    }
  
    .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-row-gap: 17px;
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr 1fr;
    }
  
    .cex {
      display: none;
    }
  
    .typed-texttt {
      padding: 0 1px;
    }
  
    .web-view, .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 {
      background-image: url('../images/telegram.png');
      margin-left: 0;
      margin-right: 10px;
    }
  
    .buttonpixel.telegram.chartnew {
      background-image: url('../images/chart.png');
    }
  
    .buttonpixel.telegram.x-horizontal {
      background-image: url('../images/x.png');
    }
  
    .buttonpixel.telegram.discord-horizontal {
      background-image: url('../images/discord.png');
    }
  
    .buttonpixel.telegram.nfts {
      background-image: url('../images/nfts-button.png');
      padding: 0;
    }
  
    .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-35 {
      grid-column-gap: 17px;
      grid-row-gap: 0px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .div-block-36 {
      flex-direction: column;
      align-items: center;
    }
  
    .section-7 {
      margin-top: auto;
    }
  
    .dapps {
      display: none;
    }
  
    .image-29 {
      margin-bottom: 40px;
    }
  
    .dapp, .cex-copy, .cex-copy-copy {
      display: flex;
    }
  
    .cex-images {
      max-width: 80%;
    }
  
    .cex-grid {
      grid-row-gap: 17px;
      grid-template-rows: auto auto auto auto auto;
      grid-template-columns: 1fr 1fr;
    }
  
    .cex-tablet {
      padding: 0;
      display: flex;
    }
  
    .cex-tablet-link {
      display: flex;
    }
  
    .div-block-46 {
      grid-row-gap: 0px;
      grid-template-rows: auto auto;
      grid-template-columns: 1fr;
    }
  
    .div-block-47 {
      justify-content: center;
      align-items: center;
    }
  
    .image-42 {
      width: 350px;
      margin-bottom: 0;
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .div-block-28-copy {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .dapps-copy {
      padding-left: 10px;
      padding-right: 10px;
      display: flex;
    }
  
    .cex-web {
      display: none;
    }
  
    .menu-button-4.w--open {
      background-color: #0000;
    }
  
    .mobile-menu, .desktop-menu {
      background-color: #00000080;
    }
  
    .div-block-54.snake {
      display: none;
    }
  
    .heading-21 {
      font-size: 21px;
      line-height: 28px;
    }
  
    .heading-22 {
      font-size: 70px;
      line-height: 70px;
    }
  
    .heading-22.top {
      margin-top: 10px;
      margin-bottom: 10px;
    }
  
    .div-block-55 {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      margin-left: 10px;
      margin-right: 10px;
      display: flex;
    }
  
    .heading-24 {
      font-size: 20px;
    }
  }
  
  @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 {
      flex-flow: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      padding: 22px 24px;
      font-size: 16px;
      font-weight: 400;
      display: flex;
    }
  
    .body {
      background-color: #000;
      flex-direction: column;
      display: flex;
    }
  
    .grid {
      grid-template-columns: 1fr;
      height: 800px;
    }
  
    .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 {
      background-color: #0000;
      background-image: none;
      flex: 1;
      height: 900px;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 88px;
      padding-bottom: 0;
      overflow: hidden;
    }
  
    .section.tokeonomics {
      height: 1600px;
      margin-top: 74px;
    }
  
    .grid-4 {
      grid-template-rows: auto auto auto auto auto auto;
      grid-template-columns: 1fr;
      width: 100%;
    }
  
    .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 #0006;
    }
  
    .grid-7 {
      flex-direction: column;
      place-content: center;
      place-items: center;
      margin-bottom: 0;
      padding-bottom: 0;
      display: flex;
    }
  
    .partnerbox {
      margin-right: 0;
    }
  
    .partners {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: auto;
      height: auto;
      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 {
      text-align: center;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      max-width: 100%;
      padding: 10px;
      display: flex;
    }
  
    .bold-text.contract {
      text-align: center;
    }
  
    .whatisbnbtiger {
      background-color: #fcfee200;
      height: 900px;
      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: #fff0;
      padding-top: 0;
    }
  
    .scroll-snap-wrapper {
      background-color: var(--light-yellow);
    }
  
    .year-final {
      justify-content: center;
      width: auto;
      height: auto;
      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 {
      flex-direction: column;
      height: auto;
      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 {
      background-color: #7882f4;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: auto;
      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: #0000;
    }
  
    .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 {
      flex-direction: column;
      height: auto;
      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 {
      flex-direction: column;
      align-items: center;
      height: auto;
      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: #0000007d;
    }
  
    .menu-button-3, .menu-button-3.w--open {
      background-color: #0000;
    }
  
    .icon-3 {
      color: #fff;
      background-color: #0000;
      font-family: Open Sans, sans-serif;
    }
  
    .columns {
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      display: flex;
    }
  
    .div-block-11 {
      flex-direction: row;
      justify-content: center;
      align-items: center;
      height: 100%;
      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;
      place-items: center;
    }
  
    .paragraph-3 {
      text-align: center;
    }
  
    .chart {
      flex-direction: column;
      height: auto;
      overflow: hidden;
    }
  
    .about {
      background-color: var(--midnight-blue-2);
      height: 900px;
      display: none;
      overflow: hidden;
    }
  
    .video-section {
      background-color: var(--yellow-green);
      height: 80vh;
    }
  
    .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-column-gap: 10px;
      grid-row-gap: 0px;
      flex-flow: column;
      grid-template-rows: 91px auto auto auto auto;
      grid-template-columns: 1fr;
      grid-auto-columns: 1fr;
      grid-auto-flow: row;
      display: grid;
    }
  
    .cex {
      justify-content: center;
      height: auto;
      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 {
      background-color: #7882f4;
      width: auto;
      padding-bottom: 40px;
    }
  
    .about-mobile {
      background-color: #7882f4;
      height: auto;
      margin-bottom: auto;
      padding-top: 40px;
      display: block;
      overflow: hidden;
    }
  
    .div-block-25 {
      background-color: #fff0;
      border: 5px #000;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: auto;
      height: auto;
      padding-top: 10px;
      padding-bottom: 10px;
      display: flex;
    }
  
    .cex-mobile {
      justify-content: center;
      height: auto;
      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 {
      flex-direction: row;
      justify-content: center;
      align-items: stretch;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      overflow: hidden;
    }
  
    .cex-copy {
      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;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      overflow: hidden;
    }
  
    .cex-copy {
      justify-content: center;
      margin-top: 0;
      margin-bottom: 0;
      padding: 0;
      overflow: hidden;
    }
  
    .cex-copy {
      justify-content: center;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden;
    }
  
    .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;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
    }
  
    .buttonpixel.telegram:hover {
      transform: none;
    }
  
    .buttonpixel.discord {
      height: 70px;
      margin-left: 0;
    }
  
    .buttonpixel.discord:hover {
      transform: none;
    }
  
    .buttonpixel.x {
      margin-top: 0;
      margin-left: 0;
    }
  
    .buttonpixel.x-mobil {
      filter: brightness(118%);
      background-image: url('../images/x.png');
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      height: 70px;
    }
  
    .buttonpixel.nfts {
      filter: brightness(125%);
      height: 70px;
      margin-left: 0;
    }
  
    .buttonpixel.nft {
      filter: brightness(118%);
      background-image: url('../images/nfts-button.png');
      background-position: 50%;
      background-repeat: no-repeat;
      background-size: contain;
      height: 70px;
    }
  
    .div-block-26 {
      justify-content: center;
      margin-top: 14px;
      display: flex;
    }
  
    .paragraph-6 {
      color: #fff;
      text-align: left;
      padding-left: 27px;
      padding-right: 27px;
      font-family: Open Sans, sans-serif;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
    }
  
    .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 {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: auto;
      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 {
      grid-column-gap: 0px;
      grid-row-gap: 16px;
      grid-template-rows: auto auto auto;
      grid-template-columns: 1fr 1fr;
      grid-auto-columns: 1fr;
      place-items: center;
      width: 100vw;
      min-width: 300px;
      max-width: 350px;
      display: grid;
    }
  
    .image-22 {
      filter: brightness(200%);
    }
  
    .image-23 {
      filter: brightness(152%);
    }
  
    .image-24 {
      filter: brightness(137%);
    }
  
    .dapps {
      justify-content: center;
      height: auto;
      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 {
      background-color: #7882f4;
      justify-content: center;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      display: flex;
      overflow: hidden;
    }
  
    .dapps-mobile.tokeonomics {
      height: 1600px;
      margin-top: 74px;
    }
  
    .image-33 {
      margin-top: 40px;
    }
  
    .dapp {
      justify-content: center;
      height: auto;
      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 {
      justify-content: center;
      height: auto;
      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 {
      justify-content: center;
      height: auto;
      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;
      place-content: center;
      place-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 {
      grid-column-gap: 0px;
      grid-row-gap: 0px;
      justify-content: center;
      align-items: center;
      margin-top: 10px;
      display: flex;
    }
  
    .cex-grid {
      grid-row-gap: 0px;
      grid-template-rows: 91px auto auto auto auto;
      grid-template-columns: 1fr;
    }
  
    .cex-tablet {
      justify-content: center;
      height: auto;
      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 {
      justify-content: center;
      height: auto;
      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;
      grid-auto-columns: 1fr;
      display: grid;
    }
  
    .gallery-mobile {
      flex-direction: column;
      align-items: center;
      display: flex;
    }
  
    .web-nft-gallery {
      display: none;
    }
  
    .heading-18 {
      text-transform: lowercase;
      font-family: Lato, sans-serif;
    }
  
    .image-42 {
      width: 90%;
      margin-bottom: 40px;
      margin-left: 20px;
    }
  
    .div-block-28-copy {
      margin-left: 20px;
      margin-right: 20px;
    }
  
    .dapps-copy {
      justify-content: center;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      display: none;
      overflow: hidden;
    }
  
    .dapps-copy.tokeonomics {
      height: 1600px;
      margin-top: 74px;
    }
  
    .cex-web {
      justify-content: center;
      height: auto;
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 0;
      padding-bottom: 0;
      overflow: hidden;
    }
  
    .cex-web.tokeonomics {
      height: 1600px;
      margin-top: 74px;
    }
  
    .menu-button-4, .menu-button-4.w--open {
      background-color: #0000;
    }
  
    .mobile-menu {
      z-index: 2147483647;
      display: block;
    }
  
    .desktop-menu {
      z-index: 2147483647;
      display: none;
    }
  
    .nfts-main {
      display: none;
    }
  
    .nfts-mobile {
      flex-direction: column;
      grid-template-columns: 1fr;
      align-items: center;
      padding: 10px;
      display: flex;
    }
  
    .cex-mobiles-copy.lbank {
      filter: brightness(84%);
    }
  
    .cex-mobiles-copy.coinw {
      filter: brightness(118%);
    }
  
    .cex-mobiles-copy.kucoin {
      filter: brightness(150%);
    }
  
    .breakpoint-video {
      padding: 10px;
    }
  
    .div-block-54.snake {
      display: flex;
    }
  
    .heading-22 {
      font-size: 50px;
    }
  
    .heading-22.smaller {
      margin-top: 25px;
      font-size: 45px;
      line-height: 45px;
    }
  
    .heading-22.top {
      margin-top: 10px;
      font-size: 24px;
      line-height: 24px;
    }
  
    .heading-24 {
      font-size: 12px;
    }
  }
  
  #w-node-b1d6d2b3-465e-dcef-de84-945821df09c3-d5b5d60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
  
  #w-node-b1d6d2b3-465e-dcef-de84-945821df09c4-d5b5d60d, #w-node-b1d6d2b3-465e-dcef-de84-945821df09cb-d5b5d60d, #w-node-b1d6d2b3-465e-dcef-de84-945821df09cc-d5b5d60d, #w-node-b1d6d2b3-465e-dcef-de84-945821df09d9-d5b5d60d, #w-node-b1d6d2b3-465e-dcef-de84-945821df09da-d5b5d60d, #w-node-_960d6633-b9e3-e78f-f1e3-8feb52c9de59-d5b5d60d, #w-node-_960d6633-b9e3-e78f-f1e3-8feb52c9de5a-d5b5d60d, #w-node-_103c74d4-25d4-94c3-c5da-6d41b228d83f-d5b5d60d, #w-node-_103c74d4-25d4-94c3-c5da-6d41b228d840-d5b5d60d, #w-node-_5336b757-613c-c40c-c9d7-74c739db4ec8-d5b5d60d, #w-node-_5336b757-613c-c40c-c9d7-74c739db4ec9-d5b5d60d, #w-node-b195525b-b198-b807-d89c-c2a5ca8399f2-d5b5d60d, #w-node-_89c59dcb-66c3-0c80-1358-2dc8935876a7-d5b5d60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_0e2176d9-b6be-6162-32e6-3721de0fa984-d5b5d60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
  
  #w-node-_0e2176d9-b6be-6162-32e6-3721de0fa985-d5b5d60d, #w-node-_0e2176d9-b6be-6162-32e6-3721de0fa98e-d5b5d60d, #w-node-_3c3d9e2b-fdd4-5440-32f0-9f82a6cc79f3-d5b5d60d, #w-node-_27f588a7-b4e7-feb9-3db4-a1d23815a940-d5b5d60d, #w-node-e73b30ca-5338-1b31-8ccc-98f3481bd02c-d5b5d60d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  
  #w-node-_6dfea3b4-5a3d-2ca0-dd3e-0f50df8946fd-d5b5d60d {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  
  #w-node-a52314bf-af6b-4525-46bf-eea805c5c612-d5b5d60d {
    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-_89c59dcb-66c3-0c80-1358-2dc8935876a7-d5b5d60d {
      place-self: center;
    }
  }
  
  @media screen and (max-width: 479px) {
    #w-node-_3c3d9e2b-fdd4-5440-32f0-9f82a6cc79f3-d5b5d60d, #w-node-_27f588a7-b4e7-feb9-3db4-a1d23815a940-d5b5d60d, #w-node-e73b30ca-5338-1b31-8ccc-98f3481bd02c-d5b5d60d {
      grid-area: span 1 / span 1 / span 1 / span 1;
    }
  
    #w-node-fce26372-31e7-1db9-3d85-86eddb334bb5-28b5eca0, #w-node-ab564972-3aa0-aefc-7bdd-5e656845008d-28b5eca0, #w-node-_59d33dce-9a70-fc92-281e-d265e033a17f-28b5eca0 {
      place-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;
  }
  @font-face {
    font-family: 'Gongxifacaipersonaluseonl Wpjm 4';
    src: url('../fonts/GongXiFaCaiPersonalUseOnl-WpJM4.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }

  #mainLogo {
    /* apply radius to the image */
    border-radius: 50%;
  }