.PromoBanner_banner__WFkgN {
  position: relative;
  border-radius: 20px;
  padding: 2rem;
  background: url(/img/btchyper/slide-bg.webp) no-repeat;
  background-size: cover;
  height: 180px;
  width: 100%;
  border-radius: 32px;
  margin: 2rem 0 2px;
  border: 2px solid #000;
  box-shadow: 0 2px #000;
}
.PromoBanner_badge__HDzR_ {
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  background: #007aff;
  color: #fff;
  padding: 0.5rem 1.2rem;
  border-radius: 40px;
  font-weight: 700;
  font-size: 3rem;
  border: 2px solid #000;
}
.btn-buy {
    display: flex;
    justify-content: center;
    align-items: center;
}

.PromoBanner_content__E8gjI {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-block: 2rem;
}
.PromoBanner_imageWrapper__uxBn_ {
  position: absolute;
  left: 8%;
  top: -20px;
}
.PromoBanner_imageMascot__UF4zV {
  height: 240px;
}
.PromoBanner_textSection__rbM67 {
  flex: 1 1;
  text-align: center;
}
.PromoBanner_title__jtHCn {
  font-size: 3.8rem;
  font-weight: 900;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  color: #000;
}
.PromoBanner_subtitle__AiyBj {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.2rem;
}
.PromoBanner_ctaButton__9P7rw {
  background: #000;
  color: #32cd32;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.8rem;
  transition: background 0.2s;
}
.PromoBanner_ctaButton__9P7rw:hover {
  background: #222;
}
@media (max-width: 1024px) {
  .PromoBanner_badge__HDzR_ {
    position: absolute;
    top: -1.8rem;
    left: 50%;
    transform: translateX(-50%);
    background: #007aff;
    color: #fff;
    padding: 0.5rem 1.2rem;
    border-radius: 40px;
    font-weight: 700;
    font-size: 1.8rem;
    border: 2px solid #000;
    width: 80%;
  }
  .PromoBanner_imageWrapper__uxBn_ {
    position: absolute;
    left: 0;
    top: auto;
    bottom: -20%;
  }
  .PromoBanner_imageMascot__UF4zV {
    height: 120px;
  }
  .PromoBanner_title__jtHCn {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    color: #000;
  }
  .PromoBanner_subtitle__AiyBj {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.2rem;
  }
}
.PresaleSection_wrapper__fTxKl {
  position: relative;
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  overflow: hidden;
}
.PresaleSection_rightShoe__1N0HB {
  width: 160px;
  position: absolute;
  bottom: 25%;
  right: 0;
  transform: translate(-30%, 10%);
}
.PresaleSection_content__Oe968 {
  max-width: 800px;
  margin: 0 auto;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.PresaleSection_headline__k20cA {
  font-size: 3.4rem;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  text-align: start;
}
.PresaleSection_subheadline__WtQbt {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: start;
}
.PresaleSection_description__jSD7O {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 1rem;
  line-height: 1.6;
  text-align: start;
}
.PresaleSection_tagline__8YsDC {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 2rem;
  text-align: start;
}
.PresaleSection_underline__1MFS7 {
  display: block;
  height: 4px;
  background: orange;
  width: 60%;
  margin: 4px auto 0;
  border-radius: 2px;
}
.PresaleSection_audit__dAmCH {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.PresaleSection_auditText__jtJf_ {
  font-weight: 800;
  text-transform: uppercase;
  font-size: 1.4rem;
}
.PresaleSection_bullets__DGeo6 {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.PresaleSection_bullet__7_XVR {
  flex: 1 1;
  background: orange;
  border: 3px solid #000;
  border-radius: 999px;
  padding: 1.6rem 2.8rem;
  font-weight: 700;
  font-size: 2.4rem;
  text-transform: uppercase;
  box-shadow: 0 4px #999;
  position: relative;
}
.PresaleSection_bullet__7_XVR:before {
  content: "";
  position: absolute;
  top: -1rem;
  right: -1rem;
  width: 3rem;
  height: 3rem;
  background: #fff;
  border: 3px solid #000;
  border-radius: 50%;
}
@media (max-width: 1024px) {
  .PresaleSection_wrapper__fTxKl {
    position: relative;
    border-radius: 20px;
    padding: 0;
    text-align: center;
    overflow: hidden;
  }
  .PresaleSection_rightShoe__1N0HB {
    width: 120px;
    position: absolute;
    bottom: 5%;
    right: -10%;
  }
  .PresaleSection_bullets__DGeo6 {
    width: 60%;
    display: flex;
    flex-direction: column;
  }
  .PresaleSection_bullet__7_XVR {
    font-size: 1.8rem;
    padding: 0.6rem 0.8rem;
  }
  .PresaleSection_bullet__7_XVR:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    right: -1rem;
    width: 2rem;
    height: 2rem;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
  }
}
.appnav-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: initial;
  position: relative;
  transition: top 0.3s ease;
  z-index: 99999999;
  box-sizing: border-box;
  padding-block: 8px;
}
.appnav-navbar.sticky {
  box-sizing: border-box;
  position: fixed;
  top: 36px;
  width: 100%;
}
.appnav-navbar.scrolled {
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background: #fff;
  box-shadow: 0 4px 8px #0000, 0 6px 20px #0000001f;
  top: 0;
}
.nav-container {
  padding: 0 12px;
  background: #0000;
  width: 100%;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.appnav-navbar-brand,
.nav-container {
  display: flex;
  align-items: center;
}
.buy-btn-mobile {
  display: none;
}
.appnav-logo {
  display: block;
  height: 52px;
  max-width: 262px;
}
.appnav-navbar-brand a {
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
}
.appnav-menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}
.appnav-navbar-menu {
  display: flex;
  column-gap: 20px;
}
.appnav-navbar-menu a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  text-transform: capitalize;
  text-align: center;
}
.appnav-navbar-menu a:hover {
  color: #ffc700;
}
.appnav-navbar-menu-mobile {
  display: none;
}
.appnav-navbar-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.appnav-lang-login-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  column-gap: 8px;
}
.appnav-login {
  border-radius: 8px;
  color: #000;
  border: none;
  background: #ffa231;
  padding-top: 10px;
  vertical-align: center;
}
.buynowbtn {
  color: #ffa231 !important;
}
.appnav-login,
.appnav-whitepaper {
  padding: 0;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  min-width: 140px;
  min-height: 42px;
}
.appnav-whitepaper {
  border-radius: 4px;
  color: #ffc700;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.appnav-social-icon {
  width: 28px;
  height: 28px;
}
.appnav-language {
  background: #444;
  color: #fff;
  border: none;
  padding: 0.3rem;
}
.appnav-dropdown {
  position: relative;
}
.appnav-dropdown-toggle {
  background: none;
  border: none;
  padding: 10px 5px;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-weight: 400;
  font-size: 24px;
  text-transform: capitalize;
  margin: 0 7px;
}
.appnav-dropdown-menu {
  width: 300px;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #333;
  padding: 1rem;
  box-shadow: 0 4px 8px #0000001a;
  z-index: 1;
  flex-direction: column;
  gap: 0.5rem;
  z-index: 20000000;
}
.appnav-dropdown-menu a {
  color: #fff;
  text-decoration: none;
}
.appnav-dropdown-menu a:hover {
  color: #ba8bf9;
}
.appnav-dropdown-menu.appnav-is-active {
  display: flex;
}
.appnav-lang-dropdown {
  position: relative;
}
.appnav-lang-custom-dropdown {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  padding: 4px 8px;
  background: none;
  width: 64px;
}
.appnav-lang-custom-dropdown span {
  margin-right: 5px;
  color: #000;
}
.lang-dropdown-content {
  color: #fff;
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: -80px;
  background-color: #212529;
  border: 1px solid #000;
  box-shadow: 0 4px 8px #0606501a;
  padding: 20px 10px;
  z-index: 1000;
  width: max-content;
  height: 220px;
  max-height: 220px;
  overflow-y: auto;
}
.lang-dropdown-content a {
  color: #fff;
}
.lang-dropdown-content.open {
  display: block;
}
.lang-dropdown-item {
  display: flex;
  align-items: center;
  padding: 5px;
  cursor: pointer;
  color: #fff;
}
.lang-dropdown-item:hover {
  background: #eee;
  color: #000;
}
.lang-dropdown-item span {
  margin-right: 5px;
}
.lang-dropdown-flag {
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 10px;
  min-width: 25px;
  height: 25px;
  width: 25px;
  overflow: hidden;
  object-fit: cover;
}
.lang-dropdown-icon {
  color: #000;
}
@media (max-width: 1024px) {
  .appnav-navbar {
    width: 100%;
  }
  .nav-container {
    width: 100%;
    max-width: 100%;
    padding-inline: 8px;
  }
  .appnav-navbar-brand {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .buy-btn-mobile {
    display: block;
    height: 50px;
    border-radius: 4px;
  }
  .appnav-logo {
    height: 42px;
    order: 1;
  }
  .appnav-navbar {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    box-sizing: border-box;
    padding-block: 0;
  }
  .appnav-menu-toggle {
    display: block;
    order: 2;
    padding: 4px;
    border-radius: 4px;
    background-color: #ffa231;
  }
  .appnav-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 24px;
    height: 24px;
  }
  .appnav-hamburger span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: #fff;
    border: none;
    transition: all 0.3s;
  }
  .appnav-hamburger.appnav-is-active span:first-child {
    transform: translateY(8px) rotate(45deg);
  }
  .appnav-hamburger.appnav-is-active span:nth-child(2) {
    opacity: 0;
  }
  .appnav-hamburger.appnav-is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .appnav-lang-login-container {
    width: 100%;
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: stretch;
  }
  .appnav-login {
    width: 100%;
    background: #ffa231;
    color: #000;
    margin: 8px 0;
  }
  .appnav-lang-dropdown {
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    display: flex;
    height: 40px;
    border-radius: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-left: 0;
    border-radius: 0;
    color: #000;
    border: 1px solid #000;
    background: #fff;
  }
  .appnav-lang-custom-dropdown {
    border: none;
    min-width: 200px;
  }
  .lang-dropdown-content {
    color: #fff;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    left: 100px;
    background-color: #000;
    border: 1px solid #000;
    box-shadow: 0 4px 8px #0606501a;
    padding: 20px 10px;
    z-index: 1000;
    width: max-content;
    height: 220px;
    max-height: 220px;
    overflow-y: auto;
  }
  .appnav-navbar-menu,
  .appnav-navbar-right {
    display: none;
  }
  .appnav-navbar-menu-mobile {
    background-color: #fff;
    box-sizing: border-box;
    display: none;
    flex-direction: column;
    row-gap: 8px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0 16px;
    color: #000;
  }
  .appnav-navbar-menu-mobile.appnav-is-active {
    display: flex;
  }
  .appnav-navbar-menu-mobile a {
    font-size: 24px;
    text-decoration: none;
    color: #000;
    font-weight: 700;
    padding: 10px 0;
    border-bottom: 1px solid #000;
    transform: scaleY(1.3);
  }
  .appnav-navbar-menu-mobile .social-container {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
  }
  .appnav-navbar-menu-mobile .social-container a {
    border: none;
  }
  .appnav-navbar-menu-mobile .social-icon {
    display: inline-block;
    padding: 8px;
  }
}
.howtobuy_container__gK2kU {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
  gap: 2rem;
}
.howtobuy_mainContent__1Jivj {
  flex: 1 1;
  display: flex;
  flex-direction: column;
  row-gap: 2em;
  width: 1280px;
  padding-inline: 16px;
}
.howtobuy_title__OoCow {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #000;
  text-transform: uppercase;
}
.howtobuy_flexRow__zPe8C {
  display: flex;
  width: 100%;
  gap: 2rem;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.howtobuy_flex3__zLv5X {
  flex: 1 1;
  display: flex;
}
.howtobuy_card__7HU7K {
  position: relative;
  font-family: sans-serif;
  padding: 20px 25px;
  background: url(/img/btchyper/common-box-star.webp) no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 32px;
  margin: 0 8px;
  box-shadow: 0 2px #000;
}
.howtobuy_cardNumber__1UsC0 {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #00001188;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  filter: flur(1px);
}
.howtobuy_cardNumber__1UsC0:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid #00001188;
  filter: blur(2px);
  z-index: -1;
}
.howtobuy_cardTitle__3FPlb {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-family: Arial Black, sans-serif;
  text-transform: uppercase;
}
.howtobuy_cardContent__Ma6xk {
  padding-left: 1rem;
}
.howtobuy_cardContent__Ma6xk li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.howtobuy_buyNowContainer__q_hUS {
  display: flex;
  width: 100%;
  gap: 2rem;
  margin-bottom: 1rem;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.howtobuy_buyNow__lFzba {
  background: #000;
  color: #ffa231;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 4px;
  box-shadow: 0 2px #000;
  border-radius: 8px;
  border: none;
  padding: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: unset !important;
}
@media (max-width: 1024px) {
  .howtobuy_container__gK2kU {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 8px;
    gap: 2rem;
  }
  .howtobuy_mainContent__1Jivj {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0;
  }
  .howtobuy_title__OoCow {
    font-size: 3rem;
    text-align: center;
  }
  .howtobuy_flexRow__zPe8C {
    display: flex;
    flex-direction: row;
    width: 100%;
    gap: 1rem;
    margin-bottom: 1rem;
    overflow: auto;
    padding: 1em;
    justify-content: flex-start;
  }
  .howtobuy_flex3__zLv5X {
    flex: unset;
    min-width: 260px;
    width: 80vw;
  }
  .howtobuy_buyNow__lFzba {
    align-self: center;
  }
}
.PromoBanner_banner__YbGMR {
  position: relative;
  border-radius: 20px;
  padding: 2rem;
  background: url(/img/btchyper/slide-bg.webp) no-repeat;
  background-size: cover;
  height: 180px;
  width: 100%;
  border-radius: 32px;
  margin: 2rem 0 2px;
  border: 2px solid #000;
  box-shadow: 0 2px #000;
}
.PromoBanner_content__5bDxd {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-block: 2rem;
}
.PromoBanner_imageWrapper__ooUoe {
  position: absolute;
  right: 4%;
  top: -20px;
}
.PromoBanner_imageMascot__uJvCB {
  height: 240px;
}
.PromoBanner_textSection__RtOt0 {
  flex: 1 1;
  text-align: center;
}
.PromoBanner_title__F_jDJ {
  font-size: 3.8rem;
  font-weight: 900;
  margin: 0 0 0.5rem;
  text-transform: uppercase;
  color: #000;
}
.PromoBanner_subtitle__mxjx0 {
  font-size: 1.8rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 1.2rem;
}
.PromoBanner_ctaButton__iYeVR {
  background: #000;
  color: #32cd32;
  font-weight: 700;
  padding: 0.6rem 1.5rem;
  border: none;
  border-radius: 999px;
  cursor: pointer;
  font-size: 1.8rem;
  transition: background 0.2s;
}
.PromoBanner_ctaButton__iYeVR:hover {
  background: #222;
}
@media (max-width: 1024px) {
  .PromoBanner_imageWrapper__ooUoe {
    position: absolute;
    right: 0;
    top: auto;
    bottom: 6%;
  }
  .PromoBanner_imageMascot__uJvCB {
    height: 80px;
  }
  .PromoBanner_title__F_jDJ {
    font-size: 1.8rem;
    font-weight: 900;
    margin: 0 0 0.5rem;
    text-transform: uppercase;
    color: #000;
  }
  .PromoBanner_subtitle__mxjx0 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 1.2rem;
  }
}
.tokenomics_tokenomicsContainer__E1H70 {
  width: 100%;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(/img/btchyper/tokenomics.webp);
  background-size: cover;
  @media (max-width: 1024px) {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0.5rem;
    padding-bottom: 5rem;
    padding-right: 0.5rem;
    padding-top: 5rem;
    gap: 2rem;
  }
}
.tokenomics_title__CU6nl {
  font-size: 5rem;
  text-align: center;
  font-weight: 900;
  color: #000;
}
.tokenomics_mainContent__Phmfi {
  width: 1280px;
  padding-inline: 1rem;
  display: flex;
  max-width: 1280px;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  @media (max-width: 1024px) {
    flex: 1 1;
    display: flex;
    flex-direction: column;
    row-gap: 2em;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    padding-inline: 0;
  }
}
.tokenomics_item__uVT3z {
  width: calc(50% - 0.5rem);
  order: 0;
}
.tokenomics_item1__3_Hlu {
  @media (max-width: 1024px) {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
}
.tokenomics_item3__D0FIh {
  width: calc(75% - 0.5rem);
  display: flex;
  @media (max-width: 1024px) {
    width: 100%;
    max-width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.tokenomics_item2__JpgLS {
  @media (max-width: 1024px) {
    width: 100%;
    max-width: 100%;
    order: 3;
  }
}
.tokenomics_item4__1eqfp {
  width: calc(25% - 0.5rem);
  @media (max-width: 1024px) {
    width: 100%;
    max-width: 100%;
    order: 4;
  }
}
.tokenomics_cards__SkuFm {
  display: flex;
  flex-direction: row;
  gap: 0.2rem;
  justify-content: stretch;
}
.tokenomics_card__DT7sA {
  position: relative;
  font-family: sans-serif;
  padding: 20px 25px;
  background: url(/img/btchyper/common-box-star.webp) no-repeat;
  background-size: cover;
  border: 2px solid #000;
  border-radius: 32px;
  margin: 0 8px;
  box-shadow: 0 2px #000;
}
.tokenomics_cardNumber__yroNu {
  position: absolute;
  top: -6px;
  right: -6px;
  background: #fff;
  color: #000;
  font-weight: 700;
  border-radius: 50%;
  border: 2px solid #00001188;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  filter: flur(1px);
}
.tokenomics_cardNumber__yroNu:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  border-radius: 50%;
  border: 2px solid #00001188;
  filter: blur(2px);
  z-index: -1;
}
.tokenomics_cardTitle__LV6Af {
  font-weight: 800;
  font-size: 2rem;
  margin-bottom: 0.75rem;
  font-family: Arial Black, sans-serif;
  text-transform: uppercase;
}
.tokenomics_cardContent__czEqv {
  padding-left: 1rem;
}
.tokenomics_cardContent__czEqv li {
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.tokenomics_imgWrapper__AXZ4f {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  @media (max-width: 1024px) {
    max-width: 100%;
    height: auto;
  }
}
.tokenomics_imgGraphic__QMbwW {
  max-width: 70%;
  max-height: 200px;
  @media (max-width: 1024px) {
    max-width: 100%;
    max-height: 300px;
  }
}
.tokenomics_buyNowWrapper__KFvzu {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
  row-gap: 2rem;
  @media (max-width: 1024px) {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 2rem;
  }
}
.tokenomics_buyNowBtn__QsRwT {
  border-radius: 8px;
  min-height: 50px;
  font-size: 18px;
  transition: all 0.2s linear;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 4px;
  box-shadow: 0 2px #000;
  padding: 1rem 3rem;
  background: #1a7ef7;
  border: 2px solid #000;
  color: #fff;
  @media (max-width: 1024px) {
    min-width: 50vw;
  }
}
