    .bc-dw-record {
        margin-bottom: 95px;
    }

    .bc-dw-record header {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: space-between;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        align-items: flex-end;
        -webkit-align-items: flex-end;
        -ms-flex-align: flex-end;
        margin: 48px 0 24px;
    }

    .bc-dw-record header h1 {
        margin: 0;
    }

    .bc-dw-record header > div {
        text-align: right;
    }

    .bc-dw-record header > div a {
        color: #F0B90B;
        text-decoration: underline;
    }

    .bc-dw-record header > div .no-email {
        color: #212833;
        margin-right: 8px;
    }

    .bc-back a {
        color: #848E9C;
    }

    .bc-back a span {
        margin-left: 8px;
    }

    [data-tooltips] {
        position: relative;
        display: inline-block;
    }

    [data-tooltips]::before, [data-tooltips]::after {
        position: absolute;
        border-radius: 4px;
        pointer-events: none;
        opacity: 0;
        visibility: hidden;
        z-index: 1000000;
        transition: 0.3s ease;
        transform: translate3d(0, 0, 0);
        transition-delay: 0ms;
    }

    [data-tooltips]::before {
        content: '';
        position: absolute;
        background: transparent;
        border: 6px solid transparent;
        z-index: 1000001;
    }

    [data-tooltips]::after {
        content: attr(data-tooltips);
        padding: 8px 10px;
        line-height: 1.5;
        font-size: 12px;
        font-weight: normal;
        color: #212833;
        background: #FFFFFF;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        white-space: pre;
    }

    [data-tooltips]:hover::before, [data-tooltips]:hover::after {
        visibility: visible;
        opacity: 1;
        transition-delay: 100ms;
    }

    [data-tooltips='']::before, [data-tooltips='']::after {
        display: none !important;
    }

    .tooltips-top::before {
        border-top-color: #FFFFFF;
    }

    .tooltips-top-left::before, .tooltips-top-right::before {
        border-top-color: #FFFFFF;
    }

    .tooltips-bottom::before {
        border-bottom-color: #FFFFFF;
    }

    .tooltips-bottom-left::before, .tooltips-bottom-right::before {
        border-bottom-color: #FFFFFF;
    }

    .tooltips-left::before {
        border-left-color: #FFFFFF;
    }

    .tooltips-right::before {
        border-right-color: #FFFFFF;
    }

    .tooltips-top::after {
        transform: translateX(-50%);
    }

    .tooltips-top::before, .tooltips-top::after {
        bottom: 100%;
        left: 50%;
    }

    .tooltips-top::before {
        left: calc(50% - 6px);
        margin-bottom: -11px;
    }

    .tooltips-top:hover::before, .tooltips-top:focus::before {
        transform: translateY(-8px);
    }

    .tooltips-top:hover::after, .tooltips-top:focus::after {
        transform: translateX(-50%) translateY(-8px);
    }

    .tooltips-bottom::before, .tooltips-bottom::after {
        top: 100%;
        left: 50%;
    }

    .tooltips-bottom::before {
        left: calc(50% - 6px);
        margin-top: -11px;
    }

    .tooltips-bottom::after {
        transform: translateX(-50%);
    }

    .tooltips-bottom:hover::before, .tooltips-bottom:focus::before {
        transform: translateY(8px);
    }

    .tooltips-bottom:hover::after, .tooltips-bottom:focus::after {
        transform: translateX(-50%) translateY(8px);
    }

    .tooltips-right::before, .tooltips-right::after {
        left: 100%;
        bottom: 50%;
    }

    .tooltips-right::before {
        margin-left: -11px;
        margin-bottom: -6px;
    }

    .tooltips-right::after {
        margin-bottom: -14px;
    }

    .tooltips-right:hover::before, .tooltips-right:focus::before {
        transform: translateX(8px);
    }

    .tooltips-right:hover::after, .tooltips-right:focus::after {
        transform: translateX(8px);
    }

    .tooltips-left::before, .tooltips-left::after {
        right: 100%;
        bottom: 50%;
    }

    .tooltips-left::before {
        margin-right: -11px;
        margin-bottom: -6px;
    }

    .tooltips-left::after {
        margin-bottom: -14px;
    }

    .tooltips-left:hover::before, .tooltips-left:focus::before {
        transform: translateX(-8px);
    }

    .tooltips-left:hover::after, .tooltips-left:focus::after {
        transform: translateX(-8px);
    }

    .tooltips-top-left::before, .tooltips-top-left::after {
        bottom: 100%;
        left: 50%;
    }

    .tooltips-top-left::before {
        left: calc(50% - 6px);
        margin-bottom: -11px;
    }

    .tooltips-top-left::after {
        margin-left: 12px;
        transform: translateX(-100%);
    }

    .tooltips-top-left:hover::before, .tooltips-top-left:focus::before {
        transform: translateY(-8px);
    }

    .tooltips-top-left:hover::after, .tooltips-top-left:focus::after {
        transform: translateX(-100%) translateY(-8px);
    }

    .tooltips-top-right::before, .tooltips-top-right::after {
        bottom: 100%;
        left: 50%;
    }

    .tooltips-top-right::before {
        left: calc(50% - 6px);
        margin-bottom: -11px;
    }

    .tooltips-top-right::after {
        margin-left: -12px;
        transform: translateX(0);
    }

    .tooltips-top-right:hover::before, .tooltips-top-right:focus::before {
        transform: translateY(-8px);
    }

    .tooltips-top-right:hover::after, .tooltips-top-right:focus::after {
        transform: translateY(-8px);
    }

    .tooltips-bottom-left::before, .tooltips-bottom-left::after {
        bottom: 100%;
        left: 50%;
    }

    .tooltips-bottom-left::before {
        left: calc(50% - 6px);
        margin-top: -11px;
    }

    .tooltips-bottom-left::after {
        margin-left: 12px;
        transform: translateX(-100%);
    }

    .tooltips-bottom-left:hover::before, .tooltips-bottom-left:focus::before {
        transform: translateY(8px);
    }

    .tooltips-bottom-left:hover::after, .tooltips-bottom-left:focus::after {
        transform: translateX(-100%) translateY(8px);
    }

    .tooltips-bottom-right::before {
        left: calc(50% - 6px);
        margin-top: -11px;
    }

    .tooltips-bottom-right::before, .tooltips-bottom-right::after {
        bottom: 100%;
        left: 50%;
    }

    .tooltips-bottom-right::after {
        margin-left: -12px;
        transform: translateX(0);
    }

    .tooltips-bottom-right:hover::before, .tooltips-bottom-right:focus::before {
        transform: translateY(8px);
    }

    .tooltips-bottom-right:hover::after, .tooltips-bottom-right:focus::after {
        transform: translateY(8px);
    }

    .tooltips-small::after {
        width: 200px;
        line-height: 1.4em;
        white-space: normal;
    }

    .tooltips-medium:after {
        width: 380px;
        line-height: 1.4em;
        white-space: normal;
    }

    .tooltips-large::after {
        width: 450px;
        line-height: 1.4em;
        white-space: normal;
    }

    .tooltips-w260::after {
        width: 260px;
        line-height: 1.4em;
        white-space: normal;
    }

    .tooltips-always::after, .tooltips-always::before {
        opacity: 1;
        visibility: visible;
    }

    .tooltips-always.tooltips-top::before {
        transform: translateY(-8px);
    }

    .tooltips-always.tooltips-top::after {
        transform: translateX(-50%) translateY(-8px);
    }

    .tooltips-always.tooltips-top-left::before {
        transform: translateY(-8px);
    }

    .tooltips-always.tooltips-top-left::after {
        transform: translateX(-100%) translateY(-8px);
    }

    .tooltips-always.tooltips-top-right::before {
        transform: translateY(-8px);
    }

    .tooltips-always.tooltips-top-right::after {
        transform: translateY(-8px);
    }

    .tooltips-always.tooltips-bottom::before {
        transform: translateY(8px);
    }

    .tooltips-always.tooltips-bottom::after {
        transform: translateX(-50%) translateY(8px);
    }

    .tooltips-always.tooltips-bottom-left::before {
        transform: translateY(8px);
    }

    .tooltips-always.tooltips-bottom-left::after {
        transform: translateX(-100%) translateY(8px);
    }

    .tooltips-always.tooltips-bottom-right::before {
        transform: translateY(8px);
    }

    .tooltips-always.tooltips-bottom-right::after {
        transform: translateY(8px);
    }

    .tooltips-always.tooltips-left::before {
        transform: translateX(-8px);
    }

    .tooltips-always.tooltips-left::after {
        transform: translateX(-8px);
    }

    .tooltips-always.tooltips-right::before {
        transform: translateX(8px);
    }

    .tooltips-always.tooltips-right::after {
        transform: translateX(8px);
    }

