html[dir=rtl] .icon-dir {
    transform: rotateY(180deg)
}

html[dir=rtl] .icon-nodir {
    transform: rotateY(0deg)
}

.lock-ltr {
    direction: ltr
}

.smooth_style {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

input:focus,
textarea:focus {
    outline: none
}

.mica-lazy-img {
    background-color: rgba(0, 0, 0, .03);
    overflow: hidden;
    position: relative
}

.mica-lazy-img[data-round=true] {
    border-radius: 50%
}

.mica-lazy-img[data-mask=true]:hover:after {
    background-color: rgba(0, 0, 0, .08);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.mica-sticky {
    width: 100%
}

.mica-sticky:not([data-simulate=true]) {
    position: -webkit-sticky;
    position: sticky;
    z-index: 999
}

.mica-sticky[data-simulate=true] {
    position: relative
}

.mica-sticky[data-simulate=true][data-sticky=true]>.child {
    position: fixed;
    z-index: 999
}

.header-rightside>#toRegisterPage {
    display: flex
}

@media (max-width:767px) {
    .header-rightside>#toRegisterPage {
        display: none
    }
    .chat-container.visible {
        display: none !important
    }
}

@keyframes moveMobile {
    0%,
    20% {
        left: 0;
        transform: translateZ(0)
    }
    70%,
    to {
        left: 100%;
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes movePC {
    0%,
    15% {
        transform: translateZ(0)
    }
    75%,
    to {
        transform: translate3d(calc(-100% + 492px), 0, 0)
    }
}

.fontsize-0 {
    font-size: 0 !important
}

.au-dialog .bn-modal-wrap {
    width: 384px
}

.au-dialog .bn-modal-footer .bn-button {
    font-size: 14px;
    font-weight: 700
}

.tips-dialog .bn-modal-wrap {
    color: var(--color-PrimaryText);
    padding: 1.5rem;
    text-align: center
}

.tips-dialog .bn-modal-footer .bn-button {
    font-size: 14px
}

.recommend-dialog .bn-modal-wrap {
    color: var(--color-PrimaryText);
    padding: 1.5rem;
    text-align: center
}

.recommend-dialog .bn-modal-footer .bn-button {
    font-size: 14px
}

.ae-limit .bn-modal-wrap,
.china-limit .bn-modal-wrap,
.kz-ip-limit .bn-modal-wrap,
.kz-limit .bn-modal-wrap {
    color: var(--color-PrimaryText);
    padding: 1.5rem;
    text-align: center
}

.ae-limit .bn-modal-footer .bn-button,
.china-limit .bn-modal-footer .bn-button,
.kz-ip-limit .bn-modal-footer .bn-button,
.kz-limit .bn-modal-footer .bn-button {
    font-size: 14px
}

.leave-page-tips .bn-modal-wrap {
    width: auto !important
}

.leave-page-tips .bn-modal-content {
    max-height: 100%
}

.cookie-tips,
.electron-tips {
    align-items: center;
    bottom: 0;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 999
}

.electron-tips {
    line-height: 1.3
}

.mobile-tips {
    background: rgba(18, 22, 28, .9)
}

.mobile-fixed-tips,
.mobile-tips {
    align-items: center;
    justify-content: space-between;
    line-height: 1.3;
    z-index: 9999
}

.mobile-fixed-tips {
    bottom: 0;
    height: 64px;
    left: 0;
    padding: 16px;
    position: fixed;
    right: 0
}

.leave-iframe iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.register-input .bn-textField-input {
    font-size: 16px;
    font-weight: 500
}

.register-input input::-webkit-input-placeholder {
    color: var(--color-textThird);
    font-size: 16px;
    font-weight: 500
}

.rich-inline,
.rich-inline div {
    display: inline
}

.video-modal .bn-modal-wrap {
    border-radius: 4px;
    height: auto;
    width: 840px
}

.video-modal .bn-drawer-wrap {
    border-radius: 0 !important;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: center;
    max-height: 100vh !important;
    padding: 0;
    position: relative;
    width: 100vw
}

.bids-button-group {
    grid-gap: 16px;
    --color-btn: #eaecef;
    display: flex;
    gap: 16px;
    width: 100%
}

.bids-button-group.dark {
    --color-btn: #2b3139
}

.bids-button-group.mini .third-part-btn {
    border-color: var(--color-btn)
}

.bids-button-group #apple-login,
.bids-button-group #google-login {
    overflow: hidden;
    position: relative
}

.bids-button-group #apple-login:hover .third-part-btn,
.bids-button-group #google-login:hover .third-part-btn {
    background: var(--color-btn)
}

.bids-button-group:not(.mini) #apple-login,
.bids-button-group:not(.mini) #google-login {
    flex: 1 1
}

.coin-list-content.no-active-underline .bn-tab__default {
    border-style: none
}

.coin-list-content .bn-tab-list .bn-tab {
    font-weight: 600
}

@media (max-width:767px) {
    .coin-list-content .bn-tab-list {
        justify-content: center
    }
}

.faq-item-widget.active .faq-item-expand,
.faq-item-widget:hover .faq-item-expand {
    color: #1e2329 !important
}

.faq-item-widget .answer-link {
    word-wrap: break-word;
    color: var(--color-primary)
}

.faq-item-widget .list-item-content {
    display: block
}

.faq-item-widget .list-item-content:before {
    background-color: var(--color-textThird);
    border-radius: 100em;
    content: "";
    display: inline-block;
    height: 4px;
    margin-bottom: 2px;
    margin-right: 4px;
    width: 4px
}

.pc-bullet-wrap {
    align-items: center;
    bottom: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0
}

.pc-bullet-wrap .bullet {
    --tw-bg-opacity: 1;
    background-color: rgb(24 26 32/var(--tw-bg-opacity));
    color: var(--color-textWhite);
    opacity: .5
}

.pc-bullet-wrap:hover {
    background-color: rgba(0, 0, 0, .5)
}

.pc-bullet-wrap:hover .bullet {
    background-color: var(--color-textWhite);
    color: var(--color-textThird);
    opacity: 1
}

.download-tabs .bn-tab__default-breakline {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    min-width: 48px;
    padding-bottom: 14px;
    padding-top: 14px;
    text-align: center
}

.download-tabs .bn-tab__default-breakline:after {
    background-color: var(--color-primaryHover);
    background-image: none;
    height: 2px;
    left: 0;
    right: 0;
    transform: none;
    width: auto
}

@media (min-width:1023px) {
    .download-tabs .bn-tab__default-breakline {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        padding-bottom: 20px;
        padding-top: 20px
    }
}

.bottom-cta.light {
    background-color: #fafafa !important
}

.bottom-cta.dark {
    background-color: #1e2329 !important
}

.bottom-cta-login.light {
    background-color: #fafafa !important
}

.bottom-cta-login.dark {
    background-color: #1e2329 !important
}

.social-tg:hover {
    background: linear-gradient(#2aabee, #229ed9)
}

.social-tg:hover svg {
    color: #eaecef !important
}

.virus_game_entry {
    cursor: pointer;
    position: fixed;
    z-index: 99
}

.virus_game_entry .virus_game_entry_title {
    background: linear-gradient(284.96deg, #fffcd6 -10.33%, #fffde2 89.6%);
    border-radius: 47.2621px;
    box-shadow: 0 6px 16px hsla(53, 30%, 71%, .16);
    color: #1e2329;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    margin-top: -48px;
    padding: 8px 12px;
    text-shadow: 0 0 8px #faf7ef;
    z-index: 1
}

.referral_cpa_widget {
    align-items: center;
    background-color: var(--color-primaryHover);
    border-radius: 100em;
    display: flex;
    padding: 10px 12px;
    position: fixed;
    transition: all .2s linear;
    z-index: 99
}

@media (min-width:767px) {
    .referral_cpa_widget:hover {
        right: 24px !important
    }
    .referral_cpa_widget:hover .referralImgWrap {
        margin-right: 8px !important
    }
    .referral_cpa_widget:hover .referralTextWrap {
        display: block !important
    }
}

* {
    margin: 0;
    outline: 0;
    padding: 0
}

*,
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    -webkit-touch-callout: none;
    backface-visibility: hidden;
    font-weight: 400;
    line-height: 1.5
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@keyframes zoom-in {
    0% {
        transform: scale(.95)
    }
    66% {
        transform: scale(1.05)
    }
    to {
        transform: scale(1)
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    95%,
    to {
        opacity: 1
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }
    95%,
    to {
        opacity: 0
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px
    }
}

@keyframes spin-scaleY {
    0%,
    40%,
    to {
        transform: scaleY(.4)
    }
    20% {
        transform: scaleY(1)
    }
}

@keyframes jump-scaleY {
    0% {
        transform: translateY(0) scaleY(1)
    }
    7.5% {
        transform: translateY(-120%) scaleY(2)
    }
    15%,
    35% {
        transform: translateY(-120%) scaleY(.5)
    }
    43.5% {
        transform: translateY(0) scaleY(2)
    }
    52.5%,
    72.5% {
        transform: translateY(120%) scaleY(.5)
    }
    80%,
    to {
        transform: translateY(0) scaleY(1)
    }
}

@keyframes blink {
    0%,
    to {
        opacity: 0
    }
    50% {
        opacity: 1
    }
}

@keyframes skeleton-loading {
    0% {
        background-position: 100% 50%
    }
    to {
        background-position: 0 50%
    }
}

.rc-upload {
    display: inline-flex
}

body {
    --animation-duration-fast: 100ms;
    --animation-duration-base: 250ms;
    --animation-duration-slow: 400ms;
    --zindex-mask: 10;
    --zindex-menu: 1000;
    --zindex-header: 1001;
    --zindex-dropdown: 1200;
    --zindex-modal: 1200;
    --zindex-backTop: 1225;
    --zindex-calendar: 1250;
    --zindex-mobilePop: 1275;
    --zindex-notification: 1300;
    --zindex-alert: 1350;
    --zindex-tooltip: 1400;
    --zindex-coachmark: 1400;
    --zindex-drawer: 9999;
    --radii-2xs: 2px;
    --radii-xs: 4px;
    --radii-s: 6px;
    --radii-m: 8px;
    --radii-l: 10px;
    --radii-2l: 12px;
    --radii-xl: 16px;
    --radii-2xl: 30px;
    --radii-circle: 100em;
    --space-7xs: -2px;
    --space-6xs: 0;
    --space-5xs: 2px;
    --space-4xs: 4px;
    --space-3xs: 5px;
    --space-2xs: 8px;
    --space-xs: 10px;
    --space-s: 12px;
    --space-m: 15px;
    --space-l: 20px;
    --space-xl: 24px;
    --space-2xl: 28px;
    --space-3xl: 32px;
    --space-4xl: 36px;
    --space-5xl: 40px;
    --space-mm: 16px;
    --scroll-pad: 2px;
    --scroll-size: 10px
}

body::-webkit-scrollbar-thumb:active {
    --scroll-pad: 0
}

body * {
    --scroll-size: 6px;
    --scroll-pad: 1px
}

body,
body * {
    --scroll-bg: transparent;
    --scroll-color: var(--color-DisabledText)
}

body ::-webkit-scrollbar,
body::-webkit-scrollbar {
    background-color: var(--scroll-bg);
    height: var(--scroll-size);
    width: var(--scroll-size)
}

body ::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: var(--scroll-color);
    border-color: var(--scroll-bg);
    border-radius: 20px;
    border-style: solid;
    border-width: var(--scroll-pad)
}

body ::-webkit-scrollbar-corner,
body::-webkit-scrollbar-corner {
    background-color: var(--scroll-bg)
}

@supports not selector(*::-webkit-scrollbar-thumb) {
    body,
    body * {
        scrollbar-color: var(--scroll-color) var(--scroll-bg);
        scrollbar-width: thin
    }
}

@media only screen and (min-width:768px) {
    body {
        --space-3xs: 6px;
        --space-m: 16px
    }
    body::-webkit-scrollbar-thumb:hover {
        --scroll-pad: 0
    }
}

.theme-root {
    --shadow-shadow1: var(--shadow1-layer1), var(--shadow1-layer2);
    --shadow-shadow2: var(--shadow2-layer1), var(--shadow2-layer2), var(--shadow2-layer3);
    background: var(--color-BasicBg);
    color: var(--color-PrimaryText)
}

.theme-root.dark,
.theme-root.midnight {
    --shadow1-layer1: 0px 0px 1px rgba(94, 102, 115, .8);
    --shadow1-layer2: 0px 3px 6px rgba(0, 0, 0, .04);
    --shadow2-layer1: -2px 0px 14px rgba(0, 0, 0, .4);
    --shadow2-layer2: 0px 0px 6px rgba(0, 0, 0, .2);
    --shadow2-layer3: inset 0px 0px 2px hsla(0, 0%, 100%, .2)
}

.theme-root.light {
    --shadow1-layer1: 0px 1px 6px rgba(24, 26, 32, .1);
    --shadow1-layer2: 0px 3px 6px rgba(71, 77, 87, .04);
    --shadow2-layer1: 0px 8px 32px rgba(17, 17, 26, .05);
    --shadow2-layer2: 0px 4px 16px rgba(17, 17, 26, .1);
    --shadow2-layer3: inset 0px 0px 0px transparent
}

@media only screen and (min-width:768px) {
    .theme-root.dark,
    .theme-root.midnight {
        --shadow3-layer1: 0px 16px 32px rgba(0, 0, 0, .16);
        --shadow3-layer2: 0px 8px 16px rgba(0, 0, 0, .16);
        --shadow3-layer3: inset 0px 0px 1px rgba(94, 102, 115, .9);
        --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
        --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
    }
    .theme-root.light {
        --shadow3-layer1: 0px 0px 1px rgba(24, 26, 32, .1);
        --shadow3-layer2: 0px 16px 32px rgba(71, 77, 87, .16);
        --shadow3-layer3: 0px 8px 16px rgba(24, 26, 32, .16);
        --shadow-shadow3: var(--shadow3-layer1), var(--shadow3-layer2), var(--shadow3-layer3);
        --shadow-shadow4: 0px 8px 16px rgba(24, 26, 32, .16)
    }
}

.theme-root.rtl {
    direction: rtl
}

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

.text-multiple1 {
    -webkit-line-clamp: 1
}

.text-multiple1,
.text-multiple2 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

.text-multiple2 {
    -webkit-line-clamp: 2
}

.text-multiple3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all
}

.t-Headline1,
.typography-Headline1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 56px
}

@media only screen and (min-width:768px) {
    .t-Headline1,
    .typography-Headline1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 64px
    }
}

.t-Headline2,
.typography-Headline2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-Headline2,
    .typography-Headline2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.t-Headline3,
.typography-Headline3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-Headline3,
    .typography-Headline3 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.t-Headline4,
.typography-Headline4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-Headline4,
    .typography-Headline4 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-Headline5,
.typography-Headline5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Headline5,
    .typography-Headline5 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-Headline6,
.typography-Headline6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Headline6,
    .typography-Headline6 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
}

.t-Subtitle1,
.typography-Subtitle1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-Subtitle1,
    .typography-Subtitle1 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.t-Subtitle2,
.typography-Subtitle2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Subtitle2,
    .typography-Subtitle2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-Subtitle3,
.typography-Subtitle3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-Subtitle3,
    .typography-Subtitle3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-Subtitle4,
.typography-Subtitle4 {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-Subtitle4,
    .typography-Subtitle4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-Subtitle5,
.typography-Subtitle5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-Subtitle5,
    .typography-Subtitle5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 20px
    }
}

.t-Body1,
.typography-Body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-Body1,
    .typography-Body1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.t-Body2,
.typography-Body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-Body2,
    .typography-Body2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.t-Body3,
.typography-Body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-Body3,
    .typography-Body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-Btn_link1,
.typography-Btn_link1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link1,
    .typography-Btn_link1 {
        font-size: 20px;
        line-height: 28px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Btn_link2,
.typography-Btn_link2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link2,
    .typography-Btn_link2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Btn_link3,
.typography-Btn_link3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link3,
    .typography-Btn_link3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Btn_link4,
.typography-Btn_link4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-Btn_link4,
    .typography-Btn_link4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-Caption1,
.typography-Caption1 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption1,
    .typography-Caption1 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
}

.t-Caption2,
.typography-Caption2 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption2,
    .typography-Caption2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
}

.t-Caption3,
.typography-Caption3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption3,
    .typography-Caption3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-Caption4,
.typography-Caption4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-Caption4,
    .typography-Caption4 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-Primary_num1,
.typography-Primary_num1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-Primary_num1,
    .typography-Primary_num1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-Primary_num2,
.typography-Primary_num2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-Primary_num2,
    .typography-Primary_num2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-Primary_num3,
.typography-Primary_num3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px
}

@media only screen and (min-width:768px) {
    .t-Primary_num3,
    .typography-Primary_num3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 32px
    }
}

.t-Secondary_num1,
.typography-Secondary_num1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Secondary_num1,
    .typography-Secondary_num1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-Secondary_num2,
.typography-Secondary_num2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-Secondary_num2,
    .typography-Secondary_num2 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-Secondary_num3,
.typography-Secondary_num3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-Secondary_num3,
    .typography-Secondary_num3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-Tertiary_num1,
.typography-Tertiary_num1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-Tertiary_num1,
    .typography-Tertiary_num1 {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }
}

.t-Tertiary_num2,
.typography-Tertiary_num2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-Tertiary_num2,
    .typography-Tertiary_num2 {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
}

.t-Tertiary_num3,
.typography-Tertiary_num3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-Tertiary_num3,
    .typography-Tertiary_num3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
}

.t-title1,
.typography-title1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-title1,
    .typography-title1 {
        font-size: 56px;
        font-weight: 600;
        line-height: 72px
    }
}

.t-title2,
.typography-title2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-title2,
    .typography-title2 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.t-headline0,
.typography-headline0 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-headline0,
    .typography-headline0 {
        font-size: 44px;
        font-weight: 600;
        line-height: 52px
    }
}

.t-headline1,
.typography-headline1 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .t-headline1,
    .typography-headline1 {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.t-headline2,
.typography-headline2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-headline2,
    .typography-headline2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-headline2-1,
.typography-headline2-1 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-headline2-1,
    .typography-headline2-1 {
        font-size: 30px;
        font-weight: 600;
        line-height: 38px
    }
}

.t-headline3,
.typography-headline3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-headline3,
    .typography-headline3 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-headline4,
.typography-headline4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-headline4,
    .typography-headline4 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

.t-headline5,
.typography-headline5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-headline5,
    .typography-headline5 {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.t-subtitle4,
.typography-subtitle4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-subtitle4,
    .typography-subtitle4 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-subtitle5,
.typography-subtitle5 {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-subtitle5,
    .typography-subtitle5 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.t-subtitle6,
.typography-subtitle6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-subtitle6,
    .typography-subtitle6 {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
}

.t-subtitle1,
.typography-subtitle1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-subtitle1,
    .typography-subtitle1 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-subtitle2,
.typography-subtitle2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-subtitle2,
    .typography-subtitle2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-subtitle3,
.typography-subtitle3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-subtitle3,
    .typography-subtitle3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-body1,
.typography-body1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-body1,
    .typography-body1 {
        font-size: 20px;
        font-weight: 400;
        line-height: 28px
    }
}

.t-body1-1,
.typography-body1-1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-body1-1,
    .typography-body1-1 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.t-body2,
.typography-body2 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-body2,
    .typography-body2 {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.t-body3,
.typography-body3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-body3,
    .typography-body3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.t-body4,
.typography-body4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-body4,
    .typography-body4 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-body5,
.typography-body5 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-body5,
    .typography-body5 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.t-btnLink1,
.typography-btnLink1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink1,
    .typography-btnLink1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink2,
.typography-btnLink2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink2,
    .typography-btnLink2 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink3,
.typography-btnLink3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink3,
    .typography-btnLink3 {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink4,
.typography-btnLink4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink4,
    .typography-btnLink4 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-btnLink5,
.typography-btnLink5 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

@media only screen and (min-width:768px) {
    .t-btnLink5,
    .typography-btnLink5 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
}

.t-caption0,
.typography-caption0 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-caption0,
    .typography-caption0 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-caption1,
.typography-caption1 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-caption1,
    .typography-caption1 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.t-caption2,
.typography-caption2 {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-caption2,
    .typography-caption2 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.t-caption3,
.typography-caption3 {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

@media only screen and (min-width:768px) {
    .t-caption3,
    .typography-caption3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-content1,
.typography-content1 {
    font-size: 15px;
    font-weight: 600;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content1,
    .typography-content1 {
        font-size: 15px;
        font-weight: 600;
        line-height: 21px
    }
}

.t-content2,
.typography-content2 {
    font-size: 15px;
    font-weight: 500;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content2,
    .typography-content2 {
        font-size: 15px;
        font-weight: 500;
        line-height: 21px
    }
}

.t-content3,
.typography-content3 {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px
}

@media only screen and (min-width:768px) {
    .t-content3,
    .typography-content3 {
        font-size: 15px;
        font-weight: 400;
        line-height: 21px
    }
}

.t-content4,
.typography-content4 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-content4,
    .typography-content4 {
        font-size: 14px;
        font-weight: 600;
        line-height: 20px
    }
}

.t-content5,
.typography-content5 {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

@media only screen and (min-width:768px) {
    .t-content5,
    .typography-content5 {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.t-primaryNum0,
.typography-primaryNum0 {
    font-size: 48px;
    font-weight: 600;
    line-height: 56px
}

@media only screen and (min-width:768px) {
    .t-primaryNum0,
    .typography-primaryNum0 {
        font-size: 48px;
        font-weight: 600;
        line-height: 56px
    }
}

.t-primaryNum1,
.typography-primaryNum1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 44px
}

@media only screen and (min-width:768px) {
    .t-primaryNum1,
    .typography-primaryNum1 {
        font-size: 36px;
        font-weight: 600;
        line-height: 44px
    }
}

.t-primaryNum1-1,
.typography-primaryNum1-1 {
    font-size: 32px;
    font-weight: 600;
    line-height: 40px
}

@media only screen and (min-width:768px) {
    .t-primaryNum1-1,
    .typography-primaryNum1-1 {
        font-size: 32px;
        font-weight: 600;
        line-height: 40px
    }
}

.t-primaryNum2,
.typography-primaryNum2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .t-primaryNum2,
    .typography-primaryNum2 {
        font-size: 28px;
        font-weight: 600;
        line-height: 36px
    }
}

.t-primaryNum3,
.typography-primaryNum3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-primaryNum3,
    .typography-primaryNum3 {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
}

.t-secondaryNum1,
.typography-secondaryNum1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum1,
    .typography-secondaryNum1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
}

.t-secondaryNum2,
.typography-secondaryNum2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum2,
    .typography-secondaryNum2 {
        font-size: 18px;
        font-weight: 500;
        line-height: 26px
    }
}

.t-secondaryNum3,
.typography-secondaryNum3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .t-secondaryNum3,
    .typography-secondaryNum3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.t-tertiaryNum1,
.typography-tertiaryNum1 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .t-tertiaryNum1,
    .typography-tertiaryNum1 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.t-tertiaryNum2,
.typography-tertiaryNum2 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-tertiaryNum2,
    .typography-tertiaryNum2 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.t-tertiaryNum3,
.typography-tertiaryNum3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .t-tertiaryNum3,
    .typography-tertiaryNum3 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.t-strong01,
.typography-strong01 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-strong01,
    .typography-strong01 {
        font-size: 56px;
        font-weight: 900;
        line-height: 72px
    }
}

.t-strong0,
.typography-strong0 {
    font-size: 40px;
    font-weight: 900;
    line-height: 48px
}

@media only screen and (min-width:768px) {
    .t-strong0,
    .typography-strong0 {
        font-size: 40px;
        font-weight: 900;
        line-height: 48px
    }
}

.t-strong1,
.typography-strong1 {
    font-size: 28px;
    font-weight: 900;
    line-height: 36px
}

@media only screen and (min-width:768px) {
    .t-strong1,
    .typography-strong1 {
        font-size: 28px;
        font-weight: 900;
        line-height: 36px
    }
}

.t-strong2,
.typography-strong2 {
    font-size: 24px;
    font-weight: 900;
    line-height: 34px
}

@media only screen and (min-width:768px) {
    .t-strong2,
    .typography-strong2 {
        font-size: 24px;
        font-weight: 900;
        line-height: 34px
    }
}

.t-strong3,
.typography-strong3 {
    font-size: 22px;
    font-weight: 900;
    line-height: 32px
}

@media only screen and (min-width:768px) {
    .t-strong3,
    .typography-strong3 {
        font-size: 22px;
        font-weight: 900;
        line-height: 32px
    }
}

.bn-svg {
    font-size: inherit;
    height: 1em;
    width: 1em
}

.bn-flex {
    display: flex
}

.bn-grid {
    display: grid
}

.bn-lazy-img {
    overflow: hidden;
    position: relative
}

.bn-lazy-img.data-round {
    border-radius: var(--radii-circle)
}

.bn-lazy-img.data-lazy-load {
    background-color: rgba(0, 0, 0, .03)
}

.bn-lazy-img.data-mode-scaleToFill {
    -o-object-fit: fill;
    object-fit: fill
}

.bn-lazy-img.data-mode-aspectFit {
    -o-object-fit: contain;
    object-fit: contain
}

.bn-lazy-img.data-mode-aspectFill {
    -o-object-fit: cover;
    object-fit: cover
}

.bn-lazy-img.data-mode-widthFix {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%
}

.bn-lazy-img.data-mode-heightFix {
    height: 100%;
    -o-object-fit: scale-down;
    object-fit: scale-down
}

.bn-lazy-img.data-mode-top {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top;
    object-position: top
}

.bn-lazy-img.data-mode-bottom {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom;
    object-position: bottom
}

.bn-lazy-img.data-mode-center {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: center;
    object-position: center
}

.bn-lazy-img.data-mode-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: left;
    object-position: left
}

.bn-lazy-img.data-mode-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: right;
    object-position: right
}

.bn-lazy-img.data-mode-top-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top left;
    object-position: top left
}

.bn-lazy-img.data-mode-top-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: top right;
    object-position: top right
}

.bn-lazy-img.data-mode-bottom-left {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom left;
    object-position: bottom left
}

.bn-lazy-img.data-mode-bottom-right {
    -o-object-fit: none;
    object-fit: none;
    -o-object-position: bottom right;
    object-position: bottom right
}

