.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.error {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100vh;
    justify-content: center
}

.icon_404 {
    display: block;
    height: 4rem;
    margin-top: -10vh;
    width: 9.6rem
}

.icon_404.icon_404_pc {
    height: 2rem;
    width: 4.8rem
}

.icon_404.icon_404_app {
    height: 11.8rem;
    width: 16.4rem
}

@media only screen and (max-width:768px) {
    .icon_404.icon_404_pc {
        height: 4rem;
        width: 9.6rem
    }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    -webkit-text-size-adjust: 100%;
    line-height: 1.15
}

body {
    margin: 0
}

main {
    display: block
}

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

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

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

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: 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: .05rem 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: -.1rem
}

[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
}

html {
    --height-actionbar-content: 2.3rem;
    --spacing-actionbar-padding_y: 1rem;
    --color-actionbar-bg: #fff
}

html[theme=dark] {
    --height-actionbar-content: 2.3rem;
    --spacing-actionbar-padding_y: 1rem;
    --color-actionbar-bg: #141419
}

html {
    --width-actions-form_small: 3.6rem;
    --width-actions-form_large: 4.7rem;
    --width-actions-card: 2rem;
    --spacing-actions-form-padding_y: 0.75rem;
    --spacing-actions-card_item-margin_y: 0.7rem;
    --icon-actions-card: 1.2rem;
    --icon-actions-size: 1.4rem;
    --color-actions-text: #fff;
    --color-actions-bg-green: #1bc47d;
    --color-actions-bg-warning: #eb5c31;
    --color-actions-bg-blue: #5998e9;
    --color-actions-bg-gray: #7f7f7f;
    --color-actions-bg-green-disable: #d2f3ea;
    --color-actions-bg-warning-disable: #ffdedd;
    --color-actions-bg-blue-disable: #d9f3fe;
    --color-actions-bg-gray-disable: #e6e6e6;
    --color-actions-text-disable: #fff
}

html[theme=dark] {
    --width-actions-form_small: 3.6rem;
    --width-actions-form_large: 4.7rem;
    --width-actions-card: 2rem;
    --spacing-actions-form-padding_y: 0.75rem;
    --spacing-actions-card_item-margin_y: 0.7rem;
    --icon-actions-card: 1.2rem;
    --icon-actions-size: 1.4rem;
    --color-actions-text: #fff;
    --color-actions-text-disable: hsla(0, 0%, 100%, .2);
    --color-actions-bg-green: #1bc47d;
    --color-actions-bg-warning: #eb5c31;
    --color-actions-bg-blue: #5998e9;
    --color-actions-bg-gray: #696970;
    --color-actions-bg-green-disable: #113226;
    --color-actions-bg-warning-disable: #3c1a14;
    --color-actions-bg-blue-disable: #09506f;
    --color-actions-bg-gray-disable: #2c2c2e
}

html {
    --height-activityviews-title_describe: 3.7rem;
    --height-activityviews-actionsheet: 2.8rem;
    --height-activityviews-actionsheet_divider: 0.4rem;
    --height-activityviews-bar: 0.15rem;
    --radius-activityviews-title: 0.7rem;
    --radius-activityviews-bar: 0.075rem;
    --spacing-activityviews-padding_left: 1rem;
    --spacing-activityviews-padding_right: 1rem;
    --spacing-activityviews-head-padding_top: 0.8rem;
    --spacing-activityviews-head-padding_bottom: 0.8rem;
    --spacing-activityviews-describe-margin_top: 0.2rem;
    --spacing-activityviews-title-margin_right: 0.4rem;
    --spacing-activityviews-actionsheet_title-padding_y: 0.8rem;
    --spacing-activityviews-cancel-margin_top: 0.4rem;
    --spacing-activityviews-bar-margin_top: 0.4rem;
    --spacing-activityviews-bar-margin_bottom: 0.25rem;
    --icon-activityviews-close: 1.3rem;
    --width-activityviews-bar: 1.75rem;
    --color-activityviews-mask-bg: rgba(0, 0, 0, .5);
    --color-activityviews-bg: #fff;
    --color-activityviews-title: rgba(0, 0, 0, .85);
    --color-activityviews-text_describe: rgba(0, 0, 0, .5);
    --color-activityviews-actionsheet_divider: hsla(0, 0%, 60%, .15);
    --color-activityviews-actionsheet_title: rgba(0, 0, 0, .5);
    --color-activityviews-bar: rgba(0, 0, 0, .15)
}

html[theme=dark] {
    --height-activityviews-title_describe: 3.7rem;
    --height-activityviews-actionsheet: 2.8rem;
    --height-activityviews-actionsheet_divider: 0.4rem;
    --height-activityviews-bar: 0.15rem;
    --radius-activityviews-title: 0.7rem;
    --radius-activityviews-bar: 0.075rem;
    --spacing-activityviews-padding_left: 1rem;
    --spacing-activityviews-padding_right: 1rem;
    --spacing-activityviews-head-padding_top: 0.8rem;
    --spacing-activityviews-head-padding_bottom: 0.8rem;
    --spacing-activityviews-describe-margin_top: 0.2rem;
    --spacing-activityviews-title-margin_right: 0.4rem;
    --spacing-activityviews-actionsheet_title-padding_y: 0.8rem;
    --spacing-activityviews-cancel-margin_top: 0.4rem;
    --spacing-activityviews-bar-margin_top: 0.4rem;
    --spacing-activityviews-bar-margin_bottom: 0.25rem;
    --icon-activityviews-close: 1.3rem;
    --width-activityviews-bar: 1.75rem;
    --color-activityviews-mask-bg: rgba(0, 0, 0, .85);
    --color-activityviews-bg: #141419;
    --color-activityviews-title: #f2f5ff;
    --color-activityviews-text_describe: rgba(235, 235, 245, .65);
    --color-activityviews-actionsheet_divider: rgba(0, 0, 0, .15);
    --color-activityviews-actionsheet_title: rgba(235, 235, 245, .65);
    --color-activityviews-bar: rgba(84, 84, 88, .85)
}

html,
html[theme=dark] {
    --height-badge-count: 0.8rem;
    --height-badge-dot: 0.4rem;
    --width-badge-count_small: 0.8rem;
    --width-badge-dot: 0.4rem;
    --radius-badge-count: 0.4rem;
    --spacing-badge-count-padding_y: 0.25rem;
    --spacing-badge-count-padding_x: 0.05rem;
    --color-badge-bg: #eb5c31;
    --color-badge-text: #fff
}

html {
    --height-button-l: 2.4rem;
    --height-button-m: 1.8rem;
    --height-button-s: 1.4rem;
    --height-button-buy_sell: 2.4rem;
    --radius-button-l: 0.5rem;
    --radius-button-m: 0.3rem;
    --radius-button-s: 0.7rem;
    --radius-button-buy_sell-1: 0.3rem;
    --radius-button-buy_sell-2: 0.2rem;
    --spacing-button-l-padding_left: 1.2rem;
    --spacing-button-l-padding_right: 1.2rem;
    --spacing-button-m-padding_left: 0.8rem;
    --spacing-button-m-padding_right: 0.8rem;
    --spacing-button-s-padding_left: 0.6rem;
    --spacing-button-s-padding_right: 0.6rem;
    --spacing-button-l_icon-margin_y: 0.3rem;
    --spacing-button-m_icon-margin_y: 0.2rem;
    --spacing-button-s_icon-margin_y: 0.2rem;
    --spacing-button-double-margin_y: 1.6rem;
    --spacing-button-double-margin_x: 0.8rem;
    --spacing-button-double-margin_mid: 0.65rem;
    --spacing-button-icon_l_text-margin_top: 0.3rem;
    --spacing-button-icon_m_text-margin_top: 0.2rem;
    --spacing-button-icon_s_text-margin_top: 0.1rem;
    --spacing-button-main-margin_y: 4rem;
    --icon-button-l: 1rem;
    --icon-button-m: 0.8rem;
    --icon-button-s: 0.6rem;
    --width-button-border: 0.05rem;
    --color-button-primary-bg-default: #1bc47d;
    --color-button-primary-text-default: #fff;
    --color-button-primary-bg-press: #0da36b;
    --color-button-primary-text-press: #fff;
    --color-button-primary-bg-disable: rgba(27, 196, 125, .3);
    --color-button-primary-text-disable: #fff;
    --color-button-secondary-bg-default: #fff;
    --color-button-secondary-text-default: #1bc47d;
    --color-button-secondary-bg-press: #f7f8f9;
    --color-button-secondary-text-press: #1bc47d;
    --color-button-secondary-bg-disable: #fff;
    --color-button-secondary-text-disable: rgba(27, 196, 125, .3);
    --color-button-warning-bg-default: #fff;
    --color-button-warning-text-default: #eb5c31;
    --color-button-warning-bg-press: #f7f8f9;
    --color-button-warning-text-press: #eb5c31;
    --color-button-warning-bg-disable: #fff;
    --color-button-warning-text-disable: rgba(235, 92, 49, .3);
    --color-button-warning_grey-bg-default: #f7f8f9;
    --color-button-warning_grey-text-default: #eb5c31;
    --color-button-warning_grey-bg-press: #f7f8f9;
    --color-button-warning_grey-text-press: #eb5c31;
    --color-button-warning_grey-bg-disable: #f7f8f9;
    --color-button-warning_grey-text-disable: rgba(235, 92, 49, .3);
    --color-button-tertiary-bg-default: #fff;
    --color-button-tertiary-text-default: rgba(0, 0, 0, .85);
    --color-button-tertiary-bg-press: #f7f8f9;
    --color-button-tertiary-text-press: rgba(0, 0, 0, .85);
    --color-button-tertiary-bg-disable: #fff;
    --color-button-tertiary-text-disable: rgba(0, 0, 0, .3);
    --color-button-tertiary_grey-bg-default: #f7f8f9;
    --color-button-tertiary_grey-text-default: rgba(0, 0, 0, .85);
    --color-button-tertiary_grey-bg-press: #f7f8f9;
    --color-button-tertiary_grey-text-press: rgba(0, 0, 0, .85);
    --color-button-tertiary_grey-bg-disable: #f7f8f9;
    --color-button-tertiary_grey-text-disable: rgba(0, 0, 0, .3);
    --color-button-border-default: rgba(0, 0, 0, .3);
    --color-button-border-text-default: rgba(0, 0, 0, .85);
    --color-button-border-press: rgba(0, 0, 0, .85);
    --color-button-border-text-press: rgba(0, 0, 0, .85);
    --color-button-border-disable: rgba(0, 0, 0, .3);
    --color-button-border-text-disable: rgba(0, 0, 0, .3);
    --color-button-border_primary-default: #1bc47d;
    --color-button-border_primary-text-default: #1bc47d;
    --color-button-border_primary-press: #09825a;
    --color-button-border_primary-text-press: #09825a;
    --color-button-border_primary-disable: rgba(27, 196, 125, .3);
    --color-button-border_primary-text-disable: rgba(27, 196, 125, .3);
    --color-button-border_warning-default: #eb5c31;
    --color-button-border_warning-text-default: #eb5c31;
    --color-button-border_warning-press: #db2c0d;
    --color-button-border_warning-text-press: #db2c0d;
    --color-button-border_warning-disable: rgba(235, 92, 49, .3);
    --color-button-border_warning-text-disable: rgba(235, 92, 49, .3);
    --color-button-border_reverse-default: hsla(0, 0%, 100%, .85);
    --color-button-border_reverse-text-default: #fff;
    --color-button-border_reverse-press: #fff;
    --color-button-border_reverse-text-press: hsla(0, 0%, 100%, .85);
    --color-button-border_reverse-disable: hsla(0, 0%, 100%, .3);
    --color-button-border_reverse-text-disable: hsla(0, 0%, 100%, .3);
    --color-button-primary_borderless_text-default: #1bc47d;
    --color-button-primary_borderless_text-press: #09825a;
    --color-button-primary_borderless_text-disable: rgba(27, 196, 125, .3);
    --color-button-warning_borderless_text-default: #eb5c31;
    --color-button-warning_borderless_text-press: #db2c0d;
    --color-button-warning_borderless_text-disable: rgba(235, 92, 49, .3);
    --color-button-link_text-default: #5998e9;
    --color-button-link_text-press: #076b9d;
    --color-button-link_text-disable: rgba(89, 152, 233, .3);
    --color-button-tertiary_borderless_text-default: rgba(0, 0, 0, .85);
    --color-button-tertiary_borderless_text-press: rgba(0, 0, 0, .5);
    --color-button-tertiary_borderless_text-disable: rgba(0, 0, 0, .3);
    --color-button-buy-bg-default: #1bc47d;
    --color-button-buy-text-default: #fff;
    --color-button-buy-bg-press: #0da36b;
    --color-button-buy-text-press: #fff;
    --color-button-buy-bg-disable: rgba(27, 196, 125, .3);
    --color-button-buy-text-disable: #fff;
    --color-button-sell-bg-default: #f24822;
    --color-button-sell-text-default: #fff;
    --color-button-sell-bg-press: #db2c0d;
    --color-button-sell-text-press: #fff;
    --color-button-sell-bg-disable: rgba(242, 72, 34, .3);
    --color-button-sell-text-disable: #fff;
    --color-button-bg-default: #f7f8f9;
    --color-button-icon-default: rgba(0, 0, 0, .5);
    --color-button-bg-press: #f7f8f9;
    --color-button-icon-press: rgba(0, 0, 0, .5);
    --color-button-bg-disable: #f7f8f9;
    --color-button-icon-disable: rgba(0, 0, 0, .3)
}

html[theme=dark] {
    --height-button-l: 2.4rem;
    --height-button-m: 1.8rem;
    --height-button-s: 1.4rem;
    --height-button-buy_sell: 2.4rem;
    --radius-button-l: 0.5rem;
    --radius-button-m: 0.3rem;
    --radius-button-s: 0.7rem;
    --radius-button-buy_sell-1: 0.3rem;
    --radius-button-buy_sell-2: 0.2rem;
    --spacing-button-l-padding_left: 1.2rem;
    --spacing-button-l-padding_right: 1.2rem;
    --spacing-button-m-padding_left: 0.8rem;
    --spacing-button-m-padding_right: 0.8rem;
    --spacing-button-s-padding_left: 0.6rem;
    --spacing-button-s-padding_right: 0.6rem;
    --spacing-button-l_icon-margin_y: 0.3rem;
    --spacing-button-m_icon-margin_y: 0.2rem;
    --spacing-button-s_icon-margin_y: 0.2rem;
    --spacing-button-double-margin_y: 1.6rem;
    --spacing-button-double-margin_x: 0.8rem;
    --spacing-button-double-margin_mid: 0.65rem;
    --spacing-button-icon_l_text-margin_top: 0.3rem;
    --spacing-button-icon_m_text-margin_top: 0.2rem;
    --spacing-button-icon_s_text-margin_top: 0.1rem;
    --spacing-button-main-margin_y: 4rem;
    --icon-button-l: 1rem;
    --icon-button-m: 0.8rem;
    --icon-button-s: 0.6rem;
    --width-button-border: 0.05rem;
    --color-button-primary-bg-default: #1bc47d;
    --color-button-primary-text-default: #fff;
    --color-button-primary-bg-press: #09825a;
    --color-button-primary-text-press: #fff;
    --color-button-primary-bg-disable: rgba(27, 196, 125, .25);
    --color-button-primary-text-disable: rgba(235, 235, 245, .3);
    --color-button-secondary-bg-default: hsla(240, 4%, 48%, .15);
    --color-button-secondary-text-default: #1bc47d;
    --color-button-secondary-bg-press: hsla(240, 4%, 48%, .35);
    --color-button-secondary-text-press: #1bc47d;
    --color-button-secondary-bg-disable: hsla(240, 4%, 48%, .15);
    --color-button-secondary-text-disable: rgba(27, 196, 125, .25);
    --color-button-warning-bg-default: hsla(240, 4%, 48%, .15);
    --color-button-warning-text-default: #eb5c31;
    --color-button-warning-bg-press: hsla(240, 4%, 48%, .35);
    --color-button-warning-text-press: #eb5c31;
    --color-button-warning-bg-disable: hsla(240, 4%, 48%, .15);
    --color-button-warning-text-disable: rgba(235, 92, 49, .25);
    --color-button-warning_grey-bg-default: hsla(240, 4%, 48%, .15);
    --color-button-warning_grey-text-default: #eb5c31;
    --color-button-warning_grey-bg-press: hsla(240, 4%, 48%, .35);
    --color-button-warning_grey-text-press: #eb5c31;
    --color-button-warning_grey-bg-disable: hsla(240, 4%, 48%, .15);
    --color-button-warning_grey-text-disable: rgba(235, 92, 49, .25);
    --color-button-tertiary-bg-default: hsla(240, 4%, 48%, .15);
    --color-button-tertiary-text-default: #f2f5ff;
    --color-button-tertiary-bg-press: hsla(240, 4%, 48%, .35);
    --color-button-tertiary-text-press: #f2f5ff;
    --color-button-tertiary-bg-disable: hsla(240, 4%, 48%, .15);
    --color-button-tertiary-text-disable: rgba(235, 235, 245, .3);
    --color-button-tertiary_grey-bg-default: hsla(240, 4%, 48%, .15);
    --color-button-tertiary_grey-text-default: #f2f5ff;
    --color-button-tertiary_grey-bg-press: hsla(240, 4%, 48%, .35);
    --color-button-tertiary_grey-text-press: #f2f5ff;
    --color-button-tertiary_grey-bg-disable: hsla(240, 4%, 48%, .15);
    --color-button-tertiary_grey-text-disable: rgba(235, 235, 245, .3);
    --color-button-border-default: rgba(235, 235, 245, .3);
    --color-button-border-text-default: #f2f5ff;
    --color-button-border-press: #f2f5ff;
    --color-button-border-text-press: #f2f5ff;
    --color-button-border-disable: rgba(235, 235, 245, .3);
    --color-button-border-text-disable: rgba(235, 235, 245, .3);
    --color-button-border_primary-default: #1bc47d;
    --color-button-border_primary-text-default: #1bc47d;
    --color-button-border_primary-press: #09825a;
    --color-button-border_primary-text-press: #09825a;
    --color-button-border_primary-text-disable: rgba(27, 196, 125, .25);
    --color-button-border_primary-disable: rgba(27, 196, 125, .25);
    --color-button-border_warning-default: #eb5c31;
    --color-button-border_warning-text-default: #eb5c31;
    --color-button-border_warning-press: #db2c0d;
    --color-button-border_warning-text-press: #db2c0d;
    --color-button-border_warning-disable: rgba(235, 92, 49, .25);
    --color-button-border_warning-text-disable: rgba(235, 92, 49, .25);
    --color-button-border_reverse-default: hsla(0, 0%, 100%, .85);
    --color-button-border_reverse-text-default: #fff;
    --color-button-border_reverse-press: #fff;
    --color-button-border_reverse-text-press: hsla(0, 0%, 100%, .85);
    --color-button-border_reverse-disable: hsla(0, 0%, 100%, .3);
    --color-button-border_reverse-text-disable: hsla(0, 0%, 100%, .3);
    --color-button-primary_borderless_text-default: #1bc47d;
    --color-button-primary_borderless_text-press: #09825a;
    --color-button-primary_borderless_text-disable: rgba(27, 196, 125, .25);
    --color-button-warning_borderless_text-default: #eb5c31;
    --color-button-warning_borderless_text-press: #db2c0d;
    --color-button-warning_borderless_text-disable: rgba(235, 92, 49, .25);
    --color-button-link_text-default: #5998e9;
    --color-button-link_text-press: #076b9d;
    --color-button-link_text-disable: rgba(89, 152, 233, .25);
    --color-button-tertiary_borderless_text-default: #f2f5ff;
    --color-button-tertiary_borderless_text-press: rgba(235, 235, 245, .65);
    --color-button-tertiary_borderless_text-disable: rgba(235, 235, 245, .3);
    --color-button-buy-bg-default: #1bc47d;
    --color-button-buy-text-default: #fff;
    --color-button-buy-bg-press: #0da36b;
    --color-button-buy-text-press: #fff;
    --color-button-buy-bg-disable: rgba(27, 196, 125, .3);
    --color-button-buy-text-disable: #fff;
    --color-button-sell-bg-default: #f24822;
    --color-button-sell-text-default: #fff;
    --color-button-sell-bg-press: #db2c0d;
    --color-button-sell-text-press: #fff;
    --color-button-sell-bg-disable: rgba(242, 72, 34, .3);
    --color-button-sell-text-disable: #fff;
    --color-button-bg-default: hsla(240, 4%, 48%, .15);
    --color-button-icon-default: #f2f5ff;
    --color-button-bg-press: hsla(240, 4%, 48%, .35);
    --color-button-icon-press: #f2f5ff;
    --color-button-bg-disable: hsla(240, 4%, 48%, .15);
    --color-button-icon-disable: rgba(235, 235, 245, .3)
}

html {
    --height-check_radio-radio_button_s: 1.6rem;
    --height-check_radio-radio_button_m: 2rem;
    --height-check_radio-radio_button_l: 2.2rem;
    --height-check_radio-check_button_s: 2rem;
    --height-check_radio-check_button_m: 2.6rem;
    --height-check_radio-check_button_l: 3rem;
    --icon-check_radio-sizing: 0.8rem;
    --icon-check_radio-check_l: 1.2rem;
    --icon-check_radio-check_s: 0.8rem;
    --width-check_radio-radio_button_border-default: 0.025rem;
    --width-check_radio-radio_button_border-active: 0.05rem;
    --radius-check_radio-s: 0.3rem;
    --radius-check_radio-m: 0.3rem;
    --radius-check_radio-radio_l: 0.5rem;
    --radius-check_radio-check_l: 0.3rem;
    --spacing-check_radio-icon-margin_right: 0.4rem;
    --spacing-check_radio-text-margin_top: 0.2rem;
    --spacing-check_radio-group-margin_x: 1rem;
    --spacing-check_radio-check_icon-margin_bottom: 0.2rem;
    --spacing-check_radio-check_describe-margin_top: 0.1rem;
    --spacing-check_radio-check_icon-margin_right: 0.2rem;
    --spacing-check_radio-button-margin_xy: 0.6rem;
    --spacing-check_radio-item-margin_x: 0.5rem;
    --color-check_radio-default: rgba(0, 0, 0, .15);
    --color-check_radio-disable: rgba(0, 0, 0, .05);
    --color-check_radio-active: #1bc47d;
    --color-check_radio-active-disable: rgba(27, 196, 125, .3);
    --color-check_radio-text-default: rgba(0, 0, 0, .85);
    --color-check_radio-text-disable: rgba(0, 0, 0, .3);
    --color-check_radio-text_describe-default: rgba(0, 0, 0, .5);
    --color-check_radio-text_describe-disable: rgba(0, 0, 0, .3);
    --color-check_radio-radio_button_text-default: rgba(0, 0, 0, .85);
    --color-check_radio-radio_button_text-active: #1bc47d;
    --color-check_radio-radio_button_text-disable: rgba(0, 0, 0, .3);
    --color-check_radio-radio_button_bg-active: rgba(27, 196, 125, .05);
    --color-check_radio-radio_border-default: rgba(0, 0, 0, .15);
    --color-check_radio-radio_border-active: #1bc47d;
    --color-check_radio-radio_border-disable: rgba(0, 0, 0, .15);
    --color-check_radio-check_bg-default: #f7f8f9;
    --color-check_radio-check_bg-active: rgba(27, 196, 125, .1);
    --color-check_radio-check_bg-disable: #f7f8f9;
    --color-check_radio-check_button_text_describe-default: rgba(0, 0, 0, .5);
    --color-check_radio-check_button_text_describe-active: #1bc47d;
    --color-check_radio-check_button_text_describe-disable: rgba(0, 0, 0, .3);
    --color-check_radio-check_button_icon-default: rgba(0, 0, 0, .5);
    --color-check_radio-check_button_icon-active: #1bc47d;
    --color-check_radio-check_button_icon-disable: rgba(0, 0, 0, .3);
    --color-check_radio-radio_button_wrong-text-active: #eb5c31;
    --color-check_radio-radio_button_wrong-bg-active: rgba(235, 92, 49, .05);
    --color-check_radio-radio_wrong_border-active: #eb5c31
}

html[theme=dark] {
    --height-check_radio-radio_button_s: 1.6rem;
    --height-check_radio-radio_button_m: 2rem;
    --height-check_radio-radio_button_l: 2.2rem;
    --height-check_radio-check_button_s: 2rem;
    --height-check_radio-check_button_m: 2.6rem;
    --height-check_radio-check_button_l: 3rem;
    --icon-check_radio-sizing: 0.8rem;
    --icon-check_radio-check_l: 1.2rem;
    --icon-check_radio-check_s: 0.8rem;
    --width-check_radio-radio_button_border-default: 0.025rem;
    --width-check_radio-radio_button_border-active: 0.05rem;
    --radius-check_radio-s: 0.3rem;
    --radius-check_radio-m: 0.3rem;
    --radius-check_radio-radio_l: 0.5rem;
    --radius-check_radio-check_l: 0.3rem;
    --spacing-check_radio-icon-margin_right: 0.4rem;
    --spacing-check_radio-text-margin_top: 0.2rem;
    --spacing-check_radio-group-margin_x: 1rem;
    --spacing-check_radio-check_icon-margin_bottom: 0.2rem;
    --spacing-check_radio-check_describe-margin_top: 0.1rem;
    --spacing-check_radio-check_icon-margin_right: 0.2rem;
    --spacing-check_radio-button-margin_xy: 0.6rem;
    --spacing-check_radio-item-margin_x: 0.5rem;
    --color-check_radio-default: rgba(84, 84, 88, .85);
    --color-check_radio-active: #1bc47d;
    --color-check_radio-disable: rgba(84, 84, 88, .3);
    --color-check_radio-active-disable: rgba(27, 196, 125, .25);
    --color-check_radio-text-default: #f2f5ff;
    --color-check_radio-text-disable: rgba(235, 235, 245, .3);
    --color-check_radio-text_describe-default: rgba(235, 235, 245, .65);
    --color-check_radio-text_describe-disable: rgba(235, 235, 245, .3);
    --color-check_radio-radio_button_text-default: #f2f5ff;
    --color-check_radio-radio_button_text-active: #1bc47d;
    --color-check_radio-radio_button_text-disable: rgba(235, 235, 245, .3);
    --color-check_radio-radio_button_bg-active: rgba(27, 196, 125, .05);
    --color-check_radio-radio_border-default: rgba(84, 84, 88, .85);
    --color-check_radio-radio_border-active: #1bc47d;
    --color-check_radio-radio_border-disable: rgba(84, 84, 88, .85);
    --color-check_radio-check_bg-default: hsla(240, 4%, 48%, .15);
    --color-check_radio-check_bg-active: rgba(27, 196, 125, .1);
    --color-check_radio-check_bg-disable: hsla(240, 4%, 48%, .15);
    --color-check_radio-check_button_text_describe-default: rgba(235, 235, 245, .65);
    --color-check_radio-check_button_text_describe-active: #1bc47d;
    --color-check_radio-check_button_text_describe-disable: rgba(235, 235, 245, .3);
    --color-check_radio-check_button_icon-default: rgba(235, 235, 245, .65);
    --color-check_radio-check_button_icon-active: #1bc47d;
    --color-check_radio-check_button_icon-disable: rgba(235, 235, 245, .3);
    --color-check_radio-radio_button_wrong-text-active: #eb5c31;
    --color-check_radio-radio_button_wrong-bg-active: rgba(235, 92, 49, .05);
    --color-check_radio-radio_wrong_border-active: #eb5c31
}

html {
    --height-datalist-list: 3rem;
    --height-datalist-head: 1.2rem;
    --height-datalist-search_m: 3.8rem;
    --height-datalist-search_s: 2.8rem;
    --icon-datalist-sort: 0.8rem;
    --icon-datalist-ranking: 1.2rem;
    --icon-datalist-add_watchlist: 1.2rem;
    --icon-datalist-label_icon: 0.6rem;
    --spacing-datalist-list-margin_top: 0.1rem;
    --spacing-datalist-market_tag-margin_top: 0.2rem;
    --spacing-datalist-head_item-margin_y_m: 0.2rem;
    --spacing-datalist-head_item-margin_y_s: 0;
    --spacing-datalist-list_item-margin_y: 0.4rem;
    --spacing-datalist-list_icon-margin_right: 0.3rem;
    --spacing-datalist-search-margin_right: 0.6rem;
    --spacing-datalist-search-margin_top: 0.2rem;
    --spacing-datalist-search_icon-margin_left: 1rem;
    --spacing-datalist-search_stock-margin_right: 0.4rem;
    --spacing-datalist-search_code-margin_right: 0.2rem;
    --spacing-datalist-head-padding_right: 0.8rem;
    --spacing-datalist-padding_y: 1rem;
    --width-datalist-list_s: 3.8rem;
    --width-datalist-list_m: 4.8rem;
    --width-datalist-list_l: 5.55rem;
    --width-datalist-list_xl: 8.8rem;
    --width-datalist-head_s: 4rem;
    --width-datalist-head_m: 5rem;
    --width-datalist-head_l: 5.75rem;
    --width-datalist-head_xl: 9rem;
    --width-datalist-list-code: 4.3rem;
    --color-datalist-list-text_primary: rgba(0, 0, 0, .85);
    --color-datalist-list-text_secondary: rgba(0, 0, 0, .5);
    --color-datalist-head-text-default: rgba(0, 0, 0, .5);
    --color-datalist-head-text-active: #1bc47d;
    --color-datalist-market_us: #00a5bb;
    --color-datalist-market_hk: #ff863c;
    --color-datalist-icon_watchlist: #1bc47d;
    --color-datalist-icon_delay: #61b8ea;
    --color-datalist-icon_sort: rgba(0, 0, 0, .3);
    --color-datalist-option_chain-bg-1: #00b5ce;
    --color-datalist-option_chain-bg-2: #ebedf0;
    --color-datalist-option_chain-bg-3: #ebedf0;
    --color-datalist-option_chain-bg-4: #fff;
    --color-datalist-option_chain-divider: #ebedf0
}

html[theme=dark] {
    --height-datalist-list: 3rem;
    --height-datalist-head: 1.2rem;
    --height-datalist-search_m: 3.8rem;
    --height-datalist-search_s: 2.8rem;
    --icon-datalist-sort: 0.8rem;
    --icon-datalist-ranking: 1.2rem;
    --icon-datalist-add_watchlist: 1.2rem;
    --icon-datalist-label_icon: 0.6rem;
    --spacing-datalist-list-margin_top: 0.1rem;
    --spacing-datalist-market_tag-margin_top: 0.2rem;
    --spacing-datalist-head_item-margin_y_m: 0.2rem;
    --spacing-datalist-head_item-margin_y_s: 0;
    --spacing-datalist-list_item-margin_y: 0.4rem;
    --spacing-datalist-list_icon-margin_right: 0.3rem;
    --spacing-datalist-search-margin_right: 0.6rem;
    --spacing-datalist-search-margin_top: 0.2rem;
    --spacing-datalist-search_icon-margin_left: 1rem;
    --spacing-datalist-search_stock-margin_right: 0.4rem;
    --spacing-datalist-search_code-margin_right: 0.2rem;
    --spacing-datalist-head-padding_right: 0.8rem;
    --spacing-datalist-padding_y: 1rem;
    --width-datalist-list_s: 3.8rem;
    --width-datalist-list_m: 4.8rem;
    --width-datalist-list_l: 5.55rem;
    --width-datalist-list_xl: 8.8rem;
    --width-datalist-head_s: 4rem;
    --width-datalist-head_m: 5rem;
    --width-datalist-head_l: 5.75rem;
    --width-datalist-head_xl: 9rem;
    --width-datalist-list-code: 4.3rem;
    --color-datalist-list-text_primary: #f2f5ff;
    --color-datalist-list-text_secondary: rgba(235, 235, 245, .65);
    --color-datalist-head-text-default: rgba(235, 235, 245, .65);
    --color-datalist-head-text-active: #1bc47d;
    --color-datalist-market_us: #00b5ce;
    --color-datalist-market_hk: #ff863c;
    --color-datalist-icon_watchlist: #1bc47d;
    --color-datalist-icon_delay: #61b8ea;
    --color-datalist-icon_sort: rgba(235, 235, 245, .3);
    --color-datalist-option_chain-bg-1: #00b5ce;
    --color-datalist-option_chain-bg-2: #ebedf0;
    --color-datalist-option_chain-bg-3: hsla(240, 4%, 48%, .24);
    --color-datalist-option_chain-bg-4: #2c2c2e;
    --color-datalist-option_chain-divider: #000
}

html {
    --height-datepicker-range_picker_bg: 1.8rem;
    --height-datepicker-range_picker_divider: 0.1rem;
    --height-datepicker-title-month_year: 2.9rem;
    --height-datepicker-week: 1.5rem;
    --height-datepicker-date: 1.95rem;
    --height-datepicker-today_dot: 0.25rem;
    --height-datepicker-roll_bg: 2rem;
    --width-datepicker-range_picker_divider: 0.8rem;
    --radius-datepicker-range_picker_bg: 0.4rem;
    --radius-datepicker-roll_bg: 0.6rem;
    --spacing-datepicker-padding_y: 1rem;
    --spacing-datepicker-range_picker-margin_top: 0.5rem;
    --spacing-datepicker-range_picker-margin_bottom: 0;
    --spacing-datepicker-icon_next-margin_y: 1.8rem;
    --spacing-datepicker-date-margin_top: 0.5rem;
    --spacing-datepicker-date-margin_bottom: 0.65rem;
    --spacing-datepicker-date-margin_y: 0.4rem;
    --spacing-datepicker-roll_month-margin_mid: 1.6rem;
    --spacing-datepicker-roll_day-margin_mid: 0.8rem;
    --spacing-datepicker-radio-padding_x: 0.45rem;
    --icon-datepicker-next: 0.8rem;
    --color-datepicker-range_picker-bg: #f7f8f9;
    --color-datepicker-range_picker-text-default: rgba(0, 0, 0, .3);
    --color-datepicker-range_picker-text-active: rgba(0, 0, 0, .85);
    --color-datepicker-range_picker_divider: rgba(0, 0, 0, .15);
    --color-datepicker-title-month_year: rgba(0, 0, 0, .85);
    --color-datepicker-icon_next-default: rgba(0, 0, 0, .85);
    --color-datepicker-icon_next-disable: rgba(0, 0, 0, .3);
    --color-datepicker-text-week: rgba(0, 0, 0, .5);
    --color-datepicker-date-bg-default: #fff;
    --color-datepicker-date-text-default: rgba(0, 0, 0, .85);
    --color-datepicker-date-bg-active: #1bc47d;
    --color-datepicker-date-text-active: #fff;
    --color-datepicker-date-bg-disable: #fff;
    --color-datepicker-date-text-disable: rgba(0, 0, 0, .3);
    --color-datepicker-today_dot: rgba(0, 0, 0, .15);
    --color-datepicker-date_mask-bg-active: rgba(27, 196, 125, .1)
}

html[theme=dark] {
    --height-datepicker-range_picker_bg: 1.8rem;
    --height-datepicker-range_picker_divider: 0.1rem;
    --height-datepicker-title-month_year: 2.9rem;
    --height-datepicker-week: 1.5rem;
    --height-datepicker-date: 1.95rem;
    --height-datepicker-today_dot: 0.25rem;
    --height-datepicker-roll_bg: 2rem;
    --width-datepicker-range_picker_divider: 0.8rem;
    --radius-datepicker-range_picker_bg: 0.4rem;
    --radius-datepicker-roll_bg: 0.6rem;
    --spacing-datepicker-padding_y: 1rem;
    --spacing-datepicker-range_picker-margin_top: 0.5rem;
    --spacing-datepicker-range_picker-margin_bottom: 0;
    --spacing-datepicker-icon_next-margin_y: 1.8rem;
    --spacing-datepicker-date-margin_top: 0.5rem;
    --spacing-datepicker-date-margin_bottom: 0.65rem;
    --spacing-datepicker-date-margin_y: 0.4rem;
    --spacing-datepicker-roll_month-margin_mid: 1.6rem;
    --spacing-datepicker-roll_day-margin_mid: 0.8rem;
    --spacing-datepicker-radio-padding_x: 0.45rem;
    --icon-datepicker-next: 0.8rem;
    --color-datepicker-range_picker-bg: hsla(240, 4%, 48%, .14);
    --color-datepicker-range_picker-text-default: rgba(235, 235, 245, .3);
    --color-datepicker-range_picker-text-active: #f2f5ff;
    --color-datepicker-range_picker_divider: rgba(84, 84, 88, .85);
    --color-datepicker-title-month_year: #f2f5ff;
    --color-datepicker-icon_next-default: #f2f5ff;
    --color-datepicker-icon_next-disable: rgba(235, 235, 245, .3);
    --color-datepicker-text-week: rgba(235, 235, 245, .65);
    --color-datepicker-date-bg-default: hsla(240, 4%, 48%, 0);
    --color-datepicker-date-text-default: #f2f5ff;
    --color-datepicker-date-bg-active: #1bc47d;
    --color-datepicker-date-text-active: #fff;
    --color-datepicker-date-bg-disable: hsla(240, 4%, 48%, 0);
    --color-datepicker-date-text-disable: rgba(235, 235, 245, .3);
    --color-datepicker-today_dot: rgba(235, 235, 245, .25);
    --color-datepicker-date_mask-bg-active: rgba(27, 196, 125, .1)
}