#theme-root {
    --W-BasicBg: #f5f0f7; /* Adjusted to match main color theme */
    --W-PrimaryText: #2c2735; /* Adjusted to match main color theme */
    --W-Line: #e2dce8; /* Adjusted to match main color theme */
    --BtnBg: #cb6ce6; /* Main color */
    --W-TextOnYellow: #FFF;
    --Line: #e2dce8; /* Adjusted to match main color theme */
    --W-SecondaryText: #6a6177; /* Adjusted to match main color theme */
    --W-TertiaryText: #8b8198; /* Adjusted to match main color theme */
    --W-Vessel: #faf8fb; /* Adjusted to match main color theme */
    --W-TextBuy: #2EBD85;
    --W-Sell: #F6465D;
    --Icon-Normal: #a79db3; /* Adjusted to match main color theme */
    --W-DisableText: #b7aac6; /* Adjusted to match main color theme */
    --W-CardBg: #241d2e; /* Adjusted to match main color theme */
    --W-RedGreenBgText: #FFF;
}

#theme-root[data-theme="dark"] {
    --W-BasicBg: #1a1420; /* Adjusted to match main color theme */
    --W-PrimaryText: #dad1e3; /* Adjusted to match main color theme */
    --W-Line: #3b3343; /* Adjusted to match main color theme */
    --BtnBg: #cb6ce6; /* Main color */
    --W-TextOnYellow: #202630;
    --Line: #3b3343; /* Adjusted to match main color theme */
    --W-SecondaryText: #b7aac6; /* Adjusted to match main color theme */
    --W-TertiaryText: #9d92a8; /* Adjusted to match main color theme */
    --W-Vessel: #241d2e; /* Adjusted to match main color theme */
    --W-TextBuy: #2EBD85;
    --W-Sell: #F6465D;
    --Icon-Normal: #9d92a8; /* Adjusted to match main color theme */
    --W-DisableText: #7a6e88; /* Adjusted to match main color theme */
    --W-CardBg: #3b3343; /* Adjusted to match main color theme */
    --W-RedGreenBgText: #FFF;
}
/*
    #theme-root {
        --W-BasicBg: #fff;
        --W-PrimaryText: #202630;
        --W-Line: #EAECEF;
        --BtnBg: #FCD535;
        --W-TextOnYellow: #202630;
        --Line: #EAECEF;
        --W-SecondaryText: #474D57;
        --W-TertiaryText: #707A8A;
        --W-Vessel: #FAFAFA;
        --W-TextBuy: #2EBD85;
        --W-Sell: #F6465D;
        --Icon-Normal: #929AA5;
        --W-DisableText: #B7BDC6;
        --W-CardBg: #1E2329;
        --W-RedGreenBgText: #FFF;
    }

    #theme-root[data-theme="dark"] {
        --W-BasicBg: #181A20;
        --W-PrimaryText: #EAECEF;
        --W-Line: #2B3139;
        --BtnBg: #FCD535;
        --W-TextOnYellow: #202630;
        --Line: #EAECEF;
        --W-SecondaryText: #B7BDC6;
        --W-TertiaryText: #848E9C;
        --W-Vessel: #1E2329;
        --W-TextBuy: #2EBD85;
        --W-Sell: #F6465D;
        --Icon-Normal: #848E9C;
        --W-DisableText: #5E6673;
        --W-CardBg: #FFF;
        --W-RedGreenBgText: #FFF;
    }
*/

    .bc-left-menu {
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.08);
        width: 200px;
        flex-shrink: 0;
    }

    .bc-body {
        position: relative;
        padding: 0 32px;
        min-height: 600px;
    }

    .bc-body h1 {
        color: #212833;
        font-size: 32px;
        margin: 40px 0 24px;
    }

    .bc-center {
        margin: 0 auto;
    }

    .bc-fixed-w1260 {
        width: 1260px;
        margin: 0 auto;
    }

    .bc-w1260 {
        max-width: 1260px;
    }

    .bc-center-w1260 {
        max-width: 1260px;
        margin: 0 auto;
    }

    .bc-center-w1136 {
        max-width: 1136px;
        margin: 0 auto;
    }

    .bc-block-center {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .bc-column-center {
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
    }

    .bc-popup-bg {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: block;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        justify-content: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        background: rgba(0, 0, 0, 0.5);
        padding: 0;
        z-index: 2;
    }

    .bc-popup-bg .box {
        position: relative;
        background: #1E2026;
        border-radius: 4px;
    }

    .futures-date-picker--dark {
        background-color: #1b1f25 !important;
        border: 1px solid #1b1f25 !important;
    }

    .futures-date-picker--dark .mx-btn {
        color: #FFFFFF !important;
    }

    .futures-date-picker--dark .mx-calendar-content .cell.disabled {
        color: #474d57 !important;
        background-color: #1b1f25 !important;
    }

    .futures-date-picker--dark .cell {
        color: #FFFFFF !important;
    }

    .futures-date-picker--dark .cell:hover {
        color: #F0B90B !important;
        background-color: #1b1f25 !important;
    }

    .futures-date-picker--dark .cell.active {
        color: #FFFFFF !important;
        background-color: #76808f !important;
    }

    .futures-date-picker--dark .cell.active:hover {
        color: #F0B90B !important;
        background-color: #474d57 !important;
    }

    .futures-date-picker--dark .cell.in-range {
        color: #FFFFFF !important;
        background-color: #474d57 !important;
    }

    .futures-date-picker--dark .cell.in-range:hover {
        color: #F0B90B !important;
    }

    .futures-date-picker--dark .not-current-month {
        color: #474d57 !important;
    }

    .futures-date-picker--dark .mx-calendar + .mx-calendar {
        border: 1px solid #1b1f25 !important;
    }

    .bc-font-small-ex {
        font-size: 12px;
    }

    .bc-font-small {
        font-size: 13px;
    }

    .bc-font-base {
        font-size: 14px;
    }

    .bc-font-medium {
        font-size: 16px;
    }

    .bc-font-large {
        font-size: 18px;
    }

    .bc-font-large-ex {
        font-size: 20px;
    }

    .bc-font-large-medium {
        font-size: 24px;
    }

    .bc-font-large-max {
        font-size: 32px;
    }

    .bc-line-height-0 {
        line-height: 1;
    }

    .bc-line-height-small {
        line-height: 1.3;
    }

    .bc-line-height-base {
        line-height: 1.5;
    }

    .bc-line-height-medium {
        line-height: 1.7;
    }

    .bc-bold-500 {
        font-weight: 500;
    }

    .bc-bold-600 {
        font-weight: 600;
    }

    .bc-bold-700 {
        font-weight: 700;
    }

    .bc-bold-800 {
        font-weight: 800;
    }

    .bc-bold-900 {
        font-weight: 900;
    }

    .z-1 {
        z-index: 1;
    }

    .z-2 {
        z-index: 2;
    }

    .z-3 {
        z-index: 3;
    }

    .z-4 {
        z-index: 4;
    }

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

    .z-6 {
        z-index: 6;
    }

    .z-7 {
        z-index: 7;
    }

    .z-8 {
        z-index: 8;
    }

    .z-9 {
        z-index: 9;
    }

    .bc-btn {
        display: inline-block;
        background: none;
        border: 1px solid #E6E8EA;
        border-radius: 4px;
        color: #1E2026;
        cursor: pointer;
        font-weight: bold;
        line-height: 1.3;
        padding: 10px 14px;
        outline: none;
        text-align: center;
    }

    .bc-btn.is-disable {
        background: #F5F5F5;
        color: #CCCCCC;
        cursor: not-allowed !important;
    }

    .bc-btn-initial {
        background: none;
        border: none;
        cursor: pointer;
        outline: none;
    }

    .bc-btn-light-yellow {
        border: 1px solid #F0B90B;
        color: #F0B90B;
    }

    .bc-btn-yellow {
        background: linear-gradient(180deg, #F8D12F 0%, #F0B90B 99.77%);
        border: none;
        color: #212833;
        padding: 11px 14px;
    }

    .bc-btn-disable {
        background: #F5F5F5;
        color: #CCCCCC;
        cursor: not-allowed !important;
    }

    .bc-btn.bc-btn-hover:hover {
        background-color: #3c2e10;
        border-color: #6a4c0c;
    }

    .bc-btn.bc-btn-buy {
        background: #02c076;
        border: none;
        color: #FFFFFF;
        cursor: pointer;
    }

    .bc-btn.bc-btn-buy:hover {
        background: #2ed191;
    }

    .bc-btn.bc-btn-sell {
        background: #F84960;
        border: none;
        color: #FFFFFF;
        cursor: pointer;
    }

    .bc-btn.bc-btn-sell:hover {
        background: #fc6e75;
    }

    .bc-border-bottom-gray {
        border-bottom: 1px solid #EAECEF;
    }

    .bc-border-bottom-dotted span {
        border-bottom: 1px dotted #848E9C;
    }

    .bc-card {
        background: #FFFFFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.08);
        border-radius: 4px;
        padding: 40px;
    }

    .bc-text-left {
        text-align: left;
    }

    .bc-text-right {
        text-align: right;
    }

    .bc-text-center {
        text-align: center;
    }

    .bc-text-justify {
        text-align: justify;
    }

    .error-tips {
        color: #F84960;
        font-size: 12px;
        line-height: 1.5;
    }

    .bc-rise-gain {
        color: #02C076;
    }

    .bc-fall-loss {
        color: #F84960;
    }

    .bc-color-rise {
        color: #02c076;
    }

    .bc-color-fall {
        color: #F84960;
    }

    .bc-scrollbar-fluent::-webkit-scrollbar-track {
        border-radius: 2.5px;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .bc-scrollbar-fluent::-webkit-scrollbar {
        width: 5px;
        border-radius: 2.5px;
        background-color: rgba(255, 255, 255, 0.05);
    }

    .bc-scrollbar-fluent::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 2.5px;
    }

    .bc-text-ellipsis {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .bc-text-error {
        color: #F84960;
    }

    .bc-text-error .icon {
        fill: #F84960;
    }

    .bc-shadow {
        background: #FFFFFF;
        box-shadow: 0px 0px 10px rgba(11, 14, 17, 0.1);
        border-radius: 4px;
    }

    .bc-border {
        border: 1px solid #E6E8EA;
        border-radius: 4px;
    }

    .nuxt-progress {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 3px;
        width: 0%;
        opacity: 1;
        transition: width 0.1s, opacity 0.4s;
        background-color: #f1b80a;
        z-index: 999999;
    }

    .nuxt-progress.nuxt-progress-notransition {
        transition: none;
    }

    .nuxt-progress-failed {
        background-color: red;
    }

    .split[data-v-4b2bcef9] {
        display: none;
        height: 114px;
        width: 100%;
        position: relative;
    }

    @media (max-width: 960px) {
        .split[data-v-4b2bcef9] {
            display: block;
        }
    }

    .home[data-v-f044bef0] {
        width: 100vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: var(--W-BasicBg);
        color: var(--W-PrimaryText);
    }

    .home-banner[data-v-12f2ae4e] {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    @media screen and (min-width: 1440px) {
        .home-banner[data-v-12f2ae4e] {
            max-width: 1440px;
            padding: 80px 120px 0;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-banner[data-v-12f2ae4e] {
            max-width: 768px;
            padding: 20px 48px 0;
        }

        .home-banner h1[data-v-12f2ae4e] {
            margin-top: 20px;
        }

        .home-banner .l-qrs[data-v-12f2ae4e], .home-banner .l-msg[data-v-12f2ae4e] {
            display: none;
        }

        .home-banner .right > img[data-v-12f2ae4e] {
            width: 320px;
            transform: translateY(-28px);
        }
    }

    @media screen and (max-width: 767px) {
        .home-banner[data-v-12f2ae4e] {
            max-width: 375px;
            flex-direction: column-reverse;
        }

        .home-banner .l-qrs[data-v-12f2ae4e], .home-banner .l-msg[data-v-12f2ae4e] {
            display: none;
        }

        .home-banner .right > img[data-v-12f2ae4e] {
            width: 240px;
            margin-top: 15px;
        }

        .home-banner .l-input > a[data-v-12f2ae4e] {
            width: 502px;
            height: 48px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .home-banner .left[data-v-12f2ae4e] {
        width: 690px;
    }

    .home-banner .left > h1[data-v-12f2ae4e] {
        margin-bottom: 48px;
        font-size: 56px;
        font-weight: 500;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-banner .left[data-v-12f2ae4e] {
            width: 328px;
        }

        .home-banner .left > h1[data-v-12f2ae4e] {
            font-size: 48px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-banner .left[data-v-12f2ae4e] {
            width: 100%;
        }

        .home-banner .left > h1[data-v-12f2ae4e] {
            font-size: 28px;
            text-align: center;
            margin: 0;
            padding: 16px 16px 24px;
        }
    }

    .l-input[data-v-12f2ae4e] {
        width: 502px;
        height: 56px;
        border-radius: 10px;
        border: 1px solid var(--W-Line);
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    @media screen and (min-width: 1440px) {
        .l-input > a[data-v-12f2ae4e] {
            position: absolute;
            top: 0;
            right: 0;
            height: 57px;
            transform: translateX(1px) translateY(-1px);
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .l-input[data-v-12f2ae4e] {
            width: 672px;
        }

        .l-input > a[data-v-12f2ae4e] {
            position: absolute;
            top: 0;
            right: 0;
            height: 57px;
            transform: translateX(1px) translateY(-1px);
        }
    }

    @media screen and (max-width: 767px) {
        .l-input.unLogined[data-v-12f2ae4e] {
            width: 100%;
            border: none;
            justify-content: center;
            margin-bottom: 24px;
        }

        .l-input.unLogined > input[data-v-12f2ae4e] {
            display: none;
        }
    }

    .l-input.logined[data-v-12f2ae4e] {
        display: none;
    }

    .l-input > input[data-v-12f2ae4e], .l-input > a[data-v-12f2ae4e] {
        background: none;
        outline: none;
        border: 0px;
    }

    .l-input > input[data-v-12f2ae4e] {
        flex: 1;
        padding: 16px;
        color: var(--W-PrimaryText);
    }

    .l-input > input[data-v-12f2ae4e]::input-placeholder {
        font-weight: 500;
        color: var(--W-DisableText);
    }

    .l-input > input[data-v-12f2ae4e]::-webkit-input-placeholder {
        font-weight: 500;
        color: var(--W-DisableText);
    }

    .l-input > input[data-v-12f2ae4e]::-ms-input-placeholder {
        font-weight: 500;
        color: var(--W-DisableText);
    }

    .l-input > input[data-v-12f2ae4e]::-moz-placeholder {
        font-weight: 500;
        color: var(--W-DisableText);
    }

    .l-input > a[data-v-12f2ae4e] {
        width: 502px;
        background: var(--BtnBg);
        color: var(--W-TextOnYellow);
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 55px;
        border-radius: 10px;
        cursor: pointer;
    }

    .l-qrs[data-v-12f2ae4e] {
        margin: 48px 0;
        display: flex;
        color: var(--W-SecondaryText);
    }

    .l-qrs > div[data-v-12f2ae4e]:first-of-type {
        margin-right: 48px;
    }

    .l-qrs h3[data-v-12f2ae4e] {
        font-size: 14px;
        font-weight: 500;
    }

    .app-qrcode[data-v-12f2ae4e], .tel-qrcode[data-v-12f2ae4e] {
        width: 96px;
        padding: 8px;
        border-radius: 8px;
        border: 1px solid var(--Line);
        margin-top: 16px;
        background-color: white;
    }

    .l-msg[data-v-12f2ae4e] {
        font-size: 16px;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .l-msg .iconannouncement[data-v-12f2ae4e] {
        margin-right: 4px;
        color: var(--Icon-Normal);
        font-size: 18px;
    }

    .l-msg .iconarrow-r[data-v-12f2ae4e] {
        font-size: 10px;
    }

    .l-msg > div[data-v-12f2ae4e] {
        display: flex;
        align-items: center;
    }

    .l-msg > div > span[data-v-12f2ae4e]:first-of-type {
        font-weight: 500;
        margin-right: 16px;
        width: fit-content;
        max-width: 320px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

    .l-msg > div > span[data-v-12f2ae4e]:nth-of-type(2) {
        color: var(--W-TertiaryText);
    }

    .l-msg > .l-msg-more[data-v-12f2ae4e] {
        color: var(--W-PrimaryText);
        font-weight: 500;
        margin-left: 16px;
        padding-left: 16px;
        position: relative;
        display: flex;
        align-items: center;
    }

    .l-msg > .l-msg-more[data-v-12f2ae4e]::before {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        content: '';
        width: 1px;
        height: 13px;
        background-color: var(--W-DisableText);
    }

    .l-msg > .l-msg-more i[data-v-12f2ae4e] {
        transform: translateY(1px);
        margin-left: 2px;
    }

    .home-tokens[data-v-02e87160] {
        width: 100%;
    }

    @media screen and (min-width: 1440px) {
        .home-tokens[data-v-02e87160] {
            max-width: 1440px;
            padding: 80px 120px 40px;
            display: flex;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-tokens[data-v-02e87160] {
            max-width: 768px;
            padding: 48px;
        }

        .home-tokens[data-v-02e87160] .home-popular-tokens .popular-token:nth-of-type(4), .home-tokens[data-v-02e87160] .home-popular-tokens .popular-token:nth-of-type(5) {
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .home-tokens[data-v-02e87160] {
            max-width: 375px;
            margin-bottom: 24px;
        }

        .home-tokens .home-popular-tokens[data-v-02e87160] {
            flex-direction: column;
            padding: 24px 16px 0;
        }
    }

    .home-popular-tokens[data-v-02e87160] {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }

    .popular-token[data-v-57246f86] {
        width: 227px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-radius: 56px;
        background-color: var(--W-Vessel);
        padding: 8px 12px;
        margin-bottom: 15px;
        cursor: pointer;
    }

	span[data-v-57246f86] {
		font-weight: bold;
		font-size: 16px;
		line-height: 40px;
	}

    .popular-token > img[data-v-57246f86] {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin-right: 8px;
    }

    .popular-token .token-data[data-v-57246f86] {
        flex: 1;
        position: relative;
    }

    .popular-token .token-data > p[data-v-57246f86] {
        display: flex;
        justify-content: space-between;
    }

    .popular-token .token-data > p[data-v-57246f86]:first-of-type {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 4px;
    }

    @media screen and (max-width: 767px) {
        .popular-token .token-data > p[data-v-57246f86]:first-of-type {
            margin-bottom: 0;
        }
    }

    .popular-token .token-data > p:first-of-type .token-name[data-v-57246f86] {
        display: none;
        margin-left: 4px;
        color: var(--W-PrimaryText);
        font-size: 14px;
    }

    .popular-token .token-data > p[data-v-57246f86]:last-of-type {
        font-size: 12px;
        color: var(--W-PrimaryText);
    }

    @media screen and (max-width: 767px) {
        .popular-token .token-data > p[data-v-57246f86]:last-of-type {
            font-size: 16px;
            font-weight: 500;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .popular-token[data-v-57246f86] {
            width: 215px;
        }

        .popular-token > img[data-v-57246f86] {
            width: 32px;
            height: 32px;
            margin-right: 4px;
        }
    }

    @media screen and (max-width: 767px) {
        .popular-token[data-v-57246f86] {
            width: 100%;
            padding: 0;
            margin-bottom: 24px;
            background-color: transparent;
        }

        .popular-token > img[data-v-57246f86] {
            width: 24px;
            height: 24px;
        }

        .popular-token .token-data[data-v-57246f86] {
            display: flex;
            justify-content: space-between;
        }

        .popular-token .token-data > p[data-v-57246f86]:first-of-type {
            align-items: center;
        }

        .popular-token .token-data > p:first-of-type .token-name[data-v-57246f86] {
            display: block;
        }

        .popular-token .token-data > p[data-v-57246f86]:last-of-type {
            align-items: center;
        }

        .popular-token .token-data > p:last-of-type .token-name[data-v-57246f86] {
            display: none;
        }

        .popular-token .token-price[data-v-57246f86] {
            position: absolute;
            top: 0;
            right: 75px;
        }
    }

    .home-m-qrs .m-qrs[data-v-68a061f2], .home-m-qrs .home-m-tel[data-v-68a061f2] {
        display: none;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-m-qrs[data-v-68a061f2] {
            margin-top: 48px;
        }

        .home-m-qrs .m-qrs[data-v-68a061f2] {
            display: flex;
        }

        .home-m-qrs .m-qrs h3[data-v-68a061f2] {
            font-size: 14px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-m-qrs[data-v-68a061f2] {
            padding: 0 16px;
            margin-top: 0;
        }

        .home-m-qrs .home-m-tel[data-v-68a061f2] {
            display: flex;
        }
    }

    .home-m-qrs .m-qrs[data-v-68a061f2] {
        width: 100%;
        padding: 24px;
        border-radius: 24px;
        border: 1px solid var(--W-Line);
        margin-bottom: 48px;
    }

    .home-m-qrs .m-qrs > div[data-v-68a061f2] {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .home-m-qrs .m-qrs > div[data-v-68a061f2]:first-of-type {
        border-right: 1px solid var(--W-Line);
    }

    .home-m-qrs .m-qrs > div > h3[data-v-68a061f2] {
        color: var(--W-SecondaryText);
        margin-bottom: 16px;
        font-weight: normal;
    }

    .home-m-qrs .m-qrs > div > div[data-v-68a061f2] {
        padding: 8px;
        border-radius: 8px;
        background-color: var(--W-RedGreenBgText);
        border: 1px solid var(--W-Line);
    }

    .home-m-qrs .home-m-tel[data-v-68a061f2] {
        padding: 12px 8px;
        align-items: center;
        border-radius: 12px;
        border: 1px solid var(--W-Line);
    }

    .home-m-qrs .home-m-tel > h3[data-v-68a061f2] {
        font-size: 12px;
        color: var(--W-PrimaryText);
        flex: 1;
    }

    .home-m-qrs .home-m-tel > i[data-v-68a061f2] {
        color: var(--Icon-Normal);
    }

    .home-m-qrs .home-m-tel > i[data-v-68a061f2]:first-of-type {
        font-size: 16px;
        margin-right: 4px;
    }

    .home-m-qrs .home-m-tel > i[data-v-68a061f2]:last-of-type {
        font-size: 10px;
        margin-left: 4px;
    }

    .home-m-announcement[data-v-041f1332] {
        display: none;
        font-size: 14px;
        align-items: center;
        cursor: pointer;
    }

    .home-m-announcement .iconannouncement[data-v-041f1332] {
        margin-right: 4px;
        color: var(--Icon-Normal);
        font-size: 22px;
    }

    .home-m-announcement .iconarrow-r[data-v-041f1332] {
        color: var(--Icon-Normal);
        font-size: 10px;
    }

    .home-m-announcement > div[data-v-041f1332] {
        display: flex;
        align-items: center;
    }

    .home-m-announcement > div > span[data-v-041f1332]:first-of-type {
        font-weight: 500;
        margin-right: 4px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .home-m-announcement > div > span[data-v-041f1332]:last-of-type {
        color: var(--W-TertiaryText);
    }

    .home-m-announcement > div .iconarrow-r[data-v-041f1332] {
        display: none;
    }

    .home-m-announcement > .l-msg-more[data-v-041f1332] {
        display: none;
        color: var(--W-PrimaryText);
        font-weight: 500;
        margin-left: 16px;
        padding-left: 16px;
        position: relative;
    }

    .home-m-announcement > .l-msg-more > p[data-v-041f1332] {
        display: none;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-m-announcement[data-v-041f1332] {
            display: flex;
        }

        .home-m-announcement > div > span[data-v-041f1332]:first-of-type {
            width: fit-content;
            display: inline-block;
            max-width: 360px;
            margin-right: 16px;
        }

        .home-m-announcement > .l-msg-more[data-v-041f1332] {
            display: block;
        }

        .home-m-announcement > .l-msg-more[data-v-041f1332]::before {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            content: '';
            width: 1px;
            height: 13px;
            background-color: var(--W-DisableText);
        }
    }

    @media screen and (max-width: 767px) {
        .home-m-announcement[data-v-041f1332] {
            margin: 8px 16px;
            padding: 12px 8px;
            display: flex;
            border-radius: 12px;
            border: 1px solid var(--W-Line);
            flex-direction: column;
        }

        .home-m-announcement > div[data-v-041f1332] {
            width: 100%;
        }

        .home-m-announcement > div .iconarrow-r[data-v-041f1332] {
            display: none;
        }

        .home-m-announcement > div > .iconannouncement[data-v-041f1332] {
            font-size: 18px;
        }

        .home-m-announcement > div > span[data-v-041f1332] {
            font-size: 12px;
        }

        .home-m-announcement > div > span[data-v-041f1332]:first-of-type {
            flex: 1;
            width: 204px;
        }

        .home-m-announcement > div > span[data-v-041f1332]:last-of-type {
            display: none;
        }

        .home-m-announcement > .l-msg-more[data-v-041f1332] {
            display: flex;
            width: 100%;
            align-items: center;
            font-size: 12px;
            color: var(--Icon-Normal);
            margin-left: 18px;
            margin-top: 4px;
            padding-left: 12px;
            padding-right: 8px;
            justify-content: space-between;
        }

        .home-m-announcement > .l-msg-more i[data-v-041f1332] {
            font-weight: 400;
            transform: translateY(1px);
        }

        .home-m-announcement > .l-msg-more > p[data-v-041f1332] {
            display: inline-flex;
        }

        .home-m-announcement > .l-msg-more > span[data-v-041f1332] {
            color: var(--W-PrimaryText);
        }

        .home-m-announcement > .l-msg-more > span .iconarrow-r[data-v-041f1332] {
            color: var(--Icon-Normal);
            padding: 4px;
        }
    }

    .home-how-use[data-v-54b67c31] {
        width: 100%;
    }

    .home-how-use > h1[data-v-54b67c31] {
        font-size: 44px;
        margin-bottom: 64px;
        text-align: center;
    }

    @media screen and (min-width: 1440px) {
        .home-how-use[data-v-54b67c31] {
            max-width: 1440px;
            padding: 96px 120px;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-how-use[data-v-54b67c31] {
            max-width: 768px;
            padding: 48px;
        }

        .home-how-use > h1[data-v-54b67c31] {
            font-size: 32px;
            margin-bottom: 32px;
            margin-top: 0;
        }

        .home-how-use .use-cards-left > div[data-v-54b67c31] {
            margin-bottom: 24px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-how-use[data-v-54b67c31] {
            max-width: 375px;
            padding: 24px 16px;
        }

        .home-how-use > h1[data-v-54b67c31] {
            margin-bottom: 16px;
            margin-top: 0;
            font-size: 20px;
        }
    }

    .how-use-cards[data-v-54b67c31] {
        display: flex;
    }

    .how-use-cards > div[data-v-54b67c31] {
        flex: 1;
        display: flex;
        justify-content: space-between;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .how-use-cards[data-v-54b67c31] {
            flex-direction: column;
        }
    }

    @media screen and (max-width: 767px) {
        .how-use-cards[data-v-54b67c31] {
            flex-direction: column;
        }
    }

    .use-cards-left[data-v-54b67c31] {
        margin-right: 12px;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-cards-left[data-v-54b67c31] {
            margin-right: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .use-cards-left[data-v-54b67c31] {
            margin-right: 0;
            margin-bottom: 16px;
        }
    }

    .use-cards-right[data-v-54b67c31] {
        margin-left: 12px;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-cards-right[data-v-54b67c31] {
            margin-left: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .use-cards-right[data-v-54b67c31] {
            margin-left: 0;
        }
    }

    .use-card[data-v-3c2c584b] {
        width: 282px;
        height: 348px;
        padding: 48px 24px;
        border-radius: 24px;
        border: 1px solid var(--W-Line);
        display: flex;
        flex-direction: column;
        align-items: center;
        cursor: pointer;
       
        transition: border-color 0.4s ease;
    }
    

    .use-card > img[data-v-3c2c584b] {
        width: 80px;
        height: 80px;
        margin-bottom: 24px;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-card[data-v-3c2c584b] {
            width: 324px;
            padding: 16px 24px;
        }

        .use-card .iconrules[data-v-3c2c584b] {
            display: none;
        }

        .use-card > div > span[data-v-3c2c584b] {
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .use-card[data-v-3c2c584b] {
            width: 164px;
            height: 164px;
            padding: 16px 2px 8px;
            border-radius: 16px;
        }

        .use-card .iconrules[data-v-3c2c584b] {
            display: none;
        }

        .use-card > img[data-v-3c2c584b] {
            width: 48px;
            height: 48px;
            margin-bottom: 4px;
        }

        .use-card > div > span[data-v-3c2c584b] {
            display: none;
        }
    }

    .use-card:hover > div[data-v-3c2c584b] {
        color: #FFF;
        background-color: var(--BtnBg);
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-card:hover > div[data-v-3c2c584b] {
            background-color: transparent;
        }
    }

    @media screen and (max-width: 767px) {
        .use-card:hover > div[data-v-3c2c584b] {
            background-color: transparent;
        }
    }

    .use-card > p[data-v-3c2c584b]:first-of-type {
        line-height: 22px;
        color: var(--W-SecondaryText);
        font-weight: 500;
    }

    @media screen and (max-width: 767px) {
        .use-card > p[data-v-3c2c584b]:first-of-type {
            font-size: 12px;
        }
    }

    .use-card > p[data-v-3c2c584b]:last-of-type {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding: 0 12px;
        text-align: center;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-card > p[data-v-3c2c584b]:last-of-type {
            padding: 4px 0 0;
        }
    }

    @media screen and (max-width: 767px) {
        .use-card > p[data-v-3c2c584b]:last-of-type {
            font-size: 12px;
            padding: 0;
        }
    }

    .use-card > div[data-v-3c2c584b] {
        font-size: 16px;
        margin-top: 40px;
        display: flex;
        align-items: center;
        border-radius: 8px;
        background-color: transparent;
        padding: 8px 16px;
        transition: background-color 0.4s ease;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-card > div[data-v-3c2c584b] {
            margin-top: 0;
        }
    }

    @media screen and (max-width: 767px) {
        .use-card > div[data-v-3c2c584b] {
            margin-top: 0;
        }
    }

    .use-card > div > i[data-v-3c2c584b]:first-of-type {
        font-size: 18px;
        margin-right: 2px;
    }

    .use-card > div > i[data-v-3c2c584b]:last-of-type {
        font-size: 16px;
        display: none;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .use-card > div > i[data-v-3c2c584b]:last-of-type {
            display: block;
        }
    }

    @media screen and (max-width: 767px) {
        .use-card > div > i[data-v-3c2c584b]:last-of-type {
            display: block;
        }
    }

    .use-card > div > span[data-v-3c2c584b] {
        font-weight: 500;
        font-size: 14px;
    }

    .home-journey[data-v-5820ff2b] {
        width: 100%;
    }

    .home-journey > h1[data-v-5820ff2b] {
        margin-bottom: 64px;
        text-align: center;
        font-size: 44px;
    }

    @media screen and (min-width: 1440px) {
        .home-journey[data-v-5820ff2b] {
            max-width: 1440px;
            padding: 30px 120px 60px;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-journey[data-v-5820ff2b] {
            max-width: 768px;
            padding: 0 48px;
            margin-bottom: 16px;
        }

        .home-journey > h1[data-v-5820ff2b] {
            margin-bottom: 32px;
            margin-top: 48px;
            font-size: 32px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-journey[data-v-5820ff2b] {
            max-width: 375px;
            margin-top: 24px;
        }

        .home-journey > h1[data-v-5820ff2b] {
            margin-bottom: 0;
            font-size: 20px;
            margin-top: 0;
        }
    }

    .home-journey-pc[data-v-5a27d44f] {
        display: flex;
        justify-content: space-between;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-journey-pc[data-v-5a27d44f] {
            display: none;
        }
    }

    @media screen and (max-width: 767px) {
        .home-journey-pc[data-v-5a27d44f] {
            display: none;
        }
    }

    .home-journey-tablet[data-v-0f5f7268] {
        display: none;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-journey-tablet[data-v-0f5f7268] {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
    }

    .home-journey-mobile[data-v-76ec50cc] {
        display: none;
        padding: 16px;
    }

    @media screen and (max-width: 767px) {
        .home-journey-mobile[data-v-76ec50cc] {
            display: block;
            width: 100%;
            padding: 16px 16px 24px;
        }
    }

    .h-journey-carousel-wrapper[data-v-76ec50cc] {
        width: 100%;
        overflow: hidden;
    }

    .h-journey-carousel-wrapper .singe-ellipsis[data-v-76ec50cc] {
        width: 308px;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-all;
        white-space: nowrap;
    }

    .h-journey-carousel-wrapper .slide[data-v-76ec50cc] {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .h-journey-carousel-wrapper .slide > .item[data-v-76ec50cc] {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        padding: 16px 16px 24px;
        border-radius: 24px;
        border: 1px solid var(--W-Line);
        height: max-content;
    }

    .h-journey-carousel-wrapper .slide > .item > img[data-v-76ec50cc] {
        width: 100%;
        margin-bottom: 16px;
        border-radius: 16px;
    }

    .h-journey-carousel-wrapper .slide > .item > h3[data-v-76ec50cc] {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .h-journey-carousel-wrapper .slide > .item > p[data-v-76ec50cc] {
        font-size: 12px;
        line-height: 18px;
        color: var(----W-SecondaryText);
    }

    .h-journey-carousel-wrapper .dots[data-v-76ec50cc] {
        display: flex;
        justify-content: center;
        margin-top: 16px;
    }

    .h-journey-carousel-wrapper .dots span[data-v-76ec50cc] {
        width: 8px;
        height: 3px;
        background-color: var(--W-Line);
        cursor: pointer;
        margin-right: 8px;
    }

    .h-journey-carousel-wrapper .dots span[data-v-76ec50cc]:last-of-type {
        margin-right: 0;
    }

    .h-journey-carousel-wrapper .dots span.active[data-v-76ec50cc] {
        background-color: var(--W-PrimaryText);
    }

    .home-why-binance[data-v-2092f08f] {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

    .home-why-binance > h1[data-v-2092f08f] {
        display: none;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .home-why-binance button[data-v-2092f08f] {
        cursor: pointer;
    }

    @media screen and (min-width: 1440px) {
        .home-why-binance[data-v-2092f08f] {
            max-width: 1440px;
            padding: 96px 120px;
        }

        .home-why-binance button[data-v-2092f08f] {
            height: 48px;
        }

        .home-why-binance .why-select-desc > h1[data-v-2092f08f] {
            margin-top: 0;
        }

        .home-why-binance .why-select-desc button[data-v-2092f08f] {
            margin-top: 30px;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-why-binance[data-v-2092f08f] {
            max-width: 768px;
            padding: 116px 48px 48px;
            margin-bottom: 0;
        }

        .home-why-binance > h1[data-v-2092f08f] {
            display: block;
            margin-top: 0;
            margin-bottom: 0;
            font-size: 32px;
            top: 48px;
        }

        .home-why-binance .why-select-desc > h1[data-v-2092f08f] {
            display: none;
        }

        .home-why-binance .why-select-desc > button[data-v-2092f08f] {
            margin-left: 100px;
            margin-top: 60px;
        }

        .home-why-binance .why-select-img[data-v-2092f08f] {
            margin: 0 32px;
            width: 200px;
            height: 413.846px;
        }

        .home-why-binance .why-select-img > img[data-v-2092f08f] {
            width: 200px;
            height: 413.846px;
        }

        .home-why-binance .select-desc-main[data-v-2092f08f] {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .home-why-binance .desc-main-item[data-v-2092f08f] {
            margin-bottom: 24px;
        }

        .home-why-binance .desc-main-item > img[data-v-2092f08f] {
            width: 56px;
            height: 56px;
        }

        .home-why-binance .desc-main-item > div[data-v-2092f08f] {
            width: 280px;
        }

        .home-why-binance .desc-main-item h3[data-v-2092f08f] {
            font-size: 16px;
            margin-bottom: 8px;
        }

        .home-why-binance .desc-main-item p[data-v-2092f08f] {
            font-size: 12px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-why-binance[data-v-2092f08f] {
            max-width: 375px;
        }

        .home-why-binance .why-select-img[data-v-2092f08f], .home-why-binance .why-select-desc[data-v-2092f08f], .home-why-binance button[data-v-2092f08f] {
            display: none;
        }
    }

    .why-select-img[data-v-2092f08f] {
        margin: 0 120px;
        width: 299.63px;
        height: 620px;
        box-sizing: content-box;
    }

    .why-select-img > img[data-v-2092f08f] {
        width: 299.63px;
        height: 620px;
    }

    .why-select-desc[data-v-2092f08f] {
        width: 588px;
    }

    .why-select-desc > h1[data-v-2092f08f] {
        margin-bottom: 62px;
        font-size: 44px;
        font-weight: 500;
    }

    .why-select-desc > button[data-v-2092f08f] {
        border-radius: 10px;
        background-color: var(--BtnBg);
        padding: 10px 20px;
        outline: none;
        border: 0px;
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        color: var(--W-TextOnYellow);
    }

    .desc-main-item[data-v-2092f08f] {
        display: flex;
        margin-bottom: 48px;
    }

    .desc-main-item > img[data-v-2092f08f] {
        width: 72px;
        height: 72px;
        margin-right: 24px;
    }

    .desc-main-item > div h3[data-v-2092f08f] {
        font-size: 20px;
        font-weight: 500;
        margin-bottom: 6px;
    }

    .desc-main-item > div p[data-v-2092f08f] {
        color: var(--W-SecondaryText);
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .desc-main-item > div p[data-v-2092f08f] {
            line-height: 18px;
        }
    }

    .why-binance-m[data-v-7b5670c1] {
        width: 100%;
        display: none;
    }

    .why-binance-m > h1[data-v-7b5670c1] {
        font-size: 20px;
        font-weight: 500;
        text-align: center;
    }

    @media screen and (max-width: 767px) {
        .why-binance-m[data-v-7b5670c1] {
            display: block;
            padding: 24px 16px;
        }

        .why-binance-m > h1[data-v-7b5670c1] {
            margin-top: 0;
        }
    }

    .why-b-carousel-wrapper[data-v-7b5670c1] {
        width: 100%;
        overflow: hidden;
    }

    .why-b-carousel-wrapper .slide[data-v-7b5670c1] {
        display: flex;
        transition: transform 0.5s ease-in-out;
    }

    .why-b-carousel-wrapper .slide > .item[data-v-7b5670c1] {
        flex: 0 0 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 16px;
        border: 1px solid var(--W-Line);
        padding: 24px 16px;
    }

    .why-b-carousel-wrapper .slide > .item > img[data-v-7b5670c1] {
        width: 64px;
        margin-bottom: 8px;
    }

    .why-b-carousel-wrapper .slide > .item > h3[data-v-7b5670c1] {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
    }

    .why-b-carousel-wrapper .slide > .item > p[data-v-7b5670c1] {
        font-size: 12px;
        color: var(--W-SecondaryText);
        line-height: 18px;
    }

    .why-b-carousel-wrapper .dots[data-v-7b5670c1] {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    @media screen and (max-width: 767px) {
        .why-b-carousel-wrapper .dots[data-v-7b5670c1] {
            margin-top: 16px;
        }
    }

    .why-b-carousel-wrapper .dots span[data-v-7b5670c1] {
        width: 8px;
        height: 3px;
        background-color: var(--W-Line);
        cursor: pointer;
        margin-right: 8px;
    }

    .why-b-carousel-wrapper .dots span[data-v-7b5670c1]:last-of-type {
        margin-right: 0;
    }

    .why-b-carousel-wrapper .dots span.active[data-v-7b5670c1] {
        background-color: var(--W-PrimaryText);
    }

    .home-faq[data-v-010ab2cb] {
        width: 100%;
    }

    .home-faq > h1[data-v-010ab2cb] {
        font-size: 44px;
        font-weight: 500;
        margin-bottom: 64px;
        text-align: center;
    }

    .home-faq > ul > li[data-v-010ab2cb] {
        padding: 16px 0;
    }

    @media screen and (min-width: 1440px) {
        .home-faq > ul > li:hover > div > span[data-v-010ab2cb]:last-of-type {
            background-color: var(--BtnBg);
        }
    }

    .home-faq .faq-item-ques[data-v-010ab2cb] {
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .home-faq .faq-item-ques > span[data-v-010ab2cb]:first-of-type {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 6px;
        border: 1px solid var(--W-Line);
        margin-right: 16px;
    }

    @media screen and (max-width: 767px) {
        .home-faq .faq-item-ques > span[data-v-010ab2cb]:first-of-type {
            margin-right: 8px;
            width: 24px;
            height: 24px;
            font-weight: 400;
        }
    }

    .home-faq .faq-item-ques > p[data-v-010ab2cb] {
        font-size: 20px;
        font-weight: 500;
        flex: 1;
    }

    .home-faq .faq-item-ques > span[data-v-010ab2cb]:last-of-type {
        width: 32px;
        height: 32px;
        border-radius: 20px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .home-faq .faq-item-ques > span:last-of-type.iconminus-wrap[data-v-010ab2cb] {
        background: var(--BtnBg);
    }

    .home-faq .faq-item-ques > span:last-of-type > i[data-v-010ab2cb] {
        cursor: pointer;
        font-size: 14px;
    }

    .home-faq .faq-item-answ[data-v-010ab2cb] {
        margin-right: 40px;
        padding: 16px 48px;
        font-size: 16px;
        line-height: 24px;
        color: var(--W-SecondaryText);
        white-space: pre-line;
    }

    @media screen and (min-width: 1440px) {
        .home-faq[data-v-010ab2cb] {
            max-width: 1440px;
            padding: 70px 120px 96px;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-faq[data-v-010ab2cb] {
            max-width: 768px;
            padding: 48px;
        }

        .home-faq > h1[data-v-010ab2cb] {
            font-size: 32px;
            margin-bottom: 32px;
        }

        .home-faq .faq-item-ques p[data-v-010ab2cb] {
            font-size: 16px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-faq[data-v-010ab2cb] {
            max-width: 375px;
            padding: 24px 16px 16px;
        }

        .home-faq > h1[data-v-010ab2cb] {
            font-size: 20px;
            margin-bottom: 16px;
            margin-top: 0;
        }

        .home-faq .faq-item-ques > p[data-v-010ab2cb] {
            font-size: 14px;
        }

        .home-faq .faq-item-answ[data-v-010ab2cb] {
            font-size: 14px;
            margin-right: 0;
            padding: 8px 32px;
        }
    }

    .home-login[data-v-1e4602d0] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
    }

    .home-login[data-v-1e4602d0]::before {
        position: absolute;
        content: '';
        top: 0;
        left: calc((100% - 100vw) / 2);
        width: 100vw;
        height: 1px;
        background-color: var(--W-Line);
    }

    .home-login > h1[data-v-1e4602d0] {
        margin-bottom: 40px;
        font-size: 32px;
        font-weight: 500;
        margin-top: 0;
    }

    .home-login > a[data-v-1e4602d0] {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: var(--BtnBg);
        color: var(--W-TextOnYellow);
        font-size: 16px;
        font-weight: 500;
        border-radius: 8px;
        width: 164px;
        height: 48px;
    }

    @media screen and (min-width: 1440px) {
        .home-login[data-v-1e4602d0] {
            max-width: 1440px;
            padding: 48px 120px;
        }
    }

    @media screen and (min-width: 768px) and(max-width: 1439px) {
        .home-login[data-v-1e4602d0] {
            max-width: 768px;
            margin-bottom: 48px;
        }

        .home-login > h1[data-v-1e4602d0] {
            margin-top: 48px;
            margin-bottom: 24px;
            font-size: 24px;
        }
    }

    @media screen and (max-width: 767px) {
        .home-login[data-v-1e4602d0] {
            max-width: 375px;
            padding: 24px;
        }

        .home-login > h1[data-v-1e4602d0] {
            margin-top: 0;
            margin-bottom: 16px;
            font-size: 16px;
            text-align: center;
        }

        .home-login > a[data-v-1e4602d0] {
            font-size: 14px;
            width: 116px;
            height: 32px;
            padding: 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }

    .home-m-download[data-v-3cdf6d58] {
        display: none;
        background-color: #1e2329;
        position: fixed;
        z-index: 12000;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 16px 16px 16px 12px;
        align-items: center;
    }

    .home-m-download > i[data-v-3cdf6d58] {
        color: #848e9c;
        padding: 6px;
        margin-right: 8px;
        font-size: 12px;
    }

    .home-m-download > p[data-v-3cdf6d58] {
        flex: 1;
        display: flex;
        flex-direction: column;
        margin-left: 8px;
    }

    .home-m-download > p > span[data-v-3cdf6d58]:first-of-type {
        color: #eaecef;
        font-size: 14px;
        margin-bottom: 6px;
    }

    .home-m-download > p > span[data-v-3cdf6d58]:last-of-type {
        color: #b7bdc6;
        font-size: 12px;
    }

    .home-m-download > div[data-v-3cdf6d58] {
        border-radius: 6px;
        background: var(--BtnBg);
        color: var(--W-TextOnYellow);
        font-size: 12px;
        font-weight: 500;
        padding: 4px 8px;
    }

    @media screen and (max-width: 767px) {
        .home-m-download.has-tip[data-v-3cdf6d58] {
            display: flex;
        }
    }
    
    header {
	    width: 100vw;
            background-color: var(--BtnBg); /* Using main color as background */
            padding: 10px 20px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .nav-logo {
	        align-items: center;
			display: flex;
			justify-content: center;

        }

        .nav-logo img {
            height: 85px;
        }

        .nav-r {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        nav a {
            color: var(--W-PrimaryText);
            text-decoration: none;
            font-weight: bold;
        }

        nav a:hover {
            color: var(--W-SecondaryText);
        }
        
        
footer[data-v-123589a8] {
  width: 100vw;
  background: #0B0E11;
}
footer[data-v-123589a8] .pc-footer-content {
  display: none;
}
@media screen and (min-width: 1440px) {
footer[data-v-123589a8] .pc-footer-content {
    display: block;
}
}
footer[data-v-123589a8] .tablet-footer-content {
  display: none;
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
footer[data-v-123589a8] .tablet-footer-content {
    display: block;
}
}
footer[data-v-123589a8] .mobile-footer-content {
  display: none;
}
@media screen and (max-width: 767px) {
footer[data-v-123589a8] .mobile-footer-content {
    display: block;
}
}