<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logged-in {
    --balance-padding: 12px;
    --balance-height: 144px;
    position: relative;
    min-height: 200px;
    color: #fff
}

.logged-in--title {
    height: 30px;
    line-height: 2;
    font-size: 1.25rem;
    font-weight: 700;
    color: #fff
}

.logged-in__header {
    display: flex;
    padding: 0 16px;
    align-items: center;
    justify-content: space-between;
    height: 30px
}

.logged-in__header .btn-logout {
    height: inherit;
    background-color: hsla(0, 0%, 100%, .1)
}

.logged-in__header .btn-plain {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 12px;
    min-width: 30px;
    height: 40px;
    color: #fff;
    font-size: 16px;
    background-color: hsla(0, 0%, 100%, .1);
    vertical-align: top
}

.logged-in .balance {
    flex: 1;
    min-width: 200px;
    height: var(--balance-height);
    background-color: rgba(25, 25, 87, .5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--balance-padding)
}

.logged-in .balance li,
.logged-in .balance ul {
    list-style: none
}

.logged-in .balance__wrapper {
    display: flex;
    gap: 0 2px;
    row-gap: 2px;
    flex-direction: column;
    justify-content: center;
    margin: 16px 0 0;
    min-height: var(--balance-height)
}

.logged-in .balance--logo {
    height: 20px
}

.logged-in .balance--volume {
    height: 28px;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    l--logoine-height: 1;
    font-weight: 700;
    color: #fff
}

.logged-in .balance--description {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.logged-in .balance--title {
    line-height: normal;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .75)
}

.logged-in .balance .exchange--volume {
    display: flex;
    gap: 0 16px;
    line-height: 1.333;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5)
}

.logged-in .balance .exchange--volume span {
    white-space: nowrap
}

.logged-in .wrap-copy-code {
    display: flex;
    justify-content: space-between
}

.logged-in .wrap-copy-code.no-gutter {
    left: inherit !important
}

.logged-in .btn-copy-code {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.5;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5)
}

.logged-in .btn-copy-code:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://file.mir4global.com/xdraco/img/desktop/price/btn-copy.webp) 0 0/cover no-repeat
}

.logged-in .btn-copy-code .value {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px)
}

.logged-in .wrap-copy-code {
    position: relative;
    top: auto;
    right: auto
}

.logged-in .wrap-copy-code .btn-copy-code {
    justify-content: space-between;
    padding-left: 16px;
    width: 100%
}

.logged-in .trade {
    text-align: center
}

.logged-in .trade--button {
    display: inline-flex;
    align-items: center;
    gap: 0 8px;
    padding: 16px 20px;
    color: #fff;
    font-size: 12px;
    vertical-align: top
}