:root {
    --outline-visible: none
}

.vd-actionbar,
.vd-actions,
.vd-activity-views,
.vd-badge,
.vd-btn,
.vd-calendar,
.vd-checkbox,
.vd-datalist,
.vd-datetime-picker,
.vd-dialog,
.vd-divider,
.vd-dropdown,
.vd-dropdown-item,
.vd-dropdown-menu,
.vd-empty,
.vd-foot-nav,
.vd-footer,
.vd-head-nav,
.vd-input,
.vd-list,
.vd-loading,
.vd-noticebar,
.vd-page-break,
.vd-password,
.vd-popover,
.vd-radio,
.vd-result,
.vd-search,
.vd-selector,
.vd-skeleton,
.vd-slider,
.vd-step,
.vd-stepper,
.vd-switch,
.vd-tabs,
.vd-tag,
.vd-title,
.vd-toast,
.vd-upload {
    outline: var(--outline-visible) solid rgba(255, 0, 0, .3)
}

html {
    --height-dialog-super_small: 2.2rem;
    --height-dialog-super_large: 12rem;
    --radius-dialog-content: 0.7rem;
    --radius-dialog-content_box: 0.5rem;
    --spacing-dialog-padding_left: 1rem;
    --spacing-dialog-padding_right: 1rem;
    --spacing-dialog-padding_top: 1.6rem;
    --spacing-dialog-padding_bottom: 1.2rem;
    --spacing-dialog-button-margin_top: 1.2rem;
    --spacing-dialog-title-margin_bottom: 0.4rem;
    --spacing-dialog-button_double-margin_mid: 0.4rem;
    --spacing-dialog-button_single-margin_left: 0.8rem;
    --spacing-dialog-button_single-margin_right: 0.8rem;
    --spacing-dialog-icon-padding_top: 1rem;
    --spacing-dialog-icon_title-margin_top: 0.6rem;
    --spacing-dialog-button_text-padding_bottom: 0.4rem;
    --spacing-dialog-content_box-padding_x: 1rem;
    --spacing-dialog-content_box-padding_y: 1rem;
    --spacing-dialog-content_box_title-margin_bottom: 0.4rem;
    --spacing-dialog-content_box_icon-margin_right: 0.4rem;
    --spacing-dialog-sequence-padding_x: 0.4rem;
    --spacing-dialog-sequence_point-padding_Y: 0.4rem;
    --spacing-dialog-sequence_number-padding_Y: 0.2rem;
    --size-dialog-sequence_point: 0.2rem;
    --color-dialog-bg: #fff;
    --color-dialog-mask_bg: rgba(0, 0, 0, .5);
    --color-dialog-title: rgba(0, 0, 0, .85);
    --color-dialog-text: rgba(0, 0, 0, .85);
    --color-dialog-content-bg: #f7f8f9;
    --color-dialog-sequence_point: rgba(0, 0, 0, .3)
}

html[theme=dark] {
    --height-dialog-super_small: 2.2rem;
    --height-dialog-super_large: 12rem;
    --radius-dialog-content: 0.7rem;
    --radius-dialog-content_box: 0.5rem;
    --spacing-dialog-padding_left: 1rem;
    --spacing-dialog-padding_right: 1rem;
    --spacing-dialog-padding_top: 1.6rem;
    --spacing-dialog-padding_bottom: 1.2rem;
    --spacing-dialog-button-margin_top: 1.2rem;
    --spacing-dialog-title-margin_bottom: 0.4rem;
    --spacing-dialog-button_double-margin_mid: 0.4rem;
    --spacing-dialog-button_single-margin_left: 0.8rem;
    --spacing-dialog-button_single-margin_right: 0.8rem;
    --spacing-dialog-icon-padding_top: 1rem;
    --spacing-dialog-icon_title-margin_top: 0.6rem;
    --spacing-dialog-button_text-padding_bottom: 0.4rem;
    --spacing-dialog-content_box-padding_x: 1rem;
    --spacing-dialog-content_box-padding_y: 1rem;
    --spacing-dialog-content_box_title-margin_bottom: 0.4rem;
    --spacing-dialog-content_box_icon-margin_right: 0.4rem;
    --spacing-dialog-sequence-padding_x: 0.4rem;
    --spacing-dialog-sequence_point-padding_Y: 0.4rem;
    --spacing-dialog-sequence_number-padding_Y: 0.2rem;
    --size-dialog-sequence_point: 0.2rem;
    --color-dialog-bg: hsla(240, 4%, 48%, .15);
    --color-dialog-mask_bg: rgba(0, 0, 0, .85);
    --color-dialog-title: #f2f5ff;
    --color-dialog-text: #f2f5ff;
    --color-dialog-content-bg: hsla(240, 4%, 48%, .1);
    --color-dialog-sequence_point: rgba(235, 235, 245, .3)
}

html {
    --height-dropdown-primary_item: 2.3rem;
    --height-dropdown-primary_large: 15.7rem;
    --height-dropdown-secondary_item: 2.3rem;
    --height-dropdown-secondary_large: 15.7rem;
    --height-dropdown-state_large: 16.2rem;
    --height-dropdown-state_item: 2.4rem;
    --height-dropdown-group_large: 17.4rem;
    --height-dropdown-tertiary_item: 3rem;
    --height-dropdown-divider: 0.025rem;
    --width-dropdown-primary_small: 9.1rem;
    --width-dropdown-state_small: 10.2rem;
    --width-dropdown-group_default: 9.1rem;
    --width-dropdown-state_drop: 0.3rem;
    --radius-dropdown-primary: 0.5rem;
    --radius-dropdown-secondary: 0.5rem;
    --radius-dropdown-state: 0.5rem;
    --radius-dropdown-group: 0.4rem;
    --radius-dropdown-state_item: 0.3rem;
    --spacing-dropdown-primary-padding_y: 0.8rem;
    --spacing-dropdown-primary-padding_x: 0.4rem;
    --spacing-dropdown-primary_icon-margin_right: 0.3rem;
    --spacing-dropdown-primary_icon_select-margin_left: 0.4rem;
    --spacing-dropdown-secondary-padding_y: 0.8rem;
    --spacing-dropdown-secondary-padding_x: 0.4rem;
    --spacing-dropdown-secondary_icon-margin_right: 0.3rem;
    --spacing-dropdown-state-padding_y: 0.4rem;
    --spacing-dropdown-state-padding_x: 0.8rem;
    --spacing-dropdown-state_item-padding_y: 0.6rem;
    --spacing-dropdown-group-padding_y: 0.8rem;
    --spacing-dropdown-group-padding_x: 0.4rem;
    --spacing-dropdown-group_title-margin_bottom: 0.15rem;
    --spacing-dropdown-group_text-margin_bottom: 0.15rem;
    --spacing-dropdown-group_item-padding_top: 0.6rem;
    --spacing-dropdown-group_item-padding_bottom: 0.55rem;
    --spacing-dropdown-state_drop-margin_right: 0.2rem;
    --spacing-dropdown-state_drop-margin_left: 0.4rem;
    --spacing-dropdown-state_icon-margin_right: 0.3rem;
    --spacing-dropdown-state_item-margin_bottom: 0.4rem;
    --icon-dropdown-primary: 1rem;
    --icon-dropdown-primary_select: 1rem;
    --icon-dropdown-secondary: 1rem;
    --icon-dropdown-state: 1.2rem;
    --icon-dropdown-group: 1rem;
    --color-dropdown-bg-default: #fff;
    --color-dropdown-primary-text-default: rgba(0, 0, 0, .85);
    --color-dropdown-primary-text-active: rgba(0, 0, 0, .85);
    --color-dropdown-primary-text-disable: rgba(0, 0, 0, .3);
    --color-dropdown-divider: rgba(0, 0, 0, .05);
    --color-dropdown-secondary-text-default: rgba(0, 0, 0, .85);
    --color-dropdown-secondary-text-active: #1bc47d;
    --color-dropdown-secondary-text-disable: rgba(0, 0, 0, .3);
    --color-dropdown-state-bg-default: #fff;
    --color-dropdown-state-bg-active: #f7f8f9;
    --color-dropdown-state-text-default: rgba(0, 0, 0, .85);
    --color-dropdown-state-text-active: rgba(0, 0, 0, .85);
    --color-dropdown-state-open: #1bc47d;
    --color-dropdown-state-preopen: #ffa819;
    --color-dropdown-state-close: rgba(0, 0, 0, .5);
    --color-dropdown-state-fusing: rgba(0, 0, 0, .5);
    --color-dropdown-state-pre_market_auction: #f459a7;
    --color-dropdown-state-last_trading_session: #18a0fb;
    --color-dropdown-group-title-default: rgba(0, 0, 0, .5);
    --color-dropdown-group-text-default: rgba(0, 0, 0, .85);
    --color-dropdown-tertiary-title: rgba(0, 0, 0, .5)
}

html[theme=dark] {
    --height-dropdown-primary_item: 2.3rem;
    --height-dropdown-primary_large: 15.7rem;
    --height-dropdown-secondary_item: 2.3rem;
    --height-dropdown-secondary_large: 15.7rem;
    --height-dropdown-state_large: 16.2rem;
    --height-dropdown-state_item: 2.4rem;
    --height-dropdown-group_large: 17.4rem;
    --height-dropdown-tertiary_item: 3rem;
    --height-dropdown-divider: 0.025rem;
    --width-dropdown-primary_small: 9.1rem;
    --width-dropdown-state_small: 10.2rem;
    --width-dropdown-group_default: 9.1rem;
    --width-dropdown-state_drop: 0.3rem;
    --radius-dropdown-primary: 0.5rem;
    --radius-dropdown-secondary: 0.5rem;
    --radius-dropdown-state: 0.5rem;
    --radius-dropdown-group: 0.4rem;
    --radius-dropdown-state_item: 0.3rem;
    --spacing-dropdown-primary-padding_y: 0.8rem;
    --spacing-dropdown-primary-padding_x: 0.4rem;
    --spacing-dropdown-primary_icon-margin_right: 0.3rem;
    --spacing-dropdown-primary_icon_select-margin_left: 0.4rem;
    --spacing-dropdown-secondary-padding_y: 0.8rem;
    --spacing-dropdown-secondary-padding_x: 0.4rem;
    --spacing-dropdown-secondary_icon-margin_right: 0.3rem;
    --spacing-dropdown-state-padding_y: 0.4rem;
    --spacing-dropdown-state-padding_x: 0.8rem;
    --spacing-dropdown-state_item-padding_y: 0.6rem;
    --spacing-dropdown-group-padding_y: 0.8rem;
    --spacing-dropdown-group-padding_x: 0.4rem;
    --spacing-dropdown-group_title-margin_bottom: 0.15rem;
    --spacing-dropdown-group_text-margin_bottom: 0.15rem;
    --spacing-dropdown-group_item-padding_top: 0.6rem;
    --spacing-dropdown-group_item-padding_bottom: 0.55rem;
    --spacing-dropdown-state_drop-margin_right: 0.2rem;
    --spacing-dropdown-state_drop-margin_left: 0.4rem;
    --spacing-dropdown-state_icon-margin_right: 0.3rem;
    --spacing-dropdown-state_item-margin_bottom: 0.4rem;
    --icon-dropdown-primary: 1rem;
    --icon-dropdown-primary_select: 1rem;
    --icon-dropdown-secondary: 1rem;
    --icon-dropdown-state: 1.2rem;
    --icon-dropdown-group: 1rem;
    --color-dropdown-bg-default: #2c2c2e;
    --color-dropdown-primary-text-default: #f2f5ff;
    --color-dropdown-primary-text-active: #f2f5ff;
    --color-dropdown-primary-text-disable: rgba(235, 235, 245, .3);
    --color-dropdown-divider: rgba(84, 84, 88, .2);
    --color-dropdown-secondary-text-default: #f2f5ff;
    --color-dropdown-secondary-text-active: #1bc47d;
    --color-dropdown-secondary-text-disable: rgba(235, 235, 245, .3);
    --color-dropdown-state-bg-default: #2c2c2e;
    --color-dropdown-state-bg-active: hsla(240, 4%, 48%, .24);
    --color-dropdown-state-text-default: #f2f5ff;
    --color-dropdown-state-text-active: #f2f5ff;
    --color-dropdown-state-open: #1bc47d;
    --color-dropdown-state-preopen: #ffa819;
    --color-dropdown-state-close: rgba(235, 235, 245, .65);
    --color-dropdown-state-fusing: rgba(235, 235, 245, .65);
    --color-dropdown-state-pre_market_auction: #f459a7;
    --color-dropdown-state-last_trading_session: #18a0fb;
    --color-dropdown-group-title-default: rgba(235, 235, 245, .65);
    --color-dropdown-group-text-default: #f2f5ff;
    --color-dropdown-tertiary-title: rgba(235, 235, 245, .65)
}

html {
    --height-empty-card: 7rem;
    --spacing-empty-large-text-margin_top: 0.8rem;
    --spacing-empty-large-text-margin_bottom: 0.9rem;
    --spacing-empty-small-text-margin_top: 0.4rem;
    --spacing-empty-small-text-margin_bottom: 0;
    --color-empty-text: rgba(0, 0, 0, .5)
}

html[theme=dark] {
    --height-empty-card: 7rem;
    --spacing-empty-large-text-margin_top: 0.8rem;
    --spacing-empty-large-text-margin_bottom: 0.9rem;
    --spacing-empty-small-text-margin_top: 0.4rem;
    --spacing-empty-small-text-margin_bottom: 0;
    --color-empty-text: rgba(235, 235, 245, .65)
}

html,
html[theme=dark] {
    --height-footer-devider: 0.8rem;
    --spacing-footer-padding_top: 1.2rem;
    --spacing-footer-padding_bottom: 2rem;
    --spacing-footer-link-margin_bottom: 0.2rem
}

html {
    --height-footnav-content: 2.8rem;
    --spacing-footnav-icon-margin_top: 0.25rem;
    --spacing-footnav-icon-margin_bottom: 0.1rem;
    --icon-footnav-size: 1.6rem;
    --color-footnav-text-default: rgba(0, 0, 0, .65);
    --color-footnav-icon-default: rgba(0, 0, 0, .65);
    --color-footnav-text-active: #1bc47d;
    --color-footnav-bg: #fff
}

html[theme=dark] {
    --height-footnav-content: 2.8rem;
    --spacing-footnav-icon-margin_top: 0.25rem;
    --spacing-footnav-icon-margin_bottom: 0.1rem;
    --icon-footnav-size: 1.6rem;
    --color-footnav-text-default: rgba(235, 235, 245, .65);
    --color-footnav-icon-default: rgba(242, 245, 255, .75);
    --color-footnav-text-active: #1bc47d;
    --color-footnav-bg: #0e0e10
}

html {
    --divider-medium: 0.05rem;
    --divider-large: 0.15rem;
    --divider-small: 0.025rem;
    --height-super-small: 1.4rem;
    --height-extra-small: 1.6rem;
    --height-small: 1.8rem;
    --height-medium: 2rem;
    --height-large: 2.2rem;
    --height-extra-large: 2.4rem;
    --height-super-large: 2.8rem;
    --neutral-c0: transparent;
    --neutral-c1: #fff;
    --neutral-c2: #f2f2f2;
    --neutral-c3: #eee;
    --neutral-c4: #e6e6e6;
    --neutral-c5: #ddd;
    --neutral-c6: #c2c2c2;
    --neutral-c7: #999;
    --neutral-c8: #7f7f7f;
    --neutral-c9: #767680;
    --neutral-c10: #696970;
    --neutral-c11: #545458;
    --neutral-c11-5: #48484a;
    --neutral-c12: #2c2c2e;
    --neutral-c13: #19191e;
    --neutral-c13-5: #141419;
    --neutral-c14: #0e0e10;
    --neutral-c15: #000;
    --blue_gray-c1: #f7f8f9;
    --blue_gray-c2: #f1f2f4;
    --blue_gray-c3: #ebedf0;
    --blue_gray-c4: #cad2da;
    --blue_gray-c5: #9aa9b9;
    --blue_gray-c6: #8496aa;
    --blue_gray-c7: #768698;
    --blue_gray-c8: #667484;
    --blue_gray-c9: #535f6c;
    --blue_gray-c10: #3b444c;
    --green-c1: #f2fffc;
    --green-c2: #d2f3ea;
    --green-c3: #abe7d5;
    --green-c4: #7ddcbb;
    --green-c5: #4bd09d;
    --green-c6: #1bc47d;
    --green-c7: #0da36b;
    --green-c8: #09825a;
    --green-c9: #0c5838;
    --green-c10: #093e28;
    --green-c11: #113226;
    --green-opacity-1: rgba(27, 196, 125, .05);
    --green-opacity-2: rgba(27, 196, 125, .1);
    --green-opacity-3: rgba(27, 196, 125, .15);
    --green-opacity-4: rgba(27, 196, 125, .2);
    --red-c1: #fee;
    --red-c2: #ffdedd;
    --red-c3: #fcc0bd;
    --red-c4: #fa968e;
    --red-c5: #fe6258;
    --red-c6: #eb5c31;
    --red-c7: #f24822;
    --red-c8: #db2c0d;
    --red-c9: #bb381a;
    --red-c10: #992e16;
    --red-c11: #6c200f;
    --red-c12: #4d170b;
    --red-c13: #3c1a14;
    --red-opacity-1: rgba(242, 72, 34, .05);
    --red-opacity-2: rgba(242, 72, 34, .1);
    --red-opacity-3: rgba(242, 72, 34, .15);
    --red-opacity-4: rgba(242, 72, 34, .2);
    --blue-c1: #f2fcff;
    --blue-c2: #d9f3fe;
    --blue-c3: #b7e7fd;
    --blue-c4: #8ad5fd;
    --blue-c5: #61b8ea;
    --blue-c6: #6cacff;
    --blue-c7: #5998e9;
    --blue-c8: #18a0fb;
    --blue-c9: #0a85cc;
    --blue-c10: #076b9d;
    --blue-c11: #09506f;
    --blue-c12: #08334f;
    --blue-opacity-1: rgba(24, 160, 251, .1);
    --blue-opacity-2: rgba(24, 160, 251, .2);
    --blue-opacity-3: rgba(24, 160, 251, .3);
    --blue-opacity-4: rgba(24, 160, 251, .5);
    --yellow-c1: #fffbe4;
    --yellow-c2: #fff6ca;
    --yellow-c3: #ffeea5;
    --yellow-c4: #ffe476;
    --yellow-c5: #ffd63d;
    --yellow-c6: #ffc700;
    --yellow-c7: #ffa819;
    --yellow-c8: #d2a700;
    --yellow-c9: #a17e00;
    --yellow-c10: #725900;
    --yellow-c11: #513f00;
    --yellow-c12: #40380c;
    --yellow-opacity-1: rgba(255, 199, 0, .1);
    --yellow-opacity-2: rgba(255, 199, 0, .2);
    --yellow-opacity-3: rgba(255, 199, 0, .3);
    --yellow-opacity-4: rgba(255, 199, 0, .5);
    --orange-c1: #fff3ec;
    --orange-c2: #ffd9c3;
    --orange-c3: #ffbd8e;
    --orange-c4: #ffa361;
    --orange-c5: #ff863c;
    --orange-c6: #ff733c;
    --orange-c7: #e47836;
    --orange-c8: #a15526;
    --orange-c9: #723c1b;
    --orange-c10: #512a13;
    --orange-c11: #3e2619;
    --orange-opacity-1: rgba(255, 134, 60, .1);
    --orange-opacity-2: rgba(255, 134, 60, .2);
    --orange-opacity-3: rgba(255, 134, 60, .3);
    --orange-opacity-4: rgba(255, 134, 60, .5);
    --purple-c1: #f2f5ff;
    --purple-c2: #ebebf5;
    --purple-c3: #e1e0ff;
    --purple-c4: #cac7ff;
    --purple-c5: #aca3ff;
    --purple-c6: #907cff;
    --purple-c7: #8165ff;
    --purple-c8: #644ec6;
    --purple-c9: #5240a1;
    --purple-c10: #3a2d72;
    --purple-c11: #292051;
    --purple-opacity-1: rgba(144, 124, 255, .1);
    --purple-opacity-2: rgba(144, 124, 255, .2);
    --purple-opacity-3: rgba(144, 124, 255, .3);
    --purple-opacity-4: rgba(144, 124, 255, .5);
    --teal-c1: #edfbf9;
    --teal-c2: #c6f1eb;
    --teal-c3: #aaebe2;
    --teal-c4: #84e2d5;
    --teal-c5: #6cdccd;
    --teal-c6: #64e8c6;
    --teal-c7: #47d3c0;
    --teal-c8: #2d8579;
    --teal-c9: #205e56;
    --teal-c10: #16433d;
    --teal-c11: #193533;
    --teal-opacity-1: rgba(71, 211, 192, .1);
    --teal-opacity-2: rgba(71, 211, 192, .2);
    --teal-opacity-3: rgba(71, 211, 192, .3);
    --teal-opacity-4: rgba(71, 211, 192, .5);
    --cyan-c1: #e6f8fa;
    --cyan-c2: #b0e8f0;
    --cyan-c3: #8adde8;
    --cyan-c4: #54cdde;
    --cyan-c5: #33d8d5;
    --cyan-c6: #00b5ce;
    --cyan-c7: #00a5bb;
    --cyan-c8: #008192;
    --cyan-c9: #00515c;
    --cyan-c10: #003941;
    --cyan-c11: #0b2f36;
    --cyan-opacity-1: rgba(0, 165, 187, .1);
    --cyan-opacity-2: rgba(0, 165, 187, .2);
    --cyan-opacity-3: rgba(0, 165, 187, .3);
    --cyan-opacity-4: rgba(0, 165, 187, .5);
    --pink-c1: #fff2f9;
    --pink-c2: #fde6f3;
    --pink-c3: #fbd0e7;
    --pink-c4: #f8b0d6;
    --pink-c5: #f686c0;
    --pink-c6: #f459a7;
    --pink-c7: #da5095;
    --pink-c8: #bd4581;
    --pink-c9: #9a386a;
    --pink-c10: #6d284b;
    --pink-c11: #53243d;
    --pink-opacity-1: rgba(244, 89, 167, .1);
    --pink-opacity-2: rgba(244, 89, 167, .2);
    --pink-opacity-3: rgba(244, 89, 167, .3);
    --pink-opacity-4: rgba(244, 89, 167, .5);
    --olive-c1: #f9fae9;
    --olive-c2: #eff6d6;
    --olive-c3: #def1b9;
    --olive-c4: #c4ed94;
    --olive-c5: #a6e86c;
    --olive-c6: #76db5b;
    --olive-c7: #77c13f;
    --olive-c8: #699344;
    --olive-c9: #4a6830;
    --olive-c10: #344922;
    --olive-c11: #2c3a22;
    --olive-opacity-1: hsla(92, 73%, 67%, .1);
    --olive-opacity-2: hsla(92, 73%, 67%, .2);
    --olive-opacity-3: hsla(92, 73%, 67%, .3);
    --olive-opacity-4: hsla(92, 73%, 67%, .5);
    --shadow-s1: 0 0.1rem 0.1rem rgba(0, 0, 0, .05);
    --shadow-s2: 0 0.1rem 0.4rem rgba(0, 0, 0, .05);
    --shadow-s3: 0 0.1rem 0.8rem rgba(0, 0, 0, .05);
    --border-radius-super-small: 0.05rem;
    --border-radius-extra-small: 0.1rem;
    --border-radius-small: 0.2rem;
    --border-radius-medium: 0.3rem;
    --border-radius-large: 0.5rem;
    --border-radius-extra-large: 0.6rem;
    --border-radius-super-large: 0.7rem;
    --icon-super-small: 0.4rem;
    --icon-extra-small: 0.6rem;
    --icon-small: 0.8rem;
    --icon-medium: 1rem;
    --icon-large: 1.2rem;
    --icon-extra-large: 1.6rem;
    --icon-super-large: 2rem;
    --opacity-05: 5%;
    --opacity-10: 10%;
    --opacity-15: 15%;
    --opacity-20: 20%;
    --opacity-30: 30%;
    --opacity-50: 50%;
    --spacing-none: 0;
    --opacity-85: 85%;
    --spacing-super-tight: 0.1rem;
    --spacing-extra-tight: 0.2rem;
    --spacing-tight: 0.4rem;
    --spacing-base-tight: 0.6rem;
    --spacing-base: 0.8rem;
    --spacing-base-loose: 1rem;
    --spacing-loose: 1.2rem;
    --spacing-extra-loose: 1.6rem;
    --spacing-super-loose: 2rem;
    --font-sf: SF Pro;
    --font-pf: PingFang SC;
    --font-line-height-auto: AUTO;
    --font-line-height-tight: 0.9rem;
    --font-line-height-base-tight: 1.05rem;
    --font-line-height-base: 1.2rem;
    --font-line-height-base-loose: 1.35rem;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-size-a: 0.55rem;
    --font-size-b: 0.6rem;
    --font-size-c: 0.7rem;
    --font-size-d: 0.8rem;
    --font-size-e: 0.9rem;
    --font-size-f: 1.1rem;
    --font-size-g: 1.4rem;
    --font-size-h: 1.7rem;
    --font-size-i: 2.1rem;
    --font-size-j: 0.75rem;
    --font-size-q: 1rem;
    --en-single-f-a-r-fontFamily: SF Pro;
    --en-single-f-a-r-fontWeight: 400;
    --en-single-f-a-r-lineHeight: AUTO;
    --en-single-f-a-r-fontSize: 0.55rem;
    --en-single-f-b-r-fontFamily: SF Pro;
    --en-single-f-b-r-fontWeight: 400;
    --en-single-f-b-r-lineHeight: AUTO;
    --en-single-f-b-r-fontSize: 0.6rem;
    --en-single-f-c-r-fontFamily: SF Pro;
    --en-single-f-c-r-fontWeight: 400;
    --en-single-f-c-r-lineHeight: AUTO;
    --en-single-f-c-r-fontSize: 0.7rem;
    --en-single-f-j-r-fontFamily: SF Pro;
    --en-single-f-j-r-fontWeight: 400;
    --en-single-f-j-r-lineHeight: AUTO;
    --en-single-f-j-r-fontSize: 0.75rem;
    --en-single-f-d-r-fontFamily: SF Pro;
    --en-single-f-d-r-fontWeight: 400;
    --en-single-f-d-r-lineHeight: AUTO;
    --en-single-f-d-r-fontSize: 0.8rem;
    --en-single-f-e-r-fontFamily: SF Pro;
    --en-single-f-e-r-fontWeight: 400;
    --en-single-f-e-r-lineHeight: AUTO;
    --en-single-f-e-r-fontSize: 0.9rem;
    --en-single-f-a-s-fontFamily: SF Pro;
    --en-single-f-a-s-fontWeight: 600;
    --en-single-f-a-s-lineHeight: AUTO;
    --en-single-f-a-s-fontSize: 0.55rem;
    --en-single-f-b-s-fontFamily: SF Pro;
    --en-single-f-b-s-fontWeight: 600;
    --en-single-f-b-s-lineHeight: AUTO;
    --en-single-f-b-s-fontSize: 0.6rem;
    --en-single-f-c-s-fontFamily: SF Pro;
    --en-single-f-c-s-fontWeight: 600;
    --en-single-f-c-s-lineHeight: AUTO;
    --en-single-f-c-s-fontSize: 0.7rem;
    --en-single-f-d-s-fontFamily: SF Pro;
    --en-single-f-d-s-fontWeight: 600;
    --en-single-f-d-s-lineHeight: AUTO;
    --en-single-f-d-s-fontSize: 0.8rem;
    --en-single-f-e-s-fontFamily: SF Pro;
    --en-single-f-e-s-fontWeight: 600;
    --en-single-f-e-s-lineHeight: AUTO;
    --en-single-f-e-s-fontSize: 0.9rem;
    --en-single-f-f-b-fontFamily: SF Pro;
    --en-single-f-f-b-fontWeight: 700;
    --en-single-f-f-b-lineHeight: AUTO;
    --en-single-f-f-b-fontSize: 1.1rem;
    --en-single-f-g-b-fontFamily: SF Pro;
    --en-single-f-g-b-fontWeight: 700;
    --en-single-f-g-b-lineHeight: AUTO;
    --en-single-f-g-b-fontSize: 1.4rem;
    --en-single-f-h-b-fontFamily: SF Pro;
    --en-single-f-h-b-fontWeight: 700;
    --en-single-f-h-b-lineHeight: AUTO;
    --en-single-f-h-b-fontSize: 1.7rem;
    --en-single-f-i-b-fontFamily: SF Pro;
    --en-single-f-i-b-fontWeight: 700;
    --en-single-f-i-b-lineHeight: AUTO;
    --en-single-f-i-b-fontSize: 2.1rem;
    --en-single-f-j-s-fontFamily: SF Pro;
    --en-single-f-j-s-fontWeight: 600;
    --en-single-f-j-s-lineHeight: AUTO;
    --en-single-f-j-s-fontSize: 0.75rem;
    --en-single-f-l-s-fontFamily: SF Pro;
    --en-single-f-l-s-fontWeight: 600;
    --en-single-f-l-s-lineHeight: AUTO;
    --en-single-f-l-s-fontSize: 0.5rem;
    --en-multi-f-b-r-fontFamily: SF Pro;
    --en-multi-f-b-r-fontWeight: 400;
    --en-multi-f-b-r-lineHeight: 0.9rem;
    --en-multi-f-b-r-fontSize: 0.6rem;
    --en-multi-f-c-r-fontFamily: SF Pro;
    --en-multi-f-c-r-fontWeight: 400;
    --en-multi-f-c-r-lineHeight: 1.05rem;
    --en-multi-f-c-r-fontSize: 0.7rem;
    --en-multi-f-d-r-fontFamily: SF Pro;
    --en-multi-f-d-r-fontWeight: 400;
    --en-multi-f-d-r-lineHeight: 1.2rem;
    --en-multi-f-d-r-fontSize: 0.8rem;
    --en-multi-f-e-r-fontFamily: SF Pro;
    --en-multi-f-e-r-fontWeight: 400;
    --en-multi-f-e-r-lineHeight: 1.2rem;
    --en-multi-f-e-r-fontSize: 0.9rem;
    --en-multi-f-c-s-fontFamily: SF Pro;
    --en-multi-f-c-s-fontWeight: 600;
    --en-multi-f-c-s-lineHeight: 1.05rem;
    --en-multi-f-c-s-fontSize: 0.7rem;
    --en-multi-f-d-s-fontFamily: SF Pro;
    --en-multi-f-d-s-fontWeight: 600;
    --en-multi-f-d-s-lineHeight: 1.2rem;
    --en-multi-f-d-s-fontSize: 0.8rem;
    --en-multi-f-e-s-fontFamily: SF Pro;
    --en-multi-f-e-s-fontWeight: 600;
    --en-multi-f-e-s-lineHeight: 1.2rem;
    --en-multi-f-e-s-fontSize: 0.9rem;
    --en-multi-f-q-b-fontFamily: SF Pro;
    --en-multi-f-q-b-fontWeight: 700;
    --en-multi-f-q-b-lineHeight: 1.35rem;
    --en-multi-f-q-b-fontSize: 1rem;
    --cn-single-f-f-b-fontFamily: PingFang SC;
    --cn-single-f-f-b-fontWeight: 600;
    --cn-single-f-f-b-lineHeight: AUTO;
    --cn-single-f-f-b-fontSize: 1.1rem;
    --cn-single-f-g-b-fontFamily: PingFang SC;
    --cn-single-f-g-b-fontWeight: 600;
    --cn-single-f-g-b-lineHeight: AUTO;
    --cn-single-f-g-b-fontSize: 1.4rem;
    --cn-single-f-i-b-fontFamily: PingFang SC;
    --cn-single-f-i-b-fontWeight: 600;
    --cn-single-f-i-b-lineHeight: AUTO;
    --cn-single-f-i-b-fontSize: 2.1rem;
    --cn-single-f-q-b-fontFamily: PingFang SC;
    --cn-single-f-q-b-fontWeight: 600;
    --cn-single-f-q-b-lineHeight: AUTO;
    --cn-single-f-q-b-fontSize: 1rem;
    --cn-multi-f-e-r-fontFamily: PingFang SC;
    --cn-multi-f-e-r-fontWeight: 400;
    --cn-multi-f-e-r-lineHeight: 1.35rem;
    --cn-multi-f-e-r-fontSize: 0.9rem;
    --cn-multi-f-e-s-fontFamily: PingFang SC;
    --cn-multi-f-e-s-fontWeight: 600;
    --cn-multi-f-e-s-lineHeight: 1.35rem;
    --cn-multi-f-e-s-fontSize: 0.9rem;
    --border-super-small: 0.025rem;
    --border-extra-small: 0.05rem;
    --border-small: 0.075rem;
    --border-medium: 0.1rem;
    --border-radius-super-full: 49.95rem;
    --font-size-l: 0.5rem;
    --black-opacity-3: rgba(0, 0, 0, .15);
    --black-opacity-6: rgba(0, 0, 0, .3);
    --black-opacity-8: rgba(0, 0, 0, .5);
    --white-opacity-3: hsla(0, 0%, 100%, .15);
    --divider-color-default-1: rgba(0, 0, 0, .05);
    --divider-color-default-2: rgba(0, 0, 0, .15);
    --divider-color-hover: rgba(0, 0, 0, .85);
    --divider-color-reverse-1: hsla(0, 0%, 100%, .15);
    --divider-color-reverse-2: hsla(0, 0%, 100%, .3);
    --primary-color: #1bc47d;
    --primary-color-press: #0da36b;
    --primary-color-disable: rgba(27, 196, 125, .3);
    --primary-color-light: #f2fffc;
    --primary-color-light-press: #d2f3ea;
    --secondary-color: #00a5bb;
    --secondary-color-press: #008192;
    --secondary-color-disable: rgba(0, 181, 206, .3);
    --secondary-color-light: #e6f8fa;
    --secondary-color-light-press: #b0e8f0;
    --shadow-color: rgba(0, 0, 0, .05);
    --text-color-h1: rgba(0, 0, 0, .85);
    --text-color-h2: rgba(0, 0, 0, .5);
    --text-color-h3: rgba(0, 0, 0, .3);
    --text-color-highlight: #1bc47d;
    --text-color-highlight-press: #09825a;
    --text-color-highlight-disable: rgba(27, 196, 125, .3);
    --text-color-link: #5998e9;
    --text-color-link-press: #076b9d;
    --text-color-link-disable: rgba(89, 152, 233, .3);
    --text-color-reverse: #fff;
    --text-color-reverse2: hsla(0, 0%, 100%, .6);
    --text-color-reverse3: hsla(0, 0%, 100%, .3);
    --bg-color-1: #fff;
    --bg-color-2: #f7f8f9;
    --bg-color-3: #f7f8f9;
    --bg-color-4: #ebedf0;
    --bg-color-mask: rgba(0, 0, 0, .5);
    --bg-color-mask-light: rgba(0, 0, 0, .05);
    --bg-color-mask-education: rgba(0, 0, 0, .5);
    --bg-grouped-color-1: #f7f8f9;
    --bg-grouped-color-2: #fff;
    --bg-grouped-color-3: #fff;
    --bg-grouped-color-2-web: hsla(0, 0%, 100%, .7);
    --rise-color: #1bc47d;
    --rise-color-press: #0da36b;
    --rise-color-disable: rgba(27, 196, 125, .3);
    --rise-color-light: rgba(27, 196, 125, .05);
    --rise-color-light-hover: rgba(27, 196, 125, .15);
    --rise-color-light-press: rgba(27, 196, 125, .2);
    --fall-color: #f24822;
    --fall-color-press: #db2c0d;
    --fall-color-disable: rgba(242, 72, 34, .3);
    --fall-color-light: rgba(242, 72, 34, .05);
    --fall-color-light-hover: rgba(242, 72, 34, .15);
    --fall-color-light-press: rgba(242, 72, 34, .2);
    --tips-color-success: #1bc47d;
    --tips-color-success-press: #09825a;
    --tips-color-success-disable: rgba(27, 196, 125, .3);
    --tips-color-success_light: #f2fffc;
    --tips-color-success_light-press: #d2f3ea;
    --tips-color-tips: #ffc700;
    --tips-color-tips-press: #ffa819;
    --tips-color-tips-disable: rgba(255, 199, 0, .3);
    --tips-color-tips-light: #fffbe4;
    --tips-color-tips-light-press: #fff6ca;
    --tips-color-warning: #eb5c31;
    --tips-color-warning-press: #db2c0d;
    --tips-color-warning-disable: rgba(235, 92, 49, .3);
    --tips-color-warning-light: #fee;
    --tips-color-warning-light-press: #ffdedd;
    --chart-color-1: #61b8ea;
    --chart-color-2: #33d8d5;
    --chart-color-3: #64e8c6;
    --chart-color-4: #a6e86c;
    --chart-color-5: #ffc700;
    --chart-color-6: #ffa819;
    --chart-color-7: #ff863c;
    --chart-color-8: #7f7f7f;
    --chart-color-9: #fe6258;
    --chart-color-10: #f459a7;
    --chart-color-11: rgba(27, 196, 125, .85);
    --chart-color-12: rgba(27, 196, 125, .5);
    --chart-color-13: rgba(27, 196, 125, .3);
    --chart-color-14: rgba(242, 72, 34, .85);
    --chart-color-15: rgba(242, 72, 34, .5);
    --chart-color-16: rgba(242, 72, 34, .3);
    --chart-line-color-1: #7f7f7f;
    --chart-line-color-2: #ffa819;
    --chart-line-color-3: #18a0fb;
    --chart-line-color-4: #f459a7;
    --chart-line-color-5: #47d3c0;
    --chart-line-color-6: #76db5b;
    --chart-line-color-7: #8165ff;
    --chart-line-color-8: #ff733c;
    --chart-line-color-9: #00a5bb;
    --chart-line-color-10: rgba(0, 0, 0, .3);
    --chart-column-color-1: #47d3c0;
    --chart-column-color-2: #5998e9;
    --color-quotes-stock_chart_indicator-bg: hsla(0, 0%, 100%, .8);
    --color-quotes-stock_chart_point-bg: rgba(230, 248, 250, .8);
    --color-quotes-stock_chart_fullscreen_doji_floatinglayer-bg: rgba(0, 0, 0, .85);
    --color-quotes-stock_chart_fullscreen_doji_floatinglayer-text: #fff;
    --color-quotes-marketdepth_hide_data-mask: hsla(0, 0%, 100%, .15);
    --color-trade-account_head_card_my-bg: #3a2d72;
    --color-trade-account_head_card_ar-bg: #1bc47d;
    --color-trade-costprice_setting_popup_legend_bg: #eee;
    --icon-color-2: rgba(0, 0, 0, .5)
}

