﻿    html {
      box-sizing: border-box;
      -webkit-font-smoothing: antialiased;
    }

    *,
    ::before,
    ::after {
      box-sizing: inherit;
    }

    strong,
    b {
      font-weight: 700;
    }

    body {
      color: rgba(0, 0, 0, 0.87);
      margin: 0px;
      font-size: 0.875rem;
      font-family: URWDIN, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      font-weight: 400;
      line-height: 1.43;
      background-color: rgb(255, 255, 255);
    }

    @media print {
      body {
        background-color: rgb(255, 255, 255);
      }
    }

    body::backdrop {
      background-color: rgb(255, 255, 255);
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 100;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/636bc6e9cd402d06c549.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/6ede466473f010594045.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 200;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/41321d8f6ff1f614c1e1.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/2176329ecb878acf473a.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 300;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/77709718e9eb191ed405.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/d24ba6cc02c2b7f39a8d.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 400;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/233c9605c984a27862b9.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/46d1b16b5fcccab7ef9a.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 500;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/54488a40a90c9b40fc5b.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/6e5e793149c738f1f3ba.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 600;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/9911675da60f5b872522.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/37abd29ab4ccb74bde22.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 700;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/c87244639cad82700173.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/08172a18d8bd28322a0e.woff") format("woff");
    }

    @font-face {
      font-family: URWDIN;
      font-display: swap;
      font-weight: 800;
      src: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/af26188211a4c07f52b2.woff2") format("woff2"), url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/media/85a094cb4cf7244d0965.woff") format("woff");
    }

    body {
      font-size: medium;
      font-family: URWDIN, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
    }

    @media print {
      .MuiDialog-root {
        position: absolute !important;
      }
    }

    .MuiDialog-scrollPaper {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .MuiDialog-scrollBody {
      overflow: hidden auto;
      text-align: center;
    }

    .MuiDialog-scrollBody::after {
      width: 0px;
      height: 100%;
      content: "";
      display: inline-block;
      vertical-align: middle;
    }

    .MuiDialog-container {
      height: 100%;
      outline: 0px;
    }

    @media print {
      .MuiDialog-container {
        height: auto;
      }
    }

    .MuiDialog-paper {
      margin: 32px;
      position: relative;
      overflow-y: auto;
    }

    @media print {
      .MuiDialog-paper {
        box-shadow: none;
        overflow-y: visible;
      }
    }

    .MuiDialog-paperScrollPaper {
      display: flex;
      max-height: calc(100% - 64px);
      flex-direction: column;
    }

    .MuiDialog-paperScrollBody {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }

    .MuiDialog-paperWidthFalse {
      max-width: calc(100% - 64px);
    }

    .MuiDialog-paperWidthXs {
      max-width: 444px;
    }

    @media (max-width: 507.95px) {
      .MuiDialog-paperWidthXs.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthSm {
      max-width: 600px;
    }

    @media (max-width: 663.95px) {
      .MuiDialog-paperWidthSm.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthMd {
      max-width: 960px;
    }

    @media (max-width: 1023.95px) {
      .MuiDialog-paperWidthMd.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthLg {
      max-width: 1280px;
    }

    @media (max-width: 1343.95px) {
      .MuiDialog-paperWidthLg.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperWidthXl {
      max-width: 1920px;
    }

    @media (max-width: 1983.95px) {
      .MuiDialog-paperWidthXl.MuiDialog-paperScrollBody {
        max-width: calc(100% - 64px);
      }
    }

    .MuiDialog-paperFullWidth {
      width: calc(100% - 64px);
    }

    .MuiDialog-paperFullScreen {
      width: 100%;
      height: 100%;
      margin: 0px;
      max-width: 100%;
      max-height: none;
      border-radius: 0px;
    }

    .MuiDialog-paperFullScreen.MuiDialog-paperScrollBody {
      margin: 0px;
      max-width: 100%;
    }

    .MuiDialog-contentLeft {
      padding-right: 32px;
    }

    .MuiDialog-contentLeft img {
      width: 100px;
      height: 100px;
      display: block;
    }

    .jss1 {
      padding: 38px 40px 0px;
      position: relative;
      box-shadow: rgba(1, 8, 30, 0.16) 0px 3px 4px 0px, rgba(1, 8, 30, 0.08) 0px 1px 16px 0px;
      background-color: rgb(255, 255, 255);
    }

    .jss2 {
      top: 16px;
      right: 16px;
      cursor: pointer;
      position: absolute;
    }

    .jss3 {
      display: flex;
      align-items: center;
      padding-bottom: 24px;
    }

    .jss4 {
      flex: 1 1 auto;
    }

    .jss5 {
      color: rgb(1, 8, 30);
      padding: 0px;
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .jss6 {
      color: rgba(1, 8, 30, 0.87);
      margin: 0px;
      padding: 0px;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }

    .jss7 {
      padding: 24px 0px;
      border-top: 1px solid rgba(1, 8, 30, 0.08);
    }

    .jss10 {
      padding: 38px 40px 0px;
      position: relative;
      box-shadow: rgba(1, 8, 30, 0.16) 0px 3px 4px 0px, rgba(1, 8, 30, 0.08) 0px 1px 16px 0px;
      background-color: rgb(255, 255, 255);
    }

    .jss11 {
      top: 16px;
      right: 16px;
      cursor: pointer;
      position: absolute;
    }

    .jss12 {
      display: flex;
      align-items: center;
      padding-bottom: 24px;
    }

    .jss13 {
      flex: 1 1 auto;
    }

    .jss14 {
      color: rgb(1, 8, 30);
      padding: 0px;
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .jss15 {
      color: rgba(1, 8, 30, 0.87);
      margin: 0px;
      padding: 0px;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }

    .jss16 {
      padding: 24px 0px;
      border-top: 1px solid rgba(1, 8, 30, 0.08);
    }

    .jss20 {
      padding: 38px 40px 0px;
      position: relative;
      box-shadow: rgba(1, 8, 30, 0.16) 0px 3px 4px 0px, rgba(1, 8, 30, 0.08) 0px 1px 16px 0px;
      background-color: rgb(255, 255, 255);
    }

    .jss21 {
      top: 16px;
      right: 16px;
      cursor: pointer;
      position: absolute;
    }

    .jss22 {
      display: flex;
      align-items: center;
      padding-bottom: 24px;
    }

    .jss23 {
      flex: 1 1 auto;
    }

    .jss24 {
      color: rgb(1, 8, 30);
      padding: 0px;
      font-size: 24px;
      font-weight: 500;
      line-height: 36px;
      margin-bottom: 10px;
    }

    .jss25 {
      color: rgba(1, 8, 30, 0.87);
      margin: 0px;
      padding: 0px;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px;
    }

    .jss26 {
      padding: 24px 0px;
      border-top: 1px solid rgba(1, 8, 30, 0.08);
    }

    .jss9 {}

    .jss9 .MuiDialogActions-root {
      display: none;
    }

    .jss9 .MuiDialog-paperWidthSm {
      max-width: 680px;
    }

    .jss9 .MuiDialogContent-root:first-child {
      padding-top: 0px;
    }

    .jss9 .MuiDialog-paper {
      padding: 40px;
    }

    .jss9 .MuiDialog-content {
      padding-bottom: 0px;
    }

    .jss18 {
      padding: 9px 46px;
      background: linear-gradient(135deg, rgb(173, 156, 121) 0%, rgb(157, 143, 109) 53%, rgb(144, 132, 98) 100%);
    }

    .jss18:hover {
      background: linear-gradient(135deg, rgb(173, 156, 121) 0%, rgb(157, 143, 109) 53%, rgb(144, 132, 98) 100%);
    }

    .jss19 {}

    .jss19 .MuiDialog-paper {
      color: rgb(231, 206, 152);
      width: 480px;
      background: linear-gradient(135deg, rgb(36, 36, 36) 0%, rgb(15, 16, 17) 100%);
    }

    .jss19 .MuiDialog-paper .MuiDialogTitle-root h2 {
      color: rgb(231, 206, 152);
      font-size: 24px;
    }

    .jss19 .MuiDialog-paper .MuiDialogContent-root {
      color: rgb(231, 206, 152);
    }

    .jss19 .MuiDialog-paper .MuiDialogActions-root {
      border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    body * {
      font-family: KryptoKinSans;
    }

    body fieldset {
      min-width: initial;
      padding: initial;
      margin: initial;
      border: initial;
      margin-inline: 2px;
      padding-block: 0.35em 0.625em;
      padding-inline: 0.75em;
    }

    body legend {
      width: initial;
      padding: initial;
      padding-inline: 2px;
    }

    [dir="rtl"] .KuxTable-root table tr td:first-of-type::before {
      border-radius: 0px 16px 16px 0px;
      right: -40px !important;
    }

    [dir="rtl"] .KuxTable-root table tr td:last-of-type::after {
      border-radius: 16px 0px 0px 16px;
      left: -40px !important;
      right: auto !important;
    }

    .css-atxi5g {
      position: relative;
      z-index: 100;
      width: 100%;
    }

    .css-atxi5g .logo {
      vertical-align: middle;
    }

    .css-1dftvkr {
      height: 0px;
    }

    .css-n4rmn7 {
      position: fixed;
      top: 0px;
      left: 0px;
      right: 0px;
      z-index: 1000;
      background-color: rgb(255, 255, 255);
      transition: background-color 0.5s ease 0s;
    }

    .css-1eazsyg {
      padding: 0px 32px;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 1439px) {
      .css-1eazsyg {
        padding: 0px 24px;
      }
    }

    @media (max-width: 767px) {
      .css-1eazsyg {
        padding: 0px 16px;
      }
    }

    .css-6ljh47 {
      display: flex;
      position: relative;
      flex: 1 1 auto;
      margin: 0px auto;
      transition: all 0.3s ease 0s;
      width: 100%;
      height: 80px;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    @media (max-width: 1439px) {
      .css-6ljh47 {
        height: 64px;
      }
    }

    .css-6qnjre {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      height: 100%;
    }

    .css-1evik99 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1evik99:hover {
      opacity: 0.8;
    }

    .css-qoy9sy {
      width: 121px;
      height: 28px;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 1439px) {
      .css-qoy9sy {
        width: 103.71px;
        height: 24px;
      }
    }

    .css-4b375e {
      height: 100%;
    }

    .css-3f63pt {
      height: 100%;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row;
    }

    .css-3f63pt>div {
      height: 100%;
    }

    .css-3f63pt>div>div {
      height: 100%;
    }

    .css-q5nvv6 {
      width: 1px;
      margin: 0px 20px 0px 18px;
      height: 16px !important;
    }

    [dir="rtl"] .css-q5nvv6 {
      margin: 0px 18px 0px 20px;
    }

    .css-1gv4ukp {
      border: none;
      flex-shrink: 0;
      background: rgba(29, 29, 29, 0.08);
      display: block;
      width: 1px;
      margin: 0px 20px 0px 18px;
      height: 16px !important;
    }

    [dir="rtl"] .css-1gv4ukp {
      margin: 0px 18px 0px 20px;
    }

    .css-9ncwx {
      display: inline-flex;
    }

    [dir="rtl"] .css-rtb7h2 {
      margin-right: 24px;
    }

    .css-1206i7a {
      width: 150px;
      border-radius: 20px;
      background: rgba(29, 29, 29, 0.04);
      padding-left: 16px;
    }

    .css-1206i7a .KuxInput-prefix {
      margin-right: 6px !important;
    }

    .css-1206i7a fieldset {
      border: none;
    }

    .css-t0op2k {
      position: relative;
      font-family: KryptoKinSans, "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
      outline: none;
      height: fit-content;
      box-sizing: border-box;
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      opacity: 1;
      cursor: text;
      padding: 0px 16px;
      width: 150px;
      border-radius: 20px;
      background: rgba(29, 29, 29, 0.04);
    }

    .css-t0op2k .KuxInput-prefix {
      margin-right: 6px !important;
    }

    .css-t0op2k fieldset {
      border: none;
    }

    .css-10goenk {
      color: rgba(29, 29, 29, 0.6);
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      margin-right: 4px;
      font-size: 14px;
      line-height: 22px;
    }

    [dir="rtl"] .css-10goenk {
      margin-right: 0px;
      margin-left: 4px;
    }

    .css-toms2k {
      border: none;
      outline: none;
      padding: 0px;
      width: 100%;
      flex: 1 1 0%;
      margin: 0px;
      box-sizing: border-box;
      background: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: KryptoKinSans, "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
      color: rgb(29, 29, 29);
      cursor: text;
      font-weight: 500;
      font-size: 14px;
      height: 40px;
      line-height: 22px;
    }

    .css-toms2k:-webkit-autofill {
      transition-delay: 99999s;
    }

    .css-toms2k:-webkit-autofill:hover {
      transition-delay: 99999s;
    }

    .css-toms2k:-webkit-autofill:focus {
      transition-delay: 99999s;
    }

    .css-toms2k:-webkit-autofill:active {
      transition-delay: 99999s;
    }

    .css-toms2k:focus {
      outline: none;
    }

    .css-toms2k::-webkit-input-placeholder {
      color: rgba(29, 29, 29, 0.4);
      font-family: KryptoKinSans, "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei";
    }

    .css-js6o5x {
      box-sizing: border-box;
      min-height: 0px;
      min-width: 0px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
    }

    .css-1i4kc6k {
      position: absolute;
      inset: -5px -2px 0px;
      pointer-events: none;
      border-radius: 8px;
      border-style: solid;
      border-width: 1px;
      border-color: rgba(29, 29, 29, 0.12);
      overflow: hidden;
    }

    .css-d30h47 {
      visibility: hidden;
      height: 12px;
      line-height: 24px;
      max-width: 100%;
      padding: 0px;
      font-size: 10px;
    }

    .css-1sg2lsz {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1ivp5ha {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row;
    }

    .css-1ivp5ha .navUserItem {
      color: rgb(29, 29, 29);
      cursor: pointer;
      padding: 0px;
      font-size: 14px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: auto;
      white-space: nowrap;
      text-decoration: none !important;
      background-clip: border-box !important;
    }

    [dir="rtl"] .css-1ivp5ha .navUserItem {
      padding: 0px 0px 0px 12px;
    }

    .css-1ivp5ha .navUserItem[data-menu="i18n"],
    .css-1ivp5ha .navUserItem[data-menu="currency"],
    .css-1ivp5ha .navUserItem[data-menu="download"],
    .css-1ivp5ha .navUserItem[data-menu="theme"] {
      display: flex;
    }

    .css-1ivp5ha .navUserItem[data-menu="order"],
    .css-1ivp5ha .navUserItem[data-menu="asset"],
    .css-1ivp5ha .navUserItem[data-menu="person"] {
      display: flex;
    }

    .css-1ivp5ha .navUserItem[data-menu="download"],
    .css-1ivp5ha .navUserItem[data-menu="i18n"],
    .css-1ivp5ha .navUserItem[data-menu="currency"],
    .css-1ivp5ha .navUserItem[data-menu="notice"],
    .css-1ivp5ha .navUserItem[data-menu="person"],
    .css-1ivp5ha .navUserItem[data-menu="order"] {
      padding: 0px;
    }

    .css-1ivp5ha .navUserItem[data-menu="notice"] {
      margin-right: 12px;
      margin-left: 0px;
    }

    .css-1ivp5ha .navUserItem[data-menu="person"],
    .css-1ivp5ha .navUserItem[data-menu="order"],
    .css-1ivp5ha .navUserItem[data-menu="notice"] {
      margin-left: 12px;
    }

    @media (max-width: 767px) {
      .css-1ivp5ha .navUserItem[data-menu="notice"] svg {
        width: 16px;
        height: 16px;
      }
    }

    .css-1ivp5ha .navUserItem.signinLink {
      width: auto;
      margin-right: unset;
    }

    @media screen and (max-width: 414px) {
      .css-1ivp5ha .navUserItem.signinLink {
        display: none;
      }
    }

    .css-1ivp5ha .navUserItem.signinLink:hover {
      opacity: 0.6;
    }

    .css-1ivp5ha .navUserItem.signinLink:active {
      opacity: 1;
    }

    .css-1ivp5ha .navUserItem .signinBtn {
      width: unset;
      padding: 9px 24px;
      font-weight: 500;
      font-size: 14px;
      text-align: center;
      color: rgb(29, 29, 29);
      margin: 0px;
      transition: all 0.3s ease 0s;
      border: unset;
      border-radius: 24px;
    }

    @media (max-width: 767px) {
      .css-1ivp5ha .navUserItem .signinBtn {
        font-size: 12px;
      }
    }

    [dir="rtl"] .css-1ivp5ha .navUserItem .signinBtn {
      margin: 0px;
    }

    .css-1ivp5ha .navUserItem.signUpLink {
      width: auto;
    }

    .css-1ivp5ha .navUserItem.signUpLink:hover {
      opacity: 0.6;
    }

    .css-1ivp5ha .navUserItem.signUpLink:active {
      opacity: 1;
    }

    .css-1ivp5ha .navUserItem.signUpLink:active>img {
      display: block;
    }

    .css-1ivp5ha .navUserItem .signUpBtn {
      width: unset;
      padding: 9px 28px;
      border-radius: 90px;
      font-weight: 700;
      font-size: 14px;
      line-height: 130%;
      text-align: center;
      color: rgb(255, 255, 255);
      background: rgb(1, 188, 141);
      position: relative;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 767px) {
      .css-1ivp5ha .navUserItem .signUpBtn {
        padding: 8px 16px;
        font-size: 12px;
      }
    }

    .css-9zi109 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-right: 0px;
      flex-direction: row;
      width: auto;
      padding: 0px;
      -webkit-box-pack: unset;
      justify-content: unset;
    }

    .css-v71wna {
      width: 1px;
      height: 16px;
      margin: 0px 12px;
    }

    [dir="rtl"] .css-v71wna {
      margin: 0px 12px 0px 0px;
    }

    .css-15bj1sf {
      border: none;
      flex-shrink: 0;
      background: rgba(29, 29, 29, 0.08);
      display: block;
      width: 1px;
      height: 16px;
      margin: 0px 12px;
    }

    [dir="rtl"] .css-15bj1sf {
      margin: 0px 12px 0px 0px;
    }

    .css-1b9zzns {
      width: 40px;
      height: 40px;
      background: rgba(29, 29, 29, 0.04);
      border-radius: 50%;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      display: none;
    }

    [dir="rtl"] .css-1b9zzns {
      margin-right: 12px;
    }

    @media (max-width: 767px) {
      .css-1b9zzns {
        width: 32px;
        height: 32px;
        line-height: 30px;
        font-size: 14px;
      }
    }

    .css-1b9zzns:hover svg {
      fill: rgb(1, 188, 141);
    }

    .css-1n99kaq {
      max-width: 400px;
      width: 100%;
      height: 100vh;
      overflow: auto;
      background-color: rgb(255, 255, 255);
      padding: 0px !important;
    }

    .css-1n99kaq .KuxDrawer-content::-webkit-scrollbar {
      width: 3px;
      height: 3px;
    }

    .css-1n99kaq .KuxDrawer-content::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background: rgba(29, 29, 29, 0.08);
    }

    .css-1n99kaq .showDownBox {
      padding: 0px 24px;
    }

    .css-1n99kaq .userBox {
      margin: 0px;
    }

    .css-lmssxu {
      max-width: 400px;
      width: 100%;
    }

    .css-lmssxu .KuxDrawer-content {}

    .css-lmssxu .KuxDrawer-content::-webkit-scrollbar {
      display: none;
    }

    .css-1kpx7hz {
      transition: all 0.3s ease-in-out 0s;
      padding: 0px 24px;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz {
        padding: 0px 16px;
      }
    }

    .css-1kpx7hz a {
      width: fit-content;
      text-decoration: none !important;
    }

    .css-1kpx7hz .footerMain {
      max-width: 1200px;
      margin: 0px auto;
      padding-top: 80px;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain {
        padding-top: 48px;
      }
    }

    .css-1kpx7hz .footerMain .logo {
      display: block;
      height: 36px;
      margin-bottom: 56px;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .logo {
        margin-bottom: 24px;
      }
    }

    .css-1kpx7hz .footerMain .divider {
      height: 1px;
      border-top: none;
      border-right: none;
      border-left: none;
      border-image: initial;
      border-bottom: 1px solid rgba(29, 29, 29, 0.08);
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .divider {
        margin-top: -24px;
      }
    }

    .css-1kpx7hz .footerMain .copyright {
      padding: 20px 0px;
      -webkit-box-align: center;
      align-items: center;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .copyright {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    .css-1kpx7hz .footerMain .copyright .new-copyright {
      font-size: 14px;
      line-height: 130%;
      color: rgba(29, 29, 29, 0.4);
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .copyright .new-copyright {
        font-size: 12px;
        margin-bottom: 4px;
      }
    }

    .css-1kpx7hz .footerMain .copyright .servertime {
      display: flex;
    }

    @media (max-width: 767px) {
      .css-1kpx7hz .footerMain .copyright .servertime {
        flex-direction: column;
        align-items: flex-start;
      }
    }

    .css-6axzh6 {
      height: 28px;
      width: 121px;
      margin-right: 22px;
      transition: all 0.3s ease 0s;
    }

    @media (max-width: 767px) {
      .css-6axzh6 {
        height: 24px;
        width: 103.71px;
      }
    }

    .css-pj0ef2 .newFooterLinks {
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .css-pj0ef2 .newFooterLinks::after {
      width: 50%;
      content: "";
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks::after {
        width: 0px;
      }
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup {
      width: 20%;
      margin-bottom: 56px;
      min-width: 240px;
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup.association {
      width: 20%;
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup {
        margin-right: 30px;
        margin-bottom: 28px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup.association .newFooterLinkGroupTitle {
        margin-bottom: 28px;
      }
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu {
      background: rgb(255, 255, 255);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu a {
      color: rgba(29, 29, 29, 0.6);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu a:hover {
      background: rgba(29, 29, 29, 0.02);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu::after {
      border-top-color: rgb(247, 248, 251);
    }

    [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.tipOffMenu::after {
      left: unset;
      right: 30px;
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK {
      bottom: 32px;
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK {
        left: 120px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK::after {
        left: 20px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterSDK::after {
        left: unset;
        right: 20px;
      }
    }

    @media screen and (max-width: 1024px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook {
        left: 90px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: 50px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: unset;
        right: 50px;
      }
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: 20px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook::after {
        left: unset;
        right: 20px;
      }
    }

    @media screen and (max-width: 1024px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterTwitter {
        left: 70px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterTwitter::after {
        left: 70px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterTwitter::after {
        left: unset;
        right: 70px;
      }
    }

    @media screen and (max-width: 1024px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterReddit {
        left: 60px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterReddit::after {
        left: 74px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterReddit::after {
        left: unset;
        right: 74px;
      }
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle {
      color: rgb(29, 29, 29);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~a,
    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div {
      color: rgba(29, 29, 29, 0.6);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~a:hover,
    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div:hover {
      color: rgb(29, 29, 29);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div a {
      color: rgba(29, 29, 29, 0.6);
    }

    .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle~div a:hover {
      color: rgb(29, 29, 29);
    }

    @media (max-width: 767px) {
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup {
        width: 100%;
        margin-right: 0px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:last-child {
        margin-right: auto;
        width: 100%;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook {
        left: 120px;
        bottom: 38px;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterHover .newFooterHoverMenu.newFooterFacebook {
        left: unset;
        right: 120px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup .newFooterLinkGroupTitle {
        font-size: 16px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle {
        position: relative;
        cursor: pointer;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle~a,
      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle~div {
        display: none;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle::after {
        position: absolute;
        top: 0px;
        right: 0px;
        content: " ";
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.41073%206.9107C4.73617%206.58527%205.26381%206.58527%205.58925%206.9107L9.99999%2011.3214L14.4107%206.9107C14.7362%206.58527%2015.2638%206.58527%2015.5892%206.9107C15.9147%207.23614%2015.9147%207.76378%2015.5892%208.08921L10.5892%2013.0892C10.2638%2013.4147%209.73617%2013.4147%209.41073%2013.0892L4.41073%208.08921C4.0853%207.76378%204.0853%207.23614%204.41073%206.9107Z%22%20fill%3D%22%238C8C8C%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: all 0.3s ease-in-out 0s;
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .newFooterLinkGroupTitle::after {
        right: unset;
        left: 0px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after {
        padding-bottom: 12px;
      }

      .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after::after {
        position: absolute;
        top: 0px;
        right: 0px;
        content: " ";
        width: 16px;
        height: 16px;
        background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M4.41073%206.9107C4.73617%206.58527%205.26381%206.58527%205.58925%206.9107L9.99999%2011.3214L14.4107%206.9107C14.7362%206.58527%2015.2638%206.58527%2015.5892%206.9107C15.9147%207.23614%2015.9147%207.76378%2015.5892%208.08921L10.5892%2013.0892C10.2638%2013.4147%209.73617%2013.4147%209.41073%2013.0892L4.41073%208.08921C4.0853%207.76378%204.0853%207.23614%204.41073%206.9107Z%22%20fill%3D%22%238C8C8C%22%20fill-opacity%3D%220.4%22%2F%3E%3C%2Fsvg%3E");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        transition: all 0.3s ease-in-out 0s;
        transform: rotate(180deg);
      }

      [dir="rtl"] .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after::after {
        right: unset;
        left: 0px;
      }

      @media (min-width: 768px) {
        .css-pj0ef2 .newFooterLinks .newFooterLinkGroup:not(:last-child) .after::after {
          display: none;
        }
      }
    }

    .css-240chv {
      display: flex;
      flex-wrap: wrap;
    }

    .css-240chv .newFooterLinkGroup {
      width: 240px;
    }

    .css-240chv .newFooterLinkGroup.association {
      width: 240px;
    }

    .css-240chv .newFooterLinkGroupTitle {
      font-size: 18px;
      margin-bottom: 20px;
      font-weight: 500;
      color: rgb(29, 29, 29);
      line-height: 130%;
    }

    @media (max-width: 767px) {
      .css-240chv .newFooterLinkGroupTitle {
        margin-bottom: 0px;
      }
    }

    .css-240chv .newFooterLinkGroup a,
    .css-240chv .newFooterLinkGroup .newFooterHover {
      width: 240px;
      padding: 4px 0px;
      word-break: break-all;
      display: block;
      font-size: 14px;
      cursor: pointer;
      color: rgba(29, 29, 29, 0.6);
    }

    .css-240chv .newFooterLinkGroup a:hover {
      color: rgb(51, 198, 170);
    }

    .css-240chv .newFooterHover {
      position: relative;
    }

    .css-240chv .newFooterHover:hover .newFooterHoverMenu {
      display: block;
    }

    .css-240chv .newFooterHoverMenu {
      position: absolute;
      bottom: 100%;
      left: 16px;
      transform: translate3d(-50%, 0px, 0px);
      background-color: rgb(255, 255, 255);
      width: 240px;
      border-radius: 12px;
      display: none;
      overflow: hidden;
      box-shadow: rgba(0, 0, 0, 0.08) 0px 4px 16px;
      top: unset !important;
    }

    .css-240chv .newFooterHoverMenu::-webkit-scrollbar {
      display: none;
    }

    .css-240chv .newFooterHover.newFooterAssociationItem .newFooterHoverMenu {
      left: 16px;
    }

    .css-240chv .newFooterHoverContent {
      overflow-y: auto;
      height: 350px;
    }

    .css-240chv .newFooterHoverContent::-webkit-scrollbar {
      background: transparent;
      width: 3px;
    }

    .css-240chv .newFooterHoverContent::-webkit-scrollbar-track {
      background: transparent;
    }

    .css-240chv .newFooterHoverContent::-webkit-scrollbar-thumb {
      border-radius: 2px;
      background: rgba(29, 29, 29, 0.08);
    }

    .css-240chv .newFooterHoverMenu.newFooterReddit .newFooterHoverContent {
      height: auto;
    }

    .css-240chv .newFooterQrCode {
      padding: 28px 0px;
      top: -244px;
    }

    .css-240chv .newFooterQrCode img {
      width: 184px;
      height: 184px;
    }

    .css-240chv .newFooterHoverMenu::after {
      border-width: 6px 6px 0px;
      border-style: solid;
      border-color: rgb(255, 255, 255) transparent transparent;
      border-image: initial;
      content: " ";
      width: 0px;
      height: 0px;
      left: 50%;
      bottom: -6px;
      transform: translate3d(-50%, 0px, 0px);
      position: absolute;
    }

    .css-240chv .newFooterHoverMenu a {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      width: 100%;
      height: 40px;
      color: rgba(29, 29, 29, 0.6);
      padding: 0px 24px;
      cursor: pointer;
    }

    .css-240chv .newFooterHoverMenu a:hover {
      background: rgba(29, 29, 29, 0.02);
      color: rgb(29, 29, 29);
    }

    .css-240chv .newFooterAssociationList {
      flex-wrap: wrap;
      display: flex !important;
    }

    .css-240chv .newFooterAssociationItem {
      transform: translateY(0px);
      text-align: center;
      margin-right: 21px;
      margin-left: 0px;
      margin-bottom: 21px;
      transition: all 0.3s ease 0s;
      width: 32px !important;
      height: 32px !important;
    }

    .css-240chv .newFooterAssociationItem img {
      width: 24px;
      height: 24px;
    }

    .css-240chv .newFooterAssociationItem:hover {
      transform: translateY(-4px);
    }

    .css-240chv .newFooterAssociationItem.noMarginBottom {
      margin-bottom: 0px;
    }

    .css-240chv .newFooterHoverMenu.newFooterQrCode {
      padding: 28px 0px;
    }

    .css-240chv .newFooterHoverMenu.newFooterQrCode img {
      width: 184px;
    }

    .css-240chv .tipOffMenu {
      padding: 12px 16px;
      left: 120px;
      word-break: break-word;
    }

    .css-240chv .tipOffMenu::after {
      left: 30px;
    }

    .css-240chv .tipOffMenuTitle {
      font-weight: 500;
      font-size: 14px;
      line-height: 22px;
      color: rgb(29, 29, 29);
      margin-bottom: 4px;
    }

    .css-240chv .tipOffMenuItem {
      font-size: 12px;
      line-height: 20px;
      color: rgba(29, 29, 29, 0.6);
    }

    .css-240chv .tipOffMenuTip {
      margin-top: 14px;
    }

    .css-240chv .tipOffMenuMail {
      font-size: 12px;
      line-height: 20px;
      color: rgb(29, 29, 29);
    }

    .css-240chv .tipOffMenuMail a {
      display: inline;
      font-size: 12px;
      padding: 0px;
      height: unset;
      line-height: unset;
      color: rgb(51, 198, 170) !important;
    }

    .css-240chv .tipOffMenuMail a:hover {
      background-color: rgb(255, 255, 255);
    }

    .css-162y68p {
      height: 80px;
    }

    .css-1lm9f0d {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background-image: initial;
      background-position: initial;
      background-size: initial;
      background-repeat: initial;
      background-attachment: initial;
      background-origin: initial;
      background-color: rgba(29, 29, 29, 0.04);
      border-radius: 20px;
      margin-left: 12px;
      background-clip: padding-box !important;
    }

    [dir="rtl"] .css-1lm9f0d {
      margin-left: 0px;
      margin-right: 12px;
    }

    .css-1lm9f0d svg {
      color: rgb(29, 29, 29);
    }

    .css-1lm9f0d span {
      color: rgb(29, 29, 29);
      font-weight: 600;
      font-size: 14px;
    }

    .css-1lm9f0d:hover svg,
    .css-1lm9f0d:hover span {
      color: rgb(1, 188, 141);
    }

    .css-1k6sjq2 .KuxDialog-content {
      padding: 0px;
      border-radius: 0px 0px 20px 20px;
    }

    .css-uigphq {
      margin-right: 42px;
      color: rgba(29, 29, 29, 0.4);
      font-size: 14px;
      line-height: 130%;
    }

    @media (max-width: 767px) {
      .css-uigphq {
        font-size: 12px;
      }
    }

    .css-1da1nb1 {
      height: 100%;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      position: relative;
      width: auto;
      padding: 0px;
      margin-right: 20px;
      font-size: 16px;
      color: rgb(29, 29, 29);
      cursor: pointer;
      font-weight: 500;
      white-space: nowrap;
      transition: all 0.3s ease 0s;
      text-decoration: none !important;
    }

    @media (max-width: 1439px) {
      .css-1da1nb1 {
        font-size: 14px;
      }
    }

    .css-1da1nb1 .arrowIcon {
      margin-left: 4px;
      margin-top: 4px;
      transition: all 0.3s ease 0s;
    }

    [dir="rtl"] .css-1da1nb1 .arrowIcon {
      margin-left: unset;
      margin-right: 4px;
      transform: rotate(0deg);
    }

    .css-1da1nb1:hover {
      color: rgb(1, 188, 141);
      border-radius: 0px;
    }

    .css-1da1nb1:hover .arrowIcon {
      transform: rotate(-180deg);
    }

    .css-1da1nb1 svg {
      width: 10px;
      margin-left: 1px;
    }

    .css-1da1nb1 .stressNav {
      height: 20px;
      line-height: 20px;
      font-size: 12px;
      color: rgb(239, 168, 66);
      transform: scale(1) translateX(-50%);
      transform-origin: left center;
      position: absolute;
      left: 50%;
      top: -17px;
      width: 100%;
      text-align: center;
      white-space: nowrap;
    }

    .css-1da1nb1 .stressImg {
      height: 16px;
      width: 16px;
      position: absolute;
      right: -3px;
      top: -15px;
      object-fit: contain;
    }

    .css-1da1nb1 .oneImg {
      right: 8px;
      top: -14px;
    }

    .css-1da1nb1 .oneNav {
      top: -14px;
    }

    .css-1c40j8s {
      height: 28px;
      margin-right: 20px;
      padding: 0px 10px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      font-size: 14px;
      line-height: 130%;
      border-radius: 6px;
      text-decoration: none;
      font-weight: 500;
      color: rgb(1, 188, 141);
      background: rgba(1, 188, 141, 0.08);
      max-width: 120px;
    }

    .css-1c40j8s span.ellipsis {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }

    .css-5xkyj6 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(29, 29, 29, 0.04);
      border-radius: 50%;
    }

    .css-5xkyj6 svg {
      margin: 0px 6px;
    }

    .css-5xkyj6 img {
      width: 16px;
    }

    .css-5xkyj6:hover svg {
      fill: rgb(1, 188, 141);
    }

    .css-6a9gu {
      color: rgb(29, 29, 29);
      font-size: 14px;
      line-height: 130%;
    }

    @media (max-width: 767px) {
      .css-6a9gu {
        font-size: 12px;
        margin-top: 4px;
      }
    }

    .css-6a9gu .label {
      margin-right: 10px;
      color: rgba(29, 29, 29, 0.4);
    }

    .css-6a9gu .unit {
      margin-left: 10px;
      color: rgba(29, 29, 29, 0.4);
    }

    .css-5vlk24 {
      width: 100%;
      height: 100%;
      background: rgb(255, 255, 255);
    }

    .css-5vlk24 h1,
    .css-5vlk24 h2 {
      margin: 0px;
      padding: 0px;
    }

    .css-cssveg {
      position: relative;
    }

    .css-eyslc0 {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 10;
      transform: translate3d(-50%, -50%, 0px);
    }

    .css-1oskuwq {
      display: flex;
      flex-direction: column;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1wnw4st {
      display: inline-block;
      position: relative;
      border-style: solid;
      border-color: rgb(1, 188, 141) rgb(1, 188, 141) rgb(1, 188, 141) rgba(1, 188, 141, 0.4);
      border-radius: 100%;
      animation: 0.5s linear 0s infinite normal none running animation-kkfuag;
      width: 22px;
      height: 22px;
      border-width: 2px;
    }

    @-webkit-keyframes animation-kkfuag {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes animation-kkfuag {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    .css-10s0k4x {
      position: relative;
      clear: both;
      user-select: none;
      pointer-events: none;
    }

    .css-10s0k4x::after {
      content: "";
      position: absolute;
      inset: 0px;
      z-index: 9;
      opacity: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      transition: all 0.3s ease 0s;
    }

    .css-10s0k4x::after {
      opacity: 1;
      pointer-events: auto;
      background: rgba(255, 255, 255, 0.7);
    }

    .css-sl2kq8 {
      width: 100%;
      height: 100%;
      min-height: 80vh;
      padding: 24px;
    }

    @media (max-width: 48rem) {
      .css-sl2kq8 {
        padding: 24px 16px;
      }
    }

    .css-9gu851 {
      width: 100%;
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
    }

    .css-1ufzn1o {
      width: 100%;
      max-width: 75rem;
      margin: 0px auto;
      position: relative;
      z-index: 2;
    }

    .css-yhhezd {
      display: flex;
      font-size: 14px;
      line-height: 22px;
    }

    .css-my8304 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      color: rgba(0, 13, 29, 0.6);
    }

    .css-my8304 .rightArrow {
      margin: 0px 2px -2px;
    }

    .css-my8304:not(:last-child):hover {
      color: rgb(0, 13, 29);
      cursor: pointer;
    }

    .css-my8304:last-child {
      color: rgb(0, 13, 29);
    }

    .css-my8304:last-child .rightArrow {
      display: none;
    }

    .css-1lyahpf {
      width: 100%;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      margin-top: 40px;
    }

    .css-1lyahpf h1,
    .css-1lyahpf h2,
    .css-1lyahpf h3,
    .css-1lyahpf h4 {
      margin: 0px;
    }

    .css-1lyahpf .buy_strong {
      color: rgb(0, 13, 29);
      font-weight: bold;
    }

    .css-1lyahpf h2.how-to-buy-title {
      margin: 0px 0px 16px;
      padding: 0px;
      font-weight: 600;
      font-size: 28px;
      line-height: 130%;
      color: rgb(0, 13, 29);
    }

    .css-1lyahpf section.how-to-buy-section,
    .css-1lyahpf .how-to-buy-section,
    .css-1lyahpf .how-to-buy-banner {
      margin-bottom: 120px;
    }

    @media (max-width: 64rem) {
      .css-1lyahpf h2.how-to-buy-title {
        font-weight: 600;
        font-size: 20px;
        line-height: 130%;
        margin-bottom: 16px;
      }

      .css-1lyahpf section.how-to-buy-section,
      .css-1lyahpf .how-to-buy-section,
      .css-1lyahpf .how-to-buy-banner {
        margin-bottom: 100px;
      }
    }

    @media (max-width: 48rem) {
      .css-1lyahpf h2.how-to-buy-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 130%;
        margin-bottom: 12px;
      }

      .css-1lyahpf section.how-to-buy-section,
      .css-1lyahpf .how-to-buy-section,
      .css-1lyahpf .how-to-buy-banner {
        margin-bottom: 80px;
      }
    }

    .css-14yf04u {
      width: calc(70% - 120px);
    }

    @media (max-width: 64rem) {
      .css-14yf04u {
        width: calc(70% - 40px);
      }
    }

    @media (max-width: 48rem) {
      .css-14yf04u {
        width: 100%;
      }
    }

    .css-1rqwpp0 {
      width: 100%;
      margin-bottom: 120px;
    }

    .css-1rqwpp0 img.coin-logo {
      width: 48px;
      height: 48px;
      margin-bottom: 24px;
    }

    .css-1rqwpp0 h1 {
      margin-bottom: 64px;
      color: rgb(0, 13, 29);
      font-weight: 600;
      font-size: 36px;
      line-height: 130%;
    }

    .css-1rqwpp0 .price-24h {
      display: block;
      width: max-content;
      margin-bottom: 77px;
      padding: 32px;
      background: rgb(255, 255, 255);
      border: 1px solid rgba(0, 13, 29, 0.04);
      border-radius: 12px;
    }

    @media (max-width: 64rem) {
      .css-1rqwpp0 .price-24h {
        margin-bottom: 66px;
      }
    }

    @media (max-width: 48rem) {
      .css-1rqwpp0 .price-24h {
        margin-bottom: 52px;
      }
    }

    .css-1rqwpp0 .price-24h-title {
      display: block;
      margin-bottom: 10px;
      color: rgba(0, 13, 29, 0.68);
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
    }

    .css-1rqwpp0 .price-24h-dec {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-1rqwpp0 .price-24h-number {
      margin-right: 28px;
      color: rgb(0, 13, 29);
      font-weight: 600;
      font-size: 36px;
      line-height: 130%;
    }

    .css-1rqwpp0 .price-24h-img {
      width: 24px;
      height: 24px;
      margin-right: 12px;
    }

    .css-1rqwpp0 .price-24h-up,
    .css-1rqwpp0 .price-24h-0,
    .css-1rqwpp0 .price-24h-down {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      font-weight: 500;
      font-size: 20px;
      line-height: 130%;
    }

    .css-1rqwpp0 .price-24h-up {
      color: rgb(1, 188, 141);
    }

    .css-1rqwpp0 .price-24h-0 {
      color: rgba(0, 13, 29, 0.4);
    }

    .css-1rqwpp0 .price-24h-down {
      color: rgb(246, 84, 84);
    }

    .css-1rqwpp0 a.header-get-start-btn {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: max-content;
      padding: 20px 24px;
      color: rgb(255, 255, 255);
      font-weight: 500;
      font-size: 20px;
      line-height: 130%;
      text-align: center;
      background: rgb(1, 188, 141);
      border-radius: 12px;
    }

    .css-1rqwpp0 a.header-get-start-btn img.BtnArrowRight {
      width: 24px;
      height: 24px;
      margin-left: 28px;
    }

    [dir="rtl"] .css-1rqwpp0 a.header-get-start-btn img.BtnArrowRight {
      transform: rotate(180deg);
    }

    .css-1rqwpp0 .header-introduce {
      margin-top: 24px;
      color: rgba(0, 13, 29, 0.68);
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
    }

    @media (max-width: 64rem) {
      .css-1rqwpp0 {
        margin-bottom: 100px;
      }

      .css-1rqwpp0 img.coin-logo {
        margin-bottom: 24px;
      }

      .css-1rqwpp0 h1 {
        margin-bottom: 64px;
        font-size: 36px;
      }

      .css-1rqwpp0 .price-24h-title {
        font-size: 14px;
      }

      .css-1rqwpp0 .price-24h-number {
        font-size: 28px;
      }

      .css-1rqwpp0 .price-24h-up,
      .css-1rqwpp0 .price-24h-0,
      .css-1rqwpp0 .price-24h-down {
        font-size: 18px;
      }

      .css-1rqwpp0 .header-introduce {
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-1rqwpp0 {
        margin-bottom: 80px;
      }

      .css-1rqwpp0 a.header-get-start-btn {
        max-width: 350px;
        padding: 12px 20px;
        font-size: 16px;
      }

      .css-1rqwpp0 img.coin-logo {
        width: 32px;
        height: 32px;
        margin-bottom: 16px;
      }

      .css-1rqwpp0 h1 {
        margin-bottom: 32px;
        font-size: 24px;
      }

      .css-1rqwpp0 .price-24h-title {
        font-size: 14px;
      }

      .css-1rqwpp0 .price-24h-number {
        font-size: 20px;
      }

      .css-1rqwpp0 .price-24h-up,
      .css-1rqwpp0 .price-24h-0,
      .css-1rqwpp0 .price-24h-down {
        font-size: 14px;
      }

      .css-1rqwpp0 .header-introduce {
        margin-top: 16px;
        font-weight: 400;
        font-size: 1px;
      }
    }

    .css-pg5io8 {
      display: none;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
      color: rgb(1, 188, 141);
      margin-bottom: 40px;
    }

    @media (max-width: 64rem) {
      .css-pg5io8 {
        margin-bottom: 32px;
      }
    }

    @media (max-width: 48rem) {
      .css-pg5io8 {
        margin-bottom: 24px;
      }
    }

    .css-pg5io8 img {
      margin-right: 8px;
    }

    .css-1ago99h {
      width: 100%;
    }

    .css-gi7j0 {
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
      margin-bottom: 16px;
    }

    @media (max-width: 64rem) {
      .css-gi7j0 {
        font-size: 14px;
      }
    }

    @media (max-width: 48rem) {
      .css-gi7j0 {
        margin-bottom: 12px;
        font-size: 12px;
      }
    }

    .css-le9s73 {
      width: 100%;
      margin-top: 40px;
    }

    @media (max-width: 48rem) {
      .css-le9s73 {
        margin-top: 24px;
      }
    }

    .css-2pyzcd {
      margin-bottom: 40px;
    }

    .css-14pfnv2 {
      font-weight: 500;
      font-size: 24px;
      line-height: 130%;
      color: rgb(0, 13, 29);
    }

    .css-14pfnv2[class*="kc_listItemTitle"] {
      margin-bottom: 20px;
    }

    @media (max-width: 64rem) {
      .css-14pfnv2[class*="kc_listItemTitle"] {
        margin-bottom: 16px;
      }
    }

    @media (max-width: 64rem) {
      .css-14pfnv2 {
        margin-bottom: 16px;
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-14pfnv2 {
        margin-bottom: 16px;
        font-size: 16px;
      }
    }

    .css-1yyt6kr {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
    }

    @media (max-width: 64rem) {
      .css-1yyt6kr {
        font-size: 14px;
      }
    }

    @media (max-width: 48rem) {
      .css-1yyt6kr {
        font-size: 14px;
      }
    }

    .css-1gtxqqv {
      margin-bottom: 0px;
    }

    .css-sp1r0w {
      width: 100%;
      margin-top: 40px;
    }

    .css-lsyivc {
      display: flex;
      flex-direction: column;
      margin-bottom: 34px;
    }

    .css-lsyivc .children_introduce_box {
      padding-left: 48px;
    }

    @media (max-width: 64rem) {
      .css-lsyivc .children_introduce_box {
        padding-left: 36px;
      }
    }

    @media (max-width: 48rem) {
      .css-lsyivc .children_introduce_box {
        padding-left: 36px;
      }
    }

    @media (max-width: 64rem) {
      .css-lsyivc {
        margin-bottom: 30px;
      }
    }

    .css-1bqgxoe {
      margin-bottom: 14px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    @media (max-width: 64rem) {
      .css-1bqgxoe {
        margin-bottom: 12px;
      }
    }

    @media (max-width: 48rem) {
      .css-1bqgxoe {
        margin-bottom: 10px;
      }
    }

    .css-1u0vx82 {
      width: 32px;
      height: 32px;
      margin-right: 16px;
      border: 1px solid rgb(0, 13, 29);
      border-radius: 50%;
      font-weight: 700;
      font-size: 14px;
      line-height: 130%;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
    }

    @media (max-width: 64rem) {
      .css-1u0vx82 {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        font-size: 12px;
      }
    }

    @media (max-width: 48rem) {
      .css-1u0vx82 {
        width: 24px;
        height: 24px;
        margin-right: 12px;
        font-size: 12px;
      }
    }

    .css-1f1p7on {
      font-weight: 600;
      font-size: 18px;
      line-height: 130%;
      color: rgb(0, 13, 29);
      width: calc(100% - 50px);
    }

    @media (max-width: 64rem) {
      .css-1f1p7on {
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-1f1p7on {
        font-size: 16px;
      }
    }

    .css-5togp0 {
      padding-left: 48px;
    }

    @media (max-width: 64rem) {
      .css-5togp0 {
        padding-left: 36px;
      }
    }

    @media (max-width: 48rem) {
      .css-5togp0 {
        padding-left: 36px;
      }
    }

    .css-5togp0 .step-desc {
      margin-bottom: 14px;
      padding-left: 0px;
    }

    @media (max-width: 64rem) {
      .css-5togp0 .step-desc {
        margin-bottom: 14px;
        padding-left: 0px;
      }
    }

    @media (max-width: 48rem) {
      .css-5togp0 .step-desc {
        margin-bottom: 10px;
        padding-left: 0px;
      }
    }

    .css-4v1nj6 {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
      padding-left: 48px;
    }

    @media (max-width: 64rem) {
      .css-4v1nj6 {
        padding-left: 36px;
        font-size: 14px;
      }
    }

    @media (max-width: 48rem) {
      .css-4v1nj6 {
        padding-left: 36px;
        font-size: 14px;
      }
    }

    .css-1vgqdro {
      padding: 12px 20px;
      background: rgba(255, 181, 71, 0.12);
      border: 1px solid rgba(255, 181, 71, 0.12);
      border-radius: 4px;
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: rgb(0, 13, 29);
      display: flex;
      margin: 24px 0px;
    }

    .css-1vgqdro img {
      width: 18px;
      height: 18px;
      margin-right: 12px;
    }

    @media (max-width: 64rem) {
      .css-1vgqdro {
        padding: 10px 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-1vgqdro {
        padding: 10px 16px;
      }
    }

    .css-2o18e0 {
      width: 100%;
      background: rgb(1, 188, 141);
      border-radius: 16px;
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      align-items: center;
      padding: 32px;
      margin-top: 40px;
    }

    .css-2o18e0 .get-start h3 {
      margin-bottom: 20px;
      color: rgb(255, 255, 255);
      font-weight: 600;
      font-size: 24px;
      line-height: 130%;
    }

    .css-2o18e0 a.get-start-btn {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: max-content;
      height: 48px;
      padding: 16px 24px;
      color: rgb(1, 188, 141);
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
      text-align: center;
      background: rgb(255, 255, 255);
      border-radius: 12px;
    }

    .css-2o18e0 img.get-start-BtnArrowRight {
      width: 18px;
      height: 18px;
      margin-left: 24px;
    }

    [dir="rtl"] .css-2o18e0 img.get-start-BtnArrowRight {
      transform: rotate(180deg);
    }

    .css-2o18e0 img.get-start-infoTip {
      width: 138px;
      height: 120px;
    }

    @media (max-width: 64rem) {
      .css-2o18e0 img.get-start-BtnArrowRight {
        margin-left: 12px;
      }
    }

    @media (max-width: 48rem) {
      .css-2o18e0 {
        margin-top: 24px;
        padding: 24px;
      }

      .css-2o18e0 img.get-start-infoTip {
        width: 92px;
        height: 80px;
      }

      .css-2o18e0 .get-start h3 {
        margin-bottom: 12px;
        font-size: 18px;
      }

      .css-2o18e0 a.get-start-btn {
        max-width: 350px;
        font-size: 14px;
      }
    }

    .css-zupa8u {
      display: flex;
      flex-direction: column;
      margin-bottom: 34px;
    }

    @media (max-width: 64rem) {
      .css-zupa8u {
        margin-bottom: 24px;
      }
    }

    .css-1hr2k0g {
      margin-bottom: 4px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-13cyq0p {
      width: 56px;
      height: 56px;
      margin-right: 16px;
    }

    @media (max-width: 64rem) {
      .css-13cyq0p {
        width: 48px;
        height: 48px;
      }
    }

    @media (max-width: 48rem) {
      .css-13cyq0p {
        width: 32px;
        height: 32px;
      }
    }

    .css-1aqc04p {
      font-weight: 600;
      font-size: 28px;
      line-height: 130%;
      color: rgb(0, 13, 29);
      margin: 0px;
    }

    @media (max-width: 64rem) {
      .css-1aqc04p {
        font-size: 20px;
      }
    }

    @media (max-width: 48rem) {
      .css-1aqc04p {
        font-size: 18px;
      }
    }

    .css-fur341 {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
      padding-left: 72px;
    }

    @media (max-width: 64rem) {
      .css-fur341 {
        padding-left: 64px;
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-fur341 {
        padding-left: 48px;
        font-size: 14px;
      }
    }

    .css-7zg8ki {
      width: 100%;
      margin: 80px 0px 10px;
    }

    @media (max-width: 64rem) {
      .css-7zg8ki {
        margin-top: 60px;
      }
    }

    @media (max-width: 48rem) {
      .css-7zg8ki {
        margin-top: 60px;
      }
    }

    .css-12r01ot {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }

    .css-dby2py {
      margin-top: 120px;
      margin-bottom: 52px;
    }

    @media (max-width: 64rem) {
      .css-dby2py {
        margin-top: 100px;
      }
    }

    @media (max-width: 48rem) {
      .css-dby2py {
        margin-top: 80px;
        margin-bottom: 32px;
      }
    }

    .css-oqbqi7 {
      font-size: 14px;
      line-height: 130%;
      font-weight: 400;
      color: rgba(0, 13, 29, 0.4);
    }

    .css-133vj1i {
      width: 30%;
      max-width: 350px;
    }

    .css-133vj1i .aside-box {
      position: sticky;
      top: 80px;
    }

    @media (max-width: 48rem) {
      .css-133vj1i {
        width: 100%;
      }
    }

    .css-1jrgk4s {
      padding-bottom: 40px;
    }

    @media (max-width: 64rem) {
      .css-1jrgk4s {
        margin-left: -40px;
      }
    }

    .css-1jrgk4s .KuxInput-container {
      background: transparent;
    }

    .css-o2j9ze {
      display: flex;
      flex-direction: row;
    }

    .css-12dbyu1 {}

    .css-12dbyu1 .KuxPopover-content {
      padding: 0.5rem 0px;
    }

    .css-uxfb1e {
      flex: 1 1 0%;
    }

    .css-uxfb1e .KuxInput-container {
      border-radius: 0.5rem;
      box-shadow: rgba(0, 13, 29, 0.2) 0px 0px 0px 1px inset;
    }

    @media (max-width: 48rem) {
      .css-uxfb1e {
        flex: 0 0 auto;
        margin-bottom: 0.5rem;
        padding: 0px 1rem;
      }
    }

    .css-uxfb1e .KuxPopover-content {
      padding: 0.5rem 0px;
    }

    .css-155q1gv {
      height: 3rem;
    }

    @media (max-width: 48rem) {
      .css-155q1gv {
        height: 2.5rem;
      }
    }

    .css-1x2wobr {
      position: relative;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      background: rgba(0, 13, 29, 0.04);
      box-shadow: inherit;
      transition: all 0.3s ease 0s;
      outline: none;
      width: 100%;
      height: fit-content;
      box-sizing: border-box;
      border-radius: 4px;
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      opacity: 1;
      cursor: text;
      padding: 0px 12px;
    }

    .css-1x2wobr:hover {
      background: rgba(0, 13, 29, 0.02);
    }

    .css-u30o77 {
      color: rgba(0, 13, 29, 0.6);
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      font-size: 14px;
      line-height: 22px;
    }

    .css-lhtmeu {
      font-size: 1.5rem;
      color: rgba(115, 126, 141, 0.6);
      flex-shrink: 0;
    }

    .css-145t91z {
      border: none;
      outline: none;
      padding: 0px;
      width: 100%;
      flex: 1 1 0%;
      margin: 0px;
      box-sizing: border-box;
      background: transparent;
      -webkit-tap-highlight-color: transparent;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      color: rgb(0, 13, 29);
      cursor: text;
      font-size: 14px;
      line-height: 22px;
      height: 3rem;
    }

    .css-145t91z:-webkit-autofill {
      transition-delay: 99999s;
    }

    .css-145t91z:-webkit-autofill:hover {
      transition-delay: 99999s;
    }

    .css-145t91z:-webkit-autofill:focus {
      transition-delay: 99999s;
    }

    .css-145t91z:-webkit-autofill:active {
      transition-delay: 99999s;
    }

    .css-145t91z:focus {
      outline: none;
    }

    .css-145t91z::-webkit-input-placeholder {
      color: rgba(0, 13, 29, 0.4);
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
    }

    @media (max-width: 48rem) {
      .css-145t91z {
        height: 2.5rem;
      }
    }

    .css-js6o5x {
      box-sizing: border-box;
      min-height: 0px;
      min-width: 0px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
    }

    .css-1an47na {
      z-index: 1070;
    }

    .css-1an47na .KuxPopover-content {
      padding: 0.5rem 0px;
    }

    .css-xl471x {
      box-sizing: border-box;
      min-height: 0px;
      min-width: 0px;
    }

    .css-16qtz1h {
      font-style: normal;
      font-weight: 700;
      font-size: 16px;
      line-height: 130%;
      color: rgb(0, 13, 29);
    }

    .css-mmmt1g {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-wrap: wrap;
    }

    .css-mmmt1g img {
      width: 24px;
      height: 24px;
      cursor: pointer;
    }

    .css-1t2ia5t {
      display: flex;
      flex-direction: column;
      margin-top: 16px;
      flex: 1 1 0%;
      width: calc((100% - 15px) / 6);
      min-width: calc((100% - 15px) / 6);
      max-width: calc((100% - 15px) / 6);
    }

    @media (max-width: 64rem) {
      .css-1t2ia5t {
        width: calc((100% - 15px) / 4);
        min-width: calc((100% - 15px) / 4);
        max-width: calc((100% - 15px) / 4);
      }
    }

    @media (max-width: 48rem) {
      .css-1t2ia5t {
        width: 24px;
        min-width: 24px;
        max-width: 24px;
        height: 24px;
        margin-right: 24px;
      }
    }

    .css-oqopf2 {
      z-index: 1070;
    }

    .css-1nd780v {
      font-weight: 500;
      font-size: 20px;
      line-height: 130%;
      color: rgb(0, 13, 29);
      margin-bottom: 24px;
    }

    .css-1rmasr1 {
      margin-bottom: 0px;
    }

    @media (max-width: 48rem) {
      .css-1rmasr1 {
        max-height: 260px;
        overflow-y: auto;
      }
    }

    .css-2agma2 {
      box-sizing: border-box;
      margin: 0px;
      min-width: 0px;
      position: relative;
      padding-bottom: 32px;
      cursor: pointer;
    }

    .css-2agma2 a {
      color: rgba(0, 13, 29, 0.68);
      font-weight: 400;
      font-size: 16px;
      font-style: normal;
      line-height: 130%;
    }

    .css-1g2jkim {
      position: absolute;
      height: 100%;
      padding-top: 18px;
    }

    .css-1g2jkim::after {
      display: inline-block;
      width: 4px;
      height: calc(100% + 18px);
      margin-left: 4px;
      background: rgba(0, 13, 29, 0.08);
      content: "";
    }

    .css-nze5jv {
      width: 12px;
      float: left;
      text-align: center;
    }

    .css-ya33cj {
      width: 12px;
      height: 12px;
    }

    .css-fqfj9l {
      margin-left: 28px;
    }

    .css-1ipq6an {
      box-sizing: border-box;
      margin: 0px;
      min-width: 0px;
      position: relative;
      padding-bottom: 0px;
      cursor: pointer;
    }

    .css-1ipq6an a {
      color: rgba(0, 13, 29, 0.68);
      font-weight: 400;
      font-size: 16px;
      font-style: normal;
      line-height: 130%;
    }

    .css-1evqqfe {
      width: 350px;
    }

    .css-1evqqfe .KuxPopover-content {
      padding: 0.5rem 0px;
    }

    .css-1y5vvh1 {
      flex: 1 1 0%;
      width: 350px;
    }

    .css-1y5vvh1 .KuxInput-container {
      border-radius: 0.5rem;
      box-shadow: rgba(0, 13, 29, 0.2) 0px 0px 0px 1px inset;
    }

    @media (max-width: 48rem) {
      .css-1y5vvh1 {
        flex: 0 0 auto;
        margin-bottom: 0.5rem;
        padding: 0px 1rem;
      }
    }

    .css-1y5vvh1 .KuxPopover-content {
      padding: 0.5rem 0px;
    }

    .css-12dq8re {
      z-index: 1070;
      width: 350px;
    }

    .css-12dq8re .KuxPopover-content {
      padding: 0.5rem 0px;
    }

    .css-1m3bihs {
      box-sizing: border-box;
      margin: 0px;
      min-width: 0px;
      position: relative;
      padding-bottom: 32px;
      cursor: pointer;
    }

    .css-1m3bihs a {
      color: rgb(0, 13, 29);
      font-weight: 700;
      font-size: 16px;
      font-style: normal;
      line-height: 130%;
    }

    .css-1c79ufl {
      width: calc(33.3333%);
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 30px;
    }

    @media (max-width: 48rem) {
      .css-1c79ufl {
        width: calc(50%);
        margin-bottom: 24px;
      }
    }

    .css-hij6n7 {
      margin-right: 8px;
      width: 24px;
      height: 24px;
    }

    .css-v13va1 {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-right: 8px;
      color: rgb(0, 13, 29);
      font-size: 14px;
      line-height: 130%;
    }

    .css-1qfyms8 {
      display: flex;
      flex-direction: column;
      margin-bottom: 34px;
    }

    @media (max-width: 64rem) {
      .css-1qfyms8 {
        margin-bottom: 30px;
      }
    }

    .css-1lk5brn {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 8px;
    }

    @media (max-width: 64rem) {
      .css-1lk5brn {
        margin-bottom: 12px;
      }
    }

    @media (max-width: 48rem) {
      .css-1lk5brn {
        margin-bottom: 4px;
      }
    }

    .css-mkelip {
      width: 48px;
      height: 48px;
      margin-right: 16px;
    }

    @media (max-width: 64rem) {
      .css-mkelip {
        width: 40px;
        height: 40px;
      }
    }

    @media (max-width: 48rem) {
      .css-mkelip {
        width: 32px;
        height: 32px;
      }
    }

    .css-o6bjtg {
      font-weight: 600;
      font-size: 24px;
      line-height: 130%;
      color: rgb(0, 13, 29);
    }

    @media (max-width: 64rem) {
      .css-o6bjtg {
        font-size: 18px;
      }
    }

    @media (max-width: 48rem) {
      .css-o6bjtg {
        font-size: 16px;
      }
    }

    .css-1vhfluv {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
      padding-left: 64px;
    }

    @media (max-width: 64rem) {
      .css-1vhfluv {
        padding-left: 58px;
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-1vhfluv {
        padding-left: 48px;
        font-size: 14px;
      }
    }

    .css-1etfioo {
      display: flex;
      flex-direction: column;
      margin-bottom: 32px;
    }

    @media (max-width: 64rem) {
      .css-1etfioo {
        margin-bottom: 30px;
      }
    }

    .css-9xz1zj {
      margin-bottom: 12px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    @media (max-width: 64rem) {
      .css-9xz1zj {
        margin-bottom: 12px;
      }
    }

    @media (max-width: 48rem) {
      .css-9xz1zj {
        margin-bottom: 10px;
      }
    }

    .css-usbqe3 {
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
      padding-left: 48px;
    }

    @media (max-width: 64rem) {
      .css-usbqe3 {
        padding-left: 36px;
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-usbqe3 {
        padding-left: 36px;
        font-size: 14px;
      }
    }

    .css-73b710 {
      line-height: 130%;
      margin-top: 8px;
      padding-left: 48px;
      cursor: pointer;
      width: 100%;
    }

    @media (max-width: 64rem) {
      .css-73b710 {
        padding-left: 36px;
      }
    }

    @media (max-width: 48rem) {
      .css-73b710 {
        padding-left: 36px;
      }
    }

    .css-16qn9ut {
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 8px;
    }

    .css-rwrknw {
      color: rgb(1, 188, 141);
      font-weight: 400;
      font-size: 14px;
      margin-right: 6px;
    }

    .css-1t4t3mq {
      display: none;
      flex-direction: row;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-top: 10px;
    }

    @media (max-width: 64rem) {
      .css-1t4t3mq {
        flex-direction: column;
      }
    }

    .css-1t4t3mq>div {
      display: inline-block;
      width: 100%;
    }

    @media (max-width: 64rem) {
      .css-1t4t3mq>div {
        width: 100%;
      }
    }

    .css-151pwe3 {
      display: flex;
      flex-direction: column;
      margin-bottom: 0px;
    }

    @media (max-width: 64rem) {
      .css-151pwe3 {
        margin-bottom: 0px;
      }
    }

    .css-nqdys9 {
      padding-left: 48px;
    }

    @media (max-width: 64rem) {
      .css-nqdys9 {
        padding-left: 36px;
      }
    }

    @media (max-width: 48rem) {
      .css-nqdys9 {
        padding-left: 36px;
      }
    }

    .css-nqdys9 .learn-desc {
      margin-bottom: 12px;
      padding-left: 0px;
    }

    @media (max-width: 64rem) {
      .css-nqdys9 .learn-desc {
        margin-bottom: 14px;
        padding-left: 0px;
      }
    }

    @media (max-width: 48rem) {
      .css-nqdys9 .learn-desc {
        margin-bottom: 10px;
        padding-left: 0px;
      }
    }

    .css-1ed5isc {
      padding-left: 48px;
    }

    @media (max-width: 64rem) {
      .css-1ed5isc {
        padding-left: 36px;
      }
    }

    @media (max-width: 48rem) {
      .css-1ed5isc {
        padding-left: 36px;
      }
    }

    .css-1ed5isc .learn-desc {
      margin-bottom: 0px;
      padding-left: 0px;
    }

    @media (max-width: 64rem) {
      .css-1ed5isc .learn-desc {
        margin-bottom: 14px;
        padding-left: 0px;
      }
    }

    @media (max-width: 48rem) {
      .css-1ed5isc .learn-desc {
        margin-bottom: 10px;
        padding-left: 0px;
      }
    }

    .css-zi00zb {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .css-1yfjpwj {
      display: flex;
      flex-direction: column;
      padding: 32px 24px;
      background: rgb(255, 255, 255);
      box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1px, rgba(0, 0, 0, 0.05) 0px 8px 16px;
      border-radius: 12px;
      width: calc(50% - 12px);
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 24px;
    }

    @media (max-width: 64rem) {
      .css-1yfjpwj {
        width: calc(50% - 8px);
        margin-bottom: 16px;
        padding: 40px 24px;
      }
    }

    @media (max-width: 48rem) {
      .css-1yfjpwj {
        width: 100%;
        margin-bottom: 24px;
        padding: 32px 24px;
      }
    }

    .css-1wss1nc {
      width: 120px;
      height: 120px;
      margin-bottom: 32px;
    }

    @media (max-width: 64rem) {
      .css-1wss1nc {
        width: 80px;
        height: 80px;
      }
    }

    @media (max-width: 48rem) {
      .css-1wss1nc {
        width: 80px;
        height: 80px;
      }
    }

    .css-18m7nyq {
      font-weight: 500;
      font-size: 24px;
      line-height: 130%;
      color: rgb(0, 13, 29);
    }

    .css-18m7nyq[class*="kc_listItemTitle"] {
      margin-bottom: 20px;
    }

    @media (max-width: 64rem) {
      .css-18m7nyq[class*="kc_listItemTitle"] {
        margin-bottom: 16px;
      }
    }

    @media (max-width: 64rem) {
      .css-18m7nyq {
        font-size: 20px;
      }
    }

    @media (max-width: 48rem) {
      .css-18m7nyq {
        font-size: 20px;
      }
    }

    .css-18jhsgq {
      font-weight: 400;
      font-size: 14px;
      line-height: 130%;
      color: rgba(0, 13, 29, 0.68);
      text-align: center;
    }

    @media (max-width: 64rem) {
      .css-18jhsgq {
        font-size: 14px;
      }
    }

    @media (max-width: 48rem) {
      .css-18jhsgq {
        font-size: 14px;
      }
    }

    .css-bibiol {
      margin-bottom: 48px;
      display: block;
    }

    .css-a8tv75>div:not(:last-child) {
      border-bottom: 1px solid rgba(0, 13, 29, 0.12);
    }

    .css-gedzkq {
      font-size: 18px;
      line-height: 30px;
      padding: 12px 12px 12px 20px;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      position: relative;
      font-weight: 500;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: rgb(0, 13, 29);
    }

    .css-gedzkq:hover {
      color: rgb(1, 188, 141);
    }

    .css-gedzkq::before {
      position: absolute;
      top: 22px;
      left: 0px;
      width: 12px;
      height: 12px;
      background: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/svg/triangle.be8e705e.svg");
      transform: rotate(180deg);
      content: " ";
    }

    .css-opv7ky {
      text-align: justify;
      font-size: 14px;
      line-height: 22px;
      padding: 0px 12px 0px 20px;
      display: block;
      color: rgba(0, 13, 29, 0.6);
    }

    .css-117ubr {
      position: relative;
    }

    .css-gs99cb {
      position: relative;
      font-style: normal;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: rgba(0, 13, 29, 0.6);
    }

    .css-gs99cb>p {
      min-height: 1em;
      margin-bottom: 0px;
    }

    .css-1y0j135 {
      font-size: 18px;
      line-height: 30px;
      padding: 12px 12px 12px 20px;
      cursor: pointer;
      transition: all 0.3s ease 0s;
      position: relative;
      font-weight: 500;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      color: rgb(0, 13, 29);
    }

    .css-1y0j135:hover {
      color: rgb(1, 188, 141);
    }

    .css-1y0j135::before {
      position: absolute;
      top: 22px;
      left: 0px;
      width: 12px;
      height: 12px;
      background: url("https://assets.staticimg.com/KryptoKin-main-web/2.0.22/svg/triangle.be8e705e.svg");
      transform: rotate(0deg);
      content: " ";
    }

    .css-lhzrl5 {
      text-align: justify;
      font-size: 14px;
      line-height: 22px;
      padding: 0px 12px 0px 20px;
      display: none;
      color: rgba(0, 13, 29, 0.6);
    }

    .css-1q7kr5[class*="how-to-buy-section"] {
      margin-bottom: 80px;
    }

    @media (max-width: 64rem) {
      .css-1q7kr5[class*="how-to-buy-section"] {
        margin-bottom: 60px;
      }
    }

    .css-8djm41 {
      font-size: 14px;
      line-height: 22px;
      color: rgba(0, 13, 29, 0.6);
      margin-bottom: 12px;
    }

    .css-vcdp32 {
      font-size: 18px;
      line-height: 30px;
      color: rgb(0, 13, 29);
      margin-bottom: 8px;
    }

    .css-17gb6xx {
      margin-bottom: 12px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      height: 88px;
    }

    .css-q1e4wo {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      gap: 8px;
      height: 60px;
    }

    .css-ktvzw6 {
      display: flex;
      flex-direction: row;
      font-weight: 400;
      font-size: 14px;
      line-height: 22px;
      color: rgba(0, 13, 29, 0.6);
    }

    .css-ktvzw6 label {
      margin-right: 4px;
    }

    .css-ktvzw6 span {
      color: rgb(0, 13, 29);
    }

    .css-1c6b45w {
      width: 200px;
      margin-top: 0px;
    }

    .css-1c6b45w .rc-slider-tooltip .rc-slider-tooltip-inner {
      height: 28px;
      margin-bottom: -8px;
      padding: 0px 4px;
      border-radius: 7px;
      box-shadow: none;
      background-color: rgba(0, 13, 29, 0.04) !important;
    }

    .css-1c6b45w .rc-slider-tooltip .rc-slider-tooltip-content .rc-slider-tooltip-arrow {
      border: none;
    }

    .css-1l9zu3c .rc-slider-rail {
      height: 2px;
      background-color: rgba(0, 13, 29, 0.08);
    }

    .css-1l9zu3c .rc-slider-track {
      height: 2px;
      background-color: rgb(1, 188, 141);
    }

    .css-1l9zu3c .rc-slider-step {
      height: 2px;
    }

    .css-1l9zu3c .rc-slider-step .rc-slider-dot-active {
      border-color: rgb(1, 188, 141);
    }

    .css-1l9zu3c .rc-slider-handle {
      width: 12px;
      height: 12px;
      border: 2px solid rgb(1, 188, 141);
    }

    .css-1l9zu3c .rc-slider-handle:active {
      box-shadow: rgb(1, 188, 141) 0px 0px 5px;
    }

    .css-1l9zu3c .rc-slider-handle:hover {
      border-color: rgb(1, 188, 141);
    }

    .css-1l9zu3c .rc-slider-handle.rc-slider-handle-click-focused:focus {
      border-color: rgb(1, 188, 141);
    }

    .css-1l9zu3c .rc-slider-handle-dragging {
      box-shadow: none;
    }

    .css-1l9zu3c.rc-slider-disabled {
      background: none;
    }

    .css-1l9zu3c.rc-slider-disabled .rc-slider-track {
      height: 2px;
      background-color: rgba(0, 13, 29, 0.12);
    }

    .css-1l9zu3c.rc-slider-disabled .rc-slider-handle {
      border-color: rgba(0, 13, 29, 0.08);
    }

    .css-1l9zu3c.rc-slider-disabled .rc-slider-handle:active {
      box-shadow: none;
    }

    .css-1l9zu3c .rc-slider-tooltip .rc-slider-tooltip-inner {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      padding: 0px;
      min-width: 32px;
      height: 32px;
      font-size: 14px;
      border-radius: 4px;
      background-color: rgb(115, 126, 141);
      color: rgb(255, 255, 255);
    }

    .css-1l9zu3c .rc-slider-tooltip .rc-slider-tooltip-arrow {
      border-top-color: rgb(115, 126, 141);
    }

    .css-1uvil1x {
      padding: 0px 4px;
      display: flex;
      flex-direction: column;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      font-weight: 400;
      font-size: 10px;
      line-height: 14px;
      text-align: center;
      white-space: nowrap;
      color: rgba(0, 13, 29, 0.4);
    }

    .css-1uvil1x span {
      color: rgb(0, 13, 29);
    }

    .css-1kcx7s6 {
      display: flex;
      flex-direction: row;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: 100%;
      margin-top: 10px;
    }

    @media (max-width: 64rem) {
      .css-1kcx7s6 {
        flex-direction: column;
      }
    }

    .css-1kcx7s6>div {
      display: inline-block;
      width: 100%;
    }

    @media (max-width: 64rem) {
      .css-1kcx7s6>div {
        width: 100%;
      }
    }

    .css-87k2c2 {
      display: inline-block;
    }

    @media (max-width: 64rem) {
      .css-87k2c2 {
        margin-bottom: 0px;
      }
    }

    .css-m1et2z {
      position: relative;
      height: 100%;
    }

    .css-hc3zb2 {
      background: rgba(8, 8, 13, 0.7);
      border-radius: 16px;
      display: flex;
      flex-direction: row;
      -webkit-box-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      align-items: center;
      overflow: hidden;
    }

    .css-hc3zb2>img {
      width: 100%;
    }

    .css-hc3zb2>h3 {
      position: absolute;
      right: 0px;
      bottom: 0px;
      left: 0px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      height: 48px;
      color: rgb(255, 255, 255);
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      text-align: center;
      background: rgba(8, 8, 13, 0.7);
      border-bottom-right-radius: 16px;
      border-bottom-left-radius: 16px;
    }

    .css-1y5hdbw {
      position: relative;
      clear: both;
    }

    .css-1y5hdbw::after {
      content: "";
      position: absolute;
      inset: 0px;
      z-index: 9;
      opacity: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      transition: all 0.3s ease 0s;
    }

    .css-bmcnu1 {
      width: 100%;
      margin-bottom: 120px;
    }

    .css-bmcnu1 img.coin-logo {
      width: 48px;
      height: 48px;
      margin-bottom: 24px;
    }

    .css-bmcnu1 h1 {
      margin-bottom: 64px;
      color: rgb(0, 13, 29);
      font-weight: 600;
      font-size: 36px;
      line-height: 130%;
    }

    .css-bmcnu1 .price-24h {
      display: block;
      width: max-content;
      margin-bottom: 16px;
      padding: 32px;
      background: rgb(255, 255, 255);
      border: 1px solid rgba(0, 13, 29, 0.04);
      border-radius: 12px;
    }

    @media (max-width: 64rem) {
      .css-bmcnu1 .price-24h {
        margin-bottom: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-bmcnu1 .price-24h {
        margin-bottom: 12px;
      }
    }

    .css-bmcnu1 .price-24h-title {
      display: block;
      margin-bottom: 10px;
      color: rgba(0, 13, 29, 0.68);
      font-weight: 400;
      font-size: 16px;
      line-height: 130%;
    }

    .css-bmcnu1 .price-24h-dec {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
    }

    .css-bmcnu1 .price-24h-number {
      margin-right: 28px;
      color: rgb(0, 13, 29);
      font-weight: 600;
      font-size: 36px;
      line-height: 130%;
    }

    .css-bmcnu1 .price-24h-img {
      width: 24px;
      height: 24px;
      margin-right: 12px;
    }

    .css-bmcnu1 .price-24h-up,
    .css-bmcnu1 .price-24h-0,
    .css-bmcnu1 .price-24h-down {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      font-weight: 500;
      font-size: 20px;
      line-height: 130%;
    }

    .css-bmcnu1 .price-24h-up {
      color: rgb(1, 188, 141);
    }

    .css-bmcnu1 .price-24h-0 {
      color: rgba(0, 13, 29, 0.4);
    }

    .css-bmcnu1 .price-24h-down {
      color: rgb(246, 84, 84);
    }

    .css-bmcnu1 a.header-get-start-btn {
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      justify-content: space-between;
      width: max-content;
      padding: 20px 24px;
      color: rgb(255, 255, 255);
      font-weight: 500;
      font-size: 20px;
      line-height: 130%;
      text-align: center;
      background: rgb(1, 188, 141);
      border-radius: 12px;
    }

    .css-bmcnu1 a.header-get-start-btn img.BtnArrowRight {
      width: 24px;
      height: 24px;
      margin-left: 28px;
    }

    [dir="rtl"] .css-bmcnu1 a.header-get-start-btn img.BtnArrowRight {
      transform: rotate(180deg);
    }

    .css-bmcnu1 .header-introduce {
      margin-top: 24px;
      color: rgba(0, 13, 29, 0.68);
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
    }

    @media (max-width: 64rem) {
      .css-bmcnu1 {
        margin-bottom: 100px;
      }

      .css-bmcnu1 img.coin-logo {
        margin-bottom: 24px;
      }

      .css-bmcnu1 h1 {
        margin-bottom: 64px;
        font-size: 36px;
      }

      .css-bmcnu1 .price-24h-title {
        font-size: 14px;
      }

      .css-bmcnu1 .price-24h-number {
        font-size: 28px;
      }

      .css-bmcnu1 .price-24h-up,
      .css-bmcnu1 .price-24h-0,
      .css-bmcnu1 .price-24h-down {
        font-size: 18px;
      }

      .css-bmcnu1 .header-introduce {
        margin-top: 24px;
        font-weight: 500;
        font-size: 16px;
      }
    }

    @media (max-width: 48rem) {
      .css-bmcnu1 {
        margin-bottom: 80px;
      }

      .css-bmcnu1 a.header-get-start-btn {
        max-width: 350px;
        padding: 12px 20px;
        font-size: 16px;
      }

      .css-bmcnu1 img.coin-logo {
        width: 32px;
        height: 32px;
        margin-bottom: 16px;
      }

      .css-bmcnu1 h1 {
        margin-bottom: 32px;
        font-size: 24px;
      }

      .css-bmcnu1 .price-24h-title {
        font-size: 14px;
      }

      .css-bmcnu1 .price-24h-number {
        font-size: 20px;
      }

      .css-bmcnu1 .price-24h-up,
      .css-bmcnu1 .price-24h-0,
      .css-bmcnu1 .price-24h-down {
        font-size: 14px;
      }

      .css-bmcnu1 .header-introduce {
        margin-top: 16px;
        font-weight: 400;
        font-size: 1px;
      }
    }

    .css-1lh4708 {
      display: flex;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      font-weight: 500;
      font-size: 16px;
      line-height: 130%;
      color: rgb(1, 188, 141);
      margin-bottom: 40px;
    }

    @media (max-width: 64rem) {
      .css-1lh4708 {
        margin-bottom: 32px;
      }
    }

    @media (max-width: 48rem) {
      .css-1lh4708 {
        margin-bottom: 24px;
      }
    }

    .css-1lh4708 img {
      margin-right: 8px;
    }

    .css-1jtag74 {
      overflow: hidden;
      height: 40px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      flex-direction: row;
      border-bottom: none;
    }

    .css-1anid1y {
      position: relative;
      display: inline-block;
      flex: 1 1 auto;
      white-space: nowrap;
      overflow-x: hidden;
      width: 100%;
    }

    .css-u8xxqb {
      overflow: hidden;
      flex-shrink: 0;
      text-align: center;
      white-space: normal;
      cursor: pointer;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      font-size: 14px;
      line-height: 22px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      outline: 0px;
      box-sizing: border-box;
      user-select: none;
      vertical-align: middle;
      appearance: none;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      font-weight: 500;
      color: rgb(0, 13, 29);
      background: rgba(0, 13, 29, 0.02);
      border-radius: 18px;
      height: 36px;
      padding: 0px 18px;
    }

    .css-u8xxqb:not(:first-of-type) {
      margin-left: 8px;
    }

    .css-u8xxqb:hover {
      background: rgba(0, 13, 29, 0.04);
    }

    .css-u8xxqb:active {
      background: rgba(0, 13, 29, 0.08);
    }

    .css-nim1f4 {
      overflow: hidden;
      flex-shrink: 0;
      text-align: center;
      white-space: normal;
      cursor: pointer;
      font-family: KryptoKinSans, -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei";
      font-size: 14px;
      line-height: 22px;
      display: inline-flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center;
      outline: 0px;
      box-sizing: border-box;
      user-select: none;
      vertical-align: middle;
      appearance: none;
      text-decoration: none;
      -webkit-font-smoothing: antialiased;
      font-weight: 500;
      color: rgb(1, 188, 141);
      background: rgba(1, 188, 141, 0.12);
      border-radius: 18px;
      height: 36px;
      padding: 0px 18px;
    }

    .css-nim1f4:not(:first-of-type) {
      margin-left: 8px;
    }

    .css-paw5in {
      margin-top: 16px;
      display: flex;
      flex-wrap: wrap;
    }

    .css-1q0xvxx {
      background: rgba(0, 13, 29, 0.02);
      border-radius: 8px;
      padding: 12px;
      width: calc(33% - 16px);
      margin-right: 16px;
      margin-bottom: 12px;
    }

    @media (max-width: 64rem) {
      .css-1q0xvxx {
        width: calc(50% - 8px);
        margin-right: 8px;
        margin-bottom: 8px;
      }
    }

    @media (max-width: 48rem) {
      .css-1q0xvxx {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 8px;
      }
    }

    .css-63k11w {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      color: rgb(0, 13, 29);
      margin-bottom: 6px;
    }

    @media (max-width: 48rem) {
      .css-63k11w {
        font-size: 12px;
      }
    }

    .css-12y6w5t {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      color: rgba(0, 13, 29, 0.68);
      margin-bottom: 2px;
    }

    .css-so1u1w {
      display: flex;
      flex-direction: row;
      -webkit-box-align: baseline;
      align-items: baseline;
      -webkit-box-pack: justify;
      justify-content: space-between;
    }

    .css-49uuom {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
    }

    .css-kuk83q {
      color: rgb(246, 84, 84);
    }

    @media (max-width: 48rem) {
      .css-kuk83q {
        margin-left: 8px;
      }
    }

    .css-138cfzj {
      height: 100%;
      display: flex;
      margin: auto 0px;
    }

    .css-4hjz5t {
      font-weight: 500;
      font-size: 12px;
      line-height: 16px;
      text-decoration-line: underline;
      color: rgb(1, 188, 141);
      cursor: pointer;
      margin-left: 16px;
    }

    .css-rn2a6l {
      background: rgba(0, 13, 29, 0.02);
      border-radius: 8px;
      padding: 12px;
      width: calc(33% - 16px);
      margin-right: 16px;
      margin-bottom: 12px;
    }

    @media (max-width: 64rem) {
      .css-rn2a6l {
        width: calc(50% - 8px);
        margin-right: 8px;
        margin-bottom: 8px;
      }
    }

    @media (max-width: 48rem) {
      .css-rn2a6l {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 0px;
      }
    }

    .css-1f7hhfe {
      max-width: 480px;
      width: 100%;
    }

    .css-d1mnk0 {
      z-index: 1001;
    }

    .css-d1mnk0 .KuxDialog-body {
      margin: auto 28px;
    }

    .css-d1mnk0 .KuxDialog-body .KuxModalFooter-root {
      display: flex;
      -webkit-box-pack: center;
      justify-content: center;
    }

    .css-d1mnk0 .KuxDialog-body .KuxModalFooter-root .KuxModalFooter-buttonWrapper {
      width: 100%;
      max-width: 320px;
    }

@media(max-width: 767px)
{
    .myaside
    {
        display: none;    
    }    
}