.logged-in .trade--button:after {
    display: block;
    content: "";
    width: 19px;
    height: 19px;
    background-color: #fff;
    -webkit-mask: url(https://file.mir4global.com/xdraco/img/common/logged-in/icon-plus.svg) 50% 50%/contain no-repeat
}

.logged-in .trade--button span {
    line-height: 16px
}

@media(min-width:900px) {
    .logged-in {
        margin: 140px auto 0;
        padding-top: 0;
        max-width: var(--section-inner-width);
        width: 100%
    }

    .logged-in__wrapper {
        margin-top: 0
    }

    .logged-in__header {
        padding: 0;
        height: 40px
    }

    .logged-in--title {
        font-size: 24px
    }

    .logged-in .balance {
        flex: 1;
        padding: calc(var(--balance-padding)*2);
        min-width: 180px;
        align-items: flex-start;
        flex-direction: column;
        justify-content: center
    }

    .logged-in .balance__wrapper {
        flex-direction: row;
        gap: 0 2px;
        margin: 24px 0 8px
    }

    .logged-in .balance--description {
        align-items: start
    }

    .logged-in .balance--volume {
        height: 48px;
        font-size: 1.5rem
    }

    .logged-in .balance--volume img {
        width: auto;
        height: 28px
    }

    .logged-in .wrap-copy-code {
        position: absolute;
        top: 0;
        right: 0;
        height: 40px;
        justify-content: flex-end
    }

    .logged-in .wrap-copy-code .btn-copy-code {
        width: auto
    }

    .logged-in .trade--button {
        font-size: .875rem
    }

    .logged-in .trade--button-text {
        border-bottom: 1px solid #fff
    }
}

.v-carousel {
    overflow: hidden;
    position: relative;
    width: 100%
}

.v-carousel__controls {
    align-items: center;
    background: rgba(0, 0, 0, .3);
    bottom: 0;
    display: flex;
    height: 50px;
    justify-content: center;
    list-style-type: none;
    position: absolute;
    width: 100%;
    z-index: 1
}

.v-carousel__controls&gt;.v-item-group {
    flex: 0 1 auto
}

.v-carousel__controls__item {
    margin: 0 8px
}

.v-carousel__controls__item .v-icon {
    opacity: .5
}

.v-carousel__controls__item--active .v-icon {
    opacity: 1;
    vertical-align: middle
}

.v-carousel__controls__item:hover {
    background: none
}

.v-carousel__controls__item:hover .v-icon {
    opacity: .8
}

.v-carousel__progress {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.v-carousel .v-window-item {
    display: block;
    height: inherit;
    text-decoration: none
}

.v-carousel--hide-delimiter-background .v-carousel__controls {
    background: transparent
}

.v-carousel--vertical-delimiters .v-carousel__controls {
    height: 100% !important;
    width: 50px
}

.draco-wemix-login-popup {
    width: 100%;
    height: 100%
}

[data-v-025e299a]:root {
    --bg-container: #020219;
    --navdsp-height: 54px;
    --navexd-height: 54px;
    --notification-global-height: 96px;
    --content-color: hsla(0, 0%, 100%, 0.5019607843137255);
    --point-color: #a0f;
    --color-exd: #fd0;
    --color-hsp: #04f;
    --color-rare: #3391ff;
    --color-uncommon: #00b267;
    --color-epic: #ff002e;
    --color-legendary: #ff0;
    --color-mythical: #e57300;
    --intro-draco-padding: 15px;
    --intro-draco-maxwidth: 670px;
    --section-padding-x: 24px;
    --coin-section-inner-width: 640px;
    --intro-draco-float-height: clamp(96px, 96px, 96px);
    --piece-stamp-size: 22px
}

@media(min-width:900px) {
    [data-v-025e299a]:root {
        --navdsp-height: 100px;
        --navexd-height: 100px;
        --section-inner-width: 1200px;
        --gutter-width: 200px;
        --notification-global-height: 60px;
        --intro-draco-float-height--scrolled: 120px;
        --piece-stamp-size: 28px
    }
}

@keyframes animCircle-data-v-025e299a {
    to {
        transform: rotate(1turn)
    }
}

.token-table[data-v-025e299a] {
    width: 100%;
    min-width: 960px;
    min-height: 235px;
    margin-top: 20px;
    border-spacing: 0;
    table-layout: fixed;
    border-top: 1px solid hsla(0, 0%, 76.9%, .2);
    border-bottom: 1px solid hsla(0, 0%, 76.9%, .2);
    text-align: left
}

.token-table thead th[data-v-025e299a] {
    height: 28px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px
}

.token-table tbody td[data-v-025e299a] {
    height: 59px;
    border-top: 1px solid hsla(0, 0%, 76.9%, .2);
    padding: 10px 0 10px 10px;
    font-size: 14px
}

.token-table tbody td .chart[data-v-025e299a] {
    display: flex;
    -moz-column-gap: 4px;
    column-gap: 4px;
    align-items: center;
    margin-top: 0
}

.token-table .token-name[data-v-025e299a] {
    display: flex;
    align-items: center;
    height: 100%;
    -moz-column-gap: 10px;
    column-gap: 10px
}

.token-table .token-name .token-data[data-v-025e299a] {
    display: flex;
    align-items: center;
    -moz-column-gap: 5px;
    column-gap: 5px
}

.token-table .token-data[data-v-025e299a] {
    font-weight: 700
}

.token-table .token-data .token-badge[data-v-025e299a] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 0 4px;
    min-height: 16px;
    line-height: 16px;
    font-size: 10px;
    letter-spacing: -.1px
}

.token-table .token-data .token-badge.swap[data-v-025e299a] {
    background-color: #0d65d8
}

.token-table .token-data .token-badge.order[data-v-025e299a] {
    background-color: #f06
}

.token-table .token-data-sub[data-v-025e299a] {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5)
}