html[theme=dark] {
    --divider-medium: 0.05rem;
    --divider-large: 0.15rem;
    --divider-small: 0.025rem;
    --height-super-small: 1.4rem;
    --height-extra-small: 1.6rem;
    --height-small: 1.8rem;
    --height-medium: 2rem;
    --height-large: 2.2rem;
    --height-extra-large: 2.4rem;
    --height-super-large: 2.8rem;
    --neutral-c0: transparent;
    --neutral-c1: #fff;
    --neutral-c2: #f2f2f2;
    --neutral-c3: #eee;
    --neutral-c4: #e6e6e6;
    --neutral-c5: #ddd;
    --neutral-c6: #c2c2c2;
    --neutral-c7: #999;
    --neutral-c8: #7f7f7f;
    --neutral-c9: #767680;
    --neutral-c10: #696970;
    --neutral-c11: #545458;
    --neutral-c11-5: #48484a;
    --neutral-c12: #2c2c2e;
    --neutral-c13: #19191e;
    --neutral-c13-5: #141419;
    --neutral-c14: #0e0e10;
    --neutral-c15: #000;
    --blue_gray-c1: #f7f8f9;
    --blue_gray-c2: #f1f2f4;
    --blue_gray-c3: #ebedf0;
    --blue_gray-c4: #cad2da;
    --blue_gray-c5: #9aa9b9;
    --blue_gray-c6: #8496aa;
    --blue_gray-c7: #768698;
    --blue_gray-c8: #667484;
    --blue_gray-c9: #535f6c;
    --blue_gray-c10: #3b444c;
    --green-c1: #f2fffc;
    --green-c2: #d2f3ea;
    --green-c3: #abe7d5;
    --green-c4: #7ddcbb;
    --green-c5: #4bd09d;
    --green-c6: #1bc47d;
    --green-c7: #0da36b;
    --green-c8: #09825a;
    --green-c9: #0c5838;
    --green-c10: #093e28;
    --green-c11: #113226;
    --green-opacity-1: rgba(27, 196, 125, .05);
    --green-opacity-2: rgba(27, 196, 125, .1);
    --green-opacity-3: rgba(27, 196, 125, .15);
    --green-opacity-4: rgba(27, 196, 125, .2);
    --red-c1: #fee;
    --red-c2: #ffdedd;
    --red-c3: #fcc0bd;
    --red-c4: #fa968e;
    --red-c5: #fe6258;
    --red-c6: #eb5c31;
    --red-c7: #f24822;
    --red-c8: #db2c0d;
    --red-c9: #bb381a;
    --red-c10: #992e16;
    --red-c11: #6c200f;
    --red-c12: #4d170b;
    --red-c13: #3c1a14;
    --red-opacity-1: rgba(242, 72, 34, .05);
    --red-opacity-2: rgba(242, 72, 34, .1);
    --red-opacity-3: rgba(242, 72, 34, .15);
    --red-opacity-4: rgba(242, 72, 34, .2);
    --blue-c1: #f2fcff;
    --blue-c2: #d9f3fe;
    --blue-c3: #b7e7fd;
    --blue-c4: #8ad5fd;
    --blue-c5: #61b8ea;
    --blue-c6: #6cacff;
    --blue-c7: #5998e9;
    --blue-c8: #18a0fb;
    --blue-c9: #0a85cc;
    --blue-c10: #076b9d;
    --blue-c11: #09506f;
    --blue-c12: #08334f;
    --blue-opacity-1: rgba(24, 160, 251, .1);
    --blue-opacity-2: rgba(24, 160, 251, .2);
    --blue-opacity-3: rgba(24, 160, 251, .3);
    --blue-opacity-4: rgba(24, 160, 251, .5);
    --yellow-c1: #fffbe4;
    --yellow-c2: #fff6ca;
    --yellow-c3: #ffeea5;
    --yellow-c4: #ffe476;
    --yellow-c5: #ffd63d;
    --yellow-c6: #ffc700;
    --yellow-c7: #ffa819;
    --yellow-c8: #d2a700;
    --yellow-c9: #a17e00;
    --yellow-c10: #725900;
    --yellow-c11: #513f00;
    --yellow-c12: #40380c;
    --yellow-opacity-1: rgba(255, 199, 0, .1);
    --yellow-opacity-2: rgba(255, 199, 0, .2);
    --yellow-opacity-3: rgba(255, 199, 0, .3);
    --yellow-opacity-4: rgba(255, 199, 0, .5);
    --orange-c1: #fff3ec;
    --orange-c2: #ffd9c3;
    --orange-c3: #ffbd8e;
    --orange-c4: #ffa361;
    --orange-c5: #ff863c;
    --orange-c6: #ff733c;
    --orange-c7: #e47836;
    --orange-c8: #a15526;
    --orange-c9: #723c1b;
    --orange-c10: #512a13;
    --orange-c11: #3e2619;
    --orange-opacity-1: rgba(255, 134, 60, .1);
    --orange-opacity-2: rgba(255, 134, 60, .2);
    --orange-opacity-3: rgba(255, 134, 60, .3);
    --orange-opacity-4: rgba(255, 134, 60, .5);
    --purple-c1: #f2f5ff;
    --purple-c2: #ebebf5;
    --purple-c3: #e1e0ff;
    --purple-c4: #cac7ff;
    --purple-c5: #aca3ff;
    --purple-c6: #907cff;
    --purple-c7: #8165ff;
    --purple-c8: #644ec6;
    --purple-c9: #5240a1;
    --purple-c10: #3a2d72;
    --purple-c11: #292051;
    --purple-opacity-1: rgba(144, 124, 255, .1);
    --purple-opacity-2: rgba(144, 124, 255, .2);
    --purple-opacity-3: rgba(144, 124, 255, .3);
    --purple-opacity-4: rgba(144, 124, 255, .5);
    --teal-c1: #edfbf9;
    --teal-c2: #c6f1eb;
    --teal-c3: #aaebe2;
    --teal-c4: #84e2d5;
    --teal-c5: #6cdccd;
    --teal-c6: #64e8c6;
    --teal-c7: #47d3c0;
    --teal-c8: #2d8579;
    --teal-c9: #205e56;
    --teal-c10: #16433d;
    --teal-c11: #193533;
    --teal-opacity-1: rgba(71, 211, 192, .1);
    --teal-opacity-2: rgba(71, 211, 192, .2);
    --teal-opacity-3: rgba(71, 211, 192, .3);
    --teal-opacity-4: rgba(71, 211, 192, .5);
    --cyan-c1: #e6f8fa;
    --cyan-c2: #b0e8f0;
    --cyan-c3: #8adde8;
    --cyan-c4: #54cdde;
    --cyan-c5: #33d8d5;
    --cyan-c6: #00b5ce;
    --cyan-c7: #00a5bb;
    --cyan-c8: #008192;
    --cyan-c9: #00515c;
    --cyan-c10: #003941;
    --cyan-c11: #0b2f36;
    --cyan-opacity-1: rgba(0, 165, 187, .1);
    --cyan-opacity-2: rgba(0, 165, 187, .2);
    --cyan-opacity-3: rgba(0, 165, 187, .3);
    --cyan-opacity-4: rgba(0, 165, 187, .5);
    --pink-c1: #fff2f9;
    --pink-c2: #fde6f3;
    --pink-c3: #fbd0e7;
    --pink-c4: #f8b0d6;
    --pink-c5: #f686c0;
    --pink-c6: #f459a7;
    --pink-c7: #da5095;
    --pink-c8: #bd4581;
    --pink-c9: #9a386a;
    --pink-c10: #6d284b;
    --pink-c11: #53243d;
    --pink-opacity-1: rgba(244, 89, 167, .1);
    --pink-opacity-2: rgba(244, 89, 167, .2);
    --pink-opacity-3: rgba(244, 89, 167, .3);
    --pink-opacity-4: rgba(244, 89, 167, .5);
    --olive-c1: #f9fae9;
    --olive-c2: #eff6d6;
    --olive-c3: #def1b9;
    --olive-c4: #c4ed94;
    --olive-c5: #a6e86c;
    --olive-c6: #76db5b;
    --olive-c7: #77c13f;
    --olive-c8: #699344;
    --olive-c9: #4a6830;
    --olive-c10: #344922;
    --olive-c11: #2c3a22;
    --olive-opacity-1: hsla(92, 73%, 67%, .1);
    --olive-opacity-2: hsla(92, 73%, 67%, .2);
    --olive-opacity-3: hsla(92, 73%, 67%, .3);
    --olive-opacity-4: hsla(92, 73%, 67%, .5);
    --shadow-s1: 0 0.1rem 0.1rem rgba(0, 0, 0, .05);
    --shadow-s2: 0 0.1rem 0.4rem rgba(0, 0, 0, .05);
    --shadow-s3: 0 0.1rem 0.8rem rgba(0, 0, 0, .05);
    --border-radius-super-small: 0.05rem;
    --border-radius-extra-small: 0.1rem;
    --border-radius-small: 0.2rem;
    --border-radius-medium: 0.3rem;
    --border-radius-large: 0.5rem;
    --border-radius-extra-large: 0.6rem;
    --border-radius-super-large: 0.7rem;
    --icon-super-small: 0.4rem;
    --icon-extra-small: 0.6rem;
    --icon-small: 0.8rem;
    --icon-medium: 1rem;
    --icon-large: 1.2rem;
    --icon-extra-large: 1.6rem;
    --icon-super-large: 2rem;
    --opacity-05: 5%;
    --opacity-10: 10%;
    --opacity-15: 15%;
    --opacity-20: 20%;
    --opacity-30: 30%;
    --opacity-50: 50%;
    --spacing-none: 0;
    --opacity-85: 85%;
    --spacing-super-tight: 0.1rem;
    --spacing-extra-tight: 0.2rem;
    --spacing-tight: 0.4rem;
    --spacing-base-tight: 0.6rem;
    --spacing-base: 0.8rem;
    --spacing-base-loose: 1rem;
    --spacing-loose: 1.2rem;
    --spacing-extra-loose: 1.6rem;
    --spacing-super-loose: 2rem;
    --font-sf: SF Pro;
    --font-pf: PingFang SC;
    --font-line-height-auto: AUTO;
    --font-line-height-tight: 0.9rem;
    --font-line-height-base-tight: 1.05rem;
    --font-line-height-base: 1.2rem;
    --font-line-height-base-loose: 1.35rem;
    --font-weight-regular: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-size-a: 0.55rem;
    --font-size-b: 0.6rem;
    --font-size-c: 0.7rem;
    --font-size-d: 0.8rem;
    --font-size-e: 0.9rem;
    --font-size-f: 1.1rem;
    --font-size-g: 1.4rem;
    --font-size-h: 1.7rem;
    --font-size-i: 2.1rem;
    --font-size-j: 0.75rem;
    --font-size-q: 1rem;
    --en-single-f-a-r-fontFamily: SF Pro;
    --en-single-f-a-r-fontWeight: 400;
    --en-single-f-a-r-lineHeight: AUTO;
    --en-single-f-a-r-fontSize: 0.55rem;
    --en-single-f-b-r-fontFamily: SF Pro;
    --en-single-f-b-r-fontWeight: 400;
    --en-single-f-b-r-lineHeight: AUTO;
    --en-single-f-b-r-fontSize: 0.6rem;
    --en-single-f-c-r-fontFamily: SF Pro;
    --en-single-f-c-r-fontWeight: 400;
    --en-single-f-c-r-lineHeight: AUTO;
    --en-single-f-c-r-fontSize: 0.7rem;
    --en-single-f-j-r-fontFamily: SF Pro;
    --en-single-f-j-r-fontWeight: 400;
    --en-single-f-j-r-lineHeight: AUTO;
    --en-single-f-j-r-fontSize: 0.75rem;
    --en-single-f-d-r-fontFamily: SF Pro;
    --en-single-f-d-r-fontWeight: 400;
    --en-single-f-d-r-lineHeight: AUTO;
    --en-single-f-d-r-fontSize: 0.8rem;
    --en-single-f-e-r-fontFamily: SF Pro;
    --en-single-f-e-r-fontWeight: 400;
    --en-single-f-e-r-lineHeight: AUTO;
    --en-single-f-e-r-fontSize: 0.9rem;
    --en-single-f-a-s-fontFamily: SF Pro;
    --en-single-f-a-s-fontWeight: 600;
    --en-single-f-a-s-lineHeight: AUTO;
    --en-single-f-a-s-fontSize: 0.55rem;
    --en-single-f-b-s-fontFamily: SF Pro;
    --en-single-f-b-s-fontWeight: 600;
    --en-single-f-b-s-lineHeight: AUTO;
    --en-single-f-b-s-fontSize: 0.6rem;
    --en-single-f-c-s-fontFamily: SF Pro;
    --en-single-f-c-s-fontWeight: 600;
    --en-single-f-c-s-lineHeight: AUTO;
    --en-single-f-c-s-fontSize: 0.7rem;
    --en-single-f-d-s-fontFamily: SF Pro;
    --en-single-f-d-s-fontWeight: 600;
    --en-single-f-d-s-lineHeight: AUTO;
    --en-single-f-d-s-fontSize: 0.8rem;
    --en-single-f-e-s-fontFamily: SF Pro;
    --en-single-f-e-s-fontWeight: 600;
    --en-single-f-e-s-lineHeight: AUTO;
    --en-single-f-e-s-fontSize: 0.9rem;
    --en-single-f-f-b-fontFamily: SF Pro;
    --en-single-f-f-b-fontWeight: 700;
    --en-single-f-f-b-lineHeight: AUTO;
    --en-single-f-f-b-fontSize: 1.1rem;
    --en-single-f-g-b-fontFamily: SF Pro;
    --en-single-f-g-b-fontWeight: 700;
    --en-single-f-g-b-lineHeight: AUTO;
    --en-single-f-g-b-fontSize: 1.4rem;
    --en-single-f-h-b-fontFamily: SF Pro;
    --en-single-f-h-b-fontWeight: 700;
    --en-single-f-h-b-lineHeight: AUTO;
    --en-single-f-h-b-fontSize: 1.7rem;
    --en-single-f-i-b-fontFamily: SF Pro;
    --en-single-f-i-b-fontWeight: 700;
    --en-single-f-i-b-lineHeight: AUTO;
    --en-single-f-i-b-fontSize: 2.1rem;
    --en-single-f-j-s-fontFamily: SF Pro;
    --en-single-f-j-s-fontWeight: 600;
    --en-single-f-j-s-lineHeight: AUTO;
    --en-single-f-j-s-fontSize: 0.75rem;
    --en-single-f-l-s-fontFamily: SF Pro;
    --en-single-f-l-s-fontWeight: 600;
    --en-single-f-l-s-lineHeight: AUTO;
    --en-single-f-l-s-fontSize: 0.5rem;
    --en-multi-f-b-r-fontFamily: SF Pro;
    --en-multi-f-b-r-fontWeight: 400;
    --en-multi-f-b-r-lineHeight: 0.9rem;
    --en-multi-f-b-r-fontSize: 0.6rem;
    --en-multi-f-c-r-fontFamily: SF Pro;
    --en-multi-f-c-r-fontWeight: 400;
    --en-multi-f-c-r-lineHeight: 1.05rem;
    --en-multi-f-c-r-fontSize: 0.7rem;
    --en-multi-f-d-r-fontFamily: SF Pro;
    --en-multi-f-d-r-fontWeight: 400;
    --en-multi-f-d-r-lineHeight: 1.2rem;
    --en-multi-f-d-r-fontSize: 0.8rem;
    --en-multi-f-e-r-fontFamily: SF Pro;
    --en-multi-f-e-r-fontWeight: 400;
    --en-multi-f-e-r-lineHeight: 1.2rem;
    --en-multi-f-e-r-fontSize: 0.9rem;
    --en-multi-f-c-s-fontFamily: SF Pro;
    --en-multi-f-c-s-fontWeight: 600;
    --en-multi-f-c-s-lineHeight: 1.05rem;
    --en-multi-f-c-s-fontSize: 0.7rem;
    --en-multi-f-d-s-fontFamily: SF Pro;
    --en-multi-f-d-s-fontWeight: 600;
    --en-multi-f-d-s-lineHeight: 1.2rem;
    --en-multi-f-d-s-fontSize: 0.8rem;
    --en-multi-f-e-s-fontFamily: SF Pro;
    --en-multi-f-e-s-fontWeight: 600;
    --en-multi-f-e-s-lineHeight: 1.2rem;
    --en-multi-f-e-s-fontSize: 0.9rem;
    --en-multi-f-q-b-fontFamily: SF Pro;
    --en-multi-f-q-b-fontWeight: 700;
    --en-multi-f-q-b-lineHeight: 1.35rem;
    --en-multi-f-q-b-fontSize: 1rem;
    --cn-single-f-f-b-fontFamily: PingFang SC;
    --cn-single-f-f-b-fontWeight: 600;
    --cn-single-f-f-b-lineHeight: AUTO;
    --cn-single-f-f-b-fontSize: 1.1rem;
    --cn-single-f-g-b-fontFamily: PingFang SC;
    --cn-single-f-g-b-fontWeight: 600;
    --cn-single-f-g-b-lineHeight: AUTO;
    --cn-single-f-g-b-fontSize: 1.4rem;
    --cn-single-f-i-b-fontFamily: PingFang SC;
    --cn-single-f-i-b-fontWeight: 600;
    --cn-single-f-i-b-lineHeight: AUTO;
    --cn-single-f-i-b-fontSize: 2.1rem;
    --cn-single-f-q-b-fontFamily: PingFang SC;
    --cn-single-f-q-b-fontWeight: 600;
    --cn-single-f-q-b-lineHeight: AUTO;
    --cn-single-f-q-b-fontSize: 1rem;
    --cn-multi-f-e-r-fontFamily: PingFang SC;
    --cn-multi-f-e-r-fontWeight: 400;
    --cn-multi-f-e-r-lineHeight: 1.35rem;
    --cn-multi-f-e-r-fontSize: 0.9rem;
    --cn-multi-f-e-s-fontFamily: PingFang SC;
    --cn-multi-f-e-s-fontWeight: 600;
    --cn-multi-f-e-s-lineHeight: 1.35rem;
    --cn-multi-f-e-s-fontSize: 0.9rem;
    --border-super-small: 0.025rem;
    --border-extra-small: 0.05rem;
    --border-small: 0.075rem;
    --border-medium: 0.1rem;
    --border-radius-super-full: 49.95rem;
    --font-size-l: 0.5rem;
    --black-opacity-3: rgba(0, 0, 0, .15);
    --black-opacity-6: rgba(0, 0, 0, .3);
    --black-opacity-8: rgba(0, 0, 0, .5);
    --white-opacity-3: hsla(0, 0%, 100%, .15);
    --divider-color-default-1: rgba(84, 84, 88, .2);
    --divider-color-default-2: rgba(84, 84, 88, .85);
    --divider-color-hover: hsla(0, 0%, 100%, .85);
    --divider-color-reverse-1: rgba(0, 0, 0, .05);
    --divider-color-reverse-2: rgba(0, 0, 0, .15);
    --primary-color: #1bc47d;
    --primary-color-press: #09825a;
    --primary-color-disable: rgba(27, 196, 125, .25);
    --primary-color-light: #113226;
    --primary-color-light-press: #093e28;
    --secondary-color: #00b5ce;
    --secondary-color-press: #008192;
    --secondary-color-disable: rgba(0, 181, 206, .25);
    --secondary-color-light: #0b2f36;
    --secondary-color-light-press: #003941;
    --shadow-color: rgba(0, 0, 0, .8);
    --text-color-h1: #f2f5ff;
    --text-color-h2: rgba(235, 235, 245, .65);
    --text-color-h3: rgba(235, 235, 245, .3);
    --text-color-highlight: #1bc47d;
    --text-color-highlight-press: #09825a;
    --text-color-highlight-disable: rgba(27, 196, 125, .25);
    --text-color-link: #5998e9;
    --text-color-link-press: #076b9d;
    --text-color-link-disable: rgba(89, 152, 233, .25);
    --text-color-reverse: #fff;
    --text-color-reverse2: hsla(0, 0%, 100%, .6);
    --text-color-reverse3: hsla(0, 0%, 100%, .3);
    --bg-color-1: #0e0e10;
    --bg-color-2: #141419;
    --bg-color-3: hsla(240, 4%, 48%, .1);
    --bg-color-4: hsla(240, 4%, 48%, .15);
    --bg-color-mask: rgba(0, 0, 0, .85);
    --bg-color-mask-light: rgba(0, 0, 0, .15);
    --bg-color-mask-education: rgba(0, 0, 0, .5);
    --bg-grouped-color-1: #0e0e10;
    --bg-grouped-color-2: #141419;
    --bg-grouped-color-3: hsla(240, 4%, 48%, .1);
    --bg-grouped-color-2-web: rgba(20, 20, 25, .8);
    --rise-color: #1bc47d;
    --rise-color-press: #0da36b;
    --rise-color-disable: rgba(27, 196, 125, .3);
    --rise-color-light: rgba(27, 196, 125, .05);
    --rise-color-light-hover: rgba(27, 196, 125, .15);
    --rise-color-light-press: rgba(27, 196, 125, .2);
    --fall-color: #f24822;
    --fall-color-press: #db2c0d;
    --fall-color-disable: rgba(242, 72, 34, .3);
    --fall-color-light: rgba(242, 72, 34, .05);
    --fall-color-light-hover: rgba(242, 72, 34, .15);
    --fall-color-light-press: rgba(242, 72, 34, .2);
    --tips-color-success: #1bc47d;
    --tips-color-success-press: #09825a;
    --tips-color-success-disable: rgba(27, 196, 125, .25);
    --tips-color-success_light: #113226;
    --tips-color-success_light-press: #093e28;
    --tips-color-tips: #ffc700;
    --tips-color-tips-press: #ffa819;
    --tips-color-tips-disable: rgba(255, 199, 0, .3);
    --tips-color-tips-light: #40380c;
    --tips-color-tips-light-press: #513f00;
    --tips-color-warning: #eb5c31;
    --tips-color-warning-press: #db2c0d;
    --tips-color-warning-disable: rgba(235, 92, 49, .25);
    --tips-color-warning-light: #3c1a14;
    --tips-color-warning-light-press: #4d170b;
    --chart-color-1: #61b8ea;
    --chart-color-2: #33d8d5;
    --chart-color-3: #64e8c6;
    --chart-color-4: #a6e86c;
    --chart-color-5: #ffc700;
    --chart-color-6: #ffa819;
    --chart-color-7: #ff863c;
    --chart-color-8: #7f7f7f;
    --chart-color-9: #fe6258;
    --chart-color-10: #f459a7;
    --chart-color-11: rgba(27, 196, 125, .85);
    --chart-color-12: rgba(27, 196, 125, .5);
    --chart-color-13: rgba(27, 196, 125, .3);
    --chart-color-14: rgba(242, 72, 34, .85);
    --chart-color-15: rgba(242, 72, 34, .5);
    --chart-color-16: rgba(242, 72, 34, .3);
    --chart-line-color-1: #7f7f7f;
    --chart-line-color-2: #ffa819;
    --chart-line-color-3: #18a0fb;
    --chart-line-color-4: #f459a7;
    --chart-line-color-5: #47d3c0;
    --chart-line-color-6: #76db5b;
    --chart-line-color-7: #8165ff;
    --chart-line-color-8: #ff733c;
    --chart-line-color-9: #00a5bb;
    --chart-line-color-10: rgba(235, 235, 245, .3);
    --chart-column-color-1: #47d3c0;
    --chart-column-color-2: #5998e9;
    --color-quotes-stock_chart_indicator-bg: rgba(14, 14, 16, .8);
    --color-quotes-stock_chart_point-bg: rgba(11, 47, 54, .8);
    --color-quotes-stock_chart_fullscreen_doji_floatinglayer-bg: #f2f5ff;
    --color-quotes-stock_chart_fullscreen_doji_floatinglayer-text: rgba(0, 0, 0, .85);
    --color-quotes-marketdepth_hide_data-mask: rgba(0, 0, 0, .1);
    --color-trade-account_head_card_my-bg: #3a2d72;
    --color-trade-account_head_card_ar-bg: #09825a;
    --color-trade-costprice_setting_popup_legend_bg: #000;
    --icon-color-2: #f2f5ff
}

html {
    --height-headnav-primary: 3.6rem;
    --height-headnav-secondary: 2.4rem;
    --spacing-headnav-padding_y: 1rem;
    --spacing-headnav-icon-margin_left: 1rem;
    --spacing-headnav-text_description-margin_top: 0.1rem;
    --spacing-headnav-primary-dot-margin_right: 0.2rem;
    --spacing-headnav-primary-text-margin_right: 0.4rem;
    --spacing-headnav-title-margin_y: 0;
    --spacing-headnav-title-margin_right: 0.4rem;
    --color-headnav-title: rgba(0, 0, 0, .85);
    --color-headnav-text_description: rgba(0, 0, 0, .5);
    --color-headnav-text_delayed: rgba(0, 0, 0, .5);
    --color-headnav-icon: rgba(0, 0, 0, .85)
}

html[theme=dark] {
    --height-headnav-primary: 3.6rem;
    --height-headnav-secondary: 2.4rem;
    --spacing-headnav-padding_y: 1rem;
    --spacing-headnav-icon-margin_left: 1rem;
    --spacing-headnav-text_description-margin_top: 0.1rem;
    --spacing-headnav-primary-dot-margin_right: 0.2rem;
    --spacing-headnav-primary-text-margin_right: 0.4rem;
    --spacing-headnav-title-margin_y: 0;
    --spacing-headnav-title-margin_right: 0.4rem;
    --color-headnav-title: #f2f5ff;
    --color-headnav-text_description: rgba(235, 235, 245, .65);
    --color-headnav-text_delayed: rgba(235, 235, 245, .65);
    --color-headnav-icon: #f2f5ff
}

html {
    --height-input-form_text: 2.4rem;
    --height-input-search_content: 3.2rem;
    --height-input-bg: 2.2rem;
    --height-input-search_bg: 2.2rem;
    --height-input-code_number: 2.4rem;
    --height-input-code_number_line: 0.1rem;
    --height-input-divider: 1rem;
    --height-input-textarea: 4.8rem;
    --height-input-code: 2.6rem;
    --height-input-form_number_text: 2.65rem;
    --height-input-textarea_max: 12rem;
    --height-input-cursor: 1.05rem;
    --width-input-code_number: 2rem;
    --width-input-code_number_line: 1.2rem;
    --width-input-cursor: 0.1rem;
    --radius-input-bg: 0.5rem;
    --radius-input-trade_bg: 0.3rem;
    --radius-input-cursor: 0.3rem;
    --spacing-input-suffix_icon-margin_y: 0.4rem;
    --spacing-input-form_suffix_icon-margin_y: 0.8rem;
    --spacing-input-form_divider-margin_y: 0.6rem;
    --spacing-input-textarea-padding_x: 0.6rem;
    --spacing-input-textarea-padding_y: 0.6rem;
    --spacing-input-textarea_text-margin_down: 0.5rem;
    --spacing-input-search_textarea-padding_y: 1rem;
    --spacing-input-search_cancel-margin_left: 1rem;
    --spacing-input-trade-padding_y: 0.8rem;
    --spacing-input-trade_number_divider-margin_y: 0.8rem;
    --spacing-input-trade_number_divider-margin_right: 0.6rem;
    --spacing-input-trade_number_divider-margin_left: 0.6rem;
    --spacing-input-trade_number_input-margin_left: 0.2rem;
    --spacing-input-trade_number_input-margin_y: 0.2rem;
    --spacing-input-code_number-margin_bottom: 0.1rem;
    --spacing-input-code_number-margin_right: 0.75rem;
    --spacing-input-code-padding_y: 1.5rem;
    --spacing-input-max_text-padding_y: 0.6rem;
    --spacing-input-form_text-padding_x: 0.7rem;
    --spacing-input-form_number-padding_x: 0.5rem;
    --icon-input-clean: 1rem;
    --icon-input-form_suffix: 1rem;
    --icon-input-search: 1rem;
    --icon-input-trade_number_input_icon: 1rem;
    --color-input-text-default: rgba(0, 0, 0, .3);
    --color-input-text-active: rgba(0, 0, 0, .85);
    --color-input-text-wrong: #eb5c31;
    --color-input-text-disable: rgba(0, 0, 0, .3);
    --color-input-form-border-default: rgba(0, 0, 0, .15);
    --color-input-form-border-active: rgba(0, 0, 0, .85);
    --color-input-form-border-wrong: #eb5c31;
    --color-input-form_counter-default: rgba(0, 0, 0, .3);
    --color-input-form_counter-warning: #eb5c31;
    --color-input-form-bg-wrong: #fee;
    --color-input-textarea-bg-default: #f7f8f9;
    --color-input-trade-bg: rgba(0, 0, 0, .05);
    --color-input-cursor: #1bc47d
}

html[theme=dark] {
    --height-input-form_text: 2.4rem;
    --height-input-search_content: 3.2rem;
    --height-input-bg: 2.2rem;
    --height-input-search_bg: 2.2rem;
    --height-input-code_number: 2.4rem;
    --height-input-code_number_line: 0.1rem;
    --height-input-divider: 1rem;
    --height-input-textarea: 4.8rem;
    --height-input-code: 2.6rem;
    --height-input-form_number_text: 2.65rem;
    --height-input-textarea_max: 12rem;
    --height-input-cursor: 1.05rem;
    --width-input-code_number: 2rem;
    --width-input-code_number_line: 1.2rem;
    --width-input-cursor: 0.1rem;
    --radius-input-bg: 0.5rem;
    --radius-input-trade_bg: 0.3rem;
    --radius-input-cursor: 0.3rem;
    --spacing-input-suffix_icon-margin_y: 0.4rem;
    --spacing-input-form_suffix_icon-margin_y: 0.8rem;
    --spacing-input-form_divider-margin_y: 0.6rem;
    --spacing-input-textarea-padding_x: 0.6rem;
    --spacing-input-textarea-padding_y: 0.6rem;
    --spacing-input-textarea_text-margin_down: 0.5rem;
    --spacing-input-search_textarea-padding_y: 1rem;
    --spacing-input-search_cancel-margin_left: 1rem;
    --spacing-input-trade-padding_y: 0.8rem;
    --spacing-input-trade_number_divider-margin_y: 0.8rem;
    --spacing-input-trade_number_divider-margin_right: 0.6rem;
    --spacing-input-trade_number_divider-margin_left: 0.6rem;
    --spacing-input-trade_number_input-margin_left: 0.2rem;
    --spacing-input-trade_number_input-margin_y: 0.2rem;
    --spacing-input-code_number-margin_bottom: 0.1rem;
    --spacing-input-code_number-margin_right: 0.75rem;
    --spacing-input-code-padding_y: 1.5rem;
    --spacing-input-max_text-padding_y: 0.6rem;
    --spacing-input-form_text-padding_x: 0.7rem;
    --spacing-input-form_number-padding_x: 0.5rem;
    --icon-input-clean: 1rem;
    --icon-input-form_suffix: 1rem;
    --icon-input-search: 1rem;
    --icon-input-trade_number_input_icon: 1rem;
    --color-input-text-default: rgba(235, 235, 245, .3);
    --color-input-text-active: #f2f5ff;
    --color-input-text-wrong: #eb5c31;
    --color-input-text-disable: rgba(235, 235, 245, .3);
    --color-input-form-border-default: rgba(84, 84, 88, .85);
    --color-input-form-border-active: hsla(0, 0%, 100%, .85);
    --color-input-form-border-wrong: #eb5c31;
    --color-input-form_counter-default: rgba(235, 235, 245, .3);
    --color-input-form_counter-warning: #eb5c31;
    --color-input-form-bg-wrong: #3c1a14;
    --color-input-textarea-bg-default: hsla(240, 4%, 48%, .1);
    --color-input-trade-bg: hsla(240, 4%, 48%, .15);
    --color-input-cursor: #1bc47d
}

html {
    --spacing-list-info_title-margin_right: 0.4rem;
    --spacing-list-info_icon-margin_y: 0.2rem;
    --spacing-list-info_s-padding_top: 0.35rem;
    --spacing-list-info_s-padding_bottom: 0.4rem;
    --spacing-list-info_m-padding_top: 0.55rem;
    --spacing-list-info_m-padding_bottom: 0.6rem;
    --spacing-list-info_l-padding_top: 0.7rem;
    --spacing-list-info_l-padding_bottom: 0.75rem;
    --spacing-list-common-padding_x: 0.8rem;
    --spacing-list-common-padding_y: 0.8rem;
    --spacing-list-common_icon-margin_right: 0.6rem;
    --spacing-list-common_badge-margin_left: 0.6rem;
    --spacing-list-common_describe-margin_xy: 0.2rem;
    --spacing-list-check_icon-margin_right: 0.4rem;
    --spacing-list-check-margin_left: 0.6rem;
    --spacing-list-common_switch-margin_left: 0.4rem;
    --icon-list-right: 0.8rem;
    --icon-list-check: 1rem;
    --color-list-title: rgba(0, 0, 0, .85);
    --color-list-text: rgba(0, 0, 0, .5)
}

html[theme=dark] {
    --spacing-list-info_title-margin_right: 0.4rem;
    --spacing-list-info_icon-margin_y: 0.2rem;
    --spacing-list-info_s-padding_top: 0.35rem;
    --spacing-list-info_s-padding_bottom: 0.4rem;
    --spacing-list-info_m-padding_top: 0.55rem;
    --spacing-list-info_m-padding_bottom: 0.6rem;
    --spacing-list-info_l-padding_top: 0.7rem;
    --spacing-list-info_l-padding_bottom: 0.75rem;
    --spacing-list-common-padding_x: 0.8rem;
    --spacing-list-common-padding_y: 0.8rem;
    --spacing-list-common_icon-margin_right: 0.6rem;
    --spacing-list-common_badge-margin_left: 0.6rem;
    --spacing-list-common_describe-margin_xy: 0.2rem;
    --spacing-list-check_icon-margin_right: 0.4rem;
    --spacing-list-check-margin_left: 0.6rem;
    --spacing-list-common_switch-margin_left: 0.4rem;
    --icon-list-right: 0.8rem;
    --icon-list-check: 1rem;
    --color-list-title: #f2f5ff;
    --color-list-text: rgba(235, 235, 245, .65)
}

