:root {
  --white: white;
  --black: black;
}

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

.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;
}

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

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

.navbar {
  background-color: #fff;
  border: 3px solid #000;
  border-width: 2px 3px 5px;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.nav-link {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.nav-link-2 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 22px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.body {
  background-color: #ffef0b;
  flex-flow: column;
  display: block;
}

.container-2 {
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 100vh;
  display: flex;
}

.quick-stack {
  width: 100%;
  height: 100%;
}

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

.div-block.ca {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  -webkit-text-stroke-width: 3px;
  background-color: #fff;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 5px 30px;
  display: flex;
}

.div-block.partners {
  grid-column-gap: 45px;
  grid-row-gap: 45px;
  -webkit-text-stroke-width: 3px;
  background-color: #fff;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 0;
  display: flex;
}

.div-block.tokenomics {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  -webkit-text-stroke-width: 3px;
  background-color: #fff;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
}

.heading {
  opacity: 1;
  color: #fffdfd;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  text-transform: uppercase;
  text-shadow: 7px 3px 4px #000;
  margin-top: 10px;
  font-family: Changa One, Impact, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 400;
}

.div-block-2 {
  border-top: 3px #000;
  border-bottom: 3px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.ca {
  color: #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  margin-top: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.cell {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
}

.div-block-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 74px;
  margin-right: 74px;
  display: flex;
}

.heading-copy {
  color: #000;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  margin-top: 10px;
  font-family: Frozenflare, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.cell-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.heading-2 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.heading-2.token,
.heading-2.meet {
  text-align: center;
  -webkit-text-stroke-width: 0px;
  margin-bottom: 40px;
  font-family: Frozenflare, Arial, sans-serif;
  font-weight: 400;
}

.section {
  background-image: linear-gradient(359deg, #fff30b, #ff1010);
  padding: 0;
}

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

.home-view {
  transition: opacity 0.2s;
}

.tab-view,
.tabletview {
  display: none;
}

.section-2 {
  background-image: linear-gradient(#fff30b, red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  margin-left: 10px;
}

.image.menu:hover {
  filter: none;
}

.div-block-6 {
  -webkit-text-stroke-width: 3px;
  background-color: #ffc800;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  padding: 10px 20px;
}

.heading-3 {
  color: #000;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  margin-top: 20px;
  font-family: Frozenflare, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

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

.section-3 {
  background-color: red;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding-left: 0;
  display: block;
}

.div-block-7 {
  background-image: url("../images/branch.png");
  background-position: 0 0;
  background-size: auto;
  height: 250px;
  margin-bottom: 60px;
}

.image-2.menu:hover {
  filter: none;
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  border: 5px solid #000;
  border-width: 3px 5px 5px 3px;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.heading-4 {
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  font-family: Frozenflare, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
}

.heading-5,
.heading-6 {
  font-family: Changa One, Impact, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-9 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  display: flex;
}

.footer {
  background-color: #ffeb0b;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.logo {
  width: 100px;
}

.about {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 0 100px 40px;
}

.link-block {
  text-transform: none;
  text-decoration: none;
}

.link-block-2,
.link-block-3 {
  text-decoration: none;
}

.about-tab {
  display: none;
}

.image-3 {
  margin-right: 100px;
}

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

.div-block-11 {
  background-image: url("../images/branch.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100vw;
  height: 200px;
}

.quick-stack-2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
}

.div-block-12 {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  padding: 20px;
}

.div-block-13 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bold-text {
  font-weight: 400;
  line-height: 32px;
}

.footrr-new {
  border-top: 3px #000;
  border-bottom: 3px #000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 40px;
  display: flex;
}

.tablet-tokenomics {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tablet-tokenomics.partners {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.quick-stack-2-desktop {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  margin-top: 40px;
}

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

.tokenomics {
  background-color: #fff;
  border: 3px solid #000;
  border-radius: 20px;
  width: 600px;
  margin-bottom: 40px;
  padding: 30px;
}

.button {
  color: #fff;
  text-transform: uppercase;
  background-color: #ffc800;
  border: 6px solid #000;
  border-width: 3px 6px 6px 3px;
  border-radius: 10px;
  margin-left: 20px;
  padding: 20px;
  font-family: Frozenflare, Arial, sans-serif;
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
}

.button:hover {
  background-color: #ffc800;
  transform: scale(1.1);
}

.button.chart {
  color: #fff;
  background-color: #50b0fe;
  transition-property: none;
}

.button.chart:hover {
  background-color: #4eaaff;
  transform: scale(1.1);
}

.button.whie {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  background-color: #f52e2e;
  transition-property: none;
}

.link-block-4 {
  text-decoration: none;
}

.partnersnew {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partnersnew.partners {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
}

.heading-7 {
  color: #fff;
  text-align: center;
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: #000;
  text-shadow: 4px 2px 6px #000;
  font-family: Changa One, Impact, sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
}

.link-block-5 {
  text-align: center;
  text-transform: none;
  text-decoration: none;
}

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

.div-block-17 {
  transition: border-radius 0.45s;
}

@media screen and (max-width: 991px) {
  .navbar {
    border-bottom-style: none;
    border-radius: 20px 20px 0 0;
  }

  .nav-link {
    background-color: #fff0;
  }

  .div-block.ca {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
  }

  .heading {
    margin-top: 20px;
    font-size: 75px;
  }

  .ca {
    font-family: Inconsolata, monospace;
    font-size: 22px;
    font-weight: 400;
  }

  .cell-2 {
    flex-flow: column;
  }

  .heading-2 {
    text-align: center;
    margin-bottom: 20px;
    font-family: Frozenflare, Arial, sans-serif;
    font-weight: 400;
  }

  .heading-2.meet {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-view {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    margin-top: 40px;
    display: grid;
  }

  .menu-button {
    background-color: #a27e7e00;
  }

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

  .icon {
    color: #000;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .webview {
    display: none;
  }

  .tabletview {
    display: block;
  }

  .div-block-5-copy {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-3 {
    flex-flow: column;
    display: flex;
  }

  .about-tab {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-10 {
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 500px;
    padding: 20px;
    display: none;
  }

  .image-4 {
    margin-right: 0;
  }

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

  .div-block-12 {
    border-bottom-width: 5px;
    border-right-width: 5px;
  }

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

  .tablet-tokenomics {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .tablet-tokenomics.partners {
    display: none;
  }

  .quick-stack-2-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-14 {
    background-color: #fff;
    border: 5px solid #000;
    border-width: 3px 5px 5px 3px;
    border-radius: 20px;
    width: 500px;
    padding: 20px;
  }

  .div-block-15 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

  .tokenomics {
    border-bottom-width: 5px;
    border-right-width: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    display: flex;
  }

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

  .foot {
    display: none;
  }

  .partnersnew {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .partnersnew.partners {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    flex-flow: row;
  }

  .container-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    margin-top: 100px;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block.ca {
    margin-top: 0;
  }

  .div-block.partners {
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .div-block.tokenomics {
    padding-top: 20px;
  }

  .heading {
    font-size: 65px;
  }

  .ca {
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

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

  .heading-2 {
    font-size: 55px;
  }

  .tab-view {
    grid-column-gap: 42px;
    grid-row-gap: 42px;
  }

  .menu-button {
    background-color: #fff0;
  }

  .image {
    display: inline-block;
  }

  .image.menu:hover {
    filter: none;
  }

  .section-3 {
    padding: 20px;
  }

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

  .image-2.menu:hover {
    filter: none;
  }

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

  .logo {
    width: 75px;
  }

  .quick-stack-2,
  .quick-stack-3,
  .quick-stack-2-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-15 {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .body {
    background-color: #ffef0b00;
    overflow: visible;
  }

  .container-2 {
    height: auto;
  }

  .div-block {
    flex-flow: column;
  }

  .div-block.ca {
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 10px 10px;
  }

  .heading {
    font-size: 44px;
  }

  .div-block-3 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .ca {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
  }

  .heading-copy {
    line-height: 28px;
  }

  .heading-2 {
    -webkit-text-stroke-width: 0px;
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 700;
  }

  .heading-2.token {
    -webkit-text-stroke-width: 0px;
    font-size: 42px;
    font-weight: 400;
  }

  .heading-2.meet {
    -webkit-text-stroke-width: 0px;
    font-size: 42px;
    font-weight: 700;
  }

  .div-block-5 {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }

  .section-2 {
    width: auto;
    overflow: visible;
  }

  .image.menu:hover {
    filter: none;
  }

  .div-block-6 {
    width: 250px;
  }

  .heading-3 {
    -webkit-text-stroke-width: 0px;
    font-weight: 400;
  }

  .div-block-5-copy {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .section-3 {
    margin: 0;
  }

  .image-2.menu:hover {
    filter: none;
  }

  .div-block-10,
  .div-block-14 {
    width: 350px;
  }

  .div-block-15 {
    width: auto;
  }

  .tokenomics {
    width: 350px;
    padding: 20px;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 22px;
  }

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

  .button {
    font-size: 24px;
  }
}

#w-node-_55547d23-f435-e512-fa31-1eddc0d67468-4fb484f3,
#w-node-faf123b6-9273-7696-ef04-b33560e1cc51-4fb484f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80b8c110-92ac-fa9f-43d9-0869b7172449-4fb484f3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_80b8c110-92ac-fa9f-43d9-0869b7172450-4fb484f3,
#w-node-_80b8c110-92ac-fa9f-43d9-0869b7172453-4fb484f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2b203d56-00d6-b940-55c3-4a56e49d8b09-4fb484f3 {
  place-self: auto;
}

#w-node-_0d4a758f-655c-b0c1-8eb7-a893b5cfc1da-4fb484f3,
#w-node-a6793f52-ea07-21de-ca03-08a18a1bf7cb-4fb484f3,
#w-node-_68181d0b-c96c-76a6-13f1-ed9566bc6109-4fb484f3,
#w-node-bbcd34a9-6d2a-d8b4-c4db-409aca5dab04-4fb484f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_9ce6fa53-8444-446c-33ab-2799dadb1c12-4fb484f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_80b8c110-92ac-fa9f-43d9-0869b7172449-4fb484f3 {
    display: none;
  }

  #w-node-_2b203d56-00d6-b940-55c3-4a56e49d8b1a-4fb484f3 {
    place-self: center;
  }

  #w-node-_9d3dfa0d-7df6-6330-2293-1a07dfff9fc7-4fb484f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_07d5eb83-36b2-bb88-0efa-fcc88a981eb6-4fb484f3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2b203d56-00d6-b940-55c3-4a56e49d8b09-4fb484f3,
  #w-node-_2b203d56-00d6-b940-55c3-4a56e49d8b0e-4fb484f3,
  #w-node-_2b203d56-00d6-b940-55c3-4a56e49d8b14-4fb484f3,
  #w-node-_2b203d56-00d6-b940-55c3-4a56e49d8b1a-4fb484f3 {
    place-self: center;
  }
}

@font-face {
  font-family: "Frozenflare";
  src: url("../fonts/Frozenflare.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