.token-table .icon-token[data-v-025e299a] {
    width: 24px
}

.token-table .plus[data-v-025e299a] {
    color: #2cff67
}

.token-table .minus[data-v-025e299a] {
    color: #ff2c2c
}

@media(min-width:900px) {
    .token-table[data-v-025e299a] {
        width: 100%;
        margin: 24px auto 0
    }

    .token-table thead th[data-v-025e299a] {
        height: 38px;
        font-size: 14px
    }

    .token-table tbody tr[data-v-025e299a] {
        cursor: pointer
    }

    .token-table tbody tr[data-v-025e299a]:hover {
        background-color: #181826
    }

    .token-table tbody td[data-v-025e299a] {
        height: 64px;
        font-size: 16px
    }

    .token-table .token-data[data-v-025e299a] {
        line-height: 1.75
    }

    .token-table .token-data-sub[data-v-025e299a] {
        line-height: 1.333
    }

    .token-table .icon-token[data-v-025e299a] {
        width: 36px
    }
}

:root {
    --bg-container: #020219;
    --navdsp-height: 54px;
    --navexd-height: 54px;
    --notification-global-height: 96px;
    --content-color: hsla(0, 0%, 100%, 0.5019607843137255);
    --point-color: #a0f;
    --color-exd: #fd0;
    --color-hsp: #04f;
    --color-rare: #3391ff;
    --color-uncommon: #00b267;
    --color-epic: #ff002e;
    --color-legendary: #ff0;
    --color-mythical: #e57300;
    --intro-draco-padding: 15px;
    --intro-draco-maxwidth: 670px;
    --section-padding-x: 24px;
    --coin-section-inner-width: 640px;
    --intro-draco-float-height: clamp(96px, 96px, 96px);
    --piece-stamp-size: 22px
}

@media(min-width:900px) {
    :root {
        --navdsp-height: 100px;
        --navexd-height: 100px;
        --section-inner-width: 1200px;
        --gutter-width: 200px;
        --notification-global-height: 60px;
        --intro-draco-float-height--scrolled: 120px;
        --piece-stamp-size: 28px
    }
}

@keyframes animCircle {
    to {
        transform: rotate(1turn)
    }
}

.derby-wrap {
    width: calc(100% + var(--gutter-width));
    margin: 40px 0 24px;
    padding: 56px 0 32px;
    transform: translateX(calc(var(--gutter-width)/2*-1));
    background-color: #1c0032;
    text-align: center
}

.derby {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 0 40px 32px
}

.derby .display-price {
    color: #fff;
    flex: 1
}

.derby .display-price dt {
    display: block;
    min-height: 41px;
    line-height: 1.15;
    font-size: 20px;
    font-weight: 700;
    text-align: center
}

.derby .display-price dt .sub-title {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400
}

.derby .display-price dd {
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 16px 0 8px;
    line-height: 1.17;
    font-weight: 700
}

.derby .display-price .amount,
.derby .display-price dd {
    display: flex;
    font-size: 48px
}

.derby .display-price .amount:before {
    display: block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0
}