html {
    --height-loading-small: 5.45rem;
    --width-loading-small: 5.5rem;
    --width-loading-large: 13.95rem;
    --radius-loading-size: 0.5rem;
    --spacing-loading-padding_y: 0.8rem;
    --spacing-loading-padding_x: 0.95rem;
    --spacing-loading-icon-margin_bottom: 0.4rem;
    --icon-loading-size: 2.4rem;
    --icon-loading-refres_small: 1.6rem;
    --icon-loading-refres_large: 3.2rem;
    --color-loading-bg: rgba(0, 0, 0, .85);
    --color-loading-text: #fff
}

html[theme=dark] {
    --height-loading-small: 5.45rem;
    --width-loading-small: 5.5rem;
    --width-loading-large: 13.95rem;
    --radius-loading-size: 0.5rem;
    --spacing-loading-padding_y: 0.8rem;
    --spacing-loading-padding_x: 0.95rem;
    --spacing-loading-icon-margin_bottom: 0.4rem;
    --icon-loading-size: 2.4rem;
    --icon-loading-refres_small: 1.6rem;
    --icon-loading-refres_large: 3.2rem;
    --color-loading-bg: #545458;
    --color-loading-text: #fff
}

html {
    --height-noticebar-snackbar: 1.7rem;
    --radius-noticebar-snackbar: 0.3rem;
    --radius-noticebar-toast: 0.85rem;
    --radius-noticebar-notification: 0.5rem;
    --radius-noticebar-notification_tag: 0.2rem;
    --spacing-noticebar-snackbar-padding_left: 0.4rem;
    --spacing-noticebar-snackbar-padding_right: 0.6rem;
    --spacing-noticebar-snackbar_icon-margin_right: 0.4rem;
    --spacing-noticebar-snackbar_text-margin_right: 0.2rem;
    --spacing-noticebar-toast-padding_left: 0.4rem;
    --spacing-noticebar-toast-padding_right: 0.8rem;
    --spacing-noticebar-toast_icon-margin_right: 0.2rem;
    --spacing-noticebar-notification-padding_left: 0.8rem;
    --spacing-noticebar-notification-padding_right: 0.8rem;
    --spacing-noticebar-notification-padding_top: 0.8rem;
    --spacing-noticebar-notification-padding_bottom: 0.8rem;
    --spacing-noticebar-notification_title-margin_bottom: 0.3rem;
    --spacing-noticebar-notification_button-padding_right: 0.6rem;
    --spacing-noticebar-notification-button-margin_left: 0.15rem;
    --icon-noticebar-snackbar: 0.8rem;
    --icon-noticebar-toast: 1rem;
    --icon-noticebar-notification: 0.6rem;
    --icon-noticebar-: 1rem;
    --color-noticebar-snackbar_info-bg: #e6f8fa;
    --color-noticebar-snackbar_info-text: #00a5bb;
    --color-noticebar-snackbar_info-icon: rgba(0, 165, 187, .6);
    --color-noticebar-snackbar_warning-bg: #fee;
    --color-noticebar-snackbar_warning-text: #eb5c31;
    --color-noticebar-snackbar_warning-icon: rgba(235, 92, 49, .6);
    --color-noticebar-snackbar_tips-bg: #fffbe4;
    --color-noticebar-snackbar_tips-text: #a17e00;
    --color-noticebar-snackbar_tips-icon: rgba(161, 126, 0, .6);
    --color-noticebar-notification-bg: #fff;
    --color-noticebar-notification-text: rgba(0, 0, 0, .85);
    --color-noticebar-notification_tag_success-bg: rgba(27, 196, 125, .2);
    --color-noticebar-notification_tag_tips-bg: rgba(255, 199, 0, .2);
    --color-noticebar-notification_tag_warning-bg: rgba(235, 92, 49, .1);
    --color-noticebar-notification_tag_disable-bg: rgba(0, 0, 0, .1);
    --color-noticebar-toast_info-bg: rgba(0, 0, 0, .85);
    --color-noticebar-toast_info-text: #fff;
    --color-noticebar-toast_warning-icon: #eb5c31
}

html[theme=dark] {
    --height-noticebar-snackbar: 1.7rem;
    --radius-noticebar-snackbar: 0.3rem;
    --radius-noticebar-toast: 0.85rem;
    --radius-noticebar-notification: 0.5rem;
    --radius-noticebar-notification_tag: 0.2rem;
    --spacing-noticebar-snackbar-padding_left: 0.4rem;
    --spacing-noticebar-snackbar-padding_right: 0.6rem;
    --spacing-noticebar-snackbar_icon-margin_right: 0.4rem;
    --spacing-noticebar-snackbar_text-margin_right: 0.2rem;
    --spacing-noticebar-toast-padding_left: 0.4rem;
    --spacing-noticebar-toast-padding_right: 0.8rem;
    --spacing-noticebar-toast_icon-margin_right: 0.2rem;
    --spacing-noticebar-notification-padding_left: 0.8rem;
    --spacing-noticebar-notification-padding_right: 0.8rem;
    --spacing-noticebar-notification-padding_top: 0.8rem;
    --spacing-noticebar-notification-padding_bottom: 0.8rem;
    --spacing-noticebar-notification_title-margin_bottom: 0.3rem;
    --spacing-noticebar-notification_button-padding_right: 0.6rem;
    --spacing-noticebar-notification-button-margin_left: 0.15rem;
    --icon-noticebar-snackbar: 0.8rem;
    --icon-noticebar-toast: 1rem;
    --icon-noticebar-notification: 0.6rem;
    --icon-noticebar-: 1rem;
    --color-noticebar-snackbar_info-bg: #0b2f36;
    --color-noticebar-snackbar_info-text: #e6f8fa;
    --color-noticebar-snackbar_info-icon: rgba(230, 248, 250, .6);
    --color-noticebar-snackbar_warning-bg: #3c1a14;
    --color-noticebar-snackbar_warning-text: #ffdedd;
    --color-noticebar-snackbar_warning-icon: hsla(2, 100%, 93%, .6);
    --color-noticebar-snackbar_tips-bg: #40380c;
    --color-noticebar-snackbar_tips-text: #fff6ca;
    --color-noticebar-snackbar_tips-icon: rgba(255, 246, 202, .6);
    --color-noticebar-notification-bg: #2c2c2e;
    --color-noticebar-notification-text: #f2f5ff;
    --color-noticebar-notification_tag_success-bg: rgba(27, 196, 125, .2);
    --color-noticebar-notification_tag_tips-bg: rgba(255, 199, 0, .2);
    --color-noticebar-notification_tag_warning-bg: rgba(235, 92, 49, .15);
    --color-noticebar-notification_tag_disable-bg: hsla(0, 0%, 100%, .15);
    --color-noticebar-toast_info-bg: rgba(84, 84, 88, .95);
    --color-noticebar-toast_info-text: #fff;
    --color-noticebar-toast_warning-icon: #eb5c31
}

html {
    --height-pagebreak-drop: 0.15rem;
    --width-pagebreak-drop: 0.4rem;
    --radius-pagebreak-drop: 0.05rem;
    --radius-pagebreak-number_bg: 0.7rem;
    --spacing-pagebreak-drop-margin_right: 0.2rem;
    --spacing-pagebreak-number-padding_y: 0.4rem;
    --spacing-pagebreak-number-padding_x: 0.05rem;
    --color-pagebreak-drop-default: rgba(0, 0, 0, .15);
    --color-pagebreak-drop-active: rgba(0, 0, 0, .85);
    --color-pagebreak-number-bg: rgba(0, 0, 0, .3);
    --color-pagebreak-number-text-default: hsla(0, 0%, 100%, .5);
    --color-pagebreak-number-text-active: #fff;
    --color-pagebreak-drop-light: hsla(0, 0%, 100%, .15);
    --color-pagebreak-drop-light-active: #fff
}

html[theme=dark] {
    --height-pagebreak-drop: 0.15rem;
    --width-pagebreak-drop: 0.4rem;
    --radius-pagebreak-drop: 0.05rem;
    --radius-pagebreak-number_bg: 0.7rem;
    --spacing-pagebreak-drop-margin_right: 0.2rem;
    --spacing-pagebreak-number-padding_y: 0.4rem;
    --spacing-pagebreak-number-padding_x: 0.05rem;
    --color-pagebreak-drop-default: hsla(0, 0%, 100%, .2);
    --color-pagebreak-drop-active: hsla(0, 0%, 100%, .85);
    --color-pagebreak-number-bg: rgba(0, 0, 0, .3);
    --color-pagebreak-number-text-default: hsla(0, 0%, 100%, .5);
    --color-pagebreak-number-text-active: #fff;
    --color-pagebreak-drop-light: hsla(0, 0%, 100%, .15);
    --color-pagebreak-drop-light-active: #fff
}

html,
html[theme=dark] {
    --height-popover-primary: 1.65rem;
    --height-popover-custom: 1.65rem;
    --height-popover-secondary: 1.1rem;
    --radius-popover-primary: 0.2rem;
    --radius-popover-secondary: 0.2rem;
    --radius-popover-custom: 0.2rem;
    --spacing-popover-primary-padding_left: 0.6rem;
    --spacing-popover-primary-padding_right: 0.6rem;
    --spacing-popover-primary-margin_y: 0.2rem;
    --spacing-popover-primary-padding_top: 0.4rem;
    --spacing-popover-primary-padding_bottom: 0.4rem;
    --spacing-popover-secondary-padding_left: 0.4rem;
    --spacing-popover-secondary-padding_right: 0.4rem;
    --spacing-popover-secondary-margin_y: 0.2rem;
    --spacing-popover-secondary-padding_top: 0.2rem;
    --spacing-popover-secondary-padding_bottom: 0.2rem;
    --spacing-popover-custom-padding_left: 0.6rem;
    --spacing-popover-custom-padding_right: 0.6rem;
    --spacing-popover-custom-margin_y: 0.2rem;
    --icon-popover-primary: 0.8rem;
    --icon-popover-secondary: 0.6rem;
    --icon-popover-custom: 0.8rem;
    --color-popover-primary-bg: #545458;
    --color-popover-primary-text: #fff;
    --color-popover-secondary-bg: #545458;
    --color-popover-secondary-text: #fff;
    --color-popover-custom-bg: #1bc47d;
    --color-popover-custom-text: #fff
}

html {
    --spacing-result-text-margin_top: 0.6rem;
    --spacing-result-text-margin_bottom: 1.4rem;
    --spacing-result-title-margin_top: 0;
    --spacing-result-button-margin_y: 4rem;
    --spacing-result-text_button-margin_top: 0.6rem;
    --color-result-title: rgba(0, 0, 0, .85);
    --color-result-text: rgba(0, 0, 0, .5)
}

html[theme=dark] {
    --spacing-result-text-margin_top: 0.6rem;
    --spacing-result-text-margin_bottom: 1.4rem;
    --spacing-result-title-margin_top: 0;
    --spacing-result-button-margin_y: 4rem;
    --spacing-result-text_button-margin_top: 0.6rem;
    --color-result-title: #f2f5ff;
    --color-result-text: rgba(235, 235, 245, .65)
}

html {
    --height-selector-form: 2.2rem;
    --height-selector-multi: 2.4rem;
    --height-selector-multi_button: 1.4rem;
    --height-selector-import: 2.2rem;
    --radius-selector-form: 0.3rem;
    --radius-selector-multi_button: 0.3rem;
    --spacing-selector-xl-margin_y: 0.2rem;
    --spacing-selector-l-margin_y: 0.2rem;
    --spacing-selector-m-margin_y: 0.1rem;
    --spacing-selector-s-margin_y: 0.1rem;
    --spacing-selector-trade-margin_y: 0.2rem;
    --spacing-selector-multi_button-padding_y: 0.6rem;
    --spacing-selector-multi_icon_close-margin_left: 0.2rem;
    --spacing-selector-multi_button-margin_right: 0.6rem;
    --spacing-selector-multi_icon_down-margin_right: 0.4rem;
    --spacing-selector-padding_y: 0.8rem;
    --spacing-selector-icon-margin_right: 0.2rem;
    --spacing-selector-down-margin_left: 0.4rem;
    --icon-selector-l: 1rem;
    --icon-selector-down: 0.8rem;
    --icon-selector-m: 1rem;
    --icon-selector-s: 0.8rem;
    --icon-selector-multi_button_close: 0.8rem;
    --icon-selector-xl: 1.2rem;
    --width-selector-form: 16.75rem;
    --color-selector-xl-text-disable: rgba(0, 0, 0, .3);
    --color-selector-xl-text-default: rgba(0, 0, 0, .3);
    --color-selector-xl-text-active: rgba(0, 0, 0, .85);
    --color-selector-l-text-default: rgba(0, 0, 0, .3);
    --color-selector-l-text-active: rgba(0, 0, 0, .85);
    --color-selector-l-text-disable: rgba(0, 0, 0, .3);
    --color-selector-icon_down-default: rgba(0, 0, 0, .5);
    --color-selector-icon_down-active: rgba(0, 0, 0, .5);
    --color-selector-icon_down-disable: rgba(0, 0, 0, .3);
    --color-selector-m-text-default: rgba(0, 0, 0, .3);
    --color-selector-m-text-active: rgba(0, 0, 0, .85);
    --color-selector-m-text-disable: rgba(0, 0, 0, .3);
    --color-selector-s-text-default: rgba(0, 0, 0, .3);
    --color-selector-s-text-active: rgba(0, 0, 0, .85);
    --color-selector-s-text-disable: rgba(0, 0, 0, .3);
    --color-selector-form-bg-default: #f7f8f9;
    --color-selector-form-bg-active: #f7f8f9;
    --color-selector-form-bg-disable: #f7f8f9;
    --color-selector-form-text-default: rgba(0, 0, 0, .3);
    --color-selector-form-text-active: rgba(0, 0, 0, .85);
    --color-selector-form-text-disable: rgba(0, 0, 0, .3);
    --color-selector-multi_button-bg: #f7f8f9;
    --color-selector-multi_button-text: rgba(0, 0, 0, .85);
    --color-selector-multi_icon_close: rgba(0, 0, 0, .3);
    --color-selector-multi_icon_down: rgba(0, 0, 0, .5);
    --color-selector-multi_divider: rgba(0, 0, 0, .15);
    --color-selector-import-bg-default: rgba(0, 0, 0, .05);
    --color-selector-import-text-default: rgba(0, 0, 0, .85)
}

html[theme=dark] {
    --height-selector-form: 2.2rem;
    --height-selector-multi: 2.4rem;
    --height-selector-multi_button: 1.4rem;
    --height-selector-import: 2.2rem;
    --radius-selector-form: 0.3rem;
    --radius-selector-multi_button: 0.3rem;
    --spacing-selector-xl-margin_y: 0.2rem;
    --spacing-selector-l-margin_y: 0.2rem;
    --spacing-selector-m-margin_y: 0.1rem;
    --spacing-selector-s-margin_y: 0.1rem;
    --spacing-selector-trade-margin_y: 0.2rem;
    --spacing-selector-multi_button-padding_y: 0.6rem;
    --spacing-selector-multi_icon_close-margin_left: 0.2rem;
    --spacing-selector-multi_button-margin_right: 0.6rem;
    --spacing-selector-multi_icon_down-margin_right: 0.4rem;
    --spacing-selector-padding_y: 0.8rem;
    --spacing-selector-icon-margin_right: 0.2rem;
    --spacing-selector-down-margin_left: 0.4rem;
    --icon-selector-l: 1rem;
    --icon-selector-down: 0.8rem;
    --icon-selector-m: 1rem;
    --icon-selector-s: 0.8rem;
    --icon-selector-multi_button_close: 0.8rem;
    --icon-selector-xl: 1.2rem;
    --width-selector-form: 16.75rem;
    --color-selector-xl-text-disable: rgba(235, 235, 245, .3);
    --color-selector-xl-text-default: rgba(235, 235, 245, .3);
    --color-selector-xl-text-active: #f2f5ff;
    --color-selector-l-text-default: rgba(235, 235, 245, .3);
    --color-selector-l-text-active: #f2f5ff;
    --color-selector-l-text-disable: rgba(235, 235, 245, .3);
    --color-selector-icon_down-default: rgba(235, 235, 245, .65);
    --color-selector-icon_down-active: rgba(235, 235, 245, .65);
    --color-selector-icon_down-disable: rgba(235, 235, 245, .3);
    --color-selector-m-text-default: rgba(235, 235, 245, .3);
    --color-selector-m-text-active: #f2f5ff;
    --color-selector-m-text-disable: rgba(235, 235, 245, .3);
    --color-selector-s-text-default: rgba(235, 235, 245, .3);
    --color-selector-s-text-active: #f2f5ff;
    --color-selector-s-text-disable: rgba(235, 235, 245, .3);
    --color-selector-form-bg-default: hsla(240, 4%, 48%, .14);
    --color-selector-form-bg-active: hsla(240, 4%, 48%, .14);
    --color-selector-form-bg-disable: hsla(240, 4%, 48%, .14);
    --color-selector-form-text-default: rgba(235, 235, 245, .3);
    --color-selector-form-text-active: #f2f5ff;
    --color-selector-form-text-disable: rgba(235, 235, 245, .3);
    --color-selector-multi_button-bg: hsla(240, 4%, 48%, .14);
    --color-selector-multi_button-text: #f2f5ff;
    --color-selector-multi_icon_close: rgba(235, 235, 245, .3);
    --color-selector-multi_icon_down: rgba(235, 235, 245, .65);
    --color-selector-multi_divider: rgba(84, 84, 88, .85);
    --color-selector-import-bg-default: rgba(0, 0, 0, .05);
    --color-selector-import-text-default: #f2f5ff
}

html {
    --height-skeleton-img: 10.5rem;
    --height-skeleton-button: 2.4rem;
    --height-skeleton-small_shapes: 3.3rem;
    --height-skeleton-text_s: 0.6rem;
    --height-skeleton-text_m: 0.9rem;
    --height-skeleton-text_l: 1.4rem;
    --width-skeleton-head: 6.8rem;
    --width-skeleton-button: 10.75rem;
    --width-skeleton-avatar_s: 1.8rem;
    --width-skeleton-avatar_text: 4.75rem;
    --width-skeleton-stock_data_s: 2.1rem;
    --width-skeleton-stock_data_m: 3.2rem;
    --width-skeleton-stock_data_l: 3.2rem;
    --width-skeleton-stock_data_xl: 5.2rem;
    --width-skeleton-avatar_m: 2.4rem;
    --width-skeleton-avatar_l: 4rem;
    --width-skeleton-img_small: 5rem;
    --radius-skeleton-img: 0.6rem;
    --radius-skeleton-text_l: 0.2rem;
    --radius-skeleton-button: 0.5rem;
    --radius-skeleton-small_shapes: 0.3rem;
    --radius-skeleton-text_s: 0.1rem;
    --spacing-skeleton-text-margin_bottom: 0.6rem;
    --spacing-skeleton-avatar-margin_right: 0.4rem;
    --spacing-skeleton-avatar-margin_bottom: 0.5rem;
    --spacing-skeleton-stock-padding_x: 0.25rem;
    --spacing-skeleton-stock-padding_y: 1.2rem;
    --spacing-skeleton-data-padding_y: 1rem;
    --color-skeleton-bg: #f7f8f9;
    --color-skeleton-loading_gradient-bg-active: rgba(247, 248, 249, .3)
}

html[theme=dark] {
    --height-skeleton-img: 10.5rem;
    --height-skeleton-button: 2.4rem;
    --height-skeleton-small_shapes: 3.3rem;
    --height-skeleton-text_s: 0.6rem;
    --height-skeleton-text_m: 0.9rem;
    --height-skeleton-text_l: 1.4rem;
    --width-skeleton-head: 6.8rem;
    --width-skeleton-button: 10.75rem;
    --width-skeleton-avatar_s: 1.8rem;
    --width-skeleton-avatar_text: 4.75rem;
    --width-skeleton-stock_data_s: 2.1rem;
    --width-skeleton-stock_data_m: 3.2rem;
    --width-skeleton-stock_data_l: 3.2rem;
    --width-skeleton-stock_data_xl: 5.2rem;
    --width-skeleton-avatar_m: 2.4rem;
    --width-skeleton-avatar_l: 4rem;
    --width-skeleton-img_small: 5rem;
    --radius-skeleton-img: 0.6rem;
    --radius-skeleton-text_l: 0.2rem;
    --radius-skeleton-button: 0.5rem;
    --radius-skeleton-small_shapes: 0.3rem;
    --radius-skeleton-text_s: 0.1rem;
    --spacing-skeleton-text-margin_bottom: 0.6rem;
    --spacing-skeleton-avatar-margin_right: 0.4rem;
    --spacing-skeleton-avatar-margin_bottom: 0.5rem;
    --spacing-skeleton-stock-padding_x: 0.25rem;
    --spacing-skeleton-stock-padding_y: 1.2rem;
    --spacing-skeleton-data-padding_y: 1rem;
    --color-skeleton-bg: hsla(240, 4%, 48%, .15);
    --color-skeleton-loading_gradient-bg-active: hsla(240, 4%, 48%, .05)
}

html {
    --height-slider-track: 0.3rem;
    --height-slider-mark_track: 0.6rem;
    --height-slider-mark_handle: 1.1rem;
    --width-slider-handle_border: 0.15rem;
    --width-slider-handle: 1rem;
    --width-slider-mark_handle_border: 0.05rem;
    --width-slider-mark_handle: 0.8rem;
    --width-slider-mark: 0.05rem;
    --radius-slider-track: 0.15rem;
    --radius-slider-mark_handle: 0.2rem;
    --radius-slider-mark_track: 0.2rem;
    --spacing-slider-margin_bottom: 0.2rem;
    --spacing-slider-mark-margin_top: 1rem;
    --spacing-slider-mark_handle-margin_top: 0.1rem;
    --spacing-slider-mark_text_focus-margin_bottom: 0.4rem;
    --color-slider-mark-text: rgba(0, 0, 0, .3);
    --color-slider-track-default: #ebedf0;
    --color-slider-track-focus: #1bc47d;
    --color-slider-handle-bg: #fff;
    --color-slider-handle_border-default: #c2c2c2;
    --color-slider-handle_border-focus: #1bc47d;
    --color-slider-mark: #fff;
    --color-slider-mark-text-focus: rgba(0, 0, 0, .85)
}

html[theme=dark] {
    --height-slider-track: 0.3rem;
    --height-slider-mark_track: 0.6rem;
    --height-slider-mark_handle: 1.1rem;
    --width-slider-handle_border: 0.15rem;
    --width-slider-handle: 1rem;
    --width-slider-mark_handle_border: 0.05rem;
    --width-slider-mark_handle: 0.8rem;
    --width-slider-mark: 0.05rem;
    --radius-slider-track: 0.15rem;
    --radius-slider-mark_handle: 0.2rem;
    --radius-slider-mark_track: 0.2rem;
    --spacing-slider-margin_bottom: 0.2rem;
    --spacing-slider-mark-margin_top: 1rem;
    --spacing-slider-mark_handle-margin_top: 0.1rem;
    --spacing-slider-mark_text_focus-margin_bottom: 0.4rem;
    --color-slider-mark-text: rgba(235, 235, 245, .3);
    --color-slider-track-default: hsla(240, 4%, 48%, .24);
    --color-slider-track-focus: #1bc47d;
    --color-slider-handle-bg: #fff;
    --color-slider-handle_border-default: #c2c2c2;
    --color-slider-handle_border-focus: #1bc47d;
    --color-slider-mark: #fff;
    --color-slider-mark-text-focus: #f2f5ff
}

html {
    --height-steps-border-default: 0.05rem;
    --height-steps-border-hover: 0.05rem;
    --height-steps-basic-default: 0.15rem;
    --height-steps-basic-hover: 0.15rem;
    --spacing-steps-horizontal-padding_y: 0.5rem;
    --spacing-steps-horizontal-padding_x: 0.4rem;
    --spacing-steps-horizontal_item-padding_y: 0.1rem;
    --spacing-steps-horizontal_item-margin_right: 0.2rem;
    --spacing-steps-horizontal_icon-margin_bottom: 0.4rem;
    --spacing-steps-horizontal_description_text-margin_top: 0.3rem;
    --spacing-steps-vertical-padding_y: 1rem;
    --spacing-steps-vertical-padding_x: 0.4rem;
    --spacing-steps-vertical_icon-margin_right: 0.6rem;
    --spacing-steps-vertical_title-margin_top: 0.1rem;
    --spacing-steps-vertical_description_text-margin_top: 0.3rem;
    --spacing-steps-vertical_description_text-margin_bottom: 1rem;
    --spacing-steps-basic-padding_y: 0.8rem;
    --spacing-steps-basic-padding_top: 0.6rem;
    --spacing-steps-basic-padding_bottom: 0.4rem;
    --spacing-steps-basic_item-margin_right: 0.8rem;
    --icon-steps-size: 1rem;
    --icon-steps-size_s: 0.5rem;
    --radius-steps-basic: 0.075rem;
    --color-steps-border-default: rgba(0, 0, 0, .1);
    --color-steps-border-hover: #1bc47d;
    --color-steps-text-complete: rgba(0, 0, 0, .85);
    --color-steps-text-afoot: rgba(0, 0, 0, .85);
    --color-steps-text-warning: #eb5c31;
    --color-steps-text-not_started: rgba(0, 0, 0, .5);
    --color-steps-description_text: rgba(0, 0, 0, .5);
    --color-steps-basic-default: #ebedf0;
    --color-steps-basic-hover: #1bc47d
}

html[theme=dark] {
    --height-steps-border-default: 0.05rem;
    --height-steps-border-hover: 0.05rem;
    --height-steps-basic-default: 0.15rem;
    --height-steps-basic-hover: 0.15rem;
    --spacing-steps-horizontal-padding_y: 0.5rem;
    --spacing-steps-horizontal-padding_x: 0.4rem;
    --spacing-steps-horizontal_item-padding_y: 0.1rem;
    --spacing-steps-horizontal_item-margin_right: 0.2rem;
    --spacing-steps-horizontal_icon-margin_bottom: 0.4rem;
    --spacing-steps-horizontal_description_text-margin_top: 0.3rem;
    --spacing-steps-vertical-padding_y: 1rem;
    --spacing-steps-vertical-padding_x: 0.4rem;
    --spacing-steps-vertical_icon-margin_right: 0.6rem;
    --spacing-steps-vertical_title-margin_top: 0.1rem;
    --spacing-steps-vertical_description_text-margin_top: 0.3rem;
    --spacing-steps-vertical_description_text-margin_bottom: 1rem;
    --spacing-steps-basic-padding_y: 0.8rem;
    --spacing-steps-basic-padding_top: 0.6rem;
    --spacing-steps-basic-padding_bottom: 0.4rem;
    --spacing-steps-basic_item-margin_right: 0.8rem;
    --icon-steps-size: 1rem;
    --icon-steps-size_s: 0.5rem;
    --radius-steps-basic: 0.075rem;
    --color-steps-border-default: rgba(84, 84, 88, .85);
    --color-steps-border-hover: #1bc47d;
    --color-steps-text-complete: #f2f5ff;
    --color-steps-text-afoot: #f2f5ff;
    --color-steps-text-warning: #eb5c31;
    --color-steps-text-not_started: rgba(235, 235, 245, .65);
    --color-steps-description_text: rgba(235, 235, 245, .65);
    --color-steps-basic-default: hsla(240, 4%, 48%, .15);
    --color-steps-basic-hover: #1bc47d
}

html {
    --height-switch-bg: 0.5rem;
    --height-switch-button: 1rem;
    --width-switch-bg: 2rem;
    --radius-switch-bg: 0.25rem;
    --radius-switch-button: 0.5rem;
    --color-switch-off_bg-default: #ebedf0;
    --color-switch-off_bg-disable: rgba(235, 237, 240, .5);
    --color-switch-off_button_bg-default: #fff;
    --color-switch-off_button_bg-disable: #f1f2f4;
    --color-switch-off_button_border-default: rgba(0, 0, 0, .1);
    --color-switch-off_button_border-disable: rgba(0, 0, 0, .02);
    --color-switch-on_bg-default: rgba(27, 196, 125, .3);
    --color-switch-on_bg-disable: rgba(27, 196, 125, .1);
    --color-switch-on_button_bg-default: #1bc47d;
    --color-switch-on_button_bg-disable: #d2f3ea;
    --color-switch-on_button_border-default: rgba(0, 0, 0, .1);
    --color-switch-on_button_border-disable: rgba(0, 0, 0, .05)
}

html[theme=dark] {
    --height-switch-bg: 0.5rem;
    --height-switch-button: 1rem;
    --width-switch-bg: 2rem;
    --radius-switch-bg: 0.25rem;
    --radius-switch-button: 0.5rem;
    --color-switch-off_bg-default: hsla(240, 3%, 43%, .6);
    --color-switch-off_bg-disable: hsla(240, 3%, 43%, .2);
    --color-switch-off_button_bg-default: #eee;
    --color-switch-off_button_bg-disable: rgba(72, 72, 74, .95);
    --color-switch-off_button_border-default: rgba(0, 0, 0, .1);
    --color-switch-off_button_border-disable: rgba(0, 0, 0, .05);
    --color-switch-on_bg-default: rgba(27, 196, 125, .3);
    --color-switch-on_bg-disable: rgba(27, 196, 125, .1);
    --color-switch-on_button_bg-default: #1bc47d;
    --color-switch-on_button_bg-disable: #093e28;
    --color-switch-on_button_border-default: rgba(0, 0, 0, .1);
    --color-switch-on_button_border-disable: rgba(0, 0, 0, .05)
}

html {
    --height-tab-primary: 2.8rem;
    --height-tab-primary-bar: 0.15rem;
    --height-tab-secondary: 2.2rem;
    --height-tab-secondary-bar: 0.1rem;
    --height-tab-capsule: 2.4rem;
    --height-tab-capsule_btn: 1.4rem;
    --height-tab-selector_l: 1.7rem;
    --height-tab-selector_l_btn: 1.5rem;
    --height-tab-selector_m: 1.4rem;
    --height-tab-selector_m_btn: 1.2rem;
    --height-tab-secondary-divider: 0.025rem;
    --height-tab-buy_sell: 2.2rem;
    --height-tab-filter: 2.4rem;
    --height-tab-filter_divider: 0.025rem;
    --spacing-tab-primary-padding_left: 0.4rem;
    --spacing-tab-primary-padding_right: 0.4rem;
    --spacing-tab-primary-margin_left: 0.6rem;
    --spacing-tab-primary_bar-margin_top-active: 0.2rem;
    --spacing-tab-primary_icon-margin_right: 1rem;
    --spacing-tab-secondary-padding_left: 0.6rem;
    --spacing-tab-secondary-padding_right: 0.6rem;
    --spacing-tab-secondary-margin_left: 0.4rem;
    --spacing-tab-secondary_bar-margin_top-active: 0.65rem;
    --spacing-tab-secondary_icon-margin_right: 1rem;
    --spacing-tab-capsule_btn-padding_left: 0.6rem;
    --spacing-tab-capsule_btn-padding_right: 0.6rem;
    --spacing-tab-capsule_btn-margin_right: 0.3rem;
    --spacing-tab-capsule_btn-margin_left: 0.3rem;
    --spacing-tab-capsule_btn_icon-margin_left: 0;
    --spacing-tab-capsule-margin_left: 0.7rem;
    --spacing-tab-capsule-margin_top: 0.5rem;
    --spacing-tab-capsule-margin_bottom: 0.5rem;
    --spacing-tab-capsule_icon-margin_right: 1rem;
    --spacing-tab-selector-margin_left: 0.1rem;
    --spacing-tab-selector-margin_right: 0.1rem;
    --spacing-tab-selector-margin_top: 0.1rem;
    --spacing-tab-selector-margin_bottom: 0.1rem;
    --spacing-tab-filter-margin_y: 1rem;
    --spacing-tab-filter_contant-margin_y: 0.4rem;
    --spacing-tab-filter_down-margin_left: 0;
    --spacing-tab-double_click_filter-margin_y: 1.2rem;
    --radius-tab-capsule_button: 0.7rem;
    --radius-tab-selector_card: 0.3rem;
    --radius-tab-buy_sell-1: 0.3rem;
    --radius-tab-buy_sell-2: 0.2rem;
    --radius-tab-primary_bar: 0.05rem;
    --radius-tab-secondary-bar_bottom: 0;
    --radius-tab-secondary-bar_top: 0.05rem;
    --width-tab-primary-bar: 0.8rem;
    --width-tab-buy-border-active: 0.05rem;
    --icon-tab-filter_down: 0.8rem;
    --color-tab-primary-text-default: rgba(0, 0, 0, .5);
    --color-tab-primary-text-active: rgba(0, 0, 0, .85);
    --color-tab-primary-bar-active: #1bc47d;
    --color-tab-secondary-text-default: rgba(0, 0, 0, .5);
    --color-tab-secondary-text-active: rgba(0, 0, 0, .85);
    --color-tab-secondary-bar-active: rgba(0, 0, 0, .85);
    --color-tab-secondary-divider: rgba(0, 0, 0, .05);
    --color-tab-capsule-text-default: rgba(0, 0, 0, .85);
    --color-tab-capsule_btn-bg-default: #f7f8f9;
    --color-tab-capsule-text-active: #1bc47d;
    --color-tab-capsule_btn-bg-active: rgba(27, 196, 125, .1);
    --color-tab-selector-text-default: rgba(0, 0, 0, .5);
    --color-tab-selector-bg-default: #f7f8f9;
    --color-tab-selector-bg-active: #fff;
    --color-tab-selector-text-active: rgba(0, 0, 0, .85);
    --color-tab-buy-text-default: rgba(0, 0, 0, .85);
    --color-tab-buy-text-active: #1bc47d;
    --color-tab-buy-text-disable: rgba(0, 0, 0, .3);
    --color-tab-buy-bg-default: #f7f8f9;
    --color-tab-buy-bg-active: rgba(27, 196, 125, .15);
    --color-tab-buy-border-active: #1bc47d;
    --color-tab-buy-bg-disable: #f7f8f9;
    --color-tab-sell-text-default: rgba(0, 0, 0, .85);
    --color-tab-sell-text-active: #f24822;
    --color-tab-sell-text-disable: rgba(0, 0, 0, .3);
    --color-tab-sell-bg-default: #f7f8f9;
    --color-tab-sell-bg-active: rgba(242, 72, 34, .15);
    --color-tab-sell-border-active: #f24822;
    --color-tab-sell-bg-disable: #f7f8f9;
    --color-tab-filter-text-default: rgba(0, 0, 0, .5);
    --color-tab-filter-text-active: rgba(0, 0, 0, .85);
    --color-tab-filter_down: rgba(0, 0, 0, .5);
    --color-tab-filter-divider: rgba(0, 0, 0, .05);
    --color-tab-filter_down-active: #1bc47d
}