.bn-lazy-img.data-mask:hover:after {
    background-color: rgba(0, 0, 0, .08);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.bn-trans {
    opacity: 0;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    visibility: hidden
}

.bn-trans.data-seo {
    display: none
}

.bn-trans.data-show {
    opacity: 1;
    visibility: visible
}

.bn-bubble-web.web-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-bubble-web[data-popper-placement^=top]>[data-popper-arrow] {
    bottom: -3px
}

.bn-bubble-web[data-popper-placement^=top]>[data-popper-arrow]:before {
    transform: rotate(45deg)
}

.bn-bubble-web[data-popper-placement^=bottom]>[data-popper-arrow] {
    top: -3px
}

.bn-bubble-web[data-popper-placement^=bottom]>[data-popper-arrow]:before {
    transform: rotate(225deg)
}

.bn-bubble-web[data-popper-placement^=left]>[data-popper-arrow] {
    right: -3px
}

.bn-bubble-web[data-popper-placement^=left]>[data-popper-arrow]:before {
    transform: rotate(-45deg)
}

.bn-bubble-web[data-popper-placement^=right]>[data-popper-arrow] {
    left: -3px
}

.bn-bubble-web[data-popper-placement^=right]>[data-popper-arrow]:before {
    transform: rotate(135deg)
}

.bn-bubble-web-arrow {
    visibility: hidden
}

.bn-bubble-web-arrow,
.bn-bubble-web-arrow:before {
    background: linear-gradient(-45deg, var(--color-arrow) 0, var(--color-arrow) 50%, transparent 50%, transparent 100%);
    height: 6px;
    position: absolute;
    width: 6px
}

.bn-bubble-web-arrow[data-hide]:before {
    visibility: hidden
}

.bn-bubble-web-arrow:before {
    content: "";
    transform: rotate(45deg);
    visibility: visible
}

.bn-bubble-web .bn-bubble-content {
    width: 100%
}

.bn-bubble {
    --color-arrow: var(--color-PrimaryYellow);
    color: var(--color-TextOnYellow);
    cursor: auto;
    display: inline-flex;
    position: relative
}

.bn-bubble,
.bn-bubble.data-font-12 {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-bubble.data-shadow>.bn-bubble-arrow-shadow,
.bn-bubble.data-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-bubble__secondary {
    --color-arrow: var(--color-Input);
    color: var(--color-SecondaryText)
}

.bn-bubble__gray {
    --color-arrow: var(--color-PrimaryText);
    color: var(--color-SecondaryBg)
}

.bn-bubble__normal,
.bn-bubble__unset {
    --color-arrow: var(--color-CardBg);
    color: var(--color-PrimaryText)
}

.bn-bubble__normal-unset>.bn-bubble-content {
    max-width: none;
    padding: 0
}

.bn-bubble__info {
    --color-arrow: var(--color-Line);
    color: var(--color-TertiaryText)
}

.bn-bubble__warn {
    --color-arrow: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-bubble__success {
    --color-arrow: var(--color-SuccessBg);
    color: var(--color-Success)
}

.bn-bubble__error {
    --color-arrow: var(--color-ErrorBg);
    color: var(--color-Error)
}

.bn-bubble-arrow,
.bn-bubble-arrow-shadow {
    background: linear-gradient(-45deg, transparent 0, transparent 45%, var(--color-arrow) 45.1%, var(--color-arrow) 100%);
    height: 6px;
    position: absolute;
    width: 6px
}

.bn-bubble-arrow {
    box-shadow: none;
    z-index: 2
}

.bn-bubble-content {
    background-color: var(--color-arrow);
    border-radius: var(--radii-xs);
    max-width: 320px;
    padding: var(--space-4xs) var(--space-2xs);
    position: relative;
    z-index: 1
}

@media only screen and (min-width:768px) {
    .bn-bubble {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-bubble.data-font-12 {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-bubble__gray {
        color: var(--color-RedGreenBgText)
    }
}

.bn-spinner {
    fill: var(--color-TertiaryText);
    stroke: var(--color-TertiaryText);
    display: inline-flex;
    font-size: 48px;
    position: relative
}

.bn-spinner__nezha {
    grid-gap: 4px;
    align-items: center;
    display: inline-flex;
    gap: 4px;
    justify-content: center;
    padding: var(--space-m)
}

.bn-spinner__nezha>.nezha-line {
    animation: jump-scaleY 1.5s linear infinite;
    background-color: var(--color-BtnBg);
    height: 8px;
    transform-origin: top;
    width: 4px
}

.bn-spinner>svg {
    height: 1em;
    width: 1em
}

.bn-spinner svg.css {
    animation: spin 1.8s linear infinite
}

.bn-spinner circle.css {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2.2;
    stroke-linecap: round;
    animation: spin-dash 1.5s ease-in-out infinite
}

.bn-button {
    grid-gap: var(--space-3xs);
    --button-bg: var(--color-BtnBg);
    --button-color: var(--color-TextOnYellow);
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--button-bg);
    border: none;
    border-radius: var(--radii-s);
    color: var(--button-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    gap: var(--space-3xs);
    height: 40px;
    justify-content: center;
    line-height: 24px;
    min-height: 40px;
    min-width: 72px;
    outline: none;
    overflow: hidden;
    padding-left: var(--space-l);
    padding-right: var(--space-l);
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    word-break: break-all
}

.bn-button.active:not(.inactive),
.bn-button:active:not(.inactive):not([disabled]),
.bn-button:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-PrimaryYellow)
}

.bn-button:disabled:not(.inactive),
.bn-button[disabled]:not(.inactive) {
    --button-bg: var(--color-DisableBtn);
    --button-color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-button.inactive {
    cursor: not-allowed;
    opacity: .3
}

.bn-button.data-two-line {
    grid-gap: 0;
    flex-direction: column;
    gap: 0;
    line-height: 16px
}

.bn-button .bn-spinner__nezha {
    grid-gap: 3px;
    gap: 3px;
    height: 24px;
    padding: 0 var(--space-2xs)
}

.bn-button .bn-spinner__nezha>.nezha-line {
    background-color: var(--button-color);
    height: 5px;
    width: 3px
}

.bn-button.data-size-huge {
    border-radius: var(--radii-m);
    font-size: 20px;
    font-weight: 500;
    height: 56px;
    line-height: 28px;
    min-height: 56px;
    min-width: 96px;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl)
}

.bn-button.data-size-huge .bn-spinner__nezha {
    height: 26px
}

.bn-button.data-size-huge.bn-button__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bn-button.data-size-huge.bn-button__icon {
    border-radius: 18px;
    min-width: 56px;
    padding: 0;
    width: 56px
}

.bn-button.data-size-huge.bn-button__icon svg {
    height: 32px;
    width: 32px
}

.bn-button.data-size-huge-two-line {
    line-height: 20px
}

.bn-button.data-size-large {
    border-radius: var(--radii-m);
    font-size: 16px;
    font-weight: 500;
    height: 48px;
    line-height: 24px;
    min-height: 48px;
    min-width: 80px
}

.bn-button.data-size-large .bn-spinner__nezha {
    height: 26px
}

.bn-button.data-size-large.bn-button__info {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px
}

.bn-button.data-size-large.bn-button__icon {
    border-radius: var(--radii-xl);
    min-width: 48px;
    padding: 0;
    width: 48px
}

.bn-button.data-size-large.bn-button__icon svg {
    height: 28px;
    width: 28px
}

.bn-button.data-size-large-two-line {
    line-height: 18px
}

.bn-button.data-size-regular {
    border-radius: var(--radii-s);
    font-size: 14px;
    font-weight: 500;
    height: 36px;
    line-height: 22px;
    min-height: 36px;
    min-width: 64px;
    padding-left: var(--space-m);
    padding-right: var(--space-m)
}

.bn-button.data-size-regular.bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-button.data-size-regular.bn-button__icon {
    border-radius: var(--radii-l);
    min-width: 36px;
    padding: 0;
    width: 36px
}

.bn-button.data-size-regular.bn-button__icon svg {
    height: 20px;
    width: 20px
}

.bn-button.data-size-regular-two-line {
    line-height: 14px
}

.bn-button.data-size-small {
    border-radius: var(--radii-xs);
    font-size: 14px;
    font-weight: 500;
    height: 32px;
    line-height: 22px;
    min-height: 32px;
    min-width: 52px;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

.bn-button.data-size-small.bn-button__info {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-button.data-size-small.bn-button__icon {
    border-radius: var(--radii-m);
    min-width: 32px;
    padding: 0;
    width: 32px
}

.bn-button.data-size-small.bn-button__icon svg {
    height: 20px;
    width: 20px
}

.bn-button.data-size-small-two-line {
    line-height: 12px
}

.bn-button.data-size-tiny {
    border-radius: var(--radii-xs);
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    line-height: 18px;
    min-height: 24px;
    min-width: 40px;
    padding-left: var(--space-xs);
    padding-right: var(--space-xs)
}

.bn-button.data-size-tiny .bn-spinner__nezha {
    height: 16px
}

.bn-button.data-size-tiny.bn-button__info {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-button.data-size-tiny.bn-button__icon {
    border-radius: var(--radii-m);
    min-width: 24px;
    padding: 0;
    width: 24px
}

.bn-button.data-size-tiny.bn-button__icon svg {
    height: 16px;
    width: 16px
}

.bn-button.data-size-tiny-two-line {
    line-height: 9px
}

@media only screen and (min-width:768px) {
    .bn-button.data-size-huge {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-button.data-size-huge-two-line {
        line-height: 20px
    }
    .bn-button.data-size-large {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-button.data-size-large .bn-spinner__nezha {
        height: 24px
    }
    .bn-button.data-size-large-two-line {
        line-height: 18px
    }
    .bn-button.data-size-regular {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-button.data-size-regular-two-line {
        line-height: 14px
    }
    .bn-button.data-size-small {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-button.data-size-small-two-line {
        line-height: 12px
    }
    .bn-button.data-size-tiny {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-button.data-size-tiny-two-line {
        line-height: 9px
    }
}

.bn-button__secondary {
    --button-bg: var(--color-Line);
    --button-color: var(--color-PrimaryText)
}

.bn-button__secondary.active:not(.inactive),
.bn-button__secondary:active:not(.inactive):not([disabled]),
.bn-button__secondary:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-DisableBtn)
}

.bn-button__round {
    --button-bg: var(--color-Input);
    --button-color: var(--color-TextLink);
    border-radius: var(--radii-circle)
}

.bn-button__round.active:not(.inactive),
.bn-button__round:active:not(.inactive):not([disabled]),
.bn-button__round:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-Line);
    --button-color: var(--color-PrimaryYellow)
}

.bn-button__text,
.bn-button__text[class*=data-size-] {
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding-left: 0;
    padding-right: 0
}

.bn-button__text.inactive,
.bn-button__text:disabled:not(.inactive),
.bn-button__text[disabled]:not(.inactive) {
    --button-bg: transparent;
    --button-color: var(--color-DisableText)
}

.bn-button__text__yellow {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__text__yellow.active:not(.inactive),
.bn-button__text__yellow:active:not(.inactive):not([disabled]),
.bn-button__text__yellow:focus:not(.inactive):not([disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryYellow)
}

.bn-button__text__black {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText)
}

.bn-button__text__black.active:not(.inactive),
.bn-button__text__black:active:not(.inactive):not([disabled]),
.bn-button__text__black:focus:not(.inactive):not([disabled]),
.bn-button__text__gray,
.bn-button__text__gray.active:not(.inactive),
.bn-button__text__gray:active:not(.inactive):not([disabled]),
.bn-button__text__gray:focus:not(.inactive):not([disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

.bn-button__buy {
    --button-bg: var(--color-Buy);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__buy.active:not(.inactive),
.bn-button__buy:active:not(.inactive):not([disabled]),
.bn-button__buy:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-BuyHover)
}

.bn-button__sell {
    --button-bg: var(--color-Sell);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__sell.active:not(.inactive),
.bn-button__sell:active:not(.inactive):not([disabled]),
.bn-button__sell:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-SellHover)
}

.bn-button__gray {
    --button-bg: var(--color-TextOnYellow);
    --button-color: var(--color-RedGreenBgText)
}

.bn-button__icon {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText);
    border: 1px solid var(--color-Line);
    border-radius: 14px;
    min-width: 40px;
    padding: 0;
    width: 40px
}

.bn-button__icon.active:not(.inactive),
.bn-button__icon:active:not(.inactive):not([disabled]),
.bn-button__icon:focus:not(.inactive):not([disabled]) {
    --button-bg: transparent
}

.bn-button__icon svg {
    height: 24px;
    width: 24px
}

.bn-button__icon__primary {
    --button-bg: var(--color-BtnBg);
    --button-color: var(--color-TextOnYellow);
    border: none
}

.bn-button__icon__primary.active:not(.inactive),
.bn-button__icon__primary:active:not(.inactive):not([disabled]),
.bn-button__icon__primary:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-PrimaryYellow)
}

.bn-button__icon__secondary {
    --button-bg: var(--color-Line);
    border: none
}

.bn-button__icon__secondary.active:not(.inactive),
.bn-button__icon__secondary:active:not(.inactive):not([disabled]),
.bn-button__icon__secondary:focus:not(.inactive):not([disabled]) {
    --button-bg: var(--color-DisableText)
}

.bn-button__info {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    position: relative
}

.bn-button__info.bn-button {
    border-radius: 0;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    min-height: -moz-fit-content;
    min-height: -webkit-fit-content;
    min-height: fit-content;
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding: 0
}

.bn-button__info:after {
    background-image: linear-gradient(to right, var(--color-PrimaryText) 50%, transparent 50%);
    background-repeat: repeat-x;
    background-size: 2px 1px;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    transform: scaleY(.5)
}

.bn-button__info.active:not(.inactive),
.bn-button__info:active:not(.inactive):not([disabled]),
.bn-button__info:focus:not(.inactive):not([disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-PrimaryText)
}

.bn-button__info.inactive,
.bn-button__info:disabled:not(.inactive),
.bn-button__info[disabled]:not(.inactive) {
    --button-bg: transparent;
    --button-color: var(--color-DisableText)
}

.bn-button__info.inactive:after,
.bn-button__info:disabled:not(.inactive):after,
.bn-button__info[disabled]:not(.inactive):after {
    background-image: linear-gradient(to right, var(--color-DisableText) 50%, transparent 50%)
}

.bn-button__info__yellow {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__info__yellow:after {
    background-image: linear-gradient(to right, var(--color-TextLink) 50%, transparent 50%)
}

.bn-button__info__yellow.active:not(.inactive),
.bn-button__info__yellow:active:not(.inactive):not([disabled]),
.bn-button__info__yellow:focus:not(.inactive):not([disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-TextLink)
}

.bn-button__info__gray {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

.bn-button__info__gray:after {
    background-image: linear-gradient(to right, var(--color-SecondaryText) 50%, transparent 50%)
}

.bn-button__info__gray.active:not(.inactive),
.bn-button__info__gray:active:not(.inactive):not([disabled]),
.bn-button__info__gray:focus:not(.inactive):not([disabled]) {
    --button-bg: transparent;
    --button-color: var(--color-SecondaryText)
}

@media only screen and (min-width:768px) {
    .bn-button {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-button:hover:not(.inactive):not([disabled]) {
        opacity: .8
    }
    .bn-button .bn-spinner__nezha {
        height: 20px
    }
    .bn-button__secondary:hover:not(.inactive):not([disabled]) {
        opacity: .8
    }
    .bn-button__secondary.active:not(.inactive),
    .bn-button__secondary:active:not(.inactive):not([disabled]),
    .bn-button__secondary:focus:not(.inactive):not([disabled]) {
        --button-bg: var(--color-DisableText)
    }
    .bn-button__round:hover:not(.inactive) {
        --button-color: var(--color-PrimaryYellow);
        opacity: 1
    }
    .bn-button__text__yellow:hover:not(.inactive):not([disabled]) {
        --button-color: var(--color-BtnBg);
        opacity: 1
    }
    .bn-button__text__black:hover:not(.inactive):not([disabled]) {
        --button-color: var(--color-TertiaryText);
        opacity: 1
    }
    .bn-button__text__gray,
    .bn-button__text__gray.active:not(.inactive),
    .bn-button__text__gray:active:not(.inactive):not([disabled]),
    .bn-button__text__gray:focus:not(.inactive):not([disabled]) {
        --button-color: var(--color-TertiaryText)
    }
    .bn-button__icon {
        border: 1px solid var(--color-InputLine)
    }
    .bn-button__icon:hover:not(.inactive):not([disabled]) {
        --button-bg: var(--color-Input);
        opacity: 1
    }
    .bn-button__icon.active:not(.inactive),
    .bn-button__icon:active:not(.inactive):not([disabled]),
    .bn-button__icon:focus:not(.inactive):not([disabled]) {
        --button-bg: transparent
    }
    .bn-button__icon__primary {
        border: none
    }
    .bn-button__icon__primary:hover:not(.inactive):not([disabled]) {
        --button-bg: var(--color-BtnBg);
        opacity: .8
    }
    .bn-button__icon__primary.active:not(.inactive),
    .bn-button__icon__primary:active:not(.inactive):not([disabled]),
    .bn-button__icon__primary:focus:not(.inactive):not([disabled]) {
        --button-bg: var(--color-PrimaryYellow)
    }
    .bn-button__icon__secondary {
        border: none
    }
    .bn-button__icon__secondary:hover:not(.inactive):not([disabled]) {
        --button-bg: var(--color-Line);
        opacity: .8
    }
    .bn-button__icon__secondary.active:not(.inactive),
    .bn-button__icon__secondary:active:not(.inactive):not([disabled]),
    .bn-button__icon__secondary:focus:not(.inactive):not([disabled]) {
        --button-bg: var(--color-DisableText)
    }
    .bn-button__info {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-button__info:after {
        height: 1px
    }
    .bn-button__info__black:hover:not(.inactive):not([disabled]) {
        --button-color: var(--color-TertiaryText);
        opacity: 1
    }
    .bn-button__info__gray {
        --button-color: var(--color-TertiaryText)
    }
    .bn-button__info__gray:after {
        background-image: linear-gradient(to right, var(--color-TertiaryText) 50%, transparent 50%)
    }
    .bn-button__info__gray.active:not(.inactive),
    .bn-button__info__gray:active:not(.inactive):not([disabled]),
    .bn-button__info__gray:focus:not(.inactive):not([disabled]) {
        --button-color: var(--color-TertiaryText)
    }
}

.bn-progress__bar {
    border-radius: var(--radii-circle);
    min-height: 10px;
    overflow: hidden;
    position: relative
}

.bn-progress__bar .bar-inner {
    border-radius: var(--radii-circle);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: width
}

.bn-progress__circle {
    display: inline-flex;
    position: relative
}

.bn-progress__circle svg {
    height: 100px;
    width: 100px
}

.bn-progress__number {
    align-items: center;
    display: inline-flex;
    min-height: .8em
}

.bn-loading {
    grid-gap: var(--space-2xs);
    align-items: center;
    background-color: var(--color-ToastBg);
    border-radius: var(--radii-2l);
    color: var(--color-RedGreenBgText);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
    gap: var(--space-2xs);
    justify-content: center;
    line-height: 22px;
    padding: var(--space-mm);
    text-align: center;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.bn-loading__primary,
.bn-loading__secondary {
    background-color: transparent;
    position: relative
}

.bn-loading__primary .bn-loading-box,
.bn-loading__secondary .bn-loading-box {
    background: var(--color-TextOnYellow);
    border-radius: var(--radii-m);
    height: 44px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 44px
}

.bn-loading__primary .bn-spinner__nezha {
    grid-gap: 3px;
    gap: 3px
}

.bn-loading__primary .bn-spinner__nezha>.nezha-line {
    height: 6px;
    width: 3px
}

.bn-loading__circle-secondary,
.bn-loading__secondary {
    padding: 0
}

.bn-loading__circle-secondary {
    background-color: transparent
}

.bn-loading__circle-secondary .bn-loading-message {
    display: none
}

.bn-loading-bar {
    grid-gap: var(--space-3xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs)
}

.bn-loading-bar-progress {
    height: 4px;
    min-height: 4px;
    width: 75px
}

.bn-loading-circle {
    display: flex;
    position: relative
}

.bn-loading-circle-percent {
    color: var(--color-RedGreenBgText);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bn-loading-circle-progress svg {
    height: 100%;
    width: 100%
}

.bn-loading-dot {
    grid-gap: var(--space-3xs);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--space-3xs)
}

.bn-loading-dot-progress {
    grid-gap: 1px;
    display: flex;
    gap: 1px;
    justify-content: center;
    width: 75px
}

.bn-loading-dot-progress>* {
    background: var(--color-SecondaryText);
    border-radius: var(--radii-circle);
    height: 4px;
    width: 4px
}

.bn-loading-dot-progress>.active {
    background: var(--color-TextOnGray)
}

.bn-loading-message {
    color: var(--color-RedGreenBgText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 84px
}

@media only screen and (min-width:768px) {
    .bn-loading {
        background-color: var(--color-TertiaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-loading-message {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    .bn-loading__circle-secondary,
    .bn-loading__primary,
    .bn-loading__secondary {
        background-color: transparent
    }
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual .bn-web-table-row:not(tr) {
    background: var(--color-BasicBg);
    box-sizing: border-box;
    display: flex;
    width: 100%
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    align-items: center;
    background: inherit;
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    height: 56px;
    line-height: 22px;
    padding: 0 var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

[dir=ltr] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):first-child {
    padding-left: var(--table-horizontal-padding-ends)
}

[dir=ltr] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):last-child,
[dir=rtl] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):first-child {
    padding-right: var(--table-horizontal-padding-ends)
}

[dir=rtl] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell):last-child {
    padding-left: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-cell-row-hover {
    background: var(--color-Vessel)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-expand-icon-col,
.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell).bn-web-table-row-expand-icon-cell {
    color: var(--color-IconNormal);
    flex: 0 0 32px;
    justify-content: center;
    padding: 0;
    width: 32px
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell div.bn-web-table-cell {
    background: var(--color-SecondaryBg)
}

[dir=ltr] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    left: 0
}

[dir=rtl] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    right: 0
}

[dir=ltr] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    border-right: none
}

[dir=rtl] .bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    border-left: none
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-expanded-row>div.bn-web-table-cell.bn-web-table-expanded-row-cell-fixed {
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    width: var(--virtual-width)
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-horizontal {
    height: 4px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-vertical {
    width: 4px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual-scrollbar-thumb {
    background: var(--color-DisableText) !important;
    border-radius: 20px !important
}

.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell-fix-left,
.bn-web-table-wrapper .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell-fix-right {
    position: -webkit-sticky;
    position: sticky
}

.bn-web-table {
    --table-vertical-padding-s: 12px;
    --table-vertical-padding: 18px;
    --table-horizontal-padding: 16px;
    --table-horizontal-padding-ends: 16px;
    border-bottom: 1px solid var(--color-Line);
    transition: opacity .3s ease
}

.bn-web-table,
.bn-web-table-wrapper {
    position: relative
}

.bn-web-table-wrapper__row-middle .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 18px
}

.bn-web-table-wrapper__row-small .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell:not(div.bn-web-table-expanded-row-cell) {
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 18px
}

.bn-web-table-wrapper__row-middle .bn-web-table thead td,
.bn-web-table-wrapper__row-middle .bn-web-table thead th {
    --table-vertical-padding-s: 0;
    height: 32px
}

.bn-web-table-wrapper__row-middle .bn-web-table tbody td,
.bn-web-table-wrapper__row-middle .bn-web-table tbody th {
    --table-vertical-padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 48px;
    line-height: 18px
}

.bn-web-table-wrapper__row-small .bn-web-table thead td,
.bn-web-table-wrapper__row-small .bn-web-table thead th {
    --table-vertical-padding-s: 0;
    height: 32px
}

.bn-web-table-wrapper__row-small .bn-web-table tbody td,
.bn-web-table-wrapper__row-small .bn-web-table tbody th {
    --table-vertical-padding: 0;
    font-size: 12px;
    font-weight: 400;
    height: 40px;
    line-height: 18px
}

.bn-web-table-wrapper__padding-compact .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-web-table-wrapper__padding-hybrid .bn-web-table-virtual .bn-web-table-tbody-virtual div.bn-web-table-cell {
    --table-horizontal-padding: 8px
}

.bn-web-table-wrapper__padding-compact .bn-web-table tbody td,
.bn-web-table-wrapper__padding-compact .bn-web-table tbody th,
.bn-web-table-wrapper__padding-compact .bn-web-table thead td,
.bn-web-table-wrapper__padding-compact .bn-web-table thead th {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-web-table-wrapper__padding-hybrid .bn-web-table tbody td,
.bn-web-table-wrapper__padding-hybrid .bn-web-table tbody th,
.bn-web-table-wrapper__padding-hybrid .bn-web-table thead td,
.bn-web-table-wrapper__padding-hybrid .bn-web-table thead th {
    --table-horizontal-padding: 8px
}

.bn-web-table-wrapper__empty .bn-web-table {
    border-bottom: none
}

.bn-web-table-wrapper__line>.bn-web-table thead tr {
    background: var(--color-BasicBg);
    border-bottom: 1px solid var(--color-Line)
}

.bn-web-table-wrapper__line>.bn-web-table .bn-web-table-title {
    border-bottom: 1px solid var(--color-Line);
    border-top: none
}

.bn-web-table-wrapper__separate>.bn-web-table {
    border-bottom: none
}

.bn-web-table-wrapper__separate>.bn-web-table thead tr {
    background: transparent
}

.bn-web-table-wrapper__separate>.bn-web-table .bn-web-table-title {
    border: none
}

.bn-web-table [aria-hidden] {
    border: none !important;
    visibility: hidden !important
}

.bn-web-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

.bn-web-table-wrapper__separate>.bn-web-table table {
    border-collapse: separate
}

.bn-web-table thead tr {
    background: var(--color-SecondaryBg);
    border: none
}

[dir=ltr] .bn-web-table thead td,
[dir=ltr] .bn-web-table thead th {
    text-align: left
}

[dir=rtl] .bn-web-table thead td,
[dir=rtl] .bn-web-table thead th {
    text-align: right
}

.bn-web-table thead td,
.bn-web-table thead th {
    background: inherit;
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: var(--table-vertical-padding-s) var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

[dir=ltr] .bn-web-table thead td:first-child,
[dir=ltr] .bn-web-table thead th:first-child {
    padding-left: var(--table-horizontal-padding-ends)
}

[dir=ltr] .bn-web-table thead td:last-child,
[dir=ltr] .bn-web-table thead th:last-child,
[dir=rtl] .bn-web-table thead td:first-child,
[dir=rtl] .bn-web-table thead th:first-child {
    padding-right: var(--table-horizontal-padding-ends)
}

[dir=rtl] .bn-web-table thead td:last-child,
[dir=rtl] .bn-web-table thead th:last-child {
    padding-left: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper__separate>.bn-web-table thead td:first-child,
.bn-web-table-wrapper__separate>.bn-web-table thead td:last-child,
.bn-web-table-wrapper__separate>.bn-web-table thead th:first-child,
.bn-web-table-wrapper__separate>.bn-web-table thead th:last-child {
    --table-horizontal-padding-ends: 20px
}

.bn-web-table-body {
    --scroll-pad: 1px !important;
    --scroll-size: 6px !important
}

.bn-web-table tbody tr {
    background: var(--color-BasicBg)
}

.bn-web-table tbody tr:not(:last-of-type) {
    border-bottom: 1px solid var(--color-Line)
}

.bn-web-table tbody tr.bn-web-table-row:hover {
    background: var(--color-Vessel)
}

.bn-web-table tbody td,
.bn-web-table tbody th {
    background: inherit;
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--table-vertical-padding) var(--table-horizontal-padding);
    position: relative;
    white-space: normal;
    word-break: break-word
}

[dir=ltr] .bn-web-table tbody td:first-child,
[dir=ltr] .bn-web-table tbody th:first-child {
    padding-left: var(--table-horizontal-padding-ends)
}

[dir=ltr] .bn-web-table tbody td:last-child,
[dir=ltr] .bn-web-table tbody th:last-child,
[dir=rtl] .bn-web-table tbody td:first-child,
[dir=rtl] .bn-web-table tbody th:first-child {
    padding-right: var(--table-horizontal-padding-ends)
}

[dir=rtl] .bn-web-table tbody td:last-child,
[dir=rtl] .bn-web-table tbody th:last-child {
    padding-left: var(--table-horizontal-padding-ends)
}

.bn-web-table-wrapper__separate>.bn-web-table tbody tr {
    background: transparent;
    border: none
}

.bn-web-table-wrapper__separate>.bn-web-table tbody td:first-child,
.bn-web-table-wrapper__separate>.bn-web-table tbody th:first-child {
    --table-horizontal-padding-ends: 20px;
    border-bottom-left-radius: var(--radii-m);
    border-top-left-radius: var(--radii-m)
}

.bn-web-table-wrapper__separate>.bn-web-table tbody td:last-child,
.bn-web-table-wrapper__separate>.bn-web-table tbody th:last-child {
    --table-horizontal-padding-ends: 20px;
    border-bottom-right-radius: var(--radii-m);
    border-top-right-radius: var(--radii-m)
}

.bn-web-table-cell.bn-web-table-cell-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-web-table-cell-fix-left {
    z-index: 1
}

.bn-web-table-cell-fix-left-first:after,
.bn-web-table-cell-fix-left-last:after {
    bottom: -1px;
    content: "";
    pointer-events: none;
    position: absolute;
    right: -1px;
    top: 0;
    transform: translateX(100%);
    transition: box-shadow .3s;
    width: 20px
}

.bn-web-table-cell-fix-right {
    z-index: 1
}

.bn-web-table-cell-fix-right-first:after,
.bn-web-table-cell-fix-right-last:after {
    bottom: -1px;
    content: "";
    left: -1px;
    pointer-events: none;
    position: absolute;
    top: 0;
    transform: translateX(-100%);
    transition: box-shadow .3s;
    width: 20px
}

.bn-web-table-ping-left .bn-web-table-cell-fix-left-first:after,
.bn-web-table-ping-left .bn-web-table-cell-fix-left-last:after {
    box-shadow: inset 5px 0 12px -4px var(--color-Line)
}

.bn-web-table-ping-right .bn-web-table-cell-fix-right-first:after,
.bn-web-table-ping-right .bn-web-table-cell-fix-right-last:after {
    box-shadow: inset -5px 0 12px -4px var(--color-Line)
}

.bn-web-table-placeholder {
    position: relative;
    text-align: center
}

.bn-web-table-placeholder .bn-web-table-cell {
    padding: var(--table-vertical-padding) 0
}

.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table-expand-icon-col {
    color: var(--color-IconNormal);
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 32px
}

.bn-web-table tbody .bn-web-table-row-expand-icon-cell,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell:first-child,
.bn-web-table tbody .bn-web-table-row-expand-icon-cell:last-child,
.bn-web-table-expand-icon-col,
.bn-web-table-expand-icon-col:first-child,
.bn-web-table-expand-icon-col:last-child {
    padding: var(--table-vertical-padding) 0
}

.bn-web-table-expanded-row>.bn-web-table-cell,
.bn-web-table-expanded-row>.bn-web-table-cell:first-child,
.bn-web-table-expanded-row>.bn-web-table-cell:last-child {
    padding: 0
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper {
    margin-left: 32px;
    width: calc(100% - 32px)
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table {
    border-bottom: none;
    border-top: none
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table thead tr {
    border-bottom: 1px solid var(--color-Line);
    border-top: none
}

.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-footer,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table .bn-web-table-title,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table td,
.bn-web-table-expanded-row>.bn-web-table-cell .bn-web-table-wrapper .bn-web-table th {
    background: var(--color-SecondaryBg)
}

.bn-web-table-row-expand-icon {
    align-items: center;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-xs);
    cursor: pointer;
    display: inline-flex;
    height: 16px;
    justify-content: center;
    line-height: 16px;
    width: 16px
}

.bn-web-table-row-expand-icon.bn-web-table-row-expanded:after {
    content: "-"
}

.bn-web-table-row-expand-icon.bn-web-table-row-collapsed:after {
    content: "+"
}

.bn-web-table-footer,
.bn-web-table-title {
    border-top: 1px solid var(--color-Line);
    padding: var(--table-vertical-padding) var(--table-horizontal-padding)
}

.bn-web-table-sticky-holder {
    position: -webkit-sticky;
    position: sticky;
    z-index: 2
}

.bn-web-table-rtl {
    direction: rtl
}

.bn-badge {
    align-items: center;
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-xl);
    color: var(--color-TextOnYellow);
    display: inline-flex;
    font-size: 10px;
    font-weight: 500;
    justify-content: center;
    left: 50%;
    line-height: 16px;
    min-width: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    top: 0;
    transform: translate3d(0, -50%, 0)
}

.bn-badge.data-theme-error {
    background-color: var(--color-Sell);
    color: var(--color-RedGreenBgText)
}

.bn-badge__dot,
.bn-badge__dot-side {
    border-radius: var(--radii-circle);
    height: 8px;
    left: 100%;
    min-width: 8px;
    padding: 0;
    transform: translate3d(-50%, -50%, 0);
    width: 8px
}

.bn-badge__dot-side {
    top: 50%;
    transform: translate3d(4px, -50%, 0)
}

.bn-badge__string {
    left: unset;
    right: 0;
    top: 0;
    transform: none
}

.bn-badge:not(.bn-badge__dot).data-size-sm {
    font-size: 8px;
    font-weight: 500;
    line-height: 12px;
    min-width: 12px;
    padding: 0 var(--space-5xs)
}

@media only screen and (min-width:768px) {
    .bn-badge:not(.bn-badge__dot).data-size-sm {
        font-size: 8px;
        font-weight: 500;
        line-height: 12px
    }
}

.bn-badge-wrap {
    display: inline-flex;
    position: relative
}

.bn-badge-rtl {
    left: auto;
    right: 50%;
    transform: translate3d(0, -50%, 0)
}

.bn-badge-rtl.bn-badge__dot {
    transform: translate3d(50%, -50%, 0)
}

.bn-badge-rtl.bn-badge__dot-side {
    transform: translate3d(-4px, -50%, 0)
}

.bn-badge-rtl.bn-badge__string {
    left: 0;
    right: unset;
    top: 0;
    transform: none
}

@media only screen and (min-width:768px) {
    .bn-badge {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-badge:not(.bn-badge__dot) {
        min-width: 18px
    }
}

.bn-backtop {
    position: fixed;
    z-index: var(--zindex-backTop)
}

.bn-backtop-arrow {
    color: var(--color-PrimaryText);
    font-size: 28px
}

.bn-notification {
    grid-gap: var(--space-4xs);
    --prefix-color: var(--color-PrimaryText);
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-2l);
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-4xs);
    padding: var(--space-s)
}

.bn-notification-mw {
    min-width: 196px
}

.bn-notification__primary .bn-notification-content-message {
    color: var(--color-PrimaryText)
}

.bn-notification__secondary,
.bn-notification__tertiary {
    background-color: var(--color-Input)
}

.bn-notification__tertiary {
    --prefix-color: var(--color-SecondaryText)
}

.bn-notification__tertiary,
.bn-notification__tertiary .bn-notification-content-message {
    color: var(--color-SecondaryText)
}

.bn-notification__success {
    --prefix-color: var(--color-Success);
    background: var(--color-SuccessBg)
}

.bn-notification__error {
    background: var(--color-ErrorBg)
}

.bn-notification__push {
    background-color: var(--color-Vessel);
    box-shadow: var(--shadow-shadow2);
    max-width: 360px;
    padding: var(--space-s) var(--space-m)
}

.bn-notification__push .bn-notification-content {
    min-height: 22px
}

.bn-notification__push .bn-notification-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-notification__push .bn-notification-content-message {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    color: var(--color-SecondaryText);
    max-height: 8em;
    overflow-y: auto
}

.bn-notification__push .bn-notification-content-message.data-push-message {
    color: var(--color-PrimaryText)
}

.bn-notification__push .bn-notification-prefix {
    font-size: 20px;
    min-height: 22px
}

.bn-notification__push .bn-notification-close {
    min-height: 22px
}

.bn-notification-prefix {
    color: var(--prefix-color);
    flex: none;
    font-size: 16px;
    margin-top: 1px;
    min-height: 18px
}

.bn-notification-content {
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 12px;
    font-weight: 500;
    justify-content: center;
    line-height: 18px;
    min-height: 18px;
    position: relative
}

.bn-notification-content.closable>:first-child {
    margin-right: 20px
}

.bn-notification-content-message {
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 400;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    line-height: 18px
}

.bn-notification-close {
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 16px;
    margin-top: 1px;
    min-height: 18px;
    position: absolute;
    right: 0;
    top: 0
}

.bn-notification.data-multiple .bn-slider-ticks {
    align-items: center;
    max-height: 32px;
    padding: 3px 0;
    width: 20px
}

.bn-notification.data-multiple .bn-slider-ticks-tick:not(.active) {
    background-color: var(--color-PrimaryText);
    opacity: .3
}

.bn-notification.data-multiple>.bn-svg {
    font-size: 20px;
    margin-top: 1px
}

.bn-notification.data-multiple.data-size-small .bn-slider-ticks {
    width: 16px
}

.bn-notification.data-multiple.data-size-small>.bn-svg {
    font-size: 16px
}

.bn-notification.data-multiple .bn-swiper {
    height: 54px
}

.bn-notification.data-multiple .bn-swiper-item {
    position: relative
}

.bn-notification.data-full-width {
    border-radius: 0;
    padding: var(--space-s) var(--space-mm)
}

.bn-notification-rtl .bn-notification-content.closable>:first-child {
    margin-left: 20px;
    margin-right: 0
}

.bn-notification-rtl .bn-notification-close {
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-notification {
        padding: var(--space-s)
    }
    .bn-notification.data-size-small {
        padding: var(--space-2xs)
    }
    .bn-notification.data-size-small .bn-notification-close,
    .bn-notification.data-size-small .bn-notification-prefix {
        font-size: 16px;
        min-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content {
        min-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content-title {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
    .bn-notification.data-size-small .bn-notification-content-message {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-notification.data-full-width {
        border-radius: 0;
        padding: var(--space-s) var(--space-mm)
    }
    .bn-notification__primary .bn-notification-content-message {
        color: var(--color-PrimaryText)
    }
    .bn-notification__tertiary {
        --prefix-color: var(--color-TertiaryText)
    }
    .bn-notification__tertiary,
    .bn-notification__tertiary .bn-notification-content-message {
        color: var(--color-TertiaryText)
    }
    .bn-notification__error .bn-notification-content,
    .bn-notification__success .bn-notification-content {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-notification__push .bn-notification-content-message {
        color: var(--color-TertiaryText)
    }
    .bn-notification__push .bn-notification-close,
    .bn-notification__push .bn-notification-prefix {
        min-height: 22px
    }
    .bn-notification-close,
    .bn-notification-prefix {
        font-size: 20px;
        min-height: 22px
    }
    .bn-notification-content {
        grid-gap: var(--space-5xs);
        font-size: 14px;
        font-weight: 500;
        gap: var(--space-5xs);
        line-height: 22px;
        min-height: 22px
    }
    .bn-notification-content-message {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-notification.data-multiple .bn-swiper {
        height: 68px
    }
}

.bn-navigator__black {
    color: var(--color-PrimaryText)
}

.bn-navigator__black,
.bn-navigator__yellow {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    text-decoration-color: currentColor;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-underline-offset: 2px
}

.bn-navigator__yellow {
    color: var(--color-TextLink)
}

@media only screen and (min-width:768px) {
    .bn-navigator__black {
        text-decoration-color: currentColor;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-underline-offset: 2px
    }
    .bn-navigator__black,
    .bn-navigator__yellow {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-openinapp-modal a,
.bn-openinapp-modal a:hover {
    color: inherit;
    text-decoration: none
}

.bn-openinapp-modal a:active,
.bn-openinapp-modal a:visited {
    color: inherit
}

.bn-divider {
    border-top: .5px solid var(--color-Line);
    clear: both;
    display: flex;
    min-width: 100%;
    width: 100%
}

@media only screen and (min-width:768px) {
    .bn-divider {
        border-top: 1px solid var(--color-Line)
    }
}

.bn-mask {
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: var(--zindex-modal)
}

.bn-mask-rtl {
    direction: rtl
}

.bn-mask-inner {
    background-color: rgba(0, 0, 0, .08);
    position: absolute
}

.bn-mask-body {
    width: calc(100% - var(--scroll-size))
}

.bn-tooltips {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    transition-duration: var(--animation-duration-base);
    transition-property: opacity, visibility;
    transition-timing-function: ease-in-out;
    visibility: hidden;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: max-content;
    z-index: var(--zindex-tooltip)
}

.bn-tooltips-trans {
    position: fixed;
    z-index: var(--zindex-tooltip)
}

.bn-tooltips>.bn-bubble-content {
    border-radius: var(--radii-m);
    padding: var(--space-m)
}

.bn-tooltips.bn-bubble__gray>.bn-bubble-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    background-color: var(--color-PrimaryText);
    color: var(--color-SecondaryBg);
    max-height: 160px;
    opacity: .95;
    overflow-y: auto;
    padding: var(--space-3xs) var(--space-xs)
}

.bn-tooltips.bn-bubble__gray .bn-bubble-arrow,
.bn-tooltips.bn-bubble__gray .bn-bubble-arrow-shadow {
    background: linear-gradient(-45deg, transparent 0, transparent 50%, var(--color-PrimaryText) 50%, var(--color-PrimaryText) 100%);
    opacity: .95
}

.bn-tooltips.bn-bubble__gray .bn-bubble-web-arrow {
    opacity: .95
}

.bn-tooltips.bn-bubble__unset>.bn-bubble-content {
    max-width: none;
    padding: 0
}

.bn-tooltips.data-shadow>.bn-bubble-content {
    box-shadow: none
}

.bn-tooltips.active {
    --scroll-size: 0;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.bn-tooltips.active.data-shadow>.bn-bubble-content {
    box-shadow: var(--shadow-shadow2)
}

.bn-tooltips-wrap {
    display: inline-flex;
    position: relative;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.bn-tooltips-wrap.active>.bn-tooltips {
    --scroll-size: 0;
    max-height: -moz-fit-content;
    max-height: -webkit-fit-content;
    max-height: fit-content;
    opacity: 1;
    overflow: visible;
    visibility: visible
}

.bn-tooltips-ele {
    align-items: center;
    display: inline-flex;
    width: 100%
}

.bn-tooltips-ele-rtl {
    direction: rtl
}

.bn-tooltips-ele-with-safe-area {
    z-index: 1
}

.bn-tooltips-safety-triangle {
    height: 100%;
    overflow: visible;
    position: absolute;
    width: 100%
}

.bn-tooltips-safety-triangle polygon {
    opacity: 0
}

@media only screen and (min-width:768px) {
    .bn-tooltips.bn-bubble__gray>.bn-bubble-content {
        padding: var(--space-2xs) var(--space-s)
    }
}

.bn-drawer-handle {
    --handle-long: 40px;
    --handle-short: 4px;
    --handle-padding: 6px;
    align-items: center;
    display: flex;
    justify-content: center;
    position: absolute
}

.bn-drawer-handle-icon {
    background-color: var(--color-DisableBtn);
    border-radius: 12px
}

.bn-drawer-handle.data-dir-bottom,
.bn-drawer-handle.data-dir-top {
    padding: var(--handle-padding) 0;
    width: 100%
}

.bn-drawer-handle.data-dir-bottom .bn-drawer-handle-icon,
.bn-drawer-handle.data-dir-top .bn-drawer-handle-icon {
    height: var(--handle-short);
    width: var(--handle-long)
}

.bn-drawer-handle.data-dir-left,
.bn-drawer-handle.data-dir-right {
    height: 100%;
    padding: 0 var(--handle-padding)
}

.bn-drawer-handle.data-dir-left .bn-drawer-handle-icon,
.bn-drawer-handle.data-dir-right .bn-drawer-handle-icon {
    height: var(--handle-long);
    width: var(--handle-short)
}

.bn-drawer-handle.data-dir-bottom {
    top: 0
}

.bn-drawer-handle.data-dir-top {
    bottom: 0
}

.bn-drawer-handle.data-dir-left {
    right: 0
}

.bn-drawer-handle.data-dir-right {
    left: 0
}

.bn-drawer {
    z-index: var(--zindex-drawer)
}

.bn-drawer>.bn-drawer-wrap {
    background-color: var(--color-CardBg);
    border-radius: 0;
    bottom: 0;
    left: 0;
    max-height: 100vh;
    max-width: 100vw;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: var(--animation-duration-base);
    transition-property: transform;
    transition-timing-function: ease-in
}

.bn-drawer>.bn-drawer-wrap.data-dir-left {
    max-width: 84%;
    right: auto;
    transform: translate3d(-100%, 0, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-size-limit {
    width: 84%
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-size-full {
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-left.data-draggable {
    padding-right: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top {
    border-radius: 0 0 var(--radii-l) var(--radii-l);
    bottom: auto;
    max-height: calc(100% - 80px);
    transform: translate3d(0, -100%, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-size-limit {
    height: calc(100% - 80px)
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-size-full {
    border-radius: 0;
    height: 100%;
    max-height: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-top.data-draggable {
    padding-bottom: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-right {
    left: auto;
    max-width: 84%;
    transform: translate3d(100%, 0, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-size-limit {
    width: 84%
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-size-full {
    border-radius: 0;
    max-width: 100%;
    width: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-right.data-draggable {
    padding-left: var(--space-mm)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom {
    border-radius: var(--radii-xl) var(--radii-xl) 0 0;
    max-height: calc(100% - 80px);
    top: auto;
    transform: translate3d(0, 100%, 0)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-size-limit {
    height: calc(100% - 80px)
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-size-full {
    border-radius: 0;
    height: 100%;
    max-height: 100%
}

.bn-drawer>.bn-drawer-wrap.data-dir-bottom.data-draggable {
    padding-top: var(--space-mm)
}

.bn-drawer.data-show>.bn-drawer-wrap {
    transform: translateZ(0)
}

.bn-modal>.bn-modal-wrap {
    background-color: var(--color-CardBg);
    border-radius: var(--radii-xl);
    box-shadow: var(--shadow-shadow1);
    max-width: 80vw;
    overflow: hidden;
    position: relative;
    transform: scale(.9);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 360px
}

.bn-modal>.bn-modal-wrap.data-size-fit {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.bn-modal>.bn-modal-wrap.data-size-medium {
    width: 420px
}

.bn-modal>.bn-modal-wrap.data-size-middle {
    width: 520px
}

.bn-modal>.bn-modal-wrap.data-size-large {
    width: 720px
}

.bn-modal.data-show>.bn-modal-wrap {
    transform: scale(1)
}

.bn-modal-header {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-2xs);
    padding: 18px var(--space-xl);
    position: relative
}

.bn-modal-header-next,
.bn-modal-header-prev {
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 24px
}

.bn-modal-header-main {
    flex: 1 1;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

.bn-modal-header-pre .bn-modal-header-main {
    text-align: center
}

.bn-modal-header-next-hidden,
.bn-modal-header-pre-hidden .bn-modal-header-prev {
    visibility: hidden
}

@media only screen and (min-width:768px) {
    .bn-modal-header-main {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
}

.bn-modal-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    max-height: 350px;
    overflow-y: auto;
    padding: var(--space-xl)
}

.bn-modal-footer {
    grid-gap: var(--space-2xs);
    display: flex;
    gap: var(--space-2xs);
    justify-content: flex-end;
    padding: 0 var(--space-xl) var(--space-xl)
}

.bn-modal-footer-column {
    flex-direction: column
}

.bn-modal-footer-row>* {
    flex: 1 1
}

.bn-drawer-wrap {
    display: flex;
    flex-direction: column
}

.bn-drawer .bn-modal-header {
    padding: 18px 15px
}

.bn-drawer .bn-modal-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    max-height: unset;
    overflow-y: auto;
    padding: var(--space-xl) 15px
}

.bn-drawer .bn-modal-footer {
    grid-gap: var(--space-xs);
    gap: var(--space-xs);
    padding: 0 15px var(--space-xl)
}

.bn-modal-confirm {
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    min-height: 200px;
    padding-top: var(--space-xl);
    text-align: center
}

.bn-modal-confirm-icon {
    font-size: 64px;
    margin-bottom: var(--space-m)
}

.bn-modal-confirm-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: var(--space-2xs);
    padding: 0 var(--space-xl);
    width: 100%
}

.bn-modal-confirm-subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

[dir=ltr] .bn-modal-confirm-desc {
    text-align: left
}

[dir=rtl] .bn-modal-confirm-desc {
    text-align: right
}

.bn-modal-confirm-desc {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow-y: auto;
    padding: 0 var(--space-xl);
    width: 100%;
    word-break: break-word
}

.bn-modal-confirm-actions {
    padding: var(--space-xl);
    width: 100%
}

.bn-modal-confirm-actions .bn-modal-footer {
    padding: unset
}

@media only screen and (min-width:768px) {
    .bn-modal-confirm-icon {
        font-size: 96px
    }
    .bn-modal-confirm-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    .bn-modal-confirm-subtitle {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-modal-confirm-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-modal-basic {
    display: flex;
    flex-direction: column;
    max-height: calc(100vh - 48px);
    min-height: 200px
}

.bn-modal-basic .bn-modal-content {
    flex: 1 1;
    max-height: unset;
    padding: 0 var(--space-xl)
}

.bn-modal-basic .bn-modal-footer {
    padding: var(--space-xl)
}

.bn-drawer .bn-modal-basic {
    min-height: 182px
}

.bn-drawer .bn-modal-basic .bn-modal-header {
    padding: var(--space-s) var(--space-m)
}

.bn-drawer .bn-modal-basic .bn-modal-content {
    padding: 0 var(--space-m)
}

.bn-drawer .bn-modal-basic .bn-modal-footer {
    padding: var(--space-m)
}

.bn-layer-notifies {
    grid-gap: var(--space-s);
    display: inline-flex;
    flex-direction: column;
    gap: var(--space-s);
    position: fixed;
    z-index: var(--zindex-notification)
}

.bn-layer-notifies>.bn-trans {
    transform: scale(.9)
}

.bn-layer-notifies>.bn-trans.data-show {
    transform: scale(1)
}

.bn-layer-notifies.data-pos-start>.bn-trans {
    transform: translateX(-20%)
}

.bn-layer-notifies.data-pos-start>.bn-trans.data-show {
    transform: translateX(0)
}

.bn-layer-notifies.data-pos-end>.bn-trans {
    transform: translateX(20%)
}

.bn-layer-notifies.data-pos-end>.bn-trans.data-show {
    transform: translateX(0)
}

.bn-actionSheet__basic-col>.bn-drawer-wrap {
    display: flex;
    flex-direction: column
}

.bn-actionSheet .bn-grid {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    padding: var(--space-xs) var(--space-m)
}

.bn-actionSheet .bn-grid>.item {
    color: var(--color-SecondaryText);
    cursor: pointer;
    text-align: center
}

.bn-actionSheet-cancel {
    align-items: center;
    border-top: 6px solid var(--color-Line);
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: flex;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 24px;
    padding: var(--space-s) var(--space-m)
}

@media only screen and (min-width:768px) {
    .bn-actionSheet-cancel {
        cursor: pointer;
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-actionSheet-header {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    gap: var(--space-2xs);
    padding: var(--space-s) var(--space-m);
    position: relative
}

.bn-actionSheet-header-next,
.bn-actionSheet-header-prev {
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 20px
}

.bn-actionSheet-header-main {
    grid-gap: var(--space-5xs);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    font-size: 18px;
    font-weight: 600;
    gap: var(--space-5xs);
    line-height: 26px
}

.bn-actionSheet-header-main-subtitle {
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-actionSheet-header-main-description {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-actionSheet-header-main {
        font-size: 24px;
        font-weight: 600;
        line-height: 34px
    }
    .bn-actionSheet-header-main-subtitle {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-actionSheet-header-main-description {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
}

.bn-actionSheet-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    overflow-y: auto;
    padding: 0 var(--space-m)
}

.bn-actionSheet-footer {
    grid-gap: var(--space-xs);
    display: flex;
    gap: var(--space-xs);
    padding: var(--space-m)
}

.bn-coachmark.active {
    background-color: var(--color-CardBg);
    border-radius: var(--radii-2l);
    padding: var(--space-s) 15px;
    position: relative;
    z-index: var(--zindex-coachmark)
}

.bn-coachmark-bubble .bn-bubble-content {
    border-radius: var(--radii-l);
    max-height: -moz-max-content;
    max-height: -webkit-max-content;
    max-height: max-content;
    max-width: -moz-max-content;
    max-width: -webkit-max-content;
    max-width: max-content;
    padding: 0
}

@media only screen and (min-width:768px) {
    .bn-coachmark-bubble .bn-bubble-content {
        border-radius: var(--radii-2l)
    }
}

.bn-coachmark-panel {
    grid-gap: var(--space-xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-xs);
    max-height: 272px;
    max-width: 320px;
    min-height: 128px;
    min-width: 184px;
    padding: 15px
}

.bn-coachmark-panel__primary>.bn-coachmark-panel-extra {
    padding: 0
}

.bn-coachmark-panel__primary>.bn-coachmark-panel-extra .bn-coachmark-panel-extra-step {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-coachmark-panel__primary>.bn-coachmark-panel-tips {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

.bn-coachmark-panel-title {
    flex: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-coachmark-panel-content {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    flex: 1 1;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow-y: auto
}

.bn-coachmark-panel-extra {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    flex: none;
    gap: var(--space-xs)
}

.bn-coachmark-panel-extra .bn-coachmark-panel-extra-skip {
    min-width: auto;
    padding: 0
}

.bn-coachmark-panel-extra-step {
    align-items: baseline;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-coachmark-panel-extra-step-gap {
    width: .5em
}

.bn-coachmark-panel-extra-step-split,
.bn-coachmark-panel-extra-step-total {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-coachmark-panel-extra-actions {
    grid-gap: var(--space-s);
    align-items: center;
    display: inline-flex;
    flex: 1 1;
    gap: var(--space-s);
    justify-content: flex-end
}

.bn-coachmark-panel-extra-actions .bn-coachmark-panel-extra-actions-prev {
    min-width: auto;
    padding: 0
}

.bn-coachmark-panel-tips {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-xs);
    color: var(--color-PrimaryText);
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    line-height: 22px;
    padding: var(--space-3xs) var(--space-m);
    width: 100%
}

@media only screen and (min-width:768px) {
    .bn-coachmark-panel {
        grid-gap: var(--space-4xs);
        gap: var(--space-4xs);
        max-height: 352px;
        max-width: 440px;
        min-height: 232px;
        min-width: auto;
        padding: var(--space-m) var(--space-xl)
    }
    .bn-coachmark-panel__primary {
        grid-gap: var(--space-m);
        gap: var(--space-m);
        padding: var(--space-xl)
    }
    .bn-coachmark-panel__primary>.bn-coachmark-panel-extra .bn-coachmark-panel-extra-step {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-coachmark-panel-title {
        font-size: 20px;
        font-weight: 600;
        line-height: 28px
    }
    .bn-coachmark-panel-content {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }
    .bn-coachmark-panel-extra {
        grid-gap: var(--space-xl);
        gap: var(--space-xl);
        padding-top: var(--space-l)
    }
    .bn-coachmark-panel-extra-step {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-coachmark-panel-extra-step-split,
    .bn-coachmark-panel-extra-step-total {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-coachmark-panel-tips {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-formItem {
    grid-gap: var(--space-4xs);
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px
}

.bn-formItem-label {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-formItem-errMsg {
    color: var(--color-Error)
}

.bn-formItem-errMsg,
.bn-formItem-tips {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-formItem-tips {
    color: var(--color-SecondaryText)
}

@media only screen and (min-width:768px) {
    .bn-formItem {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-formItem-label {
        color: var(--color-PrimaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-formItem-tips {
        color: var(--color-TertiaryText)
    }
    .bn-formItem-errMsg,
    .bn-formItem-tips {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-inputNum {
    grid-gap: var(--space-s);
    align-items: center;
    background: transparent;
    border: none;
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-s)
}

.bn-inputNum.disabled {
    color: var(--color-TertiaryText);
    position: relative
}

.bn-inputNum.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-inputNum.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-inputNum__line {
    border-bottom: 1px solid var(--color-Line)
}

.bn-inputNum__line.data-error:not(.disabled) {
    border-bottom-color: var(--color-Error)
}

.bn-inputNum-prefix,
.bn-inputNum-suffix {
    color: var(--color-DisableText);
    display: inline-flex;
    flex: none
}

.bn-inputNum-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    flex: 1 1;
    font-size: 28px;
    font-weight: 600;
    height: 100%;
    line-height: 40px;
    outline: none;
    overflow: hidden
}

.bn-inputNum-input::-moz-placeholder {
    color: var(--color-TertiaryText)
}

.bn-inputNum-input::placeholder {
    color: var(--color-TertiaryText)
}

@media only screen and (min-width:768px) {
    .bn-inputNum-input {
        font-size: 40px;
        font-weight: 600;
        line-height: 48px
    }
}

.bn-textarea {
    grid-gap: var(--space-2xs);
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: var(--radii-l);
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs);
    max-height: 142px;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 345px
}

.bn-textarea.disabled {
    background-color: var(--color-Line);
    color: var(--color-TertiaryText);
    position: relative
}

.bn-textarea.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-textarea.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-textarea.data-error:not(.disabled) {
    border: 1px solid var(--color-Error)
}

.bn-textarea.focus:not(.bn-textarea__default) {
    border: 1px solid var(--color-PrimaryYellow)
}

.bn-textarea__line {
    background: transparent;
    border-color: var(--color-InputLine)
}

.bn-textarea-suffix {
    color: var(--color-DisableText);
    display: flex;
    flex: none;
    font-size: 14px;
    font-weight: 400;
    justify-content: flex-end;
    line-height: 22px;
    padding: 0 var(--space-s) var(--space-s)
}

.bn-textarea-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    font-size: 14px;
    font-weight: 500;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    line-height: 22px;
    margin: var(--space-s) var(--space-s) 0;
    min-height: 3em;
    outline: none;
    resize: none
}

.bn-textarea-input::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-textarea-input::placeholder {
    color: var(--color-DisableText)
}

@media only screen and (min-width:768px) {
    .bn-textarea:hover:not(.disabled),
    .bn-textarea__default.focus {
        border: 1px solid var(--color-PrimaryYellow)
    }
    .bn-textarea-suffix {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-textarea-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-textField {
    grid-gap: var(--space-2xs);
    align-items: center;
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-2xs);
    height: 40px;
    max-width: 100vw;
    padding: 0 var(--space-s);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 345px
}

.bn-textField.data-size-huge {
    border-radius: var(--radii-l);
    height: 56px
}

.bn-textField.data-size-huge .bn-textField-input {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input::-moz-placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge .bn-textField-input .input-placeholder,
.bn-textField.data-size-huge .bn-textField-input::placeholder {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

.bn-textField.data-size-huge.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-huge.data-prefix-fixed .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus {
    height: 20px;
    line-height: 20px
}

.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-minus svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField.data-size-huge .bn-textField-numeric-controls-trade-plus svg {
    font-size: 20px
}

.bn-textField.data-size-huge.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px
}

@media only screen and (min-width:768px) {
    .bn-textField.data-size-huge .bn-textField-input {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input::-moz-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge .bn-textField-input .input-placeholder,
    .bn-textField.data-size-huge .bn-textField-input::placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-textField.data-size-huge.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-textField.data-size-large {
    border-radius: var(--radii-l);
    height: 48px
}

.bn-textField.data-size-large .bn-textField-input {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-input .input-placeholder,
.bn-textField.data-size-large .bn-textField-input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-large.data-prefix-fixed .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus {
    height: 20px;
    line-height: 20px
}

.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-minus svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField.data-size-large .bn-textField-numeric-controls-trade-plus svg {
    font-size: 20px
}

.bn-textField.data-size-large.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-small {
    height: 32px
}

.bn-textField.data-size-small .bn-textField-clear svg,
.bn-textField.data-size-small .bn-textField-prefix svg,
.bn-textField.data-size-small .bn-textField-suffix svg {
    font-size: 16px
}

.bn-textField.data-size-small .bn-textField-input {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small .bn-textField-input .input-placeholder,
.bn-textField.data-size-small .bn-textField-input::placeholder {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-small.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-size-tiny {
    border-radius: var(--radii-s);
    height: 24px;
    width: 200px
}

.bn-textField.data-size-tiny .bn-textField-clear,
.bn-textField.data-size-tiny .bn-textField-prefix,
.bn-textField.data-size-tiny .bn-textField-suffix {
    font-size: 12px
}

.bn-textField.data-size-tiny .bn-textField-input {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input::-moz-placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny .bn-textField-input .input-placeholder,
.bn-textField.data-size-tiny .bn-textField-input::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-size-tiny.data-prefix-fixed .bn-textField-suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-textField.data-size-tiny.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    width: 75px
}

.bn-textField.data-gap-size-small {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs);
    padding: 0 var(--space-2xs)
}

.bn-textField.disabled {
    background-color: var(--color-Line);
    border-color: transparent;
    color: var(--color-TertiaryText);
    position: relative
}

.bn-textField.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-textField.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-textField.disabled .bn-textField-input {
    color: var(--color-DisableText)
}

.bn-textField.disabled .bn-textField-input::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-textField.disabled .bn-textField-input .input-placeholder,
.bn-textField.disabled .bn-textField-input::placeholder {
    color: var(--color-DisableText)
}

.bn-textField.data-error:not(.disabled) {
    border-color: var(--color-Error)
}

.bn-textField.data-prefix-fixed .bn-textField-prefix-fixed,
.bn-textField.data-prefix-fixed .bn-textField-suffix {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField.data-prefix-fixed .bn-textField-prefix {
    color: var(--color-TertiaryText)
}

.bn-textField.data-prefix-fixed .bn-textField-suffix {
    color: var(--color-PrimaryText)
}

[dir=ltr] .bn-textField.data-prefix-fixed .bn-textField-input {
    text-align: right
}

[dir=rtl] .bn-textField.data-prefix-fixed .bn-textField-input {
    text-align: left
}

.bn-textField__line {
    background: transparent;
    border-color: var(--color-InputLine)
}

.bn-textField__line.focus:not(.static):not(.data-error) {
    border-color: var(--color-PrimaryYellow)
}

.bn-textField-prefix,
.bn-textField-suffix {
    color: var(--color-IconNormal);
    display: inline-flex;
    flex: none
}

.bn-textField-prefix svg,
.bn-textField-suffix svg {
    font-size: 20px
}

.bn-textField-clear {
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex;
    flex: none
}

.bn-textField-clear svg {
    font-size: 20px
}

.bn-textField-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    caret-color: var(--color-PrimaryYellow);
    color: inherit;
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 0;
    outline: none;
    overflow: hidden
}

.bn-textField-input::-moz-placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input .input-placeholder,
.bn-textField-input::placeholder {
    color: var(--color-IconNormal);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textField-input[type=password] {
    letter-spacing: 2px
}

[dir=ltr] .bn-textField-numeric-controls {
    padding-right: 32px
}

[dir=rtl] .bn-textField-numeric-controls {
    padding-left: 32px
}

.bn-textField-numeric-controls {
    position: relative
}

.bn-textField-numeric-controls .bn-textField-input [type=number],
.bn-textField-numeric-controls .bn-textField-input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield
}

.bn-textField-numeric-controls .bn-textField-input [type=number]::-webkit-inner-spin-button,
.bn-textField-numeric-controls .bn-textField-input [type=number]::-webkit-outer-spin-button,
.bn-textField-numeric-controls .bn-textField-input[type=number]::-webkit-inner-spin-button,
.bn-textField-numeric-controls .bn-textField-input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

[dir=ltr] .bn-textField-numeric-controls-panel {
    right: 0
}

[dir=rtl] .bn-textField-numeric-controls-panel {
    left: 0
}

[dir=ltr] .bn-textField-numeric-controls-panel {
    border-left: 1px solid var(--color-CardBg)
}

[dir=rtl] .bn-textField-numeric-controls-panel {
    border-right: 1px solid var(--color-CardBg)
}

.bn-textField-numeric-controls-panel {
    bottom: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1px 0;
    position: absolute;
    top: 0
}

.bn-textField-numeric-controls-panel-down,
.bn-textField-numeric-controls-panel-up {
    align-items: center;
    display: flex;
    height: 50%;
    justify-content: center;
    padding: 0 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bn-textField-numeric-controls-panel-down svg,
.bn-textField-numeric-controls-panel-up svg {
    color: var(--color-IconNormal);
    font-size: 16px
}

.bn-textField-numeric-controls-panel-down {
    border-top: 1px solid var(--color-CardBg)
}

.bn-textField-numeric-controls-panel-down:active svg,
.bn-textField-numeric-controls-panel-up:active svg {
    color: var(--color-PrimaryText)
}

[dir=ltr] .bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel {
    border-left: 1px solid var(--color-InputLine)
}

[dir=rtl] .bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel {
    border-right: 1px solid var(--color-InputLine)
}

.bn-textField-numeric-controls.bn-textField__line .bn-textField-numeric-controls-panel-down {
    border-top: 1px solid var(--color-InputLine)
}

.bn-textField-numeric-controls-trade {
    padding: 0 var(--space-s)
}

.bn-textField-numeric-controls-trade-minus,
.bn-textField-numeric-controls-trade-plus {
    cursor: pointer;
    height: 12px;
    line-height: 12px
}

.bn-textField-numeric-controls-trade-minus .bn-svg,
.bn-textField-numeric-controls-trade-minus svg,
.bn-textField-numeric-controls-trade-plus .bn-svg,
.bn-textField-numeric-controls-trade-plus svg {
    color: var(--color-IconNormal);
    font-size: 12px
}

.bn-textField-numeric-controls-trade .bn-textField-input {
    text-align: center
}

.bn-textField-numeric-controls-trade-suffix {
    grid-gap: 0;
    gap: 0
}

[dir=ltr] .bn-textField-numeric-controls-trade-suffix .bn-textField-input {
    text-align: right
}

[dir=rtl] .bn-textField-numeric-controls-trade-suffix .bn-textField-input {
    text-align: left
}

.bn-textField-numeric-controls-trade-suffix .bn-textField-suffix {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    width: 140px
}

@media only screen and (min-width:768px) {
    .bn-textField:hover:not(.data-error):not(.disabled):not(.static)[\:not-has\(\.bn-bubble\: hover\)] {
        border-color:var(--color-PrimaryYellow)
    }
    .bn-textField:hover:not(.data-error):not(.disabled):not(.static):not(:has(.bn-bubble:hover)) {
        border-color: var(--color-PrimaryYellow)
    }
    .bn-textField .bn-textField-numeric-controls-trade-minus svg:hover,
    .bn-textField .bn-textField-numeric-controls-trade-plus svg:hover {
        color: var(--color-PrimaryYellow)
    }
    .bn-textField__default.focus:not(.static):not(.data-error) {
        border-color: var(--color-PrimaryYellow)
    }
    .bn-textField-numeric-controls-panel-down:hover:not(.disabled) svg,
    .bn-textField-numeric-controls-panel-up:hover:not(.disabled) svg {
        color: var(--color-PrimaryText)
    }
}

.bn-textField.data-size-large .bn-textFieldSelect-field {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-textField.data-size-small .bn-textFieldSelect-field,
.bn-textFieldSelect-field {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-textFieldSelect-field {
    grid-gap: 5px;
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: 5px
}

.bn-textFieldSelect-field-prefix.separator {
    border-right: 1px solid var(--color-Line);
    padding-right: 5px
}

.bn-textFieldSelect-field-suffix.separator {
    border-left: 1px solid var(--color-Line);
    padding-left: 5px
}

.bn-textFieldSelect-field-input {
    color: var(--color-PrimaryText);
    min-width: 35px
}

.bn-textFieldSelect-field-arrow {
    color: var(--color-IconNormal);
    font-size: 20px;
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out
}

.bn-textFieldSelect-field-icon {
    font-size: 20px
}

.bn-textFieldSelect-field-placeholder {
    color: var(--color-IconNormal)
}

.bn-textFieldSelect-field.active>.bn-textFieldSelect-field-arrow {
    transform: rotate(180deg)
}

.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-arrow,
.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-input,
.bn-textFieldSelect-field.disabled .bn-textFieldSelect-field-placeholder {
    color: var(--color-DisableText)
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-prefix {
    border-right: unset;
    padding-right: unset
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-prefix.separator {
    border-left: 1px solid var(--color-Line);
    padding-left: 5px
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-suffix {
    border-left: unset;
    padding-left: unset
}

.bn-textFieldSelect-field-rtl.bn-textFieldSelect-field-suffix.separator {
    border-right: 1px solid var(--color-Line);
    padding-right: 5px
}

.bn-textFieldSelect .bn-tooltips,
.bn-textFieldSelect .bn-tooltips>.bn-bubble-content {
    width: 100%
}

.bn-textFieldSelect-option {
    grid-gap: var(--space-2xs);
    align-items: center;
    display: flex;
    gap: var(--space-2xs)
}

.bn-textFieldSelect-option.bn-select-option {
    padding: var(--space-xs)
}

.bn-textFieldSelect-option svg {
    font-size: 20px
}

.bn-selection-group {
    grid-gap: var(--space-xl);
    align-items: center;
    display: inline-flex;
    gap: var(--space-xl)
}

.bn-selection-group.data-dir-vertical {
    grid-gap: var(--space-m);
    align-items: flex-start;
    flex-direction: column;
    gap: var(--space-m)
}

.bn-switch {
    background-color: var(--color-DisableText);
    border-radius: var(--radii-m);
    cursor: pointer;
    display: inline-flex;
    height: 22px;
    justify-content: flex-start;
    padding: 2px;
    position: relative;
    transition: background-color .15s ease-in-out;
    width: 42px
}

.bn-switch:before {
    content: "";
    flex: 0 1;
    transition: flex .15s ease-in-out
}

.bn-switch.checked {
    background-color: var(--color-BtnBg)
}

.bn-switch.checked:before {
    flex: 1 1
}

.bn-switch.disabled {
    cursor: not-allowed;
    opacity: .5
}

.bn-switch.data-size-small {
    border-radius: var(--radii-s);
    height: 18px;
    width: 32px
}

.bn-switch.data-size-small .bn-switch-dot {
    border-radius: var(--radii-xs);
    font-size: 14px
}

.bn-switch.data-size-large {
    height: 30px;
    padding: 3px;
    width: 56px
}

.bn-switch.data-size-large .bn-switch-dot {
    font-size: 24px
}

.bn-switch-dot {
    background-color: var(--color-RedGreenBgText);
    display: inline-flex;
    font-size: 18px;
    height: 1em;
    justify-content: center;
    width: 1em
}

.bn-switch-dot,
.bn-switch__content {
    align-items: center;
    border-radius: var(--radii-s)
}

.bn-switch__content {
    background-color: transparent;
    border: 1px solid var(--color-InputLine);
    height: 32px;
    width: 92px
}

.bn-switch__content .bn-switch-dot {
    align-items: center;
    background-color: var(--color-Input);
    border-radius: 5px 0 0 5px;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    width: 50%
}

.bn-switch__content.checked {
    background-color: transparent
}

.bn-switch__content.checked .bn-switch-dot {
    border-radius: 0 5px 5px 0
}

.bn-switch__content.checked .bn-switch__content-left {
    color: var(--color-IconNormal)
}

.bn-switch__content.checked .bn-switch__content-right {
    color: var(--color-PrimaryText)
}

.bn-switch__content__filled,
.bn-switch__content__filled.checked {
    background-color: var(--color-Input);
    border: none
}

.bn-switch__content__filled .bn-switch-dot,
.bn-switch__content__filled.checked .bn-switch-dot {
    background-color: var(--color-BasicBg)
}

.bn-switch__content.data-size-small {
    height: 28px;
    width: 84px
}

.bn-switch__content.data-size-small .bn-switch__content-left,
.bn-switch__content.data-size-small .bn-switch__content-right {
    font-size: 16px
}

.bn-switch__content.data-size-small .bn-switch-dot {
    border-radius: var(--radii-xs) 0 0 var(--radii-xs)
}

.bn-switch__content.data-size-small.bn-switch-rtl .bn-switch-dot,
.bn-switch__content.data-size-small.checked .bn-switch-dot {
    border-radius: 0 var(--radii-xs) var(--radii-xs) 0
}

.bn-switch__content.data-size-small.bn-switch-rtl.checked .bn-switch-dot {
    border-radius: var(--radii-xs) 0 0 var(--radii-xs)
}

.bn-switch__content.data-size-large {
    height: 32px;
    width: 92px
}

.bn-switch__content.data-size-large .bn-switch__content-left,
.bn-switch__content.data-size-large .bn-switch__content-right {
    font-size: 20px
}

.bn-switch__content-left,
.bn-switch__content-right {
    align-items: center;
    bottom: 0;
    display: flex;
    font-size: 20px;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: calc(50% - 2px)
}

.bn-switch__content-left {
    color: var(--color-PrimaryText);
    left: 2px
}

.bn-switch__content-right {
    color: var(--color-IconNormal);
    right: 2px
}

.bn-switch__content.bn-switch-rtl .bn-switch-dot {
    border-radius: 0 5px 5px 0
}

.bn-switch__content.bn-switch-rtl .bn-switch__content-left {
    left: unset;
    right: 2px
}

.bn-switch__content.bn-switch-rtl .bn-switch__content-right {
    left: 2px;
    right: unset
}

.bn-switch__content.bn-switch-rtl.checked .bn-switch-dot {
    border-radius: 5px 0 0 5px
}

.bn-radio {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-2xs);
    line-height: 22px
}

.bn-radio.checked>.bn-radio-icon {
    background-color: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText)
}

.bn-radio.checked>.bn-radio-icon:before {
    background-color: var(--color-CardBg)
}

.bn-radio.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-radio.disabled>.bn-radio-icon {
    background-color: var(--color-Line);
    border-color: var(--color-DisableText)
}

.bn-radio.disabled.checked>.bn-radio-icon:before {
    background-color: var(--color-DisableText)
}

.bn-radio-icon {
    align-items: center;
    background-color: transparent;
    border: 2px solid var(--color-IconNormal);
    border-radius: var(--radii-circle);
    display: inline-flex;
    flex: none;
    height: 20px;
    justify-content: center;
    width: 20px
}

.bn-radio-icon:before {
    background-color: transparent;
    border-radius: var(--radii-circle);
    content: "";
    height: 6px;
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: ease-in-out;
    width: 6px
}

@media only screen and (min-width:768px) {
    .bn-radio {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
    .bn-radio.disabled>.bn-radio-icon {
        border-color: var(--color-Line)
    }
    .bn-radio-icon {
        border: 1px solid var(--color-DisableText);
        height: 16px;
        width: 16px
    }
    .bn-radio-icon:before {
        height: 6px;
        width: 6px
    }
}

.bn-checkbox {
    grid-gap: var(--space-4xs);
    align-items: center;
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 22px
}

.bn-checkbox.checked .bn-checkbox-icon {
    background-color: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-checkbox.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-checkbox.disabled:not(.checked) .bn-checkbox-icon {
    background-color: var(--color-Line);
    border-color: var(--color-DisableText)
}

.bn-checkbox.disabled.checked .bn-checkbox-icon {
    opacity: .5
}

.bn-checkbox__circle .bn-checkbox-icon {
    border-radius: var(--radii-circle)
}

.bn-checkbox-icon {
    align-items: center;
    background-color: transparent;
    border: 1px solid;
    border-color: var(--color-IconNormal);
    border-radius: 2.5px;
    color: transparent;
    display: inline-flex;
    flex: none;
    font-size: 11.33px;
    justify-content: center;
    margin: 3.335px
}

.bn-checkbox.data-size-lg .bn-checkbox-icon {
    border-radius: 3px;
    font-size: 14px;
    margin: var(--space-4xs)
}

.bn-checkbox.data-size-sm .bn-checkbox-icon {
    border-radius: 2px;
    font-size: 8.67px;
    margin: 2.665px
}

@media only screen and (min-width:768px) {
    .bn-checkbox {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
}

.bn-subscript {
    border-color: var(--color-InputLine);
    border-radius: var(--radii-m);
    border-style: solid;
    border-width: 1px;
    color: var(--color-PrimaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    overflow: hidden;
    padding: 7px var(--space-l);
    position: relative;
    text-align: center
}

.bn-subscript.data-size-small {
    border-radius: var(--radii-s);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding: 3px 5px;
    width: 40px
}

.bn-subscript.checked {
    border-color: var(--color-PrimaryText);
    box-shadow: 0 0 0 .5px var(--color-PrimaryText)
}

.bn-subscript.checked .bn-subscript-icon {
    background: var(--color-PrimaryText);
    color: var(--color-CardBg)
}

.bn-subscript.disabled {
    border-color: var(--color-DisableBtn);
    color: var(--color-DisableText)
}

.bn-subscript-icon {
    background: transparent;
    border-bottom-left-radius: var(--radii-m);
    color: transparent;
    display: inline-flex;
    font-size: 12px;
    height: 14px;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 0;
    width: 14px;
    z-index: 11
}

.bn-subscript-rtl .bn-subscript-icon {
    border-bottom-left-radius: unset;
    border-bottom-right-radius: var(--radii-m);
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-subscript {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-subscript:hover:not(.disabled) {
        border-color: var(--color-PrimaryText);
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
}

.bn-select-field {
    grid-gap: var(--space-2xs);
    align-items: center;
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    gap: var(--space-2xs);
    height: 40px;
    padding-left: var(--space-s);
    padding-right: var(--space-s);
    transition-duration: var(--animation-duration-base);
    transition-property: all;
    transition-timing-function: ease-in-out;
    width: 100%
}

.bn-select-field.data-size-huge {
    border-radius: var(--radii-l);
    height: 56px
}

.bn-select-field.data-size-huge .bn-select-field-input,
.bn-select-field.data-size-huge .bn-select-field-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .bn-select-field.data-size-huge .bn-select-field-input,
    .bn-select-field.data-size-huge .bn-select-field-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-select-field.data-size-large {
    border-radius: var(--radii-l);
    height: 48px
}

.bn-select-field.data-size-large.data-multi {
    min-height: 48px
}

.bn-select-field.data-size-large .bn-select-field-input,
.bn-select-field.data-size-large .bn-select-field-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

@media only screen and (min-width:768px) {
    .bn-select-field.data-size-large .bn-select-field-input,
    .bn-select-field.data-size-large .bn-select-field-placeholder {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
}

.bn-select-field.data-size-small {
    height: 32px
}

.bn-select-field.data-size-small.data-multi {
    min-height: 32px
}

.bn-select-field.data-size-small .bn-select-field-arrow {
    font-size: 16px
}

.bn-select-field.data-size-tiny {
    border-radius: var(--radii-s);
    height: 24px
}

.bn-select-field.data-size-tiny.data-multi {
    min-height: 24px
}

.bn-select-field.data-size-tiny .bn-select-field-arrow {
    font-size: 16px
}

.bn-select-field.data-filled {
    background-color: var(--color-Input);
    border: 1px solid transparent
}

.bn-select-field.data-line {
    border: 1px solid var(--color-InputLine)
}

.bn-select-field.data-borderless {
    grid-gap: 0;
    border: none;
    gap: 0;
    padding: 0
}

.bn-select-field.active>.bn-select-field-arrow {
    transform: rotate(180deg)
}

.bn-select-field.disabled {
    background-color: var(--color-Line);
    border-color: transparent;
    color: var(--color-TertiaryText);
    position: relative
}

.bn-select-field.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-select-field.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-select-field.disabled .bn-select-field-arrow,
.bn-select-field.disabled .bn-select-field-input,
.bn-select-field.disabled .bn-select-field-placeholder {
    color: var(--color-DisableText)
}

.bn-select-field.data-multi {
    height: auto;
    max-width: 336px;
    min-height: 40px
}

.bn-select-field.data-multi>.bn-select-field-input {
    grid-row-gap: var(--space-3xs);
    grid-column-gap: var(--space-xs);
    -moz-column-gap: var(--space-xs);
    column-gap: var(--space-xs);
    display: flex;
    flex-wrap: wrap;
    margin: var(--space-2xs) 0;
    row-gap: var(--space-3xs)
}

.bn-select-field.data-multi>.bn-select-field-input .bn-select-field-block {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-select-field-arrow,
.bn-select-field-prefix {
    display: inline-flex;
    flex: none
}

.bn-select-field-arrow {
    color: var(--color-IconNormal);
    font-size: 20px;
    transition-duration: var(--animation-duration-base);
    transition-property: transform;
    transition-timing-function: ease-in-out
}

.bn-select-field-input {
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-select-field-input .data-label-input {
    display: inline-flex;
    justify-content: space-between;
    width: 100%
}

.bn-select-field-input .data-label-input .data-label {
    color: var(--color-SecondaryText)
}

.bn-select-field-placeholder {
    color: var(--color-IconNormal)
}

@media only screen and (min-width:768px) {
    .bn-select-field-input {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-select-field-input .data-label-input .data-label {
        color: var(--color-TertiaryText)
    }
    .bn-select-field.data-multi>.bn-select-field-input .bn-select-field-block {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-select-field:hover:not(.disabled):not(.data-borderless) {
        border: 1px solid var(--color-PrimaryYellow)
    }
}

.bn-select-overlay {
    padding-bottom: var(--space-xs);
    padding-top: var(--space-xs);
    width: 100%
}

.bn-select-overlay-search {
    display: flex;
    flex-direction: column;
    padding: 0 var(--space-xs) var(--space-xs);
    width: 100%
}

.bn-select-overlay-search .bn-textField {
    width: 100%
}

.bn-select-overlay-search .bn-textField input {
    flex-grow: 1;
    width: 0
}

.bn-select-overlay-options {
    --scroll-pad: 1px;
    --scroll-size: 6px;
    max-height: 260px;
    overflow-y: auto
}

.bn-select-overlay-options .bn-select-option-group:not(:first-child) .bn-select-option-group-title {
    border-top: .5px solid var(--color-Line)
}

.bn-select-overlay-empty {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-m)
}

.bn-select-overlay__drawer {
    --search-field-height: 60px;
    padding: 0
}

.bn-select-overlay__drawer .bn-select-overlay-search-close {
    grid-gap: var(--space-m);
    align-items: center;
    flex-direction: row;
    gap: var(--space-m);
    justify-content: space-between;
    padding: var(--space-3xs) var(--space-m);
    padding-top: var(--space-s)
}

.bn-select-overlay__drawer .bn-select-overlay-search-close .bn-textField {
    height: 34px
}

.bn-select-overlay__drawer .bn-select-overlay-search-close-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-select-overlay__drawer .bn-select-overlay-search .bn-button {
    min-width: -moz-fit-content;
    min-width: -webkit-fit-content;
    min-width: fit-content;
    padding: 0
}

.bn-select-overlay__drawer .bn-select-overlay-search+.bn-select-overlay-options {
    max-height: calc(100vh - var(--search-field-height) - 80px)
}

.bn-select-overlay__drawer .bn-select-overlay-options {
    max-height: calc(100vh - 80px)
}

@media only screen and (min-width:768px) {
    .bn-select-overlay-options {
        max-height: 520px
    }
    .bn-select-overlay-empty {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-select-option {
    color: var(--color-SecondaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-xs)
}

.bn-select-option:active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-select-option.icon {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs);
    justify-content: space-between
}

.bn-select-option.icon svg {
    font-size: 16px
}

.bn-select-option.active {
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-select-option.disabled {
    background-color: inherit;
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-select-option-group-title {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 var(--space-xs);
    padding: var(--space-3xs) 0
}

.bn-select-option__drawer {
    padding: var(--space-m)
}

.bn-select-option__drawer,
.bn-select-option__drawer.active,
.bn-select-option__drawer:active {
    color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-select-option__drawer.icon svg {
    font-size: 20px
}

.bn-select-option.multi {
    align-items: center;
    display: flex;
    padding: var(--space-2xs) var(--space-xs)
}

@media only screen and (min-width:768px) {
    .bn-select-option {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-select-option.active {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-select-option:hover:not(.disabled) {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-select-option-group-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-select-field-block {
    grid-gap: var(--space-4xs);
    align-items: center;
    background-color: var(--color-Input);
    border-radius: var(--radii-xs);
    cursor: auto;
    display: inline-flex;
    gap: var(--space-4xs);
    padding: 2px var(--space-2xs)
}

.bn-select-field-block-value {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-select-field-block-remove {
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 12px
}

@media only screen and (min-width:768px) {
    .bn-select-field-block-remove:hover {
        color: var(--color-SecondaryText)
    }
}

.bn-select-bubble,
.bn-select-bubble>.bn-bubble-content {
    min-width: 112px
}

.bn-select__full,
.bn-select__full:not(.bn-tooltips-web) .bn-tooltips,
.bn-select__full:not(.bn-tooltips-web) .bn-tooltips>.bn-bubble-content {
    width: 100%
}

.bn-select .bn-bubble-content {
    overflow: auto
}

.bn-select-bubble .bn-bubble-content {
    border-radius: var(--radii-2l)
}

.bn-select-bubble__line .bn-bubble-content {
    border: 1px solid var(--color-Line)
}

.bn-pin {
    grid-gap: var(--space-m);
    align-items: center;
    background: transparent;
    color: var(--color-PrimaryText);
    display: inline-flex;
    flex-wrap: nowrap;
    gap: var(--space-m);
    position: relative
}

.bn-pin.disabled {
    color: var(--color-TertiaryText);
    position: relative
}

.bn-pin.disabled:before {
    bottom: 0;
    content: "";
    cursor: not-allowed;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11
}

@media only screen and (min-width:768px) {
    .bn-pin.disabled {
        color: var(--color-DisabledText)
    }
}

.bn-pin__line .bn-pin-item {
    background-color: transparent;
    border-color: transparent;
    border-bottom-color: var(--color-InputLine);
    border-radius: 0
}

.bn-pin__line .bn-pin-item.cursor {
    border-color: transparent;
    border-bottom-color: var(--color-PrimaryYellow)
}

.bn-pin__line.data-error .bn-pin-item {
    border-color: transparent;
    border-bottom-color: var(--color-Error)
}

.bn-pin-item {
    align-items: center;
    background-color: var(--color-Input);
    border: 1px solid transparent;
    border-radius: 3px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    height: 50px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 45px
}

.bn-pin-item.cursor {
    border-color: var(--color-PrimaryYellow)
}

.bn-pin-item.cursor:after {
    animation: blink 1s infinite
}

.bn-pin-item.cursor.full:before,
.bn-pin-item.cursor:after {
    color: var(--color-PrimaryYellow);
    content: "|";
    font-weight: 400
}

.bn-pin-item.cursor.full:before {
    opacity: 0
}

.bn-pin-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    bottom: 0;
    caret-color: transparent;
    color: transparent;
    left: 0;
    outline: none;
    position: absolute !important;
    right: 0;
    top: 0;
    z-index: 1
}

.bn-pin-item {
    z-index: 2
}

@media only screen and (min-width:768px) {
    .bn-pin {
        grid-gap: var(--space-s);
        gap: var(--space-s)
    }
    .bn-pin-item {
        border-radius: 4px;
        font-size: 24px;
        font-weight: 600;
        height: 48px;
        line-height: 32px;
        width: 48px
    }
    .bn-pin-item:hover {
        border-color: var(--color-PrimaryYellow)
    }
}

.bn-tab {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: inline-flex;
    flex: none;
    font-size: 14px;
    font-weight: 500;
    gap: var(--space-2xs);
    justify-content: center;
    line-height: 22px;
    padding: var(--space-2xs) var(--space-m);
    position: relative;
    transition: all .15s linear;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bn-tab__primary-gray.data-size-large,
.bn-tab__primary.data-size-large {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    padding: var(--space-2xs) var(--space-xl)
}

.bn-tab__primary-gray.data-size-small,
.bn-tab__primary.data-size-small {
    border-radius: var(--radii-s);
    padding: 3px var(--space-2xs)
}

.bn-tab__default-breakline.data-size-large,
.bn-tab__default.data-size-large {
    font-size: 16px;
    font-weight: 500;
    height: 64px;
    line-height: 24px
}

.bn-tab__default-breakline.data-size-small,
.bn-tab__default.data-size-small {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 16px
}

.bn-tab__vertical.data-size-large {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    padding: var(--space-s) var(--space-m)
}

.bn-tab__round.data-size-large {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: var(--space-2xs) var(--space-xl)
}

.bn-tab.data-font-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-tab.data-font-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-tab.data-font-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-tab.data-font-4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .bn-tab.data-font-1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-tab.data-font-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab.data-font-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab.data-font-4 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.bn-tab__default-breakline.data-font-3,
.bn-tab__default.data-font-3 {
    grid-gap: var(--space-mm);
    gap: var(--space-mm)
}

.bn-tab-badge-wrap {
    flex: none
}

@media only screen and (max-width:767px) {
    .bn-tab-badge-wrap .bn-badge.bn-badge__string {
        font-size: 6px;
        line-height: 8px
    }
}

.bn-tab__primary {
    border-radius: var(--radii-m);
    padding: 7px var(--space-m)
}

.bn-tab__primary.active {
    background-color: var(--color-BadgeBg);
    color: var(--color-PrimaryYellow)
}

.bn-tab__primary-gray {
    border-radius: var(--radii-m);
    padding: 7px var(--space-m)
}

.bn-tab__primary-gray.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tab__segment,
.bn-tab__segment-outline {
    border-radius: var(--radii-s);
    color: var(--color-TertiaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    min-width: 88px;
    padding: var(--space-4xs) var(--space-s)
}

.bn-tab__segment-outline.active,
.bn-tab__segment.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tab__third {
    grid-gap: var(--space-4xs);
    border-radius: var(--radii-2xs);
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    gap: var(--space-4xs);
    line-height: 16px;
    padding: var(--space-4xs) var(--space-3xs)
}

.bn-tab__third.active {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.bn-tab__default,
.bn-tab__default-breakline {
    border-bottom: 3px solid transparent;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 0;
    padding-bottom: 5px;
    padding-top: var(--space-2xs)
}

.bn-tab__default-breakline:after,
.bn-tab__default:after {
    background-image: linear-gradient(to right, transparent calc(50% - 8px), var(--color-BtnBg) calc(50% - 8px), var(--color-BtnBg) calc(50% + 8px), transparent calc(50% + 8px));
    bottom: -3px;
    content: "";
    height: 3px;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    transition: opacity .15s linear;
    width: 16px
}

.bn-tab__default-breakline.active,
.bn-tab__default.active {
    color: var(--color-PrimaryText)
}

.bn-tab__default-breakline.active:after,
.bn-tab__default.active:after {
    opacity: 1
}

.bn-tab__default-breakline.bn-tab-badge,
.bn-tab__default.bn-tab-badge {
    padding-right: 7px
}

.bn-tab__vertical {
    border-left: 2px solid transparent;
    border-right: 2px solid transparent;
    padding: var(--space-2xs) var(--space-m)
}

.bn-tab__vertical.active {
    border-left-color: var(--color-PrimaryYellow);
    color: var(--color-PrimaryText)
}

.bn-tab__buySell {
    border-radius: var(--radii-xs);
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    margin: -1px;
    min-width: 60px;
    padding: 0;
    transition-duration: 0ms
}

.bn-tab__buySell:nth-child(odd).active {
    background-color: var(--color-Buy);
    color: var(--color-RedGreenBgText)
}

.bn-tab__buySell:nth-child(odd).active:after {
    background-color: inherit;
    border-radius: 0 0 0 var(--radii-xs);
    content: "";
    height: 17px;
    position: absolute;
    right: -7px;
    transform: rotate(-135deg);
    width: 17px;
    z-index: 1
}

.bn-tab__buySell:nth-child(2n).active {
    background-color: var(--color-Sell);
    color: var(--color-RedGreenBgText)
}

.bn-tab__buySell:nth-child(2n).active:before {
    background-color: inherit;
    border-radius: 0 0 0 var(--radii-xs);
    content: "";
    height: 17px;
    left: -7px;
    position: absolute;
    transform: rotate(45deg);
    width: 17px;
    z-index: 1
}

.bn-tab__buySell__gray:nth-child(n).active {
    background-color: var(--color-InputLine);
    color: var(--color-PrimaryText)
}

.bn-tab-rtl.bn-tab__buySell:nth-child(odd).active:after {
    border-radius: 0 var(--radii-xs) 0 0;
    left: -7px;
    right: auto
}

.bn-tab-rtl.bn-tab__buySell:nth-child(2n).active:before {
    border-radius: 0 var(--radii-xs) 0 0;
    left: auto;
    right: -7px
}

.bn-tab-rtl.bn-tab__default-breakline.bn-tab-badge,
.bn-tab-rtl.bn-tab__default.bn-tab-badge {
    padding-left: 7px;
    padding-right: unset
}

.bn-tab__round {
    border-radius: var(--radii-circle);
    color: var(--color-PrimaryText)
}

.bn-tab__round.active {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow)
}

.bn-tab__secondary {
    border-radius: var(--radii-xs);
    color: var(--color-PrimaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    min-width: 90px;
    padding: var(--space-4xs) var(--space-2xs)
}

.bn-tab__secondary.active {
    background-color: var(--color-BtnBg);
    color: var(--color-TextOnYellow);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px
}

.bn-tab__card {
    border-bottom: 4px solid var(--color-Input);
    border-radius: var(--radii-xs) var(--radii-xs) 0 0;
    height: 44px;
    justify-content: start;
    padding: var(--space-4xs) var(--space-3xs)
}

.bn-tab__card.active {
    background-color: var(--color-BasicBg);
    border-bottom-color: var(--color-BasicBg);
    color: var(--color-PrimaryText)
}

@media only screen and (min-width:768px) {
    .bn-tab {
        color: var(--color-TertiaryText);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab__primary:hover {
        background-color: var(--color-BadgeBg);
        color: var(--color-PrimaryYellow)
    }
    .bn-tab__primary-gray:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-tab__segment,
    .bn-tab__segment-outline {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab__segment-outline:hover,
    .bn-tab__segment:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText)
    }
    .bn-tab__third {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-tab__third.active,
    .bn-tab__third:hover {
        background-color: var(--color-Input);
        color: var(--color-PrimaryText);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-tab__default,
    .bn-tab__default-breakline {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab__default-breakline:hover,
    .bn-tab__default:hover,
    .bn-tab__vertical:hover {
        color: var(--color-PrimaryText)
    }
    .bn-tab__vertical:hover {
        background-color: var(--color-Input)
    }
    .bn-tab__buySell {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        min-width: 122px
    }
    .bn-tab__round:hover {
        background-color: var(--color-Input)
    }
    .bn-tab__secondary {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-tab__secondary.active,
    .bn-tab__secondary:hover {
        background-color: var(--color-BtnBg);
        color: var(--color-TextOnYellow);
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-tab__card:hover {
        color: var(--color-PrimaryText)
    }
}

.bn-tab-list {
    grid-gap: var(--space-m);
    background: transparent;
    display: flex;
    gap: var(--space-m);
    overflow: auto;
    position: relative;
    scrollbar-width: none;
    width: 100%
}

.bn-tab-list::-webkit-scrollbar {
    height: 0 !important
}

.bn-tab-list-wrapper {
    grid-gap: var(--space-m);
    align-items: center;
    display: flex;
    gap: var(--space-m);
    width: 100%
}

.bn-tab-list-content {
    overflow: auto;
    position: relative
}

.bn-tab-list__primary-gray.data-size-large,
.bn-tab-list__primary.data-size-large,
.bn-tab-list__round.data-size-large {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

.bn-tab-list__primary-gray.data-size-small,
.bn-tab-list__primary.data-size-small,
.bn-tab-list__round.data-size-small {
    grid-gap: 0;
    gap: 0
}

.bn-tab-list__third.data-size-large {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

.bn-tab-list__default-breakline.data-size-large,
.bn-tab-list__default.data-size-large {
    grid-gap: var(--space-5xl);
    gap: var(--space-5xl)
}

.bn-tab-list__default-breakline.data-size-small,
.bn-tab-list__default.data-size-small {
    grid-gap: var(--space-m);
    gap: var(--space-m)
}

.bn-tab-list.data-font-1 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px
}

.bn-tab-list.data-font-2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-tab-list.data-font-3 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-tab-list.data-font-4 {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

@media only screen and (min-width:768px) {
    .bn-tab-list.data-font-1 {
        font-size: 20px;
        font-weight: 500;
        line-height: 28px
    }
    .bn-tab-list.data-font-2 {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-tab-list.data-font-3 {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-tab-list.data-font-4 {
        font-size: 12px;
        font-weight: 500;
        line-height: 18px
    }
}

.bn-tab-list__default-breakline.data-font-3,
.bn-tab-list__default.data-font-3 {
    grid-gap: var(--space-mm);
    gap: var(--space-mm)
}

.bn-tab-list__secondary {
    grid-gap: 2px;
    gap: 2px
}

.bn-tab-list__secondary,
.bn-tab-list__segment {
    background-color: var(--color-Input);
    border-radius: var(--radii-xs)
}

.bn-tab-list__segment {
    grid-gap: 0;
    gap: 0;
    padding-bottom: 2px;
    padding-top: 2px
}

.bn-tab-list__segment-outline {
    grid-gap: 0;
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-m);
    gap: 0;
    padding: var(--space-4xs)
}

.bn-tab-list__third {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-tab-list__card {
    background-color: var(--color-Input);
    padding: var(--space-4xs) var(--space-4xs) 0
}

.bn-tab-list__default,
.bn-tab-list__default-breakline {
    grid-gap: var(--space-xl);
    gap: var(--space-xl)
}

.bn-tab-list__default-breakline {
    border-bottom: 1px solid var(--color-Line)
}

.bn-tab-list__vertical {
    grid-gap: 0;
    flex-direction: column;
    gap: 0;
    height: 100%
}

.bn-tab-list__buySell {
    grid-gap: var(--space-s);
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-s);
    gap: var(--space-s);
    height: 25px;
    overflow: visible
}

.bn-tab-list__primary,
.bn-tab-list__primary-gray {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-tab-list-shadow {
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 56px
}

.bn-tab-list-shadow-left {
    background: linear-gradient(90deg, var(--color-BasicBg) 0, var(--color-BasicBg) 12px, transparent 100%);
    left: 0
}

.bn-tab-list-shadow-left-arrow {
    font-size: 24px;
    left: 0
}

.bn-tab-list-shadow-right {
    background: linear-gradient(270deg, var(--color-BasicBg) 0, var(--color-BasicBg) 12px, transparent 100%);
    right: 0
}

.bn-tab-list-shadow-right-arrow {
    font-size: 24px;
    right: 0
}

.bn-tab-list-arrow {
    color: var(--color-IconNormal);
    content: "";
    cursor: pointer;
    font-size: 24px;
    height: 100%;
    position: absolute;
    top: 0
}

.bn-tab-list-arrow-left {
    left: 0
}

.bn-tab-list-arrow-right {
    right: 0
}

@media only screen and (min-width:768px) {
    .bn-tab-list-arrow-left:hover,
    .bn-tab-list-arrow-right:hover {
        color: var(--color-PrimaryText)
    }
}

.bn-tab-pane:not(.active) {
    display: none
}

.bn-tabs {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%
}

.bn-tabs__vertical {
    flex-direction: row
}

.bn-tabs__vertical>.bn-tab-list {
    flex: none
}

.bn-tabs__vertical>.bn-tab-pane-list {
    flex: 1 1
}

.bn-virtual-table-wrapper {
    --transform-direction: 1
}

.bn-virtual-table-wrapper__row-large {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-virtual-table-wrapper__row-middle,
.bn-virtual-table-wrapper__row-small {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-virtual-table-wrapper__padding-compact .bn-virtual-table-header .bn-virtual-table-cell,
.bn-virtual-table-wrapper__padding-compact .bn-virtual-table-row .bn-virtual-table-cell {
    --table-horizontal-padding: 8px;
    --table-horizontal-padding-ends: 8px
}

.bn-virtual-table-wrapper__padding-hybrid .bn-virtual-table-header .bn-virtual-table-cell,
.bn-virtual-table-wrapper__padding-hybrid .bn-virtual-table-row .bn-virtual-table-cell {
    --table-horizontal-padding: 8px
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end,
.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-start,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-end,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start {
    z-index: 1
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before,
.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-start-last:after,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-end-first:before,
.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    bottom: -1px;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 20px
}

[dir=ltr] .bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    right: -1px
}

[dir=rtl] .bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    left: -1px
}

.bn-virtual-table-wrapper-ping-start .bn-virtual-table-cell-fix-start-last:after {
    box-shadow: inset calc(5px*var(--transform-direction)) 0 12px -4px var(--color-Line);
    transform: translateX(calc(100%*var(--transform-direction)))
}

[dir=ltr] .bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before {
    left: -1px
}

[dir=rtl] .bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before {
    right: -1px
}

.bn-virtual-table-wrapper-ping-end .bn-virtual-table-cell-fix-end-first:before {
    box-shadow: inset calc(-5px*var(--transform-direction)) 0 12px -4px var(--color-Line);
    transform: translateX(calc(-100%*var(--transform-direction)))
}

.bn-virtual-table-wrapper-rtl {
    --transform-direction: -1
}

.bn-virtual-table-header {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-virtual-table-header,
.bn-virtual-table-row {
    align-items: center;
    background-color: var(--color-BasicBg);
    border-bottom: 1px solid var(--color-Line);
    display: flex
}

.bn-virtual-table-row:hover {
    background-color: var(--color-Vessel)
}

.bn-virtual-table-row-expanded {
    background-color: var(--color-BasicBg);
    display: flex
}

[dir=ltr] .bn-virtual-table-row-expanded-content {
    left: 0
}

[dir=rtl] .bn-virtual-table-row-expanded-content {
    right: 0
}

.bn-virtual-table-row-expanded-content {
    overflow: auto;
    position: -webkit-sticky;
    position: sticky
}

.bn-virtual-table-cell {
    align-items: center;
    background-color: inherit;
    display: flex;
    height: 100%
}

.bn-virtual-table-cell:not(.bn-virtual-table-cell-expand) {
    --table-horizontal-padding: 16px;
    --table-horizontal-padding-ends: 16px;
    padding: 0 var(--table-horizontal-padding)
}

[dir=ltr] .bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):first-child {
    padding-left: var(--table-horizontal-padding-ends)
}

[dir=ltr] .bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):last-child,
[dir=rtl] .bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):first-child {
    padding-right: var(--table-horizontal-padding-ends)
}

[dir=rtl] .bn-virtual-table-cell:not(.bn-virtual-table-cell-expand):last-child {
    padding-left: var(--table-horizontal-padding-ends)
}

[dir=ltr] .bn-virtual-table-cell-expand {
    left: 0
}

[dir=rtl] .bn-virtual-table-cell-expand {
    right: 0
}

.bn-virtual-table-cell-expand {
    justify-content: center;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1
}

.bn-virtual-table-cell-expand-icon {
    cursor: pointer;
    font-size: 20px
}

.bn-pagination {
    grid-gap: var(--space-2xs);
    align-items: center;
    color: var(--color-SecondaryText);
    display: inline-flex;
    gap: var(--space-2xs);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.bn-pagination-next,
.bn-pagination-prev {
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex;
    font-size: 16px
}

.bn-pagination-next.disabled,
.bn-pagination-prev.disabled {
    color: var(--color-Line);
    cursor: not-allowed
}

.bn-pagination-items {
    grid-gap: var(--space-2xs);
    display: inline-flex;
    gap: var(--space-2xs)
}

.bn-pagination-item {
    align-items: center;
    border-radius: var(--radii-s);
    color: var(--color-SecondaryText);
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 400;
    height: 28px;
    justify-content: center;
    line-height: 20px;
    text-decoration: none;
    width: 28px
}

.bn-pagination-item.abbreviate {
    cursor: default
}

.bn-pagination-item.active {
    background-color: var(--color-Line);
    color: var(--color-PrimaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-pagination-item:not(.abbreviate):hover {
        background-color: var(--color-Line);
        color: var(--color-PrimaryText)
    }
}

.bn-swiper {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

.bn-swiper-wrapper {
    display: flex;
    height: 100%;
    width: 100%
}

.bn-swiper-item {
    flex: none;
    height: 100%;
    width: 100%
}

.bn-swiper.vertical>.bn-swiper-wrapper {
    flex-direction: column
}

.bn-breadcrumb {
    grid-row-gap: var(--space-3xs);
    grid-column-gap: var(--space-2xs);
    align-items: center;
    -moz-column-gap: var(--space-2xs);
    column-gap: var(--space-2xs);
    display: flex;
    padding-right: var(--space-2xs);
    row-gap: var(--space-3xs)
}

.bn-breadcrumb-separator {
    color: var(--color-Line);
    display: inline-flex;
    flex: none;
    font-size: 24px
}

.bn-breadcrumb-item {
    color: var(--color-TertiaryText);
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-breadcrumb-item.active {
    color: var(--color-PrimaryText);
    cursor: text;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-breadcrumb-item.disabled {
    color: var(--color-DisableText);
    cursor: not-allowed
}

@media only screen and (min-width:768px) {
    .bn-breadcrumb-item {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
    .bn-breadcrumb-item.active {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-breadcrumb-item:hover:not(.disabled):not(.active) {
        color: var(--color-TextLink);
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-emptyState {
    grid-gap: var(--space-2xs);
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: var(--space-2xs)
}

.bn-emptyState-icon {
    font-size: 96px
}

.bn-emptyState.data-size-small .bn-emptyState-icon {
    font-size: 64px
}

.bn-emptyState-content {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

@media only screen and (min-width:768px) {
    .bn-emptyState-content {
        color: var(--color-TertiaryText)
    }
}

.bn-thumbnail {
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-xs);
    display: inline-flex;
    flex-direction: column;
    min-height: 92px;
    overflow: hidden;
    width: 177px
}

.bn-thumbnail.data-error .bn-thumbnail-file-name {
    color: var(--color-Error)
}

.bn-thumbnail-file {
    display: flex;
    flex-direction: column;
    margin-left: var(--space-2xs)
}

.bn-thumbnail-file-prefix {
    display: inline-flex;
    flex: none
}

.bn-thumbnail-file-wrapper {
    background: var(--color-BasicBg);
    display: flex;
    flex: 1 1;
    padding: var(--space-s);
    width: 100%
}

.bn-thumbnail-file-wrapper .bn-svg {
    color: var(--color-IconNormal);
    font-size: 36px
}

.bn-thumbnail-file-name {
    color: var(--color-SecondaryText);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-thumbnail-file-caption {
    color: var(--color-DisableText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-thumbnail-secure {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-thumbnail-secure-prefix {
    display: inline-flex;
    flex: none
}

.bn-thumbnail-secure-wrapper {
    grid-gap: var(--space-2xs);
    align-items: center;
    background: var(--color-DisableText);
    color: var(--color-RedGreenBgText);
    display: flex;
    flex: none;
    gap: var(--space-2xs);
    padding: var(--space-2xs) var(--space-m);
    width: 100%
}

.bn-thumbnail-secure-wrapper .bn-svg {
    color: var(--color-RedGreenBgText);
    font-size: 16px
}

.bn-timeline-item {
    color: var(--color-PrimaryText);
    display: flex;
    flex-direction: column;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    min-height: 44px;
    padding-left: 17px;
    position: relative
}

.bn-timeline-item:not(:last-of-type) {
    min-height: 66px;
    padding-bottom: var(--space-m)
}

.bn-timeline-item:last-of-type.ending {
    min-height: 0
}

.bn-timeline-item:last-of-type.ending .bn-timeline-item-tail {
    display: none
}

.bn-timeline-item:last-of-type .bn-timeline-item-tail {
    bottom: 55%
}

.bn-timeline-item-ind {
    background-color: var(--color-PrimaryYellow);
    border: 2px solid var(--color-PrimaryYellow);
    border-radius: var(--radii-circle);
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateY(6px);
    width: 9px;
    z-index: 2
}

.bn-timeline-item-ind.hollow {
    background-color: var(--color-BasicBg)
}

.bn-timeline-item-tail {
    border-left: 1px solid var(--color-Line);
    bottom: 0;
    left: 4px;
    position: absolute;
    top: 9px;
    transform: translateY(6px)
}

.bn-timeline-item-tail.dashed {
    border-left-style: dashed
}

.bn-timeline-item-desc {
    color: var(--color-TertiaryText);
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: var(--space-5xs)
}

.bn-timeline-item-rtl {
    padding-left: auto;
    padding-right: 17px
}

.bn-timeline-item-rtl .bn-timeline-item-ind {
    left: auto;
    right: 0
}

.bn-timeline-item-rtl .bn-timeline-item-tail {
    left: auto;
    right: 4px
}

@media only screen and (min-width:768px) {
    .bn-timeline-item {
        font-size: 14px;
        font-weight: 500;
        line-height: 20px
    }
    .bn-timeline-item-ind,
    .bn-timeline-item-tail {
        transform: translateY(4px)
    }
    .bn-timeline-item-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px
    }
}

.bn-slider-ticks {
    grid-gap: var(--space-4xs);
    display: flex;
    gap: var(--space-4xs)
}

.bn-slider-ticks__steps {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs);
    width: 100%
}

.bn-slider-ticks__steps .bn-slider-ticks-tick {
    width: 100%
}

.bn-slider-ticks__steps .bn-slider-ticks-tick.finish {
    background-color: var(--color-PrimaryText)
}

.bn-slider-ticks-tick {
    background-color: var(--color-Line);
    cursor: pointer;
    height: 3px;
    width: 8px
}

.bn-slider-ticks-tick.active {
    background-color: var(--color-PrimaryText)
}

.bn-slider-ticks.data-dir-vertical {
    flex-direction: column
}

.bn-slider-ticks.data-dir-vertical .bn-slider-ticks-tick {
    height: 11px;
    width: 3px
}

.bn-slider-color-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative
}

.bn-slider-color-track {
    background: linear-gradient(90deg, rgba(32, 38, 48, 0), #202630);
    border-radius: var(--radii-s);
    height: 10px;
    left: 0;
    margin: 1px 6px;
    position: absolute;
    right: 0
}

.bn-slider-color-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    flex: 1 1;
    z-index: 2
}

.bn-slider-color-input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-RedGreenBgText);
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    transform: translateY(-1px);
    width: 12px
}

.bn-slider-color-input[type=range]::-webkit-slider-runnable-track {
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-moz-range-thumb {
    background: var(--color-RedGreenBgText);
    border: none;
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    width: 12px
}

.bn-slider-color-input[type=range]::-moz-range-track {
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-ms-thumb {
    background: var(--color-RedGreenBgText);
    border: none;
    border-radius: 100%;
    box-shadow: var(--shadow-shadow2);
    cursor: pointer;
    height: 12px;
    width: 12px
}

.bn-slider-color-input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    margin: 1px 0
}

.bn-slider-color-input[type=range]::-ms-fill-lower,
.bn-slider-color-input[type=range]::-ms-fill-upper {
    background: transparent
}

.bn-slider {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    flex: 1 1;
    margin: 10px 0;
    position: relative;
    z-index: 2
}

.bn-slider-wrapper {
    display: flex;
    position: relative
}

.bn-slider-track {
    background: var(--color-InputLine);
    display: flex;
    height: 1px;
    left: 5px;
    position: absolute;
    right: 5px;
    top: calc(50% - .5px);
    transform: translate(0)
}

.bn-slider-track-thumb {
    background: var(--color-PrimaryText);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.bn-slider-track-step {
    grid-gap: var(--space-3xs);
    align-items: center;
    color: var(--color-SecondaryText);
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    gap: var(--space-3xs);
    line-height: 18px;
    position: absolute;
    top: -2.5px;
    transform: translate(-50%);
    z-index: 2
}

.bn-slider-track-step-dot {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-InputLine);
    border-radius: 1px;
    height: 6px;
    transform: rotate(-45deg);
    width: 6px
}

.bn-slider-track-step.active .bn-slider-track-step-dot {
    background: var(--color-PrimaryText);
    border-color: var(--color-PrimaryText)
}

.bn-slider-track-step:not(.disabled) .bn-slider-track-step-mark {
    cursor: pointer
}

.bn-slider-track-step.disabled {
    color: var(--color-InputLine)
}

.bn-slider-track-number {
    background-color: var(--color-PrimaryText);
    border-radius: var(--radii-xs);
    bottom: 9px;
    color: var(--color-CardBg);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    transform: translate(-50%);
    z-index: 3
}

.bn-slider-track-rtl .bn-slider-track-number,
.bn-slider-track-rtl .bn-slider-track-step {
    transform: translate(50%)
}

.bn-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-webkit-slider-runnable-track {
    background: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-moz-range-thumb {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-moz-range-track {
    background: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-ms-thumb {
    background: var(--color-BasicBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    transform: translate(0) rotate(-45deg);
    width: 10px
}

.bn-slider::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
    cursor: pointer;
    height: 10px;
    width: 100%
}

.bn-slider::-ms-fill-lower,
.bn-slider::-ms-fill-upper {
    background: transparent
}

@media only screen and (min-width:768px) {
    .bn-slider::-webkit-slider-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider::-moz-range-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider::-ms-thumb {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
    .bn-slider-track-number {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-upload {
    grid-gap: var(--space-4xs);
    align-items: center;
    border: 1px solid var(--color-Line);
    border-radius: var(--radii-m);
    color: var(--color-PrimaryText);
    cursor: pointer;
    display: inline-flex;
    gap: var(--space-4xs);
    min-height: 32px;
    padding: var(--space-2xs) var(--space-m)
}

.bn-upload.data-initial.bn-upload:active {
    border: 1px solid var(--color-PrimaryYellow)
}

.bn-upload.data-error,
.bn-upload.data-success,
.bn-upload.data-waiting {
    grid-gap: var(--space-s);
    gap: var(--space-s);
    padding: var(--space-2xs) var(--space-s)
}

.bn-upload.data-error .bn-upload-icon,
.bn-upload.data-success .bn-upload-icon,
.bn-upload.data-waiting .bn-upload-icon {
    font-size: 24px
}

.bn-upload.data-waiting .bn-spinner {
    fill: var(--color-BtnBg);
    stroke: var(--color-BtnBg);
    font-size: 24px;
    transform: scale(.8)
}

.bn-upload.data-waiting .bn-spinner circle {
    stroke-width: 3.5px
}

.bn-upload.data-error {
    border: 1px solid var(--color-Error)
}

.bn-upload.data-error .bn-upload-filename {
    color: var(--color-Error)
}

.bn-upload__primary.data-size-large {
    min-height: 40px;
    padding: var(--space-xs) var(--space-m)
}

.bn-upload__primary.data-size-large.data-error,
.bn-upload__primary.data-size-large.data-success,
.bn-upload__primary.data-size-large.data-waiting {
    padding: var(--space-s)
}

.bn-upload__primary.data-size-large.data-error .bn-upload-icon,
.bn-upload__primary.data-size-large.data-success .bn-upload-icon,
.bn-upload__primary.data-size-large.data-waiting .bn-spinner,
.bn-upload__primary.data-size-large.data-waiting .bn-upload-icon {
    font-size: 48px
}

.bn-upload__square {
    border: 1px solid var(--color-Line);
    flex-direction: column;
    height: 164px;
    justify-content: center;
    position: relative;
    width: 164px
}

.bn-upload__square,
.bn-upload__square.data-error,
.bn-upload__square.data-success,
.bn-upload__square.data-waiting {
    grid-gap: var(--space-4xs);
    gap: var(--space-4xs)
}

.bn-upload__square.data-error .bn-upload-icon,
.bn-upload__square.data-success .bn-upload-icon,
.bn-upload__square.data-waiting .bn-spinner,
.bn-upload__square.data-waiting .bn-upload-icon {
    font-size: 48px
}

.bn-upload__square .bn-upload-icon {
    color: var(--color-PrimaryText);
    font-size: 24px
}

.bn-upload__square .bn-upload-image {
    height: auto;
    width: 100%
}

.bn-upload__square .bn-upload-trigger {
    color: var(--color-PrimaryText)
}

.bn-upload__square .bn-upload-filename {
    max-width: 90%;
    min-width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.bn-upload__square .bn-upload-delete {
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 2
}

.bn-upload-icon {
    align-items: center;
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 16px;
    height: 1em;
    justify-content: center;
    width: 1em
}

.bn-upload-image {
    height: 24px;
    width: 24px
}

.bn-upload-trigger {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px
}

.bn-upload-retry {
    align-items: center;
    background-color: var(--color-Line);
    border-radius: var(--radii-s);
    color: var(--color-PrimaryText);
    display: flex;
    font-size: 12px;
    font-weight: 500;
    height: 24px;
    justify-content: center;
    line-height: 18px;
    margin-top: var(--space-4xs);
    padding-left: var(--space-2xs);
    padding-right: var(--space-2xs)
}

.bn-upload-filename {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 120px
}

.bn-upload-delete {
    color: var(--color-IconNormal);
    font-size: 20px
}

.bn-upload-rtl {
    direction: rtl
}

.bn-upload-rtl.bn-upload__square .bn-upload-delete {
    left: 0;
    right: auto
}

@media only screen and (min-width:768px) {
    .bn-upload.data-initial.bn-upload:hover {
        border: 1px solid var(--color-PrimaryYellow)
    }
}

.bn-step {
    grid-gap: var(--space-xs);
    display: flex;
    flex: 1 1;
    flex-direction: column;
    gap: var(--space-xs);
    position: relative
}

.bn-step__primary.data-status-progress .bn-step-ind {
    background-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-step__primary.data-status-progress .bn-step-content {
    color: var(--color-PrimaryText)
}

.bn-step__primary.data-status-finish .bn-step-ind,
.bn-step__primary.data-status-finish .bn-step-tail {
    background-color: var(--color-PrimaryText);
    color: var(--color-BasicBg)
}

.bn-step__primary:last-of-type .bn-step-tail {
    display: none
}

.bn-step__primary .bn-step-ind {
    align-items: center;
    background-color: var(--color-Line);
    border-radius: 3px;
    color: var(--color-DisableText);
    display: flex;
    flex: none;
    font-size: 12px;
    font-weight: 500;
    height: 16px;
    justify-content: center;
    line-height: 18px;
    position: relative;
    transform: rotate(45deg);
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: linear;
    width: 16px;
    z-index: 2
}

.bn-step__primary .bn-step-ind .bn-svg {
    font-size: 12px
}

.bn-step__primary .bn-step-ind .data-ind-icon {
    align-items: center;
    display: flex;
    justify-content: center;
    transform: rotate(-45deg)
}

.bn-step__primary .bn-step-content {
    color: var(--color-SecondaryText);
    width: 110px
}

.bn-step__primary .bn-step-tail {
    background-color: var(--color-Line);
    height: 2px;
    left: 0;
    position: absolute;
    right: 16px;
    top: 7px;
    transform: translate(16px);
    transition-duration: var(--animation-duration-fast);
    transition-property: background-color;
    transition-timing-function: linear
}

.bn-step__primary__normal .bn-step-ind {
    border-radius: unset;
    height: 8px;
    transform: rotate(45deg);
    width: 8px
}

.bn-step__primary__normal .bn-step-tail {
    right: 8px;
    top: 3px;
    transform: translate(8px)
}

.bn-step__primary__normal .bn-step-content-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.bn-step__primary__normal .bn-step-content-desc {
    color: var(--color-SecondaryText);
    font-size: 12px;
    font-weight: 400;
    line-height: 16px
}

.bn-step__primary__normal .bn-step-content-action {
    color: var(--color-TextLink);
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    margin-top: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content
}

.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-ind,
.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-tail {
    background-color: var(--color-DisableText)
}

.bn-step__primary__normal:not(.data-type-dynamic) .bn-step-content {
    color: var(--color-PrimaryText)
}

.bn-step__primary__normal.data-type-dynamic {
    --bn-step-content-height: 32px
}

.bn-step__primary__normal.data-type-dynamic.data-status-progress .bn-step-ind {
    transform: rotate(45deg) scale(1.25)
}

.bn-step__arrow {
    padding: 0
}

.bn-step__arrow.data-status-progress .bn-step-ind {
    color: var(--color-TextOnYellow)
}

.bn-step__arrow.data-status-progress .bn-step-ind:after,
.bn-step__arrow.data-status-progress .bn-step-ind:before {
    background-color: var(--color-BtnBg)
}

.bn-step__arrow.data-status-progress .bn-step-content,
.bn-step__arrow.data-status-progress .bn-step-content-desc {
    color: var(--color-PrimaryText)
}

.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
    background-image: linear-gradient(to right, var(--color-BtnBg), transparent)
}

.bn-step__arrow:first-of-type .bn-step-ind {
    background-image: linear-gradient(to right, var(--color-Line), transparent);
    border-radius: 2px 0 0 2px
}

.bn-step__arrow .bn-step-ind {
    align-items: center;
    border-radius: 2px;
    color: var(--color-SecondaryText);
    display: flex;
    flex: none;
    font-size: 16px;
    font-weight: 500;
    height: 32px;
    justify-content: center;
    line-height: 24px;
    position: relative;
    width: 100%;
    z-index: 2
}

.bn-step__arrow .bn-step-ind:before {
    border-radius: 2px 2px 2px 0;
    height: 51%;
    top: 0;
    transform: skewX(35deg)
}

.bn-step__arrow .bn-step-ind:after,
.bn-step__arrow .bn-step-ind:before {
    background-color: var(--color-Line);
    content: "";
    left: 6px;
    pointer-events: none;
    position: absolute;
    right: 4px;
    z-index: -1
}

.bn-step__arrow .bn-step-ind:after {
    border-radius: 0 2px 2px 2px;
    bottom: 0;
    height: 50%;
    transform: skewX(-35deg)
}

.bn-step__arrow .bn-step-ind .bn-svg {
    font-size: 16px
}

.bn-step__arrow .bn-step-content {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    max-width: 200px;
    padding: 0 var(--space-xs)
}

.bn-step-content {
    color: var(--color-PrimaryText);
    transition-duration: var(--animation-duration-fast);
    transition-property: color;
    transition-timing-function: linear
}

.bn-step-content-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-step-content-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px
}

.bn-step-content-action {
    margin-top: var(--space-2xs)
}

.bn-step-rtl.bn-step__primary .bn-step-tail {
    left: 16px;
    right: 0;
    transform: translate(-16px)
}

.bn-step-rtl.bn-step__primary.data-status-progress .bn-step-tail {
    background: linear-gradient(to left, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-step-rtl.bn-step__primary__normal .bn-step-tail {
    left: 3px;
    transform: translate(-8px)
}

.bn-step-rtl.bn-step__arrow {
    padding: 0
}

.bn-step-rtl.bn-step__arrow:first-of-type.data-status-progress .bn-step-ind {
    background-image: linear-gradient(to left, var(--color-BtnBg), transparent)
}

.bn-step-rtl.bn-step__arrow:first-of-type .bn-step-ind {
    background-image: linear-gradient(to left, var(--color-Line), transparent);
    border-radius: 0 2px 2px 0
}

.bn-step-rtl.bn-step__arrow .bn-step-ind:before {
    transform: skewX(-35deg)
}

.bn-step-rtl.bn-step__arrow .bn-step-ind:after {
    transform: skewX(35deg)
}

@media only screen and (min-width:768px) {
    .bn-step {
        padding: 0 var(--space-m) 0 0
    }
    .bn-step:last-of-type {
        flex: none;
        padding: 0
    }
    .bn-step-content-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 24px
    }
    .bn-step-content-desc {
        font-size: 14px;
        font-weight: 400;
        line-height: 22px
    }
    .bn-step-rtl {
        padding: 0 0 0 var(--space-m)
    }
    .bn-step__primary__normal .bn-step-content-title {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
    .bn-step__primary__normal .bn-step-content-desc {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px
    }
    .bn-step__primary__normal .bn-step-content-action {
        font-size: 12px;
        font-weight: 500;
        line-height: 16px
    }
    .bn-step__primary__normal .bn-step-content-action:hover {
        color: var(--color-BtnBg)
    }
    .bn-step__primary .bn-step-content {
        color: var(--color-TertiaryText);
        width: 200px
    }
    .bn-step__arrow .bn-step-ind {
        font-size: 16px;
        font-weight: 500;
        line-height: 24px
    }
    .bn-step__arrow .bn-step-content {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px
    }
}

.bn-steps {
    --bn-step-content-height: 64px;
    display: flex;
    position: relative
}

.bn-steps__primary.data-gap {
    grid-gap: var(--space-2xs);
    gap: var(--space-2xs)
}

.bn-steps__primary.data-gap .bn-step-tail {
    left: var(--space-2xs)
}

.bn-steps__primary.data-gap.data-vertical .bn-step-tail {
    top: var(--space-2xs)
}

.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-finish .bn-step-content,
.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-initial .bn-step-content {
    opacity: 0
}

.bn-steps__primary.data-focus-current-step .bn-step__primary.data-status-progress .bn-step-content {
    text-wrap: nowrap;
    white-space: nowrap
}

.bn-steps__primary.data-vertical {
    flex-direction: column
}

.bn-steps__primary.data-vertical .bn-step {
    flex-direction: row
}

.bn-steps__primary.data-vertical .bn-step:not(:last-of-type) {
    min-height: var(--bn-step-content-height);
    padding: 0 0 var(--space-m)
}

.bn-steps__primary.data-vertical .bn-step-content {
    flex: 1 1;
    width: auto
}

.bn-steps__primary.data-vertical .bn-step-tail {
    bottom: 16px;
    height: auto;
    left: 7px;
    right: auto;
    top: 0;
    transform: translateY(20px);
    width: 2px
}

.bn-steps__primary.data-vertical .bn-step__primary .bn-step-ind {
    top: 4px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-ind {
    top: 7px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-tail {
    bottom: 0;
    height: auto;
    left: 3px;
    right: auto;
    top: 0;
    transform: translateY(8px);
    width: 2px
}

.bn-steps__primary.data-vertical .bn-step__primary__normal .bn-step-content {
    grid-gap: var(--space-4xs);
    display: flex;
    flex-direction: column;
    gap: var(--space-4xs)
}

.bn-steps__primary.data-vertical .bn-step__primary__normal.bn-step-rtl .bn-step-tail {
    left: auto;
    right: 3px
}

.bn-steps__primary.data-vertical .bn-step__primary.data-status-progress .bn-step-tail {
    background: var(--color-Line)
}

.bn-steps__primary.data-vertical .bn-step-rtl .bn-step-tail {
    left: auto;
    right: 8px
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(47px) rotate(45deg)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
    transform: rotate(-45deg)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(63px)
}

.bn-steps__primary .bn-step__primary.data-align-center .bn-step-content {
    text-align: center
}

.bn-steps__primary .bn-step__primary.data-align-space-between {
    padding: 0
}

.bn-steps__primary .bn-step__primary.data-align-space-between .bn-step-content {
    max-width: 100%;
    text-align: center;
    width: 100%
}

.bn-steps__primary .bn-step__primary.data-align-space-between .bn-step-tail {
    left: 0;
    right: 0;
    transform: unset
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:first-child .bn-step-tail {
    background: var(--color-Line)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:not(:first-child):not(:last-child) .bn-step-tail {
    background: linear-gradient(to right, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:not(:first-child):not(:last-child).bn-step-rtl .bn-step-tail {
    background: linear-gradient(to left, var(--color-PrimaryText) 50%, var(--color-Line) 50%)
}

.bn-steps__primary .bn-step__primary.data-align-space-between.data-status-progress:last-child .bn-step-tail {
    background: var(--color-PrimaryText)
}

[dir=ltr] .bn-steps__primary .bn-step__primary.data-align-space-between:first-child {
    padding-right: 6px
}

[dir=rtl] .bn-steps__primary .bn-step__primary.data-align-space-between:first-child {
    padding-left: 6px
}

[dir=ltr] .bn-steps__primary .bn-step__primary.data-align-space-between:first-child .bn-step-content {
    text-align: left
}

[dir=rtl] .bn-steps__primary .bn-step__primary.data-align-space-between:first-child .bn-step-content {
    text-align: right
}

.bn-steps__primary .bn-step__primary.data-align-space-between:not(:first-child):not(:last-child) {
    align-items: center;
    padding: 0 6px
}

[dir=ltr] .bn-steps__primary .bn-step__primary.data-align-space-between:last-child {
    padding-left: 6px
}

[dir=rtl] .bn-steps__primary .bn-step__primary.data-align-space-between:last-child {
    padding-right: 6px
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child {
    align-items: flex-end;
    flex: 1 1
}

[dir=ltr] .bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-content {
    text-align: right
}

[dir=rtl] .bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-content {
    text-align: left
}

.bn-steps__primary .bn-step__primary.data-align-space-between:last-child .bn-step-tail {
    display: block
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
    transform: translateX(-47px) rotate(45deg)
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
    transform: rotate(-45deg)
}

.bn-steps__primary .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
    transform: translateX(-63px)
}

@media only screen and (min-width:768px) {
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(92px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(108px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-center .bn-step-content {
        text-align: center
    }
    [dir=ltr] .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:first-child {
        padding-right: var(--space-xl)
    }
    [dir=rtl] .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:first-child {
        padding-left: var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:not(:first-child):not(:last-child) {
        padding: 0 var(--space-xl)
    }
    [dir=ltr] .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:last-child {
        padding-left: var(--space-xl)
    }
    [dir=rtl] .bn-steps__primary:not(.data-vertical) .bn-step__primary.data-align-space-between:last-child {
        padding-right: var(--space-xl)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(-92px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(-108px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(96px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(104px)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind {
        transform: translateX(-96px) rotate(45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-ind .data-ind-icon {
        transform: rotate(-45deg)
    }
    .bn-steps__primary:not(.data-vertical) .bn-step__primary__normal.bn-step-rtl.bn-step__primary.data-align-center .bn-step-tail {
        transform: translateX(-104px)
    }
}

.bn-tag {
    font-size: 12px;
    font-weight: 500;
    height: 20px;
    line-height: 18px
}

.bn-tag>.bn-bubble-content {
    grid-gap: 2px;
    align-items: center;
    display: flex;
    gap: 2px;
    padding: 0 6px
}

.bn-tag>.bn-bubble-content>svg {
    font-size: 12px
}

.bn-tag.data-size-small {
    font-size: 10px;
    font-weight: 400;
    height: 16px;
    line-height: 16px
}

.bn-tag.data-size-small>.bn-bubble-content {
    border-radius: var(--radii-2xs);
    padding: 0 4px
}

@media only screen and (min-width:768px) {
    .bn-tag.data-size-small {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
    .bn-tag.data-size-small>.bn-bubble-content>svg {
        font-size: 12px
    }
}

.bn-tag.data-corner-top-left>.bn-bubble-content {
    border-radius: 0 0 8px 0;
    padding: 0 8px
}

.bn-tag.data-corner-top-right>.bn-bubble-content {
    border-radius: 0 0 0 8px;
    padding: 0 8px
}

.bn-tag-wrap {
    align-items: center;
    direction: ltr;
    display: inline-flex;
    position: relative
}

.bn-tag.bn-bubble__info {
    --color-arrow: var(--color-Input);
    color: var(--color-PrimaryText)
}

.bn-tag.bn-bubble__warn {
    --color-arrow: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-tag.bn-bubble__success {
    --color-arrow: rgba(46, 189, 133, .1);
    color: var(--color-Success)
}

.bn-tag.bn-bubble__error {
    --color-arrow: rgba(246, 70, 93, .1);
    color: var(--color-Error)
}

@media only screen and (min-width:768px) {
    .bn-tag {
        height: 24px
    }
    .bn-tag>.bn-bubble-content>svg {
        font-size: 16px
    }
}

.bn-picker-view {
    align-items: center;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    height: 250px;
    line-height: 28px;
    padding: 0 var(--space-4xl);
    position: relative
}

.bn-picker-view-column-content {
    transition: transform var(--animation-duration-base) ease
}

.bn-picker-view.dark .bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, rgba(32, 38, 48, .8), rgba(32, 38, 48, .4)), linear-gradient(0deg, rgba(32, 38, 48, .8), rgba(32, 38, 48, .4))
}

.bn-picker-view.midnight .bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4)), linear-gradient(0deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4))
}

@media only screen and (min-width:768px) {
    .bn-picker-view.dark .bn-picker-view-column-mask {
        background-image: linear-gradient(180deg, rgba(30, 35, 41, .8), rgba(30, 35, 41, .4)), linear-gradient(0deg, rgba(30, 35, 41, .8), rgba(30, 35, 41, .4))
    }
    .bn-picker-view.midnight .bn-picker-view-column-mask {
        background-image: linear-gradient(180deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4)), linear-gradient(0deg, rgba(40, 40, 40, .8), rgba(40, 40, 40, .4))
    }
}

.bn-picker-view-column {
    display: block;
    flex: 1 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%
}

.bn-picker-view-column-item {
    box-sizing: border-box;
    color: var(--color-PrimaryText);
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    padding: 0 var(--space-3xs);
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%
}

.bn-picker-view-column-mask {
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4)), linear-gradient(0deg, hsla(0, 0%, 100%, .8), hsla(0, 0%, 100%, .4));
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-size: 100% 204px;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3
}

.bn-picker-view-column-content {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.bn-picker-view-column-indicator {
    box-sizing: border-box;
    height: 50px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 3
}

.bn-picker-view:after,
.bn-picker-view:before {
    background-color: var(--color-Line);
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    right: 0
}

.bn-picker-view:before {
    top: calc(50% - 25px)
}

.bn-picker-view:after {
    bottom: calc(50% - 25px)
}

.bn-picker-header {
    grid-gap: var(--space-4xs);
    align-items: center;
    display: flex;
    gap: var(--space-4xs);
    padding: var(--space-m);
    position: relative
}

.bn-picker-header-main {
    color: var(--color-PrimaryText);
    flex: 1 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: center
}

.bn-picker-footer {
    grid-gap: var(--space-s);
    align-items: center;
    display: flex;
    gap: var(--space-s);
    justify-content: space-between;
    padding: var(--space-m)
}

.bn-picker-footer-cancel,
.bn-picker-footer-confirm {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px
}

.bn-picker-box,
.bn-picker-range {
    background-color: var(--color-CardBg);
    width: 100%
}

.bn-picker-inputs {
    align-items: center;
    color: var(--color-SecondaryText);
    display: flex;
    font-size: 14px;
    font-weight: 400;
    justify-content: space-between;
    line-height: 22px;
    padding: var(--space-xs) var(--space-m)
}

.bn-picker-inputs-input {
    background-color: var(--color-Input);
    color: var(--color-PrimaryText);
    font-size: 16px;
    font-weight: 400;
    height: 36px;
    line-height: 24px;
    min-height: 36px;
    padding: 0 34px;
    width: 150px
}

.bn-picker-inputs-input.focus {
    border: 1.5px solid var(--color-PrimaryText)
}

.bn-picker-inputs-separator {
    min-width: 45px;
    text-align: center
}

.bn-keyboard {
    grid-gap: var(--space-2xs);
    display: grid;
    gap: var(--space-2xs);
    grid-template-columns: repeat(3, 1fr);
    min-width: 375px;
    padding: var(--space-m) var(--space-4xs)
}

.bn-keyboard,
.bn-keyboard-key {
    background-color: var(--color-CardBg)
}

.bn-keyboard-key {
    color: var(--color-PrimaryText);
    font-size: 28px;
    font-weight: 600;
    height: 46px;
    line-height: 40px
}

.bn-keyboard-key:active {
    background-color: var(--color-Vessel)
}

.bn-keyboard-key-separator {
    padding-bottom: 16px
}

.bn-keyboard-hide-separator .bn-keyboard-key-separator {
    visibility: hidden
}

.bn-keyboard-rtl .bn-keyboard-key-cancel {
    transform: scaleX(-1)
}

.bn-searchBar {
    transition-duration: var(--animation-duration-slow);
    transition-property: width;
    transition-timing-function: ease-in-out
}

.bn-searchBar__collapsible {
    display: flex;
    justify-content: flex-end;
    width: 100%
}

.bn-searchBar__collapsible .bn-textField {
    transition-duration: var(--animation-duration-slow);
    width: 100%
}

.bn-searchBar__collapsible .bn-textField-clear {
    opacity: 1;
    transition-delay: var(--animation-duration-slow);
    transition-property: opacity;
    visibility: visible
}

.bn-searchBar__collapsible .bn-textField-input {
    opacity: 1;
    transition-delay: var(--animation-duration-fast);
    transition-property: opacity
}

.bn-searchBar__collapsible.bn-searchBar__collapsed {
    width: 20px
}

.bn-searchBar__collapsed .bn-textField {
    background: transparent;
    border-color: transparent;
    padding-left: 0;
    width: 20px
}

.bn-searchBar__collapsed .bn-textField-input {
    opacity: 0;
    transition-delay: var(--animation-duration-fast);
    transition-property: opacity
}

.bn-searchBar__collapsed .bn-textField-prefix {
    color: var(--color-PrimaryText)
}

.bn-searchBar__collapsed .bn-textField-clear {
    opacity: 0;
    visibility: hidden
}

.bn-skeleton {
    display: flex;
    width: 100%
}

[dir=ltr] .bn-skeleton-header {
    padding-right: var(--space-s)
}

[dir=rtl] .bn-skeleton-header {
    padding-left: var(--space-s)
}

.bn-skeleton-content {
    flex: 1 1
}

.bn-skeleton.bn-skeleton-active .bn-skeleton-avatar,
.bn-skeleton.bn-skeleton-active .bn-skeleton-image,
.bn-skeleton.bn-skeleton-active .bn-skeleton-paragraph-row,
.bn-skeleton.bn-skeleton-active .bn-skeleton-title {
    animation: skeleton-loading 1.4s ease infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 75%, .2) 25%, hsla(0, 0%, 51%, .24) 37%, hsla(0, 0%, 75%, .2) 63%);
    background-size: 400% 100%
}

.bn-skeleton-avatar {
    background: var(--color-Input);
    border-radius: 50%;
    display: inline-block;
    height: 64px;
    vertical-align: top;
    width: 64px
}

.bn-skeleton-avatar-small {
    height: 24px;
    width: 24px
}

.bn-skeleton-avatar-square,
.bn-skeleton-title {
    border-radius: var(--radii-xs)
}

.bn-skeleton-title {
    background: var(--color-Input);
    height: 24px;
    width: 50%
}

.bn-skeleton .bn-skeleton-paragraph-row-wrapper {
    display: flex
}

[dir=ltr] .bn-skeleton .bn-skeleton-paragraph-row-wrapper .bn-skeleton-avatar {
    margin-right: var(--space-s)
}

[dir=rtl] .bn-skeleton .bn-skeleton-paragraph-row-wrapper .bn-skeleton-avatar {
    margin-left: var(--space-s)
}

.bn-skeleton .bn-skeleton-paragraph-row-wrapper .bn-skeleton-avatar {
    flex-shrink: 0
}

.bn-skeleton .bn-skeleton-paragraph-row-wrapper+.bn-skeleton-paragraph-row-wrapper {
    margin-top: var(--space-mm)
}

.bn-skeleton .bn-skeleton-paragraph-row {
    background: var(--color-Input);
    border-radius: var(--radii-xs);
    height: 24px;
    width: 100%
}

.bn-skeleton .bn-skeleton-paragraph-row+.bn-skeleton-paragraph-row,
.bn-skeleton-title+.bn-skeleton-paragraph {
    margin-top: var(--space-mm)
}

.bn-skeleton-images {
    display: flex;
    width: 100%
}

.bn-skeleton-image {
    background: var(--color-Input);
    border-radius: var(--radii-xs);
    height: 154px;
    width: 100%
}

[dir=ltr] .bn-skeleton-image+.bn-skeleton-image {
    margin-left: var(--space-mm)
}

[dir=rtl] .bn-skeleton-image+.bn-skeleton-image {
    margin-right: var(--space-mm)
}

.bn-skeleton-paragraph+.bn-skeleton-images {
    margin-top: var(--space-mm)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-ranges .bn-web-datepicker-now {
    display: none
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs);
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-extra {
    flex-grow: 1
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list {
    grid-gap: var(--space-4xs);
    align-items: center;
    display: flex;
    gap: var(--space-4xs)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list button {
    --button-color: var(--color-TertiaryText);
    padding: 0 16px
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-list button:hover:not(.inactive):not([disabled]) {
    --button-bg: var(--color-Input);
    --button-color: var(--color-PrimaryText)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-range-btn-actions {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs)
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-date {
    align-items: center;
    display: flex;
    justify-content: space-between
}

.bn-web-datepicker-dropdown.data-default-footer .bn-web-datepicker-footer-date-btn-actions {
    grid-gap: var(--space-xs);
    align-items: center;
    display: flex;
    gap: var(--space-xs)
}

.bn-web-datepicker {
    background: var(--color-CardBg);
    border: 1px solid var(--color-InputLine);
    border-radius: var(--radii-m);
    display: inline-flex;
    height: 40px;
    padding: 0 var(--space-s);
    width: 212px
}

.bn-web-datepicker.data-borderless {
    background: transparent;
    border: none
}

.bn-web-datepicker:hover:not(.bn-web-datepicker-disabled):not(.data-borderless) {
    border: 1px solid var(--color-BtnBg)
}

.bn-web-datepicker.data-size-large {
    height: 48px
}

.bn-web-datepicker.data-size-small {
    height: 32px
}

.bn-web-datepicker.data-size-tiny {
    height: 28px;
    padding: 0 var(--space-2xs);
    width: 114px
}

.bn-web-datepicker.data-size-tiny.data-time {
    width: 158px
}

.bn-web-datepicker.data-size-tiny .bn-web-datepicker-suffix {
    padding-left: var(--space-4xs)
}

.bn-web-datepicker.data-size-tiny .bn-web-datepicker-input>input {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range {
    width: 212px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range.data-time {
    width: 302px
}

.bn-web-datepicker.data-size-tiny.bn-web-datepicker-range .bn-web-datepicker-range-separator {
    font-size: 16px;
    padding: 0 var(--space-4xs)
}

.bn-web-datepicker.bn-web-datepicker-range {
    width: 280px
}

.bn-web-datepicker.bn-web-datepicker-range.data-time {
    width: 365px
}

.bn-web-datepicker-focused {
    border: 1px solid var(--color-BtnBg)
}

.bn-web-datepicker.bn-web-datepicker-disabled {
    background-color: var(--color-Line);
    border: none;
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled ::-moz-placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker.bn-web-datepicker-disabled *,
.bn-web-datepicker.bn-web-datepicker-disabled ::placeholder {
    color: var(--color-DisableText)
}

.bn-web-datepicker-range-separator {
    align-items: center;
    color: var(--color-IconNormal);
    display: flex;
    flex: none;
    font-size: 20px;
    padding: 0 var(--space-2xs)
}

.bn-web-datepicker-input {
    background: inherit;
    display: inline-flex;
    flex: 1 1;
    position: relative;
    width: 100%
}

.bn-web-datepicker-suffix {
    flex: none;
    padding-left: var(--space-2xs)
}

.bn-web-datepicker-clear,
.bn-web-datepicker-suffix {
    align-items: center;
    color: var(--color-IconNormal);
    display: flex
}

.bn-web-datepicker-clear {
    background: inherit;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s linear
}

.bn-web-datepicker:hover .bn-web-datepicker-clear {
    opacity: 1
}

.bn-web-datepicker-input>input {
    background: inherit;
    border: none;
    color: var(--color-PrimaryText);
    flex: 1 1;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    outline: none;
    padding: 0;
    width: 100%
}

.bn-web-datepicker-input>input::-moz-placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-input>input::placeholder {
    color: var(--color-IconNormal)
}

.bn-web-datepicker-range .bn-web-datepicker-input>input {
    text-align: center
}

.bn-web-datepicker-rtl .bn-web-datepicker-suffix {
    padding-left: 0;
    padding-right: var(--space-2xs)
}

.bn-web-datepicker-rtl .bn-web-datepicker-clear {
    left: 0;
    right: auto
}

.bn-web-datepicker-panel {
    border: none;
    box-sizing: content-box;
    color: var(--color-DisableText);
    display: inline-block;
    font-size: 14px;
    padding: 0;
    vertical-align: top
}

.bn-web-datepicker-date-panel,
.bn-web-datepicker-decade-panel,
.bn-web-datepicker-month-panel,
.bn-web-datepicker-time-panel,
.bn-web-datepicker-week-panel,
.bn-web-datepicker-year-panel {
    display: flex;
    flex-direction: column;
    padding: 24px 32px
}

.bn-web-datepicker-date-panel table,
.bn-web-datepicker-decade-panel table,
.bn-web-datepicker-month-panel table,
.bn-web-datepicker-time-panel table,
.bn-web-datepicker-week-panel table,
.bn-web-datepicker-year-panel table {
    border-collapse: collapse;
    min-width: 224px;
    text-align: center
}

.bn-web-datepicker-header {
    grid-gap: var(--space-m);
    display: flex;
    gap: var(--space-m);
    padding-bottom: 2px
}

.bn-web-datepicker-header>* {
    flex: none
}

.bn-web-datepicker-header button {
    align-items: center;
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: var(--color-IconNormal);
    cursor: pointer;
    display: inline-flex
}

.bn-web-datepicker-header button:active,
.bn-web-datepicker-header button:hover {
    color: var(--color-TextLink)
}

.bn-web-datepicker-header button:disabled {
    color: var(--color-DisableText)
}

.bn-web-datepicker-header-next-btn,
.bn-web-datepicker-header-prev-btn,
.bn-web-datepicker-header-super-next-btn,
.bn-web-datepicker-header-super-prev-btn {
    -webkit-appearance: none;
    background: inherit;
    border: none;
    color: var(--color-IconNormal);
    cursor: pointer;
    font-size: 16px
}

.bn-web-datepicker-header-next-btn:active,
.bn-web-datepicker-header-next-btn:hover,
.bn-web-datepicker-header-prev-btn:active,
.bn-web-datepicker-header-prev-btn:hover,
.bn-web-datepicker-header-super-next-btn:active,
.bn-web-datepicker-header-super-next-btn:hover,
.bn-web-datepicker-header-super-prev-btn:active,
.bn-web-datepicker-header-super-prev-btn:hover {
    color: var(--color-TextLink)
}

.bn-web-datepicker-header-next-btn:disabled,
.bn-web-datepicker-header-prev-btn:disabled,
.bn-web-datepicker-header-super-next-btn:disabled,
.bn-web-datepicker-header-super-prev-btn:disabled {
    color: var(--color-DisableText)
}

.bn-web-datepicker-header-view {
    color: var(--color-PrimaryText);
    flex: auto;
    text-align: center
}

.bn-web-datepicker-header-view>button {
    border: 0;
    color: var(--color-PrimaryText);
    font-weight: 400;
    margin-left: var(--space-4xs);
    margin-right: var(--space-4xs);
    padding: 0;
    vertical-align: middle
}

.bn-web-datepicker-cell-inner {
    background: transparent;
    border: 1px solid transparent;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 32px;
    line-height: 32px;
    margin: 0;
    outline: none;
    padding: 0;
    width: 100%
}

.bn-web-datepicker-cell-inner:hover {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-cell-disabled>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-cell-disabled>.bn-web-datepicker-time-panel-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-time-panel-cell-disabled>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-dropdown [class*=-panel] .bn-web-datepicker-time-panel-cell-disabled>.bn-web-datepicker-time-panel-cell-inner {
    background: inherit;
    color: var(--color-DisableText);
    cursor: not-allowed
}

.bn-web-datepicker-cell-in-view {
    color: var(--color-PrimaryText);
    min-width: 32px;
    padding: 1px 0
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today {
    color: var(--color-TextLink)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today>.bn-web-datepicker-cell-inner:hover {
    background-color: var(--color-BadgeBg);
    color: var(--color-TextLink)
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-today.bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-radius: 0
}

.bn-web-datepicker-cell-in-view.bn-web-datepicker-cell-in-range>.bn-web-datepicker-cell-inner {
    background: rgba(0, 0, 255, .05);
    min-width: 32px
}

.bn-web-datepicker-cell-range-hover,
.bn-web-datepicker-cell-range-hover-end,
.bn-web-datepicker-cell-range-hover-start {
    position: relative
}

.bn-web-datepicker-cell-range-hover-end:after,
.bn-web-datepicker-cell-range-hover-start:after,
.bn-web-datepicker-cell-range-hover:after {
    border-left: 0;
    border-right: 0;
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 3px
}

.bn-web-datepicker-footer,
.bn-web-datepicker-picker-footer {
    background: transparent;
    border-top: 1px solid var(--color-Line);
    padding: 16px 24px
}

.bn-web-datepicker-ranges {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.bn-web-datepicker-ranges>li {
    display: inline-block;
    height: 32px;
    line-height: 32px
}

.bn-web-datepicker-ok {
    float: right
}

.bn-web-datepicker-ok button {
    background: var(--color-BtnBg);
    border: none;
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow);
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 32px;
    min-width: 60px;
    padding: 0 var(--space-s)
}

.bn-web-datepicker-ok button:hover:not(:disabled) {
    background: var(--color-BtnBg);
    box-shadow: none;
    opacity: .9
}

.bn-web-datepicker-ok button:disabled {
    background: var(--color-Line);
    cursor: not-allowed;
    opacity: .3
}

.bn-web-datepicker-year-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-year-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s);
    color: var(--color-TextLink)
}

.bn-web-datepicker-year-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    border-color: transparent;
    border-radius: var(--radii-s)
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    background: transparent
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-single>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-month-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    border-color: var(--color-TextLink);
    border-radius: var(--radii-s);
    color: var(--color-TextLink)
}

.bn-web-datepicker-month-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    border-radius: var(--radii-s)
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view {
    width: 20px
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-week {
    color: #999;
    font-size: 12px;
    font-weight: 700
}

.bn-web-datepicker-week-panel .bn-web-datepicker-cell-in-view:hover>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-week-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    background: transparent
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-selected>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-in-range>.bn-web-datepicker-cell-inner {
    background: var(--color-BadgeBg);
    color: var(--color-PrimaryText)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    color: var(--color-TextOnYellow)
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-color: var(--color-BtnBg);
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-color: var(--color-BtnBg);
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    border-right-color: transparent;
    border-style: solid
}

.bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end>.bn-web-datepicker-cell-inner {
    background-color: var(--color-BtnBg);
    border-color: var(--color-BtnBg);
    border-left-color: transparent;
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    border-style: solid
}

.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-end.bn-web-datepicker-cell-range-end-near-hover>.bn-web-datepicker-cell-inner,
.bn-web-datepicker-data-panel .bn-web-datepicker-cell-range-start.bn-web-datepicker-cell-range-start-near-hover>.bn-web-datepicker-cell-inner {
    border-radius: 0
}

.bn-web-datepicker-time-panel {
    width: auto
}

.bn-web-datepicker-time-panel .bn-web-datepicker-header {
    visibility: hidden
}

.bn-web-datepicker-time-panel-column {
    --scroll-pad: 1px !important;
    --scroll-size: 5px !important;
    flex: none;
    font-size: 12px;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    padding: 0 0 180px;
    text-align: left;
    transition: background .3s;
    width: 64px
}

.bn-web-datepicker-time-panel-column-active {
    background: rgba(0, 0, 255, .1)
}

.bn-web-datepicker-content {
    border-spacing: 0;
    table-layout: fixed
}

.bn-web-datepicker-content th {
    font-size: 12px;
    font-weight: 400;
    height: 32px;
    line-height: 18px
}

.bn-web-datepicker-time-panel .bn-web-datepicker-content {
    display: flex;
    justify-content: center;
    max-height: 232px
}

.bn-web-datepicker-time-panel-column>li {
    cursor: pointer;
    margin: 0;
    padding: 0
}

.bn-web-datepicker-time-panel-column>li .bn-web-datepicker-time-panel-cell-inner {
    color: var(--color-PrimaryText);
    display: block;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    margin: 0;
    text-align: center;
    width: 100%
}

.bn-web-datepicker-time-panel-cell.bn-web-datepicker-time-panel-cell-selected {
    background-color: var(--color-BadgeBg);
    border-radius: var(--radii-xs)
}

.bn-web-datepicker-datetime-panel {
    grid-gap: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    padding: 18px 32px
}

.bn-web-datepicker-datetime-panel .bn-web-datepicker-time-panel {
    border-left: none
}

.bn-web-datepicker-datetime-panel .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel .bn-web-datepicker-time-panel {
    padding: 0;
    transition: opacity .3s
}

.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel {
    opacity: .3
}

.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-date-panel-active,
.bn-web-datepicker-datetime-panel-active .bn-web-datepicker-time-panel-active {
    opacity: 1
}

.bn-web-datepicker-dropdown {
    position: absolute;
    z-index: var(--zindex-calendar)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container {
    background: var(--color-CardBg);
    border-radius: var(--radii-xl);
    box-shadow: var(--shadow-shadow2)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-panel-container .bn-web-datepicker-panel {
    border-radius: var(--radii-s)
}

.bn-web-datepicker-dropdown-range {
    padding: 8px 0
}

.bn-web-datepicker-dropdown-hidden {
    display: none
}

.bn-web-datepicker-dropdown-placement-topLeft .bn-web-datepicker-range-arrow,
.bn-web-datepicker-dropdown-placement-topRight .bn-web-datepicker-range-arrow {
    bottom: 6px;
    display: none;
    transform: rotate(135deg)
}

.bn-web-datepicker-dropdown-placement-bottomLeft .bn-web-datepicker-range-arrow,
.bn-web-datepicker-dropdown-placement-bottomright .bn-web-datepicker-range-arrow {
    display: none;
    top: 6px;
    transform: rotate(-45deg)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow {
    height: 10px;
    left: 10px;
    margin-left: 10px;
    position: absolute;
    transition: all .3s;
    width: 10px;
    z-index: 1
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:after,
.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:before {
    border-color: var(--color-CardBg) var(--color-CardBg) transparent transparent;
    box-sizing: border-box;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%)
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:before {
    height: 10px;
    width: 10px
}

.bn-web-datepicker-dropdown .bn-web-datepicker-range-arrow:after {
    height: 8px;
    width: 8px
}

.bn-web-datepicker-dropdown-rtl .bn-web-datepicker-panels {
    flex-direction: row-reverse
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-start>.bn-web-datepicker-cell-inner {
    border-radius: 0 var(--radii-s) var(--radii-s) 0
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-end>.bn-web-datepicker-cell-inner {
    border-radius: var(--radii-s) 0 0 var(--radii-s)
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-left-color: transparent;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-start>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-left-color: transparent;
    border-radius: var(--radii-s) 0 0 var(--radii-s);
    border-style: dashed
}

.bn-web-datepicker-panel-rtl .bn-web-datepicker-date-panel .bn-web-datepicker-cell-range-hover-end>.bn-web-datepicker-cell-inner {
    border-color: var(--color-PrimaryYellow);
    border-radius: 0 var(--radii-s) var(--radii-s) 0;
    border-right-color: transparent;
    border-style: dashed
}

.bn-web-datepicker-range {
    display: inline-flex;
    position: relative
}

.bn-web-datepicker-range-wrapper {
    background: var(--color-CardBg);
    border-radius: var(--radii-xl);
    display: flex;
    min-width: auto !important
}

.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels {
    grid-gap: var(--space-xl);
    display: flex;
    gap: var(--space-xl);
    padding: 18px 32px
}

.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-date-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-datetime-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-decade-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-month-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-time-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-week-panel,
.bn-web-datepicker-range-wrapper .bn-web-datepicker-panels .bn-web-datepicker-year-panel {
    padding: 0
}

.bn-web-datepicker-range .bn-web-datepicker-active-bar {
    display: none
}

.bn-web-datepicker-panel-container {
    display: inline-block;
    transition: margin .3s;
    vertical-align: top
}

.bn-dual-slider-wrapper {
    margin-left: 8px;
    margin-right: 8px
}

.bn-dual-slider-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
    margin-left: -8px;
    margin-right: -8px
}

.bn-dual-slider-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px
}

.bn-dual-slider-values {
    grid-gap: 2px;
    display: flex;
    gap: 2px
}

.bn-dual-slider-values .bn-textField.data-size-tiny {
    width: 80px
}

.bn-dual-slider-number {
    background-color: var(--color-PrimaryText);
    border-radius: var(--radii-xs);
    bottom: -21px;
    color: var(--color-CardBg);
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 0 var(--space-4xs);
    position: absolute;
    transform: translate(-50%);
    z-index: 3
}

@media only screen and (min-width:768px) {
    .bn-dual-slider-number {
        font-size: 12px;
        font-weight: 400;
        line-height: 18px
    }
}

.bn-rc-slider {
    align-items: center;
    display: flex;
    height: 15px;
    padding: 7px 0;
    position: relative;
    touch-action: none;
    width: 100%
}

.bn-rc-slider-rail {
    background-color: var(--color-Line);
    height: 1px;
    position: absolute;
    width: 100%
}

.bn-rc-slider-track,
.bn-rc-slider-tracks {
    background-color: var(--color-PrimaryText);
    height: 1px;
    position: absolute
}

.bn-rc-slider-handle {
    background-color: var(--color-CardBg);
    border: 1px solid var(--color-PrimaryText);
    border-radius: 1px;
    cursor: pointer;
    height: 10px;
    position: absolute;
    top: 50%;
    touch-action: pan-x;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 10px;
    z-index: 1
}

.bn-rc-slider-mark {
    display: none
}

.bn-rc-slider-mark-text {
    color: #999;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    text-align: center;
    vertical-align: middle
}

.bn-rc-slider-step {
    background: transparent;
    height: 1px;
    position: absolute;
    width: 100%
}

.bn-rc-slider-dot {
    background-color: var(--color-BasicBg);
    border: 1px solid var(--color-Line);
    border-radius: 1px;
    cursor: pointer;
    height: 6px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 6px
}

.bn-rc-slider-dot-active {
    background-color: var(--color-PrimaryText)
}

.bn-rc-slider-disabled .bn-rc-slider-dot,
.bn-rc-slider-disabled .bn-rc-slider-handle {
    cursor: not-allowed
}

.bn-rc-slider-disabled .bn-rc-slider-dot,
.bn-rc-slider-disabled .bn-rc-slider-mark-text {
    cursor: not-allowed !important
}

@media only screen and (min-width:768px) {
    .bn-rc-slider-handle {
        box-shadow: 0 0 0 .5px var(--color-PrimaryText)
    }
}

*,
:after,
:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, .5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
    --tw-shadow: 0 0 transparent;
    --tw-shadow-colored: 0 0 transparent;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.\ !visible,
.visible {
    visibility: visible !important
}

.collapse {
    visibility: collapse !important
}

.fixed {
    position: fixed !important
}

.absolute {
    position: absolute !important
}

.relative {
    position: relative !important
}

.sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.bottom-0 {
    bottom: 0 !important
}

.left-0 {
    left: 0 !important
}

.left-1\/2 {
    left: 50% !important
}

.left-m {
    left: 16px !important
}

.left-xl {
    left: 24px !important
}

.right-0 {
    right: 0 !important
}

.right-m {
    right: 16px !important
}

.right-xl {
    right: 24px !important
}

.top-0 {
    top: 0 !important
}

.top-1\/2 {
    top: 50% !important
}

.top-\[-8px\] {
    top: -8px !important
}

.top-m {
    top: 16px !important
}

.top-xl {
    top: 24px !important
}

.z-20 {
    z-index: 20 !important
}

.z-\[999\] {
    z-index: 999 !important
}

.z-\[99\] {
    z-index: 99 !important
}

.order-1 {
    order: 1 !important
}

.mx-2xs {
    margin-left: 8px !important;
    margin-right: 8px !important
}

.mx-\[24px\] {
    margin-left: 24px !important;
    margin-right: 24px !important
}

.mx-\[2px\] {
    margin-left: 2px !important;
    margin-right: 2px !important
}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important
}

.mx-m {
    margin-left: 16px !important;
    margin-right: 16px !important
}

.my-auto {
    margin-bottom: auto !important;
    margin-top: auto !important
}

.my-m {
    margin-bottom: 16px !important;
    margin-top: 16px !important
}

.my-xl {
    margin-bottom: 24px !important;
    margin-top: 24px !important
}

.mb-\[0px\] {
    margin-bottom: 0 !important
}

.mb-\[40px\] {
    margin-bottom: 40px !important
}

.mb-\[48px\] {
    margin-bottom: 48px !important
}

.mb-\[64px\] {
    margin-bottom: 64px !important
}

.mb-m {
    margin-bottom: 16px !important
}

.mb-xl {
    margin-bottom: 24px !important
}

.ml-2xs {
    margin-left: 8px !important
}

.ml-3xl {
    margin-left: 32px !important
}

.ml-4xl {
    margin-left: 36px !important
}

.ml-4xs {
    margin-left: 4px !important
}

.ml-\[0px\] {
    margin-left: 0 !important
}

.ml-m {
    margin-left: 16px !important
}

.ml-s {
    margin-left: 12px !important
}

.ml-xl {
    margin-left: 24px !important
}

.ml-xs {
    margin-left: 10px !important
}

.mr-2xs {
    margin-right: 8px !important
}

.mr-3xl {
    margin-right: 32px !important
}

.mr-4xl {
    margin-right: 36px !important
}

.mr-4xs {
    margin-right: 4px !important
}

.mr-\[0px\] {
    margin-right: 0 !important
}

.mr-m {
    margin-right: 16px !important
}

.mr-s {
    margin-right: 12px !important
}

.mr-xl {
    margin-right: 24px !important
}

.mr-xs {
    margin-right: 10px !important
}

.mt-2xs {
    margin-top: 8px !important
}

.mt-\[0px\] {
    margin-top: 0 !important
}

.mt-\[3px\] {
    margin-top: 3px !important
}

.mt-\[40px\] {
    margin-top: 40px !important
}

.mt-m {
    margin-top: 16px !important
}

.mt-xl {
    margin-top: 24px !important
}

.line-clamp-1 {
    -webkit-line-clamp: 1 !important
}

.line-clamp-1,
.line-clamp-2 {
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important
}

.line-clamp-2 {
    -webkit-line-clamp: 2 !important
}

.block {
    display: block !important
}

.inline-block {
    display: inline-block !important
}

.inline {
    display: inline !important
}

.flex {
    display: flex !important
}

.inline-flex {
    display: inline-flex !important
}

.hidden {
    display: none !important
}

.aspect-\[6\] {
    aspect-ratio: 6 !important
}

.h-0,
.h-\[0px\] {
    height: 0 !important
}

.h-\[104px\] {
    height: 104px !important
}

.h-\[13px\] {
    height: 13px !important
}

.h-\[14px\] {
    height: 14px !important
}

.h-\[16px\] {
    height: 16px !important
}

.h-\[180px\] {
    height: 180px !important
}

.h-\[20px\] {
    height: 20px !important
}

.h-\[22px\] {
    height: 22px !important
}

.h-\[24px\] {
    height: 24px !important
}

.h-\[28px\] {
    height: 28px !important
}

.h-\[32px\] {
    height: 32px !important
}

.h-\[336px\] {
    height: 336px !important
}

.h-\[40px\] {
    height: 40px !important
}

.h-\[48px\] {
    height: 48px !important
}

.h-\[4px\] {
    height: 4px !important
}

.h-\[538px\] {
    height: 538px !important
}

.h-\[56px\] {
    height: 56px !important
}

.h-\[8px\] {
    height: 8px !important
}

.h-\[96px\] {
    height: 96px !important
}

.h-auto {
    height: auto !important
}

.h-fit {
    height: -moz-fit-content !important;
    height: -webkit-fit-content !important;
    height: fit-content !important
}

.h-full {
    height: 100% !important
}

.min-h-\[100px\] {
    min-height: 100px !important
}

.min-h-\[106px\] {
    min-height: 106px !important
}

.min-h-\[56px\] {
    min-height: 56px !important
}

.min-h-\[8px\] {
    min-height: 8px !important
}

.min-h-fit {
    min-height: -moz-fit-content !important;
    min-height: -webkit-fit-content !important;
    min-height: fit-content !important
}

.w-1\/2 {
    width: 50% !important
}

.w-\[112px\] {
    width: 112px !important
}

.w-\[12px\] {
    width: 12px !important
}

.w-\[135px\] {
    width: 135px !important
}

.w-\[138px\] {
    width: 138px !important
}

.w-\[13px\] {
    width: 13px !important
}

.w-\[14px\] {
    width: 14px !important
}

.w-\[165px\] {
    width: 165px !important
}

.w-\[168px\] {
    width: 168px !important
}

.w-\[16px\] {
    width: 16px !important
}

.w-\[20px\] {
    width: 20px !important
}

.w-\[24px\] {
    width: 24px !important
}

.w-\[28px\] {
    width: 28px !important
}

.w-\[328px\] {
    width: 328px !important
}

.w-\[32px\] {
    width: 32px !important
}

.w-\[336px\] {
    width: 336px !important
}

.w-\[375px\] {
    width: 375px !important
}

.w-\[3px\] {
    width: 3px !important
}

.w-\[40px\] {
    width: 40px !important
}

.w-\[436px\] {
    width: 436px !important
}

.w-\[45\%\] {
    width: 45% !important
}

.w-\[456px\] {
    width: 456px !important
}

.w-\[48px\] {
    width: 48px !important
}

.w-\[496px\] {
    width: 496px !important
}

.w-\[calc\(100\%_-_59px\)\] {
    width: calc(100% - 59px) !important
}

.w-auto {
    width: auto !important
}

.w-fit {
    width: -moz-fit-content !important;
    width: -webkit-fit-content !important;
    width: fit-content !important
}

.w-full {
    width: 100% !important
}

.min-w-\[120px\] {
    min-width: 120px !important
}

.min-w-\[164px\] {
    min-width: 164px !important
}

.min-w-\[180px\] {
    min-width: 180px !important
}

.min-w-\[3px\] {
    min-width: 3px !important
}

.min-w-fit {
    min-width: -moz-fit-content !important;
    min-width: -webkit-fit-content !important;
    min-width: fit-content !important
}

.min-w-full {
    min-width: 100% !important
}

.max-w-\[1240px\] {
    max-width: 1240px !important
}

.max-w-\[600px\] {
    max-width: 600px !important
}

.flex-1 {
    flex: 1 1 !important
}

.flex-initial {
    flex: 0 1 auto !important
}

.flex-none {
    flex: none !important
}

.flex-shrink-0,
.shrink-0 {
    flex-shrink: 0 !important
}

.scale-75 {
    --tw-scale-x: .75 !important;
    --tw-scale-y: .75 !important
}

.scale-75,
.scale-90 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.scale-90 {
    --tw-scale-x: .9 !important;
    --tw-scale-y: .9 !important
}

.scale-\[0\.7\] {
    --tw-scale-x: 0.7 !important;
    --tw-scale-y: 0.7 !important
}

.scale-\[0\.7\],
.scale-\[1\.333\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.scale-\[1\.333\] {
    --tw-scale-x: 1.333 !important;
    --tw-scale-y: 1.333 !important
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important
}

.animate-none {
    animation: none !important
}

.cursor-pointer {
    cursor: pointer !important
}

.flex-row {
    flex-direction: row !important
}

.flex-col {
    flex-direction: column !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.items-start {
    align-items: flex-start !important
}

.items-center {
    align-items: center !important
}

.items-baseline {
    align-items: baseline !important
}

.justify-start {
    justify-content: flex-start !important
}

.justify-end {
    justify-content: flex-end !important
}

.justify-center {
    justify-content: center !important
}

.justify-between {
    justify-content: space-between !important
}

.gap-2xs {
    grid-gap: 8px !important;
    gap: 8px !important
}

.gap-4xs {
    grid-gap: 4px !important;
    gap: 4px !important
}

.gap-5xl {
    grid-gap: 40px !important;
    gap: 40px !important
}

.gap-\[180px\] {
    grid-gap: 180px !important;
    gap: 180px !important
}

.gap-\[32px\] {
    grid-gap: 32px !important;
    gap: 32px !important
}

.gap-\[40px\] {
    grid-gap: 40px !important;
    gap: 40px !important
}

.gap-\[48px\] {
    grid-gap: 48px !important;
    gap: 48px !important
}

.gap-\[64px\] {
    grid-gap: 64px !important;
    gap: 64px !important
}

.gap-\[80px\] {
    grid-gap: 80px !important;
    gap: 80px !important
}

.gap-m {
    grid-gap: 16px !important;
    gap: 16px !important
}

.gap-xl {
    grid-gap: 24px !important;
    gap: 24px !important
}

.overflow-hidden {
    overflow: hidden !important
}

.overflow-x-hidden {
    overflow-x: hidden !important
}

.text-ellipsis {
    text-overflow: ellipsis !important
}

.whitespace-nowrap {
    white-space: nowrap !important
}

.whitespace-break-spaces {
    white-space: break-spaces !important
}

.break-all {
    word-break: break-all !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-\[0px\] {
    border-radius: 0 !important
}

.rounded-\[10px\] {
    border-radius: 10px !important
}

.rounded-\[12px\] {
    border-radius: 12px !important
}

.rounded-\[20px\] {
    border-radius: 20px !important
}

.rounded-\[24px\] {
    border-radius: 24px !important
}

.rounded-\[6px\] {
    border-radius: 6px !important
}

.rounded-\[8px\] {
    border-radius: 8px !important
}

.rounded-circle {
    border-radius: 100em !important
}

.rounded-lg {
    border-radius: .5rem !important
}

.rounded-xl {
    border-radius: 16px !important
}

.rounded-xs {
    border-radius: 4px !important
}

.rounded-l-\[20px\] {
    border-bottom-left-radius: 20px !important;
    border-top-left-radius: 20px !important
}

.border {
    border-width: 1px !important
}

.border-solid {
    border-style: solid !important
}

.border-Line {
    border-color: var(--color-Line) !important
}

.border-\[\#2B3139\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(43 49 57/var(--tw-border-opacity)) !important
}

.border-\[\#EAECEF\] {
    --tw-border-opacity: 1 !important;
    border-color: rgb(234 236 239/var(--tw-border-opacity)) !important
}

.bg-Line {
    background-color: var(--color-Line) !important
}

.bg-PrimaryText {
    background-color: var(--color-PrimaryText) !important
}

.bg-SuccessBg {
    background-color: var(--color-SuccessBg) !important
}

.bg-\[\#0B0E11\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(11 14 17/var(--tw-bg-opacity)) !important
}

.bg-\[\#2B3139\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(43 49 57/var(--tw-bg-opacity)) !important
}

.bg-\[\#474D57\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(71 77 87/var(--tw-bg-opacity)) !important
}

.bg-\[\#EAECEF\] {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 236 239/var(--tw-bg-opacity)) !important
}

.bg-badge,
.bg-badgeBg {
    background-color: var(--color-badgeBg) !important
}

.bg-bg1 {
    background-color: var(--color-bg1) !important
}

.bg-bg2 {
    background-color: var(--color-bg2) !important
}

.bg-bg3 {
    background-color: var(--color-bg3) !important
}

.bg-btnBg {
    background-color: var(--color-BtnBg) !important
}

.bg-t-disabled {
    background-color: var(--color-textDisabled) !important
}

.bg-t-primary {
    background-color: var(--color-textPrimary) !important
}

.bg-t-white {
    background-color: var(--color-textWhite) !important
}

.bg-contain {
    background-size: contain !important
}

.p-2xs {
    padding: 8px !important
}

.p-4xs {
    padding: 4px !important
}

.p-\[0px\] {
    padding: 0 !important
}

.p-\[11px\] {
    padding: 11px !important
}

.p-\[7px\] {
    padding: 7px !important
}

.p-l {
    padding: 20px !important
}

.p-m {
    padding: 16px !important
}

.p-xl {
    padding: 24px !important
}

.p-xs {
    padding: 10px !important
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-3xl {
    padding-left: 32px !important;
    padding-right: 32px !important
}

.px-4xs {
    padding-left: 4px !important;
    padding-right: 4px !important
}

.px-\[0px\] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.px-\[48px\] {
    padding-left: 48px !important;
    padding-right: 48px !important
}

.px-\[5px\] {
    padding-left: 5px !important;
    padding-right: 5px !important
}

.px-\[6px\] {
    padding-left: 6px !important;
    padding-right: 6px !important
}

.px-m {
    padding-left: 16px !important;
    padding-right: 16px !important
}

.px-s {
    padding-left: 12px !important;
    padding-right: 12px !important
}

.px-xl {
    padding-left: 24px !important;
    padding-right: 24px !important
}

.px-xs {
    padding-left: 10px !important;
    padding-right: 10px !important
}

.py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.py-10 {
    padding-bottom: 2.5rem !important;
    padding-top: 2.5rem !important
}

.py-12 {
    padding-bottom: 3rem !important;
    padding-top: 3rem !important
}

.py-16 {
    padding-bottom: 4rem !important;
    padding-top: 4rem !important
}

.py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.py-20 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
}

.py-24 {
    padding-bottom: 6rem !important;
    padding-top: 6rem !important
}

.py-2xs {
    padding-bottom: 8px !important;
    padding-top: 8px !important
}

.py-3 {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

.py-4 {
    padding-bottom: 1rem !important;
    padding-top: 1rem !important
}

.py-40 {
    padding-bottom: 10rem !important;
    padding-top: 10rem !important
}

.py-4xs {
    padding-bottom: 4px !important;
    padding-top: 4px !important
}

.py-6 {
    padding-bottom: 1.5rem !important;
    padding-top: 1.5rem !important
}

.py-8 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important
}

.py-\[0px\] {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.py-\[12px\] {
    padding-bottom: 12px !important;
    padding-top: 12px !important
}

.py-\[20px\] {
    padding-bottom: 20px !important;
    padding-top: 20px !important
}

.py-\[3px\] {
    padding-bottom: 3px !important;
    padding-top: 3px !important
}

.py-\[64px\] {
    padding-bottom: 64px !important;
    padding-top: 64px !important
}

.py-m {
    padding-bottom: 16px !important;
    padding-top: 16px !important
}

.py-s {
    padding-bottom: 12px !important;
    padding-top: 12px !important
}

.pb-3xl {
    padding-bottom: 32px !important
}

.pb-\[0px\] {
    padding-bottom: 0 !important
}

.pb-\[40px\] {
    padding-bottom: 40px !important
}

.pb-\[50\%\] {
    padding-bottom: 50% !important
}

.pb-m {
    padding-bottom: 16px !important
}

.pb-xl {
    padding-bottom: 24px !important
}

.pl-2xs {
    padding-left: 8px !important
}

.pl-s {
    padding-left: 12px !important
}

.pr-2xs {
    padding-right: 8px !important
}

.pr-s {
    padding-right: 12px !important
}

.pt-\[3px\] {
    padding-top: 3px !important
}

.pt-\[8px\] {
    padding-top: 8px !important
}

.pt-xl {
    padding-top: 24px !important
}

.text-center {
    text-align: center !important
}

.text-\[12px\] {
    font-size: 12px !important
}

.text-\[14px\] {
    font-size: 14px !important
}

.text-\[16px\] {
    font-size: 16px !important
}

.text-\[18px\] {
    font-size: 18px !important
}

.text-\[20px\] {
    font-size: 20px !important
}

.text-\[24px\] {
    font-size: 24px !important
}

.text-\[32px\] {
    font-size: 32px !important
}

.text-\[40px\] {
    font-size: 40px !important
}

.text-\[80px\] {
    font-size: 80px !important
}

.text-\[96px\] {
    font-size: 96px !important
}

.text-body1 {
    font-size: 16px !important;
    line-height: 24px !important
}

.text-body1,
.text-body2 {
    font-weight: 400 !important
}

.text-body2 {
    font-size: 14px !important;
    line-height: 20px !important
}

.text-caption {
    font-weight: 400 !important
}

.text-caption,
.text-captionSub {
    font-size: 12px !important;
    line-height: 16px !important
}

.text-captionSub {
    font-weight: 500 !important
}

.text-headline2 {
    font-size: 40px !important;
    font-weight: 600 !important;
    line-height: 48px !important
}

.text-headline3 {
    font-size: 32px !important;
    font-weight: 600 !important;
    line-height: 40px !important
}

.text-headline4 {
    font-size: 28px !important;
    font-weight: 600 !important;
    line-height: 36px !important
}

.text-headline5 {
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 32px !important
}

.text-headline6 {
    font-size: 20px !important;
    font-weight: 500 !important;
    line-height: 28px !important
}

.text-subtitle1 {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important
}

.text-subtitle2 {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important
}

.font-bold {
    font-weight: 700 !important
}

.font-medium {
    font-weight: 500 !important
}

.font-normal {
    font-weight: 400 !important
}

.font-semibold {
    font-weight: 600 !important
}

.leading-\[16px\] {
    line-height: 16px !important
}

.leading-\[24px\] {
    line-height: 24px !important
}

.text-PrimaryText {
    color: var(--color-PrimaryText) !important
}

.text-Success {
    color: var(--color-Success) !important
}

.text-TextBuy {
    color: var(--color-TextBuy) !important
}

.text-TextLink {
    color: var(--color-TextLink) !important
}

.text-TextSell {
    color: var(--color-TextSell) !important
}

.text-\[\#1E2329\] {
    --tw-text-opacity: 1 !important;
    color: rgb(30 35 41/var(--tw-text-opacity)) !important
}

.text-\[\#474D57\] {
    --tw-text-opacity: 1 !important;
    color: rgb(71 77 87/var(--tw-text-opacity)) !important
}

.text-\[\#76808F\] {
    --tw-text-opacity: 1 !important;
    color: rgb(118 128 143/var(--tw-text-opacity)) !important
}

.text-\[\#E6E8EA\] {
    --tw-text-opacity: 1 !important;
    color: rgb(230 232 234/var(--tw-text-opacity)) !important
}

.text-\[\#F0B90B\] {
    --tw-text-opacity: 1 !important;
    color: rgb(240 185 11/var(--tw-text-opacity)) !important
}

.text-\[\#FFFFFF\] {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255/var(--tw-text-opacity)) !important
}

.text-iconNormal {
    color: var(--color-iconNormal) !important
}

.text-primary {
    color: var(--color-primary) !important
}

.text-t-brand {
    color: var(--color-textBrand) !important
}

.text-t-disabled {
    color: var(--color-textDisabled) !important
}

.text-t-secondary {
    color: var(--color-textSecondary) !important
}

.text-t-third {
    color: var(--color-textThird) !important
}

.text-t-yellow {
    color: var(--color-textBrand) !important
}

.underline {
    text-decoration-line: underline !important
}

.no-underline {
    text-decoration-line: none !important
}

.opacity-30 {
    opacity: .3 !important
}

.blur {
    --tw-blur: blur(8px) !important
}

.blur,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important
}

.t-subtitle6,
.typography-subtitle6 {
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px !important
}

@media only screen and (min-width:768px) {
    .t-subtitle6,
    .typography-subtitle6 {
        font-size: 16px !important;
        font-weight: 600 !important;
        line-height: 24px !important
    }
}

.t-subtitle3,
.typography-subtitle3 {
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 18px !important
}

@media only screen and (min-width:768px) {
    .t-subtitle3,
    .typography-subtitle3 {
        font-size: 12px !important;
        font-weight: 500 !important;
        line-height: 18px !important
    }
}

.t-body3,
.typography-body3 {
    font-size: 14px !important;
    font-weight: 400 !important;
    line-height: 22px !important
}

@media only screen and (min-width:768px) {
    .t-body3,
    .typography-body3 {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 22px !important
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    box-sizing: border-box
}

.py-12 {
    padding-bottom: 48px;
    padding-top: 48px
}

.py-20 {
    padding-bottom: 80px;
    padding-top: 80px
}

.py-24 {
    padding-bottom: 96px;
    padding-top: 96px
}

.py-30 {
    padding-bottom: 120px;
    padding-top: 120px
}

.py-40 {
    padding-bottom: 160px;
    padding-top: 160px
}

.bg-white {
    background-color: #fff !important
}

.first\:line-clamp-2:first-child {
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    display: -webkit-box !important;
    overflow: hidden !important
}

.last\:mb-\[0px\]:last-child {
    margin-bottom: 0 !important
}

.hover\:cursor-pointer:hover {
    cursor: pointer !important
}

.hover\:bg-Input:hover {
    background-color: var(--color-Input) !important
}

.hover\:bg-Line:hover {
    background-color: var(--color-Line) !important
}

.hover\:bg-\[\#252A32\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(37 42 50/var(--tw-bg-opacity)) !important
}

.hover\:bg-\[\#F1F2F4\]:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 242 244/var(--tw-bg-opacity)) !important
}

.hover\:text-PrimaryText:hover {
    color: var(--color-PrimaryText) !important
}

.hover\:text-t-secondary:hover {
    color: var(--color-textSecondary) !important
}

.hover\:text-t-third:hover {
    color: var(--color-textThird) !important
}

@media (max-width:767px) {
    .mobile\:mx-\[16px\] {
        margin-left: 16px !important;
        margin-right: 16px !important
    }
    .mobile\:mb-4xs {
        margin-bottom: 4px !important
    }
    .mobile\:mb-\[0px\] {
        margin-bottom: 0 !important
    }
    .mobile\:mb-\[24px\] {
        margin-bottom: 24px !important
    }
    .mobile\:mb-\[48px\] {
        margin-bottom: 48px !important
    }
    .mobile\:mb-m {
        margin-bottom: 16px !important
    }
    .mobile\:mb-xl {
        margin-bottom: 24px !important
    }
    .mobile\:ml-2xs {
        margin-left: 8px !important
    }
    .mobile\:ml-4xs {
        margin-left: 4px !important
    }
    .mobile\:mr-2xs {
        margin-right: 8px !important
    }
    .mobile\:mr-4xs {
        margin-right: 4px !important
    }
    .mobile\:mt-2xs {
        margin-top: 8px !important
    }
    .mobile\:mt-4xl {
        margin-top: 36px !important
    }
    .mobile\:mt-\[0px\] {
        margin-top: 0 !important
    }
    .mobile\:mt-\[13px\] {
        margin-top: 13px !important
    }
    .mobile\:mt-\[24px\] {
        margin-top: 24px !important
    }
    .mobile\:mt-\[40px\] {
        margin-top: 40px !important
    }
    .mobile\:mt-xl {
        margin-top: 24px !important
    }
    .mobile\:block {
        display: block !important
    }
    .mobile\:flex {
        display: flex !important
    }
    .mobile\:hidden {
        display: none !important
    }
    .mobile\:aspect-\[5\/2\] {
        aspect-ratio: 5/2 !important
    }
    .mobile\:\ !h-\[94px\] {
        height: 94px !important
    }
    .mobile\:h-\[24px\] {
        height: 24px !important
    }
    .mobile\:h-\[32px\] {
        height: 32px !important
    }
    .mobile\:h-\[3px\] {
        height: 3px !important
    }
    .mobile\:h-\[40px\] {
        height: 40px !important
    }
    .mobile\:h-\[48px\] {
        height: 48px !important
    }
    .mobile\:h-\[496px\] {
        height: 496px !important
    }
    .mobile\:h-auto {
        height: auto !important
    }
    .mobile\:max-h-\[32px\] {
        max-height: 32px !important
    }
    .mobile\:max-h-\[40px\] {
        max-height: 40px !important
    }
    .mobile\:min-h-\[32px\] {
        min-height: 32px !important
    }
    .mobile\:min-h-\[40px\] {
        min-height: 40px !important
    }
    .mobile\:min-h-\[94px\] {
        min-height: 94px !important
    }
    .mobile\:w-\[24px\] {
        width: 24px !important
    }
    .mobile\:w-\[32px\] {
        width: 32px !important
    }
    .mobile\:w-\[8px\] {
        width: 8px !important
    }
    .mobile\:w-\[calc\(100\%_-_43px\)\] {
        width: calc(100% - 43px) !important
    }
    .mobile\:w-auto {
        width: auto !important
    }
    .mobile\:w-fit {
        width: -moz-fit-content !important;
        width: -webkit-fit-content !important;
        width: fit-content !important
    }
    .mobile\:w-full {
        width: 100% !important
    }
    .mobile\:min-w-\[128px\] {
        min-width: 128px !important
    }
    .mobile\:min-w-\[160px\] {
        min-width: 160px !important
    }
    .mobile\:min-w-fit {
        min-width: -moz-fit-content !important;
        min-width: -webkit-fit-content !important;
        min-width: fit-content !important
    }
    .mobile\:max-w-full {
        max-width: 100% !important
    }
    .mobile\:flex-1 {
        flex: 1 1 !important
    }
    .mobile\:flex-none {
        flex: none !important
    }
    .mobile\:animate-moveMobile {
        animation: moveMobile 8s linear infinite !important
    }
    .mobile\:flex-col {
        flex-direction: column !important
    }
    .mobile\:items-center {
        align-items: center !important
    }
    .mobile\:justify-normal {
        justify-content: normal !important
    }
    .mobile\:justify-center {
        justify-content: center !important
    }
    .mobile\:gap-\[0px\] {
        grid-gap: 0 !important;
        gap: 0 !important
    }
    .mobile\:gap-\[12px\] {
        grid-gap: 12px !important;
        gap: 12px !important
    }
    .mobile\:gap-\[24px\],
    .mobile\:gap-xl {
        grid-gap: 24px !important;
        gap: 24px !important
    }
    .mobile\:rounded-\[12px\] {
        border-radius: 12px !important
    }
    .mobile\:rounded-\[6px\] {
        border-radius: 6px !important
    }
    .mobile\:rounded-\[8px\] {
        border-radius: 8px !important
    }
    .mobile\:rounded-xl {
        border-radius: 16px !important
    }
    .mobile\:rounded-xs {
        border-radius: 4px !important
    }
    .mobile\:rounded-l-\[12px\] {
        border-bottom-left-radius: 12px !important;
        border-top-left-radius: 12px !important
    }
    .mobile\:border {
        border-width: 1px !important
    }
    .mobile\:border-solid {
        border-style: solid !important
    }
    .mobile\:border-Line {
        border-color: var(--color-Line) !important
    }
    .mobile\:bg-bg3 {
        background-color: var(--color-bg3) !important
    }
    .mobile\:p-0 {
        padding: 0 !important
    }
    .mobile\:p-2xs {
        padding: 8px !important
    }
    .mobile\:p-\[0px\] {
        padding: 0 !important
    }
    .mobile\:p-m {
        padding: 16px !important
    }
    .mobile\:px-2xs {
        padding-left: 8px !important;
        padding-right: 8px !important
    }
    .mobile\:px-\[0px\] {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .mobile\:px-m {
        padding-left: 16px !important;
        padding-right: 16px !important
    }
    .mobile\:px-s {
        padding-left: 12px !important;
        padding-right: 12px !important
    }
    .mobile\:py-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .mobile\:py-10 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }
    .mobile\:py-12 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .mobile\:py-16 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }
    .mobile\:py-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .mobile\:py-20 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }
    .mobile\:py-24 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }
    .mobile\:py-2xs {
        padding-bottom: 8px !important;
        padding-top: 8px !important
    }
    .mobile\:py-3 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }
    .mobile\:py-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .mobile\:py-40 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }
    .mobile\:py-4xs {
        padding-bottom: 4px !important;
        padding-top: 4px !important
    }
    .mobile\:py-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .mobile\:py-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }
    .mobile\:py-s {
        padding-bottom: 12px !important;
        padding-top: 12px !important
    }
    .mobile\:py-xl {
        padding-top: 24px !important
    }
    .mobile\:pb-\[24px\],
    .mobile\:py-xl {
        padding-bottom: 24px !important
    }
    .mobile\:pb-m {
        padding-bottom: 16px !important
    }
    .mobile\:pt-\[0\],
    .mobile\:pt-\[0px\] {
        padding-top: 0 !important
    }
    .mobile\:pt-m {
        padding-top: 16px !important
    }
    .mobile\:text-center {
        text-align: center !important
    }
    .mobile\:text-\[12px\] {
        font-size: 12px !important
    }
    .mobile\:text-\[14px\] {
        font-size: 14px !important
    }
    .mobile\:text-\[16px\] {
        font-size: 16px !important
    }
    .mobile\:text-\[32px\] {
        font-size: 32px !important
    }
    .mobile\:text-\[64px\] {
        font-size: 64px !important
    }
    .mobile\:text-body2 {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 20px !important
    }
    .mobile\:text-caption {
        font-size: 12px !important;
        font-weight: 400 !important;
        line-height: 16px !important
    }
    .mobile\:text-headline4 {
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 36px !important
    }
    .mobile\:text-headline5 {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 32px !important
    }
    .mobile\:text-subtitle1 {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important
    }
    .mobile\:text-subtitle2 {
        font-size: 14px !important;
        line-height: 20px !important
    }
    .mobile\:font-medium,
    .mobile\:text-subtitle2 {
        font-weight: 500 !important
    }
    .mobile\:font-normal {
        font-weight: 400 !important
    }
    .mobile\:leading-\[22px\] {
        line-height: 22px !important
    }
    .mobile\:will-change-transform {
        will-change: transform !important
    }
    .mobile\:typography-Subtitle1 {
        font-size: 20px !important;
        font-weight: 500 !important;
        line-height: 26px !important
    }
}

@media (max-width:767px) and only screen and (min-width:768px) {
    .mobile\:typography-Subtitle1 {
        font-size: 20px !important;
        font-weight: 600 !important;
        line-height: 28px !important
    }
}

@media (min-width:767px) and (max-width:1023px) {
    .tablet\:top-\[10px\] {
        top: 10px !important
    }
    .tablet\:order-2 {
        order: 2 !important
    }
    .tablet\:mb-2xs {
        margin-bottom: 8px !important
    }
    .tablet\:mb-\[48px\] {
        margin-bottom: 48px !important
    }
    .tablet\:mb-\[52px\] {
        margin-bottom: 52px !important
    }
    .tablet\:mb-\[56px\] {
        margin-bottom: 56px !important
    }
    .tablet\:mb-xl {
        margin-bottom: 24px !important
    }
    .tablet\:mt-6xl {
        margin-top: 48px !important
    }
    .tablet\:mt-\[40px\] {
        margin-top: 40px !important
    }
    .tablet\:mt-\[52px\] {
        margin-top: 52px !important
    }
    .tablet\:mt-\[56px\] {
        margin-top: 56px !important
    }
    .tablet\:mt-xl {
        margin-top: 24px !important
    }
    .tablet\:h-\[24px\] {
        height: 24px !important
    }
    .tablet\:h-\[384px\] {
        height: 384px !important
    }
    .tablet\:w-\[24px\] {
        width: 24px !important
    }
    .tablet\:w-\[336px\] {
        width: 336px !important
    }
    .tablet\:w-\[352px\] {
        width: 352px !important
    }
    .tablet\:w-\[96px\] {
        width: 96px !important
    }
    .tablet\:w-auto {
        width: auto !important
    }
    .tablet\:w-full {
        width: 100% !important
    }
    .tablet\:flex-1 {
        flex: 1 1 !important
    }
    .tablet\:flex-none {
        flex: none !important
    }
    .tablet\:flex-col {
        flex-direction: column !important
    }
    .tablet\:gap-8 {
        grid-gap: 2rem !important;
        gap: 2rem !important
    }
    .tablet\:gap-\[24px\] {
        grid-gap: 24px !important;
        gap: 24px !important
    }
    .tablet\:gap-\[8px\] {
        grid-gap: 8px !important;
        gap: 8px !important
    }
    .tablet\:gap-m {
        grid-gap: 16px !important;
        gap: 16px !important
    }
    .tablet\:gap-xl {
        grid-gap: 24px !important;
        gap: 24px !important
    }
    .tablet\:gap-xs {
        grid-gap: 10px !important;
        gap: 10px !important
    }
    .tablet\:rounded-\[10px\] {
        border-radius: 10px !important
    }
    .tablet\:rounded-\[8px\] {
        border-radius: 8px !important
    }
    .tablet\:p-m {
        padding: 16px !important
    }
    .tablet\:px-xl {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .tablet\:py-1 {
        padding-bottom: .25rem !important;
        padding-top: .25rem !important
    }
    .tablet\:py-10 {
        padding-bottom: 2.5rem !important;
        padding-top: 2.5rem !important
    }
    .tablet\:py-12 {
        padding-bottom: 3rem !important;
        padding-top: 3rem !important
    }
    .tablet\:py-16 {
        padding-bottom: 4rem !important;
        padding-top: 4rem !important
    }
    .tablet\:py-2 {
        padding-bottom: .5rem !important;
        padding-top: .5rem !important
    }
    .tablet\:py-20 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }
    .tablet\:py-24 {
        padding-bottom: 6rem !important;
        padding-top: 6rem !important
    }
    .tablet\:py-3 {
        padding-bottom: .75rem !important;
        padding-top: .75rem !important
    }
    .tablet\:py-4 {
        padding-bottom: 1rem !important;
        padding-top: 1rem !important
    }
    .tablet\:py-40 {
        padding-bottom: 10rem !important;
        padding-top: 10rem !important
    }
    .tablet\:py-6 {
        padding-bottom: 1.5rem !important;
        padding-top: 1.5rem !important
    }
    .tablet\:py-8 {
        padding-bottom: 2rem !important;
        padding-top: 2rem !important
    }
    .tablet\:py-\[48px\] {
        padding-bottom: 48px !important;
        padding-top: 48px !important
    }
    .tablet\:pt-\[0\],
    .tablet\:pt-\[0px\] {
        padding-top: 0 !important
    }
    .tablet\:text-\[32px\] {
        font-size: 32px !important
    }
    .tablet\:text-body2 {
        font-size: 14px !important;
        font-weight: 400 !important;
        line-height: 20px !important
    }
    .tablet\:text-headline3 {
        font-size: 32px !important;
        font-weight: 600 !important;
        line-height: 40px !important
    }
    .tablet\:text-headline4 {
        font-size: 28px !important;
        font-weight: 600 !important;
        line-height: 36px !important
    }
    .tablet\:text-headline5 {
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 32px !important
    }
    .tablet\:text-subtitle1 {
        font-size: 16px !important;
        font-weight: 500 !important;
        line-height: 24px !important
    }
    .tablet\:text-subtitle2 {
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 20px !important
    }
    .tablet\:will-change-transform {
        will-change: transform !important
    }
}

@media (min-width:767px) {
    .noH5\:absolute {
        position: absolute !important
    }
    .noH5\:block {
        display: block !important
    }
    .noH5\:inline-flex {
        display: inline-flex !important
    }
    .noH5\:hidden {
        display: none !important
    }
    .noH5\:\ !h-\[100px\] {
        height: 100px !important
    }
    .noH5\:min-w-\[120px\] {
        min-width: 120px !important
    }
    .noH5\:justify-between {
        justify-content: space-between !important
    }
    .noH5\:gap-\[16px\] {
        grid-gap: 16px !important;
        gap: 16px !important
    }
    .noH5\:gap-\[20px\] {
        grid-gap: 20px !important;
        gap: 20px !important
    }
    .noH5\:gap-m {
        grid-gap: 16px !important;
        gap: 16px !important
    }
    .noH5\:truncate {
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important
    }
    .noH5\:rounded-\[20px\] {
        border-radius: 20px !important
    }
    .noH5\:bg-Vessel {
        background-color: var(--color-Vessel) !important
    }
    .noH5\:px-xl {
        padding-left: 24px !important;
        padding-right: 24px !important
    }
    .noH5\:py-l {
        padding-top: 20px !important
    }
    .noH5\:pb-l,
    .noH5\:py-l {
        padding-bottom: 20px !important
    }
    .noH5\:pt-s {
        padding-top: 12px !important
    }
    .noH5\:text-PrimaryText {
        color: var(--color-PrimaryText) !important
    }
    :is([dir=ltr] .ltr\:noH5\:right-0) {
        right: 0 !important
    }
    :is([dir=rtl] .rtl\:noH5\:left-0) {
        left: 0 !important
    }
}

@media (min-width:1023px) {
    .desktop\:top-\[10px\] {
        top: 10px !important
    }
    .desktop\:ml-m {
        margin-left: 16px !important
    }
    .desktop\:mr-m {
        margin-right: 16px !important
    }
    .desktop\:h-\[610px\] {
        height: 610px !important
    }
    .desktop\:w-1\/2 {
        width: 50% !important
    }
    .desktop\:w-2\/5 {
        width: 40% !important
    }
    .desktop\:flex-row {
        flex-direction: row !important
    }
    .desktop\:justify-between {
        justify-content: space-between !important
    }
    .desktop\:gap-l {
        grid-gap: 20px !important;
        gap: 20px !important
    }
    .desktop\:rounded-xs {
        border-radius: 4px !important
    }
    .desktop\:py-\[20px\] {
        padding-bottom: 20px !important;
        padding-top: 20px !important
    }
    .desktop\:pb-3xl {
        padding-bottom: 32px !important
    }
    :is([dir=ltr] .ltr\:desktop\:ml-2xs) {
        margin-left: 8px !important
    }
    :is([dir=rtl] .rtl\:desktop\:mr-2xs) {
        margin-right: 8px !important
    }
    .desktop\:\[\&\>\*\]\:first\:my-0:first-child>* {
        margin-bottom: 0 !important;
        margin-top: 0 !important
    }
}

.mainText {
    margin-top: "var(--space-xl)";
    max-height: "140px";
    overflow-y: "auto";
    width: "320px"
}

.modalForm {
    margin: "var(--space-xl)"
}

@media only screen and (max-width:768px) {
    .mainText {
        width: "250px"
    }
}