.derby .display-price .amount.draco:before {
    content: "";
    background-image: url(https://file.mir4global.com/xdraco/img/desktop/symbol-draco.webp)
}

.derby .display-price .amount.wemix:before {
    content: "";
    background-image: url(https://file.mir4global.com/xdraco/img/desktop/symbol-wemix.webp)
}

.derby .display-price .amount.wemix-credit:before {
    content: "";
    background-image: url(https://file.mir4global.com/xdraco/img/desktop/symbol-wemixcredit.webp)
}

.derby .display-price .sup {
    display: inline-block;
    position: relative;
    margin-left: 4px;
    line-height: 1.1;
    font-size: 16px;
    vertical-align: top
}

.derby .display-price .change {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 4px;
    height: 27px;
    text-align: center;
    font-size: 16px;
    background-color: hsla(0, 0%, 100%, .2);
    vertical-align: super;
    margin-left: 8px
}

.derby .display-price .change.plus {
    background-color: #2a4
}

.derby .display-price .change.minus {
    background-color: #f04
}

.derby .display-price .symbol {
    display: flex;
    align-items: center;
    font-weight: 700
}

.derby .display-price .symbol img {
    margin-right: 10px;
    width: 56px;
    height: 56px
}

.derby .display-price .symbol .eqaul {
    margin: 0 26px
}

.derby__date {
    padding: 0 40px;
    line-height: 1.5;
    font-size: 12px;
    color: var(--content-color)
}

.wrap-summary-coin {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 2px;
    column-gap: 2px
}

.wrap-summary-coin .wrap-child,
.wrap-summary-coin&gt;div {
    flex: 1
}

.wrap-summary-coin .wrap-child .summary-coin,
.wrap-summary-coin&gt;div .summary-coin {
    flex-direction: column
}

.price .coin-content {
    padding-top: 40px;
    background-color: #004
}

.price .coin-content__wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.price .coin-content .coin-content__info {
    padding: 40px 0;
    width: calc(100% - var(--section-padding-x)*2)
}

.price .coin-content__info:last-child {
    padding-top: 0
}

.price .chart {
    width: 100%
}

.price .chart__wrapper {
    margin-top: 46px
}

.price .chart--box {
    padding-top: 80px
}

.price .chart__contents {
    margin-bottom: 8px;
    padding: 0 16px;
    color: #fff;
    font-weight: 700;
    font-size: 1.25rem
}

.price .chart__contents .date {
    font-size: .75rem;
    color: var(--content-color)
}

.price .chart--title {
    font-size: 1.25rem
}

.price .chart .derby-chart__wrapper {
    margin-right: -24px;
    margin-left: -24px;
    width: calc(100% + var(--section-padding-x)*2)
}

.price .derby-chart__wrapper {
    margin-top: 20px;
    border-top: 2px solid hsla(0, 0%, 100%, .25);
    padding-top: 40px;
    min-height: 100px;
    margin-bottom: 40px
}

.summary-coin {
    margin: 0;
    padding: 0;
    background-color: #004
}

.summary-coin .summary-coin__inner,
.summary-coin .title-currency {
    width: 420px
}

.summary-coin .summary-coin__inner {
    min-height: 355px
}

.summary-coin .title-currency {
    display: flex;
    margin-top: 64px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    padding-bottom: 16px;
    height: 24px;
    box-sizing: content-box;
    width: 100%
}

.summary-coin .updated-date {
    margin-top: 13px;
    line-height: 1.5;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5);
    letter-spacing: -.01em;
    text-align: center
}

.summary-coin .updated-date em {
    font-style: normal;
    color: hsla(0, 0%, 100%, .75)
}

.summary-coin .display-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 160px
}

.summary-coin .display-price dt {
    min-height: 40px;
    line-height: 1.5;
    font-size: 16px
}

.summary-coin .display-price dt .sub-title {
    margin: 0;
    line-height: 1.333;
    font-size: 12px;
    opacity: .5
}

.summary-coin .display-price dd {
    margin-top: 8px;
    margin-bottom: 0
}

.summary-coin .display-price .amount {
    align-items: center;
    line-height: 1.4;
    font-size: 40px;
    letter-spacing: -.4px
}

.summary-coin .display-price .change {
    margin-left: 16px;
    padding: 0 8px;
    height: 36px;
    line-height: 1.6;
    font-size: 20px
}

.summary-coin .display-price .sup {
    top: -.8em
}

.summary-coin .display-price .wrap-refining-hydra {
    display: flex;
    -moz-column-gap: 16px;
    column-gap: 16px
}

.summary-coin .display-price .wrap-refining-hydra .amount {
    display: flex;
    align-items: center;
    font-weight: 700;
    line-height: 1.2;
    font-size: 40px;
    transition: all .2s ease-in .3s
}

.summary-coin .display-price .wrap-refining-hydra .amount:before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background-position: 50% 0;
    background-size: auto 100%;
    background-repeat: no-repeat
}