html[theme=dark] {
    --height-tab-primary: 2.8rem;
    --height-tab-primary-bar: 0.15rem;
    --height-tab-secondary: 2.2rem;
    --height-tab-secondary-bar: 0.1rem;
    --height-tab-capsule: 2.4rem;
    --height-tab-capsule_btn: 1.4rem;
    --height-tab-selector_l: 1.7rem;
    --height-tab-selector_l_btn: 1.5rem;
    --height-tab-selector_m: 1.4rem;
    --height-tab-selector_m_btn: 1.2rem;
    --height-tab-secondary-divider: 0.025rem;
    --height-tab-buy_sell: 2.2rem;
    --height-tab-filter: 2.4rem;
    --height-tab-filter_divider: 0.025rem;
    --spacing-tab-primary-padding_left: 0.4rem;
    --spacing-tab-primary-padding_right: 0.4rem;
    --spacing-tab-primary-margin_left: 0.6rem;
    --spacing-tab-primary_bar-margin_top-active: 0.2rem;
    --spacing-tab-primary_icon-margin_right: 1rem;
    --spacing-tab-secondary-padding_left: 0.6rem;
    --spacing-tab-secondary-padding_right: 0.6rem;
    --spacing-tab-secondary-margin_left: 0.4rem;
    --spacing-tab-secondary_bar-margin_top-active: 0.65rem;
    --spacing-tab-secondary_icon-margin_right: 1rem;
    --spacing-tab-capsule_btn-padding_left: 0.6rem;
    --spacing-tab-capsule_btn-padding_right: 0.6rem;
    --spacing-tab-capsule_btn-margin_right: 0.3rem;
    --spacing-tab-capsule_btn-margin_left: 0.3rem;
    --spacing-tab-capsule_btn_icon-margin_left: 0;
    --spacing-tab-capsule-margin_left: 0.7rem;
    --spacing-tab-capsule-margin_top: 0.5rem;
    --spacing-tab-capsule-margin_bottom: 0.5rem;
    --spacing-tab-capsule_icon-margin_right: 1rem;
    --spacing-tab-selector-margin_left: 0.1rem;
    --spacing-tab-selector-margin_right: 0.1rem;
    --spacing-tab-selector-margin_top: 0.1rem;
    --spacing-tab-selector-margin_bottom: 0.1rem;
    --spacing-tab-filter-margin_y: 1rem;
    --spacing-tab-filter_contant-margin_y: 0.4rem;
    --spacing-tab-filter_down-margin_left: 0;
    --spacing-tab-double_click_filter-margin_y: 1.2rem;
    --radius-tab-capsule_button: 0.7rem;
    --radius-tab-selector_card: 0.3rem;
    --radius-tab-buy_sell-1: 0.3rem;
    --radius-tab-buy_sell-2: 0.2rem;
    --radius-tab-primary_bar: 0.05rem;
    --radius-tab-secondary-bar_bottom: 0;
    --radius-tab-secondary-bar_top: 0.05rem;
    --width-tab-primary-bar: 0.8rem;
    --width-tab-buy-border-active: 0.05rem;
    --icon-tab-filter_down: 0.8rem;
    --color-tab-primary-text-default: rgba(235, 235, 245, .65);
    --color-tab-primary-text-active: #f2f5ff;
    --color-tab-primary-bar-active: #1bc47d;
    --color-tab-secondary-text-default: rgba(235, 235, 245, .65);
    --color-tab-secondary-text-active: #f2f5ff;
    --color-tab-secondary-bar-active: #f2f5ff;
    --color-tab-secondary-divider: rgba(84, 84, 88, .2);
    --color-tab-capsule-text-default: #f2f5ff;
    --color-tab-capsule_btn-bg-default: hsla(240, 4%, 48%, .15);
    --color-tab-capsule-text-active: #1bc47d;
    --color-tab-capsule_btn-bg-active: rgba(27, 196, 125, .15);
    --color-tab-selector-text-default: rgba(235, 235, 245, .65);
    --color-tab-selector-bg-default: hsla(240, 4%, 48%, .15);
    --color-tab-selector-bg-active: hsla(240, 4%, 48%, .24);
    --color-tab-selector-text-active: #f2f5ff;
    --color-tab-buy-text-default: #f2f5ff;
    --color-tab-buy-text-active: #1bc47d;
    --color-tab-buy-text-disable: rgba(235, 235, 245, .3);
    --color-tab-buy-bg-default: hsla(240, 4%, 48%, .1);
    --color-tab-buy-bg-active: rgba(27, 196, 125, .15);
    --color-tab-buy-border-active: #1bc47d;
    --color-tab-buy-bg-disable: hsla(240, 4%, 48%, .1);
    --color-tab-sell-text-default: #f2f5ff;
    --color-tab-sell-text-active: #f24822;
    --color-tab-sell-bg-default: hsla(240, 4%, 48%, .1);
    --color-tab-sell-bg-active: rgba(242, 72, 34, .15);
    --color-tab-sell-border-active: #f24822;
    --color-tab-sell-bg-disable: hsla(240, 4%, 48%, .1);
    --color-tab-filter-text-default: rgba(235, 235, 245, .65);
    --color-tab-filter-text-active: #f2f5ff;
    --color-tab-filter_down: rgba(235, 235, 245, .65);
    --color-tab-filter-divider: rgba(84, 84, 88, .2);
    --color-tab-sell-text-disable: rgba(235, 235, 245, .3);
    --color-tab-filter_down-active: #1bc47d
}

html {
    --height-tag-l: 0.9rem;
    --height-tag-s: 0.7rem;
    --height-tag-m: 0.8rem;
    --radius-tag-bg: 0.2rem;
    --spacing-tag-padding_y: 0.2rem;
    --width-tag-border: 0.025rem;
    --color-tag-default-text: #7f7f7f;
    --color-tag-default-bg: #f1f2f4;
    --color-tag-default_border-text: #f1f2f4;
    --color-tag-default-border: #f1f2f4;
    --color-tag-dark-text: #fff;
    --color-tag-dark-bg: rgba(0, 0, 0, .3);
    --color-tag-dark_border-text: rgba(0, 0, 0, .85);
    --color-tag-dark-border: rgba(0, 0, 0, .3);
    --color-tag-blue-text: #18a0fb;
    --color-tag-blue-bg: rgba(24, 160, 251, .1);
    --color-tag-blue-border: rgba(24, 160, 251, .5);
    --color-tag-cyan-text: #00a5bb;
    --color-tag-cyan-bg: rgba(0, 165, 187, .1);
    --color-tag-cyan-border: rgba(0, 165, 187, .5);
    --color-tag-green-text: #1bc47d;
    --color-tag-green-bg: rgba(27, 196, 125, .1);
    --color-tag-green-border: rgba(27, 196, 125, .5);
    --color-tag-olive-text: #77c13f;
    --color-tag-olive-bg: rgba(119, 193, 63, .15);
    --color-tag-olive-border: rgba(119, 193, 63, .6);
    --color-tag-yellow-text: #ffa819;
    --color-tag-yellow-bg: rgba(255, 199, 0, .15);
    --color-tag-yellow-border: rgba(210, 167, 0, .5);
    --color-tag-orange-text: #ff733c;
    --color-tag-orange-bg: rgba(255, 115, 60, .1);
    --color-tag-orange-border: rgba(255, 115, 60, .5);
    --color-tag-red-text: #f24822;
    --color-tag-red-bg: rgba(242, 72, 34, .1);
    --color-tag-red-border: rgba(242, 72, 34, .5);
    --color-tag-pink-text: #f459a7;
    --color-tag-pink-bg: rgba(244, 89, 167, .1);
    --color-tag-pink-border: rgba(244, 89, 167, .5);
    --color-tag-purple-text: #907cff;
    --color-tag-purple-bg: rgba(144, 124, 255, .1);
    --color-tag-purple-border: rgba(144, 124, 255, .5)
}

html[theme=dark] {
    --height-tag-l: 0.9rem;
    --height-tag-s: 0.7rem;
    --height-tag-m: 0.8rem;
    --radius-tag-bg: 0.2rem;
    --spacing-tag-padding_y: 0.2rem;
    --width-tag-border: 0.025rem;
    --color-tag-default-text: rgba(235, 235, 245, .6);
    --color-tag-default-bg: hsla(240, 4%, 48%, .14);
    --color-tag-default_border-text: #cad2da;
    --color-tag-default-border: #cad2da;
    --color-tag-dark-text: hsla(0, 0%, 100%, .8);
    --color-tag-dark-bg: hsla(0, 0%, 100%, .3);
    --color-tag-dark_border-text: hsla(0, 0%, 100%, .8);
    --color-tag-dark-border: hsla(0, 0%, 100%, .3);
    --color-tag-blue-text: rgba(24, 160, 251, .9);
    --color-tag-blue-bg: rgba(24, 160, 251, .15);
    --color-tag-blue-border: rgba(24, 160, 251, .5);
    --color-tag-cyan-text: rgba(0, 165, 187, .9);
    --color-tag-cyan-bg: rgba(0, 165, 187, .15);
    --color-tag-cyan-border: rgba(0, 165, 187, .5);
    --color-tag-green-text: rgba(27, 196, 125, .9);
    --color-tag-green-bg: rgba(27, 196, 125, .15);
    --color-tag-green-border: rgba(27, 196, 125, .5);
    --color-tag-olive-text: rgba(119, 193, 63, .9);
    --color-tag-olive-bg: rgba(119, 193, 63, .15);
    --color-tag-olive-border: rgba(119, 193, 63, .6);
    --color-tag-yellow-text: rgba(255, 168, 25, .9);
    --color-tag-yellow-bg: rgba(255, 199, 0, .15);
    --color-tag-yellow-border: rgba(210, 167, 0, .5);
    --color-tag-orange-text: rgba(255, 115, 60, .9);
    --color-tag-orange-bg: rgba(255, 115, 60, .15);
    --color-tag-orange-border: rgba(255, 115, 60, .5);
    --color-tag-red-text: rgba(242, 72, 34, .9);
    --color-tag-red-bg: rgba(242, 72, 34, .15);
    --color-tag-red-border: rgba(242, 72, 34, .5);
    --color-tag-pink-text: rgba(244, 89, 167, .9);
    --color-tag-pink-bg: rgba(244, 89, 167, .15);
    --color-tag-pink-border: rgba(244, 89, 167, .5);
    --color-tag-purple-text: rgba(144, 124, 255, .9);
    --color-tag-purple-bg: rgba(144, 124, 255, .15);
    --color-tag-purple-border: rgba(144, 124, 255, .5)
}

html {
    --height-title-primary: 2.4rem;
    --height-title-secondary: 2.4rem;
    --height-title-tertiary: 2rem;
    --height-title-quaternary: 1.6rem;
    --height-title-primary_double: 3.45rem;
    --height-title-secondary_double: 3.3rem;
    --height-title-tertiary_double: 2.9rem;
    --height-title-quaternary_double: 2.45rem;
    --spacing-title-padding_left: 1rem;
    --spacing-title-padding_right: 1rem;
    --spacing-title-primary_icon-margin_y: 0.2rem;
    --spacing-title-secondary_icon-margin_y: 0.2rem;
    --spacing-title-tertiary_icon-margin_y: 0.2rem;
    --spacing-title-quaternary_icon-margin_y: 0.2rem;
    --spacing-title-text-margin_right: 0.2rem;
    --spacing-title-subtitle-margin_top: 0.2rem;
    --icon-title-primary: 1rem;
    --icon-title-secondary: 1rem;
    --icon-title-tertiary: 0.8rem;
    --icon-title-quaternary: 0.8rem;
    --icon-title-arrow: 0.8rem;
    --color-title-head: rgba(0, 0, 0, .85);
    --color-title-text: rgba(0, 0, 0, .5);
    --color-title-icon_arrow: rgba(0, 0, 0, .5)
}

html[theme=dark] {
    --height-title-primary: 2.4rem;
    --height-title-secondary: 2.4rem;
    --height-title-tertiary: 2rem;
    --height-title-quaternary: 1.6rem;
    --height-title-primary_double: 3.45rem;
    --height-title-secondary_double: 3.3rem;
    --height-title-tertiary_double: 2.9rem;
    --height-title-quaternary_double: 2.45rem;
    --spacing-title-padding_left: 1rem;
    --spacing-title-padding_right: 1rem;
    --spacing-title-primary_icon-margin_y: 0.2rem;
    --spacing-title-secondary_icon-margin_y: 0.2rem;
    --spacing-title-tertiary_icon-margin_y: 0.2rem;
    --spacing-title-quaternary_icon-margin_y: 0.2rem;
    --spacing-title-text-margin_right: 0.2rem;
    --spacing-title-subtitle-margin_top: 0.2rem;
    --icon-title-primary: 1rem;
    --icon-title-secondary: 1rem;
    --icon-title-tertiary: 0.8rem;
    --icon-title-quaternary: 0.8rem;
    --icon-title-arrow: 0.8rem;
    --color-title-head: #f2f5ff;
    --color-title-text: rgba(235, 235, 245, .65);
    --color-title-icon_arrow: rgba(235, 235, 245, .65)
}

html {
    --height-toast-small: 5.45rem;
    --width-toast-small: 6rem;
    --width-toast-large: 13.95rem;
    --radius-toast-content: 0.5rem;
    --spacing-toast-padding_y: 1rem;
    --spacing-toast-padding_x: 1rem;
    --spacing-toast-icon-margin_bottom: 0.3rem;
    --icon-toast-size: 2.4rem;
    --color-toast-bg: rgba(0, 0, 0, .85);
    --color-toast-text: #fff
}

html[theme=dark] {
    --height-toast-small: 5.45rem;
    --width-toast-small: 6rem;
    --width-toast-large: 13.95rem;
    --radius-toast-content: 0.5rem;
    --spacing-toast-padding_y: 1rem;
    --spacing-toast-padding_x: 1rem;
    --spacing-toast-icon-margin_bottom: 0.3rem;
    --icon-toast-size: 2.4rem;
    --color-toast-bg: #545458;
    --color-toast-text: #fff
}

html {
    --height-upload-bg: 4.8rem;
    --width-upload-small: 4.8rem;
    --radius-upload-content: 0.3rem;
    --spacing-upload-padding_top: 1.1rem;
    --spacing-upload-padding_bottom: 0.95rem;
    --spacing-upload-text-margin_top: 0.3rem;
    --icon-upload-size: 1.6rem;
    --icon-upload-close: 0.8rem;
    --color-upload-bg: #f7f8f9;
    --color-upload-icon: rgba(0, 0, 0, .15);
    --color-upload-text: rgba(0, 0, 0, .5);
    --color-upload-pdf-bg: rgba(235, 92, 49, .85);
    --color-upload-pdf-text: #fff;
    --color-upload-close_bg: rgba(0, 0, 0, .3)
}

html[theme=dark] {
    --height-upload-bg: 4.8rem;
    --width-upload-small: 4.8rem;
    --radius-upload-content: 0.3rem;
    --spacing-upload-padding_top: 1.1rem;
    --spacing-upload-padding_bottom: 0.95rem;
    --spacing-upload-text-margin_top: 0.3rem;
    --icon-upload-size: 1.6rem;
    --icon-upload-close: 0.8rem;
    --color-upload-bg: hsla(240, 4%, 48%, .1);
    --color-upload-icon: hsla(0, 0%, 100%, .15);
    --color-upload-text: rgba(235, 235, 245, .65);
    --color-upload-pdf-bg: rgba(235, 92, 49, .85);
    --color-upload-pdf-text: #fff;
    --color-upload-close_bg: rgba(0, 0, 0, .3)
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.click {
    cursor: pointer
}

.txt-1-line {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.common-after-line:after {
    background-color: #f0f0f0;
    content: "";
    height: .05rem;
    left: 0;
    position: absolute;
    transform: scaleY(.5);
    -webkit-transform: scaleY(.5);
    width: 100%
}

.theme-dark .common-after-line:after {
    background-color: #141922
}

.after-icon:after,
.before-icon:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block
}

.van-toast {
    word-break: break-word
}

@media screen and (min-width:768px) {
    :root.sa-white-theme .van-toast {
        color: #fff;
        left: 50%;
        position: fixed;
        top: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width:768px) {
    :root.sa-white-theme .van-toast.van-toast--text {
        font-size: 1.4rem;
        line-height: normal;
        max-width: 15rem;
        padding: 1rem 1.5rem
    }

    :root.sa-white-theme .marketingPage-loading {
        font-size: 1.6rem;
        max-width: 30rem;
        padding: 1.5rem 2.25rem
    }

    :root.sa-white-theme .marketingPage-loading .van-icon {
        font-size: 3.6rem
    }
}

@font-face {
    font-family: Saudi Riyal;
    font-style: normal;
    font-weight: 400;
    src: url(https://r.finantickdemo.com/fe/hs-sa-web-nuxt-www-alsahm/fonts/saudi-riyal-regular.f0e0bcc.ttf) format("truetype");
    unicode-range: u+0631
}

@font-face {
    font-family: Saudi Riyal;
    font-style: normal;
    font-weight: 500;
    src: url(https://r.finantickdemo.com/fe/hs-sa-web-nuxt-www-alsahm/fonts/saudi-riyal-medium.efce968.ttf) format("truetype");
    unicode-range: u+0631
}

@font-face {
    font-family: Saudi Riyal;
    font-style: normal;
    font-weight: 600;
    src: url(https://r.finantickdemo.com/fe/hs-sa-web-nuxt-www-alsahm/fonts/saudi-riyal-semibold.fb019df.ttf) format("truetype");
    unicode-range: u+0631
}

@font-face {
    font-family: Saudi Riyal;
    font-style: normal;
    font-weight: 700;
    src: url(https://r.finantickdemo.com/fe/hs-sa-web-nuxt-www-alsahm/fonts/saudi-riyal-bold.dedc1d9.ttf) format("truetype");
    unicode-range: u+0631
}

.sar-symbol {
    font-family: Saudi Riyal !important;
    margin: 0 .1rem
}

:root {
    --sans-font: "IBM Plex Sans Arabic", -apple-system, "BlinkMacSystemFont", "Avenir Next", "Avenir", "Nimbus Sans L", "Roboto", "Noto", "Segoe UI", "Arial", "Helvetica", "Helvetica Neue", sans-serif;
    --bg: #f8f8f8;
    --accent-bg: #00c3b3;
    --text: rgba(0, 0, 0, .85);
    --text-light: rgba(0, 0, 0, .3);
    --border: rgba(0, 0, 0, .08);
    --accent: #00c3b3;
    --code: rgba(0, 195, 179, .1);
    --preformatted: rgba(0, 0, 0, .3);
    --disabled: #999;
    --text-o-85: rgba(0, 0, 0, .85);
    --text-a-1: #1bc47d;
    --background-b-1: #fff
}

:not(input, textarea) {
    -webkit-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important
}

:root[lang|=ar] {
    --sans-font: "IBM Plex Sans Arabic", "sf arabic", "SFPro-Semibold", "SFPro", "Noto Sans Arabic", "Roboto", "BlinkMacSystemFont", "Segoe UI", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif
}

:root[lang|=ar] body {
    font-family: var(--sans-font)
}

:root[lang|=ar] .common-ltr {
    direction: ltr !important;
    text-align: end
}

::selection {
    background-color: var(--accent-bg);
    color: #fff
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-family: var(--sans-font);
    font-size: 20PX
}

html:focus-within {
    scroll-behavior: smooth
}

html body {
    background-color: #f7f8f9;
    background-image: url(/wp-content/themes/theforest/images/base-bg.png);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 128rem;
    color: var(--text);
    font-family: var(--sans-font);
    font-size: 1rem;
    font-synthesis: none;
    font-weight: 400;
    line-height: 1.5;
    min-height: 100vh;
    overflow-x: hidden;
    text-rendering: optimizeSpeed;
    transition: color .5s, background-color .5s;
    width: 100%
}

html body.hs-marketing-landing-background {
    background-color: #ead1b9
}

.custom-bg1 {
    background-color: #fff;
    background-image: url(/wp-content/themes/theforest/images/home-bg1.png)
}

ol,
ul {
    list-style: none;
    padding: 0
}

h1,
h2,
h3,
h4,
ol,
p,
ul {
    margin: 0
}

img,
picture {
    display: block;
    max-width: 100%
}

a {
    color: currentColor;
    cursor: pointer;
    text-decoration: none
}

a:hover {
    color: var(--accent)
}

input,
textarea {
    -webkit-appearance: none;
    outline-style: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
    user-select: text
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .3);
    letter-spacing: .0225rem
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: rgba(0, 0, 0, .3);
    letter-spacing: .0225rem;
    opacity: 1
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, .3);
    letter-spacing: .0225rem
}

input::placeholder,
textarea::placeholder {
    color: rgba(0, 0, 0, .3);
    letter-spacing: .0225rem
}

.text-gray {
    color: var(--text-light)
}

.text-black {
    color: rgba(0, 0, 0, var(--text-opacity, 1))
}

.text-white {
    color: #fff
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-left {
    text-align: left
}

.text-opacity-50 {
    --text-opacity: 0.5
}

.font-bold {
    font-family: var(--sans-font);
    font-weight: 700
}

.text-16,
.text-small {
    font-size: .8rem
}

.text-20 {
    font-size: 1rem
}

.text-24 {
    font-size: 1.2rem
}

.text-32 {
    font-size: 1.6rem
}

.text-40 {
    font-size: 2rem
}

.text-60 {
    font-size: 3rem
}

.text-primary {
    color: var(--accent) !important;
}

.text-primary:not(:not(a)):hover {
    text-decoration: underline
}

.hairline {
    position: relative
}

.hairline:after {
    border: solid #ddd;
    border-width: .05rem 0 0;
    bottom: -50%;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

.flex {
    display: flex
}

.items-center {
    align-items: center
}

.mr-4 {
    margin-right: .2rem
}

main {
    width: 100%
}

.layout,
main {
    position: relative
}

.layout {
    margin-left: auto;
    margin-right: auto;
    max-width: 67rem;
    padding-left: 2.7rem;
    padding-right: 2.7rem
}

.layout-out {
    max-width: 60rem
}

.mb-space {
    margin-bottom: 6rem
}

.mb-space-80 {
    margin-bottom: 4rem
}

table {
    border-collapse: collapse;
    margin: 1.5rem 0;
    width: 100%
}

td,
th {
    border: .05rem solid var(--border);
    padding: .5rem
}

th {
    background: var(--bg)
}

table caption,
th {
    font-family: var(--sans-font);
    font-weight: 700
}

table caption {
    margin-bottom: .5rem
}

.downloadBg {
    background-image: url(/wp-content/themes/theforest/images/bg.png)
}

.newsBg {
    background-image: url(/wp-content/themes/theforest/images/bg2.png);
    background-size: 100%
}

.newsDetailBg {
    background-color: #fff;
    background-image: url(/wp-content/themes/theforest/images/bg.png);
    background-size: 100%
}

.img-skeleton {
    height: 100%;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.img-skeleton .van-skeleton__content {
    width: 100%
}

.img-skeleton .van-skeleton__content .van-skeleton__title {
    background: #f7f8f9;
    height: 100%;
    width: 100%
}

.van-image__img {
    object-fit: cover
}

.anchor {
    display: block
}

.visible-hidden {
    visibility: hidden
}

@supports (-webkit-backdrop-filter:none) or (backdrop-filter:none) {
    header {
        -webkit-backdrop-filter: blur(20px);
        backdrop-filter: blur(20px);
        background: hsla(0, 0%, 100%, .75)
    }
}

.dropdown-menu {
    background: var(--c-bg);
    border-radius: .8rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .06);
    list-style: none;
    margin: 0;
    min-width: 16rem;
    padding: 0 .8rem;
    transition: background-color .5s
}

.dropdown-item {
    align-items: center;
    color: var(--text);
    display: flex;
    height: 3.4rem;
    justify-content: space-between;
    position: relative;
    transition: color .25s, transform .5s
}

.dropdown-item:hover {
    transform: translateX(.2rem);
    transition: transform .5s
}

.icon-user {
    display: flex;
    height: 1rem;
    justify-content: center;
    position: relative;
    width: 1rem
}

.icon-user:before {
    border-radius: .4rem .4rem .15rem .15rem;
    bottom: .1rem;
    height: .3rem;
    left: .1rem;
    width: .8rem
}

.icon-user:after,
.icon-user:before {
    background-color: currentColor;
    content: "";
    position: absolute
}

.icon-user:after {
    border-radius: .4rem;
    height: .4rem;
    left: .3rem;
    top: .1rem;
    width: .4rem
}

.ellipsis-3 {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis
}

footer {
    background-color: #121e2d;
    color: hsla(0, 0%, 100%, .85);
    font-family: var(--sans-font);
    font-weight: 400;
    line-height: 1.2;
    padding: 2rem 1.6rem 3.2rem
}

footer h1,
footer h2,
footer h3,
footer h4,
footer p {
    margin: 1.2em 0
}

.footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem
}

.footer-logo {
    width: 5.1rem
}

.footer-title {
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 700;
    margin-top: 0
}

.footer-title__p {
    align-items: center;
    display: flex;
    margin: .8rem 0
}

.footer-title__p span {
    flex: none
}

.footer-line {
    position: relative
}

.footer-line:after {
    border: solid hsla(0, 0%, 100%, .08);
    border-width: .05rem 0 0;
    bottom: -50%;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: 3.5rem;
    transform: scale(.5)
}

.footer-number {
    letter-spacing: .075rem;
    margin-top: .75rem
}

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.footer-nav-layout {
    flex: 1;
    margin-top: 1.6rem;
    min-width: 12rem;
    word-break: break-all
}

.footer-nav-layout:last-child {
    flex: 1
}

.footer-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end
}

.footer-service {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: .5rem 0
}

.footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.footer-social .icon-social {
    height: 1.6rem;
    width: 1.6rem
}

.footer-copyright {
    color: hsla(0, 0%, 100%, .5);
    display: flex;
    flex-direction: column;
    font-size: .6rem
}

.i-email {
    --un-icon: url(/wp-content/themes/theforest/images/icon_email.svg)
}

.i-phone {
    --un-icon: url(/wp-content/themes/theforest/images/icon_phone.svg)
}

.i-fs {
    --un-icon: url(/wp-content/themes/theforest/images/icon_fs.svg)
}

.i-whatsapp {
    --un-icon: url(/wp-content/themes/theforest/images/icon_whatsapp.svg)
}

.i-feedback {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4wMzIgMi4yMWExIDEgMCAwIDAtMS4zMi4wODNMNS4xMDYgMTIuOWwtLjA4Ny4wOTlhMSAxIDAgMCAwLS4yMDYuNjA4djMuNTM1bC4wMDcuMTE3YTEgMSAwIDAgMCAuOTkzLjg4M2gzLjUzNWwuMTMyLS4wMDhhMSAxIDAgMCAwIC41NzUtLjI4NUwyMC42NjMgNy4yNDNsLjA4My0uMDk1YTEgMSAwIDAgMC0uMDgzLTEuMzJsLTMuNTM1LTMuNTM1LS4wOTUtLjA4M1pNMjIgMjEuMDA1YTEgMSAwIDAgMC0xLTFIM2wtLjExNy4wMDdBMSAxIDAgMCAwIDMgMjIuMDA1aDE4bC4xMTctLjAwN2ExIDEgMCAwIDAgLjg4My0uOTkzWk0xMy41OSA3LjI0MmwtNi43NzcgNi43Nzd2Mi4xMjNsMi4xMi0uMDAxIDYuNzc4LTYuNzc4LTIuMTIxLTIuMTIxWm0xLjQxNC0xLjQxNSAxLjQxNS0xLjQxNCAyLjEyMiAyLjEyMS0xLjQxNiAxLjQxNC0yLjEyMS0yLjEyMVoiIGZpbGw9IiMwMDAiLz48L3N2Zz4=)
}

.i-facebook {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTEzLjI3OSAyMS4yODhBOS4zNzUgOS4zNzUgMCAwIDAgMjEuMzc1IDEyYTkuMzc1IDkuMzc1IDAgMSAwLTE4Ljc1IDBjMCA0LjcxNCAzLjQ4IDguNjE1IDguMDEgOS4yNzZ2LTcuMjUzSDl2LTIuNjY3aDEuNjM1VjkuNzQzYzAtMi4xNzYuNjUtMy43NDMgMy4wMzItMy43NDNIMTYuNXYyLjY2aC0xLjk5NGMtMSAwLTEuMjI3LjY2NS0xLjIyNyAxLjM2djEuMzM2aDMuMDc0bC0uNDIgMi42NjdIMTMuMjh2Ny4yNjVaIi8+PC9zdmc+)
}

.i-twitter {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTIyLjkwMSA1LjNoMy42OGwtOC4wNCA5LjE5MkwyOCAyN2gtNy40MDZsLTUuOC03LjU4Nkw4LjE1NSAyN0g0LjQ3NGw4LjYtOS44MzJMNCA1LjNoNy41OTRsNS4yNDMgNi45MzRMMjIuOTAxIDUuM1pNMjEuNjEgMjQuNzk2aDIuMDM5TDEwLjQ4NiA3LjM4N0g4LjI5OGwxMy4zMTIgMTcuNDFaIiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

.i-telegram {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI0LjMwOSAyNC45MSAyNy45MyA3LjgzOGMuMTQ4LS43MjMuMDYyLTEuMjQtLjI1OS0xLjU1Mi0uMzItLjMxMi0uNzQzLS4zNy0xLjI2OC0uMTczTDUuMTIgMTQuMzE3Yy0uNDc2LjE4LS44LjM4Ni0uOTczLjYxNi0uMTczLjIzLS4xOTMuNDQ4LS4wNjIuNjUzLjEzMi4yMDUuMzk0LjM2NS43ODguNDhsNS40NDQgMS43IDEyLjYzNy03Ljk1N2MuMzQ1LS4yMy42MDgtLjI3OS43ODgtLjE0Ny4xMTUuMDgyLjA4Mi4yMDUtLjA5OC4zN0wxMy40MiAxOS4yNjdsLS4zOTQgNS42MTdjLjM3OCAwIC43NDctLjE4IDEuMTA5LS41NDJsMi42Ni0yLjU2MiA1LjUxOCA0LjA2NWMxLjA1LjU5IDEuNzE2LjI3OSAxLjk5NS0uOTM3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

.i-telegram-line {
    --un-icon: url(/wp-content/themes/theforest/images/icon_telegram_line.svg)
}

.i-ins {
    --un-icon: url(/wp-content/themes/theforest/images/icon_ins.svg)
}

.i-youtube {
    --un-icon: url(/wp-content/themes/theforest/images/icon_youtube.svg)
}

.i-apple {
    --un-icon: url(/wp-content/themes/theforest/images/icon_logo_apple.svg)
}

.i-link {
    --un-icon: url(/wp-content/themes/theforest/images/icon_link.svg)
}

.i-mail {
    --un-icon: url(/wp-content/themes/theforest/images/icon_mail.svg)
}

.i-facebook2 {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDIiIGhlaWdodD0iNDIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjYyOSAyMXYtMy44MjdoMi4zNDV2LTIuMzE1YzAtMy4xMjIuOTMzLTUuMzcgNC4zNTEtNS4zN2g0LjA2NnYzLjgxOGgtMi44NjJjLTEuNDM1IDAtMS43Ni45NTItMS43NiAxLjk1djEuOTE3aDQuNDFMMjUuNTc5IDIxaC0zLjgxdjExLjU0NGgtMy43OTRWMjFIMTUuNjNaIiBmaWxsPSIjMDAwIiBmaWxsLW9wYWNpdHk9Ii44NSIvPjxyZWN0IHg9IjEiIHk9IjEiIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgcng9IjIwIiBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMDUiIHN0cm9rZS1taXRlcmxpbWl0PSIwIiBzdHJva2UtbGluZWpvaW49ImJldmVsIi8+PC9zdmc+)
}

.i-twitter2 {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI2LjI0NCAxMC4yNWgzLjMwOGwtNy4yMjcgOC4yNiA4LjUwMiAxMS4yNEgyNC4xN2wtNS4yMTQtNi44MTctNS45NjYgNi44MTdIOS42OGw3LjczLTguODM1TDkuMjU0IDEwLjI1aDYuODI2bDQuNzEzIDYuMjMxIDUuNDUtNi4yMzFabS0xLjE2MSAxNy41MmgxLjgzM0wxNS4wODQgMTIuMTI2aC0xLjk2N0wyNS4wODMgMjcuNzdaIiBmaWxsPSIjMDAwIi8+PHJlY3QgeD0iLjUiIHk9Ii41IiB3aWR0aD0iMzkiIGhlaWdodD0iMzkiIHJ4PSIxOS41IiBzdHJva2U9IiMwMDAiIHN0cm9rZS1vcGFjaXR5PSIuMDUiLz48L3N2Zz4=)
}

.i-android {
    --un-icon: url(/wp-content/themes/theforest/images/icon-android.svg)
}

.i-google-map {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTkuMTgyIDguNjgyIDYgMTEuODY0IDIuODE4IDguNjgyYTQuNSA0LjUgMCAxIDEgNi4zNjQgMFpNNiA3LjVhMiAyIDAgMSAwIDAtNCAyIDIgMCAwIDAgMCA0Wm0wLTFhMSAxIDAgMSAxIDAtMiAxIDEgMCAwIDEgMCAyWiIgZmlsbD0iIzg4OEU5NiIvPjwvc3ZnPg==)
}

.i-linkedin {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI0LjQ0OCAyNC40NTJoLTMuNTU0di01LjU3YzAtMS4zMjctLjAyNy0zLjAzNi0xLjg1Mi0zLjAzNi0xLjg1MyAwLTIuMTM2IDEuNDQ1LTIuMTM2IDIuOTM5djUuNjY3aC0zLjU1NFYxM2gzLjQxNHYxLjU2aC4wNDZjLjQ3Ny0uOSAxLjYzNy0xLjg0OSAzLjM3LTEuODQ5IDMuNjAxIDAgNC4yNjcgMi4zNyA0LjI2NyA1LjQ1NXY2LjI4NlpNOS4zMzggMTEuNDMzYTIuMDYyIDIuMDYyIDAgMCAxLTIuMDYzLTIuMDY1IDIuMDY0IDIuMDY0IDAgMSAxIDIuMDYzIDIuMDY1Wm0xLjc4MiAxMy4wMTlINy41NTZWMTNoMy41NjR2MTEuNDUyWk0yNi4yMjYgNEg1Ljc3MmMtLjk3OSAwLTEuNzcuNzc0LTEuNzcgMS43Mjl2MjAuNTQyYzAgLjk1Ni43OTEgMS43MjkgMS43NyAxLjcyOWgyMC40NTFjLjk3OCAwIDEuNzc4LS43NzMgMS43NzgtMS43MjlWNS43M2MwLS45NTUtLjgtMS43MjktMS43NzgtMS43MjloLjAwM1oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=)
}

.icon-contact {
    background-color: currentColor;
    color: #fff;
    display: inline-block;
    height: 1rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1rem
}

.icon-contact:not(:last-child) {
    margin-right: .4rem
}

.icon-contact:hover {
    color: #fff
}

.icon-social {
    background-color: currentColor;
    color: #53596c;
    display: block;
    height: 2.4rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 2.4rem
}

.icon-social:not(:last-child) {
    margin-right: 1.6rem
}

.box-download {
    padding-bottom: 8.2rem;
    padding-top: 8.2rem
}

.home-container {
    height: 50rem;
    width: 100%
}

.home-content {
    color: var(--text);
    font-family: var(--sans-font);
    font-style: normal;
    font-weight: 400;
    left: 0;
    line-height: 2;
    max-width: 29rem;
    overflow: hidden;
    padding-top: 8rem;
    position: absolute;
    top: 0;
    z-index: 10
}

.home-content-title {
    font-size: 6.3rem;
    line-height: 1.1;
    margin: 0
}

.home-content-btn,
.home-content-title {
    font-family: var(--sans-font);
    font-weight: 700
}

.home-content-btn {
    align-items: center;
    background: linear-gradient(270deg, #24ce7b, #00c3b3);
    border-radius: 2.5rem;
    color: #fff;
    display: inline-flex;
    font-size: 1.4rem;
    height: 5rem;
    justify-content: center;
    line-height: 1.15;
    margin-top: 3rem;
    padding: 0 5.45rem 0 2rem;
    position: relative
}

.home-content-btn:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjQiIGhlaWdodD0iNjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMzIiIGN5PSIzMiIgcj0iMzIiIHRyYW5zZm9ybT0icm90YXRlKC05MCAzMiAzMikiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMTYgMzEuNWgzMSIgc3Ryb2tlPSIjMDAwIiBzdHJva2Utd2lkdGg9IjQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjxwYXRoIGQ9Im0zMyA0NyAxNS41LTE1LjUtMTUtMTUiIHN0cm9rZT0iIzAwMCIgc3Ryb2tlLXdpZHRoPSI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 3.2rem;
    position: absolute;
    right: .9rem;
    top: 50%;
    transform: translateY(-50%);
    width: 3.2rem
}