.summary-coin .display-price .wrap-refining-hydra .amount .sup {
    top: -1.5em;
    margin-left: 8px;
    line-height: 1;
    font-weight: 400;
    font-size: 12px
}

.summary-coin .display-price .wrap-refining-hydra .amount.draco:before {
    background-image: url(https://file.mir4global.com/xdraco/img/desktop/symbol-draco.webp)
}

.summary-coin .display-price .wrap-refining-hydra .amount.septaria:before {
    margin-right: 4px;
    width: 34px;
    background-image: url(https://file.mir4global.com/xdraco/img/desktop/hydra/icon-coin-septarium.webp)
}

.summary-coin .display-price .wrap-refining-hydra .symbol-plus {
    line-height: 56px;
    font-size: 48px;
    font-weight: 100
}

.summary-coin .display-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid hsla(0, 0%, 76.9%, .2);
    border-width: 1px 0;
    height: 56px;
    box-sizing: content-box
}

.summary-coin .display-data dd,
.summary-coin .display-data dt {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.summary-coin .display-data dt {
    row-gap: 2px;
    line-height: 16px;
    font-size: 14px;
    color: hsla(0, 0%, 100%, .75)
}

.summary-coin .display-data dt&gt;span:only-child {
    font-size: 12px
}

.summary-coin .display-data dd {
    font-weight: 700;
    color: #fff
}

.summary-coin .display-data .date {
    margin-top: 0;
    height: 100%;
    font-size: 10px;
    color: hsla(0, 0%, 100%, .5);
    text-align: left
}

.summary-coin .display-data .v-carousel__item {
    color: currentColor
}

.summary-coin .display-data+.display-data {
    border-top-width: 0
}

.summary-coin:first-of-type {
    margin-top: 0
}

@media(min-width:900px) {
    .price .coin-content {
        justify-content: flex-start
    }

    .price .coin-content__info {
        min-height: 355px
    }

    .price .coin-content__info:last-child {
        padding: 0
    }
}

.price {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    overflow-x: hidden
}

.price .login {
    background-color: #003
}

.price .login__wrapper {
    margin: 46px 0 0;
    width: 100%;
    background-color: #003;
    max-width: 100%
}

.price .login__wrapper:first-of-type {
    margin-top: 55px
}

.price .login--title {
    font-size: 0;
    opacity: 0
}

.price .login__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 24px;
    column-gap: 24px;
    width: auto;
    height: 230px;
    color: #fff
}

.price .login__box .message {
    margin-bottom: 24px
}

.price .login__box .title {
    margin-bottom: 0;
    border-width: 0;
    padding-bottom: 0
}

.price .login__box .message+.btn-login {
    margin-left: 40px
}

.price .login--button {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    min-height: 58px;
    text-decoration: none;
    background-color: #000
}

.price .login--text {
    color: #fff;
    font-weight: 700;
    margin-left: 8px;
    font-size: 1.25rem
}

.price .login&gt;p {
    color: hsla(0, 0%, 100%, .5)
}

.price .logged-in__wrapper {
    margin-top: 55px;
    padding: 40px 0;
    width: 100%;
    background-color: #003
}

.price .login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 230px;
    line-height: 1.29;
    font-size: 14px;
    color: #fff
}

.price .login .title {
    margin-bottom: 32px;
    padding-bottom: 16px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px !important;
    letter-spacing: -.26px !important;
    border-bottom: 2px solid hsla(0, 0%, 100%, .25)
}

.price .login .no-gutter__inner {
    position: relative
}

.price .login .main-balance dt {
    display: block;
    margin-bottom: 20px;
    line-height: 1.2;
    font-weight: 700;
    font-size: 16px
}

.price .login .main-balance dd {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.price .login .main-balance dd .amount {
    display: flex;
    align-items: center;
    line-height: 1;
    letter-spacing: -.6px;
    font-size: 40px;
    font-weight: 700;
    color: #fff
}

.price .login .main-balance dd .amount:before {
    content: "";
    display: block;
    margin-right: 8px;
    width: 40px;
    height: 40px;
    background: url(https://file.mir4global.com/xdraco/img/mobile/symbol-draco.webp) 0 0/cover no-repeat
}

.price .login .sub-balance {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px
}

.price .login .sub-balance dt {
    font-size: 12px;
    color: hsla(0, 0%, 100%, .75)
}

.price .login .sub-balance dd {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #fff
}

.price .login .sub-balance dd:before {
    content: "";
    display: block;
    margin-right: 4px;
    width: 24px;
    height: 24px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat
}

.price .login .sub-balance dd.wemix:before {
    background-image: url(https://file.mir4global.com/xdraco/img/mobile/price/symbol-wemix32.webp)
}

.price .login .sub-balance dd.wemix-credit:before {
    background-image: url(https://file.mir4global.com/xdraco/img/mobile/price/symbol-wemixcredit32.webp)
}

.price .login .sub-balance dd.klay:before {
    background-image: url(https://file.mir4global.com/xdraco/img/mobile/price/symbol-klay32.webp)
}

.price .login .btn-login {
    display: inline-flex;
    align-items: center;
    padding: 0 14px;
    height: 60px;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    text-decoration: none;
    background-color: #000
}

.price .login .btn-login&gt;img {
    margin-right: 8px
}

.price .login .btn-exchange {
    padding: 0;
    width: 48px;
    height: 48px;
    color: #fff;
    font-size: 0;
    background: url(https://file.mir4global.com/xdraco/img/mobile/price/btn-for-balance.webp) 0 0/cover no-repeat
}

.price .login .btn-trade {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 54px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #8200dc
}

.price .login .btn-trade:after {
    content: "";
    display: block;
    margin-left: 8px;
    width: 24px;
    height: 24px;
    background: url(https://file.mir4global.com/xdraco/img/mobile/price/icon-plus.webp) 0 0/cover no-repeat
}

.price .login .btn-copy-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .5)
}

.price .login .btn-copy-code:after {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background: url(https://file.mir4global.com/xdraco/img/mobile/price/btn-copy.webp) 0 0/cover no-repeat
}

.price .login .btn-copy-code .value {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 40px)
}

.price .login .message {
    color: hsla(0, 0%, 100%, .5)
}

.price .login .message+.btn-wemix-login {
    margin-top: 24px
}

.price .tokens-container {
    max-width: 100%;
    padding: 46px 0 40px;
    color: #fff
}

.price .title-tokens {
    padding: 0 24px;
    font-size: 20px
}

.price .table-scroll-wrapper {
    overflow-x: auto;
    max-width: var(--section-inner-width);
    text-align: center;
    scrollbar-width: thin
}

.price .table-scroll-inner {
    display: inline-block;
    margin: 0 auto;
    vertical-align: top
}

.price .coin-price--table {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    padding-bottom: 0;
    width: 100%
}

.price .coin-content {
    width: 100%
}

.price .coin-content--title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 8px;
    column-gap: 8px;
    border-bottom: 1px solid hsla(0, 0%, 100%, .5);
    padding-bottom: 16px;
    height: 24px;
    box-sizing: content-box
}

.price .coin-content--title&gt;div {
    display: flex;
    align-items: center;
    -moz-column-gap: 6px;
    column-gap: 6px
}

.price .coin-content--title .season {
    position: relative;
    top: 1px;
    color: #fff;
    line-height: 1;
    font-size: 30px
}

.price .description {
    line-height: 1.75;
    color: var(--content-color);
    padding: 0 16px;
    font-size: 14px
}

.price .description&gt;.title {
    margin-bottom: 8px;
    font-size: 20px;
    color: #fff;
    font-weight: 700
}

.price .description .date {
    font-size: 12px
}

.price .description:not(:first-of-type) {
    margin-top: 80px
}

.price .tab-chart .v-tabs-bar {
    background-color: transparent
}

.price .tab-chart .v-tabs-bar .v-tabs-bar__content:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2px;
    background-color: hsla(0, 0%, 76.9%, .3)
}

.price .tab-chart .v-tabs-bar .v-tab {
    margin: 0;
    max-width: 100%;
    color: #fff !important;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.18px
}

.price .tab-chart .v-tabs-bar .v-tab.v-tab--active {
    font-weight: 700
}

.price .tab-chart .v-tabs-bar .v-tabs-slider {
    background-color: #c4c4c4
}

.price .v-tabs-items {
    background-color: transparent
}

.price .chart {
    margin-top: 40px
}

.price .chart__wrapper {
    margin-top: 6px;
    padding-top: 40px;
    min-height: 100px;
    border-top: none
}

.price .chart__wrapper .indicator-currency {
    display: flex;
    column-gap: 24px;
    justify-content: center;
    margin-top: 16px;
    -moz-column-gap: 24px
}

.price .chart__wrapper .indicator-currency .currency {
    display: flex;
    align-items: center
}

.price .chart__wrapper .indicator-currency .currency .name {
    margin: 0 8px 0 4px;
    line-height: 1.5;
    font-size: 12px;
    font-weight: 700;
    color: #fff
}

.price .chart__wrapper .indicator-currency .currency .line {
    content: "";
    display: block;
    width: 40px;
    height: 1px
}

.price .chart__wrapper.topless {
    margin-top: 0;
    border-top-width: 0
}

.price .wrap-button-chart {
    display: flex;
    border-radius: 0;
    width: 100%;
    background-color: transparent !important
}

.price .wrap-button-chart .v-btn {
    flex: 1;
    margin-left: 2px;
    height: 40px !important;
    letter-spacing: -.15px;
    color: #fff;
    font-weight: 400;
    background-color: hsla(0, 0%, 100%, .1);
    opacity: 1
}

.price .wrap-button-chart .v-btn:first-of-type {
    margin-left: 0
}

.price .wrap-button-chart .v-btn.v-btn--active {
    font-weight: 700;
    background-color: #310058
}

.price .wrap-button-chart .v-btn.v-btn--active:before {
    opacity: 1;
    content: none
}

.price .no-gutter,
.price .no-gutter__inner {
    width: 100%
}

@media(min-width:900px) {
    .price .inner--width {
        display: flex;
        align-items: center;
        margin: 16px auto;
        padding-top: 100px;
        max-width: 1200px;
        min-height: 260px;
        width: calc(100% - 32px)
    }

    .price .login {
        flex-direction: row;
        justify-content: flex-end;
        -moz-column-gap: 24px;
        column-gap: 24px;
        margin: 0 auto
    }

    .price .login__wrapper:first-of-type {
        margin-top: 0
    }

    .price .login__wrapper .mb-6 {
        margin-bottom: 0 !important;
        color: hsla(0, 0%, 100%, .5)
    }

    .price .login__box {
        flex-direction: row;
        justify-content: flex-end;
        width: 100%
    }

    .price .login__box .message {
        margin-bottom: 0;
        color: hsla(0, 0%, 100%, .5);
        font-size: 14px
    }

    .price .login--title {
        min-width: 200px;
        color: #fff;
        font-size: 1.5rem;
        opacity: 1
    }

    .price .login--button {
        margin-left: 16px
    }

    .price .logged-in__wrapper {
        margin-top: 0
    }

    .price .tokens-container {
        padding: 80px 0;
        margin: 0 auto;
        width: var(--section-inner-width)
    }

    .price .title-tokens {
        padding: 0;
        font-size: 24px
    }

    .price .coin-price--table {
        display: flex;
        -moz-column-gap: 2px;
        column-gap: 2px;
        align-content: space-between;
        flex-direction: row;
        padding-bottom: 0
    }

    .price .coin-content {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        width: calc(100% - 1px);
        background-color: #004
    }

    .price .coin-content .summary-coin {
        display: flex;
        flex-direction: column;
        padding: 0;
        max-width: 420px;
        width: 100%
    }

    .price .coin-content .summary-coin .updated-date {
        margin-bottom: 48px
    }

    .price .coin-content__info {
        width: 420px
    }

    .price .coin-content--title {
        margin-top: 64px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .5);
        padding-bottom: 16px;
        height: 24px;
        box-sizing: content-box
    }

    .price .chart {
        position: relative;
        margin-top: 0;
        max-width: 960px;
        width: 100%
    }

    .price .chart__contents {
        position: relative;
        padding-right: 0;
        padding-left: 0
    }

    .price .chart__contents .date {
        position: absolute;
        top: 0;
        right: 0;
        font-size: .875rem;
        font-weight: 400
    }

    .price .chart--title {
        margin-bottom: 24px;
        border-bottom: 2px solid hsla(0, 0%, 100%, .25);
        padding-right: 200px;
        padding-bottom: 14px;
        line-height: 1.4
    }

    .price .chart .wrap-chart {
        position: relative
    }

    .price .chart .v-slide-group__content {
        flex: 0;
        -moz-column-gap: 2px;
        column-gap: 2px;
        height: 40px
    }

    .price .chart .derby-chart__wrapper {
        margin: 0 0 85px;
        padding: 0;
        max-width: 960px;
        width: 100%;
        border: none
    }

    .price .chart .derby-chart__wrapper .wrap-chart {
        position: relative
    }

    .price--chart .v-tabs--fixed-tabs {
        display: flex;
        margin-bottom: 4px;
        position: static
    }

    .price--chart .v-tabs--fixed-tabs .v-tab {
        margin-right: 2px;
        min-width: auto;
        height: 40px;
        font-weight: 700;
        background-color: hsla(0, 0%, 100%, .1)
    }

    .price--chart .v-tabs--fixed-tabs .v-tab--active {
        background-color: #310058
    }

    .price--chart .v-tabs--fixed-tabs .v-tabs-slider {
        display: none
    }

    .price--chart .v-tabs--fixed-tabs .v-tab:last-child {
        margin-right: 0
    }

    .price--chart .v-tabs-bar .v-tabs-bar__content:before {
        display: none
    }

    .price--chart .wrap-button-chart {
        display: flex;
        -moz-column-gap: 2px;
        column-gap: 2px;
        flex: 0;
        position: absolute;
        top: -52px;
        right: 0;
        width: auto
    }

    .price--chart .wrap-button-chart .v-btn {
        min-width: auto;
        width: auto;
        margin: 0
    }

    .price--chart .indicator-currency .currency {
        display: flex;
        align-items: center
    }

    .price--chart .indicator-currency .currency .name {
        line-height: 1.5
    }
}</pre></body></html>