.home-content-btn:hover {
    background: linear-gradient(270deg, #00c3b3, #24ce7b);
    color: #fff
}

.home-main {
    height: 100%
}

.home-img {
    bottom: -12rem;
    position: absolute;
    right: -8rem
}

.down-container {
    background: linear-gradient(180deg, #f8f8f8, #f2f7ff 10%, #ddeafe);
    min-height: 50rem;
    position: relative;
    width: 100%
}

.down-container:before {
    background: #121e2e;
    content: "";
    height: 20rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -10rem;
    transform: skewY(-4deg);
    transform-origin: 50%;
    width: 100%
}

.h5-container,
.pc-container {
    background: #121e2e url(/wp-content/themes/theforest/images/home-map.png) no-repeat 50%;
    background-attachment: fixed;
    background-size: cover;
    position: relative
}

.h5-container .slide1:before,
.pc-container .slide1:before {
    background: #121e2e;
    content: "";
    height: 20rem;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: -10rem;
    transform: skewY(-5deg);
    transform-origin: 50%;
    width: 100%
}

.wrap {
    height: 100vh;
    width: 100vw
}

.home-img-h5,
.slide-h5 {
    display: none
}

.wrap .slide {
    display: flex;
    flex-flow: column;
    height: 100vh;
    justify-content: center;
    margin-left: 1.3rem;
    max-width: 32rem;
    position: absolute;
    right: 50%;
    width: 50%
}

.wrap .slide h2 {
    font-size: 3rem;
    line-height: 1.1
}

.wrap .slide h2,
.wrap .slide p {
    color: #fff;
    font-family: var(--sans-font);
    font-weight: 400
}

.wrap .slide p {
    line-height: 2;
    margin-top: 3.2rem
}

.reveal {
    aspect-ratio: 1/2;
    height: 80vh;
    left: 55%;
    max-height: 45rem;
    opacity: 0;
    padding: .8rem .45rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    visibility: hidden;
    z-index: 3
}

.reveal:after {
    aspect-ratio: 1/2;
    background: url(/wp-content/themes/theforest/images/carousel_mobile.png) no-repeat top;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.reveal-outer {
    border-radius: 2.5rem;
    height: 100%;
    overflow: hidden
}

.reveal-box {
    background: url(/wp-content/themes/theforest/images/carousel_0.png) no-repeat;
    background-size: contain;
    display: inline-flex;
    height: 100%;
    position: relative;
    width: 100%
}

.reveal-box__img {
    position: absolute;
    width: 100%
}

.h5-container .reveal {
    display: none
}

.active .reveal {
    opacity: 1;
    visibility: visible
}

.down-space {
    margin: 0;
    padding-bottom: 10rem
}

.downbox {
    align-items: center;
    display: flex;
    flex-direction: column
}

.downbox-title {
    color: #00193a;
    font-family: var(--sans-font);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.4rem;
    margin-top: 0;
    text-align: center
}

.downbox-desc {
    color: #00193a;
    font-size: 1.6rem;
    line-height: 1.4
}

.downbox-img {
    margin-bottom: 2.8rem;
    margin-top: 3.2rem;
    max-width: 8rem
}

.bar-box {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 2rem 0 0
}

.bar-box,
.bar-item {
    align-items: center;
    display: flex
}

.bar-item {
    color: var(--text);
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 50%;
    padding: 1.2rem 0 2rem;
    text-align: center
}

.bar-item__img {
    max-height: 8rem;
    width: auto
}

.bar-item__img2 {
    max-height: 5rem;
    width: auto
}

.bar-item__text {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 600;
    line-height: normal;
    margin-top: .8rem;
    text-align: center
}

.about-list {
    line-height: 1.6rem;
    padding-bottom: 3.2rem;
    position: relative
}

.about-list:after {
    border-bottom: .05rem solid var(--divider-o-05, rgba(0, 0, 0, .05));
    bottom: -50%;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

.about-list .about-list-text {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 400;
    line-height: 150%;
    margin-inline-start: 1.6rem;
    margin-top: .8rem
}

.about-list li.checkmark {
    --checkmark: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjAxIiBmaWxsPSIjZmZmIiBkPSJNMCAwaDMydjMySDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAyOGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyIDAtMS44NTctLjQyMi0zLjYxNi0xLjE3NS01LjE4Ni0zLjYxIDQuNTktNi44ODMgMTAuMzUzLTguMDE1IDEyLjQxMWEuNjQuNjQgMCAwIDEtMS4wMjUuMTMzTDExLjA4IDE2LjI0YTEuNDg3IDEuNDg3IDAgMCAxIDIuMDI0LTIuMTdsMy43NDQgMy4wNmMuMDkuMDc0LjIyLjA2Ny4yOTctLjAyLjczLS44MjYgNC4zMzctNC44MzUgOC40OS04LjI2M0ExMS45ODIgMTEuOTgyIDAgMCAwIDE2IDRDOS4zNzMgNCA0IDkuMzczIDQgMTZzNS4zNzMgMTIgMTIgMTJaIiBmaWxsPSIjMjRDRTdCIi8+PC9zdmc+);
    margin-top: 2rem;
    position: relative
}

.about-list li.checkmark>span {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 700;
    line-height: 1.5;
    margin-inline-start: 1.6rem
}

.about-list li.checkmark:before {
    background-color: currentColor;
    color: #00c3b3;
    content: "";
    height: 1.2rem;
    inset-inline-start: 0;
    left: 0;
    mask: var(--checkmark) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--checkmark) no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    top: .175rem;
    width: 1.2rem
}

.about-list li.checkmark-blue:before {
    color: #1d9add
}

.stripes {
    padding-bottom: 0.8rem;
    display: inline-flex;
    position: relative;
    z-index: 2
}

.stripes .stripes-inner {
    background: linear-gradient(270deg, #02c3b3, #24ce7b);
    border-radius: 2.5rem;
    bottom: .4rem;
    height: .8rem;
    left: 0;
    position: absolute;
    right: 0;
    transform-origin: 0 0;
    z-index: -1
}

.demo1-img1 {
    height: 14.15rem;
    right: 50%;
    top: 9%;
    width: 14.15rem
}

.demo1-img1,
.demo1-img2 {
    position: absolute;
    z-index: 2
}

.demo1-img2 {
    height: 4.2rem;
    right: -5%;
    top: 11%;
    width: 4.45rem
}

.demo1-img3 {
    bottom: 2.5%;
    max-width: 133%
}

.demo1-img3,
.demo1-img4 {
    left: -15%;
    position: absolute;
    z-index: 2
}

.demo1-img4 {
    max-width: 127%;
    top: 13%
}

.demo1-img5 {
    bottom: 19.2%;
    max-width: 150%;
    position: absolute;
    right: -25%;
    z-index: 2
}

.mobile-bg {
    animation-delay: .2s;
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: toModel;
    background-image: url(/wp-content/themes/theforest/images/mobile-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 44.4rem;
    position: relative;
    width: 39.35rem
}

.mobile-bg:after {
    animation-delay: .5s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: toOpacity;
    background-image: url(/wp-content/themes/theforest/images/mobile-bg-2.png);
    bottom: 35%;
    content: "";
    height: 25.4rem;
    left: 25%;
    width: 21.15rem
}

.icon-etf,
.mobile-bg:after {
    background-size: contain;
    position: absolute
}

.icon-etf {
    background-image: url(/wp-content/themes/theforest/images/icon-etf.png);
    height: 4.9rem;
    left: 7rem;
    top: 2.5rem;
    width: 4.9rem
}

.icon-etf:before {
    animation: toRotate 10s linear infinite;
    background-image: url(/wp-content/themes/theforest/images/science.png);
    height: 6rem;
    left: -.55rem;
    top: -.55rem;
    width: 6rem
}

.icon-etf:after,
.icon-etf:before {
    background-size: contain;
    content: "";
    position: absolute
}

.icon-etf:after {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKkAAAAxAgMAAADcjmGSAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAMUExURUdwTPftvffvv/nvv395QrUAAAAEdFJOUwCAMPVAN016AAAAPElEQVRIx2P4/4GBaDDk1P4gXi2DHglquRuIV8v0gASDd4w6eNTBow4edfCog0cdPCgcHIoXoHiHiYBaAKxSOAgjZRw2AAAAAElFTkSuQmCC);
    bottom: -3.5rem;
    height: 2.45rem;
    right: -7rem;
    width: 8.45rem
}

.icon-dollar {
    height: 5.8rem;
    position: absolute;
    right: 6rem;
    top: -6rem;
    width: 5.5rem
}

.icon-dollar:after {
    animation: toXY 5s linear infinite;
    background-image: url(/wp-content/themes/theforest/images/icon-dollar.png);
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

.icon-otc {
    height: 5.8rem;
    position: absolute;
    right: 0;
    top: 5rem;
    width: 5.8rem
}

.icon-otc:after {
    animation: toXY 6s linear infinite;
    background-image: url(/wp-content/themes/theforest/images/icon-otc.png);
    background-size: contain;
    content: "";
    display: block;
    height: 100%;
    width: 100%
}

@keyframes toOpacity {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes toModel {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2rem)
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes toRotate {
    0% {
        -webkit-transform: rotate(0deg)
    }

    50% {
        -webkit-transform: rotate(180deg)
    }

    to {
        -webkit-transform: rotate(1turn)
    }
}

@keyframes toXY {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(20%)
    }

    to {
        -webkit-transform: translateY(0)
    }
}

.canvas {
    left: 55%;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2
}

.com-tips {
    align-items: center;
    background: hsla(0, 0%, 100%, .95);
    border-radius: 1.2rem;
    bottom: 2rem;
    box-shadow: 0 .35rem 1rem rgba(0, 0, 0, .15);
    display: flex;
    max-width: 30.5rem;
    padding: 1.6rem 3.6rem 1.6rem 1.6rem;
    position: fixed;
    right: 2rem;
    transform: translateY(calc(100% + 2rem));
    transition: transform .2s ease-in-out 0s;
    z-index: 49
}

.com-tips.on {
    transform: translateY(0)
}

.com-tips-img {
    flex-shrink: 0;
    margin-inline-end: 1.2rem;
    max-width: 8.8rem
}

.com-tips-content {
    color: #00193a;
    line-height: 1.5
}

.com-tips-content__hd {
    color: #000;
    font-family: var(--sans-font);
    font-size: 1.2;
    font-weight: 700
}

.com-tips-close {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTYiIGN5PSIxNiIgcj0iMTYiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjA1Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMS44OTMgMTEuOTkzYTEgMSAwIDAgMCAwLTEuNDE0bC0uNDcyLS40NzFhMSAxIDAgMCAwLTEuNDE0IDBMMTYgMTQuMTE1bC00LjAwNy00LjAwN2ExIDEgMCAwIDAtMS40MTQgMGwtLjQ3Mi40NzFhMSAxIDAgMCAwIDAgMS40MTRMMTQuMTE0IDE2bC00LjAwNyA0LjAwN2ExIDEgMCAwIDAgMCAxLjQxNGwuNDcyLjQ3MmExIDEgMCAwIDAgMS40MTQgMEwxNiAxNy44ODZsNC4wMDcgNC4wMDdhMSAxIDAgMCAwIDEuNDE0IDBsLjQ3Mi0uNDcyYTEgMSAwIDAgMCAwLTEuNDE0TDE3Ljg4NiAxNmw0LjAwNy00LjAwN1oiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat 50%;
    background-size: contain;
    height: 1.6rem;
    position: absolute;
    right: .8rem;
    top: .8rem;
    width: 1.6rem
}

.swap {
    color: hsla(0, 0%, 100%, .5);
    font-size: .9rem;
    max-width: 32rem;
    opacity: 0;
    position: fixed;
    right: 50%;
    top: 9rem;
    visibility: hidden;
    width: 50%
}

.swap-span {
    margin: 0 .6rem
}

.active .swap {
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:768px) {
    :root[lang=ar-sa] .decorate-top-left {
        background-image: url(/wp-content/themes/theforest/images/decorate-top-left.png);
        background-size: contain;
        height: 14.9rem;
        left: auto;
        position: absolute;
        right: -20rem;
        top: -8rem;
        width: 32rem
    }

    :root[lang=ar-sa] .wrap .slide {
        left: 50%;
        margin-left: 0;
        margin-right: 1.3rem;
        right: auto
    }

    :root[lang=ar-sa] .slide-h5 {
        left: auto;
        margin-left: 0;
        margin-right: 3.2rem;
        right: 50%
    }
}

.icon {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 999em;
    display: flex;
    height: 2rem;
    justify-content: center;
    width: 2rem
}

.k-title {
    color: var(--text);
    font-family: var(--sans-font);
    font-size: 3rem;
    font-weight: 600;
    line-height: 1.16;
    margin-bottom: 2.4rem;
    margin-top: 4.8rem
}

.k-input {
    background: #f2f2f2;
    border: 0;
    border-radius: .8rem;
    color: var(--text);
    display: flex;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: 1.3rem;
    width: 100%
}

.k-input.small {
    border-radius: .4rem;
    font-size: .9rem;
    line-height: 1.1;
    padding: .7rem
}

.k-input:focus {
    outline: var(--text) auto .1rem
}

.box {
    background: #fff;
    border-radius: 1.6rem;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .04);
    margin-top: 4rem;
    padding: 3.2rem
}

.box-title {
    font-size: 2rem;
    margin: 0
}

.box-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(5rem, 1fr));
    margin-top: 2.8rem;
    overflow: hidden;
    position: relative
}

.box-grid-item {
    box-shadow: 0 .05rem 0 0 rgba(0, 0, 0, .08), .05rem 0 0 0 rgba(0, 0, 0, .08);
    padding: 2.9rem 1.5rem;
    position: relative
}

.box-grid-item:nth-child(-n+3) {
    padding-top: 0
}

.box-grid-item:nth-child(3n+1) {
    padding-left: 0
}

.box-grid-item__link {
    margin: .8em 0
}

.box-grid-item .icon {
    background-color: inherit;
    border-radius: inherit
}

.box-grid-title {
    align-items: flex-start;
    display: flex;
    flex-direction: column
}

.box-title-sec {
    display: block;
    font-family: var(--sans-font);
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5
}

.card {
    background: var(--background-b-1, #fff);
    border-radius: .8rem;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .04);
    display: flex;
    flex-direction: row;
    gap: 7rem;
    margin: 0 1.6rem;
    padding: 2rem 1.6rem 1.2rem
}

.card-img {
    flex: 1;
    position: relative
}

.card-img img {
    grid-area: image;
    height: 100%;
    object-fit: contain;
    width: 100%
}

.card-content {
    flex: 2
}

.post-title {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -.04rem;
    text-align: center
}

.tabs {
    display: flex;
    flex-direction: column;
    margin-top: 1.6rem;
    position: relative
}

.tabs-hd {
    flex-shrink: 0;
    left: 0;
    min-height: 32.5rem;
    position: absolute;
    top: 0;
    width: 14.8rem
}

.tabs-menu {
    color: var(--text)
}

.tabs-menu__title {
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    display: block;
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 400;
    padding: .5rem 0
}

.tabs-menu__title+ul {
    padding-inline-start: .8rem
}

.tabs-menu ul .tabs-menu__title {
    font-size: .8rem
}

.tabs-menu__link {
    cursor: pointer;
    display: block;
    padding: .8rem;
    position: relative;
    word-break: break-word
}

.tabs-menu__link:hover {
    background: #f7f8f9;
    border-radius: .4rem;
    color: rgba(0, 0, 0, .85)
}

.tabs-menu__link:hover:before {
    transform: scaleX(1)
}

.tabs-menu__link.active {
    color: var(--accent);
    font-weight: 600
}

.tabs-menu__link.parent-active {
    color: rgba(0, 0, 0, .85);
    font-weight: 600
}

.post-list {
    margin-top: 2.4rem
}

.post-list li:not(:last-child) {
    margin-top: .8rem
}

.post-list li.checkmark {
    --checkmark: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggb3BhY2l0eT0iLjAxIiBmaWxsPSIjZmZmIiBkPSJNMCAwaDMydjMySDB6Ii8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNiAyOGM2LjYyNyAwIDEyLTUuMzczIDEyLTEyIDAtMS44NTctLjQyMi0zLjYxNi0xLjE3NS01LjE4Ni0zLjYxIDQuNTktNi44ODMgMTAuMzUzLTguMDE1IDEyLjQxMWEuNjQuNjQgMCAwIDEtMS4wMjUuMTMzTDExLjA4IDE2LjI0YTEuNDg3IDEuNDg3IDAgMCAxIDIuMDI0LTIuMTdsMy43NDQgMy4wNmMuMDkuMDc0LjIyLjA2Ny4yOTctLjAyLjczLS44MjYgNC4zMzctNC44MzUgOC40OS04LjI2M0ExMS45ODIgMTEuOTgyIDAgMCAwIDE2IDRDOS4zNzMgNCA0IDkuMzczIDQgMTZzNS4zNzMgMTIgMTIgMTJaIiBmaWxsPSIjMjRDRTdCIi8+PC9zdmc+);
    padding-left: 1.6rem;
    position: relative
}

.post-list li.checkmark:before {
    background-color: currentColor;
    color: #00c3b3;
    content: "";
    height: 1.2rem;
    inset-inline-start: 0;
    left: 0;
    mask: var(--checkmark) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--checkmark) no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    top: 0;
    width: 1.2rem
}

.post-list li.checkmark-blue:before {
    color: #1d9add
}

.post-list li.checkmark-green:before {
    color: #24ce7b
}

.step-flex {
    display: flex;
    flex-direction: column
}

.steps-wrap {
    position: relative
}

.steps-wrap .steps-bg {
    height: 32rem;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.steps-wrap .steps-bg:before {
    height: 26.5216vw;
    left: 0;
    transform: rotateY(180deg) translateY(-50%);
    width: 20.72vw
}

.steps-wrap .steps-bg:after,
.steps-wrap .steps-bg:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOTgiIGhlaWdodD0iNTEwIiBmaWxsPSJub25lIj48ZyBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcGF0aD0idXJsKCNhKSIgY2xpcC1ydWxlPSJldmVub2RkIj48cGF0aCBmaWxsPSJ1cmwoI2IpIiBkPSJtNDU3LjU1OSA4LjkzNSA4NC44NTMgODMuMzczTDM3My4wNiAyNTguNzA2bDE3MC4wNTkgMTY3LjA5My04NC44NTMgODMuMzczLTE3MC4wNTktMTY3LjA5My0uMzUzLjM0Ny04NC44NTMtODMuMzczTDQ1Ny41NTkgOC45MzVaIi8+PHBhdGggZmlsbD0idXJsKCNjKSIgZD0ibTI1NC41NTkgOC45MzUgODQuODUzIDgzLjM3M0wxNzAuMDYgMjU4LjcwNmwxNzAuMDU5IDE2Ny4wOTMtODQuODUzIDgzLjM3M0w4NS4yMDcgMzQyLjA3OWwtLjM1My4zNDdMMCAyNTkuMDUzIDI1NC41NTkgOC45MzVaIi8+PC9nPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYiIgeDE9IjQ3MS4zMjQiIHgyPSIyMDMuNTAzIiB5MT0iMzkwLjAxMiIgeTI9IjM5MS4wMyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIHN0b3AtY29sb3I9IiNEREU4RjYiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI0RERThGNiIgc3RvcC1vcGFjaXR5PSIuMyIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJjIiB4MT0iMjY4LjMyNCIgeDI9Ii41MDMiIHkxPSIzOTAuMDEyIiB5Mj0iMzkxLjAzIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+PHN0b3Agc3RvcC1jb2xvcj0iI0RERThGNiIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjRERFOEY2IiBzdG9wLW9wYWNpdHk9Ii4zIi8+PC9saW5lYXJHcmFkaWVudD48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zOTggMEgwdjUxMGgzOTh6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+) no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    top: 48.8%;
    z-index: -1
}

.steps-wrap .steps-bg:after {
    height: 25.6vw;
    right: 0;
    transform: translateY(-50%);
    width: 20vw
}

.steps-box {
    margin: 0 auto;
    max-width: 60rem;
    padding: 4rem 1.6rem 0;
    position: relative
}

.steps-box__title {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-size: 1.4rem;
    font-weight: 700
}

.steps-box__content,
.steps-box__title {
    font-family: var(--sans-font);
    line-height: normal;
    text-align: center
}

.steps-box__content {
    color: var(--text-o-50, rgba(0, 0, 0, .5));
    font-size: .9rem;
    font-weight: 400;
    margin-top: .8rem
}

.steps {
    justify-content: space-between;
    margin-top: 4rem
}

.steps,
.steps-item {
    display: flex;
    position: relative
}

.steps-item {
    align-items: center;
    flex: 1;
    flex-direction: column
}

.steps-item-tail {
    display: none;
    left: 0;
    padding: 0 .5rem;
    position: absolute;
    top: .6rem;
    width: 100%
}

.steps-item-tail:before {
    border-color: #cadaec;
    border-style: dotted;
    border-left: .1rem;
    content: "";
    display: block;
    height: .05rem;
    width: 100%
}

.steps-item-img {
    align-items: center;
    background: linear-gradient(180deg, #dde8f6, #f2f5f7);
    border-radius: 999em;
    display: flex;
    height: 7rem;
    justify-content: center;
    position: relative;
    width: 7rem
}

.steps-item-img:before {
    border-color: #cadaec;
    border-style: dotted;
    border-top: .1rem;
    content: "";
    display: block;
    height: .05rem;
    left: 110%;
    position: absolute;
    top: 50%;
    width: 175%
}

.steps-item-img:after {
    border-bottom: .5rem solid transparent;
    border-left: .5rem solid #cadaec;
    border-top: .5rem solid transparent;
    content: "";
    left: 200%;
    position: absolute;
    top: 3.5rem;
    transform: translateY(-50%);
    z-index: 1
}

.steps-item-img__icon {
    align-items: center;
    background-color: var(--accent-bg);
    border-radius: 999em;
    display: flex;
    height: 2.8rem;
    justify-content: center;
    padding: .8rem;
    width: 2.8rem
}

.steps-item:last-child .steps-item-img:after,
.steps-item:last-child .steps-item-img:before,
.steps-item:last-child .steps-item-tail {
    display: none
}

.steps-item:nth-last-child(-n+1):before {
    width: 100%
}

.steps-item-content {
    margin-top: 2rem;
    text-align: center
}

.steps-item-content__title {
    font-family: var(--sans-font);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal
}

.steps-item-content__desc {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 400;
    line-height: normal;
    margin-top: .8rem
}

.btn-area {
    display: flex;
    margin-top: 4rem
}

.btn-area,
.btn-area .btn {
    align-items: center;
    justify-content: center
}

.btn-area .btn {
    background: linear-gradient(270deg, #24ce7b, #00c3b3);
    border: none;
    border-radius: 2.5rem;
    color: #fff;
    display: inline-flex;
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 700;
    height: 2.8rem;
    line-height: normal;
    padding: 0 3.2rem
}

.btn-area .btn:hover {
    background: linear-gradient(270deg, #02c3b3, #24ce7b);
    color: #fff;
    opacity: .85
}

.flex-list {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    flex-wrap: nowrap
}

.flex-list__title {
    font-size: 2rem;
    text-align: center
}

.flex-list-head {
    color: var(--text-o-50, rgba(0, 0, 0, .5));
    display: none;
    font-size: 1.2rem;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: .9rem;
    padding-top: 3.2rem;
    position: relative
}

.flex-list-head__span {
    align-items: center;
    display: flex;
    text-align: left
}

.flex-list-head__span:nth-child(2) {
    justify-content: center;
    text-align: center
}

.flex-list-head__span:nth-child(3) {
    justify-content: flex-end;
    text-align: right
}

.flex-list-head:after {
    border: solid rgba(0, 0, 0, .08);
    border-width: 0 0 .05rem;
    bottom: -50%;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

.flex-list-item {
    color: var(--text);
    display: grid;
    font-size: 1.2rem;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    padding: 2rem 0;
    position: relative
}

.flex-list-item:not(:last-child):after {
    border-bottom: .05rem solid rgba(0, 0, 0, .05);
    bottom: 0;
    content: " ";
    left: 50%;
    max-width: calc(100% - 3.2rem);
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

.flex-list-box {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.flex-list-box:nth-child(2) {
    align-items: center
}

.flex-list-box:nth-child(3) {
    align-items: end
}

.flex-list-box-left-text {
    flex-shrink: 0;
    font-family: var(--sans-font);
    font-size: 1.2rem;
    font-weight: 600;
    padding-left: .8rem;
    padding-right: 0
}

.flex-list-box__img2 {
    height: 1.6rem;
    width: 1.6rem
}

.banner {
    align-items: center;
    background: linear-gradient(315deg, #1bc47d, #1fd88a);
    border-radius: .8rem;
    display: flex;
    margin: 0 1.6rem;
    min-height: 11.85rem;
    overflow: hidden;
    padding: .6rem 1.2rem;
    position: relative
}

.banner-h5 {
    display: none
}

.banner-content {
    color: #fff;
    font-size: 2rem;
    line-height: 1.2;
    position: relative
}

.banner-content__text {
    font-family: var(--sans-font);
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.8rem;
    white-space: break-spaces
}

.banner-img {
    display: flex;
    height: 11.85rem;
    justify-content: flex-end;
    position: absolute;
    right: 4rem;
    top: 0;
    width: 23.45rem
}

.banner-img img {
    max-height: 100%;
    object-fit: contain
}

.banner-btn {
    background: #f6e04a;
    border-radius: 1.6rem;
    color: var(--text);
    display: inline-flex;
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 1.2rem;
    padding: .625rem 1.6rem
}

.banner-btn:hover {
    background: #fde32f;
    color: var(--text)
}

.about-title {
    font-family: var(--sans-font);
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.16;
    margin-bottom: 2.4rem;
    margin-top: 3rem
}

.about1 {
    line-height: 2;
    padding-bottom: 2rem
}

.about1,
.about2 {
    padding-top: 2rem
}

.about2 {
    padding-bottom: 7rem
}

.about2-box {
    align-items: center;
    display: grid;
    gap: 3.5rem;
    grid-template-columns: 1fr 2fr;
    line-height: 2
}

.about2-box__img {
    margin: 0 auto;
    width: 80%
}

.about3 {
    position: relative;
    z-index: 2
}

.about3:before {
    background: #121e2e url(/wp-content/themes/theforest/images/home-map.png) no-repeat 50%;
    background-size: contain;
    bottom: 0;
    content: "";
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.about3-box {
    padding-bottom: 8rem;
    padding-top: 6rem
}

.about3-chart {
    margin-top: 10%
}

.about4 {
    background: linear-gradient(0deg, #f8f8f8, #f8f8f8), linear-gradient(0deg, #ddeafe, #f5f9fe 93.75%, #f3fbf8);
    padding-bottom: 4rem;
    padding-top: 5rem
}

.about5 {
    padding-bottom: 3.4rem;
    padding-top: 0
}

.article-content__body--more {
    display: none
}

.article {
    display: grid;
    gap: 2rem;
    grid-template-columns: 6rem 1fr;
    justify-items: center;
    margin-top: 4rem
}

.article-avatar {
    align-items: center;
    background-color: #f1f2f4;
    border-radius: 999em;
    display: flex;
    height: 6rem;
    justify-content: center;
    overflow: hidden;
    width: 6rem
}

.article-avatar img {
    background-color: #f1f2f4;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain
}

.article-content {
    width: 100%;
    line-height: 2
}

.article-content__title {
    font-size: 1.4rem;
    line-height: 1.8rem
}

.article-content__meta,
.article-content__title {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-weight: 600
}

.article-content__meta {
    font-size: .9rem;
    line-height: 1.15rem;
    margin-bottom: 1.2rem;
    margin-top: .4rem
}

.article-content__body {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 400;
    line-height: 180%
}

.article-new {
    display: grid;
    gap: 0 5rem;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4rem;
    position: relative
}

.article-new:after {
    border: solid #d9d9d9;
    border-width: .05rem 0 0;
    bottom: -50%;
    box-sizing: border-box;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: -50%;
    transform: scale(.5)
}

.article-new .article-content__body {
    max-height: 8.25rem;
    overflow: hidden;
    position: relative
}

.article-new .article-content__body--more {
    align-items: center;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f8f8f8 32%, #f8f8f8);
    bottom: .15rem;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 0;
    width: 5em
}

.article-new .article-content__body--more a {
    color: #5998e9;
    font-family: var(--sans-font);
    font-weight: 600;
    line-height: normal;
    margin-inline-start: .2em
}

.k-more-box {
    margin-top: 0;
    padding: 0 2rem 2rem
}

.search-input {
    position: relative
}

.search-input:after {
    background-color: currentColor;
    color: #53596c;
    content: "";
    display: block;
    height: 1.2rem;
    left: 1rem;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA4LjMzM2E2LjY2NyA2LjY2NyAwIDEgMC0yLjY0NSA1LjMxOGw0LjQ5NyA0LjQ5Ny4wOC4wNzFhLjkxNy45MTcgMCAwIDAgMS4yMTYtMS4zNjdsLTQuNDk3LTQuNDk3YTYuNjM3IDYuNjM3IDAgMCAwIDEuMzUtNC4wMjJabS0xMS42NjcgMGE1IDUgMCAxIDEgMTAgMCA1IDUgMCAwIDEtMTAgMFoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA4LjMzM2E2LjY2NyA2LjY2NyAwIDEgMC0yLjY0NSA1LjMxOGw0LjQ5NyA0LjQ5Ny4wOC4wNzFhLjkxNy45MTcgMCAwIDAgMS4yMTYtMS4zNjdsLTQuNDk3LTQuNDk3YTYuNjM3IDYuNjM3IDAgMCAwIDEuMzUtNC4wMjJabS0xMS42NjcgMGE1IDUgMCAxIDEgMTAgMCA1IDUgMCAwIDEtMTAgMFoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem
}

.search-input .k-input {
    font-size: 1em;
    padding: 1rem 2.8rem
}

.search-input .k-input:focus {
    caret-color: #1bc47d;
    outline: 0
}

.search-input.small:after {
    background-color: currentColor;
    color: #53596c;
    content: "";
    display: block;
    height: 1.2rem;
    left: .8rem;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA4LjMzM2E2LjY2NyA2LjY2NyAwIDEgMC0yLjY0NSA1LjMxOGw0LjQ5NyA0LjQ5Ny4wOC4wNzFhLjkxNy45MTcgMCAwIDAgMS4yMTYtMS4zNjdsLTQuNDk3LTQuNDk3YTYuNjM3IDYuNjM3IDAgMCAwIDEuMzUtNC4wMjJabS0xMS42NjcgMGE1IDUgMCAxIDEgMTAgMCA1IDUgMCAwIDEtMTAgMFoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA4LjMzM2E2LjY2NyA2LjY2NyAwIDEgMC0yLjY0NSA1LjMxOGw0LjQ5NyA0LjQ5Ny4wOC4wNzFhLjkxNy45MTcgMCAwIDAgMS4yMTYtMS4zNjdsLTQuNDk3LTQuNDk3YTYuNjM3IDYuNjM3IDAgMCAwIDEuMzUtNC4wMjJabS0xMS42NjcgMGE1IDUgMCAxIDEgMTAgMCA1IDUgMCAwIDEtMTAgMFoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat;
    -webkit-mask-size: 100% 100%;
    padding: 0 .4rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2rem
}

.search-input.small .k-input {
    border-radius: .4rem;
    font-size: .8em;
    line-height: .8rem
}

.margin-rates {
    line-height: 1.2
}

.margin-rates__item {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-size: .9rem;
    line-height: 1.15rem;
    text-align: center
}

.margin-rates__item:not(:last-child) {
    margin-bottom: .8rem
}

.space-mt {
    margin-top: 4rem
}

@media only screen and (max-width:768px) {
    a:hover {
        color: currentColor
    }

    .layout {
        padding-left: 2rem;
        padding-right: 2rem
    }

    html {
        font-size: .7rem
    }

    html body {
        background-color: #fff;
        background-image: none;
        font-size: 1.4rem
    }

    .k-title {
        line-height: 1;
        margin-bottom: 2.4rem;
        margin-top: 3rem
    }

    .text-small {
        font-size: 1.1rem
    }

    .layout-out {
        padding: 0
    }

    .flex-list-box-left-text {
        font-size: 1.6rem
    }

    .flex-list-item.flex-list-h5 {
        grid-template-columns: repeat(2, 1fr)
    }

    .flex-list .text-small {
        font-size: 1.1rem
    }

    .flex-list .text-32 {
        font-size: 1.4rem
    }

    .flex-list .text-40 {
        font-size: 1.6rem
    }

    .flex-list-head,
    .flex-list-item {
        grid-template-columns: 38% 28.5% 28.5%
    }

    .flex-list-head {
        display: grid;
        gap: .8rem
    }

    .flex-list-h5 .flex-list-box:nth-child(2) {
        align-items: flex-start;
        grid-column-end: 3;
        grid-column-start: 1;
        grid-row-end: 3;
        grid-row-start: 2;
        margin-top: 2.4rem;
        text-align: inherit
    }

    .flex-commission .flex-list-box:nth-child(3),
    .flex-list-h5 .flex-list-box:nth-child(3) {
        align-items: flex-end
    }

    .flex-commission__hide {
        display: none
    }

    .steps-box {
        display: grid;
        padding: 4rem 2rem 0
    }

    .steps-box__title {
        font-size: 2.2rem
    }

    .steps-box__content {
        font-size: 1.6rem;
        margin-top: .8rem
    }

    .steps-box .btn-area {
        grid-row-start: 3;
        margin-top: 1.6rem
    }

    .steps-box .btn-area .btn {
        background: var(--accent-bg);
        border-radius: 2.4rem;
        font-family: var(--sans-font);
        font-size: 1.6rem;
        font-weight: 600;
        height: 4.8rem;
        line-height: normal;
        padding: 0;
        width: 27.5rem
    }

    .box-grid {
        grid-template-columns: 1fr;
        margin-top: 0
    }

    .box-grid-item {
        box-shadow: 0 .05rem 0 0 rgba(0, 0, 0, .04)
    }

    .box-grid-item:nth-child(n) {
        padding: 0
    }

    .box-grid-item__link {
        margin: 2rem 0
    }

    .box-title-sec {
        font-size: 1.6rem;
        margin: 2.4rem 0 0
    }

    .box-grid-title {
        align-items: center;
        display: flex;
        flex-direction: row
    }

    .box-grid-title .icon {
        display: none;
        margin-right: 1rem
    }

    .tabs-hd {
        display: none
    }

    .tabs-bd {
        padding-inline-start: 0
    }

    .card {
        border-radius: 0;
        flex-direction: column-reverse;
        gap: 2.4rem;
        margin: 0;
        padding: 2.4rem 2rem 0
    }

    .card-img {
        display: flex;
        justify-content: center
    }

    .card-img img {
        width: 2rem
    }

    .flex-list-item:last-child {
        padding-bottom: 0
    }

    .box {
        border-radius: 0;
        padding: 1.6rem
    }

    .steps {
        flex-direction: column;
        margin-top: 3.2rem;
        padding: 0 1.15rem .8rem
    }

    .steps .steps-item {
        align-items: flex-start;
        flex-direction: row
    }

    .steps .steps-item-tail {
        height: 100%;
        left: 3.5rem;
        padding: 1.9rem 0 .3rem;
        position: absolute;
        top: 0;
        width: .1rem
    }

    .steps .steps-item-tail:before {
        border-left: 0;
        height: 100%;
        margin-top: .2rem;
        transform: scaleX(.5);
        width: .1rem
    }

    .steps .steps-item-tail:after {
        border-left: .5rem solid transparent;
        border-right: .5rem solid transparent;
        border-top: .5rem solid #cadaec;
        content: "";
        left: .05rem;
        position: absolute;
        top: 65%;
        transform: translate(-50%, 50%);
        z-index: 1
    }

    .steps .steps-item:not(:last-child) .steps-item-tail {
        display: block
    }

    .steps .steps-item-img {
        height: 4rem;
        margin: 0 1.6rem;
        width: 4rem
    }

    .steps .steps-item-img:after,
    .steps .steps-item-img:before {
        display: none
    }

    .steps .steps-item-img__icon {
        height: 1.8rem;
        padding: .4rem;
        width: 1.8rem
    }

    .steps .steps-item-content {
        display: block;
        flex: 1;
        margin-bottom: 4rem;
        margin-top: 0;
        text-align: left;
        text-align: start
    }

    .steps .steps-item-content__title {
        font-family: var(--sans-font);
        font-size: 1.6rem;
        font-style: normal;
        font-weight: 600;
        line-height: 1.5
    }

    .steps .steps-item-content__desc {
        color: var(--text-o-50, rgba(0, 0, 0, .5));
        font-size: 1.4rem;
        margin-top: .4rem
    }

    .steps-wrap:after,
    .steps-wrap:before {
        content: none
    }

    .step-flex {
        display: flex;
        flex-direction: column-reverse
    }

    .canvas {
        display: none
    }

    .banner {
        margin: 0
    }

    .banner-h5 {
        display: block
    }

    .banner-pc {
        display: none
    }

    .banner-content {
        line-height: normal;
        max-width: 70%
    }

    .banner-content,
    .banner-content__text {
        color: #fff;
        font-family: var(--sans-font);
        font-size: 1.6rem;
        font-weight: 600
    }

    .banner-content__text {
        line-height: 2.1rem;
        white-space: break-spaces
    }

    .banner-img {
        bottom: inherit;
        height: auto;
        right: 1.2rem;
        top: .6rem;
        width: 13.1rem
    }

    .banner-btn {
        font-size: 1.2rem;
        line-height: normal;
        padding: .9rem 1.2rem
    }

    .mb-space {
        margin-bottom: 1.6rem
    }

    .post-list li.checkmark:before {
        top: .2rem
    }

    .footer-service {
        padding-bottom: 1.8rem
    }

    .footer-nav-mobile {
        margin-right: 0;
        position: relative;
        width: 100%
    }

    .footer-nav-mobile:not(:first-child):after {
        border: solid hsla(0, 0%, 100%, .08);
        border-width: .05rem 0 0;
        bottom: -50%;
        content: " ";
        left: -50%;
        pointer-events: none;
        position: absolute;
        right: -50%;
        top: -50%;
        transform: scale(.5)
    }

    .footer-nav-mobile .footer-title__p {
        padding-left: .8rem
    }

    .footer-title {
        position: relative
    }

    .footer-title__box {
        display: none
    }

    .footer-title__box.active {
        display: block
    }

    .footer-title:after {
        --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEwLjQyNCAzLjU3NmEuNi42IDAgMCAxIC4wNDQuOGwtLjA0NC4wNDktNCA0YS42LjYgMCAwIDEtLjguMDQzbC0uMDQ5LS4wNDMtNC00YS42LjYgMCAwIDEgLjgtLjg5M2wuMDQ5LjA0NEw2IDcuMTUybDMuNTc1LTMuNTc2YS42LjYgMCAwIDEgLjgtLjA0NGwuMDQ5LjA0NFoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
        background-color: currentColor;
        color: #fff;
        content: "";
        height: 1.2rem;
        mask: var(--un-icon) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: var(--un-icon) no-repeat;
        -webkit-mask-size: 100% 100%;
        opacity: .3;
        position: absolute;
        right: 0;
        top: 2rem;
        transform: rotate(0deg);
        transition: all .2s linear;
        width: 1.2rem
    }

    .footer-title.active:after {
        transform: rotate(-180deg)
    }

    .footer-links {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap
    }

    .about2-box,
    .article {
        grid-template-columns: 1fr
    }

    .about2-box__img {
        grid-row-end: 3;
        grid-row-start: 2
    }

    .article-content__meta,
    .article-content__title {
        text-align: center
    }

    .article-content__title {
        font-size: 1.8rem;
        line-height: 2.1rem
    }

    .article-content__meta {
        font-size: 1.4rem;
        line-height: 1.8rem;
        margin: .8rem 0;
        text-align: center
    }

    .about3:before {
        clip-path: none
    }

    .about4 .about-title,
    .about5 .about-title {
        text-align: left;
        text-align: start
    }

    .space-mt {
        margin-top: 3.2rem
    }

    .home {
        font-size: .8rem;
        margin-left: .8rem;
        padding-top: 0
    }

    .home-title {
        font-size: 4.3rem
    }

    .reveal {
        display: none
    }

    .wrap .slide {
        height: auto;
        margin-left: 0;
        max-width: inherit;
        padding: 0 1.6rem;
        position: relative;
        right: inherit;
        width: 100%
    }

    .about-list-text,
    .wrap .slide p {
        line-height: 1.5
    }

    .wrap .slide p {
        max-width: inherit
    }

    .box-download {
        padding-bottom: 0
    }

    .stripes .stripes-inner {
        height: .8rem
    }

    .decorate-top-left,
    .home-img {
        display: none
    }

    .home-img-h5 {
        display: block;
        margin-bottom: -50%
    }

    .home-container {
        height: 100%;
        padding-bottom: 10rem
    }

    .home-container .home-main {
        display: flex;
        flex-direction: column
    }

    .wrap {
        height: auto
    }

    .slide-h5 {
        display: block;
        margin: 0 auto;
        position: relative;
        width: 60%
    }

    .down-container:before {
        height: 4rem;
        top: -2rem
    }

    .home-content {
        padding-top: 2rem;
        position: relative
    }

    .about1,
    .about2-box,
    .home-content {
        line-height: 1.5
    }

    .about4 {
        padding-bottom: 0;
        padding-top: 5rem
    }

    .com-tips {
        left: 2rem;
        max-width: unset;
        padding: .6rem 2.6rem .6rem 1.6rem;
        width: auto
    }

    .com-tips-content__bd--desc {
        display: none
    }

    .article-content {
        line-height: 1.5
    }

    .article-content__body {
        font-size: 1.6rem;
        line-height: 1.5;
        max-height: 12rem;
        overflow: hidden;
        position: relative
    }

    .article-content__body--more {
        align-items: center;
        background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #f8f8f8 32%, #f8f8f8);
        bottom: .1rem;
        display: flex;
        justify-content: flex-end;
        position: absolute;
        right: .7rem;
        width: 6.5rem
    }

    .article-content__body--more a {
        color: #5998e9;
        font-family: var(--sans-font);
        font-size: 1.6rem;
        font-weight: 600;
        line-height: 2.1rem;
        margin-inline-start: .2em
    }

    .article-content__body.active {
        max-height: inherit !important
    }

    .article-content__body.active .article-content__body--more {
        display: none !important
    }

    .article-new {
        display: grid;
        gap: 0;
        grid-template-columns: 1fr;
        margin-top: 3.2rem;
        position: relative
    }

    .article-new .article-content__body {
        max-height: 12rem
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:3.1) {
    html {
        font-size: .9rem
    }
}

@media (prefers-reduced-motion:reduce) {
    html:focus-within {
        scroll-behavior: auto
    }

    *,
    :after,
    :before {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important
    }
}

[dir=rtl] .article {
    direction: rtl
}

[dir=rtl] .van-swipe__indicator {
    margin-right: 0;
    margin-inline-end: .3rem
}

[dir=rtl] .steps-item-img:before {
    left: auto;
    right: 110%
}

[dir=rtl] .steps-item-img:after {
    left: auto;
    right: 200%;
    transform: translateY(-50%) scaleX(-1)
}

[dir=rtl] .steps-item-tail {
    left: auto;
    right: 3.5rem
}

[dir=rtl] .bar2-hd-list__item:not(:last-child):after {
    left: 0;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .banner-img {
    left: 2rem;
    right: inherit
}

[dir=rtl] .search-input {
    position: relative
}

[dir=rtl] .search-input:after {
    background-color: currentColor;
    color: #53596c;
    content: "";
    display: block;
    height: 1.6rem;
    left: inherit;
    mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA4LjMzM2E2LjY2NyA2LjY2NyAwIDEgMC0yLjY0NSA1LjMxOGw0LjQ5NyA0LjQ5Ny4wOC4wNzFhLjkxNy45MTcgMCAwIDAgMS4yMTYtMS4zNjdsLTQuNDk3LTQuNDk3YTYuNjM3IDYuNjM3IDAgMCAwIDEuMzUtNC4wMjJabS0xMS42NjcgMGE1IDUgMCAxIDEgMTAgMCA1IDUgMCAwIDEtMTAgMFoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNSA4LjMzM2E2LjY2NyA2LjY2NyAwIDEgMC0yLjY0NSA1LjMxOGw0LjQ5NyA0LjQ5Ny4wOC4wNzFhLjkxNy45MTcgMCAwIDAgMS4yMTYtMS4zNjdsLTQuNDk3LTQuNDk3YTYuNjM3IDYuNjM3IDAgMCAwIDEuMzUtNC4wMjJabS0xMS42NjcgMGE1IDUgMCAxIDEgMTAgMCA1IDUgMCAwIDEtMTAgMFoiIGZpbGw9IiMwMDAiIGZpbGwtb3BhY2l0eT0iLjMiLz48L3N2Zz4=) no-repeat;
    -webkit-mask-size: 100% 100%;
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.6rem
}

[dir=rtl] .flex-list-box-left-text {
    padding-left: 0;
    padding-right: .8rem
}

[dir=rtl] .article-new .article-content__body--more {
    background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #f8f8f8 32%, #f8f8f8);
    left: 0;
    right: auto;
    width: 4em
}

[dir=rtl] .swiper-pagination {
    left: 50.5%;
    right: auto
}

[dir=rtl] .home-content {
    left: auto;
    right: 0
}

[dir=rtl] .home-content-btn {
    padding-left: 5.45rem;
    padding-right: 2rem
}

[dir=rtl] .home-content-btn:after {
    left: .9rem;
    right: auto;
    transform: scaleX(-1) translateY(-50%)
}

[dir=rtl] .home-img {
    left: -8rem;
    right: auto
}

[dir=rtl] .mobile-bg {
    background-image: url(/wp-content/themes/theforest/images/mobile-bg.png)
}

[dir=rtl] .mobile-bg:after {
    left: 22%;
    transform: scaleX(-1)
}

[dir=rtl] .icon-dollar {
    left: 6rem;
    right: auto
}

[dir=rtl] .icon-otc {
    left: 0;
    right: auto
}

[dir=rtl] .icon-etf {
    left: auto;
    right: 7rem
}

[dir=rtl] .icon-etf:before {
    left: auto;
    right: -.7rem
}

[dir=rtl] .icon-etf:after {
    left: -7rem;
    right: auto;
    transform: scaleX(-1)
}

[dir=rtl] .com-tips {
    left: 2rem;
    right: auto
}

[dir=rtl] .footer-nav-layout {
    margin-right: auto
}

[dir=rtl] .footer-nav-layout:last-child {
    margin-left: 0;
    margin-right: auto
}

[dir=rtl] .icon-social:not(:last-child) {
    margin-left: 1.2rem;
    margin-right: auto
}

[dir=rtl] .stripes .stripes-inner {
    left: 100%;
    right: 0;
    transition: all 1s
}

[dir=rtl] .swiper-slide-active .stripes .stripes-inner {
    left: 0;
    right: 0
}

@media only screen and (max-width:768px) {
    [dir=rtl] .swiper-pagination {
        left: auto !important;
        right: 1.5rem !important
    }

    [dir=rtl] .footer-title:after {
        left: 0;
        right: auto;
        transform: rotate(90deg)
    }

    [dir=rtl] .article-content__body--more {
        background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #f8f8f8 32%, #f8f8f8);
        left: 0;
        right: auto;
        width: 4em
    }

    [dir=rtl] .steps-item-tail:after {
        left: inherit;
        right: -.9rem
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0) scale(0)
    }

    to {
        opacity: 1;
        transform: translateZ(0) scale(1)
    }
}

.animate__fadeInUp {
    animation-duration: .1s;
    animation-fill-mode: both;
    animation-name: fadeInUp
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate3d(-10%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft
}

@keyframes aniEtf {
    0% {
        opacity: 0;
        transform: translate3d(200%, 200%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes aniDollar {
    0% {
        opacity: 0;
        transform: translate3d(-200%, 200%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes aniOtc {
    0% {
        opacity: 0;
        transform: translate3d(-200%, 0, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes aniEtfAR {
    0% {
        opacity: 0;
        transform: translate3d(-200%, 200%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes aniDollarAR {
    0% {
        opacity: 0;
        transform: scaleX(-1) translate3d(-200%, 200%, 0)
    }

    to {
        opacity: 1;
        transform: scaleX(-1) translateZ(0)
    }
}

@keyframes aniOtcAR {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate3d(200%, 0, 0)
    }

    to {
        opacity: 1;
        transform: rotate(-45deg) translateZ(0)
    }
}

.icon-etf {
    animation-delay: .5s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: aniEtf
}

.icon-dollar {
    animation-delay: .7s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: aniDollar
}

.icon-otc {
    animation-delay: 1s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: aniOtc
}

@keyframes decorate {
    0% {
        opacity: 0;
        transform: translate3d(-10%, -10%, 0)
    }

    to {
        opacity: 1;
        transform: translateZ(0)
    }
}

@keyframes decorateAR {
    0% {
        opacity: 0;
        transform: scaleX(-1) translate3d(-10%, -10%, 0)
    }

    to {
        opacity: 1;
        transform: scaleX(-1) translateZ(0)
    }
}

.decorate-top-left {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: decorate
}

:root[lang=ar-sa] .decorate-top-left {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: decorateAR
}

:root[lang=ar-sa] .icon-etf {
    animation-delay: .9s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: aniEtfAR
}

:root[lang=ar-sa] .icon-dollar {
    animation-delay: 1.2s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: aniDollarAR
}

:root[lang=ar-sa] .icon-otc {
    animation-delay: 1.5s;
    animation-duration: .8s;
    animation-fill-mode: both;
    animation-name: aniOtcAR
}

:root[lang=ar-sa] .flex-list-head__span {
    text-align: right
}

:root[lang=ar-sa] .flex-list-head__span:nth-child(2) {
    text-align: center
}

:root[lang=ar-sa] .flex-list-head__span:nth-child(3) {
    text-align: left
}

.global-dark {
    color: var(--text-color-h1)
}

.global-dark,
.global-dark .hs-bar {
    background-color: var(--bg-color-1)
}

.global-dark-only-in-mobile {
    background-color: #fff;
    color: rgba(0, 0, 0, .85)
}

.global-dark-only-in-mobile .hs-bar {
    background-color: #fff
}

@media only screen and (max-width:768px) {
    .global-dark-only-in-mobile {
        color: var(--text-color-h1)
    }

    .global-dark-only-in-mobile,
    .global-dark-only-in-mobile .hs-bar {
        background-color: var(--bg-color-1)
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.dropdown-menu-item {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    display: block;
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 400;
    height: 2.2rem;
    line-height: 2.2rem;
    overflow: hidden;
    padding: 0 .4rem;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dropdown-menu-item.dropdown-menu-item-size--normal {
    width: 10rem
}

.dropdown-menu-item.dropdown-menu-item-size--large {
    width: 12rem
}

.dropdown-menu-item.dropdown-menu-item-title {
    font-family: var(--sans-font);
    font-size: .9rem;
    font-weight: 600;
    height: 2.4rem;
    line-height: 2.4rem;
    position: relative
}

.dropdown-menu-item.dropdown-menu-item--enabled:hover {
    background: var(--background-b-3, #f1f2f4);
    border-radius: .3rem;
    font-family: var(--sans-font);
    font-weight: 600
}

.dropdown-menu-item.dropdown-menu-item--disabled {
    color: var(--text-o-30, rgba(0, 0, 0, .3));
    cursor: auto;
    font-size: .8rem;
    height: 2.2rem;
    line-height: 2.2rem
}

.badge-item {
    position: relative
}

.badge-item .hot-badge {
    align-items: center;
    background: var(--tips-d-2, #eb5c31);
    border-radius: .4rem;
    color: var(--text-b-1, #fff);
    display: flex;
    font-size: .6rem;
    height: .8rem;
    justify-content: center;
    padding: .05rem .25rem;
    position: absolute;
    right: 23%;
    top: .2rem;
    transform: translateX(50%)
}

:root[lang|=ar] .badge-item .hot-badge {
    right: 43%;
    transform: translateX(-50%)
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.dropdown {
    align-items: center;
    color: rgba(0, 0, 0, .85);
    display: flex;
    justify-content: start;
    position: relative;
    transition: .3s
}

.dropdown .dropdown-text {
    color: rgba(0, 0, 0, .85);
    font-size: .8rem;
    transition: .3s;
    white-space: nowrap
}

.dropdown .icon-wrap {
    margin-left: .2rem;
    margin-right: 0
}

.dropdown .dropdown-icon {
    background-color: currentColor;
    color: rgba(0, 0, 0, .85);
    height: .6rem;
    mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuODUiIGQ9Ik0xMC40MjQgMy41NzZhLjYuNiAwIDAgMSAuMDQ0LjhsLS4wNDQuMDQ5LTQgNGEuNi42IDAgMCAxLS44LjA0M2wtLjA0OS0uMDQzLTQtNGEuNi42IDAgMCAxIC44LS44OTNsLjA0OS4wNDRMNiA3LjE1MmwzLjU3NS0zLjU3NmEuNi42IDAgMCAxIC44LS4wNDRsLjA0OS4wNDRaIi8+PC9zdmc+) no-repeat;
    -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuODUiIGQ9Ik0xMC40MjQgMy41NzZhLjYuNiAwIDAgMSAuMDQ0LjhsLS4wNDQuMDQ5LTQgNGEuNi42IDAgMCAxLS44LjA0M2wtLjA0OS0uMDQzLTQtNGEuNi42IDAgMCAxIC44LS44OTNsLjA0OS4wNDRMNiA3LjE1MmwzLjU3NS0zLjU3NmEuNi42IDAgMCAxIC44LS4wNDRsLjA0OS4wNDRaIi8+PC9zdmc+) no-repeat;
    mask-size: 100%;
    -webkit-mask-size: 100%;
    transform: rotate(0deg);
    transform-origin: center;
    transition: .3s;
    width: .6rem
}

.dropdown .dropdown-badge {
    align-items: center;
    background: var(--tips-d-2, #eb5c31);
    border-radius: .4rem;
    color: var(--text-b-1, #fff);
    display: flex;
    font-size: .6rem;
    height: .8rem;
    justify-content: center;
    padding: .05rem .25rem;
    position: absolute;
    right: 0;
    top: -.25rem;
    transform: translateX(50%)
}

.dropdown .divider {
    display: flex
}

.dropdown .divider:before {
    background-color: var(--divider-o-05, rgba(0, 0, 0, .05));
    content: "";
    display: block;
    flex: 1;
    height: .05rem;
    margin: .4rem
}

.dropdown .menu {
    background: #fff;
    border-radius: .8rem;
    box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
    cursor: auto;
    display: flex;
    left: 0;
    opacity: 0;
    padding: .8rem .5rem 1rem;
    position: absolute;
    top: 3rem;
    transform: translateY(.5rem);
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    visibility: hidden;
    will-change: transform;
    z-index: -1
}

.dropdown .menu-item {
    padding: 0 .5rem
}

.dropdown.dropdown--active .dropdown-text {
    color: #00c3b3;
    font-weight: 700
}

.dropdown.dropdown--active .dropdown-icon,
.dropdown:hover .dropdown-text,
.dropdown:hover {
    color: #00c3b3
}

.dropdown:hover .dropdown-icon {
    color: #00c3b3;
    transform: rotate(-180deg)
}

.dropdown:hover .menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    z-index: 1
}

.nav-item-education .menu {
    left: -10rem;
    max-width: 53rem;
    overflow-x: auto
}

:root[lang|=ar] .dropdown .icon-wrap {
    margin-left: 0;
    margin-right: .2rem
}

:root[lang|=ar] .dropdown .dropdown-badge {
    left: 0;
    right: auto;
    transform: translateX(-50%)
}

:root[lang|=ar] .dropdown .menu {
    left: auto;
    right: 0
}

:root[lang|=ar] .nav-item-education .menu {
    left: auto;
    right: -10rem
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.header-left {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-start
}

.header-left-logo {
    align-items: center;
    display: flex;
    flex: none;
    margin-left: .6rem;
    width: 13.5rem
}

.header-left-logo__link {
    flex-shrink: 0
}

.header-left-logo__link img {
    height: 2.4rem;
    width: 6.15rem
}

.header-left .logo-brand {
    align-items: center;
    display: flex;
    flex-shrink: 0
}

.header-left .logo-brand:before {
    background: rgba(0, 0, 0, .3);
    content: "";
    display: block;
    height: 1rem;
    margin: 0 .5rem 0 .6rem;
    width: .05rem
}

.header-left .logo-brand img {
    height: 1.6rem;
    width: 5.9rem
}

.header-left-nav {
    align-items: center;
    display: flex;
    flex: 1 10%;
    height: 100%;
    margin-left: 2%;
    padding-right: .15rem
}

.header-left-nav .nav-item {
    height: 2rem;
    margin-right: 1.6rem
}

:root[lang|=ar] .header-left-nav {
    margin-left: 0;
    margin-right: 0
}

:root[lang|=ar] .header-left-nav .nav-item {
    margin-left: 1.6rem;
    margin-right: 0
}

:root[lang|=ar] .header-left .logo-brand:before {
    margin: 0 .6rem 0 .5rem
}

:root[lang|=ar] .header-left .logo-brand img {
    height: 2.2rem;
    width: 5.9rem
}

:root[lang|=en] .header-left-nav-link:last-child {
    padding-inline-end: 0
}

@media only screen and (max-width:1225px) {
    .header-left .header-left-nav {
        display: none
    }
}

@media only screen and (max-width:870px) {
    .header-left-logo {
        max-width: 8.2rem;
        width: auto
    }

    .header-left-nav {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .header-left-logo__link img {
        height: 3.2rem;
        width: 8.4rem
    }

    .header-left-nav {
        display: none
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.rightnav-mine {
    align-items: flex-start;
    backdrop-filter: blur(1.25rem);
    background: var(--background-b-1, #fff);
    border-radius: .8rem;
    box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
    display: none;
    flex-direction: column;
    padding: .8rem 1rem 1rem;
    position: absolute;
    top: 4.2rem
}

.rightnav-mine .mine {
    display: flex;
    flex-direction: column;
    height: 2.4rem;
    justify-content: center;
    padding: 0 .4rem;
    width: 10rem
}

.rightnav-mine .mine-title {
    color: var(--text-o-50, rgba(0, 0, 0, .5));
    font-family: var(--sans-font);
    font-size: .6rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.rightnav-mine .mine-val {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.rightnav-mine .divider {
    display: flex;
    width: 100%
}

.rightnav-mine .divider:before {
    background-color: var(--divider-o-05, rgba(0, 0, 0, .05));
    content: "";
    display: block;
    flex: 1;
    height: .05rem;
    margin: .4rem
}

.rightnav-mine .option {
    align-items: flex-start;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    width: 10rem
}

.rightnav-mine .option-item {
    align-items: center;
    align-self: stretch;
    cursor: pointer;
    display: flex;
    gap: .6rem;
    height: 2rem;
    padding: 0 .4rem;
    width: 10rem
}

.rightnav-mine .option-item:hover {
    background: var(--divider-o-05, rgba(0, 0, 0, .05));
    border-radius: .3rem
}

.rightnav-mine .option-item:hover .option-item_name {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    display: inline-block;
    font-family: var(--sans-font);
    font-size: .8rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.rightnav-mine .option-item_icon {
    height: 1rem;
    width: 1rem
}

.rightnav-mine .option-item_name {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.rightnav-mine .icon-account {
    --un-icon: url(/wp-content/themes/theforest/images/icon-account.svg)
}

.rightnav-mine .icon-account,
.rightnav-mine .icon-quit {
    background-color: currentColor;
    height: 1rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1rem
}

.rightnav-mine .icon-quit {
    --un-icon: url(/wp-content/themes/theforest/images/icon-quit.svg)
}

.rightnav-mine .icon-tadawul {
    height: 1rem;
    width: 1rem
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.header-right {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end
}

.header-right__top {
    align-items: center;
    color: var(--text-o-50, rgba(0, 0, 0, .5));
    display: flex;
    font-family: var(--sans-font);
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    gap: .8rem;
    justify-content: flex-end;
    line-height: normal;
    margin-bottom: .625rem;
    text-align: center
}

.header-right__top a,
.header-right__top>span {
    cursor: pointer
}

.header-right__top a:hover,
.header-right__top>span:hover {
    color: #00c3b3
}

.header-right__bottom {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: flex-end
}

.header-right__bottom>a,
.header-right__bottom>div {
    margin-inline-end: .4rem;
    margin-inline-start: .4rem;
    white-space: nowrap
}

.header-right__bottom___login {
    align-items: center;
    background: #fff;
    border: .05rem solid #00c3b3;
    border-radius: .8rem;
    color: #00c3b3;
    display: flex;
    font-family: var(--sans-font);
    font-size: .7rem;
    font-style: normal;
    font-weight: 600;
    gap: .2rem;
    height: 1.6rem;
    justify-content: center;
    line-height: normal;
    margin-inline-end: .2rem !important;
    padding: 0 .6rem;
    transition: all .3s
}

.header-right__bottom___login:hover {
    background: #00c3b3;
    color: #fff
}

.header-right__bottom .head-mine-box {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative
}

.header-right__bottom .head-mine-box:hover {
    transition: all 1s
}

.header-right__bottom .head-mine-box:hover .rightnav-mine {
    display: flex
}

.header-right__bottom .head-mine-box:hover .head-mine-box__icon {
    background-color: #00c3b3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxMGE0LjE2NyA0LjE2NyAwIDEgMCAwLTguMzMzQTQuMTY3IDQuMTY3IDAgMCAwIDEwIDEwWm0xLjY2Ny44MzNIOC4zMzNDNS41NzIgMTAuODMzIDIuNSAxMi4yMzggMi41IDE1di41YTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlYxNWMwLTIuNzYxLTMuMDcyLTQuMTY3LTUuODMzLTQuMTY3WiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
    transition: all .3s
}

.header-right__bottom .head-mine-box__icon {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMCAxMGE0LjE2NyA0LjE2NyAwIDEgMCAwLTguMzMzQTQuMTY3IDQuMTY3IDAgMCAwIDEwIDEwWm0xLjY2Ny44MzNIOC4zMzNDNS41NzIgMTAuODMzIDIuNSAxMi4yMzggMi41IDE1di41YTIgMiAwIDAgMCAyIDJoMTFhMiAyIDAgMCAwIDItMlYxNWMwLTIuNzYxLTMuMDcyLTQuMTY3LTUuODMzLTQuMTY3WiIgZmlsbD0iIzAwQzNCMyIvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    border: .05rem solid #00c3b3;
    border-radius: .8rem;
    cursor: pointer;
    height: 1.6rem;
    transition: all .3s;
    width: 1.6rem
}

.header-right__bottom___openAct {
    align-items: center;
    background: linear-gradient(270deg, #24ce7b, #00c3b3);
    border-radius: 1.4rem;
    color: var(--text-b-1, #fff);
    display: flex;
    font-family: var(--sans-font);
    font-size: .7rem;
    font-style: normal;
    font-weight: 600;
    height: 1.6rem;
    justify-content: center;
    line-height: normal;
    margin-inline-start: .2rem !important;
    padding: 0 .6rem
}

.header-right__bottom___openAct:hover {
    animation: d-5e94a0fc .3s ease-in-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(270deg, #24ce7b, #00c3b3)
}

.header-right__bottom___icon {
    align-items: center;
    cursor: pointer;
    display: flex;
    gap: .2rem;
    justify-content: flex-end
}

.header-right__bottom___icon:hover {
    color: #00c3b3
}

.header-right__menu {
    display: none;
    height: 1.6rem;
    width: 1.6rem
}

.header-right .divider {
    background-color: rgba(0, 0, 0, .08);
    height: 1.2rem;
    width: .05rem
}

.header-right .switch-lang-wrapper {
    align-items: center;
    cursor: pointer;
    display: flex
}

.header-right .switch-lang-wrapper .lang-desc {
    font-family: var(--sans-font);
    font-size: .7rem;
    font-style: normal;
    font-weight: 400;
    margin-inline-end: .2rem
}

.header-right .left0 {
    margin-left: 0
}

.header-right .icon-download {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMyAzYTEgMSAwIDEgMC0yIDB2OS41ODZsLTIuMjkzLTIuMjkzYTEgMSAwIDEgMC0xLjQxNCAxLjQxNGw0IDRhMSAxIDAgMCAwIDEuNDE0IDBsNC00YTEgMSAwIDAgMC0xLjQxNC0xLjQxNEwxMyAxMi41ODZWM1pNNiA0YTMgMyAwIDAgMC0zIDN2MTFhMyAzIDAgMCAwIDMgM2gxMmEzIDMgMCAwIDAgMy0zVjdhMyAzIDAgMCAwLTMtMyAxIDEgMCAxIDAgMCAyIDEgMSAwIDAgMSAxIDF2MTFhMSAxIDAgMCAxLTEgMUg2YTEgMSAwIDAgMS0xLTFWN2ExIDEgMCAwIDEgMS0xIDEgMSAwIDAgMCAwLTJaIiBmaWxsPSIjMDAwIi8+PC9zdmc+)
}

.header-right .icon-download,
.header-right .icon-lang {
    background-color: currentColor;
    height: 1.2rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1.2rem
}

.header-right .icon-lang {
    --un-icon: url(/wp-content/themes/theforest/images/icon-lang-sa.svg)
}

.header-right .icon-lang-en {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAACTUExURUdwTN8AG////++Ai////98AGt8AHP///2EMasuSsPbGzP///y8PfS8QfUAjhzAQfd8AGv///+AUKv///2VPoOpVZ94AG+pVZeQ5TjAQgP////jIz98AHGNLnrqv0jAQfvra3/Srs94AGv////e/xe6AjOZAUy8PfTwehVY8lUktjWNLnXBapX1prYp4tpuMwbGlzhVEkPYAAAAidFJOUwBkYECfnCAgGRyQv9+gx2iv39+Ql7+/YJBAr99Av2CQ37/bTA4tAAAA7klEQVQoz62SyXKDMBBEDZYAL/HuxHZ2MLRGEuD//7qohFijo19xe1Uz9Khnsyew2J5OnAeRR10/FTTlht9wopJNKVEDmYXFI7cmgiCJouEQjVwFpVFS6jgknXwxM0uBSrixhlvrtiABJUDAvWPu5OYBVUNrVCrteHX5AGE+S96zsPJLoiLUEo/Bzixr0n6LElKDNJQsei7NvwoFqUxMkOx3ptxKlnlhVi7vXpZWBqmXoImSe3HnXflWrtyF5oWHt/a4u/8beV+Q/XTofvDc8c84xvuoChEfztwlkxYF5zbD+cPTvzg8MnYM42fU/A8LazxDgBJVTAAAAABJRU5ErkJggg==);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .header-right .icon-lang-en {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAACfUExURUdwTP///94AG////98AHGkid98DHH1prv///zodg////94AGt8AGfz7/f/8/C8PfeIfM/////////b0+S4OfC8Pfd4AG++DjzAQff////Ofqf///////98AG98AG7qv1C8Pfd4AGv///+6AjOpgcEktjeIgNzwehVY8lfOfqXBapbGlzmNLnfvf44p4tr6016SWxuXh78vD35eHvtjS5mq1k90AAAAgdFJOUwBgYBBCGOP+QGG/qSCv3+l7gCD7e7+/2jpQgHAwML+/djyaZQAAAfZJREFUSMflltl6gjAQhUGQxQ2Xgla7hNg0FCjg8v7P1kyssiVKuPVc5Mr/m8mZYxhNe2INN647MM2hGuT6Hk1SFDJZ48GkI+Z+HhBCBCccBAWDLpiHCEVARuj3ppn+qEkf2UChGA5c0XT5oJyNM4RogkkDxLNXOfcCHdopO+0MKv7UNZdz9AS/j3ifNrmZc9VcWq/ArBw9H1ifZJW3QDHJ+4zgajGvGLcrhqEp8NNDEfcz5WfUdPWiVdtbH6WrAq62gnkkh1QI4lFrEOxuBbQYFVDMTsQVMXYaoIeaYvHZC7RuFIwSKHQ5sxODSJ4KzGn548cY+jxhAPNmyGsKapYiSiHZhOf7FnIhGA7r1lyDLQt5qV0FnEI0YwxWSkNe/k8qoA1XoxmcJC5DLgZn1Sv+RwWR6ySk42AqL7lhJc5wtwwCQ5Mj46NzITEnfK+C6RHsiHMomeRQ8ZjJQLNhalsSsHy6dKyk8uFy1MAy5299QWOvJKMcpBUqyKokZ6wCjivgXAWsfkgMFW9q79WoO1d/rpw+4+dad51F47HSzD7WcH2oz+KiSacQWIJ9oJM/wo/r4jG3EH8gFz05Tdt+3dVWvgSYdxyyzHtrx0T6Pwke7VcD61ugwOywW+mtxI+cjtvcUp/Obg/+dGcobZCG4+i682ZoT6w/48fhxW4l8d8AAAAASUVORK5CYII=)
    }
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:2dppx) {
    .header-right .icon-lang-en {
        background-image: url(/wp-content/themes/theforest/images/icon_show_en@3x.png)
    }
}

.header-right .icon-lang-sa {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAMAAABF0y+mAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAABUUExURUdwTABsNgBwOABqNQBsNQBrNQBrNgBsOABrNgBqNQBrNQBtNQBrNTuNZBB0QoC1mmCigZ/Hs6/RwHCsjSB+T1CZdY++p7/azWCjgZC+p9/s5s/j2SCemCAAAAAMdFJOUwBAEK+Qv98gn2DfYAiYRYAAAADuSURBVCjPrZJLroMwDEXLN0lrYxyTEOj+91kXJTyK6KDSOwwQHHFt49xu/4BxrbWtMxeq6iDTuZOqGzhgP742d/jgbr47tfUubXk37LYpzsEQlzikQMweCSP7AaosO8DoZ0SOTD7IGPipPeeKAEheQkjIgiJC86r5JqcCin/OvKQ5oJcx0joBPDbZaiOLcCLidZ4CC5FHgLb0mrSmX2QhnGJgTKSx9jDIAJjver1HsiX2irY0dIUro1xhyk9QUJk2wrQtrqzy/RDGgl9pT1WaU+I+yLbq/lywPy60/+7U2qNr6tMpcn8HrPrtaP7MCyuyF6QIrX9/AAAAAElFTkSuQmCC);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 1.4rem;
    width: 1.4rem
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .header-right .icon-lang-sa {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADgAAAA4CAMAAACfWMssAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAABXUExURUdwTABwOABrNABsNQBrNQBrOABrNQBsNgBrNQBqNQBrNQBrNd/t5mCjgYC1mnCsjSB+TkCQaL/azRB1QpC+p6DIs+/28jCHW8/k2f///1CZda/RwK/Rv+yXjCkAAAALdFJOUwAQ71B4JN9AumCfGJBthgAAAklJREFUSMflVttyqzAMTNJwq2xJluULkP//zmOStE2BJCRz3roPDAMskrVrS7vdH8a+arquafavkY5tDVfUbVdtpDUtzNB2b9HOcZ9Rq1XahM+HCTcHuIv64z7vCA9xfJN3l/mUd4f5ARvQrNSz3kI8LGv7+fsLf3P95YU5rysPB0tJePTlxrmkYjVbdINNDsgSWruWbD39nk5KOTtwOJBJMpzQRIcGBUgiSvTLkFNAl7JkjaNzyjoKjBxAevbBnqDcDBfiLOTkNKagomF0lnzWPEbJI0eSwBmcRidmucrq/ChSH40hC+wTu8CEAKoQhuxjChINnz/bzzIti/QhMzpJekIFGGOfAHuHNPryH+klLVxw2RMs1oy5L4gUwTtTQthQKquJMllj7CLXi/jIKZOIWo82h74Xx96ijIFsIiTpL8T65qj4Uv1EgIrOSqmEmBKZrXLGou+gGALBbJHNJdOieRATBpuRI7LJwZZUoWiPfVl2mIo1oZoRrVNFDIYielFjAgCxTWwS2oR5SMHNnX4p6pCT6aMIqokKHEpNGZkiQcjlNV11BOhmxOI5zzBpNbgfV7O/mn0gvyA28BKamXHeIO5fI+7nBtiIemG5jWhfO+B+cNsNXlpktducq79/XH0rWez1jcFdEYjZr2V6E9JrNguUcyFGv6zpU/OQqvZ+NeBzRfjaJpct4LBJ/JX2usnpH/+zzb3fWN9v5aW5Ptgmh+bhuPJ5d088m6+61aBts2G26tq3aOeEu9sh8PjiBNlMY2e13/1h/APPRFcFUpXamAAAAABJRU5ErkJggg==)
    }
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:2dppx) {
    .header-right .icon-lang-sa {
        background-image: url(/wp-content/themes/theforest/images/icon_show_sa@3x.png)
    }
}

.header-right .header-right__open_acct_btn {
    align-items: center;
    background: linear-gradient(270deg, #24ce7b, #00c3b3);
    border-radius: 1.4rem;
    color: var(--text-b-1, #fff);
    display: none;
    font-family: var(--sans-font);
    font-size: .7rem;
    font-style: normal;
    font-weight: 600;
    height: 1.4rem;
    justify-content: center;
    line-height: .9rem;
    padding: .25rem .8rem
}

.header-right .header-right__open_acct_btn:hover {
    animation: d-5e94a0fc .3s ease-in-out;
    background: linear-gradient(0deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3)), linear-gradient(270deg, #24ce7b, #00c3b3)
}

@keyframes d-5e94a0fc {
    0% {
        opacity: .5
    }

    to {
        color: #fff;
        opacity: 1
    }
}

@media only screen and (max-width:1225px) {
    .header-right__bottom {
        display: none
    }

    .header-right .header-right__open_acct_btn {
        border-radius: 1.6rem;
        display: flex;
        font-size: .7rem;
        height: 1.6rem;
        line-height: .9rem;
        padding: .35rem .8rem
    }

    .header-right__menu {
        align-items: center;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgBAMAAAAQtmoLAAAAFVBMVEVHcEwAAAAAAAAAAAAAAAAAAAAAAADtBGx6AAAAB3RSTlMA2b5eqhsN5xgGygAAAGZJREFUWMPt1LENgDAMRFELxAAGDwANNTT03oAZYP8dIGxwhQuk/2q+FBTlzICfuzM25fthcR9PIej8tQrB3oJJCLIFIQT+qQzkI8k/fbVgrrw46zMOHgjAtrKtbCvAtrKtbCtQ7wGKqRUfL+suIgAAAABJRU5ErkJggg==);
        background-repeat: no-repeat;
        background-size: contain;
        cursor: pointer;
        display: flex;
        height: 1.6rem;
        justify-content: center;
        position: inherit !important;
        width: 1.6rem
    }
}

@media only screen and (max-width:768px) {
    .header-right__menu {
        height: 2.4rem;
        width: 2.4rem
    }

    .header-right .header-right__open_acct_btn {
        border-radius: 2.8rem;
        display: flex;
        font-size: 1rem;
        height: 2.8rem;
        line-height: 1.8rem;
        padding: .5rem 1.6rem
    }
}

:root[lang=ar-sa] .header-right .icon-lang {
    --un-icon: url(/wp-content/themes/theforest/images/icon-lang-en.svg)
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

@media only screen and (max-width:1225px) {
    .header-logo {
        align-items: center;
        display: flex;
        flex: none;
        margin-bottom: .275rem;
        max-width: 8.2rem;
        position: relative
    }

    .header-logo .header-title {
        bottom: 1.5rem;
        color: #00c3b3;
        font-family: var(--sans-font);
        font-size: .6rem;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        opacity: .3;
        position: absolute
    }

    .header-logo .header-hsNo {
        color: #fff;
        font-family: var(--sans-font);
        font-size: 1.1rem;
        font-style: normal;
        font-weight: 600;
        line-height: normal
    }

    .header-logo .header-logo__link img {
        width: 8.2rem
    }

    .header-overlay {
        background: rgba(0, 0, 0, .5);
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 0;
        visibility: hidden;
        width: 100%;
        z-index: 2007
    }

    .header-overlay.active {
        visibility: visible
    }

    .header-popup {
        -webkit-overflow-scrolling: touch;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        background: #121e2d;
        color: #fff;
        max-height: 100%;
        overflow-y: auto;
        overflow: hidden;
        position: fixed;
        -webkit-transform: translate3d(100%, 0, 0);
        -moz-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transform-style: preserve-3d;
        transition: transform .4s;
        will-change: transform
    }

    .header-popup.active {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        transition: transform .2s;
        visibility: visible
    }

    .header-popup__hd {
        align-items: center;
        display: flex;
        justify-content: space-between;
        padding: 2rem 1rem .8rem
    }

    .header-popup__hd--close {
        align-items: center;
        display: flex;
        height: 1.2rem;
        justify-content: center;
        width: 1.2rem
    }

    .header-popup__hd>section {
        align-items: center;
        display: flex
    }

    .header-popup__lang {
        align-items: center;
        display: flex;
        font-size: .7rem;
        height: 2.4rem;
        opacity: .5;
        padding: 0 2.4rem
    }

    .header-popup__bd {
        background-color: #121e2d;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: calc(100vh - 11rem);
        list-style: none;
        overflow-y: auto;
        padding: .8rem 1rem;
        position: relative
    }

    .header-popup__undeline {
        background: hsla(0, 0%, 100%, .15);
        height: .05rem;
        margin: .8rem 1rem 0
    }

    .header-popup__item {
        background-color: #121e2d;
        cursor: pointer;
        font-size: .9rem
    }

    .header-popup__item.active {
        color: #00c3b3;
        font-family: var(--sans-font);
        font-weight: 700
    }

    .header-popup__open {
        padding-bottom: 0
    }

    .header-popup__open .header-nav--ph {
        display: flex
    }

    .header-popup__open .menu-name {
        color: #00c3b3;
        font-family: var(--sans-font);
        font-size: .9rem;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-align: right
    }

    .header-popup__sticky {
        align-items: center;
        background-color: #121e2d;
        bottom: 0;
        display: flex;
        gap: .8rem;
        height: 3.4rem;
        justify-content: flex-start;
        left: 0;
        padding-left: 1rem;
        position: fixed;
        width: 100%
    }

    .header-popup__btn {
        background: linear-gradient(270deg, #24ce7b, #00c3b3);
        border-radius: 1.6rem;
        display: inline-flex;
        font-family: var(--sans-font);
        font-weight: 700;
        line-height: 1.25;
        padding: .5rem .8rem
    }

    .header-popup__btn:hover {
        color: #fff;
        opacity: .85
    }

    .header-popup__download {
        background: var(--background-b-1, #fff);
        color: #00c3b3
    }

    .header-popup__download:hover {
        color: #00c3b3
    }

    .header-nav--ph {
        align-self: stretch;
        color: #fff;
        display: flex;
        flex-direction: column;
        font-family: var(--sans-font);
        font-size: .7rem;
        font-weight: 400;
        height: 0;
        max-height: 0;
        overflow: hidden;
        padding: 0 1rem;
        transition: all .15s ease-in-out;
        width: 100%
    }

    .header-nav--ph.on {
        height: auto;
        max-height: 50rem;
        visibility: visible
    }

    .header-nav--ph.off {
        height: 0;
        max-height: 0;
        visibility: hidden
    }

    .header-nav--ph__child {
        align-items: center;
        align-self: stretch;
        background-color: #121e2d;
        display: flex;
        gap: .5rem;
        height: 2.4rem
    }

    .header-nav--ph .header-nav__link {
        font-size: .8rem;
        line-height: 1.5
    }

    .header-popup--right {
        bottom: 0;
        height: 100%;
        left: auto;
        right: 0;
        top: 0;
        width: 80%;
        z-index: 2008
    }

    header.active {
        height: 100%;
        position: fixed
    }

    header.is-stuck .header {
        height: 5rem
    }

    header.is-dark {
        -webkit-backdrop-filter: blur(1rem);
        backdrop-filter: blur(1rem);
        background: hsla(0, 0%, 100%, .75)
    }

    .menu-item {
        align-items: center;
        display: flex;
        height: 2.8rem;
        justify-content: space-between
    }

    .menu-item .i-down {
        --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjg5OSAxMS4yMzJhLjguOCAwIDAgMCAuMDU4LTEuMDY2TDEzLjkgMTAuMSA4LjU2NiA0Ljc2OGEuOC44IDAgMCAwLTEuMDY3LS4wNTlsLS4wNjUuMDU5TDIuMTAxIDEwLjFhLjguOCAwIDAgMCAxLjA2NiAxLjE5bC4wNjUtLjA1OUw4IDYuNDY1bDQuNzY4IDQuNzY3YS44LjggMCAwIDAgMS4wNjYuMDU5bC4wNjUtLjA1OVoiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=)
    }

    .menu-item .i-up {
        --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEzLjg5OSA0Ljc2OGEuOC44IDAgMCAxIC4wNTggMS4wNjZMMTMuOSA1LjlsLTUuMzMzIDUuMzMzYS44LjggMCAwIDEtMS4wNjcuMDU5bC0uMDY1LS4wNTlMMi4xMDEgNS45YS44LjggMCAwIDEgMS4wNjYtMS4xOWwuMDY1LjA1OUw4IDkuNTM1bDQuNzY4LTQuNzY3YS44LjggMCAwIDEgMS4wNjYtLjA1OWwuMDY1LjA1OVoiIGZpbGw9IiNmZmYiIGZpbGwtb3BhY2l0eT0iLjUiLz48L3N2Zz4=)
    }

    .menu-item .i {
        background-color: currentColor;
        color: #fff;
        display: inline-block;
        height: .8rem;
        mask: var(--un-icon) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: var(--un-icon) no-repeat;
        -webkit-mask-size: 100% 100%;
        opacity: .3;
        transform-origin: center;
        transition: all .3s;
        width: .8rem
    }

    .menu-item .i.on {
        transform: rotate(180deg)
    }

    .nav-name {
        align-items: center;
        display: flex
    }

    .nav-name .badge {
        align-items: center;
        background: var(--tips-d-2, #eb5c31);
        border-radius: .4rem;
        color: var(--text-b-1, #fff);
        font-size: .6rem;
        font-weight: 400;
        height: .8rem;
        margin-inline-start: .2rem;
        padding: .05rem .25rem
    }

    .guide_down,
    .nav-name .badge {
        display: flex;
        font-family: var(--sans-font);
        justify-content: center
    }

    .guide_down {
        background: linear-gradient(270deg, #24ce7b, #00c3b3);
        border-radius: 1.4rem;
        color: #fff;
        flex: 1 0 0;
        font-size: .7rem;
        font-weight: 600
    }
}

@media only screen and (max-width:768px) {
    .header-logo .header-title {
        bottom: 2.85rem;
        font-size: 1.2rem;
        width: max-content
    }

    .header-logo .header-hsNo {
        font-size: 1.8rem
    }

    .header-popup {
        width: 30rem
    }

    .header-popup__hd {
        padding: 4rem 2rem .8rem
    }

    .header-popup__hd--close {
        height: 1.6rem;
        width: 1.6rem
    }

    .header-popup__lang {
        font-size: 1.4rem;
        height: 4.8rem;
        padding: 0 2rem
    }

    .header-popup__bd {
        bottom: 7.2rem;
        height: auto;
        padding: 2rem 2rem 1.6rem;
        position: fixed;
        top: 9.6rem;
        width: 100%
    }

    .header-popup__undeline {
        margin: 1.6rem 2rem
    }

    .header-popup__item,
    .header-popup__open .menu-name {
        font-size: 1.8rem
    }

    .header-popup__sticky {
        display: flex;
        height: 7.2rem;
        justify-content: space-between;
        padding: 1.6rem 2rem 2rem
    }

    .header-popup__sticky a {
        flex: 1;
        margin-top: 1.4rem
    }

    .header-popup__btn {
        align-content: center;
        border-radius: 1.8rem;
        display: flex;
        font-family: var(--sans-font);
        font-size: 1.4rem;
        font-weight: 600;
        justify-content: center;
        line-height: 1.8rem;
        padding: .9rem 0
    }

    .header-nav--ph {
        font-size: 1.4rem;
        padding: 0 2rem
    }

    .header-nav--ph__child {
        gap: 1rem;
        height: 4.8rem
    }

    .header-nav--ph .header-nav__link {
        font-size: 1.6rem;
        line-height: 1.5
    }

    header.is-stuck .header {
        height: 5rem
    }

    .menu-item {
        height: 4.8rem
    }

    .menu-item:hover {
        color: #fff
    }

    .menu-item .i {
        height: 1.6rem;
        width: 1.6rem
    }

    a:hover {
        color: #fff;
        opacity: .85
    }

    .nav-name .badge {
        border-radius: .8rem;
        font-size: 1.2rem;
        height: 1.6rem;
        margin-inline-start: .4rem;
        padding: .1rem .5rem
    }

    .guide_down {
        background: linear-gradient(270deg, #24ce7b, #00c3b3);
        border-radius: 1.4rem;
        color: #fff;
        flex: 1 0 0;
        font-family: var(--sans-font);
        font-size: 1.4rem;
        font-weight: 600
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

header {
    backdrop-filter: blur(.5rem);
    background: hsla(0, 0%, 100%, .9);
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: -.05rem;
    transition: all .3s;
    width: 100%;
    z-index: 100
}

header .page-header {
    align-items: center;
    backdrop-filter: none;
    background: transparent;
    border-bottom: .05rem solid var(--divider-o-05, rgba(0, 0, 0, .05));
    display: flex;
    height: 4.4rem;
    justify-content: space-between;
    padding: 0 1.6rem;
    transition: all .3s;
    width: 100%
}

header .page-header-side {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: space-between;
    width: 100%
}

header.dark {
    position: fixed
}

header.dark .page-header,
header.dark {
    backdrop-filter: none;
    background: transparent;
    border-bottom: none
}

header.dark .page-header .header-left-nav-link .dropdown {
    color: hsla(0, 0%, 100%, .85)
}

header.dark .page-header .header-left-nav-link .dropdown:hover {
    color: #00c3b3
}

header.dark .page-header .header-right__bottom___icon i {
    color: hsla(0, 0%, 100%, .85)
}

header.dark .page-header .switch-lang-wrapper .lang-desc {
    color: #fff
}

header.dark .page-header .divider {
    background-color: hsla(0, 0%, 100%, .15)
}

header.dark .page-header .header-right__menu {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkiIGhlaWdodD0iNDEiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iLjMyNiIgeT0iLjAyMiIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjUuNCIgcng9IjIuNyIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9Ii4zMjYiIHk9IjE3LjMyMiIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjUuNCIgcng9IjIuNyIgZmlsbD0iI2ZmZiIvPjxyZWN0IHg9Ii4zMjYiIHk9IjM0LjYyMyIgd2lkdGg9IjQ4IiBoZWlnaHQ9IjUuNCIgcng9IjIuNyIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==)
}

header.dark .page-header .dropdown-icon,
header.dark .page-header .dropdown-text {
    color: hsla(0, 0%, 100%, .85)
}

header.dark .page-header .logo-brand:before {
    background: hsla(0, 0%, 100%, .3)
}

header.ishome {
    position: fixed
}

@media only screen and (max-width:768px) {
    header .page-header {
        backdrop-filter: blur(.338241rem);
        background: hsla(0, 0%, 100%, .85);
        border: .04975rem solid #fff;
        height: 5.6rem
    }

    header.dark {
        background: rgba(0, 0, 0, .1)
    }

    header.dark .page-header {
        background: rgba(0, 0, 0, .1);
        border: none
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

footer {
    background: #121e2d;
    color: hsla(0, 0%, 100%, .85);
    font-family: var(--sans-font);
    font-weight: 400;
    line-height: 1.2;
    padding: 2rem 1.6rem 3.2rem
}

footer h1,
footer h2,
footer h3,
footer h4,
footer p {
    margin: 1.2em 0
}

.footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 60rem
}

.footer-logo {
    width: 5.1rem
}

.footer-title {
    color: #fff;
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.2rem;
    margin-top: 0
}

.footer-title__p {
    align-items: center;
    display: flex;
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 400;
    line-height: normal;
    margin: .8rem 0
}

.footer-title__p span {
    flex: none
}

.footer-title>a:hover {
    color: #fff
}

.footer-line {
    position: relative
}

.footer-line:after {
    border: solid hsla(0, 0%, 100%, .08);
    border-width: .05rem 0 0;
    bottom: auto;
    content: " ";
    left: -50%;
    pointer-events: none;
    position: absolute;
    right: -50%;
    top: 0;
    transform: scale(.5)
}

.footer-number {
    letter-spacing: .075rem;
    margin-top: .75rem
}

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.footer-nav-layout {
    flex: 1;
    margin-top: 1.6rem;
    min-width: 12rem;
    word-break: break-all
}

.footer-nav-layout:last-child {
    flex: 1
}

.footer-links {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: end
}

.footer-service {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: .5rem 0
}

.footer-social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap
}

.footer-social .icon-social {
    color: #fff;
    flex-shrink: 0;
    height: 1.6rem;
    opacity: .5;
    width: 1.6rem
}

.footer-social .icon-social:hover {
    color: #fff;
    opacity: 1
}

.footer-copyright {
    color: hsla(0, 0%, 100%, .5);
    display: flex;
    flex-direction: column;
    font-family: var(--sans-font);
    font-size: .6rem;
    font-weight: 400;
    line-height: 150%;
    padding-top: 2rem
}

.footer-copyright p {
    margin: 0
}

.footer-copyright p:not(:last-child) {
    margin-bottom: .9rem
}

.footer .address {
    color: hsla(0, 0%, 100%, .5)
}

.footer .address:hover {
    color: #fff;
    cursor: pointer;
    text-decoration: underline
}

.footer .icon-googe-map {
    background-color: currentColor;
    color: inherit;
    display: inline-block;
    flex-shrink: 0;
    height: .6rem;
    margin-right: .2rem;
    margin-top: .1rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    vertical-align: text-top;
    width: .6rem
}

.footer-text-wrapper {
    align-items: center;
    display: flex;
    justify-content: start
}

.footer-text-wrapper a:hover {
    color: #fff
}

.contact-hover {
    color: #fff;
    font-size: .8rem;
    opacity: .5
}

.contact-hover:hover {
    cursor: pointer;
    opacity: 1
}

:root[lang|=ar] .footer .icon-googe-map {
    margin-left: .2rem;
    margin-right: 0
}

:root[lang|=ar] .footer-social .icon-social:not(:last-child) {
    margin-left: 1.6rem;
    margin-right: 0
}

:root[lang|=ar] .icon-contact {
    margin-left: .4rem;
    margin-right: 0
}

:root[lang|=ar] .footer-nav .footer-title:after {
    transform: rotate(0deg)
}

@media only screen and (max-width:768px) {
    .footer .address {
        color: hsla(0, 0%, 100%, .5)
    }

    .footer .address:hover {
        color: hsla(0, 0%, 100%, .5);
        cursor: pointer;
        text-decoration: none
    }

    .footer .address:active {
        color: #fff;
        text-decoration: underline
    }

    .footer .icon-googe-map {
        height: 1.2rem;
        margin-right: .4rem;
        margin-top: .2rem;
        width: 1.2rem
    }

    .footer-logo {
        height: 3.2rem;
        margin-bottom: 1.6rem;
        width: auto
    }

    .footer-title {
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 0;
        padding: 1.4rem 0
    }

    .footer-title__p {
        margin: 0
    }

    .footer-title__p span {
        flex: none
    }

    .footer-title__p .icon-contact {
        height: 1.6rem;
        margin-left: -.8rem;
        margin-right: .8rem;
        width: 1.6rem
    }

    .footer-title__box.active {
        padding-bottom: 1.6rem
    }

    .footer-nav {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-bottom: 1.6rem
    }

    .footer-nav-layout {
        border-bottom: .05rem solid hsla(0, 0%, 100%, .08);
        margin-top: 0
    }

    .footer-nav-layout:last-child {
        border: none
    }

    .footer-nav-layout:last-child .footer-title:after {
        display: none
    }

    .footer-social {
        padding: .8rem 0 1.6rem
    }

    .footer-social .icon-social {
        flex-shrink: 0;
        height: 3.2rem;
        width: 3.2rem
    }

    .footer-social .icon-social:not(:last-child) {
        margin-right: 2.4rem
    }

    .footer-copyright {
        font-size: 1.1rem;
        line-height: 1.5;
        padding-top: 3.2rem
    }

    .footer-copyright p:not(:last-child) {
        margin-bottom: 1.2rem
    }

    .footer-links {
        justify-content: flex-start
    }

    .contact-hover {
        flex: 1;
        font-family: var(--sans-font);
        font-size: 1.4rem;
        font-weight: 400;
        line-height: 1.5;
        opacity: .5;
        padding: .95rem 0
    }

    .contact-hover:hover {
        opacity: 1
    }

    .footer-nav-mobile .footer-title__p {
        padding-left: 0
    }

    .footer-nav-mobile .footer-title__p .icon-contact {
        margin-left: 0
    }

    .footer-text-wrapper:hover {
        opacity: .5
    }

    :root[lang|=ar] .footer .icon-googe-map {
        margin-left: .4rem;
        margin-right: 0
    }

    :root[lang|=ar] .footer .footer-social .icon-social:not(:last-child) {
        margin-left: 2.4rem;
        margin-right: 0
    }

    :root[lang|=ar] .icon-contact {
        margin-left: .8rem;
        margin-right: -.8rem
    }

    :root[lang|=ar] .footer-nav-mobile .footer-title__p {
        padding-left: 0;
        padding-right: .8rem
    }

    :root[lang|=ar] .footer-nav .footer-title.active:after {
        transform: rotate(180deg)
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.page-app-footer {
    align-items: center;
    color: var(--text-color-h3);
    display: flex;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    justify-content: center;
    line-height: 1.8rem;
    margin-bottom: .8rem;
    padding: 0 1rem;
    text-align: center
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.whatsapp-box {
    background: var(--background-b-1, #fff);
    border-radius: .8rem;
    bottom: 0;
    box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
    max-height: 79vh;
    overflow-y: auto;
    position: absolute;
    right: 0;
    transform: scale(0);
    transform-origin: bottom right;
    transition: all .3s
}

.whatsapp-box.active {
    transform: scale(1)
}

.whatsapp-box-hd {
    align-items: center;
    align-self: stretch;
    background: linear-gradient(180deg, rgba(27, 196, 125, .1), rgba(27, 196, 125, 0));
    display: flex;
    height: 9vh;
    justify-content: space-between;
    padding: 0 1rem
}

.whatsapp-box-hd__logo {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAnUExURfj9+/T9+fD89wCa3gDOfAPEtHrc07Pu4NT26ZnY75bj3Vy/6RzUioVB7XYAAAHOSURBVEjHhZC7TsMwFIZtJrLZ3hhTqSK0bBlZq4oXSOd2gK4EVWWlTAx9CobOkfIESB14LM7Fca4n+WNVzvHn75xGzcS8068Szxc/E8DrBLCYAJKLAHwHwTCQ/FUTCMD5OQgGgeTqgaMAnFfjQHKtgMswcF4xsBQMIGCgFAyPKwaWqWA4eKBMhw2xB5bphKFM2wbXAUDgDfHMxWiI6QGQgTJtGxwnBpyA+7Q2YBTfJ4aAhxqABg4MlkBkaiCmFnjLKr5N6RkwyrkBgAxfDMR1GgAY9jNvsDAFLwLuELBgyC0VFcxYEQ3g+LrnAysacl+UDPvqnmTI43HDh/X3rLJ1GsAJzjk14E4NQIdyANw8bwB2AMjGATefArJxAAQTQCYDxmpj522AaryUIe5FMhhoAaDNOkBQQAv8aDrrG27oa2pooXXfADU6AIOmBOCXh4TwgeoCu2DwUQib0GJtgsGnY9jpccPa6mjUsDOmZ+Ag8HZYwysanqBi4MHFLQwDW/hvCBRQRYJWw3BEX4QC7Kz8ccOg8eMAUPBl7N820C6iCTg67Aj4NIqGLKhidDVlBWz4NaoFzQCw5V1UCMDG726VAGzVaIJABCYEakqgZME/PCU0dPwujhsAAAAASUVORK5CYII=);
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    height: 1.6rem;
    width: 1.6rem
}

@media (-webkit-min-device-pixel-ratio:2),
(min-resolution:2dppx) {
    .whatsapp-box-hd__logo {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIAAAACACAMAAAD04JH5AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJcEhZcwAAFiUAABYlAUlSJPAAAAAzUExURUdwTADEtADBtnrc1ACa3gPPfnrb01DI0gDOfQCb3wDEtADPfADPfQDOfACa3nrb1ADDs1Z1JsQAAAANdFJOUwCff9/fQIAdYMLffzCoY9Y+AAACKklEQVR42u3Z7bKCIBSF4d2HIpXV/V/t8VtIImD2cs2ZkQvwfcR+xEZkp2VqoS5zqcn9V03uUwF9nwkY+kTA2OcBpj4NMPdZgKVPAqx9DOBeJfchgHtbJfcRgHsbB3h9AKDrRwF+Xx/Q92OAj746YOjHAPULChj7McALCpj6EYCBAuY+C7D0SYC1HwYYMMDpBwHGYgFuPwQw1ysU4PUDAHN9QgF+fwvo+lBA08YBfR8KaOOAoY8EVHHA2EcCmihg6tMAc58FWPokwNrnAJw+BeD2GQCvTwD4fQLAPrmA5kkG2ANwAA5AEqAiAy6GDMD8KU4HKJ0KigFax6JSgNq5sBCgdzAuAyhOBooAmqOREoDqbKgAoDscywcoTwezAdrj0VyA+nw4E6A/IM8DAG4IsgCIK5IcAOSOKAOAWUSAOXMB5naiAsztTQV0fSqg7zMBQ58IGPs8wNSnAeY+C7D0SYC1zwE4fQrA7TMAXp8A8Pv7Az76+wNObzLgxga8D8AB+B+ABxsgZMCDDGiEC5j6NMDcZwGWPgmw9jkAp08BuH0GwOsTAH5/A7BowEd/A2jAgM3zLWIDvgO27+cDrMECAvtrEf1vgND3tYj+F0Dw92UR/TAg/HiL6IcBEgdo9ksAqv0CgG5/Azj/Aij3NwDzA6Ddl/QNGADqfUnv9wD9vqT3OwCgL+l9sYi+pPfljOhLeh+02H1h94XdF3Zf2H1h94XdF3Zf2H3Zq/8HE7DlO77F9XoAAAAASUVORK5CYII=)
    }
}

@media (-webkit-min-device-pixel-ratio:3),
(min-resolution:2dppx) {
    .whatsapp-box-hd__logo {
        background-image: url(/wp-content/themes/theforest/images/logo@3x.png)
    }
}

.whatsapp-box-hd__close {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjM3NCA1Ljk2YTEgMSAwIDAgMSAuMDczIDEuMzMybC0uMDczLjA4Mi02LjY2NyA2LjY2NmExIDEgMCAwIDEtMS4zMzMuMDczbC0uMDgxLS4wNzMtNi42NjctNi42NjZBMSAxIDAgMCAxIDMuOTYgNS44ODdsLjA4Mi4wNzJMMTAgMTEuOTJsNS45NTktNS45NmExIDEgMCAwIDEgMS4zMzMtLjA3MmwuMDguMDcyWiIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMyIvPjwvc3ZnPg==) no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 1rem;
    width: 1rem;
    z-index: 2
}

.whatsapp-box-bd {
    align-items: center;
    display: flex;
    flex-direction: column;
    font-size: .6rem;
    justify-content: center;
    padding: .4rem 1.2rem 1.2rem
}

.whatsapp-box-bd__title {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .9rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

.whatsapp-box-bd__desc {
    color: var(--text-o-50, rgba(0, 0, 0, .5));
    font-family: var(--sans-font);
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: .4rem;
    text-align: center
}

.whatsapp-box-bd__img {
    border: .05rem solid var(--divider-o-05, rgba(0, 0, 0, .05));
    border-radius: .2rem;
    height: 22vh;
    margin-top: 2vh;
    width: 22vh
}

.whatsapp-box-bd__contact {
    color: var(--text-o-50, rgba(0, 0, 0, .5));
    font-family: var(--sans-font);
    font-size: .8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 2vh;
    text-align: center
}

.whatsapp-box-bd__info {
    align-items: center;
    align-self: stretch;
    background: var(--background-b-2, #f7f8f9);
    border-radius: .6rem;
    display: flex;
    flex-direction: column;
    margin: 2vh auto 0;
    padding: 0 3vh
}

.whatsapp-box-bd__info>li {
    align-items: center;
    border-bottom: .05rem solid var(--divider-o-05, rgba(0, 0, 0, .05));
    display: flex;
    height: 7vh;
    justify-content: flex-start;
    width: 15.6rem
}

.whatsapp-box-bd__info>li>span:last-child {
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 400;
    margin-inline-start: .8rem
}

.whatsapp-box-bd__info>li:last-child {
    border-bottom: none
}

.whatsapp-box-bd__info .icon_telegram {
    --un-icon: url(/wp-content/themes/theforest/images/icon_whatsapp.svg)
}

.whatsapp-box-bd__info .icon_phone,
.whatsapp-box-bd__info .icon_telegram {
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 1rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1rem
}

.whatsapp-box-bd__info .icon_phone {
    --un-icon: url(/wp-content/themes/theforest/images/icon_phone.svg)
}

.whatsapp-box-bd__info .icon_email {
    --un-icon: url(/wp-content/themes/theforest/images/icon_email.svg);
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 1rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1rem
}

[dir=rtl] .whatsapp-box-hd__close {
    left: .8rem;
    right: auto
}

[dir=rtl] .whatsapp-box {
    left: 80%;
    right: auto;
    transform-origin: bottom left
}

@media only screen and (max-width:768px) {
    .whatsapp-box {
        border-radius: 1.6rem 1.6rem 0 0;
        bottom: 0;
        box-shadow: 0 .2rem .8rem 0 rgba(0, 0, 0, .15);
        height: 53.3rem;
        overflow: hidden;
        position: fixed;
        right: 0;
        transform: scale(0);
        transform-origin: bottom right;
        transition: all .3s;
        width: 37.5rem
    }

    .whatsapp-box-hd {
        height: 5.2rem;
        padding: 0 2rem
    }

    .whatsapp-box-hd__logo {
        height: 3.2rem;
        width: 3.2rem
    }

    .whatsapp-box-hd__close {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE3LjM3NCA1Ljk2YTEgMSAwIDAgMSAuMDczIDEuMzMybC0uMDczLjA4Mi02LjY2NyA2LjY2NmExIDEgMCAwIDEtMS4zMzMuMDczbC0uMDgxLS4wNzMtNi42NjctNi42NjZBMSAxIDAgMCAxIDMuOTYgNS44ODdsLjA4Mi4wNzJMMTAgMTEuOTJsNS45NTktNS45NmExIDEgMCAwIDEgMS4zMzMtLjA3MmwuMDguMDcyWiIgZmlsbD0iIzAwMCIgZmlsbC1vcGFjaXR5PSIuMyIvPjwvc3ZnPg==) no-repeat;
        background-size: contain;
        cursor: pointer;
        height: 2rem;
        width: 2rem;
        z-index: 2
    }

    .whatsapp-box-bd {
        overflow-y: auto;
        padding: 0 2.4rem 2.4rem
    }

    .whatsapp-box-bd__title {
        font-size: 1.8rem
    }

    .whatsapp-box-bd__desc {
        font-size: 1.4rem;
        margin-top: .8rem;
        width: 100%
    }

    .whatsapp-box-bd__img {
        border: .1rem solid var(--divider-o-05, rgba(0, 0, 0, .05));
        border-radius: .4rem;
        height: 16rem;
        margin-top: 1.6rem;
        width: 16rem
    }

    .whatsapp-box-bd__contact {
        font-size: 1.4rem;
        margin-top: 3.2rem;
        width: 100%
    }

    .whatsapp-box-bd__info {
        border-radius: 1.2rem;
        height: 14.4rem;
        margin: .8rem auto 0;
        padding: 0 2rem
    }

    .whatsapp-box-bd__info>li {
        height: 4.8rem;
        width: 28.7rem
    }

    .whatsapp-box-bd__info>li>span:last-child {
        font-size: 1.6rem;
        margin-inline-start: 1.6rem
    }

    .whatsapp-box-bd__info>li:last-child {
        border-bottom: none
    }

    .whatsapp-box-bd__info .icon_telegram {
        --un-icon: url(/wp-content/themes/theforest/images/icon_whatsapp.svg)
    }

    .whatsapp-box-bd__info .icon_phone,
    .whatsapp-box-bd__info .icon_telegram {
        background-color: currentColor;
        content: "";
        display: inline-block;
        height: 2rem;
        mask: var(--un-icon) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: var(--un-icon) no-repeat;
        -webkit-mask-size: 100% 100%;
        width: 2rem
    }

    .whatsapp-box-bd__info .icon_phone {
        --un-icon: url(/wp-content/themes/theforest/images/icon_phone.svg)
    }

    .whatsapp-box-bd__info .icon_email {
        --un-icon: url(/wp-content/themes/theforest/images/icon_email.svg);
        background-color: currentColor;
        content: "";
        display: inline-block;
        height: 2rem;
        mask: var(--un-icon) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: var(--un-icon) no-repeat;
        -webkit-mask-size: 100% 100%;
        width: 2rem
    }

    [dir=rtl] .whatsapp-box {
        bottom: 0;
        right: 0;
        transform-origin: bottom left
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.whatsapp {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 1.6rem;
    transition: all .3s;
    z-index: 1000
}

.whatsapp.default-margin {
    bottom: 5rem
}

.whatsapp .van-popover__wrapper {
    display: flex
}

.whatsapp-hover-tip {
    fill: hsla(0, 0%, 100%, .9);
    backdrop-filter: blur(1.25rem);
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    display: block;
    filter: drop-shadow(0 .1rem .4rem rgba(0, 0, 0, .15));
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 400;
    margin: .25rem .6rem
}

.whatsapp-link {
    align-items: center;
    backdrop-filter: blur(1.25rem);
    background: linear-gradient(91deg, #00d8bf 2.81%, #00ff85 128.55%);
    border-radius: 5rem;
    box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: flex;
    height: 2.8rem;
    justify-content: center;
    transition: all .3s;
    width: 2.8rem
}

.whatsapp-link>a {
    --un-icon: url(/wp-content/themes/theforest/images/icon_customer.svg);
    background-color: currentColor;
    color: #fff;
    content: "";
    display: inline-block;
    height: 1.8rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1.8rem
}

.whatsapp-link:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, .1), rgba(0, 0, 0, .1)), linear-gradient(91deg, #00d8bf 2.81%, #00ff85 128.55%)
}

.whatsapp-link:hover a {
    color: #fff
}

.whatsapp .showPopover {
    visibility: hidden
}

[dir=rtl] .whatsapp {
    left: 1.6rem;
    right: auto
}

@media only screen and (max-width:768px) {
    .whatsapp {
        bottom: 0;
        right: 1.6rem;
        z-index: 200
    }

    .whatsapp.showPopUp {
        background: var(--rise-fall-o-50, rgba(0, 0, 0, .5));
        height: 100%;
        right: 0;
        width: 100%
    }

    .whatsapp.default-margin {
        bottom: 7rem
    }

    .whatsapp-hover-tip {
        fill: hsla(0, 0%, 100%, .9);
        backdrop-filter: blur(1.25rem);
        color: var(--text-o-85, rgba(0, 0, 0, .85));
        display: none;
        filter: drop-shadow(0 .1rem .4rem rgba(0, 0, 0, .15));
        font-family: var(--sans-font);
        font-size: .8rem;
        font-weight: 400;
        margin: .25rem .6rem
    }

    .whatsapp-link {
        background: linear-gradient(91deg, #00d8bf 2.81%, #00ff85 128.55%);
        border-radius: 2.8rem;
        box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
        height: 4rem;
        transition: none;
        width: 4rem
    }

    .whatsapp-link>a {
        --un-icon: url(/wp-content/themes/theforest/images/icon_customer.svg);
        background-color: currentColor;
        color: #fff;
        content: "";
        display: inline-block;
        height: 2.4rem;
        mask: var(--un-icon) no-repeat;
        mask-size: 100% 100%;
        -webkit-mask: var(--un-icon) no-repeat;
        -webkit-mask-size: 100% 100%;
        width: 2.4rem
    }

    [dir=rtl] .whatsapp {
        left: 1.6rem
    }
}

.icon {
    background-color: currentColor;
    content: "";
    display: inline-block;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%
}

.backtop {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    right: 1.6rem;
    transition: all .3s;
    z-index: 199
}

.backtop.showBacktop,
.backtop.showPopover {
    visibility: visible
}

.backtop.hidBacktop,
.backtop.hidPopover {
    visibility: hidden
}

.backtop.default-margin-backtop {
    bottom: 1.6rem
}

.backtop .van-popover__wrapper {
    display: flex
}

.backtop-hover-tip {
    fill: hsla(0, 0%, 100%, .9);
    backdrop-filter: blur(1.25rem);
    color: var(--text-o-85, rgba(0, 0, 0, .85));
    display: block;
    filter: drop-shadow(0 .1rem .4rem rgba(0, 0, 0, .15));
    font-family: var(--sans-font);
    font-size: .8rem;
    font-weight: 400;
    margin: .25rem .6rem
}

.backtop-link {
    align-items: center;
    backdrop-filter: blur(1.25rem);
    background: #f6f6f6;
    border-radius: 5rem;
    box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
    cursor: pointer;
    display: flex;
    height: 2.8rem;
    justify-content: center;
    transition: all .3s;
    width: 2.8rem
}

.backtop-link>a {
    --un-icon: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTI1LjgwMyA0Mi4zNDFjLS4yNTcgMi4zMTQtMy41MTQgMi4xMDgtMy42NCAwLS4wMDQtMS42MDMtLjAwNC0yNS4xMzYtLjAwNC0yNS4xMzZMMTAuOTUgMjcuOTQyYy0xLjc1NSAxLjUtMy44NDctLjg5OS0yLjU0LTIuNDc4IDQuOTY0LTQuNzc3IDEzLjg3My0xMy4zMjUgMTQuMDgtMTMuNTIyLjgyLS44ODYgMi4xMTUtLjkzMiAyLjk5IDAgMS42MzUgMS41NjkgMTMuNzcgMTMuMTggMTQuMTM5IDEzLjU5OCAxLjIzIDEuNTE4LS43NiAzLjc2NS0yLjQ1OCAyLjUtLjQ0LS4zNy0xMS4zNTQtMTAuODM1LTExLjM1NC0xMC44MzVNOC4zNzYgNS43NWMwLS45NjcuNzg0LTEuNzUgMS43NS0xLjc1aDI3LjU2MWExLjc1IDEuNzUgMCAxIDEgMCAzLjVoLTI3LjU2YTEuNzUgMS43NSAwIDAgMS0xLjc1LTEuNzVaIiBmaWxsPSIjMjcyNjM2Ii8+PC9zdmc+);
    background-color: currentColor;
    content: "";
    display: inline-block;
    height: 1.8rem;
    mask: var(--un-icon) no-repeat;
    mask-size: 100% 100%;
    -webkit-mask: var(--un-icon) no-repeat;
    -webkit-mask-size: 100% 100%;
    width: 1.8rem
}

[dir=rtl] .backtop {
    left: 1.6rem;
    right: auto
}

@media only screen and (max-width:768px) {
    .backtop {
        bottom: 1.6rem;
        right: 1.6rem;
        z-index: 199
    }

    .backtop.default-margin-backtop {
        bottom: 2.1rem
    }

    .backtop-hover-tip {
        fill: hsla(0, 0%, 100%, .9);
        backdrop-filter: blur(1.25rem);
        color: var(--text-o-85, rgba(0, 0, 0, .85));
        display: none;
        filter: drop-shadow(0 .1rem .4rem rgba(0, 0, 0, .15));
        font-family: var(--sans-font);
        font-size: .8rem;
        font-weight: 400;
        margin: .25rem .6rem
    }

    .backtop-link {
        background: #f6f6f6;
        border-radius: 2.8rem;
        box-shadow: 0 .1rem .4rem 0 rgba(0, 0, 0, .15);
        color: #191f28;
        height: 4rem;
        transition: none;
        width: 4rem
    }

    .backtop-link>a {
        height: 2.4rem;
        width: 2.4rem
    }

    :root[lang=ar-sa] .backtop {
        left: 1.6rem;
        right: auto
    }
}