.Input_input-wrapper__Eztrg {
    position: relative;
    display: inline-flex;
    height: var(--btn-sm-height);
    width: 100%;
}
.Input_input-wrapper__Eztrg.Input_inline__y0LNL {
    width: auto;
}
.Input_input-wrapper__Eztrg .Input_icon-left__onjkf {
    position: absolute;
    left: 12px;
    top: calc(50% - 9px);
    width: 18px;
    height: 18px;
}
.Input_input__5NxQv {
    width: 100%;
    box-sizing: border-box;
    height: var(--btn-height);
    font-size: var(--font-sm);
    padding: var(--pd-1) var(--pd-5);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(24, 24, 29, 0.25);
    color: #fff;
    font-weight: 700;
}
.Input_input__5NxQv:disabled {
    background: rgba(73, 73, 74, 0.6);
}
.Input_input__5NxQv.Input_with-icon__DlOp3 {
    padding-left: 35px;
}
.Input_input-colored__3WVjA {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAQEBAQEBAQEBAQGBgUGBggHBwcHCAwJCQkJCQwTDA4MDA4MExEUEA8QFBEeFxUVFx4iHRsdIiolJSo0MjRERFwBBAQEBAQEBAQEBAYGBQYGCAcHBwcIDAkJCQkJDBMMDgwMDgwTERQQDxAUER4XFRUXHiIdGx0iKiUlKjQyNEREXP/CABEIADIBmgMBIgACEQEDEQH/xAAXAAEBAQEAAAAAAAAAAAAAAAAAAQII/9oACAEBAAAAAOPkokIAAgAAUKtAISAAElIoKBVGoBIgABlSKAULS0ixIgACRSFCgLSgIiAAElIUAotUBEgAAkoigWULQFRCAASxKhQolNKn/8QAGAEBAQEBAQAAAAAAAAAAAAAAAQIABQb/2gAIAQIQAAAA9BoAnSEySAE7Tt3pmQCQkmQJMYN3SDTOkJkkAJ2DdyQJAJJJAkNp2//EABcBAQEBAQAAAAAAAAAAAAAAAAACAQP/2gAIAQMQAAAA6TMQN0N0Ch1mInBQboFDpMxOG6FAKFzMSNNN0aaP/8QAHxAAAQQABwAAAAAAAAAAAAAAARAgMEEAIVBRYHCB/9oACAEBAAE/AOm89U95jvFaGG2mEuGLT//EABkRAQEBAQEBAAAAAAAAAAAAAAEQACAwUf/aAAgBAgEBPwCPbXNfZ5a5zGua8vbXOY+jXhzHOZ8r3//EABkRAQEBAQEBAAAAAAAAAAAAAAEAQBAgMf/aAAgBAwEBPwCTjoeOdZmdDM/cBw8//9k=")
        no-repeat 50%/100% 100%;
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: var(--font-md);
}
.Icon_icon__loQ0N {
    width: 20px;
    height: 22px;
    color: var(--light);
}
.Icon_icon__loQ0N.Icon_sm__s9wyZ {
    width: 14px;
    height: 14px;
}
.Icon_icon__loQ0N.Icon_lg__ppRnT {
    width: 24px;
    height: 24px;
}
.Icon_icon__loQ0N.Icon_xlg__uV9Xx {
    width: 32px;
    height: 32px;
}
.Icon_icon__loQ0N.Icon_twitch___e7Yj {
    color: #9247f9;
}
.Icon_icon__loQ0N.Icon_youtube__DRPZy {
    color: #ff001d;
}
.Icon_icon__loQ0N.Icon_tiktok__ufcKW {
    color: #010101;
}
@media (min-width: 1990px) {
    .Icon_icon__loQ0N {
        width: 30px;
        height: 32px;
    }
    .Icon_icon__loQ0N.Icon_sm__s9wyZ {
        width: 24px;
        height: 24px;
    }
    .Icon_icon__loQ0N.Icon_lg__ppRnT {
        width: 34px;
        height: 34px;
    }
}
.AutoSearch_wrapper__PoDs6 {
    display: inline-block;
    position: relative;
}
.AutoSearch_input__UO51J {
    background: #212127;
    padding-left: 30px;
}
.AutoSearch_input__UO51J.AutoSearch_active__019cJ {
    border-radius: 15px 15px 0 0;
}
.AutoSearch_icon__RK6uz {
    position: absolute;
    left: 5px;
    top: calc(50% - 12px);
    width: 25px;
    height: 25px;
    color: var(--white);
}
.AutoSearch_values-wrapper__c115O {
    position: absolute;
    top: 100%;
    border-radius: 0 0 15px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-top: 0;
    background: #212127;
    width: 100%;
    z-index: var(--z-index-modal);
    overflow: hidden;
    height: 200px;
}
.AutoSearch_item__xjNtN {
    position: relative;
    padding: 5px;
    cursor: pointer;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    overflow: hidden;
}
.AutoSearch_item__xjNtN > * {
    position: relative;
}
.AutoSearch_item__xjNtN:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, #98d2f9 2.17%, #268dd0 97.83%);
    opacity: 0;
    transition: opacity 0.2s ease;
    content: "";
}
.AutoSearch_item__xjNtN.AutoSearch_active__019cJ:before,
.AutoSearch_item__xjNtN:hover:before {
    opacity: 0.3;
}
.AutoSearch_item__xjNtN + .AutoSearch_item__xjNtN {
    border-top: 1px solid var(--border-color);
}
.NativeScrollBar_scroll__EnOaq {
    width: 100%;
    height: 100%;
    overflow: auto;
    scrollbar-gutter: auto;
    --webkit-overflow-scrolling: touch;
}
.NativeScrollBar_scroll__EnOaq::-webkit-scrollbar {
    width: var(--scroll-thumb-size);
    height: var(--scroll-thumb-size);
}
.NativeScrollBar_scroll__EnOaq::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
}
.NativeScrollBar_scroll__EnOaq::-webkit-scrollbar-thumb {
    width: var(--scroll-thumb-size);
    height: var(--scroll-thumb-size);
    border-radius: 2px;
    background: #444254;
}
.NativeScrollBar_scroll__EnOaq.NativeScrollBar_hidden___FUC7::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0);
}
.NativeScrollBar_scroll__EnOaq.NativeScrollBar_auto__GgoWV {
    width: auto;
    height: auto;
}
.NativeScrollBar_scroll__EnOaq.NativeScrollBar_horizontal__taxTt {
    padding-bottom: var(--pd-2);
}
@-moz-document url-prefix() {
    .NativeScrollBar_scroll__EnOaq {
        scrollbar-width: thin;
        scrollbar-color: #444254 rgba(0, 0, 0, 0);
    }
    .NativeScrollBar_scroll__EnOaq.NativeScrollBar_hidden___FUC7 {
        scrollbar-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    }
}
.Flex_flex__KsGCE {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 10px;
}
.Flex_flex__KsGCE.Flex_no-gap__RfA1C {
    column-gap: unset;
    row-gap: unset;
}
.Flex_flex__KsGCE.Flex_small-gap__EjwJW {
    row-gap: 5px;
    column-gap: 5px;
}
.Flex_flex__KsGCE.Flex_big-gap__MVO7K {
    row-gap: 1rem;
    column-gap: 1.5rem;
}
.Flex_flex__KsGCE.Flex_large-gap__KLgia {
    row-gap: 2rem;
    column-gap: 2rem;
}
.Flex_flex__KsGCE.Flex_extra-large-gap__QtAxP {
    row-gap: 5rem;
    column-gap: 5rem;
}
.Flex_flex__KsGCE.Flex_small-row-gap__RHnSL {
    row-gap: 5px;
}
.Flex_flex__KsGCE.Flex_big-row-gap__Hj8jD {
    row-gap: 1rem;
}
.Flex_flex__KsGCE.Flex_large-row-gap__GaCqr {
    row-gap: 2rem;
}
.Flex_flex__KsGCE.Flex_extra-large-row-gap__QN0Zt {
    row-gap: 5rem;
}
.Flex_inline__cO7yk {
    display: inline-flex;
    width: auto;
}
.Flex_a-start__uF3VG {
    align-items: flex-start;
}
.Flex_a-end__zB9S6 {
    align-items: flex-end;
}
.Flex_a-center__QQrTr {
    align-items: center;
}
.Flex_a-baseline__hCuO6 {
    align-items: baseline;
}
.Flex_j-start__NRk4L {
    justify-content: flex-start;
}
.Flex_j-end__h8Unh {
    justify-content: flex-end;
}
.Flex_j-between__oipie {
    justify-content: space-between;
}
.Flex_j-around__pd4YW {
    justify-content: space-around;
}
.Flex_j-center__t1zxl {
    justify-content: center;
}
.Flex_f-col-wrap__Chul1 {
    flex-flow: column wrap;
}
.Flex_f-row-wrap___W8Zw {
    flex-flow: row wrap;
}
.Flex_f-col-nowrap__n5d5h {
    flex-flow: column nowrap;
}
.Flex_j-row-nowrap__r0Q9M {
    flex-flow: row nowrap;
}
.Flex_grow__Whk23 {
    flex-grow: 1;
}
.Flex_shrink__L8BcU {
    flex-shrink: 1;
}
.Loader_loader__5JtPm {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Loader_loader__5JtPm.Loader_bg__6QZOM {
    background: rgba(0, 0, 0, 0.2);
}
.Loader_loader__5JtPm.Loader_block__jYXeP {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: static;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
}
.Loader_error__zmjwz {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    background: radial-gradient(38.33% 57.5% at 108.54% 108.75%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(143.68% 121.33% at -20% 24.06%, rgba(61, 78, 252, 0.2) 0, rgba(185, 191, 255, 0.05) 100%), #18181d;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 20px 40px;
    max-width: 90%;
    z-index: var(--z-index-modal);
}
.Loader_error__zmjwz .Loader_error-icon__gTLw1 {
    width: 40px;
    height: 40px;
    color: var(--red);
    margin-right: 10px;
}
.Loader_icon__lIKwS {
    width: 80px;
    height: 80px;
}
.Loader_icon__lIKwS.Loader_inline__B3ebF {
    width: 30px;
    height: 30px;
}
.Loader_spinner__YoW5B {
    --width: 48px;
    --height: 48px;
    --border-size: 4px;
    width: var(--width);
    height: var(--height);
    border-radius: 50%;
    display: inline-block;
    border-top: var(--border-size) solid var(--secondary-color);
    border-right: var(--border-size) solid rgba(0, 0, 0, 0);
    box-sizing: border-box;
    animation: Loader_rotation__zncrj 1s linear infinite;
}
.Loader_spinner__YoW5B.Loader_xs__kxlLp {
    --width: 12px;
    --height: 12px;
    --border-size: 1px;
}
.Loader_spinner__YoW5B.Loader_sm__ZB78e {
    --width: 24px;
    --height: 24px;
    --border-size: 2px;
}
.Loader_spinner__YoW5B.Loader_lg__8A8SX {
    --width: 64px;
    --height: 64px;
}
.Loader_spinner__YoW5B.Loader_md__Y8N_o {
    --width: 48px;
    --height: 48px;
}
.Loader_spinner__YoW5B.Loader_xlg__5a_KY {
    --width: 80px;
    --height: 80px;
}
.Loader_spinner__YoW5B:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border-left: var(--border-size) solid var(--main-color);
    border-bottom: var(--border-size) solid rgba(0, 0, 0, 0);
    animation: Loader_rotation__zncrj 0.5s linear infinite reverse;
}
.Loader_simple__Bv24X,
.Loader_spinner__YoW5B:after {
    box-sizing: border-box;
    width: var(--width);
    height: var(--height);
}
.Loader_simple__Bv24X {
    --width: 48px;
    --height: 48px;
    position: relative;
    display: inline-block;
}
.Loader_simple__Bv24X.Loader_xs__kxlLp {
    --width: 12px;
    --height: 12px;
}
.Loader_simple__Bv24X.Loader_sm__ZB78e {
    --width: 24px;
    --height: 24px;
}
.Loader_simple__Bv24X.Loader_lg__8A8SX {
    --width: 64px;
    --height: 64px;
}
.Loader_simple__Bv24X.Loader_md__Y8N_o {
    --width: 48px;
    --height: 48px;
}
.Loader_simple__Bv24X.Loader_xlg__5a_KY {
    --width: 80px;
    --height: 80px;
}
.Loader_simple__Bv24X:after,
.Loader_simple__Bv24X:before {
    content: "";
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    left: 0;
    top: 0;
    animation: Loader_animloader__ucLlT 3s linear infinite;
}
.Loader_simple__Bv24X:after {
    animation-delay: 1s;
}
@keyframes Loader_animloader__ucLlT {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes Loader_rotation__zncrj {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.Box_box__GolHY {
    margin-top: 20px;
    background: var(--box-bg);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-radius: 15px;
}
.Box_box__GolHY.Box_open__zEaHz .Box_title__Lj3HJ {
    background: radial-gradient(78.26% 360% at 19.13% -64%, #47293f 0, rgba(38, 58, 66, 0.23) 100%);
    border-radius: 15px 15px 0 0;
}
.Box_box__GolHY.Box_solid__SqG5J {
    padding: 2rem;
    background: var(--box-bg);
}
.Box_box__GolHY.Box_solid__SqG5J .Box_title__Lj3HJ {
    font-weight: 400;
    font-size: var(--font-xxlg);
    line-height: var(--font-xxlg-lh);
    padding: 0.5rem 0 1rem;
    background: var(--box-bg);
    border-bottom: 1px solid var(--border-color);
}
.Box_box__GolHY.Box_solid__SqG5J .Box_content__SurXo {
    padding: 2rem 0;
}
.Box_title__Lj3HJ {
    padding: 20px;
    font-weight: 600;
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
}
.Box_title__Lj3HJ b {
    font-weight: 700;
    color: var(--orange);
}
.Box_title__Lj3HJ.Box_pointer__h7sxo {
    cursor: pointer;
}
.Box_title-wrapper__oR6H0 {
    width: calc(100% - 24px - 10px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.Box_icon__4z4q4 {
    width: 24px;
    height: 24px;
    cursor: pointer;
    color: var(--text-primary-color);
}
.Box_icon__4z4q4:hover {
    color: var(--text-secondary-color);
}
.Box_content__SurXo {
    overflow: hidden;
    padding: 20px;
    transition: all 0.2s ease;
}
.Box_no-padding__y8QNf {
    padding: 0;
}
@keyframes HoverTooltip_border-animation__B_4V4 {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.HoverTooltip_tooltip__PUVpB {
    display: none;
    position: fixed;
    background: var(--box-bg);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 16px 20px;
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    white-space: pre-wrap;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5);
    z-index: 500;
}
.HoverTooltip_tooltip__PUVpB.HoverTooltip_acronym__rk4VV {
    padding: 10px 15px;
}
.HoverTooltip_tooltip__PUVpB.HoverTooltip_no-padding__x30_B {
    padding: 0;
}
.HoverTooltip_tooltip__PUVpB.HoverTooltip_no-transition__6lBU0 {
    transition: none;
}
.HoverTooltip_tooltip__PUVpB.HoverTooltip_animated-background__buojz {
    border: 2px solid #00ccb1;
    animation: HoverTooltip_border-animation__B_4V4 5s ease infinite;
}
.HoverTooltip_tooltip-tip__KrNiK {
    max-width: 200px;
    padding: var(--pd-4);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.Button_btn__t76w6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--btn-height);
    padding: var(--btn-padding);
    border-radius: 25px;
    font-size: var(--font-sm);
    color: var(--text-primary-color);
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    background: none;
    outline: none;
    min-width: 100px;
}
.Button_btn__t76w6.Button_active__0mIAx,
.Button_btn__t76w6:hover {
    color: #0d0d10;
    background: #fff;
    border: 1px solid #fff;
}
.Button_btn__t76w6.Button_active__0mIAx .Button_icon__Ma_QL,
.Button_btn__t76w6:hover .Button_icon__Ma_QL {
    color: #0d0d10;
}
.Button_btn__t76w6.Button_active__0mIAx.Button_big__FYyuA,
.Button_btn__t76w6:hover.Button_big__FYyuA {
    border-width: 2px;
}
.Button_btn__t76w6.Button_disabled__5PW0a,
.Button_btn__t76w6:disabled {
    cursor: not-allowed;
    color: #6f6f6f;
    border: 1px solid #6f6f6f;
}
.Button_btn__t76w6.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_btn__t76w6:disabled .Button_icon__Ma_QL {
    color: #6f6f6f !important;
}
.Button_btn__t76w6.Button_big__FYyuA {
    border-width: 2px;
    font-weight: 700;
    font-size: var(--font-lg);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}
.Button_btn__t76w6.Button_big__FYyuA.Button_icon-only__Sur7x {
    padding: var(--pd-4);
}
.Button_btn__t76w6.Button_small__9c32H {
    height: var(--btn-sm-height);
    padding: var(--btn-sm-padding);
}
.Button_btn__t76w6.Button_small__9c32H .Button_icon__Ma_QL {
    width: 15px;
    height: 15px;
}
.Button_btn__t76w6.Button_tiny__fVsMu {
    height: var(--btn-xs-height);
    padding: var(--btn-xs-padding);
    font-size: var(--font-xs);
}
.Button_btn__t76w6.Button_tiny__fVsMu .Button_icon__Ma_QL {
    width: 12px;
    height: 12px;
}
@media (min-width: 1990px) {
    .Button_btn__t76w6.Button_tiny__fVsMu {
        font-size: var(--font-xss);
    }
}
.Button_btn__t76w6.Button_icon-only__Sur7x {
    height: auto;
    min-width: inherit;
    padding: 8px;
}
.Button_btn__t76w6.Button_left__2TYsQ {
    justify-content: flex-start;
}
.Button_btn__t76w6.Button_center__j7I4M {
    justify-content: center;
}
.Button_btn__t76w6.Button_right__QdUCf {
    justify-content: flex-end;
}
.Button_btn__t76w6.Button_full-width__ICHGj {
    width: 100%;
    flex-basis: 100%;
}
.Button_btn__t76w6.Button_square__qyzzP {
    border-radius: 12px;
}
a.Button_blue__j58BM {
    color: var(--white) !important;
    text-decoration: none !important;

}
a.Button_blue__j58BM:hover {
    color: var(--white) !important;
    opacity: 1;
}
.Button_blue__j58BM {
    border: none;
    color: var(--white);
    background: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #0083e7;
    box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.3), inset 0 -2px 2px 0 rgba(9, 34, 57, 0.3), 0 5px 10px 0 rgba(0, 131, 231, 0.25), 0 10px 20px 0 rgba(0, 131, 231, 0.1);
		width: 100%;
}
.Button_blue__j58BM:hover {
    border: none;
    color: var(--white);
    background: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(251, 21, 151, 0.5) 0, rgba(210, 0, 120, 0) 100%), #1498f8;
}
.Button_blue__j58BM:hover .Button_icon__Ma_QL {
    color: var(--white);
}
.Button_blue__j58BM.Button_disabled__5PW0a,
.Button_blue__j58BM:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #7000ff;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_blue__j58BM.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_blue__j58BM:disabled .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_bold__AInJv {
    border: 2px dashed #fff;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.25), inset 0 2px 2px rgba(255, 255, 255, 0.2);
}
.Button_bold__AInJv:hover {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.Button_yellow__U1aYH {
    border: none;
    background: radial-gradient(139.5% 418.38% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #ffd600;
    box-shadow: 0 10px 20px rgba(243, 164, 29, 0.1), 0 5px 20px rgba(243, 164, 29, 0.25), inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_yellow__U1aYH:hover {
    border: none;
    background: radial-gradient(139.5% 418.38% at 100% 157.5%, rgba(244, 60, 165, 0.5) 0, rgba(210, 0, 120, 0) 100%), #f4d63c;
}
.Button_yellow__U1aYH:hover,
.Button_yellow__U1aYH:hover .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_yellow__U1aYH.Button_disabled__5PW0a,
.Button_yellow__U1aYH:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #ffd600;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_yellow__U1aYH.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_yellow__U1aYH:disabled .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_green__wNjiO {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(67, 210, 0, 0.5) 0, rgba(210, 0, 0, 0) 100%), #2ebc67;
    box-shadow: 0 10px 20px rgba(47, 158, 78, 0.25), 0 5px 10px rgba(50, 140, 75, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 57, 17, 0.25);
}
.Button_green__wNjiO:hover {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(87, 232, 19, 0.5) 0, rgba(210, 0, 0, 0) 100%), #47da82;
}
.Button_green__wNjiO:hover,
.Button_green__wNjiO:hover .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_green__wNjiO.Button_disabled__5PW0a,
.Button_green__wNjiO:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #00dba6;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_green__wNjiO.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_green__wNjiO:disabled .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_red__TJ7GX {
    border: none;
    background: linear-gradient(180deg, #f4aeae, #a34949);
    box-shadow: 0 2px 5px rgba(255, 94, 94, 0.25), 0 5px 10px rgba(163, 73, 73, 0.25), inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_red__TJ7GX:hover {
    border: none;
    background: linear-gradient(180deg, #f1c1c1, #cc3f3f);
}
.Button_red__TJ7GX:hover,
.Button_red__TJ7GX:hover .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_red__TJ7GX.Button_disabled__5PW0a,
.Button_red__TJ7GX:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #a34949;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_red__TJ7GX.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_red__TJ7GX:disabled .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_main__G3WNj {
    border: none;
    background: var(--gradient-btn-primary);
    box-shadow: var(--box-shadow-btn-primary);
}
.Button_main__G3WNj:hover {
    border: none;
    background: var(--gradient-btn-primary-hover);
}
.Button_main__G3WNj:hover,
.Button_main__G3WNj:hover .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_main__G3WNj.Button_disabled__5PW0a,
.Button_main__G3WNj:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #7000ff;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.Button_main__G3WNj.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_main__G3WNj:disabled .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_grey__a4KUP {
    background: #212127;
    height: var(--btn-height);
}
.Button_grey__a4KUP,
.Button_grey__a4KUP:hover {
    border: none;
    color: var(--text-primary-color);
    box-shadow: none;
}
.Button_grey__a4KUP:hover {
    background: #2d2d31;
}
.Button_grey__a4KUP:hover .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_grey__a4KUP.Button_disabled__5PW0a,
.Button_grey__a4KUP:disabled {
    border: none;
    background: #2d2d31;
    box-shadow: none;
}
.Button_grey__a4KUP.Button_disabled__5PW0a .Button_icon__Ma_QL,
.Button_grey__a4KUP:disabled .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_white__CMc6Z {
    border: 1px solid rgba(0, 0, 0, 0);
    background: #fff;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.3), inset 0 -2px 2px rgba(9, 34, 57, 0.3);
    color: var(--black-dark);
}
.Button_white__CMc6Z.Button_active__0mIAx,
.Button_white__CMc6Z:hover:not(.Button_disabled__5PW0a):not(:disabled) {
    color: var(--text-primary-color);
    border: 1px solid rgba(255, 255, 255, 0.5);
    box-shadow: none;
    background: none;
}
.Button_white__CMc6Z.Button_active__0mIAx .Button_icon__Ma_QL,
.Button_white__CMc6Z:hover:not(.Button_disabled__5PW0a):not(:disabled) .Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_white__CMc6Z.Button_disabled__5PW0a,
.Button_white__CMc6Z:disabled {
    box-shadow: none;
    background: none;
}
.Button_icon__Ma_QL {
    color: var(--text-primary-color);
}
.Button_left-icon____FLJ {
    margin-right: 7px;
}
.Button_right-icon__MqJVJ {
    margin-left: 7px;
}
.Button_time-lbl__mLGV0 {
    font-size: var(--font-xlg);
}
.Checkbox_checkbox__oxdie {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.Checkbox_checkbox__oxdie > input {
    display: none;
}
.Checkbox_checkbox__oxdie > input:checked + .Checkbox_box__UJMSq:after {
    opacity: 1;
}
.Checkbox_checkbox__oxdie.Checkbox_disabled__YLK_o {
    cursor: auto;
    opacity: 0.5;
}
.Checkbox_checkbox__oxdie.Checkbox_reversed__UO5gV {
    flex-flow: row-reverse nowrap;
}
.Checkbox_checkbox__oxdie.Checkbox_reversed__UO5gV .Checkbox_box__UJMSq {
    margin-left: 10px;
}
.Checkbox_checkbox__oxdie.Checkbox_no-margin__fTuUQ .Checkbox_box__UJMSq {
    margin: 0;
}
.Checkbox_box__UJMSq {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
}
.Checkbox_box__UJMSq:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #89ff00;
    border-radius: 2px;
    transition: all 0.2s ease;
    opacity: 0;
    content: "";
}
.Checkbox_label__uNY3B {
font-weight: 400;
    font-size: 16px;
    line-height: var(--font-md-lh);
    color: var(--text-primary-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: pre-wrap;
    margin-left: -80px;
}
.RadioButton_radiobtn___FK1k {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.RadioButton_radiobtn___FK1k > input {
    display: none;
}
.RadioButton_radiobtn___FK1k > input:checked + .RadioButton_box__Uwmoc:after {
    opacity: 1;
}
.RadioButton_radiobtn___FK1k.RadioButton_disabled__hqsrV {
    cursor: auto;
    opacity: 0.5;
}
.RadioButton_radiobtn___FK1k.RadioButton_reversed__2yzrd {
    flex-flow: row-reverse nowrap;
}
.RadioButton_radiobtn___FK1k.RadioButton_reversed__2yzrd .RadioButton_box__Uwmoc {
    margin-left: 10px;
}
.RadioButton_radiobtn___FK1k.RadioButton_no-margin__RRwZH .RadioButton_box__Uwmoc {
    margin: 0;
}
.RadioButton_box__Uwmoc {
    position: relative;
    display: inline-block;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}
.RadioButton_box__Uwmoc:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--main-color);
    border-radius: 50%;
    transition: all 0.2s ease;
    opacity: 0;
    content: "";
}
.RadioButton_label__Dal4G {
    font-weight: 400;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    color: var(--text-primary-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: pre-wrap;
    margin-left: 10px;
}
.ClassAvatar_avatar__h0VFc {
    position: relative;
    display: inline-flex;
    align-items: center;
}
.ClassAvatar_avatar-img__NvlBO {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
}
.ClassAvatar_avatar-img__NvlBO.ClassAvatar_with-frame__qmf63 {
    margin-right: 10px;
}
.ClassAvatar_avatar-img__NvlBO.ClassAvatar_small__1tkNs {
    width: 25px;
    height: 25px;
}
@media (max-width: 767px) {
    .ClassAvatar_avatar-img__NvlBO.ClassAvatar_adaptive__jFmJT {
        width: 25px;
        height: 25px;
    }
}
.ClassAvatar_name__ZDRFX {
    display: none;
    margin-left: 5px;
    font-size: var(--font-sm);
    line-height: var(--font-sm);
}
.ClassAvatar_name__ZDRFX.ClassAvatar_show__CbZj5 {
    display: inline-block !important;
}
@media (min-width: 1280px) {
    .ClassAvatar_name__ZDRFX {
        display: inline-block;
    }
}
.ClassAvatar_frame__9AyAU {
    position: absolute;
    top: calc(30px / -2 - 5px);
    left: calc(30px / -2);
    width: calc(32px + 30px);
    height: calc(32px + 30px);
    background-size: cover;
    background-position: 50%;
    z-index: 1;
}
.ClassAvatar_frame__9AyAU.ClassAvatar_small__1tkNs {
    width: calc(25px + 30px);
    height: calc(25px + 30px);
}
@media (max-width: 767px) {
    .ClassAvatar_frame__9AyAU.ClassAvatar_adaptive__jFmJT {
        width: calc(25px + 30px);
        height: calc(25px + 30px);
    }
}
.ClassAvatar_frame__9AyAU.ClassAvatar_top_1__tv1Ek {
    background-image: url(/assets/990/image/rating_1.png);
}
.ClassAvatar_frame__9AyAU.ClassAvatar_top_2__9tgYK {
    background-image: url(/assets/990/image/rating_2.png);
}
.ClassAvatar_frame__9AyAU.ClassAvatar_top_3__5BknB {
    background-image: url(/assets/990/image/rating_3.png);
}
.ClassAvatar_frame__9AyAU.ClassAvatar_top_10__86l9I {
    background-image: url(/assets/990/image/rating_10.png);
}
.TabButton_tab-btn__C4fR6 {
    position: relative;
    display: inline-block;
    text-align: center;
    outline: none;
    background: none;
    padding: var(--pd-2) var(--pd-4);
    background: var(--box-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2), inset 0 -5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    min-width: 120px;
    color: var(--text-secondary-color);
    font-size: var(--font-md);
    line-height: var(--font-sm-lh);
    transition: all 0.1s ease;
    overflow: hidden;
}
.TabButton_tab-btn__C4fR6,
.TabButton_tab-btn__C4fR6.TabButton_inline__lv7Pf {
    height: var(--btn-sm-height);
}
.TabButton_tab-btn__C4fR6.TabButton_inline__lv7Pf .TabButton_content__MI2Jx {
    position: static;
}
.TabButton_tab-btn__C4fR6.TabButton_inline__lv7Pf .TabButton_content__MI2Jx > * {
    position: relative;
    z-index: 1;
}
.TabButton_tab-btn__C4fR6.TabButton_inline__lv7Pf .TabButton_content__MI2Jx:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 50%;
    transform: translateY(-50%);
    background: #29292c;
    content: "";
}
.TabButton_tab-btn__C4fR6:active,
.TabButton_tab-btn__C4fR6:focus {
    outline: none;
}
.TabButton_tab-btn__C4fR6:after {
    bottom: 2px;
    height: 2px;
    background: var(--main-color);
    border-radius: 10px;
}
.TabButton_tab-btn__C4fR6:after,
.TabButton_tab-btn__C4fR6:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    transition: all 0.1s ease;
    content: "";
}
.TabButton_tab-btn__C4fR6:before {
    top: 0;
    height: 100%;
    background: var(--gradient-box-primary);
    opacity: 0.5;
    filter: blur(10px);
    border-radius: 20%;
}
.TabButton_tab-btn__C4fR6.TabButton_active__kD4lb {
    color: var(--text-primary-color);
}
.TabButton_tab-btn__C4fR6.TabButton_active__kD4lb svg {
    z-index: 1;
    color: var(--text-primary-color);
}
.TabButton_tab-btn__C4fR6.TabButton_active__kD4lb:after {
    width: 50%;
    box-shadow: var(--box-shadow-line-accent);
}
.TabButton_tab-btn__C4fR6.TabButton_active__kD4lb:before {
    width: 50%;
}
.TabButton_tab-btn__C4fR6:hover {
    color: var(--text-primary-color);
}
.TabButton_tab-btn__C4fR6:hover svg {
    z-index: 1;
    color: var(--text-primary-color);
}
.TabButton_tab-btn__C4fR6:hover:before {
    width: 50%;
}
.TabButton_tab-btn__C4fR6.TabButton_auto-width__3RKvU {
    min-width: auto;
}
.TabButton_tab-btn__C4fR6.TabButton_small__EgBz6 {
    padding: var(--pd-2) var(--pd-4);
}
.TabButton_tab-btn__C4fR6.TabButton_disabled__8bXNX {
    cursor: auto;
    pointer-events: none;
    opacity: 0.5;
}
.TabButton_tab-btn__C4fR6 > div {
    position: relative;
}
@media (max-width: 780px) {
    .TabButton_tab-btn__C4fR6,
    .TabButton_tab-btn__C4fR6 + .TabButton_tab-btn__C4fR6 {
        margin: 0;
    }
}
@media (min-width: 1990px) {
    .TabButton_tab-btn__C4fR6 {
        padding: var(--pd-3) var(--pd-4);
    }
}
.Currency_cur__njfXW {
    --img-size: 20px;
    --icon-width: 38px;
    --sm-img-size: 15px;
    --sm-icon-width: 30px;
    --xs-img-size: 14px;
    --xs-icon-width: 25px;
    --lg-img-size: 32px;
    position: relative;
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    column-gap: 5px;
    font-weight: 700;
    min-height: 20px;
}
.Currency_cur__njfXW.Currency_column__gIsKj {
    flex-flow: column nowrap;
    row-gap: 5px;
    justify-content: center;
    align-items: center;
}
.Currency_cur__njfXW.Currency_column__gIsKj.Currency_reverse__KBJde {
    flex-direction: column-reverse;
}
.Currency_cur__njfXW.Currency_reverse__KBJde {
    flex-direction: row-reverse;
}
.Currency_cur__njfXW.Currency_inline__pm0RQ {
    display: inline-flex;
}
.Currency_cur__njfXW span {
    font-size: var(--font-sm);
    white-space: nowrap;
}
.Currency_cur__njfXW .Currency_old-price__x1SPE {
    font-size: var(--font-sm);
    position: absolute;
    right: -40%;
    top: -50%;
}
.Currency_cur__njfXW .Currency_old-price__x1SPE:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 2px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
@media (min-width: 1920px) {
    .Currency_cur__njfXW {
        --img-size: 25px;
        --icon-width: 42px;
        --sm-img-size: 20px;
        --sm-icon-width: 35px;
        --lg-img-size: 37px;
    }
    .Currency_cur__njfXW span {
        font-size: var(--font-md);
    }
}
@media (min-width: 1990px) {
    .Currency_cur__njfXW {
        --img-size: 32px;
        --icon-width: 44px;
        --sm-img-size: 22px;
        --sm-icon-width: 37px;
        --lg-img-size: 39px;
    }
}
.Currency_cur-icon__JiUlF {
    width: var(--icon-width);
    height: var(--img-size);
}
.Currency_cur-img__Ajlm8 {
    height: var(--img-size);
}
.Currency_cur-img__Ajlm8 + span {
    display: inline-block;
    height: var(--font-sm);
    margin-left: -3px;
}
.Currency_cur-type-icon__aYWb0 {
    width: var(--img-size);
    height: var(--img-size);
    margin-left: var(--mg-1);
}
.Currency_small__2bNeG .Currency_cur-icon__JiUlF {
    width: var(--sm-icon-width);
    height: var(--sm-img-size);
}
.Currency_small__2bNeG .Currency_cur-type-icon__aYWb0 {
    height: var(--sm-img-size);
    width: var(--sm-img-size);
}
.Currency_big__MP0Aw {
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
}
.Currency_big__MP0Aw .Currency_cur-img__Ajlm8 {
    height: var(--lg-img-size);
}
.Currency_tiny__FrrXX {
    font-size: var(--font-xs);
    line-height: var(--font-xs-lh);
}
.Currency_tiny__FrrXX .Currency_cur-icon__JiUlF {
    width: var(--xs-icon-width);
    height: var(--xs-img-size);
}
.Currency_tiny__FrrXX .Currency_cur-type-icon__aYWb0 {
    height: var(--xs-img-size);
    width: var(--xs-img-size);
}
.Currency_green__RfhmG {
    color: var(--green);
}
.Currency_yellow__kTAYP {
    color: var(--yellow);
}
.Currency_purple__LtHKg {
    color: var(--purple-lighth);
}
.Currency_blue__VvBdA {
    color: #5462db;
}
.FormItem_form-item__2K3R6 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
}
.FormItem_form-item__2K3R6.FormItem_top__oJ4dw {
    align-items: flex-start;
    flex-flow: column wrap;
}
.FormItem_form-item__2K3R6.FormItem_top__oJ4dw .FormItem_label__4_u1Z {
    display: inline-block;
    margin-bottom: 5px;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.FormItem_form-item__2K3R6.FormItem_top__oJ4dw .FormItem_item__knM5H {
    width: 100%;
}
.FormItem_form-item__2K3R6 + .FormItem_form-item__2K3R6:not(.FormItem_no-margin__0of_b) {
    margin-top: var(--mg-4);
}
@media (max-width: 780px) {
    .FormItem_form-item__2K3R6 {
        width: 100%;
        align-items: flex-start;
        flex-flow: column wrap;
    }
}
.FormItem_inline__pCLu4 + .FormItem_inline__pCLu4 {
    margin-top: 0;
    margin-left: 20px;
}
@media (max-width: 780px) {
    .FormItem_inline__pCLu4 + .FormItem_inline__pCLu4 {
        margin: 20px 0 0;
    }
}
.FormItem_label__4_u1Z {
    width: auto;
    min-width: 120px;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    font-weight: 700;
    margin-right: var(--mg-2);
    color: #fff;
}
.FormItem_label__4_u1Z > b {
    display: inline-block;
    margin-left: 5px !important;
    font-size: var(--font-sm);
    font-family: -apple-system, Arial, sans-serif;
    color: var(--red);
}
@media (max-width: 780px) {
    .FormItem_label__4_u1Z {
        display: inline-block;
        margin-bottom: 5px;
        min-width: auto;
    }
}
@media (min-width: 1990px) {
    .FormItem_label__4_u1Z {
        min-width: 180px;
    }
}
.FormItem_error__eN6E4 {
    position: absolute;
    bottom: 100%;
    right: 0;
    text-align: right;
    color: var(--red);
    opacity: 0;
    transition: all 0.5s ease;
}
.FormItem_error__eN6E4.FormItem_show__Ifnvq {
    opacity: 1;
}
@media (max-width: 780px) {
    .FormItem_error__eN6E4 {
        width: 100%;
        text-align: right;
    }
}
.FormItem_item__knM5H {
    position: relative;
    display: inline-block;
    flex: 1 1 auto;
}
@media (max-width: 780px) {
    .FormItem_item__knM5H {
        display: block;
        width: 100%;
    }
}
.Grid_grid__WWQVp {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-rows: auto;
}
.Grid_grid__WWQVp.Grid_inline__5gFAM {
    display: inline-grid;
}
.Grid_grid__WWQVp.Grid_no-gap__ShQKe {
    gap: unset;
}
.Grid_grid__WWQVp.Grid_small-gap__Aiv0j {
    gap: 5px;
}
.Grid_grid__WWQVp.Grid_big-gap__Axadj {
    gap: 1rem;
}
.Grid_grid__WWQVp.Grid_large-gap__0JB9m {
    gap: 2rem;
}
@media (max-width: 780px) {
    .Grid_grid__WWQVp {
        display: flex;
        flex-flow: column wrap;
    }
}
.Grid_col-2__4DdcB {
    grid-template-columns: repeat(2, 1fr);
}
.Grid_col-3__LXmEz {
    grid-template-columns: repeat(3, 1fr);
}
.Grid_col-4__1aNS8 {
    grid-template-columns: repeat(4, 1fr);
}
.Grid_col-5__3D5aX {
    grid-template-columns: repeat(5, 1fr);
}
.Grid_col-6__RP9m2 {
    grid-template-columns: repeat(6, 1fr);
}
.Grid_col-7__i_pme {
    grid-template-columns: repeat(7, 1fr);
}
.Grid_col-8__qOJPH {
    grid-template-columns: repeat(8, 1fr);
}
.IconsSwitcher_wrapper__gSXyP {
    position: relative;
    padding: var(--pd-1) 0;
    background: var(--box-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2), inset 0 -5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 13px;
    column-gap: 0;
}
.IconsSwitcher_wrapper__gSXyP.IconsSwitcher_full-width__4Q78f {
    width: 100%;
}
.IconsSwitcher_item__K4k_H {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    max-height: var(--btn-sm-height);
    padding: var(--pd-1) var(--pd-3);
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    cursor: pointer;
    z-index: 1;
}
.IconsSwitcher_item__K4k_H .IconsSwitcher_icon__oAIMh {
    width: 24px;
    height: 24px;
    color: var(--light);
}
.IconsSwitcher_item__K4k_H.IconsSwitcher_active__hSwTV .IconsSwitcher_icon__oAIMh,
.IconsSwitcher_item__K4k_H:hover .IconsSwitcher_icon__oAIMh {
    color: var(--white);
}
.IconsSwitcher_bar__mD_Ho {
    position: absolute;
    top: calc(50% - var(--btn-sm-height) / 2);
    left: -1px;
    height: var(--btn-sm-height);
    width: 44px;
    background: #212127;
    border-radius: 13px;
    transition: all 0.2s ease;
}
.NoData_no-data__jgYUj {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    height: 100%;
    color: var(--text-secondary-color);
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    text-align: center;
    padding: 20px;
}
.NoData_no-data__jgYUj .NoData_icon__Ji6y1 {
    width: 50px;
    height: 50px;
    color: var(--text-secondary-color);
}
.PageBox_box__3Z0FS {
    background: var(--box-bg);
    border-radius: 20px;
    padding: 20px;
}
.PageBox_box__3Z0FS.PageBox_small-padding__fO7wi {
    padding: 15px 20px;
}
.PageBox_box__3Z0FS.PageBox_tiny-padding__JeKy5 {
    padding: 10px 15px;
}
.PageBox_box__3Z0FS.PageBox_no-side-padding__ClGA7 {
    padding: 20px 0;
}
.PageBox_box__3Z0FS.PageBox_inline__M0ahU {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
@media (max-width: 780px) {
    .PageBox_box__3Z0FS,
    .PageBox_box__3Z0FS.PageBox_small-padding__fO7wi {
        padding: 10px;
    }
    .PageBox_box__3Z0FS.PageBox_no-mobile-bg__z2iyX {
        padding: 0;
        background: none;
    }
}
.PageBox_title__mmxrG {
    font-weight: 400;
    font-size: var(--font-xlg);
    line-height: var(--font-xlg-lh);
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.PageBox_title__mmxrG.PageBox_no-border__Eorfg {
    border-bottom: none;
}
.PageBox_title__mmxrG.PageBox_center__zYVcD {
    justify-content: center;
}
.PageBox_content__XuOmK {
    position: relative;
    padding: 30px 0;
    transition: all 0.5s ease;
}
.PageBox_content__XuOmK.PageBox_no-padding__nQCLq {
    padding: 0;
}
.PageBox_content__XuOmK.PageBox_small-padding__fO7wi {
    padding: 15px 0;
}
.PageBox_content__XuOmK.PageBox_minimazible__3FB_y {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}
.PageBox_content__XuOmK.PageBox_minimazible__3FB_y.PageBox_open__A5kT8 {
    grid-template-rows: 1fr;
}
.PageBox_wrapper__X3Eos.PageBox_hidden__UW1DH {
    overflow: hidden;
}
.PageBox_minimaze-icon__hL8iV {
    cursor: pointer;
    width: 16px;
    height: 16px;
    color: var(--secondary);
    transition: all 0.3s ease;
}
.PageBox_minimaze-icon__hL8iV:hover {
    color: var(--white);
}
.PageBox_error__oDK27 {
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease;
    color: var(--red);
    font-size: var(--font-sm);
    font-weight: 700;
}
.PageBox_error__oDK27.PageBox_show__EwAlg {
    opacity: 1;
}
.PageFlexWrapper_wrapper__EKu9_ {
    gap: 15px;
    min-height: 500px;
    height: calc(100vh - var(--header-height) - var(--page-padding-top) * 2);
}
.PageFlexWrapper_wrapper__EKu9_.PageFlexWrapper_with-menu__49roJ {
    height: calc(100vh - var(--header-height) - var(--acc-menu-height) - var(--page-padding-top) * 2);
}
@media (max-width: 780px) {
    .PageFlexWrapper_wrapper__EKu9_ {
        margin-top: 1rem;
        height: auto !important;
        gap: 1rem;
    }
}
.Select_select__e_I5E {
    --arrow-width: 10px;
    --arrow-height: 5px;
    --arrow-margin: 10px;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    height: var(--btn-height);
    border-radius: 15px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    z-index: var(--z-index-page-menu);
}
.Select_select__e_I5E:hover {
    border: 1px solid #fff;
}
.Select_select__e_I5E.Select_active__cPKo5 {
    background: rgba(47, 47, 54, 0.75);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 25px 25px 0 0;
}
.Select_select__e_I5E.Select_active__cPKo5 .Select_arrow__d8F0O {
    transform: rotate(180deg);
}
.Select_select__e_I5E.Select_active__cPKo5 .Select_options-list___oSF5 {
    display: block;
    min-height: -moz-fit-content;
    min-height: fit-content;
    overflow: auto;
}
.Select_select__e_I5E.Select_filled__t4S7U {
    background: rgba(24, 24, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
}
.Select_select__e_I5E.Select_filled__t4S7U.Select_active__cPKo5 {
    z-index: var(--z-index-modal);
    border-radius: 15px 15px 0 0;
}
.Select_select__e_I5E.Select_filled__t4S7U.Select_active__cPKo5 .Select_options-list___oSF5 {
    background: var(--gradient-box-grey);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Select_select__e_I5E.Select_filled__t4S7U.Select_active__cPKo5 .Select_options-list___oSF5:before {
    display: none;
}
.Select_select__e_I5E.Select_full-filled__rCYWF {
    border-radius: 15px;
    border: 1px solid var(--border-color);
    background: var(--gradient-box-grey);
    box-shadow: inset 0 4px 6.1px 4px rgba(15, 15, 15, 0.25);
}
.Select_select__e_I5E.Select_full-filled__rCYWF.Select_active__cPKo5 {
    border-radius: 15px 15px 0 0;
}
.Select_select__e_I5E.Select_full-filled__rCYWF.Select_active__cPKo5 .Select_options-list___oSF5 {
    background: var(--gradient-box-grey);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.Select_select__e_I5E.Select_full-filled__rCYWF.Select_active__cPKo5 .Select_options-list___oSF5:before {
    display: none;
}
.Select_select__e_I5E.Select_full-filled__rCYWF.Select_disabled__vPfRY {
    background: radial-gradient(100% 100% at 50% 0, rgba(255, 255, 255, 0.02) 0, rgba(255, 255, 255, 0) 100%), rgba(217, 217, 217, 0.1);
}
.Select_select__e_I5E.Select_disabled__vPfRY {
    cursor: auto;
    opacity: 0.5;
}
.Select_select__e_I5E.Select_disabled__vPfRY .Select_arrow__d8F0O {
    color: var(--light);
}
.Select_select__e_I5E.Select_minimized__4_gWY {
    border-radius: 50px;
}
.Select_select__e_I5E.Select_minimized__4_gWY .Select_label__NF1BL {
    padding: 0;
}
.Select_select__e_I5E.Select_minimized__4_gWY .Select_icon__UO2kj {
    width: 22px;
    height: 22px;
    cursor: pointer;
    padding: var(--pd-3);
}
.Select_select__e_I5E.Select_minimized__4_gWY .Select_option__BKJtv {
    font-size: var(--font-sm);
    padding: var(--pd-2) 0;
    justify-content: center;
}
.Select_select__e_I5E.Select_small__KL4_j {
    height: var(--btn-sm-height);
}
.Select_select__e_I5E.Select_small__KL4_j .Select_label__NF1BL {
    padding: var(--btn-sm-padding);
    padding-right: calc(var(--arrow-margin) + var(--arrow-width) + var(--mg-1));
    font-size: var(--font-sm);
}
.Select_select__e_I5E.Select_up__CQR2K.Select_active__cPKo5 {
    border-radius: 0 0 15px 15px;
}
.Select_select__e_I5E.Select_up__CQR2K .Select_options-list___oSF5 {
    top: auto;
    bottom: 100%;
    border-radius: 15px 15px 0 0;
}
.Select_select__e_I5E.Select_up__CQR2K .Select_options-list___oSF5:before {
    top: auto;
    bottom: 0;
}
.Select_select__e_I5E.Select_sort__ddcqu {
    max-width: -moz-fit-content;
    max-width: fit-content;
}
.Select_select__e_I5E.Select_sort__ddcqu .Select_label__NF1BL {
    padding: var(--pd-2) var(--pd-3);
    padding-right: calc(var(--arrow-margin) + var(--arrow-width) + var(--mg-1));
    font-size: var(--font-md);
}
.Select_select__e_I5E.Select_sort__ddcqu .Select_arrow__d8F0O {
    top: calc(50% - var(--arrow-height) / 2);
    right: var(--arrow-margin);
}
.Select_select__e_I5E.Select_lang-select__PzNeY .Select_label__NF1BL {
    justify-content: center;
}
.Select_select__e_I5E.Select_lang-select__PzNeY .Select_icon__UO2kj {
    padding: 0;
}
@media (min-width: 1990px) {
    .Select_select__e_I5E {
        --arrow-width: 15px;
        --arrow-height: 8px;
        --arrow-margin: 15px;
    }
}
.Select_label__NF1BL {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    padding: var(--mg-2) var(--mg-4);
    padding-right: calc(var(--arrow-margin) + var(--arrow-width) + var(--mg-1));
    font-size: var(--font-md);
    color: #fff;
    font-weight: 700;
}
@media (max-width: 1024px) {
    .Select_label__NF1BL {
        min-height: 35px;
        padding: 1rem 25px 1rem 1.2rem;
    }
}
.Select_arrow__d8F0O {
    position: absolute;
    width: var(--arrow-width);
    height: var(--arrow-height);
    top: calc(50% - var(--arrow-height) / 2);
    right: var(--arrow-margin);
    color: #fff;
}
.Select_options-list___oSF5 {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.5s ease;
    background: var(--gradient-box-grey);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    border-radius: 0 0 15px 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    z-index: var(--z-index-modal);
}
.Select_options-list___oSF5:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    content: "";
}
.Select_option__BKJtv {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: var(--pd-2) var(--pd-3);
    font-size: var(--font-md);
    color: #fff;
    cursor: pointer;
}
.Select_option__BKJtv:hover {
    background: rgba(0, 0, 0, 0.2);
}
.Select_option__BKJtv.Select_active__cPKo5 {
    color: #0488ff;
}
.Select_option__BKJtv.Select_no-padding__Nxscl {
    padding: 0;
}
.Select_placeholder__fk5Mf {
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    color: var(--light);
}
.Switcher_wrapper__EsbV6 {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    position: relative;
    padding: var(--pd-2);
    background: var(--box-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2), inset 0 -5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.Switcher_wrapper__EsbV6.Switcher_full-width__QkC_3 {
    width: 100%;
}
.Switcher_wrapper__EsbV6.Switcher_inline__TEMH9 {
    display: inline-flex;
}
.Switcher_wrapper__EsbV6.Switcher_no-dot__w7TVj .Switcher_bar___0Mrs:before {
    display: none;
}
.Switcher_wrapper__EsbV6.Switcher_size-sm__Vk73p {
    height: var(--btn-sm-height);
    padding: var(--pd-1);
}
.Switcher_wrapper__EsbV6.Switcher_size-sm__Vk73p .Switcher_item__rlQU5 {
    height: var(--btn-xs-height);
    min-width: 80px;
}
.Switcher_wrapper__EsbV6.Switcher_size-sm__Vk73p .Switcher_bar___0Mrs {
    top: calc(50% - var(--btn-xs-height) / 2);
    height: var(--btn-xs-height);
    width: 80px;
}
.Switcher_wrapper__EsbV6.Switcher_size-lg__1KCP7 .Switcher_item__rlQU5 {
    font-size: var(--font-lg);
}
.Switcher_wrapper__EsbV6.Switcher_disabled__0T02W {
    pointer-events: none;
    opacity: 0.5;
}
.Switcher_wrapper__EsbV6.Switcher_disabled__0T02W .Switcher_item__rlQU5 {
    color: var(--light);
}
.Switcher_wrapper__EsbV6.Switcher_disabled__0T02W .Switcher_bar___0Mrs {
    display: none;
}
.Switcher_wrapper__EsbV6.Switcher_size-md__qs60x {
    padding: 5px;
}
.Switcher_item__rlQU5 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: var(--btn-sm-height);
    padding: 0 calc(var(--pd-4) + 15px);
    min-width: 120px;
    flex-grow: 1;
    font-size: var(--font-md);
    color: var(--text-secondary-color);
    cursor: pointer;
    transition: color 0.2s ease;
    z-index: 1;
}
.Switcher_item__rlQU5.Switcher_active__E2Las,
.Switcher_item__rlQU5:hover {
    color: var(--text-primary-color);
}
@media (min-width: 1990px) {
    .Switcher_item__rlQU5 {
        font-size: var(--font-sm);
    }
}
.Switcher_bar___0Mrs {
    position: absolute;
    top: calc(50% - var(--btn-sm-height) / 2);
    left: 0;
    height: var(--btn-sm-height);
    width: 100px;
    background: var(--switcher-bar-bg);
    box-shadow: var(--box-shadow-btn-primary);
    border-radius: 15px;
    transition: all 0.2s ease;
}
.Table_table__5TLKj {
    display: flex;
    flex-flow: column wrap;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
}
.Table_simple-table__ViIyz {
    width: 100%;
}
.Table_simple-table__ViIyz thead {
    border-bottom: 1px solid var(--border-color);
}
.Table_simple-table__ViIyz tr {
    padding: var(--pd-3) 0;
}
.Table_simple-table__ViIyz tr + tr {
    border-top: 1px solid var(--border-color);
}
.Table_simple-table__ViIyz th {
    text-align: left;
    padding: var(--pd-4) var(--pd-3);
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
}
.Table_simple-table__ViIyz th.Table_center__EUAAC {
    text-align: center;
}
.Table_simple-table__ViIyz td {
    padding: var(--pd-3);
    border-left: 1px solid var(--border-color);
    font-size: var(--font-md);
    vertical-align: middle;
    line-height: var(--font-md-lh);
}
.Table_simple-table__ViIyz td.Table_center__EUAAC {
    text-align: center;
    justify-content: center;
}
.Table_simple-table__ViIyz td.Table_bold__dklRj {
    font-weight: 700;
}
.Table_simple-table__ViIyz td:first-child {
    border-left: none;
}
.Table_header__Ywb9A {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    border-bottom: 1px solid var(--border-color);
}
.Table_th__SSDtv {
    padding: var(--pd-4) var(--pd-3);
    flex: 1 1 auto;
    font-size: var(--font-md);
    line-height: var(--font-sm-lh);
}
.Table_th__SSDtv.Table_center__EUAAC {
    text-align: center;
}
.Table_body__CFl3g {
    position: relative;
    width: 100%;
    min-height: 300px;
    transition: opacity 0.2s ease;
    flex: 1 0 auto;
}
.Table_row__2fhdN {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    padding: var(--pd-3) 0;
    overflow: hidden;
}
.Table_row__2fhdN.Table_active__uxnCV,
.Table_row__2fhdN:hover {
    background: linear-gradient(180deg, rgba(152, 210, 249, 0.1) 2.17%, rgba(38, 141, 208, 0.2) 97.83%);
}
.Table_row__2fhdN.Table_active__uxnCV .Table_cell__WeE_X:first-child:before,
.Table_row__2fhdN:hover .Table_cell__WeE_X:first-child:before {
    background: linear-gradient(180deg, #98d2f9, #268dd0);
}
.Table_row__2fhdN + .Table_row__2fhdN {
    border-top: 1px solid var(--border-color);
}
.Table_cell__WeE_X {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 var(--pd-3);
    flex: 1 1 auto;
    border-left: 1px solid var(--border-color);
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.Table_cell__WeE_X.Table_center__EUAAC {
    text-align: center;
    justify-content: center;
}
.Table_cell__WeE_X.Table_bold__dklRj {
    font-weight: 700;
}
.Table_cell__WeE_X.Table_no-wrap__Yr1SV {
    white-space: nowrap;
}
.Table_cell__WeE_X.Table_red__HNJCL {
    color: var(--red);
}
.Table_cell__WeE_X.Table_green__g6_UI {
    color: var(--green-acent);
}
.Table_cell__WeE_X.Table_blue__p3sXU {
    color: var(--blue-acent);
}
.Table_cell__WeE_X.Table_orange__KfN0j {
    color: var(--orange);
}
.Table_cell__WeE_X.Table_yellow__Ia0YN {
    color: var(--yellow-brigth);
}
.Table_cell__WeE_X:first-child {
    border-left: 0;
}
.Table_cell__WeE_X:first-child:before {
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 2px;
    height: 30px;
    background: linear-gradient(180deg, #bba2d3, #6d4694);
    transition: background 0.2s ease;
    -webkit-clip-path: polygon(0 0, 5px 10px, 5px 20px, 0 100%);
    clip-path: polygon(0 0, 5px 10px, 5px 20px, 0 100%);
    content: "";
}
.Table_expanded-row__mn_M2 {
    background: var(--table-background-color);
}
.TabsBlock_tabs-wrapper__reyLR {
    display: flex;
    flex-flow: column nowrap;
    background: var(--box-bg);
    border-radius: 20px;
    overflow: hidden;
/*     height: 100%; */
    margin-top: 2rem;
}
.TabsBlock_tabs-wrapper__reyLR.TabsBlock_full-width__7U42F {
    width: 100%;
}
.TabsBlock_tabs-wrapper__reyLR.TabsBlock_full-width__7U42F .TabsBlock_tab__Jl_2j {
    flex-grow: 1;
}
.TabsBlock_tabs-wrapper__reyLR.TabsBlock_fit-content__U4hie .TabsBlock_tab__Jl_2j {
    flex-grow: inherit;
}
.TabsBlock_tabs-list__ibopz {
    height: 60px;
    margin-bottom: 20px;
}
.TabsBlock_tabs-list__ibopz.TabsBlock_center-tabs__EGLqk {
    justify-content: center;
}
.TabsBlock_tabs-list__ibopz.TabsBlock_space-between__MoRqX {
    justify-content: space-between;
}
@media (max-width: 780px) {
    .TabsBlock_tabs-list__ibopz {
        height: 50px;
        margin-bottom: 20px;
    }
}
.TabsBlock_tab__Jl_2j {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: var(--pd-4);
    font-weight: 700;
    font-size: var(--font-md);
    cursor: pointer;
    border-radius: var(--pd-4) var(--pd-4) 0 0;
/*     background: var(--box-bg); */
    z-index: 2;
    flex-grow: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.TabsBlock_tab__Jl_2j span {
    position: relative;
    transition: all 0.5s ease;
    color: var(--color-gray);
}
.TabsBlock_tab__Jl_2j:last-of-type {
    border-radius: 0 0 var(--pd-4) 0;
}
.TabsBlock_tab__Jl_2j:last-of-type:before {
    width: calc(100% + 20px);
    border-radius: 0;
}
.TabsBlock_tab__Jl_2j:before {
    position: absolute;
    left: -20px;
    top: 0;
    height: 100%;
    width: calc(100% + 40px);
    background: var(--active-tab-bg);
    opacity: 0;
    content: "";
}
.TabsBlock_tab__Jl_2j:hover span {
    color: var(--white);
}
.TabsBlock_tab__Jl_2j.TabsBlock_active__aB5RR {
    z-index: 1;
}
.TabsBlock_tab__Jl_2j.TabsBlock_active__aB5RR span {
    color: var(--white);
}
.TabsBlock_tab__Jl_2j.TabsBlock_active__aB5RR:before {
    opacity: 1;
}
.TabsBlock_tab__Jl_2j.TabsBlock_active__aB5RR + .TabsBlock_tab__Jl_2j {
    border-radius: 20px 20px 20px 0;
}
.TabsBlock_tab__Jl_2j:not(.TabsBlock_active__aB5RR) + .TabsBlock_tab__Jl_2j:not(.TabsBlock_active__aB5RR):after {
    position: absolute;
    left: 0;
    top: 50%;
    height: 30px;
    width: 1px;
    transform: translateY(-50%);
    background: var(--border-color);
    content: "";
}
.TabsBlock_tab-content__coj7A {
    flex-grow: 1;
    padding: 0 40px;
}
@media (max-width: 780px) {
    .TabsBlock_tab-content__coj7A {
        padding: 10px 0 0;
    }
}
.TabsBlock_tab-content__coj7A.TabsBlock_no-padding__VHo_h {
    padding: 10px 0 0;
}
.TabsBlock_tab-content-block__XkkZf {
    padding: 30px 20px 40px;
}
.TabsBlock_tab-icon__hGCc2 {
    width: 35px;
    height: 35px;
    object-fit: contain;
    z-index: 1;
}
@media (min-width: 1280px) {
    .TabsBlock_tab-icon__hGCc2 {
        margin-right: var(--mg-2);
    }
}
.TabsBlock_tab-label__cMDa5.TabsBlock_with-icon__hWC4b {
    display: none;
}
@media (min-width: 1500px) {
    .TabsBlock_tab-label__cMDa5.TabsBlock_with-icon__hWC4b {
        display: flex;
    }
}
.TabsBlock_tabs-labels-wrap__7Zj3E {
    max-height: 70px;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 780px) {
    .TabsBlock_tabs-labels-wrap__7Zj3E.TabsBlock_hide-mobile__2sghc {
        display: none;
    }
}
.TabsBlock_tabs-buttons-margin__Rk11g {
    margin-bottom: 20px;
}
@keyframes TabsSwitcher_border-animation__SqEf3 {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.TabsSwitcher_wrapper__27oX5 {
    gap: 0;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_with-scroll__iaeKd {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_with-scroll__iaeKd::-webkit-scrollbar {
    display: none;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_full__amWBM {
    width: 100%;
    flex-grow: 1;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_full__amWBM .TabsSwitcher_item__Whrn4 {
    flex: 1 0 auto;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_inline__pyvHw {
    display: inline-flex;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_grow__CPB8N {
    flex-grow: 1;
}
@media (max-width: 780px) {
    .TabsSwitcher_wrapper__27oX5.TabsSwitcher_mobile-grow__zf7pR {
        flex-grow: 1;
    }
    .TabsSwitcher_wrapper__27oX5.TabsSwitcher_no-mobile-icons__va8Jp svg {
        display: none;
    }
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_adaptive-icons__nkOFg .TabsSwitcher_item__Whrn4 {
    min-width: 38px !important;
    padding: 4px 8px;
    font-size: var(--font-xs);
    line-height: var(--font-xs-lh);
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_adaptive-icons__nkOFg svg {
    height: 13px;
    width: 13px;
}
@media (min-width: 1440px) {
    .TabsSwitcher_wrapper__27oX5.TabsSwitcher_adaptive-icons__nkOFg .TabsSwitcher_item__Whrn4 {
        min-width: 40px;
        padding: var(--pd-2) var(--pd-4);
        font-size: var(--font-md);
        line-height: var(--font-md-lh);
    }
    .TabsSwitcher_wrapper__27oX5.TabsSwitcher_adaptive-icons__nkOFg svg {
        height: 22px;
        width: 20px;
    }
}
.TabsSwitcher_wrapper__27oX5:not(.TabsSwitcher_buttons-view__pnsTF) .TabsSwitcher_item__Whrn4 {
    min-width: 40px;
    flex-grow: 1;
}
.TabsSwitcher_wrapper__27oX5:not(.TabsSwitcher_buttons-view__pnsTF) .TabsSwitcher_item__Whrn4 svg {
    color: inherit;
}
.TabsSwitcher_wrapper__27oX5:not(.TabsSwitcher_buttons-view__pnsTF) .TabsSwitcher_item__Whrn4:not(:last-of-type) {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.TabsSwitcher_wrapper__27oX5:not(.TabsSwitcher_buttons-view__pnsTF) .TabsSwitcher_item__Whrn4:not(:first-child) {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.TabsSwitcher_wrapper__27oX5.TabsSwitcher_buttons-view__pnsTF {
    gap: var(--mg-2);
}
.TextArea_input-wrapper__tAe_r {
    position: relative;
    display: inline-flex;
    width: 100%;
}
.TextArea_input__HYguN {
    padding: 9px 15px;
    background: rgba(24, 24, 29, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    color: #fff;
    font-weight: 700;
    width: 100%;
}
.TextArea_input__HYguN:disabled {
    background: rgba(73, 73, 74, 0.6);
}
.TextArea_input-colored__k2h7v {
    padding: 15px 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAQEBAQEBAQEBAQGBgUGBggHBwcHCAwJCQkJCQwTDA4MDA4MExEUEA8QFBEeFxUVFx4iHRsdIiolJSo0MjRERFwBBAQEBAQEBAQEBAYGBQYGCAcHBwcIDAkJCQkJDBMMDgwMDgwTERQQDxAUER4XFRUXHiIdGx0iKiUlKjQyNEREXP/CABEIADIBmgMBIgACEQEDEQH/xAAXAAEBAQEAAAAAAAAAAAAAAAAAAQII/9oACAEBAAAAAOPkokIAAgAAUKtAISAAElIoKBVGoBIgABlSKAULS0ixIgACRSFCgLSgIiAAElIUAotUBEgAAkoigWULQFRCAASxKhQolNKn/8QAGAEBAQEBAQAAAAAAAAAAAAAAAQIABQb/2gAIAQIQAAAA9BoAnSEySAE7Tt3pmQCQkmQJMYN3SDTOkJkkAJ2DdyQJAJJJAkNp2//EABcBAQEBAQAAAAAAAAAAAAAAAAACAQP/2gAIAQMQAAAA6TMQN0N0Ch1mInBQboFDpMxOG6FAKFzMSNNN0aaP/8QAHxAAAQQABwAAAAAAAAAAAAAAARAgMEEAIVBRYHCB/9oACAEBAAE/AOm89U95jvFaGG2mEuGLT//EABkRAQEBAQEBAAAAAAAAAAAAAAEQACAwUf/aAAgBAgEBPwCPbXNfZ5a5zGua8vbXOY+jXhzHOZ8r3//EABkRAQEBAQEBAAAAAAAAAAAAAAEAQBAgMf/aAAgBAwEBPwCTjoeOdZmdDM/cBw8//9k=")
        no-repeat 50%/100% 100%;
    border-radius: 15px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 400;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
@media (max-width: 780px) {
    .TextArea_input-colored__k2h7v {
        padding: 10px 15px;
    }
}
.Layout_layout__Slq8P {
    --columns: 12;
    --base-gap: 1%;
    --gap-constant: 1%;
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    column-gap: var(--gap-constant);
}
.Layout_layout__Slq8P.Layout_center__pwS94 {
    justify-content: center;
}
.Layout_layout__Slq8P.Layout_end__XA5l9 {
    justify-content: flex-end;
}
.Layout_layout__Slq8P.Layout_start__vC0bc {
    justify-content: flex-start;
}
.Layout_layout__Slq8P.Layout_gap-xss-xs__joFjZ {
    --gap-constant: 0.3%;
}
.Layout_layout__Slq8P.Layout_gap-xss-sm__jjgfj {
    --gap-constant: 0.5%;
}
.Layout_layout__Slq8P.Layout_gap-xss-md__ux_Vm {
    --gap-constant: 1%;
}
.Layout_layout__Slq8P.Layout_gap-xss-lg__mCbLe {
    --gap-constant: 2%;
}
.Layout_layout__Slq8P.Layout_gap-xs__BKyyl {
    --gap-constant: 0.3%;
}
.Layout_layout__Slq8P.Layout_gap-sm__i8KrH {
    --gap-constant: 0.5%;
}
.Layout_layout__Slq8P.Layout_gap-md__ai0gR {
    --gap-constant: 1%;
}
.Layout_layout__Slq8P.Layout_gap-lg__VUXSp {
    --gap-constant: 2%;
}
.Layout_layout__Slq8P.Layout_center__pwS94,
.Layout_layout__Slq8P.Layout_end__XA5l9,
.Layout_layout__Slq8P.Layout_start__vC0bc {
    column-gap: var(--base-gap);
}
.Layout_layout__Slq8P.Layout_col-xss-1__N0Q56 {
    --columns: 1;
    --base-gap: calc(1 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-2__PCVaZ {
    --columns: 2;
    --base-gap: calc(2 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-3__22_Md {
    --columns: 3;
    --base-gap: calc(3 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-4__kA4WB {
    --columns: 4;
    --base-gap: calc(4 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-5__uArLq {
    --columns: 5;
    --base-gap: calc(5 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-6__mskih {
    --columns: 6;
    --base-gap: calc(6 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-7__zzE96 {
    --columns: 7;
    --base-gap: calc(7 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-8__Hf_jS {
    --columns: 8;
    --base-gap: calc(8 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-9__zGdES {
    --columns: 9;
    --base-gap: calc(9 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-10__ijb7h {
    --columns: 10;
    --base-gap: calc(10 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-11__rMCTH {
    --columns: 11;
    --base-gap: calc(11 * var(--gap-constant));
}
.Layout_layout__Slq8P.Layout_col-xss-12__4BR_l {
    --columns: 12;
    --base-gap: calc(12 * var(--gap-constant));
}
@media (min-width: 768px) {
    .Layout_layout__Slq8P.Layout_col-xs-1__e3lqO {
        --columns: 1;
        --base-gap: calc(1 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-2__mHA9t {
        --columns: 2;
        --base-gap: calc(2 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-3__c2_rV {
        --columns: 3;
        --base-gap: calc(3 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-4__p5Wfi {
        --columns: 4;
        --base-gap: calc(4 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-5__V5sIo {
        --columns: 5;
        --base-gap: calc(5 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-6__9k0O8 {
        --columns: 6;
        --base-gap: calc(6 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-7__ax2xR {
        --columns: 7;
        --base-gap: calc(7 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-8__zHF7u {
        --columns: 8;
        --base-gap: calc(8 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-9__kaL9I {
        --columns: 9;
        --base-gap: calc(9 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-10__UKb3L {
        --columns: 10;
        --base-gap: calc(10 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-11__pvvzS {
        --columns: 11;
        --base-gap: calc(11 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xs-12__zGVbl {
        --columns: 12;
        --base-gap: calc(12 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_gap-xs-xs__tqOZC {
        --gap-constant: 0.3%;
    }
    .Layout_layout__Slq8P.Layout_gap-xs-sm__mzfcr {
        --gap-constant: 0.5%;
    }
    .Layout_layout__Slq8P.Layout_gap-xs-md__0MoQB {
        --gap-constant: 1%;
    }
    .Layout_layout__Slq8P.Layout_gap-xs-lg__k9gq_ {
        --gap-constant: 2%;
    }
}
@media (min-width: 1280px) {
    .Layout_layout__Slq8P.Layout_col-sm-1__A7zhh {
        --columns: 1;
        --base-gap: calc(1 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-2__kHNup {
        --columns: 2;
        --base-gap: calc(2 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-3__xhMUE {
        --columns: 3;
        --base-gap: calc(3 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-4__zoWbb {
        --columns: 4;
        --base-gap: calc(4 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-5__HYs7q {
        --columns: 5;
        --base-gap: calc(5 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-6__ahRNQ {
        --columns: 6;
        --base-gap: calc(6 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-7__n_5Zh {
        --columns: 7;
        --base-gap: calc(7 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-8__B6DCv {
        --columns: 8;
        --base-gap: calc(8 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-9__zCKrR {
        --columns: 9;
        --base-gap: calc(9 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-10__LesNw {
        --columns: 10;
        --base-gap: calc(10 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-11__DvfYU {
        --columns: 11;
        --base-gap: calc(11 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-sm-12__rNgDG {
        --columns: 12;
        --base-gap: calc(12 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_gap-sm-xs__nPZZn {
        --gap-constant: 0.3%;
    }
    .Layout_layout__Slq8P.Layout_gap-sm-sm__DwC3M {
        --gap-constant: 0.5%;
    }
    .Layout_layout__Slq8P.Layout_gap-sm-md__BFpgS {
        --gap-constant: 1%;
    }
    .Layout_layout__Slq8P.Layout_gap-sm-lg__MYPqe {
        --gap-constant: 2%;
    }
}
@media (min-width: 1440px) {
    .Layout_layout__Slq8P.Layout_col-md-1__5kQmk {
        --columns: 1;
        --base-gap: calc(1 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-2__S4obA {
        --columns: 2;
        --base-gap: calc(2 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-3__ywqFI {
        --columns: 3;
        --base-gap: calc(3 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-4__XAQLU {
        --columns: 4;
        --base-gap: calc(4 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-5__GWXUN {
        --columns: 5;
        --base-gap: calc(5 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-6__TLdWf {
        --columns: 6;
        --base-gap: calc(6 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-7__VUTPs {
        --columns: 7;
        --base-gap: calc(7 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-8__Imwvk {
        --columns: 8;
        --base-gap: calc(8 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-9__rhC75 {
        --columns: 9;
        --base-gap: calc(9 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-10__EDjos {
        --columns: 10;
        --base-gap: calc(10 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-11__8Qexz {
        --columns: 11;
        --base-gap: calc(11 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-md-12__SMXq3 {
        --columns: 12;
        --base-gap: calc(12 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_gap-md-xs__H_7Us {
        --gap-constant: 0.3%;
    }
    .Layout_layout__Slq8P.Layout_gap-md-sm__Ub2jd {
        --gap-constant: 0.5%;
    }
    .Layout_layout__Slq8P.Layout_gap-md-md__MV57A {
        --gap-constant: 1%;
    }
    .Layout_layout__Slq8P.Layout_gap-md-lg__BGpMQ {
        --gap-constant: 2%;
    }
}
@media (min-width: 1920px) {
    .Layout_layout__Slq8P.Layout_col-lg-1__2v3sO {
        --columns: 1;
        --base-gap: calc(1 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-2__isnwJ {
        --columns: 2;
        --base-gap: calc(2 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-3__ABOKG {
        --columns: 3;
        --base-gap: calc(3 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-4__ydsoz {
        --columns: 4;
        --base-gap: calc(4 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-5__LD0iI {
        --columns: 5;
        --base-gap: calc(5 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-6__H_Gs2 {
        --columns: 6;
        --base-gap: calc(6 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-7__3XhZK {
        --columns: 7;
        --base-gap: calc(7 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-8__BNqXG {
        --columns: 8;
        --base-gap: calc(8 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-9__6yQMn {
        --columns: 9;
        --base-gap: calc(9 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-10__bTo06 {
        --columns: 10;
        --base-gap: calc(10 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-11__pEKmK {
        --columns: 11;
        --base-gap: calc(11 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-lg-12__tcE6f {
        --columns: 12;
        --base-gap: calc(12 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_gap-lg-xs__giEIO {
        --gap-constant: 0.3%;
    }
    .Layout_layout__Slq8P.Layout_gap-lg-sm__PFAHM {
        --gap-constant: 0.5%;
    }
    .Layout_layout__Slq8P.Layout_gap-lg-md__ky365 {
        --gap-constant: 1%;
    }
    .Layout_layout__Slq8P.Layout_gap-lg-lg__zzo99 {
        --gap-constant: 2%;
    }
}
@media (min-width: 2500px) {
    .Layout_layout__Slq8P.Layout_col-xlg-1__uPSmC {
        --columns: 1;
        --base-gap: calc(1 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-2__MykJh {
        --columns: 2;
        --base-gap: calc(2 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-3__TBegm {
        --columns: 3;
        --base-gap: calc(3 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-4__DkY4N {
        --columns: 4;
        --base-gap: calc(4 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-5__HW_9_ {
        --columns: 5;
        --base-gap: calc(5 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-6__AdZaj {
        --columns: 6;
        --base-gap: calc(6 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-7__V4kJ8 {
        --columns: 7;
        --base-gap: calc(7 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-8__TKRBk {
        --columns: 8;
        --base-gap: calc(8 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-9__A3ZJR {
        --columns: 9;
        --base-gap: calc(9 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-10__a54Nx {
        --columns: 10;
        --base-gap: calc(10 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-11__SbrAM {
        --columns: 11;
        --base-gap: calc(11 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_col-xlg-12__wOAiO {
        --columns: 12;
        --base-gap: calc(12 * var(--gap-constant));
    }
    .Layout_layout__Slq8P.Layout_gap-xlg-xs__Y2SY5 {
        --gap-constant: 0.3%;
    }
    .Layout_layout__Slq8P.Layout_gap-xlg-sm__z_Ry8 {
        --gap-constant: 0.5%;
    }
    .Layout_layout__Slq8P.Layout_gap-xlg-md__83I9B {
        --gap-constant: 1%;
    }
    .Layout_layout__Slq8P.Layout_gap-xlg-lg__1fsp8 {
        --gap-constant: 2%;
    }
}
.Layout_item__o85kX {
    --width: 12;
    --initialbasis: calc(var(--width, 0) / var(--columns, 12) * 100%);
    --gap: calc((var(--columns, 12) - var(--width, 0)) * var(--gap-constant, 1%));
    flex-basis: calc(var(--initialbasis) - var(--gap));
}
.Layout_item__o85kX.Layout_wid-1__Sd_kw {
    --width: 1;
}
.Layout_item__o85kX.Layout_wid-2__e1PO7 {
    --width: 2;
}
.Layout_item__o85kX.Layout_wid-3__sp7Xy {
    --width: 3;
}
.Layout_item__o85kX.Layout_wid-4__8_QF5 {
    --width: 4;
}
.Layout_item__o85kX.Layout_wid-5__8j9OD {
    --width: 5;
}
.Layout_item__o85kX.Layout_wid-6__VouDP {
    --width: 6;
}
.Layout_item__o85kX.Layout_wid-7__B0oY3 {
    --width: 7;
}
.Layout_item__o85kX.Layout_wid-8__Zmnb0 {
    --width: 8;
}
.Layout_item__o85kX.Layout_wid-9__D_bvJ {
    --width: 9;
}
.Layout_item__o85kX.Layout_wid-10__duiQ6 {
    --width: 10;
}
.Layout_item__o85kX.Layout_wid-11__9v5ee {
    --width: 11;
}
.Layout_item__o85kX.Layout_wid-12__hGkoU {
    --width: 12;
}
@media (min-width: 370px) {
    .Layout_item__o85kX.Layout_wid-xss-1__CaDF4 {
        --width: 1;
    }
    .Layout_item__o85kX.Layout_wid-xss-2__aSKfL {
        --width: 2;
    }
    .Layout_item__o85kX.Layout_wid-xss-3__18gxr {
        --width: 3;
    }
    .Layout_item__o85kX.Layout_wid-xss-4__kt4nN {
        --width: 4;
    }
    .Layout_item__o85kX.Layout_wid-xss-5__9dHRG {
        --width: 5;
    }
    .Layout_item__o85kX.Layout_wid-xss-6__iDx04 {
        --width: 6;
    }
    .Layout_item__o85kX.Layout_wid-xss-7__ujzOr {
        --width: 7;
    }
    .Layout_item__o85kX.Layout_wid-xss-8__Nvb0P {
        --width: 8;
    }
    .Layout_item__o85kX.Layout_wid-xss-9__bLfeI {
        --width: 9;
    }
    .Layout_item__o85kX.Layout_wid-xss-10__Jm7iQ {
        --width: 10;
    }
    .Layout_item__o85kX.Layout_wid-xss-11__gl1Pv {
        --width: 11;
    }
    .Layout_item__o85kX.Layout_wid-xss-12__1IzQA {
        --width: 12;
    }
}
@media (min-width: 768px) {
    .Layout_item__o85kX.Layout_wid-xs-1__2yX3m {
        --width: 1;
    }
    .Layout_item__o85kX.Layout_wid-xs-2__zIK6f {
        --width: 2;
    }
    .Layout_item__o85kX.Layout_wid-xs-3__zAPmk {
        --width: 3;
    }
    .Layout_item__o85kX.Layout_wid-xs-4__TGA_c {
        --width: 4;
    }
    .Layout_item__o85kX.Layout_wid-xs-5__mc8R2 {
        --width: 5;
    }
    .Layout_item__o85kX.Layout_wid-xs-6__Fyq5V {
        --width: 6;
    }
    .Layout_item__o85kX.Layout_wid-xs-7__VUeBO {
        --width: 7;
    }
    .Layout_item__o85kX.Layout_wid-xs-8__c2edU {
        --width: 8;
    }
    .Layout_item__o85kX.Layout_wid-xs-9__8aMAg {
        --width: 9;
    }
    .Layout_item__o85kX.Layout_wid-xs-10__NQp_3 {
        --width: 10;
    }
    .Layout_item__o85kX.Layout_wid-xs-11__qR1W0 {
        --width: 11;
    }
    .Layout_item__o85kX.Layout_wid-xs-12__uWDeE {
        --width: 12;
    }
}
@media (min-width: 1280px) {
    .Layout_item__o85kX.Layout_wid-sm-1__jsWb9 {
        --width: 1;
    }
    .Layout_item__o85kX.Layout_wid-sm-2__h6pGJ {
        --width: 2;
    }
    .Layout_item__o85kX.Layout_wid-sm-3__Ow_PY {
        --width: 3;
    }
    .Layout_item__o85kX.Layout_wid-sm-4____31q {
        --width: 4;
    }
    .Layout_item__o85kX.Layout_wid-sm-5__IJIL3 {
        --width: 5;
    }
    .Layout_item__o85kX.Layout_wid-sm-6__XgXlq {
        --width: 6;
    }
    .Layout_item__o85kX.Layout_wid-sm-7__OIzBB {
        --width: 7;
    }
    .Layout_item__o85kX.Layout_wid-sm-8__CNd9N {
        --width: 8;
    }
    .Layout_item__o85kX.Layout_wid-sm-9__A2855 {
        --width: 9;
    }
    .Layout_item__o85kX.Layout_wid-sm-10__Hk_Gy {
        --width: 10;
    }
    .Layout_item__o85kX.Layout_wid-sm-11__hRVQD {
        --width: 11;
    }
    .Layout_item__o85kX.Layout_wid-sm-12__X02x1 {
        --width: 12;
    }
}
@media (min-width: 1440px) {
    .Layout_item__o85kX.Layout_wid-md-1__hWbfB {
        --width: 1;
    }
    .Layout_item__o85kX.Layout_wid-md-2__ZT1c4 {
        --width: 2;
    }
    .Layout_item__o85kX.Layout_wid-md-3__u7jDD {
        --width: 3;
    }
    .Layout_item__o85kX.Layout_wid-md-4__lhb1T {
        --width: 4;
    }
    .Layout_item__o85kX.Layout_wid-md-5__5WcQ_ {
        --width: 5;
    }
    .Layout_item__o85kX.Layout_wid-md-6__RcSv_ {
        --width: 6;
    }
    .Layout_item__o85kX.Layout_wid-md-7__voTzX {
        --width: 7;
    }
    .Layout_item__o85kX.Layout_wid-md-8__YQkBf {
        --width: 8;
    }
    .Layout_item__o85kX.Layout_wid-md-9__LYq5a {
        --width: 9;
    }
    .Layout_item__o85kX.Layout_wid-md-10__7jkzK {
        --width: 10;
    }
    .Layout_item__o85kX.Layout_wid-md-11__sMzQo {
        --width: 11;
    }
    .Layout_item__o85kX.Layout_wid-md-12__Ql8bH {
        --width: 12;
    }
}
@media (min-width: 1920px) {
    .Layout_item__o85kX.Layout_wid-lg-1__cqHwH {
        --width: 1;
    }
    .Layout_item__o85kX.Layout_wid-lg-2__AxzOb {
        --width: 2;
    }
    .Layout_item__o85kX.Layout_wid-lg-3__HKX9g {
        --width: 3;
    }
    .Layout_item__o85kX.Layout_wid-lg-4__gvm6i {
        --width: 4;
    }
    .Layout_item__o85kX.Layout_wid-lg-5__cz_21 {
        --width: 5;
    }
    .Layout_item__o85kX.Layout_wid-lg-6__I3RZm {
        --width: 6;
    }
    .Layout_item__o85kX.Layout_wid-lg-7__NXB0C {
        --width: 7;
    }
    .Layout_item__o85kX.Layout_wid-lg-8__FRvwb {
        --width: 8;
    }
    .Layout_item__o85kX.Layout_wid-lg-9__OG2An {
        --width: 9;
    }
    .Layout_item__o85kX.Layout_wid-lg-10__d9thz {
        --width: 10;
    }
    .Layout_item__o85kX.Layout_wid-lg-11__We0f1 {
        --width: 11;
    }
    .Layout_item__o85kX.Layout_wid-lg-12__mviAE {
        --width: 12;
    }
}
@media (min-width: 2500px) {
    .Layout_item__o85kX.Layout_wid-xlg-1__Jqkue {
        --width: 1;
    }
    .Layout_item__o85kX.Layout_wid-xlg-2__0H3D5 {
        --width: 2;
    }
    .Layout_item__o85kX.Layout_wid-xlg-3__jVPSH {
        --width: 3;
    }
    .Layout_item__o85kX.Layout_wid-xlg-4__H_2us {
        --width: 4;
    }
    .Layout_item__o85kX.Layout_wid-xlg-5__6Ukrs {
        --width: 5;
    }
    .Layout_item__o85kX.Layout_wid-xlg-6__P83To {
        --width: 6;
    }
    .Layout_item__o85kX.Layout_wid-xlg-7__5lbJr {
        --width: 7;
    }
    .Layout_item__o85kX.Layout_wid-xlg-8__xhX_o {
        --width: 8;
    }
    .Layout_item__o85kX.Layout_wid-xlg-9__Elf8_ {
        --width: 9;
    }
    .Layout_item__o85kX.Layout_wid-xlg-10__bB4Ed {
        --width: 10;
    }
    .Layout_item__o85kX.Layout_wid-xlg-11__gBgHN {
        --width: 11;
    }
    .Layout_item__o85kX.Layout_wid-xlg-12__neQKV {
        --width: 12;
    }
}
.Message_wrapper__bQVBE {
    position: relative;
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    background: radial-gradient(38.33% 57.5% at 108.54% 108.75%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(143.68% 121.33% at -20% 24.06%, rgba(61, 78, 252, 0.2) 0, rgba(185, 191, 255, 0.05) 100%), #18181d;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    padding: 20px 40px;
    max-width: 90%;
    z-index: var(--z-index-modal);
}
.Message_wrapper__bQVBE .Message_icon__gAMhz {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.Message_wrapper__bQVBE.Message_success__01XYv .Message_icon__gAMhz {
    color: var(--green-bright);
}
.Message_wrapper__bQVBE.Message_warn__gmJqp .Message_icon__gAMhz {
    color: var(--yellow-acent);
}
.Message_wrapper__bQVBE.Message_error__Oe29j .Message_icon__gAMhz {
    color: var(--red);
}
.Message_wrapper__bQVBE.Message_center___14B3 {
    justify-content: center;
}
.DropdownMenu_wrapper__BvsBN {
    --arrow-width: 10px;
    --arrow-height: 5px;
    --arrow-margin: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    border-radius: 25px;
    z-index: var(--z-index-modal);
    background: radial-gradient(100% 100% at 50% 0, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0) 100%), rgba(217, 217, 217, 0.1);
}
.DropdownMenu_wrapper__BvsBN.DropdownMenu_open__A3IA6 .DropdownMenu_menu-list__s0dqv {
    display: block;
}
.DropdownMenu_wrapper__BvsBN.DropdownMenu_hide-arrow-btn__oTD9A {
    border-radius: 50px;
}
.DropdownMenu_wrapper__BvsBN.DropdownMenu_hide-arrow-btn__oTD9A .DropdownMenu_label__CyPj0 {
    height: 30px;
    width: 30px;
    padding: 4px;
    justify-content: center;
}
.DropdownMenu_wrapper__BvsBN.DropdownMenu_hide-arrow-btn__oTD9A .DropdownMenu_label__CyPj0 svg {
    height: 16px;
    width: 16px;
}
.DropdownMenu_wrapper__BvsBN.DropdownMenu_hide-arrow-btn__oTD9A .DropdownMenu_menu-list__s0dqv {
    top: calc(100% + 8px);
    width: -moz-fit-content;
    width: fit-content;
}
@media (min-width: 1280px) {
    .DropdownMenu_wrapper__BvsBN.DropdownMenu_hide-arrow-btn__oTD9A .DropdownMenu_label__CyPj0 {
        height: 42px;
        width: 42px;
    }
    .DropdownMenu_wrapper__BvsBN.DropdownMenu_hide-arrow-btn__oTD9A .DropdownMenu_label__CyPj0 svg {
        height: 20px;
        width: 20px;
    }
}
.DropdownMenu_wrapper__BvsBN.DropdownMenu_with-tip__STssS .DropdownMenu_label__CyPj0 {
    padding: 0;
}
.DropdownMenu_wrapper__BvsBN .DropdownMenu_icon__XKox0 {
    width: 22px;
    height: 22px;
}
@media (min-width: 1990px) {
    .DropdownMenu_wrapper__BvsBN {
        --arrow-width: 15px;
        --arrow-height: 8px;
        --arrow-margin: 15px;
    }
}
.DropdownMenu_main__ILhF2 {
    border: none;
    background: var(--gradient-btn-primary);
    box-shadow: var(--box-shadow-btn-primary);
}
.DropdownMenu_main__ILhF2 .DropdownMenu_icon__XKox0,
.DropdownMenu_main__ILhF2 .DropdownMenu_label__CyPj0 {
    color: var(--white);
}
.DropdownMenu_main__ILhF2:hover {
    border: none;
    color: var(--white);
    background: var(--gradient-btn-primary-hover);
}
.DropdownMenu_main__ILhF2:hover .DropdownMenu_icon__XKox0 {
    color: var(--white);
}
.DropdownMenu_main__ILhF2.DropdownMenu_disabled__CazHr,
.DropdownMenu_main__ILhF2:disabled {
    border: none;
    color: #c9c9c9;
    background: #6f6f6f;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
}
.DropdownMenu_main__ILhF2.DropdownMenu_disabled__CazHr .DropdownMenu_icon__XKox0,
.DropdownMenu_main__ILhF2:disabled .DropdownMenu_icon__XKox0 {
    color: #c9c9c9;
}
.DropdownMenu_blue__Vn_iM {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #0d82ec;
    box-shadow: 0 10px 20px rgba(47, 53, 158, 0.25), 0 5px 10px rgba(50, 55, 140, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
}
.DropdownMenu_blue__Vn_iM .DropdownMenu_icon__XKox0,
.DropdownMenu_blue__Vn_iM .DropdownMenu_label__CyPj0 {
    color: var(--white);
}
.DropdownMenu_blue__Vn_iM:hover {
    border: none;
    background: #7041b2;
    color: var(--white);
    box-shadow: 0 10px 20px rgba(112, 65, 178, 0.25), 0 5px 10px rgba(112, 65, 178, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
}
.DropdownMenu_blue__Vn_iM:hover .DropdownMenu_icon__XKox0 {
    color: var(--white);
}
.DropdownMenu_blue__Vn_iM.DropdownMenu_disabled__CazHr,
.DropdownMenu_blue__Vn_iM:disabled {
    border: none;
    color: #c9c9c9;
    background: #6f6f6f;
    box-shadow: inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
}
.DropdownMenu_blue__Vn_iM.DropdownMenu_disabled__CazHr .DropdownMenu_icon__XKox0,
.DropdownMenu_blue__Vn_iM:disabled .DropdownMenu_icon__XKox0 {
    color: #c9c9c9;
}
.DropdownMenu_bold__gb7Uu {
    border: 2px dashed #fff;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.25), inset 0 2px 2px rgba(255, 255, 255, 0.2);
}
.DropdownMenu_bold__gb7Uu:hover {
    background: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.DropdownMenu_yellow__r2F7_ {
    border: none;
    background: radial-gradient(139.5% 418.38% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #ffd600;
    box-shadow: 0 10px 20px rgba(243, 164, 29, 0.1), 0 5px 20px rgba(243, 164, 29, 0.25), inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_yellow__r2F7_ .DropdownMenu_icon__XKox0,
.DropdownMenu_yellow__r2F7_ .DropdownMenu_label__CyPj0 {
    color: var(--white);
}
.DropdownMenu_yellow__r2F7_:hover {
    color: #fff;
    border: none;
    background: linear-gradient(0deg, #e86e3a, #e86e3a), #ffd600;
    box-shadow: 0 10px 20px rgba(243, 164, 29, 0.1), 0 5px 20px rgba(243, 164, 29, 0.25), inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_yellow__r2F7_:hover .DropdownMenu_icon__XKox0 {
    color: #fff;
}
.DropdownMenu_yellow__r2F7_.DropdownMenu_disabled__CazHr,
.DropdownMenu_yellow__r2F7_:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #ffd600;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_yellow__r2F7_.DropdownMenu_disabled__CazHr .DropdownMenu_icon__XKox0,
.DropdownMenu_yellow__r2F7_:disabled .DropdownMenu_icon__XKox0 {
    color: #fff;
}
.DropdownMenu_green__PCEu9 {
    border: none;
    background: radial-gradient(94.95% 341.82% at 103.54% -12.5%, rgba(67, 210, 0, 0.5) 0, rgba(210, 0, 0, 0) 100%), #2ebc67;
    box-shadow: 0 10px 20px rgba(47, 158, 78, 0.25), 0 5px 10px rgba(50, 140, 75, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 57, 17, 0.25);
}
.DropdownMenu_green__PCEu9 .DropdownMenu_icon__XKox0,
.DropdownMenu_green__PCEu9 .DropdownMenu_label__CyPj0 {
    color: var(--white);
}
.DropdownMenu_green__PCEu9:hover {
    color: #fff;
    border: none;
    background: radial-gradient(139.5% 418.38% at 100% 157.5%, rgba(4, 0, 210, 0.5) 0, rgba(4, 0, 210, 0) 100%), #00ff73;
    box-shadow: 0 10px 20px rgba(47, 53, 158, 0.25), 0 5px 10px rgba(50, 55, 140, 0.5), inset 0 2px 2px rgba(255, 255, 255, 0.2), inset 0 -2px 2px rgba(9, 34, 57, 0.25);
}
.DropdownMenu_green__PCEu9:hover .DropdownMenu_icon__XKox0 {
    color: #fff;
}
.DropdownMenu_green__PCEu9.DropdownMenu_disabled__CazHr,
.DropdownMenu_green__PCEu9:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #00dba6;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_green__PCEu9.DropdownMenu_disabled__CazHr .DropdownMenu_icon__XKox0,
.DropdownMenu_green__PCEu9:disabled .DropdownMenu_icon__XKox0 {
    color: #fff;
}
.DropdownMenu_red__h0Any {
    border: none;
    background: linear-gradient(180deg, #f4aeae, #a34949);
    box-shadow: 0 10px 20px rgba(255, 94, 94, 0.25), 0 5px 10px rgba(163, 73, 73, 0.25), inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_red__h0Any .DropdownMenu_icon__XKox0,
.DropdownMenu_red__h0Any .DropdownMenu_label__CyPj0 {
    color: var(--white);
}
.DropdownMenu_red__h0Any:hover {
    color: #fff;
    border: none;
    background: radial-gradient(139.5% 418.38% at 100% 157.5%, rgb(239, 123, 123) 0, rgba(4, 0, 210, 0) 100%), #ff5e5e;
    box-shadow: 0 10px 20px rgba(255, 94, 94, 0.25), 0 5px 10px rgba(163, 73, 73, 0.25), inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_red__h0Any:hover .DropdownMenu_icon__XKox0 {
    color: #fff;
}
.DropdownMenu_red__h0Any.DropdownMenu_disabled__CazHr,
.DropdownMenu_red__h0Any:disabled {
    border: none;
    background: linear-gradient(0deg, #40495a, #40495a), #a34949;
    box-shadow: inset 0 -2px 2px rgba(9, 34, 57, 0.3), inset 0 2px 2px rgba(255, 255, 255, 0.3);
}
.DropdownMenu_red__h0Any.DropdownMenu_disabled__CazHr .DropdownMenu_icon__XKox0,
.DropdownMenu_red__h0Any:disabled .DropdownMenu_icon__XKox0 {
    color: #fff;
}
.DropdownMenu_label__CyPj0 {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    column-gap: 0.5rem;
    padding: var(--mg-2) var(--mg-4);
    padding-right: calc(var(--arrow-margin) + var(--arrow-width) + var(--mg-1));
    font-size: var(--font-md);
    color: #fff;
    font-weight: 700;
}
.DropdownMenu_label__CyPj0 .DropdownMenu_icon__XKox0 {
    color: var(--white);
}
.DropdownMenu_arrow__dX_Yr {
    position: absolute;
    width: var(--arrow-width);
    height: var(--arrow-height);
    top: calc(50% - var(--arrow-height) / 2);
    right: var(--arrow-margin);
    color: #fff;
}
.DropdownMenu_menu-list__s0dqv {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    border-radius: 15px;
    border-top: 1px solid var(--border-color);
    background: #2f2f36;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.35);
    border: 1px solid var(--border-color);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.DropdownMenu_menu-item__bRCOW {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    color: #fff;
    cursor: pointer;
}
.DropdownMenu_menu-item__bRCOW:last-child {
    border-radius: 0 0 15px 15px;
}
.DropdownMenu_menu-item__bRCOW:hover {
    background: rgba(0, 0, 0, 0.2);
}
.Guild_guild_link__fmwnp {
    position: relative;
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: var(--yellow);
    cursor: pointer;
}
.Guild_guild_link__fmwnp:hover {
    color: var(--yellow-brigth);
}
.Guild_guild_mark__4EBia {
    width: 24px;
    height: 24px;
    background: rgba(255, 255, 255, 0.2);
}
.Guild_castle_icon__Jh3gT {
    position: absolute;
    top: -80%;
    left: 0;
    width: 24px;
    height: 24px;
}
.CharLinkWithClass_char_link__tMB4_ {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    color: var(--yellow);
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.CharLinkWithClass_char_link__tMB4_:hover {
    color: var(--yellow-brigth);
}
.Divider_divider__qrgQF {
    width: 100%;
    margin: var(--mg-2) 0;
    border-top: 1px solid var(--border-color);
}
.Item_white__KjOJh {
    color: #fff;
    text-shadow: 0 0 2px currentColor;
}
.Item_blue__tPie7 {
    color: #80b2ff;
    text-shadow: 0 0 2px currentColor;
}
.Item_pink__wm1WJ {
    color: hotpink;
    text-shadow: 0 0 2px currentColor;
}
.Item_yellow__mT1Dm {
    color: #ffcc19;
    text-shadow: 0 0 2px currentColor;
}
.Item_green__s_IGG {
    color: #16dc6e;
    text-shadow: 0 0 2px currentColor;
}
.Item_dark_green__ARwRO {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.Item_dark_red__mJa4M {
    color: maroon;
    text-shadow: 0 0 2px currentColor;
}
.Item_purple__O9pM7 {
    color: purple;
    text-shadow: 0 0 2px currentColor;
}
.Item_dark_blue__1onUt {
    color: #06f;
    text-shadow: 0 0 2px currentColor;
}
.Item_dark_yellow__buCHx {
    color: #fc0;
    text-shadow: 0 0 2px currentColor;
}
.Item_gray__0SyRn {
    color: gray;
    text-shadow: 0 0 2px currentColor;
}
.Item_red__kzgf1,
.Item_red_purple__o344F {
    color: var(--red);
    text-shadow: 0 0 2px currentColor;
}
.Item_violet__oXCdt {
    color: #b266ff;
    text-shadow: 0 0 2px currentColor;
}
.Item_orange__59HFR {
    color: #ff8c00;
    text-shadow: 0 0 2px currentColor;
}
.Item_green_blue__Gmd2l {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.Item_bg-white___cMEk {
    background: #fff;
}
.Item_bg-blue__2p1KS {
    background: #80b2ff;
}
.Item_bg-pink__TtN4h {
    background: hotpink;
}
.Item_bg-yellow__Ykkk5 {
    background: #ffcc19;
}
.Item_bg-green__aKQiq {
    background: #16dc6e;
}
.Item_bg-dark_green__bEPo1 {
    background: lime;
}
.Item_bg-dark_red__O3fbJ {
    background: maroon;
}
.Item_bg-purple__ceEVb {
    background: purple;
}
.Item_bg-dark_blue__wpb2V {
    background: #06f;
}
.Item_bg-dark_yellow__C1qbW {
    background: #fc0;
}
.Item_bg-gray__B7YGt {
    background: gray;
}
.Item_bg-red__8_yEq,
.Item_bg-red_purple__QqbF1 {
    background: #ff3f3f;
}
.Item_bg-violet__ZoKS6 {
    background: #b266ff;
}
.Item_bg-orange__9230I {
    background: #ff8c00;
}
.Item_bg-green_blue__Oe6i_ {
    background: lime;
}
.Item_luck__4LWMe {
    color: #80b2ff;
}
.Item_soc__3ZgXl {
    color: #b266ff;
}
.Item_anc___YI13 {
    color: lime;
}
.Item_normal__87DLB {
    color: #b0c3d9;
}
.Item_uncommon__3SwSB {
    color: #799b55;
}
.Item_rare__2XboW {
    color: violet;
}
.Item_legendary__h4zOQ {
    color: #ff8c00;
}
.Item_epic__cRw6D {
    color: #eb4b4b;
}
.Item_item__32v5y {
    position: relative;
    width: 100%;
    height: 100%;
}
.Item_item__32v5y.Item_block__sUMEW {
    text-align: center;
    padding: var(--pd-2) var(--pd-3);
    max-width: 400px;
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}
.Item_item__32v5y.Item_pointer__V7hvj {
    cursor: pointer;
}
.Item_item__32v5y.Item_max-width__OwO2f .Item_simple-img__CdAWp {
    max-width: 100%;
}
.Item_item__32v5y.Item_full-width__k0Xde .Item_simple-img__CdAWp {
    width: 100%;
}
.Item_item__32v5y.Item_cutted___D6tr {
    overflow: hidden;
}
.Item_item__32v5y.Item_auto-size__l3SFA {
    width: 50px;
    height: 50px;
}
.Item_item__32v5y.Item_absolute__YLCrA {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-width: 100%;
    max-height: 100%;
}
.Item_title__o5j73 {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
@media (min-width: 1990px) {
    .Item_title__o5j73 {
        font-size: var(--font-md);
        line-height: var(--font-md-lh);
    }
}
.Item_title-nowrap__95DEy {
    margin-bottom: 0;
    white-space: nowrap;
}
.Item_tooltip-content__bl_lq {
    padding: var(--pd-4);
    min-width: 200px;
    max-width: 400px;
}
.Item_tooltip-content__bl_lq p {
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    white-space: pre-wrap;
}
.Item_tooltip-content__bl_lq .Item_bold__LFZAs {
    font-weight: 700;
}
.Item_tooltip-content__bl_lq .Item_space__0iVi_ {
    margin: var(--mg-2) 0;
}
.Item_tooltip-content__bl_lq .Item_space__0iVi_.Item_big__qIv5F {
    margin: var(--mg-4) 0;
}
@media (min-width: 1990px) {
    .Item_tooltip-content__bl_lq {
        max-width: 500px;
    }
    .Item_tooltip-content__bl_lq p {
        font-size: var(--font-md);
        line-height: var(--font-md-lh);
    }
}
.Item_tooltip-img__cYkAp {
    max-height: 120px;
    margin-bottom: 10px;
}
@media (min-width: 1990px) {
    .Item_tooltip-img__cYkAp {
        max-height: 140px;
    }
}
.Item_simple-img__CdAWp {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    object-fit: contain;
}
.Item_in-text-img__Sptbb {
    max-width: 120px;
    max-height: 120px;
}
.Item_space__0iVi_ {
    margin: 5px 0;
}
.Item_count_label__sU59Z {
    position: absolute;
    top: 0;
    right: -5px;
    font-weight: 700;
    font-size: var(--font-sm);
    color: var(--orange);
}
.Item_count_label__sU59Z.Item_big__qIv5F {
    top: var(--mg-2);
    right: var(--mg-2);
    font-size: var(--font-xlg);
}
.Item_name-block__jq3IF {
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.Item_name-block__jq3IF .Item_name__jMY54 {
    display: flex;
    align-items: center;
    flex-flow: row nowrap;
    gap: 5px;
    font-size: var(--font-sm);
    font-weight: 400;
    text-shadow: none;
    white-space: pre-wrap;
    text-align: center;
}
.Item_name-block__jq3IF b {
    font-weight: 400;
    color: var(--orange);
    font-size: var(--font-sm);
}
.Item_lock-icon__y87eH {
    position: absolute;
    top: 2px;
    right: 2px;
    color: var(--gray);
    width: 20px;
    height: 20px;
}
.Item_skin-text__7LYhN {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e66b0a;
}
.Item_skin-text__7LYhN .Item_skin-color__mZNe1 {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    border: 1px solid var(--border-color);
}
@keyframes AnimatedBorder_gradient-animation__UBLGd {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
@keyframes AnimatedBorder_border-animation__wlUuE {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 8px rgba(0, 204, 177, 0.5), 0 0 8px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 8px rgba(123, 97, 255, 0.5), 0 0 8px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 8px rgba(255, 196, 20, 0.5), 0 0 8px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 8px rgba(28, 160, 251, 0.5), 0 0 8px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.AnimatedBorder_animated-border-container__z9ziB {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 10px;
}
.AnimatedBorder_animated-border-main__pV1JG {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    z-index: 501;
    opacity: 1;
    background: radial-gradient(circle farthest-side at 0 100%, #00ccb1, transparent), radial-gradient(circle farthest-side at 100% 0, #7b61ff, transparent), radial-gradient(circle farthest-side at 100% 100%, #ffc414, transparent),
        radial-gradient(circle farthest-side at 0 0, #1ca0fb, #141316);
    background-size: 400% 400%;
    border: 2px solid #00ccb1;
    animation: AnimatedBorder_gradient-animation__UBLGd 5s ease infinite, AnimatedBorder_border-animation__wlUuE 5s ease infinite;
}
.AnimatedBorder_animated-border-content__9pVZS {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 502;
    border-radius: 10px;
}
.AnimatedBorder_animated-border-container__z9ziB:hover .AnimatedBorder_animated-border-shadow__2Szcz {
    opacity: 1;
}
.GameProductItem_start-pack-img__DA0V9 {
    height: 50px;
}
.GameProductItem_title-img__btkbb {
    width: 50px;
}
.GameProductItem_name__On6KP b {
    font-size: var(--font-xs);
    line-height: 100%;
    white-space: nowrap;
}
.GameProductItem_item-block__bJ0yP {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 30px;
    text-align: center;
}
.GameProductItem_item-block__bJ0yP b {
    display: inline-block;
    font-weight: 700;
    font-size: var(--font-sm);
}
.GameProductItem_sub-block__LjwQv {
    text-align: center;
}
.GameProductItem_sub-block__LjwQv .GameProductItem_title-img__btkbb {
    width: 40px;
}
.GameProductItem_sub-block__LjwQv b {
    font-weight: 700;
    font-size: var(--font-md);
    color: var(--orange);
}
.GameProductItem_sub-block__LjwQv span {
    font-size: var(--font-sm);
}
.GameProductItem_sub-block__LjwQv .GameProductItem_title-img-wrap__anZDc {
    min-width: 70px;
}
.GameProductItem_game-service__s1UPz {
    align-items: center;
    justify-content: center;
    text-align: center;
}
.GameProductItem_game-service__s1UPz b,
.GameProductItem_game-service__s1UPz span {
    font-size: var(--font-sm);
    line-height: 100%;
}
.GameProductItem_game-service__s1UPz b {
    color: var(--orange);
}
.GameProductItem_buff-item__lDKY6 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
    font-size: var(--font-sm);
}
.GameProductItem_buff-item__lDKY6.GameProductItem_inline__cCNRy {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.GameProductItem_buff-item__lDKY6.GameProductItem_inline__cCNRy img {
    max-height: 40px;
}
.GameProductItem_buff-item__lDKY6.GameProductItem_in-pack__hhwi0 {
    flex-flow: row nowrap;
    column-gap: 5px;
}
.GameProductItem_buff-item__lDKY6 .GameProductItem_buff-name__PzYHR {
    text-align: center;
}
.GameProductItem_buff-item__lDKY6 .GameProductItem_min-buff-days__PBOCD {
    display: inline-block;
}
.GameProductItem_buff-item__lDKY6 .GameProductItem_buff-days__yVJST {
    text-transform: capitalize;
}
.GameProductItem_buff-item__lDKY6 img {
    max-height: 50px;
    width: auto;
}
.GameProductItem_buff-tooltip__TJh8C img {
    width: 92px;
    height: auto;
}
.GameProductItem_buff-tooltip__TJh8C .GameProductItem_buff-name__PzYHR {
    text-align: center;
    font-size: var(--font-md);
    font-weight: 700;
    color: #fff;
    margin: var(--mg-1) 0;
}
.GameProductItem_buff-tooltip__TJh8C .GameProductItem_buff-description__e7twY {
    font-size: var(--font-sm);
    color: #fff;
    margin: var(--mg-1) 0;
}
.GameProductItem_bundle-name__nC0Ac {
    font-size: var(--font-sm);
}
.GameProductItem_bundle-tooltip__gp_Ml {
    max-width: 400px;
}
.GameProductItem_bundle-tooltip-item__90cJr {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--pd-2);
    width: 94px;
    height: 94px;
    row-gap: 0;
    column-gap: 2px;
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border: 1px solid rgba(180, 187, 255, 0.88);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
}
.GameProductItem_bundle-tooltip-item__90cJr span {
    font-size: 14px;
    line-height: 1.1;
}
.GameProductItem_bundle-tooltip-item__90cJr img {
    max-height: 40px;
}
@media (min-width: 768px) {
    .GameProductItem_bundle-tooltip-item__90cJr {
        width: 96px;
        height: 96px;
    }
}
@media (min-width: 1980px) {
    .GameProductItem_bundle-tooltip-item__90cJr {
        width: 110px;
        height: 110px;
    }
}
.GameProductItem_start-pack-item__0bH5B {
    font-size: var(--font-xs);
    text-align: center;
}
.GameProductItem_skin-pack-img__H1_mu {
    max-height: 40px;
    max-width: 40px;
}
.GameProductItem_skin-pack-name__Boa5i {
    font-size: var(--font-xs);
}
.ProductItem_start-pack-img__Zxg6S {
    height: 50px;
}
.ProductItem_sub-block__Anx6Z b {
    color: var(--orange);
}
.ProductItem_achievement-point-pack-item__sSm3H.ProductItem_inline__yEPE2,
.ProductItem_battle-pass-item__P5UcW.ProductItem_inline__yEPE2 {
    flex-flow: row nowrap;
}
.CounterInput_wrapper__6TM6m {
    --btn-size: 40px;
    --input-w: 65px;
}
.CounterInput_input-wrapper__poSN3 {
    height: var(--btn-size);
}
.CounterInput_input__U2YsH {
    height: var(--btn-size);
    max-width: var(--input-w);
    border-radius: 15px;
    text-align: center;
    box-shadow: inset 0 4px 6.1px 4px rgba(15, 15, 15, 0.25);
    color: var(--text-primary-color);
    font-size: var(--font-md);
    font-style: normal;
    font-weight: 500;
}
.CounterInput_input__U2YsH.CounterInput_active__NeJuc {
    border: var(--item-btn-border-hover);
    background: var(--item-btn-bg-hover);
}
.CounterInput_btn__MlbLo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: var(--btn-size);
    height: var(--btn-size);
    border-radius: 15px;
    background: var(--item-btn-bg);
    outline: none;
    border: 1px solid var(--border-color);
    box-shadow: none;
    color: #f2e7ff;
    font-size: var(--font-lg);
    font-style: normal;
    font-weight: 700;
    transition: all 0.2s ease;
}
.CounterInput_btn__MlbLo:hover {
    border: var(--item-btn-border-hover);
    background: var(--item-btn-bg-hover);
}
.Toggle_checkbox__pnMF4 {
    display: none;
}
.Toggle_wrapper__rbYLs {
    --min-h: 40px;
    --min-w: 70px;
    --padding: 6px;
    --point-size: 32px;
    position: relative;
    display: inline-flex;
    width: var(--min-w);
    height: var(--min-h);
    border: 1px solid var(--border-color);
    border-radius: 30px;
    background: var(--toggle-bg);
    box-shadow: inset 0 4px 6.1px 4px rgba(15, 15, 15, 0.25);
    cursor: pointer;
    transition: all 0.3s ease;
}
.Toggle_wrapper__rbYLs.Toggle_sm__vemhe {
    --min-h: 25px;
    --min-w: 50px;
    --padding: 4px;
    --point-size: 18px;
}
.Toggle_wrapper__rbYLs.Toggle_active__f3Fyh {
    border: var(--toggle-acitve-border);
    background: var(--toggle-acitve-bg);
    box-shadow: inset 0 4px 6.1px 4px rgba(15, 15, 15, 0.25);
}
.Toggle_wrapper__rbYLs.Toggle_active__f3Fyh .Toggle_point__jU4Bm {
    left: calc(var(--min-w) - var(--point-size) - var(--padding));
    border: var(--toggle-acitve-border);
    background: var(--toggle-active-point-bg);
}
.Toggle_label__yzCVw {
    font-weight: 400;
    font-size: var(--font-md);
}
.Toggle_point__jU4Bm {
    position: absolute;
    top: calc(var(--padding) / 2);
    left: calc(var(--padding) / 2);
    width: var(--point-size);
    height: var(--point-size);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: var(--toggle-point-bg);
    box-shadow: var(--toggle-point-box-shadow);
    transition: all 0.3s ease;
}
.SwitchButton_wrapper__xk9r1 {
    --width: 60px;
    --height: 35px;
    --offset-t: 1px;
    --offset-l: 2px;
    --slide-size: 30px;
    cursor: pointer;
}
.SwitchButton_wrapper__xk9r1.SwitchButton_sm__G_Yz7 {
    --width: 40px;
    --height: 25px;
    --offset-t: 0;
    --offset-l: 2px;
    --slide-size: 21px;
}
.SwitchButton_label__bna_m {
    color: #fff;
    opacity: 0.6;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    transition: all 0.2s ease;
}
.SwitchButton_label__bna_m.SwitchButton_active__R0zTc {
    opacity: 1;
}
.SwitchButton_switch__ipsNf {
    position: relative;
    display: inline-block;
    width: var(--width);
    height: var(--height);
    border-radius: 30px;
    border: 1px solid #aa2cad;
    background: radial-gradient(106.96% 246% at 50.43% 216%, rgba(250, 0, 255, 0.5) 0, rgba(204, 0, 255, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3e173f 0, #2b2e4d 100%);
    box-shadow: inset 0 4px 6.1px 4px rgba(15, 15, 15, 0.25);
}
.SwitchButton_switch__ipsNf.SwitchButton_active__R0zTc .SwitchButton_slider__zeZbi {
    left: auto;
    right: var(--offset-l);
}
.SwitchButton_slider__zeZbi {
    position: absolute;
    display: inline-block;
    top: var(--offset-t);
    left: var(--offset-l);
    width: var(--slide-size);
    height: var(--slide-size);
    background-color: #aa2cad;
    border-radius: 50%;
    box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.3), inset 0 -2px 1px rgba(255, 255, 255, 0.3);
}
.InfoIconTooltip_icon__MOfsr {
    cursor: help;
}
.InfoIconTooltip_icon__MOfsr:hover {
    color: var(--white);
}
.RewardItemCard_item__hbWbF {
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: center;
    gap: var(--pd-2);
    position: relative;
    overflow: hidden;
    width: 160px;
    height: 100px;
    padding: 7px 14px;
    border-radius: 10px;
    -webkit-backdrop-filter: blur(39.5px);
    backdrop-filter: blur(39.5px);
    font-size: 20px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
}
.RewardItemCard_item__hbWbF.RewardItemCard_exp__qXm83 {
    background: url(/assets/990/image/exp.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_drop__VirZX {
    background: url(/assets/990/image/drop.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_craft__O86sL {
    background: url(/assets/990/image/craft.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_vips__vc3s0 {
    background: url(/assets/990/image/vips.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_buffs__lgxD4 {
    background: url(/assets/990/image/buffs.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_starter-skill__eXj67 {
    background: url(/assets/990/image/starter_skill.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_boost-exp__j2K9V {
    background: url(/assets/990/image/exp_boost.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_start-points__A6LvH {
    background: url(/assets/990/image/started_points.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_battle-pass__xN_8q {
    background: url(/assets/990/image/battle_pass.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_item__hbWbF.RewardItemCard_start-pack__ql8an {
    background: url(/assets/990/image/starter_pack.webp) no-repeat 50%/100% 100%;
}
.RewardItemCard_name__d0nep {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    max-width: 70%;
    font-weight: 800;
    line-height: 100%;
    white-space: pre-wrap;
    background: linear-gradient(90deg, #efd562, #f2ae00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.RewardItemCard_descr__hyLtw {
    color: #c2c1ca;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 15px;
}
.LandingNewBlocks_main-wrapper__WTXYV {
    display: flex;
    flex-flow: column nowrap;
    row-gap: 80px;
    margin-bottom: 120px;
}
.LandingNewBlocks_main-wrapper__WTXYV.LandingNewBlocks_stages-details__Aiv11 {
    margin-top: -50px;
    padding-top: 0;
    margin-bottom: 20px;
    row-gap: 20px;
}
@media (min-width: 780px) {
    .LandingNewBlocks_main-wrapper__WTXYV.LandingNewBlocks_stages-details__Aiv11 {
        margin-top: 0;
        padding-top: 40px;
    }
}
@media (min-width: 1280px) {
    .LandingNewBlocks_main-wrapper__WTXYV.LandingNewBlocks_stages-details__Aiv11 {
        row-gap: 80px;
    }
}
.LandingNewBlocks_content__iCI7B {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1400px;
}
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_crafts-wrap__mdpT4,
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_events-wrap__UpRgT,
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_locations-wrap__CLSn9 {
    height: 530px;
}
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_crafts-list__jSgTX,
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_events-list__AzEwl,
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_locations-list__1gEx0 {
    height: 520px;
}
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_crafts-list__jSgTX {
    row-gap: 15px;
}
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_title__Cfrmw {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
    color: var(--white);
    font-size: 4.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
    padding-top: 3.5rem;
    text-transform: uppercase;
}
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_sub-title__GZS2o {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    width: 90%;
    color: var(--color-light);
    line-height: 28px;
    margin: 0 auto 12px;
    white-space: pre-wrap;
}
.LandingNewBlocks_content__iCI7B .LandingNewBlocks_sub-title__GZS2o.LandingNewBlocks_updates__CuLzV {
    margin-bottom: 54px;
}
@media (max-width: 780px) {
    .LandingNewBlocks_content__iCI7B .LandingNewBlocks_sub-title__GZS2o {
        font-size: 16px;
        line-height: 20px;
    }
}
.LandingNewBlocks_content-small__tt3Z4 {
    max-width: 1400px;
    z-index: 5;
}
.LandingNewBlocks_content-small__tt3Z4.LandingNewBlocks_info-blocks-wrap__a_qQv {
    width: 100%;
    padding: 50px 0 0;
    overflow: hidden;
}
.LandingNewBlocks_content-small__tt3Z4.LandingNewBlocks_info-blocks-wrap__a_qQv:after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 116px;
    height: 116px;
    filter: blur(60.9px);
    border-radius: 50%;
    background: #80398c;
    opacity: 0.6;
    z-index: -1;
}
@media (min-width: 780px) {
    .LandingNewBlocks_content-small__tt3Z4.LandingNewBlocks_info-blocks-wrap__a_qQv {
        overflow: initial;
    }
    .LandingNewBlocks_content-small__tt3Z4.LandingNewBlocks_info-blocks-wrap__a_qQv:after {
        top: -60%;
        left: 5%;
        width: 516px;
        height: 516px;
        filter: blur(250.9px);
    }
}
.LandingNewBlocks_content-black__ajIGQ {
    position: relative;
    max-width: inherit;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000 29.18%, #000 77.55%, rgba(0, 0, 0, 0));
}
.LandingNewBlocks_land-btn__PYihe {
    font-size: 1.4rem;
    text-transform: uppercase;
    max-height: 24px;
    min-width: 130px;
    color: #6f6f6f;
}
.LandingNewBlocks_divider-medium__iIWIE {
    width: 303px;
    height: 25px;
    margin: 1rem auto;
    background: url(/assets/990/image/divider_medium.svg) no-repeat 50%/100% 100%;
}
.LandingNewBlocks_divider-medium__iIWIE.LandingNewBlocks_rewards__Vg20_ {
    margin: var(--pd-4) 0 0;
}
.LandingNewBlocks_stages-circles-wrapper__pIwNV {
    --stage-icon-size: 65px;
    --block-width: 650px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: var(--block-width);
    max-width: var(--block-width);
    margin: 0 auto 30px;
    height: 60px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    column-gap: 20px;
    z-index: 100;
    background: url(/assets/990/image/stages_btns_bg.png) no-repeat 50%/100% 100%;
}
.LandingNewBlocks_stages-circles-wrapper__pIwNV.LandingNewBlocks_sticky__2MP9t {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    left: calc(50% + var(--sidebar-width) / 2 - var(--block-width) / 2);
}
@media (max-width: 1024px) {
    .LandingNewBlocks_stages-circles-wrapper__pIwNV.LandingNewBlocks_sticky__2MP9t {
        left: calc(50% - var(--block-width) / 2);
    }
}
.LandingNewBlocks_stages-circles-wrapper__pIwNV.LandingNewBlocks_rewards__Vg20_ {
    margin-top: var(--mg-6);
}
@media (max-width: 767px) {
    .LandingNewBlocks_stages-circles-wrapper__pIwNV {
        display: none;
    }
}
.LandingNewBlocks_stages-circles-wrapper__pIwNV.LandingNewBlocks_mobile__O5dCP {
    display: none;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .LandingNewBlocks_stages-circles-wrapper__pIwNV.LandingNewBlocks_mobile__O5dCP {
        --block-width: 100%;
        display: flex;
        position: -webkit-sticky;
        position: sticky;
        top: calc(100vh - var(--header-height) - var(--stage-icon-size) / 2 - 10px);
        left: calc(50% - var(--block-width) / 2);
        background: url(/assets/990/image/stages_btns_bg_flipped.png) no-repeat 50%/100% 100%;
    }
}
.LandingNewBlocks_rewards-ratings-title__IKyIE {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    position: relative;
    margin-bottom: var(--mg-2);
    color: var(--white);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    text-align: center;
}
.LandingNewBlocks_rating-btn__WtJNt {
    padding: 0;
    border: none;
    outline: none;
    background: none;
    background-repeat: no-repeat;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.63);
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.LandingNewBlocks_rating-btn__WtJNt span {
    display: block;
    text-align: center;
    margin-left: 5px;
    text-decoration: underline;
}
.LandingNewBlocks_rating-btn__WtJNt:hover {
    color: rgba(255, 255, 255, 0.8);
}
.LandingNewBlocks_rating-btn__WtJNt.LandingNewBlocks_active__Jix1D,
.LandingNewBlocks_rating-btn__WtJNt.LandingNewBlocks_active__Jix1D:hover {
    color: var(--white);
}
.LandingNewBlocks_info-block__HBgCk {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    padding: var(--pd-4) var(--pd-4) var(--pd-4) var(--pd-5);
    width: 218px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: rgba(33, 33, 33, 0.35);
}
.LandingNewBlocks_info-block__HBgCk:before {
    content: "";
    position: absolute;
    top: -60%;
    left: -25%;
    width: 176px;
    height: 176px;
    filter: blur(80px);
    background: #3e9ee4;
    border-radius: 50%;
    opacity: 0.45;
    z-index: -1;
}
.LandingNewBlocks_info-block__HBgCk .LandingNewBlocks_value__131xt {
    color: var(--light-bronze);
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
.LandingNewBlocks_info-block__HBgCk .LandingNewBlocks_name__Mtsbd {
    color: var(--light-gray);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
}
.LandingNewBlocks_info-block__HBgCk .LandingNewBlocks_colored-text__AcToi {
    color: var(--light-bronze);
}
.LandingNewBlocks_info-block__HBgCk > img {
    height: 70px;
    width: 70px;
}
@media (min-width: 1440px) {
    .LandingNewBlocks_info-block__HBgCk {
        width: 416px;
        height: 130px;
    }
    .LandingNewBlocks_info-block__HBgCk .LandingNewBlocks_value__131xt {
        font-size: 36px;
    }
    .LandingNewBlocks_info-block__HBgCk .LandingNewBlocks_name__Mtsbd {
        font-size: 20px;
    }
    .LandingNewBlocks_info-block__HBgCk > img {
        height: 106px;
        width: 106px;
    }
}
@media (max-width: 780px) {
    .LandingNewBlocks_rewards-block__9BQMi {
        margin: 0 auto;
        padding: 0 0 0 12px;
    }
}
.LandingNewBlocks_rewards-ratings-btns-block__QdwCe {
    position: relative;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    column-gap: 20px;
    margin-bottom: 10px;
    z-index: 10;
}
.LandingNewBlocks_rewards-ratings-btns-block__QdwCe .LandingNewBlocks_rating-btns-wrap__RMlpz {
    margin-bottom: var(--mg-2);
}
@media (min-width: 1280px) {
    .LandingNewBlocks_rewards-ratings-btns-block__QdwCe {
        width: auto;
        flex-flow: column wrap;
    }
}
.LandingNewBlocks_rewards-big-cards-wrap__Bk_we {
    margin-top: var(--mg-6);
    column-gap: 30px;
}
.LandingNewBlocks_rewards-big-cards-wrap__Bk_we .LandingNewBlocks_rewards-big-cards-column__RuYpA {
    row-gap: 30px;
}
@media (max-width: 1100px) {
    .LandingNewBlocks_rewards-big-cards-wrap__Bk_we .LandingNewBlocks_rewards-big-cards-column__RuYpA {
        row-gap: 20px;
    }
}
.LandingNewBlocks_rewards-big-cards-wrap__Bk_we .LandingNewBlocks_rewards-small-cards-wrap__MD9KR {
    max-width: 335px;
    flex-flow: row wrap;
    row-gap: 10px;
    column-gap: 10px;
}
@media (min-width: 780px) {
    .LandingNewBlocks_rewards-big-cards-wrap__Bk_we .LandingNewBlocks_rewards-small-cards-wrap__MD9KR {
        max-width: unset;
    }
}
@media (min-width: 1440px) {
    .LandingNewBlocks_rewards-big-cards-wrap__Bk_we .LandingNewBlocks_rewards-small-cards-wrap__MD9KR {
        height: 440px;
        flex-flow: column nowrap;
        align-items: unset;
        justify-content: space-between;
    }
}
.LandingNewBlocks_reward-big-card__BWxq6 {
    position: relative;
    width: 406px;
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    border-radius: 20px;
}
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9.LandingNewBlocks_game-product___cK9U,
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9.LandingNewBlocks_product__oa0d_ {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 50px;
    white-space: nowrap;
}
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9.LandingNewBlocks_game-product___cK9U span,
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9.LandingNewBlocks_product__oa0d_ span {
    font-size: 11px;
}
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9.LandingNewBlocks_game-product___cK9U .LandingNewBlocks_subscription__TVN0e,
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9.LandingNewBlocks_product__oa0d_ .LandingNewBlocks_subscription__TVN0e {
    position: relative;
    top: 4px;
}
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9 .LandingNewBlocks_product__oa0d_ {
    row-gap: 0;
    column-gap: 0;
    flex-flow: column-reverse nowrap;
}
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9 .LandingNewBlocks_product__oa0d_ > span {
    font-size: 18px;
    margin-top: 2px;
    margin-right: 4px;
}
.LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9 .LandingNewBlocks_product__oa0d_ svg {
    width: 24px;
    height: 24px;
}
@media (min-width: 780px) {
    .LandingNewBlocks_reward-big-card__BWxq6 .LandingNewBlocks_reward-item__GZ3V9 .LandingNewBlocks_product__oa0d_ {
        row-gap: 2px;
        column-gap: 2px;
    }
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa {
    height: 442px;
    background-image: url(/assets/990/image/rewards_card_red_1.webp);
}

.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_place__P4Uyo {
	position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    color: var(--light-gray);
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    z-index: 2;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_place__P4Uyo b {
    color: #d0ae00;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_reward-item__GZ3V9 {
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -30%);
    width: 70px;
    height: 45px;
    z-index: 2;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_reward-item__GZ3V9:after {
    content: "";
    width: 230px;
    height: 230px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(/assets/990/image/reward_bg_1_place.webp);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-title-count__mBxan {
    color: #e09e5b;
    font-size: 40px;
    font-weight: 700;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz {
    position: absolute;
    padding: 0 var(--pd-4);
    bottom: 70px;
    z-index: 2;
	left: 60px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-wrap__T71MR {
    margin-top: 12px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title__kMXev {
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS {
    color: #a99fac;
    font-size: 32px;
    line-height: 1;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd {
    height: 206px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_place__P4Uyo,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_place__P4Uyo,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_place__P4Uyo {
    position: absolute;
    top: 40px;
    right: 88px;
    color: var(--light-gray);
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0;
    z-index: 2;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_reward-item__GZ3V9,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_reward-item__GZ3V9,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9 {
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 45px;
    z-index: 2;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_reward-item__GZ3V9:after,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_reward-item__GZ3V9:after,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9:after {
    content: "";
    width: 230px;
    height: 230px;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-title-count__mBxan,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-title-count__mBxan,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-title-count__mBxan {
    color: #e09e5b;
    font-size: 24px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-content__c2xZz {
    position: absolute;
    padding: 0;
    bottom: 16px;
    right: 0;
    max-width: 220px;
    font-size: 24px;
    line-height: 1;
    z-index: 2;
	right: 40px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-wrap__T71MR,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-wrap__T71MR,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-wrap__T71MR {
    margin-top: 2px;
    text-align: center;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS {
    color: #a99fac;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX {
    width: 360px;
    height: 206px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_place__P4Uyo,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_place__P4Uyo {
    right: 13%;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz,
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz {
    bottom: 10px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 {
    background-image: url(/assets/990/image/rewards_card_red_2.webp);
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_place__P4Uyo b {
    color: #9E9E9E;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_reward-item__GZ3V9:after {
    background-image: url(/assets/990/image/reward_bg_2_place.webp);
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX {
    background-image: url(/assets/990/image/rewards_card_red_3.webp);
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_place__P4Uyo b {
    color: #bd6018;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_reward-item__GZ3V9:after {
    background-image: url(/assets/990/image/reward_bg_3_place.webp);
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd {
    height: 150px;
    width: 105px;
    background: url(/assets/990/image/rewards_card_small_mobile.webp) no-repeat 50%/100% 100%;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_place__P4Uyo {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    top: 70%;
    color: var(--white);
    font-size: 20px;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9 {
    left: 50%;
    top: 24%;
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9:after {
    top: 56%;
    width: 180px;
    height: 150px;
    background-size: contain;
    background-image: url(/assets/990/image/reward_bg_4_place.webp);
}
.LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-content__c2xZz {
    display: none;
}
@media (min-width: 780px) {
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd {
        height: 127px;
        width: 255px;
        background: url(/assets/990/image/rewards_card_red_small.webp) no-repeat 50%/100% 100%;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_place__P4Uyo {
        right: unset;
        left: 64%;
        top: 20%;
        font-size: 24px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9 {
        left: 16%;
        top: 48%;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9:after {
        top: 54%;
        width: 170px;
        height: 155px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-title-wrap__T71MR {
        margin-top: 4px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-title-count__mBxan {
        font-size: 16px;
        color: #e09e5b;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-content__c2xZz {
        display: flex;
        right: 20px;
        bottom: 24px;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 16px;
    }
}
@media (min-width: 1680px) {
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd {
        width: 416px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_place__P4Uyo {
        left: 66%;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_reward-item__GZ3V9:after {
        width: 190px;
        height: 175px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-secondary__MFyCd .LandingNewBlocks_item-content__c2xZz {
        right: 70px;
    }
}
@media (max-width: 1100px) {
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX {
        width: 335px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX {
        height: 150px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_place__P4Uyo,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_place__P4Uyo {
        left: 58%;
        top: 12%;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz {
        bottom: 20px;
        right: -8px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title__kMXev,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title__kMXev {
        font-size: 18px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-count__mBxan,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-count__mBxan {
        font-size: 20px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-2__lq_28 .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-3__HS8LX .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS {
        font-size: 16px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa {
        height: 320px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz {
        bottom: 20px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-wrap__T71MR {
        margin-top: 6px;
    }
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title-count__mBxan,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_item-title__kMXev,
    .LandingNewBlocks_reward-big-card__BWxq6.LandingNewBlocks_num-1__vhtSa .LandingNewBlocks_item-content__c2xZz .LandingNewBlocks_secondary-text__rIcoS {
        font-size: 24px;
    }
}
.LandingNewBlocks_event-item__VddJE {
    position: relative;
    width: 240px;
    height: 416px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    filter: grayscale(100%);
    transition: all 0.2s ease;
}
.LandingNewBlocks_event-item__VddJE .LandingNewBlocks_badge__Pmkcw {
    display: block;
    position: absolute;
    top: 8px;
    right: 0;
    width: 50px;
    font-size: 1.2rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    background: var(--red);
    box-shadow: 0 3px 10px -5px #000;
}
.LandingNewBlocks_event-item__VddJE + .LandingNewBlocks_event-item__VddJE {
    margin-left: -64px;
}
.LandingNewBlocks_event-item__VddJE.LandingNewBlocks_active__Jix1D {
    filter: grayscale(0);
}
.LandingNewBlocks_event-item__VddJE .LandingNewBlocks_name__Mtsbd {
    position: absolute;
    bottom: 12%;
    width: 80%;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
    .LandingNewBlocks_event-item__VddJE {
        min-width: 180px;
    }
}
.LandingNewBlocks_events-list__AzEwl {
    width: -moz-fit-content;
    width: fit-content;
}
@media (max-width: 780px) {
    .LandingNewBlocks_locations-wrap__CLSn9 {
        flex-wrap: nowrap;
        width: -moz-fit-content;
        width: fit-content;
    }
}
.LandingNewBlocks_locations-list__1gEx0 {
    margin-left: 20px;
}
.LandingNewBlocks_location-item__J6Dg4 {
    position: relative;
    left: 0;
    min-width: 228px;
    min-height: 140px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    opacity: 0.8;
    margin-left: -20px;
    filter: grayscale(100%);
    transition: all 0.5s ease;
}
.LandingNewBlocks_location-item__J6Dg4 .LandingNewBlocks_name__Mtsbd {
    position: absolute;
    bottom: 15%;
    width: 95%;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 4.2rem;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.LandingNewBlocks_location-item__J6Dg4.LandingNewBlocks_active__Jix1D {
    opacity: 1;
    filter: grayscale(0);
}
.LandingNewBlocks_boss-card__oMFOK {
    --icon-size: 18px;
    position: relative;
    width: 222px;
    height: 242px;
    border: none;
    outline: none;
    background: none;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-left: -60px;
    margin-top: 10px;
    transition: all 0.2s ease;
    transform: scale(1);
    filter: grayscale(100%);
}
.LandingNewBlocks_boss-card__oMFOK:first-child,
.LandingNewBlocks_boss-card__oMFOK:nth-child(2) {
    margin-left: -26px;
}
.LandingNewBlocks_boss-card__oMFOK .LandingNewBlocks_boss-info___nUJk {
    position: absolute;
    top: 104px;
    left: 50%;
    transform: translateX(-50%);
    width: 116px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.LandingNewBlocks_boss-card__oMFOK .LandingNewBlocks_boss-info___nUJk span {
    white-space: nowrap;
}
.LandingNewBlocks_boss-card__oMFOK .LandingNewBlocks_boss-info___nUJk .LandingNewBlocks_name__Mtsbd {
    color: var(--white);
    text-align: center;
    font-size: 1.7rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    white-space: nowrap;
    margin-bottom: 8px;
}
.LandingNewBlocks_boss-card__oMFOK .LandingNewBlocks_boss-info___nUJk .LandingNewBlocks_i_hp__Ib3at {
    color: var(--red);
    width: var(--icon-size);
    height: var(--icon-size);
}
.LandingNewBlocks_boss-card__oMFOK .LandingNewBlocks_boss-info___nUJk .LandingNewBlocks_i_lvl__bcmHx {
    color: var(--purple);
    width: var(--icon-size);
    height: var(--icon-size);
}
.LandingNewBlocks_boss-card__oMFOK .LandingNewBlocks_boss-info___nUJk .LandingNewBlocks_i_dmg__M454X {
    color: var(--orange);
    width: var(--icon-size);
    height: var(--icon-size);
}
.LandingNewBlocks_boss-card__oMFOK:focus,
.LandingNewBlocks_boss-card__oMFOK:hover {
    border: none;
    outline: none;
}
.LandingNewBlocks_boss-card__oMFOK.LandingNewBlocks_active__Jix1D,
.LandingNewBlocks_boss-card__oMFOK:hover {
    transform: scale(1.1);
    filter: grayscale(0);
}
.LandingNewBlocks_bosses-list-block__F5YmD {
    max-height: 550px;
    padding-bottom: 20px;
    width: 45%;
}
@media (max-width: 780px) {
    .LandingNewBlocks_bosses-list-block__F5YmD {
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 {
    width: 45%;
    --icon-size: 22px;
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-name__vrsJd {
    position: relative;
    min-width: 200px;
    color: #89f5fc;
    text-align: center;
    font-size: 3.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
    margin-bottom: 30px;
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-name__vrsJd:after {
    display: block;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    width: 187px;
    height: 15px;
    transform: translateX(-50%);
    background: url(/assets/990/image/medium_devider.svg) no-repeat 50% / cover;
    content: "";
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-img__lBeSi {
    max-height: 320px;
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM {
    color: var(--white);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM .LandingNewBlocks_small__OtHRi {
    font-size: 1.2rem;
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM .LandingNewBlocks_i_hp__Ib3at {
    color: var(--red);
    width: var(--icon-size);
    height: var(--icon-size);
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM .LandingNewBlocks_i_lvl__bcmHx {
    color: var(--purple);
    width: var(--icon-size);
    height: var(--icon-size);
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM .LandingNewBlocks_i_dmg__M454X {
    color: var(--orange);
    width: var(--icon-size);
    height: var(--icon-size);
}
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM b,
.LandingNewBlocks_bosses-boss-block__Fdwe7 .LandingNewBlocks_boss-main-info__gskgM i {
    display: inline-block;
    margin-right: 2px;
    color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 780px) {
    .LandingNewBlocks_bosses-boss-block__Fdwe7 {
        display: none;
    }
}
@media (min-width: 1440px) {
    .LandingNewBlocks_sets-list-wrap__T_V9G {
        flex-flow: row nowrap;
    }
}
.LandingNewBlocks_set-block-wrap__Rxt2s {
    position: relative;
}
@media (min-width: 1440px) {
    .LandingNewBlocks_set-block-wrap__Rxt2s {
        justify-content: space-between;
    }
    .LandingNewBlocks_set-block-wrap__Rxt2s:not(:first-child):before {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        height: 100%;
        width: 1px;
        opacity: 0.4;
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 50%, rgba(255, 255, 255, 0));
    }
}
.LandingNewBlocks_set-item-block__5jcAs {
    width: 90px;
    height: 120px;
    border-radius: 10px;
    padding: 1rem;
    border: 1px solid #383650;
    background: linear-gradient(151deg, #2d2546 3.08%, #1b1f39 96.79%);
    box-shadow: inset 0 0 15px 0 rgba(0, 27, 51, 0.5);
}
.LandingNewBlocks_items-sets-block__Q2OjJ {
    background: #000;
}
.LandingNewBlocks_items-sets-block__Q2OjJ .LandingNewBlocks_set-img__24k2_ {
    max-height: 420px;
    min-height: 340px;
}
.LandingNewBlocks_craft-card__he0V_ {
    position: relative;
    width: 188px;
    height: 236px;
    padding-top: 110px;
    background: url(/assets/990/image/carft_card.png) no-repeat 50%/100% 100%;
}
.LandingNewBlocks_craft-card__he0V_ .LandingNewBlocks_craft-item__vr3B3 {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    max-height: 65px;
}
.LandingNewBlocks_craft-card__he0V_ .LandingNewBlocks_craft-info__Fkk4a {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 10px;
}
.LandingNewBlocks_craft-card__he0V_ .LandingNewBlocks_craft-info__Fkk4a .LandingNewBlocks_name__Mtsbd {
    color: var(--white);
    text-align: center;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
.LandingNewBlocks_craft-card__he0V_ .LandingNewBlocks_craft-info__Fkk4a .LandingNewBlocks_rate__DA_AR {
    margin-top: 8px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
}
.LandingNewBlocks_section-tabs-wrap__hSARb {
    overflow: hidden;
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_title__Cfrmw {
    text-transform: uppercase;
    padding-bottom: 0;
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_stages-circles-wrapper__pIwNV.LandingNewBlocks_sticky__2MP9t {
    position: -webkit-sticky;
    position: sticky;
    top: var(--header-height);
    left: unset;
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_tabs-wrap___8njV {
    justify-content: space-between;
    margin: 0;
    background: none;
    border-radius: 20px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.12);
    height: 100%;
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_tab-labels-wrap__Qhgfm {
    justify-content: space-between;
    overflow: hidden;
    height: 70px;
    padding: 0;
    background: linear-gradient(180deg, rgb(1, 1, 23) -120.714%, rgb(1, 1, 48) 99.286%);
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_tab-wrap__bUeis {
    padding: 0 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: rgba(33, 33, 33, 0.35);
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_tab-label__fsTja {
    flex-grow: 1;
    background: linear-gradient(180deg, rgb(1, 1, 23) -120.714%, rgb(1, 1, 48) 99.286%);
}
.LandingNewBlocks_section-tabs-wrap__hSARb .LandingNewBlocks_tab-label__fsTja:before {
    left: -8px;
}
.PaginationBlock_dot__6lEOn {
    --btn-size: 10px;
    --btn-active-size: 8px;
    position: relative;
    width: var(--btn-size);
    height: var(--btn-size);
    background: #566c7b;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.5s ease, box-shadow 0.5s ease;
}
@media (min-width: 1920px) {
    .PaginationBlock_dot__6lEOn {
        --btn-size: 12px;
        --btn-active-size: 10px;
    }
}
.PaginationBlock_dot__6lEOn:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(var(--btn-size) * 2);
    height: var(--btn-size);
    content: "";
}
.PaginationBlock_dot__6lEOn.PaginationBlock_active__nq1HF,
.PaginationBlock_dot__6lEOn:hover {
    background: #0093f3;
    box-shadow: 0 0 5px 2px rgba(0, 147, 243, 0.5);
}
.PaginationBlock_dot__6lEOn.PaginationBlock_active__nq1HF {
    width: var(--btn-active-size);
    height: var(--btn-active-size);
}
.PaginationBlock_dot__6lEOn.PaginationBlock_active__nq1HF:after {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% + var(--btn-size) / 2);
    height: calc(100% + var(--btn-size) / 2);
    border: 2px solid var(--border-color);
    border-radius: 50%;
    content: "";
}
.PaginationBlock_pagination-block__a0WqO.PaginationBlock_with-numbers__LxgUm {
    justify-content: center;
}
.PaginationBlock_number__SIL9z {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #888;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    background: var(--gradient-box-secondary);
    transition: border-color 0.2s, background 0.2s;
}
.PaginationBlock_number__SIL9z:hover {
    border: 1px solid #ffc756;
}
.PaginationBlock_number__SIL9z.PaginationBlock_active__nq1HF {
    border: 1px solid #ffc756;
    background: var(--gradient-box-primary);
    font-weight: 700;
}
.PaginationBlock_ellipsis___hm24 {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: #888;
}
.NotificationItem_item__FK25L {
    cursor: pointer;
    position: relative;
    padding: 10px 16px;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    background: var(--gradient-box-secondary);
    transition: opacity 0.2s;
}
.NotificationItem_item__FK25L.NotificationItem_new__aAVhx {
    background: var(--gradient-box-primary);
}
.NotificationItem_item__FK25L.NotificationItem_new__aAVhx:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--new-notification-circle-bg);
    box-shadow: var(--new-notification-circle-shadow);
}
.NotificationItem_item__FK25L:hover {
    opacity: 85%;
    border: 1px solid var(--main-color);
}
.NotificationItem_item__FK25L .NotificationItem_title__7RrIF {
    color: var(--white);
    font-size: var(--font-md);
}
.NotificationItem_item__FK25L .NotificationItem_title__7RrIF b {
    color: var(--bright-orange);
}
.NotificationItem_item__FK25L .NotificationItem_body__jlPHm p,
.NotificationItem_item__FK25L .NotificationItem_body__jlPHm span {
    color: var(--notifications-body-text-color);
    font-size: var(--font-sm);
    line-height: var(--font-sm);
    font-weight: 400;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.NotificationItem_item__FK25L .NotificationItem_currency__8B3kF span {
    color: unset;
    font-weight: 700;
}
.NotificationItem_item__FK25L .NotificationItem_date__LWVGf {
    color: var(--text-secondary-color);
    font-size: var(--font-xs);
    font-weight: 700;
}
.NotificationItem_consumable-img__PsvI8 {
    max-height: 40px !important;
    max-width: 40px !important;
}
.NotificationItem_game-product-item__LugAP {
    width: -moz-fit-content;
    width: fit-content;
}
.NotificationItem_game-product-item__LugAP img {
    max-width: 40px;
    max-height: 40px;
}
.NotificationItem_bonus-shop-btn__l3cRU,
.NotificationItem_my-market-items-btn__fDpV_ {
    font-weight: 700;
    max-height: 25px;
    height: 25px;
    font-size: var(--font-sm);
    padding: 6px 12px;
}
.NotificationItem_bonuses-cart__EI_ih {
    max-width: 30px;
    max-height: 30px;
}
.Menu_menu__c6EZu {
    width: 100%;
    margin: 10px 0;
    padding: 10px 0;
}
@media (max-width: 767px) {
    .Menu_menu__c6EZu {
        margin: 4px 0 0;
    }
}
.Menu_item__ESY_V {
    position: relative;
    display: flex;
    align-items: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    padding: 8px 15px;
    transition: box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
    color: var(--text-secondary-color);
}
.Menu_item__ESY_V.Menu_mobile-show__5pwAy {
    display: none;
}
.Menu_item__ESY_V:before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 100%;
    height: 1px;
    background: var(--border-color);
    content: "";
}
.Menu_item__ESY_V.Menu_active__82RqS {
    color: var(--text-primary-color);
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.25);
    background: var(--gradient-box-secondary);
}
.Menu_item__ESY_V.Menu_active__82RqS:before {
    display: none;
}
.Menu_item__ESY_V.Menu_active__82RqS .Menu_icon__TyISw,
.Menu_item__ESY_V:hover,
.Menu_item__ESY_V:hover .Menu_icon__TyISw {
    color: var(--text-primary-color);
}
.Menu_item__ESY_V + .Menu_item__ESY_V {
    margin-top: 5px;
}
@media (min-width: 1990px) {
    .Menu_item__ESY_V {
        font-size: var(--font-lg);
        line-height: var(--font-lg-lh);
    }
}
@media (max-width: 1024px) {
    .Menu_item__ESY_V {
        padding: 1rem;
    }
}
.Menu_icon__TyISw {
    margin-right: 12px;
    transition: color 0.2s ease;
    color: var(--text-secondary-color);
}
@media (max-width: 1024px) {
    .Menu_menu-mobile__mkfBu {
        display: flex;
        justify-content: space-between;
        align-items: center;
        column-gap: 8px;
        margin: 0;
        padding: 0;
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V {
        font-size: 0;
        border: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 1rem;
        flex: 1 0 auto;
        text-align: center;
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V:before {
        display: none;
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V + .Menu_item__ESY_V {
        margin: 0;
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V.Menu_active__82RqS {
        color: var(--white);
        background: none;
        box-shadow: none;
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V.Menu_active__82RqS:after {
        position: absolute;
        left: 50%;
        top: calc(100% + 0.5rem);
        width: 60%;
        transform: translateX(-50%);
        height: 2px;
        background: var(--purple);
        box-shadow: 0 0 2px 1px var(--purple);
        content: "";
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V:hover,
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V:hover .Menu_icon__TyISw {
        color: var(--text-primary-color);
    }
    .Menu_menu-mobile__mkfBu .Menu_icon__TyISw {
        width: 20px;
        height: 20px;
        margin-right: 0;
        padding: 0 6px;
    }
}
@media (max-width: 1024px) and (max-width: 767px) {
    .Menu_menu-mobile__mkfBu .Menu_icon__TyISw {
        padding: 0;
    }
}
@media (max-width: 767px) {
    .Menu_menu-mobile__mkfBu {
        column-gap: 0;
    }
    .Menu_menu-mobile__mkfBu .Menu_item__ESY_V {
        padding: 2px;
    }
}
.Menu_count__D6yo_ {
    top: 8px;
    left: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: var(--font-xs);
}
.Menu_count__D6yo_,
.Menu_new-label__Tbi73 {
    position: absolute;
    color: var(--white);
    background: var(--red);
    font-weight: 700;
}
.Menu_new-label__Tbi73 {
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    padding: 2px;
    display: inline-block;
    border-radius: 2px;
    height: var(--font-xss-lh);
    font-size: var(--font-xss);
    line-height: 100%;
}
.SideMenuServers_wrapper__i_55b {
    --btn-size: 24px;
    position: relative;
}
@media (max-width: 768px) {
    .SideMenuServers_wrapper__i_55b {
        max-width: 320px;
        margin: 10px auto 0;
    }
}
@media (max-width: 480px) {
    .SideMenuServers_wrapper__i_55b {
        max-width: 100%;
        width: 100%;
    }
}
.SideMenuServers_status__mOeqb {
    width: 14px;
    height: 14px;
}
@media (min-width: 1025px) {
    .SideMenuServers_status__mOeqb.SideMenuServers_left__N8iMo {
        display: none;
    }
}
@media (min-width: 1280px) {
    .SideMenuServers_status__mOeqb.SideMenuServers_left__N8iMo {
        display: inline-block;
    }
}
@media (min-width: 1025px) {
    .SideMenuServers_status__mOeqb.SideMenuServers_right__jVWEq {
        display: inline-block;
    }
}
@media (min-width: 1280px) {
    .SideMenuServers_status__mOeqb.SideMenuServers_right__jVWEq {
        display: none;
    }
}
.SideMenuServers_list-wrapper__l3bo7 {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 2;
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border-radius: 0 0 12px 12px;
    background: var(--gradient-box-grey);
}
.SideMenuServers_list-wrapper__l3bo7.SideMenuServers_open__d3P0y {
    grid-template-rows: 1fr;
}
.SideMenuServers_list-wrapper__l3bo7 .SideMenuServers_list__5kehv {
    overflow: hidden;
}
.SideMenuServers_item__13Uoh {
    position: relative;
    border-radius: 12px;
    min-height: 65px;
    padding: var(--pd-3) calc(var(--btn-size) + 10px) var(--pd-3) var(--pd-3);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background: var(--gradient-box-grey);
}
.SideMenuServers_item__13Uoh:before {
    position: absolute;
    top: calc(100% - 2px);
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    border-radius: 0 2px 2px 0;
    background: var(--main-color);
    box-shadow: none;
    transition: all 0.2s ease;
    content: "";
}
.SideMenuServers_item__13Uoh.SideMenuServers_inline__iy8_U {
    width: auto;
    display: inline-flex;
}
.SideMenuServers_item__13Uoh.SideMenuServers_selected__zYRfa,
.SideMenuServers_item__13Uoh:hover {
    background: var(--gradient-box-primary);
}
.SideMenuServers_item__13Uoh.SideMenuServers_selected__zYRfa:not(.SideMenuServers_list-item__qzJXK):before,
.SideMenuServers_item__13Uoh:hover:not(.SideMenuServers_list-item__qzJXK):before {
    width: 80%;
    box-shadow: var(--box-shadow-line-accent);
}
.SideMenuServers_item__13Uoh.SideMenuServers_opened__rLqf4 {
    border-radius: 12px 12px 0 0;
}
.SideMenuServers_item__13Uoh.SideMenuServers_list-item__qzJXK {
    border-radius: 0;
}
.SideMenuServers_item__13Uoh.SideMenuServers_list-item__qzJXK + .SideMenuServers_item__13Uoh {
    border-top: 1px solid var(--border-color);
}
.SideMenuServers_item__13Uoh.SideMenuServers_list-item__qzJXK:last-of-type {
    border-radius: 0 0 12px 12px;
}
@media (min-width: 1025px) {
    .SideMenuServers_item__13Uoh {
        row-gap: 1rem !important;
        column-gap: 1.5rem !important;
        align-items: flex-start;
        flex-flow: column nowrap;
        padding-left: 8px;
        padding-right: 12px;
    }
}
@media (min-width: 1280px) {
    .SideMenuServers_item__13Uoh {
        row-gap: 1rem !important;
        column-gap: 1.5rem !important;
        align-items: center;
        flex-flow: row nowrap;
        padding-right: calc(var(--btn-size) + 10px);
        padding-left: var(--pd-3);
    }
}
@media (min-width: 1025px) {
    .SideMenuServers_additional-info__FDdNP {
        width: 100%;
        flex-flow: row nowrap;
    }
}
@media (min-width: 1280px) {
    .SideMenuServers_additional-info__FDdNP {
        width: auto;
        flex-flow: column nowrap;
    }
}
.SideMenuServers_name__aHVF6 {
    line-height: var(--font-xs-lh);
}
.SideMenuServers_name__aHVF6,
.SideMenuServers_title____IT5 {
    font-size: var(--font-sm);
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}
.SideMenuServers_name__aHVF6 {
    line-height: var(--font-xs-lh);
    color: #FFD700;  /* 金色 */
}
.SideMenuServers_title____IT5 {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    line-height: var(--font-sm-lh);
}
.SideMenuServers_title____IT5 b {
    color: var(--white);
    font-weight: 700;
    font-size: var(--font-sm);
}
.SideMenuServers_count__TJJ_7 {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 50%);
    width: 55px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-sm);
    padding-top: var(--pd-1);
    text-shadow: 0 0 2px #fff;
    background: url(/assets/990/image/server_count_red.webp) no-repeat 50%/100%;
}
@media (min-width: 1990px) {
    .SideMenuServers_count__TJJ_7 {
        width: 80px;
        height: 30px;
    }
}
.SideMenuServers_progress__Ec3el {
    position: relative;
    width: 100%;
    height: 3px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 110px;
}
@media (min-width: 1990px) {
    .SideMenuServers_progress__Ec3el {
        height: 4px;
        top: calc(100% - 5px);
        width: 100%;
    }
}
.SideMenuServers_bar__ofriN {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    transition: all 0.2s ease, width 0.8s ease;
    border-radius: 10px;
    background: #00ff1e;
    box-shadow: 0 0 4.59px #41ff1e;
}
.SideMenuServers_icon__gpfBI {
    cursor: pointer;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 25px;
    height: 25px;
    color: var(--color-light);
}
.SideMenuServers_icon__gpfBI:hover {
    color: var(--white);
}
.SideMenuServers_open-btn__Rsa_X {
    position: absolute;
    top: 50%;
    right: 10px;
    width: var(--btn-size);
    height: var(--btn-size);
    transform: translateY(-50%);
    cursor: pointer;
    flex-shrink: 0;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.SideMenuServers_open-btn__Rsa_X:hover {
    opacity: 1;
}
@media (min-width: 1025px) {
    .SideMenuServers_server-name__wyFEx {
        flex-flow: row nowrap;
        column-gap: 2px !important;
    }
}
@media (min-width: 1280px) {
    .SideMenuServers_server-name__wyFEx {
        flex-flow: column nowrap;
        column-gap: 0 !important;
    }
}
.SideMenuSocials_wrapper__v_PEw {
    width: 100%;
    padding-bottom: 1rem;
}
.SideMenuSocials_buttons__fNEMk {
    margin-bottom: 2rem;
    column-gap: 2%;
    row-gap: 10px;
    text-align: center;
}
@media (min-width: 1280px) {
    .SideMenuSocials_buttons__fNEMk {
        text-align: initial;
    }
}
.SideMenuSocials_bonus-shop-btn__e4InJ,
.SideMenuSocials_donate-btn__DoVb1,
.SideMenuSocials_shop-btn__h7FTg {
    font-size: var(--font-md);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
@media (min-width: 1025px) {
    .SideMenuSocials_bonus-shop-btn__e4InJ,
    .SideMenuSocials_donate-btn__DoVb1,
    .SideMenuSocials_shop-btn__h7FTg {
        font-size: var(--font-xs);
        line-height: var(--font-xs-lh);
        max-height: 35px;
        height: 35px;
        padding: 0 8px;
    }
}
@media (min-width: 1280px) {
    .SideMenuSocials_bonus-shop-btn__e4InJ,
    .SideMenuSocials_donate-btn__DoVb1,
    .SideMenuSocials_shop-btn__h7FTg {
        max-height: 45px;
        height: 45px;
        font-size: var(--font-lg);
        padding: 12px 20px;
    }
}
.SideMenuSocials_shop-btn__h7FTg {
    width: 100%;
}
.SideMenuSocials_shop-tag__gAvwd {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    width: 50px;
    height: 20px;
    border-radius: 6px;
    background: radial-gradient(427.78% 100% at 0 50%, #d20032 0, #d20078 100%);
    top: -5px;
    left: -10px;
    transform: rotate(-30deg);
}
.SideMenuSocials_shop-btn-block__YHPBS {
    position: relative;
    flex-basis: 49%;
}
@keyframes ModalComponent_animation-spinner__AGQaV {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes ModalComponent_bounceIn__ct5G7 {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
@keyframes ModalComponent_zoomIn__Ma1Of {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.ModalComponent_wrapper__I9Caa {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: var(--z-index-modal);
}
.ModalComponent_wrapper__I9Caa a {
    cursor: pointer;
}
.ModalComponent_wrapper__I9Caa a,
.ModalComponent_wrapper__I9Caa a:active,
.ModalComponent_wrapper__I9Caa a:focus {
    color: var(--blue);
    text-decoration: underline;
}
.ModalComponent_wrapper__I9Caa a:hover {
    opacity: 0.8;
}
@media (max-width: 780px) {
    .ModalComponent_wrapper__I9Caa {
        padding-bottom: 80px;
    }
}
.ModalComponent_dimm__fToWO {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ModalComponent_modal__nrsaJ {
    position: relative;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    background: var(--box-accent-bg);
    border-radius: 20px;
    padding: var(--pd-4);
    min-width: 400px;
    max-width: 95%;
    margin: var(--mg-2);
    z-index: var(--z-index-modal);
}
.ModalComponent_modal__nrsaJ.ModalComponent_open__J3slz {
    animation-duration: 0.2s;
    animation-name: ModalComponent_zoomIn__Ma1Of;
}
@media (max-width: 780px) {
    .ModalComponent_modal__nrsaJ {
        min-width: auto;
        max-width: inherit;
        width: 85%;
        padding: 10px 20px;
    }
}
.ModalComponent_modal-header__7QKvw {
    display: flex;
    align-items: center;
    font-size: var(--font-xlg);
    color: #fff;
    padding-bottom: var(--pd-4);
    margin-bottom: var(--mg-6);
    border-bottom: 1px solid var(--border-color);
}
.ModalComponent_modal-header__7QKvw.ModalComponent_no-border__iB9IW {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.ModalComponent_modal-header__7QKvw.ModalComponent_no-margin__knaQF {
    margin-bottom: 0;
}
.ModalComponent_sub-title__odxOX {
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    color: var(--white);
    margin-bottom: 1rem;
    white-space: pre-wrap;
}
.ModalComponent_text-item__N42PK {
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    white-space: pre-wrap;
}
.ModalComponent_info-text-item__xQ9gi {
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    white-space: pre-wrap;
    max-width: 400px;
}
.ModalComponent_info-text-item__xQ9gi b {
    font-weight: 700;
    color: var(--orange);
}
.ModalComponent_info-text-item__xQ9gi i {
    font-style: italic;
}
.ModalComponent_msg-text__bFm_g {
    white-space: pre-wrap;
}
.ModalComponent_modal-content__yatTA {
    position: relative;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.ModalComponent_modal-content__yatTA.ModalComponent_top-error__VsACE .ModalComponent_error__4MaDq {
    top: -100%;
}
.ModalComponent_modal-footer__qp4q9 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid var(--border-color);
}
.ModalComponent_modal-footer__qp4q9.ModalComponent_no-margin__knaQF {
    margin: 0;
}
.ModalComponent_modal-footer__qp4q9.ModalComponent_no-border__iB9IW {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
}
.ModalComponent_error__4MaDq {
    position: absolute;
    top: -25%;
    left: 0;
    color: var(--red);
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    font-weight: 700;
    opacity: 0;
    transition: all 0.5s ease;
}
.ModalComponent_error__4MaDq.ModalComponent_show__JRmGe {
    opacity: 1;
}
.ModalComponent_error__4MaDq b {
    text-decoration: underline;
}
@media (min-width: 780px) {
    .ModalComponent_error__4MaDq {
        top: -28%;
    }
}
@media (min-width: 1280px) {
    .ModalComponent_error__4MaDq {
        top: -30%;
    }
}
@media (min-width: 2000px) {
    .ModalComponent_error__4MaDq {
        top: -25%;
    }
}
.ModalComponent_close__j22FY {
    position: absolute;
    width: 30px;
    height: 30px;
    color: var(--white);
    right: -25px;
    top: -25px;
    cursor: pointer;
}
.ModalComponent_close__j22FY:hover {
    color: var(--light);
}
.ModalComponent_msg-icon__0IIum {
    width: 25px;
    height: 25px;
    margin-right: 10px;
    flex: 0 0 auto;
}
.ModalComponent_msg-icon__0IIum.ModalComponent_success__OuUBN {
    color: var(--green-bright);
    filter: drop-shadow(0 5px 15px rgba(29, 150, 56, 0.5));
}
.ModalComponent_msg-icon__0IIum.ModalComponent_warning__iLM7P {
    color: var(--orange);
    filter: drop-shadow(0 5px 15px rgba(244, 159, 31, 0.5));
}
.ModalComponent_msg-icon__0IIum.ModalComponent_danger__H_LxL {
    color: var(--red);
    filter: drop-shadow(0 5px 15px rgba(255, 63, 63, 0.5));
}
.ModalComponent_block-wrapper__c5cgJ {
    max-width: 300px;
}
.ModalComponent_buy_btn__kMPY7 {
    min-width: 120px;
    justify-content: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.ModalComponent_item-label__w_lJA {
    min-width: 140px;
    font-size: var(--font-md);
    color: var(--white);
}
.ModalComponent_char-service-switcher__D207y,
.ModalComponent_char-service-switcher__D207y > div {
    min-width: 120px;
}
.ModalComponent_char-select__a_0HW {
    width: 100%;
    z-index: var(--z-index-modal);
}
.LoginModal_content-wrap__vqA_l {
    width: auto;
}
.LoginModal_waiting-list-text__1kUO_ {
    margin-bottom: 20px;
    max-width: 416px;
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}
.LoginModal_waiting-list-text__1kUO_ b:first-child {
    color: #ffe46b;
}
.LoginModal_additional-actions__0Cjjq {
    margin-top: 20px;
}
.LoginModal_additional-actions__0Cjjq > span {
    color: var(--orange);
    font-size: 1.8rem;
    cursor: pointer;
}
@media (max-width: 780px) {
    .LoginModal_additional-actions__0Cjjq {
        flex-flow: column nowrap;
        justify-content: center;
        align-items: center;
    }
}
.RegisterForm_title__kFrFl {
    font-size: 3.2rem;
    line-height: 3.4rem;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}
.RegisterForm_input-wrap__LklRP {
    width: 100% !important;
}
.RegisterForm_input__an_bY {
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgb(64 73 90 / 28%);
}
@media (max-width: 780px) {
    .RegisterForm_input__an_bY {
        width: 100%;
        min-width: auto;
    }
}
.RegisterForm_item__XHGwt {
    width: 100%;
    margin-top: 10px;
}
.RegisterForm_item__XHGwt:first-of-type {
    margin-top: 0;
}
.RegisterForm_item__XHGwt a {
    display: inline-block;
    text-decoration: underline;
    margin: 0 3px;
}
.RegisterForm_item__XHGwt a:hover {
    color: var(--light);
}
.RegisterForm_msg__QwrFt {
    margin: var(--mg-4) 0 0;
    max-width: 400px;
    font-size: var(--font-sm);
    color: var(--light);
}
.RegisterForm_item-center__ipdML {
    text-align: center;
}
@media (max-width: 780px) {
    .RegisterForm_item-inline__SXnqH {
        width: 100%;
        flex-flow: column wrap;
    }
}
.RegisterForm_wrapper__mQfys {
    position: relative;
    padding-top: 0;
    row-gap: 0;
}
.RegisterForm_label__IwMFK {
margin-right: 8px;
    font-size: 18px;
    font-weight: 400;
    min-width: 100;
}
}
.RegisterForm_label__IwMFK b {
    margin: 0;
}
@media (max-width: 780px) {
    .RegisterForm_label__IwMFK {
        min-width: 120px;
    }
}
.RegisterForm_error__me7FT {
    opacity: 0;
    color: var(--red);
    font-size: 2rem;
    transition: all 0.4s ease;
}
.RegisterForm_error__me7FT.RegisterForm_show__mb9aF {
    opacity: 1;
}
.RegisterForm_register-btn__SP_3J {
    margin-top: 10px;
    border-radius: 10px;
    padding: 0 70px;
}
.RegisterForm_checkbox-items-wrap__VG8I7 {
    max-width: 380px;
    margin-top: 24px;
}
.RegisterForm_waiting-list-text__jVI0f {
    pointer-events: none;
    margin-bottom: 20px;
    max-width: 462px;
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
    font-weight: 700;
}
.RegisterForm_waiting-list-text__jVI0f b:first-child {
    pointer-events: auto;
    cursor: pointer;
    color: var(--blue);
    text-decoration: underline;
}
.RegisterForm_waiting-list-text__jVI0f b:last-child {
    color: #ffe46b;
}
@keyframes SellItemModal_border-animation__Ivbxz {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.SellItemModal_wrapper__BZlm_ {
    row-gap: 20px;
    column-gap: 20px;
    flex-flow: row nowrap;
}
@media (max-width: 780px) {
    .SellItemModal_wrapper__BZlm_ {
        flex-flow: column wrap;
    }
}
.SellItemModal_label-wrap__Tr3KT {
    min-width: 85px;
}
.SellItemModal_label-img__QqAgM {
    width: 32px;
}
.SellItemModal_label-text__73r8Y {
    display: inline-block;
}
@media (max-width: 480px) {
    .SellItemModal_label-text__73r8Y {
        display: none;
    }
}
.SellItemModal_message__eTHxo {
    max-width: 400px;
    white-space: pre-wrap;
}
.SellItemModal_message__eTHxo b {
    font-weight: 900;
    color: var(--orange);
}
.SellItemModal_error___DFkw {
    color: var(--red);
    margin-bottom: 10px;
}
.SellItemModal_dc-label__WCHdp {
    text-align: center;
}
@media (min-width: 768px) {
    .SellItemModal_dc-label__WCHdp {
        white-space: nowrap;
    }
}
.SellItemModal_input__KhXMq {
    height: 100%;
}
.SellItemModal_j-input__8GTjr,
.SellItemModal_p-input__VHi6v {
    width: 62px;
    padding: 2px 10px;
}
@media (max-width: 480px) {
    .SellItemModal_j-input__8GTjr,
    .SellItemModal_p-input__VHi6v {
        width: 40px;
        padding: 2px 4px;
    }
}
.SellItemModal_dc-input__Honc9,
.SellItemModal_p-input__VHi6v.SellItemModal_z-input__AV4_k {
    width: 115px;
    padding: 2px 10px;
}
@media (max-width: 780px) {
    .SellItemModal_dc-input__Honc9,
    .SellItemModal_p-input__VHi6v.SellItemModal_z-input__AV4_k {
        width: 115px;
    }
}
.SellItemModal_actions-wrap__jhH2q h3 {
    margin: 0;
}
@media (max-width: 767px) {
    .SellItemModal_actions-wrap__jhH2q {
        flex-flow: column nowrap;
    }
}
.SellItemModal_actions-wrap__jhH2q,
.SellItemModal_content__FDvyq {
    width: 100%;
}
.SellItemModal_item-wrap__40DAb {
    height: 100%;
    flex-grow: 1;
}
.SellItemModal_item-wrap__40DAb .SellItemModal_item-desktop__d40no {
    display: inline-flex;
}
.SellItemModal_item-wrap__40DAb .SellItemModal_item-mobile__LcLn0 {
    display: none;
}
@media (max-width: 767px) {
    .SellItemModal_item-wrap__40DAb .SellItemModal_item-desktop__d40no {
        display: none;
    }
    .SellItemModal_item-wrap__40DAb .SellItemModal_item-mobile__LcLn0 {
        display: inline-flex;
    }
}
.SellItemModal_content__FDvyq {
    position: relative;
    padding-left: 20px;
    width: min-content;
}
@media (max-width: 780px) {
    .SellItemModal_content__FDvyq {
        width: 100%;
    }
}
.SellItemModal_content__FDvyq:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 49.5%, rgba(255, 255, 255, 0));
    opacity: 0.2;
}
@media (max-width: 767px) {
    .SellItemModal_content__FDvyq {
        padding-left: 0;
    }
    .SellItemModal_content__FDvyq:before {
        display: none;
    }
}
.SellItemModal_cur-table-wrap__plzrE {
    width: 100%;
    border-bottom: 1px solid var(--border-color);
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.SellItemModal_cur-table-wrap__plzrE::-webkit-scrollbar {
    display: none;
}
.SellItemModal_cur-table__NtEjy {
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.SellItemModal_cur-table__NtEjy::-webkit-scrollbar {
    display: none;
}
.SellItemModal_cur-table__NtEjy th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 480px) {
    .SellItemModal_cur-table__NtEjy th {
        padding: 4px;
        font-size: var(--font-sm);
    }
}
.SellItemModal_cur-table__NtEjy td {
    padding: 5px;
    vertical-align: middle;
}
.SellItemModal_cur-table__NtEjy .SellItemModal_price__wmOMw {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.SellItemModal_cur-switcher__EEOWO {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.SellItemModal_cur-switcher__EEOWO::-webkit-scrollbar {
    display: none;
}
.SellItemModal_cur-switcher__EEOWO div {
    width: 70px !important;
    min-width: 70px !important;
    font-size: var(--font-md) !important;
}
@media (min-width: 768px) {
    .SellItemModal_cur-switcher__EEOWO div {
        width: 100px !important;
        min-width: 100px !important;
    }
}
.SellItemModal_price-wrap__VG3VP {
    width: -moz-fit-content;
    width: fit-content;
    column-gap: 4px;
}
.SellItemModal_counter-offer-currencies__0ukDM {
    justify-content: space-between;
    padding-top: var(--pd-4);
}
.SellItemModal_counter-offer-currencies__0ukDM .SellItemModal_counter-offer-currency__z4s9d {
    height: 20px;
    width: 48%;
}
.BuyItemModal_item__E35iq {
    margin-bottom: 20px;
}
.SentEmailModal_title__J129Q {
    color: var(--orange);
    font-weight: 700;
    font-size: var(--font-lg);
    text-align: center;
}
.SentEmailModal_wrapper__wtgz8 p {
    text-align: center;
}
.HeaderChars_wrapper__Ocbx8 {
    --char-height: 40px;
    --char-width: 160px;
    --char-padding: 2px 2px 2px 42px;
    --avatar-size: 34px;
    --avatar-img-size: 34px;
    position: relative;
    height: 100%;
    width: calc(100% - var(--right-header-width));
    margin: 0 var(--page-paddin-left) 0;
    padding: var(--page-padding-top) var(--page-paddin-left);
}
.HeaderChars_wrapper__Ocbx8.HeaderChars_with-nav__OiaFz {
    margin: 0 calc(var(--page-paddin-left) - 24px) 0 calc(58px + var(--page-paddin-left));
}
.HeaderChars_wrapper__Ocbx8.HeaderChars_with-nav__OiaFz:after {
    position: absolute;
    right: 0;
    top: 0;
    width: var(--char-width);
    height: 100%;
    background: linear-gradient(270deg, #181d29, rgba(24, 29, 41, 0));
    content: "";
}
@media (max-width: 767px) {
    .HeaderChars_wrapper__Ocbx8 {
        display: none;
    }
}
@media (min-width: 1280px) {
    .HeaderChars_wrapper__Ocbx8 {
        --char-height: 55px;
        --char-width: 210px;
        --char-padding: 5px 5px 5px 60px;
        --avatar-size: 56px;
        --avatar-img-size: 50px;
    }
}
@media (min-width: 1920px) {
    .HeaderChars_wrapper__Ocbx8 {
        --char-height: 60px;
        --char-width: 220px;
        --char-padding: 5px 5px 5px 65px;
    }
}
@media (min-width: 1990px) {
    .HeaderChars_wrapper__Ocbx8 {
        --char-height: 75px;
        --char-width: 270px;
        --char-padding: 10px 10px 10px 80px;
        --avatar-size: 70px;
        --avatar-img-size: 65px;
    }
}
.HeaderChars_wrapper-inline__lQNdn {
    flex-flow: row wrap;
    width: 100%;
}
.HeaderChars_chars-common__QQLyt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.HeaderChars_chars-wrapper__JJc9z {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    display: flex;
    column-gap: var(--mg-2);
    align-items: center;
    flex-flow: row nowrap;
    transition: all 0.5s ease;
}
.HeaderChars_status__qaTFO {
    position: absolute;
    right: -14px;
    bottom: -10px;
}
@media (min-width: 1280px) {
    .HeaderChars_status__qaTFO {
        right: -5px;
        bottom: -5px;
    }
}
@media (min-width: 1990px) {
    .HeaderChars_status__qaTFO {
        right: 0;
        bottom: 0;
    }
}
.HeaderChars_char__tJY_3 {
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    height: var(--char-height);
    width: var(--char-width);
    background: var(--top-char-bg);
    padding: var(--char-padding);
    cursor: pointer;
    transition: all 0.2s ease;
}
.HeaderChars_char__tJY_3.HeaderChars_active__KxFzy,
.HeaderChars_char__tJY_3:hover {
    background: var(--top-char-active-bg);
}
.HeaderChars_avatar__qIsQr {
    position: absolute;
    top: 1px;
    left: -2px;
    width: var(--avatar-size);
    height: var(--avatar-size);
    transition: all 0.2s ease;
    border: 3px solid rgba(0, 0, 0, 0);
    border-radius: 50%;
}
.HeaderChars_avatar__qIsQr .HeaderChars_avatar-link__DZEi4 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    opacity: 0;
    transition: all 0.2s ease;
}
.HeaderChars_avatar__qIsQr .HeaderChars_avatar-link__DZEi4:hover {
    opacity: 1;
}
.HeaderChars_avatar__qIsQr .HeaderChars_link-icon__309Lb {
    color: var(--white);
}
.HeaderChars_avatar-img__m8Cuv {
    width: var(--avatar-img-size);
    height: var(--avatar-img-size);
}
.HeaderChars_content__YFNkK {
    position: relative;
    font-size: var(--font-xss);
    line-height: var(--font-xss-lh);
    font-weight: 700;
    color: #fff;
}
.HeaderChars_content__YFNkK .HeaderChars_map__Vk_rv {
    max-width: 80px;
    overflow: hidden;
    margin-top: 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: var(--font-xss);
    line-height: var(--font-xss-lh);
    color: #9e90c1;
}
@media (min-width: 1280px) {
    .HeaderChars_content__YFNkK {
        font-size: var(--font-sm);
    }
    .HeaderChars_content__YFNkK .HeaderChars_map__Vk_rv {
        font-size: var(--font-xs);
    }
}
@media (min-width: 1920px) {
    .HeaderChars_content__YFNkK {
        line-height: var(--font-md-lh);
    }
}
.HeaderChars_resets__XIU3o {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 8%;
    bottom: 4px;
    font-size: var(--font-xss);
    line-height: var(--font-xss-lh);
    color: #fff;
    font-weight: 700;
}
.HeaderChars_resets__XIU3o .HeaderChars_resets-val__UlELW {
    position: relative;
}
@media (min-width: 1280px) {
    .HeaderChars_resets__XIU3o {
        right: 10%;
        bottom: 5px;
        font-size: var(--font-sm);
        line-height: var(--font-sm-lh);
    }
}
@media (min-width: 1990px) {
    .HeaderChars_resets__XIU3o {
        bottom: 10px;
    }
}
.HeaderChars_left-btn__NUChR {
    position: absolute;
    top: calc(50% - 35px);
    left: -78px;
    height: 70px;
    width: 78px;
    z-index: 1;
    cursor: pointer;
    border: none;
    outline: none;
    background: url(/assets/990/image/panels.png) no-repeat -227px -56px;
}
.HeaderChars_left-btn__NUChR:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease;
    background: url(/assets/990/image/panels.png) no-repeat -227px -130px;
    content: "";
}
.HeaderChars_left-btn__NUChR:not(:disabled):before {
    opacity: 0.8;
}
.HeaderChars_left-btn__NUChR:disabled {
    cursor: auto;
}
.HeaderChars_left-btn__NUChR:disabled:hover:before {
    opacity: 0;
}
.HeaderChars_left-btn__NUChR.HeaderChars_active__KxFzy:before,
.HeaderChars_left-btn__NUChR:hover:before {
    opacity: 1;
}
.HeaderChars_right-btn__WenF7 {
    position: absolute;
    top: calc(50% - 35px);
    right: 0;
    height: 70px;
    width: 78px;
    background: url(/assets/990/image/panels.png) no-repeat -309px -130px;
    border: none;
    outline: none;
    box-shadow: none;
    z-index: 1;
    transition: all 0.2s ease;
}
.HeaderChars_right-btn__WenF7:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.2s ease;
    background: url(/assets/990/image/panels.png) no-repeat -309px -56px;
    content: "";
}
.HeaderChars_right-btn__WenF7:not(:disabled):before {
    opacity: 0.8;
}
.HeaderChars_right-btn__WenF7:disabled {
    cursor: auto;
}
.HeaderChars_right-btn__WenF7:disabled:hover:before {
    opacity: 0;
}
.HeaderChars_right-btn__WenF7.HeaderChars_active__KxFzy:before,
.HeaderChars_right-btn__WenF7:hover:before {
    opacity: 1;
}
.SelectCharModal_text__bwWeN {
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.SelectCharModal_item__Yiwp5 {
    position: relative;
    width: 90px;
    height: 70px;
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.SelectCharModal_item__Yiwp5 .SelectCharModal_count__9_sV1 {
    position: absolute;
    top: 0.3rem;
    right: 0.8rem;
    font-size: var(--font-sm);
}
.SelectCharModal_buff-item__Ctegt {
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.CouponInput_wrapper__CsrGO {
    position: relative;
}
.CouponInput_input-wrapper__TGytH {
    max-width: 150px;
}
.CouponInput_coupon-input__46C3h {
    max-width: 150px;
    height: var(--btn-sm-height);
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.CouponInput_btn__Eh_Jf {
    height: var(--btn-sm-height);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.CouponInput_message__ZFN1d {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: var(--font-xs);
}
.CouponInput_error__pkzcr {
    color: var(--red);
    text-shadow: 0 0 3px var(--red);
}
.CouponInput_success__eFLqi {
    color: var(--lime);
    text-shadow: 0 0 3px var(--lime);
}
.SubscriptionConvertModal_table__uDF5L {
    width: 100%;
    border-collapse: collapse;
}
.SubscriptionConvertModal_table__uDF5L td {
    padding: var(--pd-2) var(--pd-3);
    color: var(--color-light);
    vertical-align: middle;
}
.SubscriptionConvertModal_table__uDF5L b {
    font-weight: 700;
    color: var(--orange);
}
.SubscriptionConvertModal_text-item__OBlMS {
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    white-space: pre-wrap;
}
.SubscriptionConvertModal_text-item__OBlMS b {
    font-weight: 700;
    color: var(--orange);
}
.SubscriptionConvertModal_text-item-center__dEBTm {
    text-align: center;
    font-size: var(--font-xlg);
}
.SubscriptionConvertModal_buy-btn__Nj1MY {
    min-width: 120px;
}
.SubscriptionConvertModal_subscription-item__24c05 img {
    height: 80px;
    width: auto;
}
.SubscriptionConvertModal_sub-input__JH4F5 {
    max-width: 80px;
}
.RewardItemsBlock_item__RrrmN {
    position: relative;
    padding: var(--pd-2);
    min-width: 90px;
    min-height: 70px;
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.RewardItemsBlock_item__RrrmN .RewardItemsBlock_count__fr01r {
    position: absolute;
    top: 0.3rem;
    right: 0.8rem;
    font-size: var(--font-sm);
    font-weight: 700;
}
.RewardModal_text__RofN4 {
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.RewardModal_item__hBGg8 {
    position: relative;
    padding: var(--pd-2);
    min-width: 90px;
    min-height: 70px;
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.RewardModal_item__hBGg8 .RewardModal_count__SGiQO {
    position: absolute;
    top: 0.3rem;
    right: 0.8rem;
    font-size: var(--font-sm);
    font-weight: 700;
}
.RewardModal_green-text__ZpO72 {
    font-size: var(--font-md);
    font-style: normal;
    font-weight: 700;
    color: var(--green-acent);
}
.TournamentRegisterModal_text__WyJP2 {
    display: block;
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    margin-top: var(--mg-4);
}
.TournamentRegisterModal_cur-wrapper__cpQEK {
    padding: var(--pd-2) var(--pd-4);
    background: var(--box-bg);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2), inset 0 -5px 10px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
}
.TournamentRegisterModal_cur-wrapper__cpQEK span {
    font-size: var(--font-lg);
    font-weight: 700;
}
.TournamentRegisterModal_form-item__dLcxM {
    width: auto;
    flex-flow: row nowrap;
    max-width: 50%;
}
.TournamentRegisterModal_form-item__dLcxM label {
    width: 200px;
    font-size: var(--font-md);
}
.UpgradeBattlePassModal_modal-wrapper__3Xr3A {
    position: relative;
    min-height: 200px;
}
.UpgradeBattlePassModal_modal-wrapper__3Xr3A:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/990/image/bp_modal_bg.webp) no-repeat 100% 100%/100% 100%;
    opacity: 0.2;
    z-index: -1;
}
.UpgradeBattlePassModal_content-wrap__un6_o {
    position: relative;
}
@media (max-width: 780px) {
    .UpgradeBattlePassModal_content-wrap__un6_o {
        padding-bottom: var(--pd-6);
    }
    .UpgradeBattlePassModal_main-title-wrap__h_m19 {
        margin-top: var(--mg-2);
        justify-content: center;
    }
}
.UpgradeBattlePassModal_main-title__Hb7L1 {
    margin-top: 0;
    font-weight: 700;
    font-size: var(--font-xmlg);
}
@media (max-width: 780px) {
    .UpgradeBattlePassModal_main-title__Hb7L1 {
        text-align: center;
    }
}
.UpgradeBattlePassModal_main-title__Hb7L1 > b {
    color: var(--yellow-brigth);
}
.UpgradeBattlePassModal_main-title__Hb7L1 > span {
    display: inline-block;
    margin-right: 20px;
    color: var(--orange);
}
.UpgradeBattlePassModal_benefit-title__2w_TF {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 210px;
    height: 48px;
    font-size: var(--font-xlg);
    font-weight: 700;
    z-index: 1;
}
.UpgradeBattlePassModal_benefit-title__2w_TF:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-64%);
    background: url(/assets/990/image/bp_benefit_bg.webp) no-repeat 100% / contain;
    z-index: -1;
}
.UpgradeBattlePassModal_benefit-img__BBa1J {
    width: 220px;
    height: 190px;
}
@media (max-width: 780px) {
    .UpgradeBattlePassModal_benefit-img-packs-wrap__8HljZ {
        justify-content: center;
        flex-flow: row wrap;
    }
}
.UpgradeBattlePassModal_packs-wrap__yWN92 {
    --pack-width: 206px;
    --pack-height: 270px;
    display: inline-flex;
    flex-flow: row nowrap;
    padding: 2rem var(--pd-5);
}
.UpgradeBattlePassModal_pack__8k1Gw {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 0.5rem;
    padding: var(--pd-5);
    width: var(--pack-width);
    height: var(--pack-height);
    cursor: pointer;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-bg__thyCJ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/990/image/pack_bg.webp) no-repeat top/100% 100%;
    border-radius: 15px;
    z-index: -1;
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_coin-icon__aef0L {
    visibility: hidden;
    max-width: 20px;
    max-height: 20px;
    background: radial-gradient(189.06% 355.88% at 50% 317.65%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #ffd600;
    border-radius: 50%;
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_active___qage .UpgradeBattlePassModal_pack-bg__thyCJ,
.UpgradeBattlePassModal_pack__8k1Gw:hover .UpgradeBattlePassModal_pack-bg__thyCJ {
    background: url(/assets/990/image/pack_bg_h.webp) no-repeat top/100% 100%;
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_active___qage:after,
.UpgradeBattlePassModal_pack__8k1Gw:hover:after {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_active___qage:before,
.UpgradeBattlePassModal_pack__8k1Gw:hover:before {
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_active___qage {
    cursor: auto;
    pointer-events: none;
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_active___qage .UpgradeBattlePassModal_coin-icon__aef0L {
    visibility: visible;
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_unavailable__dERYq {
    cursor: auto;
    pointer-events: none;
}
.UpgradeBattlePassModal_pack__8k1Gw.UpgradeBattlePassModal_unavailable__dERYq .UpgradeBattlePassModal_pack-bg__thyCJ {
    filter: grayscale(100%);
}
.UpgradeBattlePassModal_pack__8k1Gw:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 10px;
    transition: all 0.1s ease;
    background: radial-gradient(123.68% 110.59% at 50% -2.94%, rgba(57, 184, 255, 0) 0, rgba(239, 138, 43, 0.5) 41.34%, rgba(219, 0, 241, 0.66) 98.44%);
    z-index: -1;
    content: "";
}
.UpgradeBattlePassModal_pack__8k1Gw:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(180deg, rgba(255, 184, 0, 0), rgba(255, 184, 0, 0.5) 31.25%, #db00f1);
    opacity: 0.5;
    filter: blur(10px);
    border-radius: 10px;
    z-index: -2;
    transition: all 0.2s ease;
    content: "";
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-img__eFDZY {
    position: relative;
    max-width: 150px;
    max-height: 90px;
    object-fit: contain;
    z-index: 1;
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-img-placeholder__kOXZf {
    width: 150px;
    height: 90px;
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-title__WBXEO {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    min-height: 40px;
    text-align: center;
    margin-top: var(--mg-2);
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-title__WBXEO:before {
    position: absolute;
    content: "";
    top: -100px;
    left: 50%;
    width: 76px;
    height: 46px;
    transform: translateX(-50%) rotate(-15deg);
    filter: blur(12px);
    background: rgba(255, 210, 99, 0.5);
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-title__WBXEO:after {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    width: 124px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(93, 93, 93, 0), rgb(101, 101, 101), rgba(110, 110, 110, 0));
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-price__loa7P {
    margin-top: var(--mg-4);
    font-size: var(--font-xxlg);
    background: linear-gradient(180deg, rgb(246, 198, 77), rgb(208, 121, 15));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_pack-price__loa7P > span {
    text-transform: uppercase;
}
.UpgradeBattlePassModal_pack__8k1Gw .UpgradeBattlePassModal_available-purchases__FGlDz {
    margin-top: 6px;
    padding-top: 3px;
    width: var(--pack-width);
    color: var(--white);
    text-align: center;
    font-weight: 700;
    background: radial-gradient(654.05% 155.33% at 18% -52%, rgb(226, 203, 0), rgb(235, 113, 0) 100%), #d9d9d9;
}
.UpgradeBattlePassModal_pack-label__8AKpD {
    position: absolute;
    top: 20px;
    left: 0;
    white-space: nowrap;
    transform: translateY(-50%);
    font-weight: 700;
    padding: 0.2rem 1.5rem;
    font-size: var(--font-sm);
    color: var(--white);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    background: radial-gradient(100% 427.78% at 0 50%, #d20032 0, #d20078 100%);
    z-index: 2;
}
.UpgradeBattlePassModal_sold-out-pack-label__gpOvC {
    left: unset;
    right: 0;
    -webkit-clip-path: polygon(0 0, 10% 50%, 0 100%, 100% 100%, 100% 51%, 100% 0);
    clip-path: polygon(0 0, 10% 50%, 0 100%, 100% 100%, 100% 51%, 100% 0);
    background: radial-gradient(654.05% 155.33% at 18% -52%, rgb(226, 203, 0), rgb(235, 113, 0) 100%), #d9d9d9;
}
.UpgradeBattlePassModal_payments-wrap__hDytI {
    position: relative;
}
@media (max-width: 780px) {
    .UpgradeBattlePassModal_payments-wrap__hDytI {
        justify-content: center;
    }
}
.UpgradeBattlePassModal_unauthorized-label__QIhq2 {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: var(--mg-5);
    padding: var(--pd-6);
    width: 80%;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: radial-gradient(197.12% 80.45% at 80% 50%, rgba(156, 108, 52, 0.35), rgba(113, 64, 5, 0) 100%), rgba(33, 33, 33, 0.35);
    text-align: center;
    font-size: var(--font-xmlg);
    line-height: var(--font-xmlg-lh);
}
.UpgradeBattlePassModal_unauthorized-label__QIhq2 b {
    pointer-events: auto;
    cursor: pointer;
    color: var(--dark-blue);
}
.UpgradeBattlePassModal_payments-title__zQxsK {
    margin-top: var(--mg-2);
}
@media (max-width: 780px) {
    .UpgradeBattlePassModal_payments-title__zQxsK {
        text-align: center;
    }
}
.UpgradeBattlePassModal_payments__A8u1C {
    align-items: stretch;
}
@media (max-width: 780px) {
    .UpgradeBattlePassModal_payments__A8u1C {
        flex-flow: column nowrap;
        row-gap: 1rem;
        justify-content: center;
        align-items: center;
    }
}
.DonatePaymentBlock_payment-block__MJmOg {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: space-between;
    width: 250px;
    padding: 2rem 1rem;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    background: radial-gradient(117.8% 103.02% at 111.95% 125.42%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 100%);
    transition: all 0.2s ease;
    cursor: pointer;
    overflow: hidden;
}
.DonatePaymentBlock_payment-block__MJmOg > * {
    position: relative;
    z-index: 1;
}
.DonatePaymentBlock_payment-block__MJmOg.DonatePaymentBlock_disabled__ZNitY {
    cursor: auto;
    opacity: 0.6;
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_ball__GFidJ {
    top: 100%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: #ffeca7;
    opacity: 0;
    filter: blur(30px);
    transform: translateX(-50%);
    transition: all 0.1s linear;
    z-index: 0;
}
.DonatePaymentBlock_payment-block__MJmOg:hover:not(.DonatePaymentBlock_disabled__ZNitY) {
    background: radial-gradient(337.04% 455% at 50% -388.75%, #3d4efc 0, rgba(61, 78, 252, 0) 100%), radial-gradient(117.8% 103.02% at 111.95% 125.42%, rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0) 100%);
}
.DonatePaymentBlock_payment-block__MJmOg:hover:not(.DonatePaymentBlock_disabled__ZNitY) .DonatePaymentBlock_ball__GFidJ {
    top: 90%;
    opacity: 0.2;
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_ball__GFidJ {
    position: absolute;
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_payment-img__rwsWj {
    text-align: center;
    max-width: 140px;
    max-height: 40px;
}
@media (max-width: 767px) {
    .DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_payment-img__rwsWj {
        max-width: 110px;
    }
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_divider__BO03D {
    margin: 2rem 0;
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_method__ajQOo {
    text-align: center;
    flex-basis: 20%;
    margin-bottom: 1rem;
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_pay-method__K7WFV {
    flex-basis: 24%;
    max-height: 20px;
    object-fit: contain;
}
@media (max-width: 767px) {
    .DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_pay-method__K7WFV {
        flex-basis: 10%;
        max-height: 14px;
    }
}
.DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_label-full__Vq3Yz {
    margin-top: var(--mg-1);
    font-size: var(--font-lg);
    color: var(--orange);
}
@media (max-width: 767px) {
    .DonatePaymentBlock_payment-block__MJmOg .DonatePaymentBlock_label-full__Vq3Yz {
        font-size: var(--font-sm);
    }
}
@media (max-width: 780px) {
    .DonatePaymentBlock_payment-block__MJmOg {
        width: 200px;
    }
}
@media (max-width: 767px) {
    .DonatePaymentBlock_payment-block__MJmOg {
        width: 130px;
    }
}
.BuyBattlePassPointsModal_modal-wrapper__Ss05q {
    position: relative;
}
.BuyBattlePassPointsModal_modal-wrapper__Ss05q:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/990/image/bp_modal_bg.webp) no-repeat 100% 100%/100% 100%;
    opacity: 0.2;
    z-index: -1;
}
.BuyBattlePassPointsModal_content-wrap__5smv5 {
    position: relative;
}
@media (max-width: 780px) {
    .BuyBattlePassPointsModal_content-wrap__5smv5 {
        padding-bottom: var(--pd-6);
    }
    .BuyBattlePassPointsModal_main-title-wrap__eEX9M {
        margin-top: var(--mg-2);
        justify-content: center;
    }
}
.BuyBattlePassPointsModal_main-title__BrwVA {
    margin-top: 0;
    font-weight: 700;
    font-size: var(--font-xmlg);
    text-align: center;
}
.BuyBattlePassPointsModal_main-title__BrwVA > b {
    color: var(--yellow-brigth);
}
.BuyBattlePassPointsModal_benefit-title__DXtQJ {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 210px;
    height: 48px;
    font-size: var(--font-xlg);
    font-weight: 700;
    z-index: 1;
}
.BuyBattlePassPointsModal_benefit-title__DXtQJ:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(-64%);
    background: url(/assets/990/image/bp_benefit_bg.webp) no-repeat 100% / contain;
    z-index: -1;
}
.BuyBattlePassPointsModal_benefit-img__lK6Bw {
    width: 360px;
    object-fit: contain;
}
@media (max-width: 780px) {
    .BuyBattlePassPointsModal_benefit-img-packs-wrap__wtjgh {
        justify-content: center;
        flex-flow: row wrap;
    }
}
.BuyBattlePassPointsModal_packs-wrap__PFUvd {
    --pack-width: 206px;
    --pack-height: 270px;
    display: inline-flex;
    flex-flow: row nowrap;
    padding: 2rem var(--pd-5);
}
.BuyBattlePassPointsModal_pack__yFoqh {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
    row-gap: 0.5rem;
    padding: var(--pd-5);
    width: var(--pack-width);
    height: var(--pack-height);
    cursor: pointer;
    border-radius: 15px;
    transition: all 0.2s ease-in-out;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.5);
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-bg__HkNtE {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/990/image/pack_bg.webp) no-repeat top/100% 100%;
    border-radius: 15px;
    z-index: -1;
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_coin-icon__3wYYU {
    visibility: hidden;
    max-width: 20px;
    max-height: 20px;
    background: radial-gradient(189.06% 355.88% at 50% 317.65%, rgba(210, 0, 120, 0.5) 0, rgba(210, 0, 120, 0) 100%), #ffd600;
    border-radius: 50%;
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_active__UBqqo .BuyBattlePassPointsModal_pack-bg__HkNtE,
.BuyBattlePassPointsModal_pack__yFoqh:hover .BuyBattlePassPointsModal_pack-bg__HkNtE {
    background: url(/assets/990/image/pack_bg_h.webp) no-repeat top/100% 100%;
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_active__UBqqo:after,
.BuyBattlePassPointsModal_pack__yFoqh:hover:after {
    top: -5px;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% + 10px);
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_active__UBqqo:before,
.BuyBattlePassPointsModal_pack__yFoqh:hover:before {
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_active__UBqqo {
    cursor: auto;
    pointer-events: none;
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_active__UBqqo .BuyBattlePassPointsModal_coin-icon__3wYYU {
    visibility: visible;
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_unavailable__llI_Y {
    cursor: auto;
    pointer-events: none;
}
.BuyBattlePassPointsModal_pack__yFoqh.BuyBattlePassPointsModal_unavailable__llI_Y .BuyBattlePassPointsModal_pack-bg__HkNtE {
    filter: grayscale(100%);
}
.BuyBattlePassPointsModal_pack__yFoqh:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 10px;
    transition: all 0.1s ease;
    background: radial-gradient(123.68% 110.59% at 50% -2.94%, rgba(57, 184, 255, 0) 0, rgba(239, 138, 43, 0.5) 41.34%, rgba(219, 0, 241, 0.66) 98.44%);
    z-index: -1;
    content: "";
}
.BuyBattlePassPointsModal_pack__yFoqh:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: linear-gradient(180deg, rgba(255, 184, 0, 0), rgba(255, 184, 0, 0.5) 31.25%, #db00f1);
    opacity: 0.5;
    filter: blur(10px);
    border-radius: 10px;
    z-index: -2;
    transition: all 0.2s ease;
    content: "";
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-img__pKcG8 {
    position: relative;
    max-width: 150px;
    max-height: 90px;
    object-fit: contain;
    z-index: 1;
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-img-placeholder__tKWUj {
    width: 150px;
    height: 90px;
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-title__9h8Un {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    min-height: 40px;
    text-align: center;
    margin-top: var(--mg-2);
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-title__9h8Un:before {
    position: absolute;
    content: "";
    top: -100px;
    left: 50%;
    width: 76px;
    height: 46px;
    transform: translateX(-50%) rotate(-15deg);
    filter: blur(12px);
    background: rgba(255, 210, 99, 0.5);
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-title__9h8Un:after {
    content: "";
    position: absolute;
    top: -10%;
    left: 50%;
    width: 124px;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, rgba(93, 93, 93, 0), rgb(101, 101, 101), rgba(110, 110, 110, 0));
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-price__IUG1x {
    margin-top: var(--mg-4);
    font-size: var(--font-xxlg);
    background: linear-gradient(180deg, rgb(246, 198, 77), rgb(208, 121, 15));
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 800;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_pack-price__IUG1x > span {
    text-transform: uppercase;
}
.BuyBattlePassPointsModal_pack__yFoqh .BuyBattlePassPointsModal_available-purchases__yELT7 {
    margin-top: 6px;
    padding-top: 3px;
    width: var(--pack-width);
    color: var(--white);
    text-align: center;
    font-weight: 700;
    background: radial-gradient(654.05% 155.33% at 18% -52%, rgb(226, 203, 0), rgb(235, 113, 0) 100%), #d9d9d9;
}
.BuyBattlePassPointsModal_pack-label__FpA4T {
    position: absolute;
    top: 24px;
    left: 0;
    white-space: nowrap;
    transform: translateY(-50%);
    font-weight: 700;
    padding: 0.2rem 1.5rem;
    font-size: var(--font-sm);
    color: var(--white);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 51%, 0 0);
    background: radial-gradient(100% 427.78% at 0 50%, #d20032 0, #d20078 100%);
    z-index: 2;
}
.BuyBattlePassPointsModal_sold-out-pack-label__csR2T {
    left: unset;
    right: 0;
    -webkit-clip-path: polygon(0 0, 10% 50%, 0 100%, 100% 100%, 100% 51%, 100% 0);
    clip-path: polygon(0 0, 10% 50%, 0 100%, 100% 100%, 100% 51%, 100% 0);
    background: radial-gradient(654.05% 155.33% at 18% -52%, rgb(226, 203, 0), rgb(235, 113, 0) 100%), #d9d9d9;
}
.BuyBattlePassPointsModal_additional-info__eZdOZ {
    position: absolute;
    bottom: -36px;
    right: 0;
    color: gray;
    text-align: right;
}
@media (max-width: 780px) {
    .BuyBattlePassPointsModal_additional-info__eZdOZ {
        text-align: center;
    }
}
.BuyBattlePassPointsModal_payments-wrap__1SK8r {
    position: relative;
}
@media (max-width: 780px) {
    .BuyBattlePassPointsModal_payments-wrap__1SK8r {
        justify-content: center;
    }
}
.BuyBattlePassPointsModal_unauthorized-label__dTQz6 {
    position: absolute;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: var(--mg-5);
    padding: var(--pd-6);
    width: 80%;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: radial-gradient(197.12% 80.45% at 80% 50%, rgba(156, 108, 52, 0.35), rgba(113, 64, 5, 0) 100%), rgba(33, 33, 33, 0.35);
    text-align: center;
    font-size: var(--font-xmlg);
    line-height: var(--font-xmlg-lh);
}
.BuyBattlePassPointsModal_unauthorized-label__dTQz6 b {
    pointer-events: auto;
    cursor: pointer;
    color: var(--dark-blue);
}
.BuyBattlePassPointsModal_payments-title__grCih {
    margin-top: var(--mg-2);
}
@media (max-width: 780px) {
    .BuyBattlePassPointsModal_payments-title__grCih {
        text-align: center;
    }
}
.BuyBattlePassPointsModal_payments__sjtSn {
    align-items: stretch;
}
@media (max-width: 780px) {
    .BuyBattlePassPointsModal_payments__sjtSn {
        flex-flow: column nowrap;
        row-gap: 1rem;
        justify-content: center;
        align-items: center;
    }
}
.SellCharItemModal_wrapper__mSv0W {
    row-gap: 20px;
    column-gap: 20px;
    flex-flow: row nowrap;
}
@media (max-width: 780px) {
    .SellCharItemModal_wrapper__mSv0W {
        align-items: center;
        flex-flow: column wrap;
    }
}
.SellCharItemModal_label-img__uoKTw {
    width: 32px;
}
.SellCharItemModal_char-img__A6gWT {
    max-width: 250px;
}
.SellCharItemModal_char-select__mdT69 {
    width: 100%;
}
.SellCharItemModal_warning__7iaAk {
    text-align: center;
    margin-bottom: var(--mg-4);
}
.SellCharItemModal_warning__7iaAk b {
    color: var(--dark-orange);
}
.SellCharItemModal_message__QWP_6 {
    max-width: 400px;
    white-space: pre-wrap;
}
.SellCharItemModal_message__QWP_6 b {
    font-weight: 900;
    color: var(--orange);
}
.SellCharItemModal_error__ODivw {
    color: var(--red);
    margin-bottom: 10px;
}
.SellCharItemModal_j-input__roKp2,
.SellCharItemModal_p-input__hLHI_ {
    width: 62px;
    padding: 2px 10px;
}
.SellCharItemModal_cur-table__u1PDs th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}
.SellCharItemModal_cur-table__u1PDs td {
    padding: 5px;
    vertical-align: middle;
}
.SellCharItemModal_cur-table__u1PDs .SellCharItemModal_price-tax__1rZxQ {
    text-align: right;
}
.SellCharItemModal_cur-table__u1PDs .SellCharItemModal_price__zArxb {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.ItemConstructorModal_white__w_JA2 {
    color: #fff;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_blue__tz5yf {
    color: #80b2ff;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_pink__q_Jnn {
    color: hotpink;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_yellow__o94YH {
    color: #ffcc19;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_green__zMsKy {
    color: #16dc6e;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_dark_green__p_31D {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_dark_red__QpZ5z {
    color: maroon;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_purple__Q_UMI {
    color: purple;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_dark_blue__pjmYa {
    color: #06f;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_dark_yellow__UdEdY {
    color: #fc0;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_gray__Hurcw {
    color: gray;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_red__voRiw,
.ItemConstructorModal_red_purple__f4Tta {
    color: var(--red);
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_violet__pkQkY {
    color: #b266ff;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_orange__mJ77D {
    color: #ff8c00;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_green_blue__AU7rq {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.ItemConstructorModal_bg-white__JE2u4 {
    background: #fff;
}
.ItemConstructorModal_bg-blue__A5Z_m {
    background: #80b2ff;
}
.ItemConstructorModal_bg-pink__m1mXZ {
    background: hotpink;
}
.ItemConstructorModal_bg-yellow__Tokod {
    background: #ffcc19;
}
.ItemConstructorModal_bg-green__I0rF8 {
    background: #16dc6e;
}
.ItemConstructorModal_bg-dark_green__3n_9f {
    background: lime;
}
.ItemConstructorModal_bg-dark_red__32jO3 {
    background: maroon;
}
.ItemConstructorModal_bg-purple__jqZfG {
    background: purple;
}
.ItemConstructorModal_bg-dark_blue__Nq_CC {
    background: #06f;
}
.ItemConstructorModal_bg-dark_yellow___DP_0 {
    background: #fc0;
}
.ItemConstructorModal_bg-gray__tTUNG {
    background: gray;
}
.ItemConstructorModal_bg-red__2eLkW,
.ItemConstructorModal_bg-red_purple__rTiYF {
    background: #ff3f3f;
}
.ItemConstructorModal_bg-violet__0rMPA {
    background: #b266ff;
}
.ItemConstructorModal_bg-orange__oKXVP {
    background: #ff8c00;
}
.ItemConstructorModal_bg-green_blue__R3r4b {
    background: lime;
}
.ItemConstructorModal_luck__wkxPF {
    color: #80b2ff;
}
.ItemConstructorModal_soc__IUIUW {
    color: #b266ff;
}
.ItemConstructorModal_anc__XVsCs {
    color: lime;
}
.ItemConstructorModal_normal__H7J8H {
    color: #b0c3d9;
}
.ItemConstructorModal_uncommon__Jj9jD {
    color: #799b55;
}
.ItemConstructorModal_rare__D15Ma {
    color: violet;
}
.ItemConstructorModal_legendary__M9jq6 {
    color: #ff8c00;
}
.ItemConstructorModal_epic__n9ao3 {
    color: #eb4b4b;
}
.ItemConstructorModal_wrapper__rO2P2 {
    width: 100%;
}
@media (max-width: 767px) {
    .ItemConstructorModal_wrapper__rO2P2 {
        flex-flow: row nowrap;
    }
}
@media (max-width: 480px) {
    .ItemConstructorModal_wrapper__rO2P2 {
        flex-flow: column wrap;
    }
}
.ItemConstructorModal_block__CoSL0 {
    flex-basis: 30%;
}
.ItemConstructorModal_block__CoSL0 .ItemConstructorModal_item__BC61y {
    padding: 0;
}
@media (min-width: 1280px) {
    .ItemConstructorModal_block__CoSL0 {
        flex-basis: 28%;
    }
    .ItemConstructorModal_block__CoSL0 .ItemConstructorModal_item__BC61y {
        padding: var(--pd-2) var(--pd-3);
    }
}
.ItemConstructorModal_block-list__2DzwX {
    flex-basis: 24%;
}
@media (min-width: 1280px) {
    .ItemConstructorModal_block-list__2DzwX {
        flex-basis: 35%;
    }
}
.ItemConstructorModal_divider__sLKSp {
    width: 2px;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 49.5%, rgba(255, 255, 255, 0));
}
.ItemConstructorModal_title__ggFt8 {
    color: var(--text-secondary-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    line-height: 120%;
}
.ItemConstructorModal_items-list-col__q8tWZ {
    flex-basis: 100%;
}
@media (min-width: 1920px) {
    .ItemConstructorModal_items-list-col__q8tWZ {
        flex-basis: 49%;
    }
}
.ItemConstructorModal_item-btn__SNnLA {
    --btn-img-h: 32px;
    --btn-img-w: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
    font-size: var(--font-xs);
    line-height: var(--font-xs-lh);
    padding: var(--pd-1) var(--pd-2);
    border-radius: 30px;
    min-height: var(--btn-img-h);
    border: 1px solid var(--border-color);
    background: var(--item-btn-bg);
    outline: none;
    color: var(--white);
    transition: all 0.1s linear;
}
.ItemConstructorModal_item-btn__SNnLA b {
    color: var(--yellow-acent);
    font-weight: 700;
}
.ItemConstructorModal_item-btn__SNnLA .ItemConstructorModal_item-btn-img__Vqa_W {
    max-height: var(--btn-img-h);
    max-width: var(--btn-img-w);
}
.ItemConstructorModal_item-btn__SNnLA.ItemConstructorModal_active__8LuNe,
.ItemConstructorModal_item-btn__SNnLA:hover {
    border: var(--item-btn-border-hover);
    box-shadow: none;
    background: var(--item-btn-bg-hover);
}
.ItemConstructorModal_item-btn__SNnLA.ItemConstructorModal_anc-btn__B0x0C {
    --btn-img-h: 40px;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    min-width: 80px;
    font-size: var(--font-md);
}
@media (min-width: 1280px) {
    .ItemConstructorModal_item-btn__SNnLA {
        gap: 8px;
        font-size: var(--font-sm);
        line-height: var(--font-sm-lh);
        padding: var(--pd-1) var(--pd-4);
    }
}
@media (min-width: 1920px) {
    .ItemConstructorModal_item-btn__SNnLA {
        --btn-img-h: 32px;
        --btn-img-w: 50px;
    }
}
.ItemConstructorModal_save-btn__9TDtM {
    width: auto;
}
.ItemConstructorModal_empty-item__xO1AC {
    text-align: center;
    color: var(--light);
    font-size: var(--font-xlg);
    margin: var(--mg-6);
}
.ItemConstructorModal_hide__RYaCD {
    display: none;
}
.ItemConstructorModal_option-label__IXQKh {
    color: #f2e7ff;
    font-size: var(--font-md);
    font-weight: 400;
    line-height: 120%;
}
.ItemConstructorModal_options-wrap__y4r3Q {
    column-gap: 2px;
}
@media (min-width: 1280px) {
    .ItemConstructorModal_options-wrap__y4r3Q {
        column-gap: 10px;
    }
}
.ItemConstructorModal_exe-opt-label___d0e5 {
    display: inline-block;
    font-size: 11px;
    max-width: 180px;
}
@media (min-width: 1280px) {
    .ItemConstructorModal_exe-opt-label___d0e5 {
        font-size: var(--font-sm);
    }
}
.ItemConstructorModal_rank-select__Mm6Mc {
    min-width: 104px;
}
.ArmorSetSelectModal_white__jSpdE {
    color: #fff;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_blue__THSWW {
    color: #80b2ff;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_pink__M3TdB {
    color: hotpink;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_yellow__JFYI6 {
    color: #ffcc19;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_green__EzYGC {
    color: #16dc6e;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_dark_green__6JSg5 {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_dark_red___OTak {
    color: maroon;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_purple__P4I5X {
    color: purple;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_dark_blue__M4SCX {
    color: #06f;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_dark_yellow__ByL0G {
    color: #fc0;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_gray__EsxNF {
    color: gray;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_red__RM5iM,
.ArmorSetSelectModal_red_purple__6nPhc {
    color: var(--red);
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_violet__NMGyj {
    color: #b266ff;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_orange__60mOm {
    color: #ff8c00;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_green_blue__d98dA {
    color: lime;
    text-shadow: 0 0 2px currentColor;
}
.ArmorSetSelectModal_bg-white__288yV {
    background: #fff;
}
.ArmorSetSelectModal_bg-blue__3hJVH {
    background: #80b2ff;
}
.ArmorSetSelectModal_bg-pink__UYxWe {
    background: hotpink;
}
.ArmorSetSelectModal_bg-yellow__Sr32I {
    background: #ffcc19;
}
.ArmorSetSelectModal_bg-green__i7xUa {
    background: #16dc6e;
}
.ArmorSetSelectModal_bg-dark_green__CZykk {
    background: lime;
}
.ArmorSetSelectModal_bg-dark_red__CLBjn {
    background: maroon;
}
.ArmorSetSelectModal_bg-purple__0enVm {
    background: purple;
}
.ArmorSetSelectModal_bg-dark_blue__9bDG6 {
    background: #06f;
}
.ArmorSetSelectModal_bg-dark_yellow__Vogr6 {
    background: #fc0;
}
.ArmorSetSelectModal_bg-gray__2xox9 {
    background: gray;
}
.ArmorSetSelectModal_bg-red__VnEim,
.ArmorSetSelectModal_bg-red_purple__5IQIZ {
    background: #ff3f3f;
}
.ArmorSetSelectModal_bg-violet__I8dGC {
    background: #b266ff;
}
.ArmorSetSelectModal_bg-orange__o4DaL {
    background: #ff8c00;
}
.ArmorSetSelectModal_bg-green_blue__7aP0O {
    background: lime;
}
.ArmorSetSelectModal_luck__Ht0yO {
    color: #80b2ff;
}
.ArmorSetSelectModal_soc__nmwgv {
    color: #b266ff;
}
.ArmorSetSelectModal_anc__nl2k_ {
    color: lime;
}
.ArmorSetSelectModal_normal__BjQnb {
    color: #b0c3d9;
}
.ArmorSetSelectModal_uncommon__T_lCE {
    color: #799b55;
}
.ArmorSetSelectModal_rare__QgjS0 {
    color: violet;
}
.ArmorSetSelectModal_legendary__Q26Vy {
    color: #ff8c00;
}
.ArmorSetSelectModal_epic__cBJVP {
    color: #eb4b4b;
}
.ArmorSetSelectModal_set-btn__P2nL4 {
    --btn-img-h: 35px;
    --btn-img-w: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    padding: 0 12px;
    border-radius: 10px;
    min-height: var(--btn-img-h);
    border: 1px solid var(--border-color);
    background: var(--item-btn-bg);
    outline: none;
    color: var(--white);
    transition: all 0.1s linear;
}
.ArmorSetSelectModal_set-btn__P2nL4 b {
    color: var(--yellow-acent);
    font-weight: 700;
}
.ArmorSetSelectModal_set-btn__P2nL4 .ArmorSetSelectModal_set-img__fZSus {
    max-height: var(--btn-img-h);
    max-width: var(--btn-img-w);
}
.ArmorSetSelectModal_set-btn__P2nL4.ArmorSetSelectModal_active__OF0Bs,
.ArmorSetSelectModal_set-btn__P2nL4:hover {
    border: var(--item-btn-border-hover);
    box-shadow: none;
    background: var(--item-btn-bg-hover);
}
@media (min-width: 1280px) {
    .ArmorSetSelectModal_set-btn__P2nL4 {
        --btn-img-h: 50px;
        --btn-img-w: 80px;
        font-size: var(--font-md);
    }
}
.ArmorSetSelectModal_title__o0KDx {
    position: relative;
    color: var(--yellow-acent);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.ArmorSetSelectModal_title__o0KDx:before {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    height: 2px;
    width: 100%;
    opacity: 0.2;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff 49.5%, rgba(255, 255, 255, 0));
    content: "";
}
.ArmorSetSelectModal_title-anc__mDk_4 {
    color: var(--green-acent);
}
.ConfirmGiftForFriendModal_buy-btn__eK37y {
    flex-basis: 120px;
    text-transform: uppercase;
}
.ConfirmGiftForFriendModal_subs-list-block__m6AfF {
    width: -moz-fit-content;
    width: fit-content;
}
.ConfirmGiftForFriendModal_price-sub-item__xdRuJ img {
    width: 40px;
}
.ConfirmGiftForFriendModal_price-sub-item__xdRuJ span {
    font-size: var(--font-sm);
    font-weight: 700;
    color: var(--orange);
}
.ConfirmGiftForFriendModal_price-sub-item__xdRuJ b {
    font-size: var(--font-sm);
    white-space: nowrap;
}
.ConfirmGiftForFriendModal_prices-block__tqn7E {
    position: relative;
    font-size: 28px;
    margin-bottom: var(--mg-2);
}
.ConfirmGiftForFriendModal_prices-block__tqn7E.ConfirmGiftForFriendModal_has-sale__7_Lft {
    margin-bottom: var(--mg-6);
}
.ConfirmGiftForFriendModal_prev-price__3r9RM {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: -50%;
    font-size: var(--font-xlg);
    font-weight: 500;
    color: var(--gray);
}
.ConfirmGiftForFriendModal_prev-price__3r9RM:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 3px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
@media (max-width: 780px) {
    .ConfirmGiftForFriendModal_subs-list-block__m6AfF {
        flex-flow: column wrap;
    }
}
.ConfirmGiftForFriendModal_total-price-label__NCkcH {
    position: relative;
}
.ConfirmGiftForFriendModal_cart-items__4aZSF {
    display: flex;
    flex-flow: column wrap;
    column-gap: 1rem;
    width: 100%;
}
.ConfirmGiftForFriendModal_cart-items__4aZSF .ConfirmGiftForFriendModal_cart-item__OxZUu {
    position: relative;
    column-gap: 0.5rem;
    font-weight: 700;
    font-size: var(--font-md);
}
.ConfirmGiftForFriendModal_cart-items__4aZSF .ConfirmGiftForFriendModal_cart-img__AdPZE {
    width: 4rem;
    height: 4rem;
}
.ConfirmGiftForFriendModal_buff-item__ll_gE {
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.ConfirmGiftForFriendModal_purchase-info__6eWYQ {
    width: 100%;
    font-size: 16px;
    margin-bottom: var(--mg-2);
}
.ConfirmGiftForFriendModal_purchase-info__6eWYQ > b {
    color: var(--orange);
}
.ConfirmGiftForFriendModal_purchase-info__6eWYQ > svg {
    margin: 0 4px;
    color: var(--green);
}
.ConfirmGiftForFriendModal_info-text-item__ArV6c {
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    text-align: center;
    white-space: pre-wrap;
}
.ConfirmGiftForFriendModal_info-text-item__ArV6c b {
    font-weight: 700;
    color: var(--orange);
}
.ConfirmGiftForFriendModal_bundle-title-wrap__VEsRs .ConfirmGiftForFriendModal_bundle-title-img__0gixs {
    width: auto;
    height: 42px;
}
.ConfirmGiftForFriendModal_bundle-title-wrap__VEsRs h4 {
    font-size: var(--font-xlg);
    font-weight: 700;
    margin-top: 0;
}
.SubscriptionsConflictModal_title__uDSwN {
    font-weight: 700;
    color: var(--bronze);
    text-transform: uppercase;
}
.SubscriptionsConflictModal_price-sub-item__mJ5XV .SubscriptionsConflictModal_comma__8q6LA {
    color: var(--white);
}
.SubscriptionsConflictModal_price-sub-item__mJ5XV .SubscriptionsConflictModal_profile-subs-duration__psn9X {
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    color: var(--white);
}
.SubscriptionsConflictModal_price-sub-item__mJ5XV .SubscriptionsConflictModal_profile-subs-duration__psn9X b {
    color: #00d722;
}
.SubscriptionsConflictModal_price-sub-item__mJ5XV img {
    width: 40px;
}
.SubscriptionsConflictModal_price-sub-item__mJ5XV span {
    font-size: var(--font-sm);
    font-weight: 700;
    color: var(--orange);
}
.SubscriptionsConflictModal_price-sub-item__mJ5XV b {
    font-size: var(--font-sm);
    white-space: nowrap;
}
.SubscriptionsConflictModal_btn__NfVdJ {
    text-transform: uppercase;
}
.SubscriptionsConflictModal_btn__NfVdJ:first-child {
    margin-right: var(--mg-2);
}
.BuyBundleModal_content-wrap__maBVl {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    height: 380px;
    margin-bottom: 24px;
}
.BuyBundleModal_game-product-items__CdxXB {
    position: relative;
    column-gap: 10px;
    row-gap: 10px;
    padding-right: 20px;
    width: 370px;
    height: 380px;
    overflow-y: auto;
}
.BuyBundleModal_game-product-items__CdxXB:not(:first-child) {
    width: 390px;
    padding-left: 20px;
}
.BuyBundleModal_game-product-items__CdxXB:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 49.5%, rgba(255, 255, 255, 0));
    opacity: 0.2;
}
.BuyBundleModal_game-product-items__CdxXB.BuyBundleModal_items-select__Eid8A:before {
    display: none;
}
.BuyBundleModal_game-product-items__CdxXB.BuyBundleModal_items-select__Eid8A .BuyBundleModal_game-product-item__Z4dPL {
    cursor: pointer;
}
.BuyBundleModal_game-product-items__CdxXB.BuyBundleModal_items-select__Eid8A .BuyBundleModal_game-product-wrap__c_wBl.BuyBundleModal_selected__RpfeC {
    background: linear-gradient(127.03deg, rgba(254, 224, 0, 0.15) 17.83%, rgba(254, 224, 0, 0.05) 99.57%), radial-gradient(174.36% 194.29% at 124.36% 17.14%, rgba(254, 224, 0, 0.1) 0, #2b2e4d 100%),
        radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0, rgba(38, 27, 38, 0) 100%), radial-gradient(106.96% 246% at 50.43% 216%, rgba(250, 0, 255, 0.5) 0, rgba(204, 0, 255, 0) 100%);
    border: 1px solid var(--main-color);
    box-shadow: inset 0 4px 6.1px 4px rgba(15, 15, 15, 0.25);
}
.BuyBundleModal_game-product-items__CdxXB.BuyBundleModal_char-select__2_9jS {
    overflow: visible;
}
.BuyBundleModal_sub-title-wrap__ZP0NS {
    max-width: 350px;
}
.BuyBundleModal_sub-title-wrap__ZP0NS > p {
    color: var(--red);
    font-weight: 700;
}
.BuyBundleModal_sub-title-wrap-selected__oVsXC > p {
    color: var(--lime);
}
.BuyBundleModal_game-product-wrap__c_wBl {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 110px;
    padding: var(--pd-2);
    border: 1px solid var(--main-color-transparent);
    row-gap: 0;
    column-gap: 2px;
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.1) 17.83%, rgba(180, 187, 255, 0.02) 99.57%);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
}
.BuyBundleModal_game-product-wrap__c_wBl span {
    font-size: 14px;
    line-height: 1.1;
}
.BuyBundleModal_game-product-item__Z4dPL svg {
    color: #4b4b57;
}
.BuyBundleModal_game-product-item__Z4dPL img {
    max-height: 50px;
}
.BuyBundleModal_bundle-title__Xoxku {
    font-size: 26px;
    font-weight: 700;
}
.BuyBundleModal_bundle-items-count__GLL6l {
    font-size: 16px;
    color: #89879a;
}
.BuyBundleModal_current-price__MvmDw,
.BuyBundleModal_previous-price__9iaU8 {
    flex-flow: row-reverse nowrap;
}
.BuyBundleModal_previous-price__9iaU8 {
    align-self: end;
    position: relative;
}
.BuyBundleModal_previous-price__9iaU8:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: red;
}
.BuyBundleModal_current-price__MvmDw > span {
    font-size: 36px;
}
.BuyBundleModal_previous-price__9iaU8 > span {
    font-size: 20px;
}
.BuyBundleModal_buy-btn__qxRSx {
    margin-top: 30px;
    width: 160px;
    height: 50px;
}
.BuyBundleModal_buy-btn__qxRSx.BuyBundleModal_buy-for-friend__GlIhX {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.BuyBundleModal_footer-wrap__i4AIo {
    position: relative;
}
.BuyBundleModal_coupon-input-mobile__vKRp_ {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
}
.BuyBundleModal_purchase-info__naPoo {
    width: 100%;
    font-size: 16px;
    margin-bottom: var(--mg-2);
}
.BuyBundleModal_purchase-info__naPoo > b {
    color: var(--orange);
}
.BuyBundleModal_purchase-info__naPoo > svg {
    margin: 0 4px;
    color: var(--green);
}
.OrderCreateModal_product-item__yjrIT {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--pd-2);
    width: 110px;
    min-height: 110px;
    height: -moz-fit-content;
    height: fit-content;
    row-gap: 0;
    column-gap: 2px;
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border: 1px solid rgba(180, 187, 255, 0.88);
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.1;
    text-align: center;
}
.OrderCreateModal_product-item__yjrIT span {
    font-size: 14px;
    line-height: 1.1;
}
.OrderCreateModal_price-block__xvSjm {
    position: relative;
}
.OrderCreateModal_price-block__xvSjm b {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
}
.OrderCreateModal_price__payqU {
    position: relative;
    display: inline-block;
}
.OrderCreateModal_price__payqU span {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: 40px;
    white-space: nowrap;
    background: linear-gradient(180deg, #ffd600, #be8900), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.OrderCreateModal_price__payqU b {
    display: inline-block;
    position: absolute;
    top: 0;
    left: calc(100% + 10px);
    color: #fff;
    text-align: center;
    font-size: var(--font-md);
    font-style: normal;
    font-weight: 800;
    line-height: var(--font-md);
    white-space: nowrap;
}
.OrderCreateModal_price__payqU b:before {
    position: absolute;
    top: 50%;
    left: -5px;
    width: 120%;
    height: 2px;
    transform: translateY(-50%) rotate(20deg);
    background: var(--red);
    content: "";
}
.OrderCreateModal_payment-list__se4pu {
    position: relative;
}
.OrderCreateModal_unauthorized-label__gWk1z {
    margin-top: var(--mg-5);
    padding: var(--pd-6);
    width: 80%;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: radial-gradient(197.12% 80.45% at 80% 50%, rgba(156, 108, 52, 0.35), rgba(113, 64, 5, 0) 100%), rgba(33, 33, 33, 0.35);
    text-align: center;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.OrderCreateModal_unauthorized-label__gWk1z b {
    pointer-events: auto;
    cursor: pointer;
    color: var(--dark-blue);
}
.OrderCreateModal_purchase-info__QIVnY {
    width: 100%;
    font-size: 16px;
}
.OrderCreateModal_purchase-info__QIVnY > b {
    color: var(--orange);
}
.OrderCreateModal_purchase-info__QIVnY > svg {
    margin: 0 4px;
    color: var(--green);
}
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal;
}
:root {
    --swiper-theme-color: #007aff;
}
:host {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}
.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-vertical {
    touch-action: pan-x;
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto;
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-3d {
    perspective: 1200px;
}
.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide {
    transform-style: preserve-3d;
}
.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
    scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper:before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper:before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border-radius: 50%;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-top: 4px solid transparent;
}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s linear infinite;
}
.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
:root {
    --swiper-navigation-size: 44px;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}
.swiper-button-next svg,
.swiper-button-prev svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform-origin: center;
}
.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
    transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 10px);
    right: auto;
}
.swiper-button-lock {
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: normal;
    line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: "prev";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: "next";
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
    display: none !important;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
    right: var(--swiper-pagination-right, 8px);
    left: var(--swiper-pagination-left, auto);
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-fraction {
    color: var(--swiper-pagination-fraction-color, inherit);
}
.swiper-pagination-progressbar {
    background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
}
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-lock {
    display: none;
}
.DreamSwiper_wrapper__YwsGO {
    --arrow-size: 42px;
    position: relative;
}
.DreamSwiper_wrapper__YwsGO.DreamSwiper_arrows-sm__5PgYm {
    --arrow-size: 24px;
}
.DreamSwiper_wrapper__YwsGO.DreamSwiper_arrows-md__qmF0M {
    --arrow-size: 32px;
}
.DreamSwiper_wrapper__YwsGO.DreamSwiper_arrows-lg__fuTPm {
    --arrow-size: 42px;
}
.DreamSwiper_wrapper__YwsGO .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 5px;
    border-radius: 2px;
    background: #566c7b;
}
.DreamSwiper_wrapper__YwsGO .swiper-pagination-bullet-active {
    background: var(--main-color);
    box-shadow: var(--box-shadow-line-accent);
}
.DreamSwiper_wrapper__YwsGO .swiper-button-next,
.DreamSwiper_wrapper__YwsGO .swiper-button-prev {
    opacity: 0.8;
    width: var(--arrow-size);
    height: var(--arrow-size);
    border-radius: 50%;
    background: var(--gradient-btn-primary);
    overflow: hidden;
    transition: all 0.2s ease;
}
.DreamSwiper_wrapper__YwsGO .swiper-button-next:before,
.DreamSwiper_wrapper__YwsGO .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: -2px;
    left: 0;
    right: 0;
    bottom: -2px;
    border-radius: 50%;
}
.DreamSwiper_wrapper__YwsGO .swiper-button-next:after,
.DreamSwiper_wrapper__YwsGO .swiper-button-prev:after {
    width: 50%;
    height: 50%;
    content: "";
}
.DreamSwiper_wrapper__YwsGO .swiper-button-next:hover,
.DreamSwiper_wrapper__YwsGO .swiper-button-prev:hover {
    opacity: 1;
}
.DreamSwiper_wrapper__YwsGO .swiper-button-prev:after {
    background: url(/assets/990/image/slider_arrow_left.svg) no-repeat 50%/100% 100%;
}
.DreamSwiper_wrapper__YwsGO .swiper-button-next:after {
    background: url(/assets/990/image/slider_arrow_right.svg) no-repeat 50%/100% 100%;
}
.DreamSwiper_wrapper__YwsGO .swiper-button-disabled {
    pointer-events: auto;
}
.CountDownTimer_timer__kpUGO {
    color: var(--white);
    text-align: center;
    font-size: var(--font-xs);
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
}
@keyframes SkinPackGroupModal_border-animation__408to {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.SkinPackGroupModal_wrapper__oCVjk {
    --video-h: 480px;
    --video-w: 640px;
    --item-size: 64px;
    --cat-img-size: 24px;
    --buy-btn-height: 50px;
    --items-width: 520px;
    --items-height: 400px;
    --items-res-height: 60px;
    --char-side-width: 420px;
    --wrapper-height: 620px;
    min-width: calc(var(--video-w) + var(--items-width) + var(--mg-4));
}
@media (max-width: 1280px) {
    .SkinPackGroupModal_wrapper__oCVjk {
        --video-w: 540px;
        --video-h: 400px;
        --item-size: 48px;
        --cat-img-size: 20px;
        min-width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 780px) {
    .SkinPackGroupModal_wrapper__oCVjk {
        --video-w: 100%;
        --video-h: 200px;
        --items-width: auto;
        min-width: 100%;
        max-width: 100%;
    }
}
.SkinPackGroupModal_video-side__8490l {
    order: 1;
}
@media (max-width: 1280px) {
    .SkinPackGroupModal_video-side__8490l {
        order: 2;
    }
}
.SkinPackGroupModal_content__OEbwc {
    flex-flow: row wrap;
}
@media (max-width: 1280px) {
    .SkinPackGroupModal_content__OEbwc {
        flex-flow: column nowrap;
    }
}
.SkinPackGroupModal_name-wrapper__tDeKw {
    margin-bottom: var(--mg-2);
}
.SkinPackGroupModal_name-block__BYykZ {
    flex-basis: var(--video-w);
}
.SkinPackGroupModal_tabs-switcher__8nLXo {
    flex-basis: var(--items-width);
}
.SkinPackGroupModal_available-to__8jG_x {
    display: inline-flex;
    width: auto;
    height: 24px;
    padding: 0 var(--pd-2);
    border-radius: 16px;
    font-size: var(--font-xs);
    color: var(--white);
    background: linear-gradient(90deg, #ae00c1, #8527ff);
}
.SkinPackGroupModal_circulation__62wql {
    font-weight: 800;
    color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(90deg, #c1003a, #ff2768);
}
.SkinPackGroupModal_circulation__62wql b {
    letter-spacing: 1px;
    color: var(--white);
}
.SkinPackGroupModal_buy-block__yadXW {
    width: 100%;
    min-height: 194px;
    max-width: var(--video-w);
}
.SkinPackGroupModal_buy-block__yadXW .SkinPackGroupModal_merchant-item__iDFmS {
    display: inline-flex;
    height: auto;
    justify-content: center;
}
.SkinPackGroupModal_buy-block__yadXW .SkinPackGroupModal_payment-block__Rq1Nt {
    height: 100%;
    width: 180px;
}
@media (max-width: 1024px) {
    .SkinPackGroupModal_buy-block__yadXW .SkinPackGroupModal_payment-block__Rq1Nt {
        width: 200px;
    }
}
.SkinPackGroupModal_name__ExLTL {
    text-transform: uppercase;
    font-weight: 700;
    font-size: var(--font-xxlg);
}
.SkinPackGroupModal_video-placeholder__ALOIY {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    width: var(--video-w);
    height: var(--video-h);
}
.SkinPackGroupModal_video-placeholder__ALOIY .SkinPackGroupModal_video__6jw_a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.SkinPackGroupModal_items-side__Snyf8 {
    display: flex;
    flex-flow: column nowrap;
    position: relative;
    width: var(--items-width);
    border-radius: 20px;
    order: 2;
}
@media (max-width: 1280px) {
    .SkinPackGroupModal_items-side__Snyf8 {
        order: 1;
    }
}
.SkinPackGroupModal_items__sorl7 {
    flex-grow: 1;
    padding: var(--pd-4);
    background: var(--start-pack-bg);
    min-height: var(--items-height);
}
.SkinPackGroupModal_items__sorl7.SkinPackGroupModal_no-padding__zO_Kp {
    padding: 0;
}
.SkinPackGroupModal_items__sorl7.SkinPackGroupModal_full-height__mBhHy {
    border-radius: 0 0 20px 20px;
}
.SkinPackGroupModal_items-wrapper__3jGLG {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.SkinPackGroupModal_items-wrapper__3jGLG::-webkit-scrollbar {
    display: none;
}
.SkinPackGroupModal_items-title__SyIGw {
    font-size: var(--font-lg);
}
.SkinPackGroupModal_items-title-block__5pZp4 {
    position: relative;
    padding: var(--pd-5);
    font-weight: 700;
    font-size: var(--font-xxlg);
    text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    border-radius: 20px 20px 0 0;
    background: url(/assets/990/image/start_pack_price_gold.webp) no-repeat 50%/100% 100%, var(--start-pack-top-bg);
    z-index: 2;
}
@media (max-width: 480px) {
    .SkinPackGroupModal_items-title-block__5pZp4 {
        padding: var(--pd-5) var(--pd-3);
    }
}
@media (min-width: 1990px) {
    .SkinPackGroupModal_items-title-block__5pZp4 {
        font-size: var(--font-xlg);
    }
}
.SkinPackGroupModal_price-label__XMjJN {
    position: absolute;
    top: -25px;
    right: 10px;
    width: 40%;
    padding: var(--pd-2);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    text-align: center;
    font-size: var(--font-md);
    background: radial-gradient(91.07% 150.76% at 9.38% -35.63%, #c1003a 0, rgba(193, 0, 58, 0) 100%), #ff2768;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
    z-index: 2;
}
.SkinPackGroupModal_items-price__3NJPQ {
    position: absolute;
    top: 0;
    right: var(--mg-6);
    width: 85px;
    height: 100%;
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_prices-block__m3u6R {
    position: relative;
    flex-flow: row nowrap;
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_prices-block__m3u6R span {
    font-size: var(--font-lg);
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_prices-block__m3u6R.SkinPackGroupModal_has-sale__7g3Rw {
    transform: translateY(-5px);
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_price-value__A_zAr {
    display: inline-block;
    color: var(--white);
    font-size: var(--font-lg);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_price-value__A_zAr b {
    font-size: var(--font-md);
    font-weight: 500;
    color: var(--yellow);
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_prev-price__Qwk_f {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -20%;
    font-size: var(--font-lg);
    font-weight: 500;
    color: var(--gray);
}
.SkinPackGroupModal_items-price__3NJPQ .SkinPackGroupModal_prev-price__Qwk_f:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 120%;
    height: 2px;
    background: var(--orange);
    transform: rotate(25deg) translateY(-50%) translateX(-10%);
    content: "";
}
.SkinPackGroupModal_items-price__3NJPQ b {
    font-weight: 800;
    font-size: var(--font-xlg);
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
}
.SkinPackGroupModal_item__d__Nd {
    --width: 90px;
    --height: 70px;
    --bheight: 120px;
    --offset: 1rem;
    position: absolute;
    width: var(--width);
    height: var(--height);
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_big__nLOh2 {
    --width: 110px;
    --height: 190px;
    --bheight: 150px;
    --offset: 1.2rem;
    position: relative;
    top: auto !important;
    left: auto !important;
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_big__nLOh2 .SkinPackGroupModal_pack-item__Ah5xI img {
    width: auto;
    height: 40%;
}
@media (max-width: 480px) {
    .SkinPackGroupModal_item__d__Nd {
        --width: 70px;
    }
}
@media (min-width: 1990px) {
    .SkinPackGroupModal_item__d__Nd {
        --width: 100px;
        --height: 80px;
        --bheight: 120px;
    }
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_pet__bU5To {
    top: calc(0 * var(--height) + (var(--offset) * 0));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_head___dIFJ {
    top: calc(0 * var(--height) + (var(--offset) * 0));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_wings__DuQP4 {
    top: calc(0 * var(--height) + (var(--offset) * 0));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_weapon__5lYHd {
    height: var(--bheight);
    top: calc(1 * var(--height) + (var(--offset) * 1));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_armor__fFEKw {
    height: var(--bheight);
    top: calc(1 * var(--height) + (var(--offset) * 1));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_shield__fXX9L {
    height: var(--bheight);
    top: calc(1 * var(--height) + (var(--offset) * 1));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_gloves__rX1yP {
    top: calc(2 * var(--height) + (var(--offset) * 2) + (var(--bheight) - var(--height)));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_pants__ad_LQ {
    top: calc(2 * var(--height) + (var(--offset) * 2) + (var(--bheight) - var(--height)));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_boots___s3fo {
    top: calc(2 * var(--height) + (var(--offset) * 2) + (var(--bheight) - var(--height)));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_res_top_1__N2SgE {
    top: calc(3 * var(--height) + (var(--offset) * 3) + (var(--bheight) - var(--height)));
    left: calc(0 * var(--width) + (var(--offset) * 0));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_res_top_2__koiG1 {
    top: calc(3 * var(--height) + (var(--offset) * 3) + (var(--bheight) - var(--height)));
    left: calc(1 * var(--width) + (var(--offset) * 1));
}
.SkinPackGroupModal_item__d__Nd.SkinPackGroupModal_res_top_3__iNwXa {
    top: calc(3 * var(--height) + (var(--offset) * 3) + (var(--bheight) - var(--height)));
    left: calc(2 * var(--width) + (var(--offset) * 2));
}
.SkinPackGroupModal_res-items__oly5J {
    background: rgba(0, 0, 0, 0.24);
    border-radius: 0 0 20px 20px;
    padding: 1rem 2rem;
}
.SkinPackGroupModal_res-items__oly5J.SkinPackGroupModal_hidden___3QoQ {
    display: none;
}
@media (max-width: 480px) {
    .SkinPackGroupModal_res-items__oly5J {
        padding: 1rem;
    }
    .SkinPackGroupModal_res-items__oly5J .SkinPackGroupModal_res-items-container__UTrRQ {
        justify-content: space-between;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .SkinPackGroupModal_res-items__oly5J .SkinPackGroupModal_res-items-container__UTrRQ::-webkit-scrollbar {
        display: none;
    }
}
.SkinPackGroupModal_item-res__Q6blF {
    position: relative;
    background: var(--gradient-box-secondary);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}
@media (max-width: 480px) {
    .SkinPackGroupModal_item-res__Q6blF {
        width: 40px;
        height: 40px;
    }
}
.SkinPackGroupModal_footer__elVjV {
    padding: var(--pd-4) 0 0;
}
.SkinPackGroupModal_buy-button__zUw_i {
    min-width: 200px;
    text-transform: uppercase;
}
.SkinPackGroupModal_disabled-text__qD5IA {
    width: 100%;
    color: rgba(255, 255, 255, 0.6);
    text-align: center;
    font-size: var(--font-xlg);
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
}
.SkinPackGroupModal_classes-wrap__oqggI {
    padding: var(--pd-2);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--gradient-box-secondary);
}
.SkinPackGroupModal_single-item-pack__9DYde {
    flex-grow: 1;
}
.SkinPackGroupModal_item-p__Y_j5W {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--pd-2);
    width: var(--item-size);
    height: var(--item-size);
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border: 1px solid rgba(180, 187, 255, 0.88);
    border-radius: 10px;
}
.SkinPackGroupModal_item-p__Y_j5W.SkinPackGroupModal_active___fu4k {
    background: linear-gradient(127.03deg, rgba(180, 187, 255, 0.35) 17.83%, rgba(180, 187, 255, 0.0805) 99.57%);
    border: 1px solid var(--yellow-brigth);
}
.SkinPackGroupModal_item-p__Y_j5W.SkinPackGroupModal_big__nLOh2 {
    width: calc(var(--item-size) * 2);
    height: calc(var(--item-size) * 2);
}
.SkinPackGroupModal_item-group__ZBPCZ {
    padding: var(--pd-4);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--gradient-box-secondary);
}
.SkinPackGroupModal_item-group__ZBPCZ .SkinPackGroupModal_item-group-title__ihWig {
    padding-bottom: var(--pd-1);
    color: var(--light);
    font-size: var(--font-lg);
    border-bottom: 1px solid var(--border-color);
}
.SkinPackGroupModal_item-group__ZBPCZ .SkinPackGroupModal_item-group-price__9Nzqx {
    font-size: var(--font-xlg);
}
.SkinPackGroupModal_item-group__ZBPCZ .SkinPackGroupModal_item-group-img__hb35P {
    width: var(--cat-img-size);
    height: var(--cat-img-size);
    object-fit: cover;
}
.SkinPackGroupModal_item-group__ZBPCZ .SkinPackGroupModal_item-pack-radio__RjspK {
    margin-right: var(--mg-1);
}
.SkinPackGroupModal_item-group__ZBPCZ.SkinPackGroupModal_active___fu4k {
    border: 1px solid var(--yellow-brigth);
}
.SkinPackGroupModal_item-group__ZBPCZ.SkinPackGroupModal_active___fu4k .SkinPackGroupModal_item-group-title__ihWig {
    color: var(--white);
}
.SkinPackGroupModal_item-group__ZBPCZ.SkinPackGroupModal_active___fu4k .SkinPackGroupModal_item-group-title__ihWig b {
    color: var(--yellow-acent);
}
@media (max-width: 780px) {
    .SkinPackGroupModal_item-group__ZBPCZ .SkinPackGroupModal_item-group-items__iLlG0 {
        align-items: flex-start;
        flex-flow: column nowrap;
    }
    .SkinPackGroupModal_item-group__ZBPCZ .SkinPackGroupModal_item-group-items-list__j12cc {
        flex-flow: row wrap;
    }
}
.SkinPackGroupModal_single-item-pack__9DYde {
    padding: var(--pd-4);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--gradient-box-secondary);
}
.SkinPackGroupModal_total-block__pGsl7 {
    padding: var(--pd-4);
    font-size: var(--font-xlg);
    background: var(--gradient-box-secondary);
    border-radius: 15px;
}
.SkinPackGroupModal_total-block__pGsl7 label {
    color: var(--orange);
    font-weight: 700;
}
.SkinPackGroupModal_total-block__pGsl7 .SkinPackGroupModal_total-price__bOrXE {
    color: var(--white);
    font-size: var(--font-xxlg);
}
.SkinPackGroupModal_total-block__pGsl7 .SkinPackGroupModal_total-price__bOrXE b {
    color: var(--yellow-acent);
}
.SkinPackGroupModal_total-block__pGsl7 img {
    width: var(--cat-img-size);
    height: var(--cat-img-size);
    object-fit: cover;
}
.InfinityScroll_loader-block__ZEjcx {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.1);
}
.StreamerModals_wrapper__lKUl0 {
    width: 100%;
    height: auto;
    min-height: 500px;
    max-height: 500px;
}
.StreamerModals_history-table__6L9q0 {
    width: 100%;
}
.StreamerModals_history-table__6L9q0 th {
    padding: var(--pd-2);
    font-size: var(--font-lg);
    text-align: left;
}
.StreamerModals_history-table__6L9q0 td {
    padding: var(--pd-2);
    font-size: var(--font-md);
    border-top: 1px solid var(--border-color);
}
.StreamerModals_receive-msg__XN_lm {
    white-space: nowrap;
    font-size: var(--font-md);
}
.StreamerModals_message__Bd0yR b,
.StreamerModals_receive-msg__XN_lm {
    color: var(--text-primary-color);
    font-weight: 700;
}
.StreamerModals_network-select__Ri7ZP {
    width: 100%;
}
.StreamerModals_green__4xwRi {
    font-weight: 700;
    color: var(--green-acent);
}
.StreamerModals_red__Pg8lT {
    font-weight: 700;
    color: var(--red);
}
.StreamerModals_orange__2DIy_ {
    font-weight: 700;
    color: var(--orange);
}
.LotCounterOfferActionsModal_content-wrap__nMn1z p {
    text-align: center;
}
.LotCounterOfferActionsModal_item__nkAgf {
    margin-bottom: 20px;
}
.LotCounterOfferActionsModal_price__A849j {
    padding-bottom: var(--pd-2);
    border-bottom: 1px solid var(--border-color);
}
.LotCounterOfferActionsModal_price__A849j .LotCounterOfferActionsModal_name__uV2Kx {
    font-size: var(--font-lg);
}
.LotCounterOfferActionsModal_price-value__rD_6W {
    font-size: var(--font-sm);
    font-weight: 700;
}
.LotCounterOfferActionsModal_price-value__rD_6W.LotCounterOfferActionsModal_dc__G9YWM {
    color: var(--green);
}
.LotCounterOfferActionsModal_price-value__rD_6W.LotCounterOfferActionsModal_db__do20e {
    color: var(--purple-lighth);
}
.LotCounterOfferActionsModal_price-value__rD_6W .LotCounterOfferActionsModal_zen__QoHlY {
    color: var(--yellow);
}
.LotCounterOfferActionsModal_price-currency__1wqJM {
    display: flex;
    justify-content: center;
    align-items: center;
}
@keyframes LotCounterOfferModalCreate_border-animation__HRojR {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.LotCounterOfferModalCreate_wrapper__Uj8VT {
    row-gap: 20px;
    column-gap: 20px;
    flex-flow: row nowrap;
}
@media (max-width: 780px) {
    .LotCounterOfferModalCreate_wrapper__Uj8VT {
        flex-flow: column wrap;
    }
}
.LotCounterOfferModalCreate_label-img__xIDhm {
    width: 32px;
}
.LotCounterOfferModalCreate_label-text__IXi9Z {
    display: inline-block;
}
@media (max-width: 480px) {
    .LotCounterOfferModalCreate_label-text__IXi9Z {
        display: none;
    }
}
.LotCounterOfferModalCreate_message__wA4ga {
    max-width: 400px;
    white-space: pre-wrap;
}
.LotCounterOfferModalCreate_message__wA4ga b {
    font-weight: 900;
    color: var(--orange);
}
.LotCounterOfferModalCreate_error__oFWzT {
    color: var(--red);
    margin-bottom: 10px;
}
.LotCounterOfferModalCreate_dc-label__9xo_L {
    text-align: center;
}
@media (min-width: 768px) {
    .LotCounterOfferModalCreate_dc-label__9xo_L {
        white-space: nowrap;
    }
}
.LotCounterOfferModalCreate_input__oSFbd {
    height: 100%;
}
.LotCounterOfferModalCreate_j-input__ovkLU,
.LotCounterOfferModalCreate_p-input__gZuSm {
    width: 62px;
    padding: 2px 10px;
}
@media (max-width: 480px) {
    .LotCounterOfferModalCreate_j-input__ovkLU,
    .LotCounterOfferModalCreate_p-input__gZuSm {
        width: 40px;
        padding: 2px 4px;
    }
}
.LotCounterOfferModalCreate_p-input__gZuSm.LotCounterOfferModalCreate_z-input__TGrVI {
    width: 115px;
    padding: 2px 10px;
}
@media (max-width: 780px) {
    .LotCounterOfferModalCreate_p-input__gZuSm.LotCounterOfferModalCreate_z-input__TGrVI {
        width: 115px;
    }
}
.LotCounterOfferModalCreate_actions-wrap__3nxBE,
.LotCounterOfferModalCreate_content__W4wb5 {
    width: 100%;
}
.LotCounterOfferModalCreate_cur-table-wrap__n_413 {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.LotCounterOfferModalCreate_cur-table-wrap__n_413::-webkit-scrollbar {
    display: none;
}
.LotCounterOfferModalCreate_cur-table__WgIhA {
    width: 100%;
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.LotCounterOfferModalCreate_cur-table__WgIhA::-webkit-scrollbar {
    display: none;
}
.LotCounterOfferModalCreate_cur-table__WgIhA th {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid var(--border-color);
}
@media (max-width: 480px) {
    .LotCounterOfferModalCreate_cur-table__WgIhA th {
        padding: 4px;
        font-size: var(--font-sm);
    }
}
.LotCounterOfferModalCreate_cur-table__WgIhA td {
    padding: 5px;
    vertical-align: middle;
}
.LotCounterOfferModalCreate_cur-table__WgIhA .LotCounterOfferModalCreate_price__qpLHC {
    max-width: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}
.LotCounterOfferModalCreate_cur-switcher__4hwK4 {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.LotCounterOfferModalCreate_cur-switcher__4hwK4::-webkit-scrollbar {
    display: none;
}
.LotCounterOfferModalCreate_cur-switcher__4hwK4 div {
    width: 70px !important;
    min-width: 70px !important;
    font-size: var(--font-md) !important;
}
@media (min-width: 768px) {
    .LotCounterOfferModalCreate_cur-switcher__4hwK4 div {
        width: 100px !important;
        min-width: 100px !important;
    }
}
.LotCounterOfferModalCreate_price-wrap__rocGM {
    width: -moz-fit-content;
    width: fit-content;
    column-gap: 4px;
}
.LotCounterOfferModalCreate_price-info__rn8ax {
    margin-top: var(--mg-2);
    font-size: var(--font-lg);
    color: var(--white);
}
.RightSideBar_wrapper___XPUO {
    display: flex;
    flex-flow: column nowrap;
    row-gap: var(--mg-4);
    width: 100%;
    padding: 30px var(--page-paddin-left) 30px 0;
}
.RightSideBar_wrapper___XPUO.RightSideBar_mobile-hide__zi7nC {
    display: none;
}
@media (max-width: 767px) {
    .RightSideBar_wrapper___XPUO {
        display: none;
    }
}
@media (min-width: 1920px) {
    .RightSideBar_wrapper___XPUO.RightSideBar_mobile-hide__zi7nC {
        display: flex;
    }
}
.RightSideBar_banner-block__cgjvM {
    position: relative;
    margin: 0 0 var(--mg-6);
    height: auto;
    aspect-ratio: 1;
    width: 100%;
    min-width: 146px;
    border-radius: 15px;
}
.RightSideBar_banner-block__cgjvM .RightSideBar_btn__1NAgL {
    height: 22px;
    min-width: 50px;
}
.RightSideBar_banner-block__cgjvM .swiper {
    width: 100%;
    padding-bottom: 24px;
}
.RightSideBar_banner-block__cgjvM .swiper-pagination {
    bottom: 0 !important;
}
.RightSideBar_banner-block__cgjvM:hover .RightSideBar_cover__bk5bH {
    opacity: 0;
}
.RightSideBar_banner-block__cgjvM .RightSideBar_cover__bk5bH {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(67.75% 150.56% at 8.75% 140%, rgba(219, 0, 241, 0.2) 0, rgba(219, 0, 241, 0) 100%), radial-gradient(82.5% 183.33% at 24.5% -32.78%, #080c35 0, rgba(8, 12, 53, 0) 100%),
        radial-gradient(105.62% 234.72% at 13.75% -134.72%, #3d4efc 0, rgba(61, 78, 252, 0) 100%), radial-gradient(188.6% 180.83% at 50% 160.56%, #000927 0, rgba(0, 9, 39, 0) 100%);
    opacity: 0;
    transition: all 0.5s ease;
    border-radius: 15px;
    content: "";
}
.RightSideBar_banner-block__cgjvM .RightSideBar_banners-wrapper__trApD {
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
}
.RightSideBar_banner-block__cgjvM .RightSideBar_banner__S_3rN {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 15px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}
.RightSideBar_banner-block__cgjvM .RightSideBar_banner__S_3rN .RightSideBar_label__w4gEP {
    position: relative;
    font-weight: 700;
    font-size: 36px;
    line-height: 40px;
    white-space: pre-wrap;
    margin-bottom: 10px;
}
.RightSideBar_banner-block__cgjvM .RightSideBar_banner__S_3rN .RightSideBar_btn__1NAgL {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 1440px) {
    .RightSideBar_banner-block__cgjvM .RightSideBar_btn__1NAgL {
        height: 35px;
        min-width: 80px;
    }
}
.RightSideBar_service_item__37Xng {
    position: relative;
    width: 100%;
    padding: 1rem;
    flex-basis: 48%;
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    color: var(--text-secondary-color);
    background: var(--gradient-box-grey);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.RightSideBar_service_item__37Xng + .RightSideBar_service_item__37Xng:before {
    position: absolute;
    left: 0;
    top: -5px;
    width: 100%;
    height: 1px;
    background: var(--active-tab-bg);
    opacity: 0.5;
    content: "";
}
.RightSideBar_service_item__37Xng .RightSideBar_service-icon__yB3uZ {
    color: var(--text-primary-color);
    transition: all 0.3s ease-in-out;
}
.RightSideBar_service_item__37Xng:hover {
    color: var(--text-primary-color);
    background: var(--active-tab-bg);
}
.RightSideBar_service_item__37Xng:hover .RightSideBar_service-icon__yB3uZ {
    color: var(--white);
}
.RightSideBar_service_item__37Xng .RightSideBar_btn__1NAgL {
    min-width: 140px;
}
.RightSideBar_services-box__XPVmp {
    margin-top: 0;
}
.RightSideBar_service-price-label___c4oJ {
    padding: var(--pd-2);
    font-size: var(--font-sm);
    line-height: 100%;
    color: var(--white);
    border-radius: 5px;
    background: radial-gradient(91.07% 150.76% at 9.38% -35.63%, #c1003a 0, rgba(193, 0, 58, 0) 100%), #ff2768;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.RightSideBarAccountBank_wrapper__BYtUR {
    width: 100%;
    padding: var(--pd-3);
    border-radius: 15px;
    background: var(--box-accent-bg);
    overflow: hidden;
}
.RightSideBarAccountBank_wrapper__BYtUR.RightSideBarAccountBank_mobile__BKwgl {
    display: none;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .RightSideBarAccountBank_wrapper__BYtUR.RightSideBarAccountBank_mobile__BKwgl {
        display: block;
    }
    .RightSideBarAccountBank_wrapper__BYtUR.RightSideBarAccountBank_mobile__BKwgl .RightSideBarAccountBank_cur-block__nodeW {
        flex-flow: row nowrap;
        justify-content: center;
        column-gap: 4px;
    }
}
@media (max-width: 480px) {
    .RightSideBarAccountBank_wrapper__BYtUR.RightSideBarAccountBank_mobile__BKwgl {
        width: 100%;
    }
}
.RightSideBarAccountBank_cur-block__nodeW {
    position: relative;
    display: inline-flex;
    flex-flow: column wrap;
    align-items: center;
    padding: 0 var(--pd-2);
    min-width: 45px;
}
.RightSideBarAccountBank_cur-block__nodeW + .RightSideBarAccountBank_cur-block__nodeW {
    border-left: 1px solid var(--border-color);
}
@media (max-width: 1024px) {
    .RightSideBarAccountBank_cur-block__nodeW {
        width: 100px;
    }
}
@media (min-width: 1440px) {
    .RightSideBarAccountBank_cur-block__nodeW {
        padding: 0 var(--pd-4);
    }
}
.RightSideBarAccountBank_count__b5A5V {
    margin-top: var(--mg-1);
    font-weight: 700;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    text-align: center;
    color: var(--text-primary-color);
    text-transform: uppercase;
}
@media (min-width: 1440px) {
    .RightSideBarAccountBank_count__b5A5V {
        font-size: var(--font-lg);
        line-height: var(--font-lg-lh);
    }
}
@media (min-width: 1920px) {
    .RightSideBarAccountBank_count__b5A5V {
        margin-top: var(--mg-2);
        font-size: var(--font-xlg);
        line-height: var(--font-xlg-lh);
    }
}
.RightSideBarAccountBank_dc__sA124:before,
.RightSideBarAccountBank_zen__Jp4a5:before {
    position: absolute;
    left: calc(50% - 50px);
    top: -200%;
    width: 100px;
    height: 100px;
    background: var(--yellow);
    opacity: 0.25;
    filter: blur(60px);
    content: "";
}
.RightSideBarAccountBank_dc__sA124:after,
.RightSideBarAccountBank_zen__Jp4a5:after {
    position: absolute;
    left: calc(50% - 15px);
    top: -80%;
    width: 20px;
    height: 20px;
    background: var(--yellow);
    filter: blur(20px);
    content: "";
}
.RightSideBarAccountBank_dc__sA124:after,
.RightSideBarAccountBank_dc__sA124:before {
    background: var(--green);
}
.RightSideBarAccountBank_jewels__3XY38 {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    column-gap: 1rem;
    row-gap: 0.8rem;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.RightSideBarAccountBank_char-funcs-block__eE0PR {
    position: relative;
    padding: var(--pd-3);
    margin-bottom: var(--mg-2);
    border-radius: 13px;
    background: var(--box-bg);
    box-shadow: inset 0 8.2px 16.4px 0 rgba(0, 0, 0, 0.2);
    z-index: 2;
}
.RightSideBarAccountBank_char-func__w5L_c {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--pd-2) var(--pd-3);
    background: var(--gradient-box-grey);
    border-radius: 8px;
}
.RightSideBarAccountBank_char-func__w5L_c .RightSideBarAccountBank_count__b5A5V {
    position: absolute;
    top: -15px;
    right: -5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--red);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    font-size: var(--font-xs);
    font-weight: 700;
}
.RightSideBarAccountBank_char-func-icon__y34iH {
    transition: color 0.3s ease-in-out;
}
.RightSideBarAccountBank_char-func-icon__y34iH.RightSideBarAccountBank_active__rM3yw {
    color: var(--green);
}
.RightSideBarAccountBank_char-func-hover__6Lf2l {
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
.RightSideBarAccountBank_char-func-hover__6Lf2l:hover {
    background: var(--dark-blue-bg);
}
.RightSideBarAccountBank_char-func-hover__6Lf2l:hover .RightSideBarAccountBank_char-func-icon__y34iH {
    color: var(--green);
}
.RightSideBarAccountBank_invisible-tooltip__g2Iur {
    font-size: var(--font-sm);
}
.RightSideBarAccountBank_invisible-tooltip__g2Iur b {
    font-weight: 700;
    color: var(--green-acent);
}
@keyframes NotificationsList_border-animation__X1ayj {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.NotificationsList_list__qT1vU {
    width: 370px;
    background: var(--box-bg);
    border-radius: 8px;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.2);
    padding: 12px;
}
.NotificationsList_list__qT1vU.NotificationsList_full-width__P1s1l {
    padding: 16px;
    width: 100%;
}
.NotificationsList_list__qT1vU.NotificationsList_with-scroll__hTa4U {
    max-height: calc(100vh - var(--header-height) - 60px);
}
@media (max-width: 767px) {
    .NotificationsList_list__qT1vU {
        width: 100%;
        border-radius: 0;
    }
}
.NotificationsList_list-title-wrap__BFBt2 {
    margin-top: 6px;
}
.NotificationsList_content-wrap__Gcv4v {
    height: 100%;
}
.NotificationsList_content-wrap__Gcv4v.NotificationsList_with-scroll__hTa4U {
    padding-right: var(--pd-3);
    overflow: auto;
}
@media (max-width: 767px) {
    .NotificationsList_content-wrap__Gcv4v.NotificationsList_with-scroll__hTa4U {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .NotificationsList_content-wrap__Gcv4v.NotificationsList_with-scroll__hTa4U::-webkit-scrollbar {
        display: none;
    }
}
.NotificationsList_section-title__dssOQ {
    font-size: 14px;
    font-weight: 700;
    color: var(--text-secondary-color);
}
.NotificationsList_close__MX0ud {
    cursor: pointer;
    color: var(--white);
}
.NotificationsList_close__MX0ud:hover {
    color: var(--light);
}
.NotificationsList_title-large__jyF2C,
.NotificationsList_title-small__9lRqy {
    line-height: 1.2;
}
.NotificationsList_title-small__9lRqy {
    text-transform: uppercase;
    font-size: var(--font-xslg);
}
.NotificationsList_title-large__jyF2C {
    font-size: var(--font-xlg);
}
@media (max-width: 767px) {
    .NotificationsList_title-large__jyF2C {
        font-size: var(--font-lg);
    }
}
.NotificationsList_open-notifications-btn__QKLB5,
.NotificationsList_read-all-notifications-btn__5d0Eu {
    border: none;
    border-radius: 12px;
    background-color: var(--border-color);
}
.NotificationsList_open-notifications-btn__QKLB5:hover,
.NotificationsList_read-all-notifications-btn__5d0Eu:hover {
    border: none;
}
.NotificationsList_open-notifications-btn__QKLB5 {
    font-size: var(--font-md);
    min-height: 48px;
    text-transform: uppercase;
}
.NotificationsList_read-all-notifications-btn__5d0Eu {
    font-size: var(--font-sm);
    font-weight: 400;
    background: var(--read-all-notifications-btn-bg);
    box-shadow: var(--read-all-notifications-btn-shadow);
    min-height: 40px;
}
.NotificationsList_read-less-btn__PQ4sm,
.NotificationsList_read-more-btn__2bvCA {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--light-red);
}
.NotificationsList_read-less-btn__PQ4sm svg,
.NotificationsList_read-more-btn__2bvCA svg {
    color: var(--light-red);
    width: 16px;
    height: 16px;
}
.NotificationsList_read-more-btn__2bvCA.NotificationsList_new__uT22v,
.NotificationsList_read-more-btn__2bvCA.NotificationsList_new__uT22v svg {
    color: var(--yellow-brigth);
}
.NotificationsList_notifications-btn-wrap__a3Rf_ {
    position: relative;
    height: 30px;
    width: 30px;
}
@media (max-width: 767px) {
    .NotificationsList_notifications-btn-wrap__a3Rf_ {
        position: static;
    }
}
@media (min-width: 1280px) {
    .NotificationsList_notifications-btn-wrap__a3Rf_ {
        height: 42px;
        width: 42px;
        min-width: 42px;
    }
    .NotificationsList_notifications-btn-wrap__a3Rf_ svg {
        min-width: 22px;
        min-height: 22px;
    }
}
.NotificationsList_notifications-btn__QAlNl {
    position: relative;
    min-width: 30px;
    width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    padding: 0 !important;
    background: var(--notifications-header-btn-bg);
    box-shadow: var(--notifications-header-btn-shadow);
    border: none;
}
.NotificationsList_notifications-btn__QAlNl:hover {
    border: none;
}
.NotificationsList_notifications-btn__QAlNl:hover svg {
    color: var(--light);
}
.NotificationsList_notifications-btn__QAlNl svg {
    min-width: 18px;
    min-height: 18px;
}
@media (min-width: 1280px) {
    .NotificationsList_notifications-btn__QAlNl {
        min-width: 42px;
        width: 42px;
        height: 42px;
        min-height: 42px;
    }
    .NotificationsList_notifications-btn__QAlNl svg {
        min-width: 24px;
        min-height: 24px;
    }
}
.NotificationsList_notifications-list-wrap__1sQn8 {
    position: absolute;
    right: 0;
    top: 120%;
}
@media (max-width: 767px) {
    .NotificationsList_notifications-list-wrap__1sQn8 {
        right: 0;
        width: 100vw;
        top: var(--header-height);
    }
}
.NotificationsList_notifications-count__MOrSv {
    position: absolute;
    font-size: 12px;
    top: -4px;
    right: -4px;
    background: var(--unviewed-notification-bg);
    padding: 0 4px;
    box-shadow: var(--unviewed-notification-shadow);
    border-radius: 25px;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    color: var(--white);
}
.NotificationsList_notifications-btn-icon__n8iaI {
    color: var(--white);
}
.HeaderAccountPanel_wrapper__9Ia8U {
    position: relative;
    height: 100%;
    padding: var(--page-padding-top) 22px;
    justify-content: space-between;
    width: auto;
    margin-left: auto;
}
.HeaderAccountPanel_wrapper__9Ia8U.HeaderAccountPanel_mobile__1yNg9 {
    display: none;
}
@media (max-width: 767px) {
    .HeaderAccountPanel_wrapper__9Ia8U.HeaderAccountPanel_mobile__1yNg9 {
        display: inline-flex;
        padding: var(--page-padding-top) 16px;
        column-gap: 4px;
        row-gap: 4px;
    }
}
.HeaderAccountPanel_wrapper__9Ia8U.HeaderAccountPanel_visible__ySEXo {
    display: inline-flex;
}
.HeaderAccountPanel_wrapper__9Ia8U.HeaderAccountPanel_active__4r1uf {
    background: var(--header-account-bg);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}
@media (max-width: 767px) {
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_register-btn__qyhaN {
        font-size: var(--font-xs);
        height: 30px;
        padding: 4px 12px;
    }
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_lang-select__sDyd2,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_logout-btn__970j7 {
    height: 30px;
    width: 30px;
    min-width: 30px;
    cursor: pointer;
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_lang-select__sDyd2 svg,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a svg,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_logout-btn__970j7 svg {
    width: 18px !important;
    height: 18px !important;
    min-height: 18px;
    min-width: 18px;
    color: var(--white);
    transition: color 0.3s ease;
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_lang-select__sDyd2:hover svg,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a:hover svg,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_logout-btn__970j7:hover svg {
    color: var(--light);
}
@media (min-width: 1280px) {
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_lang-select__sDyd2,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_logout-btn__970j7 {
        height: 42px;
        width: 42px;
        min-width: 42px;
    }
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_lang-select__sDyd2 svg,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a svg,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_logout-btn__970j7 svg {
        min-width: 22px;
        min-height: 22px;
    }
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a {
    display: inline-flex;
}
@media (min-width: 1025px) {
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-mobile__CNK1a {
        display: none;
    }
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-desktop__aJXYg {
    display: none;
}
@media (min-width: 1025px) {
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_login-btn-desktop__aJXYg {
        display: inline-flex;
    }
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_donation-leaderboard-btn__hjO_S,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_vote-btn__Ql8aT {
    min-width: 30px;
    height: 30px;
    padding: 0;
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_donation-leaderboard-btn__hjO_S svg,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED svg,
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_vote-btn__Ql8aT svg {
    min-width: 18px;
    min-height: 18px;
}
@media (min-width: 1280px) {
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_donation-leaderboard-btn__hjO_S,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_vote-btn__Ql8aT {
        min-width: 42px;
        height: 42px;
    }
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_donation-leaderboard-btn__hjO_S svg,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED svg,
    .HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_vote-btn__Ql8aT svg {
        min-width: 24px;
        min-height: 24px;
    }
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn-wrap__7OZJd {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED {
    position: relative;
    background: var(--notifications-header-btn-bg);
    border: none;
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED:hover {
    border: none;
}
.HeaderAccountPanel_wrapper__9Ia8U .HeaderAccountPanel_notifications-btn__dS_ED:hover svg {
    color: var(--light);
}
@media (max-width: 767px) {
    .HeaderAccountPanel_wrapper__9Ia8U {
        display: none;
        width: 100%;
        justify-content: space-between;
    }
}
.HeaderAccountPanel_buttons__hUj93 {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    row-gap: 0.1rem;
}
@media (max-width: 767px) {
    .HeaderAccountPanel_buttons__hUj93 {
        flex-flow: column wrap;
    }
}
.HeaderAccountPanel_logo__STuUf {
    display: none;
    margin: var(--pd-2) var(--pd-3);
}
.HeaderAccountPanel_logo__STuUf img {
    width: 80px;
}
@media (max-width: 767px) {
    .HeaderAccountPanel_logo__STuUf {
        display: inline-block;
        top: 4px;
    }
    .HeaderAccountPanel_logo__STuUf img {
        width: 80px;
    }
}
@media (max-width: 375px) {
    .HeaderAccountPanel_logo__STuUf {
        top: 10px;
        left: 50%;
    }
    .HeaderAccountPanel_logo__STuUf img {
        height: 70px;
    }
}
.HeaderAccountPanel_bp-btn__zFNFz,
.HeaderAccountPanel_vip-btn__6DBYQ {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 32px;
    font-weight: 700;
    font-size: var(--font-lg);
    transition: all 0.2s ease;
    border: none;
    outline: none;
}
.HeaderAccountPanel_bp-btn__zFNFz.HeaderAccountPanel_active__4r1uf,
.HeaderAccountPanel_vip-btn__6DBYQ.HeaderAccountPanel_active__4r1uf {
    color: #00d722;
    border: 1px solid #00d722;
    box-shadow: inset 0 0 10px 2px rgba(0, 215, 34, 0.2);
}
.HeaderAccountPanel_bp-btn__zFNFz:active,
.HeaderAccountPanel_bp-btn__zFNFz:focus,
.HeaderAccountPanel_vip-btn__6DBYQ:active,
.HeaderAccountPanel_vip-btn__6DBYQ:focus {
    color: #929292;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.HeaderAccountPanel_bp-btn__zFNFz:hover,
.HeaderAccountPanel_vip-btn__6DBYQ:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.HeaderAccountPanel_vip-img__ykgSc {
    width: 40px;
}
.HeaderAccountPanel_vip-item__XNb_F {
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    color: var(--white);
}
.HeaderAccountPanel_vip-item__XNb_F b {
    color: #00d722;
}
.HeaderAccountPanel_bp-img__VrMRC,
.HeaderAccountPanel_vip-icon__4_Foq {
    width: 58px;
    height: 30px;
}
@media (min-width: 1280px) {
    .HeaderAccountPanel_bp-img__VrMRC,
    .HeaderAccountPanel_vip-icon__4_Foq {
        width: 82px;
        height: 42px;
    }
}
.HeaderAccountPanel_bp-img__VrMRC {
    display: inline-block;
    object-fit: contain;
}
.HeaderAccountPanel_total-online__j1qQy {
    display: none;
    margin-bottom: var(--mg-1);
    text-align: center;
    font-size: var(--font-sm);
    font-weight: 700;
}
.HeaderAccountPanel_total-online__j1qQy span {
    background: var(--gold-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.HeaderAccountPanel_total-online__j1qQy b {
    color: var(--green-acent);
    text-shadow: 0 0 5px var(--green-acent);
}
@media (max-width: 767px) {
    .HeaderAccountPanel_total-online__j1qQy {
        display: flex;
    }
}
@media (min-width: 1990px) {
    .HeaderAccountPanel_total-online__j1qQy {
        font-size: var(--font-xlg);
    }
}
.HeaderAccountPanel_bonuses-cart-btn__cOet9 {
    position: relative;
    padding: 0;
    min-width: 30px;
    width: 30px;
    height: 30px;
    border: none !important;
    outline: none;
}
.HeaderAccountPanel_bonuses-cart-btn__cOet9 > img {
    width: 100%;
    height: 100%;
}
.HeaderAccountPanel_bonuses-cart-btn__cOet9 > img:hover {
    transform: scale(1.1);
    transition: transform 0.4s ease;
}
.HeaderAccountPanel_bonuses-cart-btn__cOet9:hover {
    background: none;
}
.HeaderAccountPanel_bonuses-cart-btn__cOet9 .HeaderAccountPanel_count__ZwTZd {
    position: absolute;
    top: -4px;
    right: -2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    background: var(--red);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    font-size: var(--font-xs);
    font-weight: 700;
    vertical-align: middle;
}
@media (min-width: 1280px) {
    .HeaderAccountPanel_bonuses-cart-btn__cOet9 {
        min-width: 44px;
        height: 44px;
    }
    .HeaderAccountPanel_bonuses-cart-btn__cOet9 .HeaderAccountPanel_count__ZwTZd {
        width: 18px;
        height: 18px;
    }
}
@keyframes SideMenu_border-animation__ShOVR {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.SideMenu_menu__BGz6r {
    transition: all 0.2s ease;
    background: var(--gradient-box-dark);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
.SideMenu_menu__BGz6r .SideMenu_desktop-menu__XablQ {
    display: none;
}
@media (min-width: 1025px) {
    .SideMenu_menu__BGz6r .SideMenu_desktop-menu__XablQ {
        display: block;
    }
}
.SideMenu_menu__BGz6r .SideMenu_mobile-menu__5Mpdf {
    display: flex;
    height: calc(56px + env(safe-area-inset-bottom));
    padding-bottom: env(safe-area-inset-bottom);
}
@media (min-width: 1025px) {
    .SideMenu_menu__BGz6r .SideMenu_mobile-menu__5Mpdf {
        display: none;
    }
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av {
    position: relative;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1rem;
    flex: 1 0 auto;
    text-align: center;
    font-size: 0;
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av:before {
    display: none;
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av + .SideMenu_item__uG5Av {
    margin: 0;
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av.SideMenu_active__VhHqB {
    color: var(--white);
    background: none;
    box-shadow: none;
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av.SideMenu_active__VhHqB .SideMenu_icon__TNqrg {
    color: var(--text-primary-color);
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av.SideMenu_active__VhHqB:after {
    position: absolute;
    left: 50%;
    top: calc(100% + 0.5rem);
    width: 60%;
    transform: translateX(-50%);
    height: 2px;
    background: #db00f1;
    box-shadow: 0 0 2px 1px #db00f1;
    content: "";
}
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av:hover,
.SideMenu_menu__BGz6r .SideMenu_item__uG5Av:hover .SideMenu_icon__TNqrg {
    color: var(--text-primary-color);
}
@media (max-width: 767px) {
    .SideMenu_menu__BGz6r .SideMenu_item__uG5Av,
    .SideMenu_menu__BGz6r .SideMenu_item__uG5Av .SideMenu_item__uG5Av {
        padding: 2px;
    }
}
.SideMenu_wrapper__Ow1Ua {
    height: 100%;
    padding: 0 15px;
}
.SideMenu_wrapper__Ow1Ua .SideMenu_profile-actions-wrapper__ih3hz {
    display: none;
    position: relative;
    padding: var(--pd-3) 22px;
    justify-content: space-between;
    width: 100%;
}
@media (max-width: 1024px) {
    .SideMenu_wrapper__Ow1Ua {
        padding: 0 1.2rem;
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .SideMenu_wrapper__Ow1Ua::-webkit-scrollbar {
        display: none;
    }
}
@media (max-width: 780px) {
    .SideMenu_wrapper__Ow1Ua .SideMenu_profile-actions-wrapper__ih3hz {
        display: flex;
    }
}
.SideMenu_logo___qlze {
    transition: all 0.2s ease;
    max-height: 160px;
    margin: 30px 0;
    max-width: 100%;
}
.SideMenu_logo___qlze:hover {
    transform: scale(1.1);
}
@media (max-width: 1024px) {
    .SideMenu_menu__BGz6r {
        position: fixed;
        padding: 2px 10px;
        top: inherit;
        bottom: 0;
        width: auto;
        height: auto;
        z-index: var(--z-index-page-menu);
        border-radius: 10px 10px 0 0;
    }
    .SideMenu_menu__BGz6r,
    .SideMenu_menu__BGz6r.SideMenu_mobile__Tt1IW {
        left: 50%;
        transform: translateX(-50%);
    }
    .SideMenu_logo-link__7Cq1k {
        display: none;
    }
}
@media (min-width: 1025px) {
    .SideMenu_menu__BGz6r {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: var(--sidebar-width);
        z-index: var(--z-index-sidebar);
        transform: translateX(0);
    }
    .SideMenu_logo-link__7Cq1k {
        display: block;
    }
}
.SideMenu_mobile-menu-wrapper__FFXop {
    position: fixed;
    left: 0;
    bottom: calc(56px + env(safe-area-inset-bottom));
    padding: 1.2rem 0 0;
    width: 100%;
    height: calc(100dvh - (56px + env(safe-area-inset-bottom)));
    background: var(--gradient-box-dark);
}
.SideMenu_mobile-menu-wrapper__FFXop.SideMenu_hide__z8l6Q {
    display: none;
}
.SideMenu_open-menu-btn__XENy2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 18px;
    flex: 1 0 auto;
}
.SideMenu_open-menu-btn__XENy2 .SideMenu_icon__TNqrg {
    margin: 0;
    width: 20px;
    height: 20px;
}
.SideMenu_open-menu-btn__XENy2.SideMenu_active__VhHqB .SideMenu_icon__TNqrg,
.SideMenu_open-menu-btn__XENy2:hover .SideMenu_icon__TNqrg {
    color: var(--white);
}
@media (max-width: 767px) {
    .SideMenu_open-menu-btn__XENy2 {
        padding: 2px;
    }
    .SideMenu_menu__BGz6r {
        width: 100%;
    }
    .SideMenu_hide-mobile__20INk {
        display: none !important;
    }
}
.SideMenu_total-online__sId80 {
    margin-bottom: var(--mg-1);
    text-align: center;
    font-size: var(--font-lg);
    font-weight: 700;
}

.SideMenu_total-online__sId80 span {
    background: var(--gold-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.SideMenu_total-online__sId80 b {
    color: var(--green-acent);
    text-shadow: 0 0 5px var(--green-acent);
}
@media (min-width: 1990px) {
    .SideMenu_total-online__sId80 {
        font-size: var(--font-xlg);
    }
}
.SideMenu_download-btn__CmHD4 {
    display: flex;
    margin: 20px auto 0;
    font-size: var(--font-md);
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    align-items: center;
    min-height: 35px;
}
@media (max-width: 780px) {
    .SideMenu_download-btn__CmHD4 {
        margin: 15px auto 0;
    }
}
@media (min-width: 1280px) {
    .SideMenu_download-btn__CmHD4 {
        min-height: 45px;
    }
}
.AppHeader_header__izqv7 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--header-height);
    border-bottom: 1px solid var(--border-color);
    margin: 0 var(--page-paddin-left);
    z-index: var(--z-index-header);
}
@media (max-width: 767px) {
    .AppHeader_header__izqv7 {
        margin: 0;
        border-bottom: 0;
    }
}
.AppHeader_header__izqv7.AppHeader_fixed__DepFR {
    position: fixed;
    top: 0;
    left: var(--sidebar-width);
    width: calc(100% - var(--sidebar-width));
    background: var(--header-base-bg);
    -webkit-backdrop-filter: blur(32px);
    backdrop-filter: blur(32px);
    border-radius: 0;
    margin-left: 0;
}
@media (max-width: 1024px) {
    .AppHeader_header__izqv7.AppHeader_fixed__DepFR {
        width: 100%;
        left: 0;
    }
}
.AppHeader_active__Fp6Cd {
    position: fixed;
    top: 0;
    left: calc(var(--sidebar-width) - var(--sidebar-maring) / 2);
    width: calc(100vw - var(--sidebar-width) + var(--sidebar-maring));
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    background: var(--gradient-box-grey);
}
@media (max-width: 1024px) {
    .AppHeader_active__Fp6Cd {
        left: 0;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .AppHeader_active__Fp6Cd {
        position: relative;
        left: 0;
        margin: 0;
        width: 100%;
    }
}
.AppHeader_btn__cbVh3 {
    margin-left: var(--page-paddin-left);
    white-space: nowrap;
}
@media (max-width: 767px) {
    .AppHeader_btn__cbVh3 {
        display: none;
    }
}
.AppHeader_header-menu__QzCzl {
    position: relative;
    z-index: 2;
    padding-left: var(--page-paddin-left);
    overflow: hidden;
}
.AppHeader_header-menu__QzCzl a {
    position: relative;
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    justify-content: center;
    padding: 0 var(--pd-2);
    max-width: 90px;
    text-align: center;
    font-size: var(--font-xs);
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    line-height: 1;
    opacity: 0.8;
    cursor: pointer;
    transition: all 0.5s ease;
}
.AppHeader_header-menu__QzCzl a + a:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 120%;
    transform: translateY(-50%);
    background: var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0));
    opacity: 0.8;
    content: "";
}
.AppHeader_header-menu__QzCzl a.AppHeader_selected__q5SxS,
.AppHeader_header-menu__QzCzl a:hover {
    color: var(--orange);
    opacity: 1;
}
@media (max-width: 767px) {
    .AppHeader_header-menu__QzCzl {
        display: none;
    }
}
@media (min-width: 1280px) {
    .AppHeader_header-menu__QzCzl a {
        padding: 0 var(--pd-4);
        max-width: 110px;
    }
}
@media (min-width: 1920px) {
    .AppHeader_header-menu__QzCzl a {
        font-size: var(--font-md);
        max-width: 170px;
    }
}
.AppHeader_open-menu-btn__byATU {
    display: none;
    align-items: center;
    justify-content: center;
    padding: var(--pd-3);
    margin-left: var(--mg-2);
    background: rgba(0, 0, 0, 0.5);
    border-radius: 12px;
    cursor: pointer;
}
.AppHeader_open-menu-btn__byATU .AppHeader_menu-btn__x6lR8 {
    width: 18px;
    height: 18px;
}
.AppHeader_open-menu-btn__byATU:hover {
    background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 1024px) {
    .AppHeader_open-menu-btn__byATU {
        display: inline-flex;
    }
}
@media (max-width: 767px) {
    .AppHeader_open-menu-btn__byATU {
        display: none !important;
    }
}
.RightSideBarTournament_wrapper__hoKaM {
    position: relative;
    width: 100%;
    min-height: 180px;
    padding: var(--pd-4);
    border-radius: 15px;
    overflow: hidden;
    background: url(/assets/990/image/tournament_side.png) no-repeat top/100% 100%;
}
.RightSideBarTournament_wrapper__hoKaM > * {
    position: relative;
    z-index: 2;
}
.RightSideBarTournament_wrapper__hoKaM:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    content: "";
}
.RightSideBarTournament_title___yn3Q {
    text-shadow: 0 4px 13px rgba(0, 0, 0, 0.65);
    font-size: var(--font-lg);
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.RightSideBarTournament_title___yn3Q b {
    color: var(--orange);
}
.RightSideBarTournament_countdown-item__86gHH {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}
.RightSideBarTournament_countdown__s8kn3 {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 60%;
    border-radius: 15px;
    padding: var(--pd-2) var(--pd-4);
    background: radial-gradient(106.96% 292.13% at 50.43% 247.13%, rgba(255, 214, 0, 0.62) 0, rgba(255, 214, 0, 0) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    color: var(--yellow-acent);
    font-size: var(--font-lg);
    font-weight: 700;
    text-transform: uppercase;
}
.RightSideBarTournament_players_count__g5PUv {
    width: auto;
    padding: var(--pd-2) var(--pd-4);
    margin: var(--mg-2) 0;
    border-radius: 15px;
    background: radial-gradient(ellipse at left bottom, rgba(61, 78, 252, 0.13) 0, rgba(30, 33, 43, 0.74) 100%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
}
.RightSideBarTournament_icon__RkBf4 {
    color: var(--orange);
}
.Monster_monster__ZH17W {
    --img-size: 95px;
    display: inline-flex;
    flex-flow: column nowrap;
    align-items: center;
    row-gap: 10px;
    width: auto;
}
.Monster_monster__ZH17W.Monster_size-xs__UBUDO {
    --img-size: 50px;
}
.Monster_monster__ZH17W.Monster_size-sm__TkEkg {
    --img-size: 75px;
}
.Monster_monster__ZH17W.Monster_size-md__gxsYe {
    --img-size: 95px;
}
.Monster_monster__ZH17W.Monster_size-lg__Ae02m {
    --img-size: 115px;
}
.Monster_monster-img__oB0Ix {
    width: var(--img-size);
    height: var(--img-size);
    object-fit: cover;
}
.Monster_monster-name__V6SeH {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--white);
    text-align: center;
}
.Monster_tooltip-title__0tevw {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: var(--white);
    text-align: center;
}
.Monster_tooltip-item-label__x5Wh0 {
    min-width: 120px;
}
.Monster_tooltip-item-value__voT25 {
    white-space: nowrap;
}
.Monster_i-lvl__GdZOm {
    color: var(--purple-lighth);
}
.Monster_i-heart__y_TWT {
    color: var(--red);
}
.Monster_i-swords__xPCp6 {
    color: var(--orange);
}
.Monster_i-cup__JfI_Y {
    color: var(--yellow-brigth);
}
.DonationLeaderboardBlock_leaderboard-block__Bimog {
    position: relative;
    padding: 24px 24px 16px;
    border-radius: 20px;
    font-size: 12px;
    height: -moz-fit-content;
    height: fit-content;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_title__h9KzW {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_pre-title__QRr35 {
    position: relative;
    color: var(--white);
    left: 34px;
    font-size: 15px;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_subtitle__CZHM_ {
    text-align: center;
    color: var(--white);
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_subtitle__CZHM_ b {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_places-scroll__96ER6 {
    overflow: visible;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_places-wrap__XyuAu {
    align-items: flex-end;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_places-wrap__XyuAu.DonationLeaderboardBlock_no-info__FfRGP {
    min-height: 170px;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-title-wrap__JqmRH .DonationLeaderboardBlock_product-item__bvfYa {
    flex-flow: row-reverse;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-title-wrap__JqmRH .DonationLeaderboardBlock_product-item__bvfYa span {
    margin-top: 2px;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-title-wrap__JqmRH .DonationLeaderboardBlock_product-item__bvfYa svg {
    min-height: 18px;
    min-width: 18px;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-subtitle__C0n01,
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-title__q5Xij {
    color: var(--white);
    text-align: center;
}
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-subtitle__C0n01 b,
.DonationLeaderboardBlock_leaderboard-block__Bimog .DonationLeaderboardBlock_no-info-title__q5Xij b {
    font-weight: 700;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.InfoBoxBanners_banners__Ti6Jl {
    position: relative;
    height: 390px;
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.25));
    background: var(--box-bg);
    border: 1px solid var(--border-color);
}
@media (max-width: 780px) {
    .InfoBoxBanners_banners__Ti6Jl {
        display: none;
        height: 290px;
    }
}
.InfoBoxBanners_wrapper__q_3KO {
    display: flex;
    position: relative;
    height: 100%;
    width: 100%;
}
.InfoBoxBanners_banner-wrapper__dDPQ0 {
    position: relative;
    flex-basis: calc(100% - 270px);
    border-radius: 20px 0 0 20px;
    overflow: hidden;
}
.InfoBoxBanners_banner-wrapper__dDPQ0.InfoBoxBanners_single__EBnzp {
    flex-basis: 100%;
}
.InfoBoxBanners_banners-list__WlcLy {
    position: relative;
    flex-basis: 270px;
    background: var(--box-bg);
}
.InfoBoxBanners_banners-list__WlcLy.InfoBoxBanners_hidden__4AUOg {
    display: none;
}
.InfoBoxBanners_slider-wrapper__C_cNb {
    height: 100%;
}
.InfoBoxBanners_banner__fuI4z {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    padding: 40px 37px;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
}
.InfoBoxBanners_banner__fuI4z:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: "";
}
.InfoBoxBanners_banner__fuI4z.InfoBoxBanners_active__4mtUw {
    opacity: 1;
    z-index: 2;
}
@media (max-width: 780px) {
    .InfoBoxBanners_banner__fuI4z:before {
        background: rgba(0, 0, 0, 0.4);
    }
}
.InfoBoxBanners_content__lSEKy {
    position: relative;
    max-width: 500px;
}
.InfoBoxBanners_title__Hpzv9 {
    position: relative;
    font-weight: 700;
    font-size: 55px;
    line-height: 55px;
    text-transform: uppercase;
    margin-bottom: var(--mg-4);
    padding-bottom: var(--pd-2);
    color: var(--text-primary-color);
}
.InfoBoxBanners_title__Hpzv9:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 30%;
    height: 3px;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
    content: "";
}
@media (max-width: 780px) {
    .InfoBoxBanners_title__Hpzv9 {
        font-size: 35px;
    }
}
.InfoBoxBanners_sub-title__X_V6I {
    position: relative;
    font-weight: 700;
    font-size: 28px;
    line-height: 28px;
    text-transform: uppercase;
    padding-bottom: 14px;
    margin-bottom: 18px;
    color: var(--text-primary-color);
}
.InfoBoxBanners_sub-title__X_V6I:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 70px;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    content: "";
}
@media (max-width: 780px) {
    .InfoBoxBanners_sub-title__X_V6I {
        font-size: 20px;
    }
}
.InfoBoxBanners_text___mdQm {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    color: var(--text-primary-color);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}
@media (max-width: 780px) {
    .InfoBoxBanners_text___mdQm {
        font-size: 15px;
        color: var(--white);
    }
}
.InfoBoxBanners_btn___zJj_ {
    margin-top: 20px;
}
.InfoBoxBanners_banners-thumbs-wrapper__thf4r {
    position: relative;
    display: flex;
    flex-flow: column wrap;
    top: 0;
    transition: all 0.5s ease;
}
.InfoBoxBanners_banner-preview__s42c0 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    cursor: pointer;
    padding-left: 20px;
    font-size: var(--font-lg);
    text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.InfoBoxBanners_banner-preview__s42c0:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background: rgba(0, 0, 0, 0.5);
    transition: all 0.2s ease;
    content: "";
}
.InfoBoxBanners_banner-preview__s42c0:after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: var(--main-color);
    box-shadow: none;
    transition: all 0.2s ease;
    content: "";
}
.InfoBoxBanners_banner-preview__s42c0.InfoBoxBanners_active__4mtUw:before,
.InfoBoxBanners_banner-preview__s42c0:hover:before {
    opacity: 0;
}
.InfoBoxBanners_banner-preview__s42c0.InfoBoxBanners_active__4mtUw:after,
.InfoBoxBanners_banner-preview__s42c0:hover:after {
    width: 2px;
    box-shadow: var(--box-shadow-line-accent);
}
.InfoBoxBanners_banners-btns__A7RVA {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 24px;
    right: calc(270px + 30px);
    z-index: 3;
}
.InfoBoxBanners_nav-btn__VEuD0 {
    position: relative;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    color: var(--white);
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.InfoBoxBanners_nav-btn__VEuD0 > .InfoBoxBanners_nav-btn__VEuD0 {
    margin-left: 0;
}
.InfoBoxBanners_nav-btn__VEuD0:hover {
    opacity: 1;
}
.InfoBoxBanners_circle-progress__9t3Ej {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: var(--white);
    stroke-dasharray: 0, 20000;
}
.InfoBoxSlider_info-boxes-slider__zsZ0I.swiper {
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
}
.InfoBoxSlider_info-boxes-slider__zsZ0I .InfoBoxSlider_slide-title__V9UmJ {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
}
.InfoBoxSlider_info-boxes-slider__zsZ0I .InfoBoxSlider_slide-content__ARp1a {
    margin-bottom: 30px;
}
.InfoBoxSlider_info-boxes-slider__zsZ0I ol,
.InfoBoxSlider_info-boxes-slider__zsZ0I ul {
    padding-left: 16px;
    margin: 0;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    font-weight: 400;
    color: var(--color-light);
}
.ImagesCarousel_wrapper__i9ye9 {
    position: relative;
    width: 100%;
    padding: var(--pd-4);
}
.ImagesCarousel_slide__SEbhY {
    position: relative;
    width: 100%;
    max-width: 412px;
    max-height: 240px;
    aspect-ratio: 16/9;
    display: flex;
    padding: var(--pd-5);
    justify-content: center;
    align-items: flex-end;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 15px;
    border: 1px solid var(--border-color);
    transition: all 0.2s ease;
}
.ImagesCarousel_slide__SEbhY:before {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    transition: opacity 0.2s ease;
    content: "";
}
.ImagesCarousel_slide__SEbhY:hover {
    transform: scale(1.05);
    box-shadow: 0 0 5px 1px var(--main-color);
}
.ImagesCarousel_slide__SEbhY:hover:before {
    opacity: 0;
}
.ImagesCarousel_slide__SEbhY b {
    color: var(--text-primary-color);
    text-align: center;
    font-size: var(--font-lg);
    line-height: 100%;
    font-style: normal;
    font-weight: 700;
    text-shadow: 0 0 2px var(--main-color);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ {
    padding: 24px;
    border-radius: 20px;
    font-size: 12px;
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_title__ZyRad {
    font-size: 24px;
    font-weight: 700;
    color: var(--white);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_subtitle__TqUMx {
    color: var(--color-gray);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_content-wrap__gE7Y4 {
    flex-flow: column nowrap;
    height: 100%;
}
@media (min-width: 1025px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_content-wrap__gE7Y4 {
        flex-flow: row wrap;
    }
}
@media (min-width: 1280px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_content-wrap__gE7Y4 {
        flex-flow: row nowrap;
    }
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider-wrap__BrasJ {
    width: 100%;
}
@media (min-width: 1025px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider-wrap__BrasJ {
        max-width: 30vw;
    }
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider__BEYIB {
    height: -moz-fit-content;
    height: fit-content;
    padding: 16px 16px 0;
    background-color: var(--item-bg);
    border: 1px solid var(--border-color);
    border-radius: 12px;
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider__BEYIB img {
    min-height: 188px;
    max-height: 15vw;
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider__BEYIB .swiper-button-next,
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider__BEYIB .swiper-button-prev {
    top: 116px;
}
@media (min-width: 1680px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider__BEYIB .swiper-button-next,
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_about-leaderboard-slider__BEYIB .swiper-button-prev {
        top: 7.5vw;
    }
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-blocks-wrap__rb_x6 {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    height: 100%;
}
@media (min-width: 1025px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-blocks-wrap__rb_x6 {
        display: inline-flex;
        flex-flow: row wrap;
        height: -moz-fit-content;
        height: fit-content;
        max-width: 30vw;
    }
}
@media (min-width: 1280px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-blocks-wrap__rb_x6 {
        flex-flow: column nowrap;
        height: 100%;
        max-width: 360px;
    }
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 10px;
    background-color: #1c1e26;
    border: 1px solid var(--border-color);
    border-radius: 12px;
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > span {
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.1;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-wrap__tXWJs {
    margin-bottom: var(--mg-4);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f6c64d, #d0790f);
    text-shadow: 0 5.454px 9.273px rgba(23, 3, 1, 0.36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU:first-child,
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU:nth-child(2) {
    margin-right: var(--mg-1);
}
.DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU .DonationLeaderboardAboutBlock_label__i9yly {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--light);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
@media (min-width: 1025px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU {
        font-size: 28px;
    }
}
@media (min-width: 1440px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU {
        font-size: 32px;
    }
}
@media (min-width: 1680px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj .DonationLeaderboardAboutBlock_countdown-item-mockup__A5zlU {
        font-size: 44px;
    }
}
@media (min-width: 1025px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj {
        padding: 12px;
        text-align: left;
    }
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > span {
        font-size: 28px;
    }
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > p {
        font-size: 12px;
    }
}
@media (min-width: 1280px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj {
        padding: 14px;
        height: 50%;
    }
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > p {
        font-size: 18px;
    }
}
@media (min-width: 1440px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj {
        padding: 12px 16px;
    }
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > span {
        font-size: 32px;
    }
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > p {
        font-size: 20px;
    }
}
@media (min-width: 1680px) {
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > span {
        font-size: 36px;
    }
    .DonationLeaderboardAboutBlock_about-leaderboard-block__E8DJZ .DonationLeaderboardAboutBlock_info-block__6ofxj > p {
        font-size: 24px;
    }
}
@keyframes DonationAchievementsBlock_border-animation__icec6 {
    0% {
        border-color: #00ccb1;
        box-shadow: 0 0 16px rgba(0, 204, 177, 0.5), 0 0 16px rgba(0, 204, 177, 0.3);
    }
    25% {
        border-color: #7b61ff;
        box-shadow: 0 0 16px rgba(123, 97, 255, 0.5), 0 0 16px rgba(123, 97, 255, 0.3);
    }
    50% {
        border-color: #ffc414;
        box-shadow: 0 0 16px rgba(255, 196, 20, 0.5), 0 0 16px rgba(255, 196, 20, 0.3);
    }
    75% {
        border-color: #1ca0fb;
        box-shadow: 0 0 16px rgba(28, 160, 251, 0.5), 0 0 16px rgba(28, 160, 251, 0.3);
    }
    to {
        border-color: #00ccb1;
    }
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi {
    border-radius: 20px;
    font-size: 12px;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_donation-achievements-wrap__Q9L4X {
    height: 100%;
    padding: 24px;
    align-items: stretch;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_title__1rjXb {
    margin: 0;
    color: var(--white);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG {
    padding: 16px;
    background-color: var(--item-bg);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    width: 160px;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_title__1rjXb {
    line-height: 1.1;
    font-size: 20px;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_mark___umZe {
    width: 6px;
    height: 6px;
    box-shadow: 0 0 0.29px 0 #ffd600, 0 0 0.58px 0 #ffd600, 0 0 2.02px 0 #ffd600, 0 0 4.03px 0 #ffd600, 0 0 6.91px 0 #ffd600, 0 0 12.1px 0 #ffd600;
    background: var(--yellow-brigth);
    border-radius: 50%;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_status-wrap__CH8rq {
    margin: var(--mg-2) 0;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_status__asrgL {
    padding-top: 2px;
    font-size: var(--font-md);
    line-height: 1;
    color: var(--yellow-brigth);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_progress___T5a5 {
    margin-bottom: 4px;
    font-size: var(--font-md);
    font-weight: 700;
    color: #7e7e7e;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_progress-bar__ZMZbU {
    position: relative;
    width: 100%;
    height: 6px;
    background: rgba(13, 13, 21, 0.5);
    box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_progress-bar__ZMZbU .DonationAchievementsBlock_bar___8GFe {
    position: absolute;
    left: 1px;
    top: 1px;
    height: 4px;
    width: 0;
    background: var(--yellow-brigth);
    border-radius: 2px;
    transition: width 0.5s ease;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne {
    width: auto;
    height: 38px;
    min-width: auto;
    padding: var(--pd-1) var(--pd-3);
    font-weight: 700;
    color: var(--white);
    font-size: var(--font-md);
    border: none;
    border-radius: 6px;
    background-color: var(--purple-dark);
    cursor: pointer;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne:hover {
    background: var(--purple);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne:hover svg {
    color: var(--white);
    fill: var(--white);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne.DonationAchievementsBlock_disabled__1o_NF {
    background: none;
    border: 1px solid rgba(255, 255, 255, 0.1);
    cursor: not-allowed;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne .DonationAchievementsBlock_btn-img-wrap__kepsF {
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne .DonationAchievementsBlock_btn-img-wrap__kepsF > img {
    width: 34px;
    height: 34px;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG .DonationAchievementsBlock_take-btn__BG_ne .DonationAchievementsBlock_btn-img-wrap__kepsF > img:hover {
    transform: scale(1.2);
    transition: transform 0.3s ease;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi
    .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_completed__QiajQ
    .DonationAchievementsBlock_progress-bar__ZMZbU
    .DonationAchievementsBlock_bar___8GFe {
    background: var(--lime);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_completed__QiajQ .DonationAchievementsBlock_btn__B8XGg {
    background: radial-gradient(403.01% 145.07% at 100% 158%, rgba(210, 0, 120, 0.5), rgba(210, 0, 120, 0) 100%), #7000ff;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_completed__QiajQ .DonationAchievementsBlock_mark___umZe {
    box-shadow: 0 0 0.29px 0 #00e809, 0 0 0.58px 0 #00e809, 0 0 2.02px 0 #00e809, 0 0 4.03px 0 #00e809, 0 0 6.91px 0 #00e809, 0 0 12.1px 0 #00e809;
    background: #00e809;
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_completed__QiajQ .DonationAchievementsBlock_status__asrgL {
    color: var(--lime);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_not-started__sfQpH .DonationAchievementsBlock_mark___umZe {
    box-shadow: none;
    background: var(--color-gray);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_not-started__sfQpH .DonationAchievementsBlock_status__asrgL {
    color: var(--color-gray);
}
.DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG.DonationAchievementsBlock_animated-background__3SwZ9 {
    border: 2px solid #00ccb1;
    animation: DonationAchievementsBlock_border-animation__icec6 5s ease infinite;
}
@media (min-width: 1280px) {
    .DonationAchievementsBlock_donation-achievements-block__cwaUi .DonationAchievementsBlock_achievement-item__Kz9mG {
        width: 270px;
    }
}
.DonationLeaderboardPage_title__OuoIE {
    text-align: center;
    margin: 0;
}
.DonationLeaderboardPage_countdown-icon__IaUnG {
    min-width: 20px;
    min-height: 20px;
}
.DonationLeaderboardPage_countdown__i1cij {
    position: relative;
    column-gap: 20px;
    border-radius: 15px;
}
.DonationLeaderboardPage_countdown-item__vIVSt {
    font-size: 12px;
    font-weight: 700;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1025px) {
    .DonationLeaderboardPage_countdown-item__vIVSt {
        font-size: 14px;
    }
}
.DonationLeaderboardPage_countdown-item-large__462xN {
    position: relative;
    display: inline-flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    font-style: normal;
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 100%;
    height: 100%;
    background: linear-gradient(180deg, #f6c64d, #d0790f);
    text-shadow: 0 5.454px 9.273px rgba(23, 3, 1, 0.36);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.DonationLeaderboardPage_countdown-item-large__462xN:first-child,
.DonationLeaderboardPage_countdown-item-large__462xN:nth-child(2) {
    margin-right: var(--mg-1);
}
.DonationLeaderboardPage_countdown-item-large__462xN .DonationLeaderboardPage_label__ZkVlW {
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: var(--light);
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
}
@media (min-width: 1025px) {
    .DonationLeaderboardPage_countdown-item-large__462xN {
        font-size: 28px;
    }
}
@media (min-width: 1440px) {
    .DonationLeaderboardPage_countdown-item-large__462xN {
        font-size: 32px;
    }
}
@media (min-width: 1680px) {
    .DonationLeaderboardPage_countdown-item-large__462xN {
        font-size: 44px;
    }
}
.LeaderboardPlaceItem_place__iDQ0S {
    position: relative;
    height: 100%;
    padding: 0 4px;
    width: 58px;
}
.LeaderboardPlaceItem_place__iDQ0S .LeaderboardPlaceItem_place-main-info__OzsjA {
    position: relative;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_place-main-info__OzsjA {
    bottom: -16px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_gamer-donation-text__rBDm_ {
    position: relative;
    top: -10px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_gamer-donation-text__rBDm_:after {
    display: none;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_last-donation-text__Cr6l_ {
    top: 60px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_countdown-icon___i62N {
    display: none;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB {
    padding: 0 4px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_place-main-info__OzsjA {
    bottom: 80px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_no-info-block__mDaMF {
    position: relative;
    top: 30px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_no-info-block__mDaMF .LeaderboardPlaceItem_no-info-text__gM4Dg {
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    color: var(--white);
    white-space: wrap;
    min-width: 72px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_no-info-block__mDaMF .LeaderboardPlaceItem_no-info-text__gM4Dg b {
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10 {
    position: absolute;
    bottom: -38px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10:before {
    display: none;
    content: "";
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #272931;
    width: 100%;
}
@media (min-width: 780px) {
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10:before {
        display: block;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10 {
        bottom: -52px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10:before {
        top: -14px;
    }
}
@media (min-width: 1280px) {
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10 {
        bottom: -62px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10:before {
        top: -20px;
    }
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_bonus-shop-btn__s1_sp,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btn___pJt1 {
    padding: 2px 6px;
    height: 30px;
    white-space: nowrap;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
@media (min-width: 375px) {
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_bonus-shop-btn__s1_sp {
        padding: 2px 8px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btn___pJt1 {
        padding: 2px 16px;
    }
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_second__Ul6Sq .LeaderboardPlaceItem_place-main-info__OzsjA,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_third__bhvRc .LeaderboardPlaceItem_place-main-info__OzsjA {
    bottom: 36px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_second__Ul6Sq.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_place-main-info__OzsjA,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_third__bhvRc.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_place-main-info__OzsjA {
    bottom: 110px;
}
.LeaderboardPlaceItem_place__iDQ0S .LeaderboardPlaceItem_prize-amount__Eohdj {
    flex-flow: row-reverse nowrap;
}
.LeaderboardPlaceItem_place__iDQ0S .LeaderboardPlaceItem_prize-amount__Eohdj span {
    margin-top: 2px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 120px;
    background: url(/assets/990/image/place_1_bg.webp) no-repeat 50%/100% 100%;
    z-index: -1;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_second__Ul6Sq:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(/assets/990/image/place_2_bg.webp) no-repeat 50%/100% 100%;
    z-index: -1;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_third__bhvRc:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(/assets/990/image/place_3_bg.webp) no-repeat 50%/100% 100%;
    z-index: -1;
}
.LeaderboardPlaceItem_place__iDQ0S .LeaderboardPlaceItem_reward-text__DBb4s {
    margin-top: 2px;
    font-size: 12px;
    color: var(--white);
}
@media (min-width: 375px) {
    .LeaderboardPlaceItem_place__iDQ0S {
        width: 260px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_place-main-info__OzsjA {
        bottom: -20px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_countdown-wrap__k4nGw {
        max-width: 100px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_countdown-icon___i62N,
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_gamer-donation-text__rBDm_:after {
        display: block;
    }
}
@media (min-width: 1025px) {
    .LeaderboardPlaceItem_place__iDQ0S {
        width: 116px;
    }
}
@media (min-width: 1280px) {
    .LeaderboardPlaceItem_place__iDQ0S {
        width: 200px;
    }
    .LeaderboardPlaceItem_place__iDQ0S .LeaderboardPlaceItem_gamer-info__52Oyj {
        flex-flow: row wrap;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_place-main-info__OzsjA {
        bottom: 0;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_countdown-wrap__k4nGw {
        max-width: unset;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_last-donation-text__Cr6l_ {
        top: 38px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_place-main-info__OzsjA {
        bottom: 100px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10 {
        bottom: -50px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_first__AnBOj.LeaderboardPlaceItem_no-info__fXYoB .LeaderboardPlaceItem_donate-btns-wrap__q9w10:before {
        top: -14px;
    }
}
@media (min-width: 1680px) {
    .LeaderboardPlaceItem_place__iDQ0S {
        width: 260px;
    }
}
.LeaderboardPlaceItem_place-img__X0fOq {
    margin-right: 20px;
}
.LeaderboardPlaceItem_place-number__Rio6H {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.LeaderboardPlaceItem_place-number__Rio6H.LeaderboardPlaceItem_first__AnBOj {
    background: linear-gradient(180deg, rgb(255, 214, 0), rgb(254, 198, 0) 100%);
}
.LeaderboardPlaceItem_place-number__Rio6H.LeaderboardPlaceItem_second__Ul6Sq {
    background: linear-gradient(180deg, rgb(198, 215, 240), rgb(147, 157, 196) 100%);
}
.LeaderboardPlaceItem_place-number__Rio6H.LeaderboardPlaceItem_third__bhvRc {
    background: linear-gradient(180deg, rgb(245, 49, 37), rgb(246, 131, 65) 100%);
}
.LeaderboardPlaceItem_place-number__Rio6H > span {
    color: #2b346d;
    font-size: 32px;
    font-weight: 800;
    line-height: 1;
    padding-top: 4px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ {
    width: 80px;
    padding: 0;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_place-main-info__OzsjA {
    margin-top: 0;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj {
    min-height: -moz-fit-content;
    min-height: fit-content;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_place-main-info__OzsjA {
    top: -40px;
}
@media (min-width: 1980px) {
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_place-main-info__OzsjA {
        top: -34px;
    }
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 {
    position: static;
    margin-top: 0;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 .LeaderboardPlaceItem_bonus-shop-btn__s1_sp,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 .LeaderboardPlaceItem_donate-btn___pJt1 {
    font-size: 10px;
    height: -moz-fit-content;
    height: fit-content;
    white-space: nowrap;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 .LeaderboardPlaceItem_bonus-shop-btn__s1_sp svg,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 .LeaderboardPlaceItem_donate-btn___pJt1 svg {
    margin-right: 2px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 .LeaderboardPlaceItem_bonus-shop-btn__s1_sp {
    padding: 2px 6px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10 .LeaderboardPlaceItem_donate-btn___pJt1 {
    padding: 2px 16px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_donate-btns-wrap__q9w10:before {
    display: none;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_second__Ul6Sq .LeaderboardPlaceItem_place-main-info__OzsjA,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_no-info__fXYoB.LeaderboardPlaceItem_third__bhvRc .LeaderboardPlaceItem_place-main-info__OzsjA {
    bottom: 100px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_place-main-info__OzsjA {
    top: -10px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_first__AnBOj:after {
    bottom: 0;
    background: url(/assets/990/image/place_1_bg_mobile.webp) no-repeat 50% / contain;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_first__AnBOj .LeaderboardPlaceItem_gamer-donation-text__rBDm_:after {
    display: none;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_second__Ul6Sq .LeaderboardPlaceItem_place-main-info__OzsjA,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_third__bhvRc .LeaderboardPlaceItem_place-main-info__OzsjA {
    bottom: 35px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_second__Ul6Sq .LeaderboardPlaceItem_gamer-donation-text__rBDm_,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_third__bhvRc .LeaderboardPlaceItem_gamer-donation-text__rBDm_ {
    margin-top: 30px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_second__Ul6Sq:after {
    background: url(/assets/990/image/place_2_bg_mobile.webp) no-repeat 50% / contain;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_third__bhvRc:after {
    background: url(/assets/990/image/place_3_bg_mobile.webp) no-repeat 50% / contain;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_place-img__X0fOq {
    margin-right: 0;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_place-number__Rio6H {
    width: 28px;
    height: 28px;
    position: relative;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_place-number__Rio6H > span {
    font-size: 20px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_gamer-info__52Oyj,
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_prize-wrap__lv4ed {
    position: relative;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_prize-amount__Eohdj span {
    margin-top: 2px;
    font-size: 14px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_prize-amount__Eohdj svg {
    height: 16px;
    width: 24px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_last-donation-text__Cr6l_ {
    font-size: 11px;
    top: 45px;
    display: flex;
    flex-flow: row nowrap;
    width: 78px;
    padding: 2px 6px;
    height: 20px;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_gamer-name__zUe3g {
    margin-top: 10px;
    font-size: 11px;
}
@media (min-width: 1440px) {
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_gamer-name__zUe3g {
        font-size: 14px;
    }
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_gamer-donation-text__rBDm_ {
    top: 0;
    margin-top: var(--mg-6);
    display: flex;
    flex-flow: column nowrap;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_gamer-donation-text__rBDm_ b {
    font-size: 16px;
    font-weight: 700;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_gamer-donation-text__rBDm_:after {
    display: none;
}
.LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ .LeaderboardPlaceItem_prize-wrap__lv4ed {
    margin-top: 0;
}
@media (min-width: 1440px) {
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ {
        width: 100px;
        margin: 0 6px;
    }
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_first__AnBOj:after,
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_second__Ul6Sq:after,
    .LeaderboardPlaceItem_place__iDQ0S.LeaderboardPlaceItem_mobile__8DWzZ.LeaderboardPlaceItem_third__bhvRc:after {
        background-size: 100% 100%;
    }
}
.LeaderboardPlaceItem_gamer-info__52Oyj {
    min-width: -moz-fit-content;
    min-width: fit-content;
}
.LeaderboardPlaceItem_gamer-name__zUe3g,
.LeaderboardPlaceItem_percent-to-overtake__r35xa {
    font-weight: 700;
}
.LeaderboardPlaceItem_gamer-name__zUe3g {
    font-size: 12px;
    line-height: 1;
}
@media (min-width: 780px) {
    .LeaderboardPlaceItem_gamer-name__zUe3g {
        font-size: 16px;
    }
}
@media (min-width: 1280px) {
    .LeaderboardPlaceItem_gamer-name__zUe3g {
        font-size: 18px;
    }
}
.LeaderboardPlaceItem_percent-to-overtake__r35xa {
    font-size: 16px;
    line-height: 1;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.LeaderboardPlaceItem_last-donation-text__Cr6l_ {
    position: absolute;
    top: 60px;
    width: 84px;
    margin-top: var(--mg-2);
    color: var(--white);
    padding: 2px 6px 0;
    font-size: 12px;
    background: url(/assets/990/image/last_donation_bg.webp) no-repeat 50%/100% 100%;
}
@media (min-width: 1280px) {
    .LeaderboardPlaceItem_last-donation-text__Cr6l_ {
        top: 44px;
    }
}
.LeaderboardPlaceItem_gamer-donation-text__rBDm_ {
    position: relative;
    font-size: 13px;
    color: var(--white);
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.LeaderboardPlaceItem_gamer-donation-text__rBDm_ b {
    font-weight: 700;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.LeaderboardPlaceItem_gamer-donation-text__rBDm_:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background-color: #272931;
    width: 100%;
}
.LeaderboardPlaceItem_product-item-wrap__WyyXJ {
    flex-flow: row-reverse nowrap;
}
.LeaderboardPlaceItem_product-item__hea6w {
    display: inline-flex;
    flex-flow: row-reverse nowrap;
}
.LeaderboardPlaceItem_product-item__hea6w span {
    margin-top: 2px;
}
.LeaderboardPlaceItem_countdown-wrap__k4nGw {
    column-gap: 4px;
    row-gap: 4px;
    text-align: center;
}
.LeaderboardPlaceItem_countdown-wrap__k4nGw svg {
    height: 14px;
    width: 14px;
}
@media (min-width: 1280px) {
    .LeaderboardPlaceItem_countdown-wrap__k4nGw svg {
        height: 18px;
        width: 18px;
    }
}
@media (min-width: 1680px) {
    .LeaderboardPlaceItem_countdown-wrap__k4nGw svg {
        height: 20px;
        width: 20px;
    }
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew {
    cursor: pointer;
    padding: 10px 4px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(35px);
    backdrop-filter: blur(35px);
    background: var(--block-bg);
    font-size: 12px;
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_title__pilus {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white);
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_subtitle__1vg2b {
    text-align: center;
    color: var(--white);
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_subtitle__1vg2b b {
    font-size: 16px;
    font-weight: 700;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_places-wrap-mobile__5JbVI {
    height: 190px;
    max-width: 100%;
    align-items: flex-end;
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_places-wrap-mobile__5JbVI.DonationLeaderboardBanner_no-info__Jrz33 {
    height: 160px;
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-title-wrap__Qfdke .DonationLeaderboardBanner_product-item__0kZLi {
    flex-flow: row-reverse;
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-title-wrap__Qfdke .DonationLeaderboardBanner_product-item__0kZLi span {
    margin-top: 2px;
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-title-wrap__Qfdke .DonationLeaderboardBanner_product-item__0kZLi svg {
    min-height: 18px;
    min-width: 18px;
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-subtitle__TmP9W,
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-title__0sJsy {
    display: inline-block;
    text-align: center;
    color: var(--white);
}
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-subtitle__TmP9W b,
.DonationLeaderboardBanner_leaderboard-banner___Mrew .DonationLeaderboardBanner_no-info-title__0sJsy b {
    font-weight: 700;
    background: linear-gradient(90deg, #ffa800, #ffd600), #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1440px) {
    .DonationLeaderboardBanner_leaderboard-banner___Mrew {
        padding: 10px;
    }
}
.AppBackground_page-bg__lHacy {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: var(--power-bg);
}
.AppBackground_page-bg__lHacy.AppBackground_main-bg__ieeWZ {
    background: var(--landing-bg);
}
.AppBackground_page-bg__lHacy.AppBackground_gray-bg__0h8IW {
    background: #18181d;
}
.AppBackground_page-bg__lHacy.AppBackground_blue-bg__0_8ur {
    background: #00001f;
}
.AppBackground_page-bg__lHacy.AppBackground_armory-bg__rJ84q {
    opacity: 0.3;
    background: url(/assets/990/image/armory_bg.webp) no-repeat 50% / cover, #0d0d10;
}
.AppBackground_page-bg__lHacy.AppBackground_armory-bg__rJ84q:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    content: "";
}
.TopNotificationBlock_wrapper__h91Gp {
    position: relative;
    width: 100%;
    margin: 0;
    top: 0;
    z-index: calc(var(--z-index-header) - 1);
}
.TopNotificationBlock_wrapper__h91Gp.TopNotificationBlock_absolute__RFu2_ {
    position: absolute;
    margin: 0;
    top: calc(var(--header-height));
    left: 0;
}
.TopNotificationBlock_wrapper__h91Gp.TopNotificationBlock_with-fixed-header__ivhJr {
    top: calc(var(--header-height));
}
@media (max-width: 767px) {
    .TopNotificationBlock_wrapper__h91Gp,
    .TopNotificationBlock_wrapper__h91Gp.TopNotificationBlock_with-fixed-header__ivhJr {
        top: 0;
    }
}
.TopNotificationBlock_msg-block__hnUgg {
    padding: var(--pd-2);
    color: var(--white);
    font-size: var(--font-md);
    font-weight: 700;
    text-align: center;
    animation: TopNotificationBlock_bgAnimation___GXhu 5s ease infinite;
}
@media (max-width: 480px) {
    .TopNotificationBlock_msg-block__hnUgg {
        font-size: 10px;
    }
}
.TopNotificationBlock_msg-block__hnUgg.TopNotificationBlock_green__AAcXF {
    background: linear-gradient(60deg, #43d200, #2ebc67, #0d82ec);
    background-size: 600% 600%;
}
.TopNotificationBlock_msg-block__hnUgg.TopNotificationBlock_yellow__z9hXG {
    color: var(--main-bg);
    background: linear-gradient(60deg, #ffcc00, #ffcc00, #0db1ec);
    animation: none;
    background-size: 600% 600%;
}
.TopNotificationBlock_msg-block__hnUgg.TopNotificationBlock_red__0ZjuN {
    background: linear-gradient(60deg, #d20000, #bc2e2e, #ec0d8b);
    animation: none;
    background-size: 600% 600%;
}
.TopNotificationBlock_msg-block__hnUgg.TopNotificationBlock_purple__cj9BU {
    background: linear-gradient(60deg, #b600d2, #ae2ebc, #5f0dec);
    background-size: 600% 600%;
}
.TopNotificationBlock_description-block__mvaFL {
    display: grid;
    margin-top: 0 !important;
    padding: 0;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.TopNotificationBlock_description-block__mvaFL.TopNotificationBlock_open__dAqwJ {
    grid-template-rows: 1fr;
}
.TopNotificationBlock_description-content__M9Czu {
    position: relative;
    margin: 0 auto;
    max-width: 80%;
    max-height: 400px;
    padding: var(--pd-5);
}
@media (max-width: 1024px) {
    .TopNotificationBlock_description-content__M9Czu {
        max-width: 100%;
    }
}
.TopNotificationBlock_des-text__Lvbeo {
    color: var(--white);
    font-size: var(--font-lg);
}
@media (max-width: 767px) {
    .TopNotificationBlock_des-text__Lvbeo {
        font-size: var(--font-md);
    }
}
@media (max-width: 480px) {
    .TopNotificationBlock_des-text__Lvbeo {
        font-size: var(--font-xss);
    }
}
.TopNotificationBlock_des-block__YkgE8 {
    gap: 4rem !important;
}
@media (max-width: 1024px) {
    .TopNotificationBlock_des-block__YkgE8 {
        flex-flow: row wrap;
    }
}
.TopNotificationBlock_des-btn__1nVit {
    min-width: 200px;
    font-weight: 700;
    font-size: var(--font-lg);
}
.TopNotificationBlock_img__XPKIT {
    max-height: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
@keyframes TopNotificationBlock_bgAnimation___GXhu {
    0% {
        background-position: 0 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    to {
        background-position: 0 50%;
    }
}
.AppLayout_main__e4nAx {
    display: flex;
    flex-flow: row nowrap;
    min-width: 100%;
    width: 100%;
    min-height: 100%;
}
@media (max-width: 767px) {
    .AppLayout_main__e4nAx {
        padding-bottom: 80px;
    }
}
.AppLayout_content__4t6Oa {
    min-height: 100%;
    width: 100%;
    margin-left: calc(var(--sidebar-width) - var(--sidebar-maring));
    z-index: var(--z-index-main);
}
.AppLayout_content__4t6Oa.AppLayout_with-bottom-menu__2NeC7 {
    padding-bottom: var(--acc-menu-height);
}
.AppLayout_page-content__hsK6d {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: var(--page-paddin-left);
}
.AppLayout_page-content__hsK6d.AppLayout_with-fixed-header__JQwyl {
    padding-top: var(--header-height);
}
.AppLayout_page-content__hsK6d.AppLayout_with-sidebar__XULQQ {
    grid-template-columns: calc(100% - var(--right-sidebar-width)) calc(var(--right-sidebar-width) - var(--page-paddin-left));
}
.AppLayout_page-content__hsK6d.AppLayout_with-sidebar__XULQQ .AppLayout_page__R8Hcu {
    padding: var(--page-padding-top) 0 var(--page-padding-top) var(--page-paddin-left);
}
@media (max-width: 767px) {
    .AppLayout_page-content__hsK6d.AppLayout_with-sidebar__XULQQ .AppLayout_page__R8Hcu {
        padding: var(--page-padding-top) var(--page-paddin-left) var(--page-padding-top) var(--page-paddin-left);
    }
}
@media (max-width: 1024px) {
    .AppLayout_page-content__hsK6d.AppLayout_with-sidebar__XULQQ {
        grid-template-columns: calc(100% - var(--right-sidebar-width) + var(--page-paddin-left)) calc(var(--right-sidebar-width) - var(--page-paddin-left) * 2);
    }
}
@media (max-width: 767px) {
    .AppLayout_page-content__hsK6d.AppLayout_with-sidebar__XULQQ {
        grid-template-columns: 1fr;
    }
    .AppLayout_page-content__hsK6d.AppLayout_with-fixed-header__JQwyl {
        padding-top: 0;
    }
}
@media (max-width: 1024px) {
    .AppLayout_page-content__hsK6d .AppLayout_page__R8Hcu {
        padding: 0 5px;
    }
}
@media (max-width: 1919px) {
    .AppLayout_page-content__hsK6d.AppLayout_mobile-hide-sidebar__uWwxH {
        grid-template-columns: 100%;
    }
    .AppLayout_page-content__hsK6d.AppLayout_mobile-hide-sidebar__uWwxH .AppLayout_page__R8Hcu {
        padding: var(--page-padding-top) var(--page-paddin-left);
    }
}
.AppLayout_page__R8Hcu {
    position: relative;
    max-width: calc(100vw - var(--sidebar-width));
    padding: var(--page-padding-top) var(--page-paddin-left);
}
.AppLayout_page__R8Hcu.AppLayout_no-padding__xw1FR {
    padding: 0;
}
.AppLayout_page__R8Hcu.AppLayout_with-adaptive-sidebar__S425e {
    max-width: calc(100vw - var(--sidebar-width) - var(--right-sidebar-width) - 8px);
}
@media (max-width: 1024px) {
    .AppLayout_page__R8Hcu {
        max-width: 100vw;
        padding: 0 var(--page-paddin-left);
    }
    .AppLayout_page__R8Hcu.AppLayout_no-padding__xw1FR {
        padding: 0;
    }
    .AppLayout_page__R8Hcu.AppLayout_with-adaptive-sidebar__S425e {
        max-width: 100vw;
    }
    .AppLayout_content__4t6Oa {
        width: 100%;
        margin-left: 0;
    }
}
.StreamersBlock_wrapper__4p8f3 {
    position: fixed;
    right: 75px;
    bottom: -300px;
    padding: 1.2rem 1.5rem;
    width: 300px;
    max-width: 90%;
    background: var(--gradient-box-secondary);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
    z-index: var(--z-index-streamers);
    border-radius: 15px;
    transition: all 0.2s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.StreamersBlock_wrapper__4p8f3.StreamersBlock_active__1Z9Wa {
    bottom: 10px;
}
.StreamersBlock_wrapper__4p8f3.StreamersBlock_tablet__ETCSk.StreamersBlock_active__1Z9Wa {
    width: 254px;
    bottom: 174px;
    right: -94px;
    transform: rotate(90deg);
    padding: 1.1rem;
}
.StreamersBlock_wrapper__4p8f3.StreamersBlock_open__ZsPo_ {
    border-radius: 0 0 15px 15px;
}
.StreamersBlock_wrapper__4p8f3.StreamersBlock_tablet__ETCSk.StreamersBlock_open__ZsPo_ {
    border-radius: 15px 15px 0 0;
}
@media (max-width: 780px) {
    .StreamersBlock_wrapper__4p8f3 {
        display: none;
    }
}
.StreamersBlock_label__BfJ4x {
    color: var(--white);
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
}
.StreamersBlock_status__eLEMI {
    animation: StreamersBlock_blink__MItHA 1.5s linear infinite;
}
.StreamersBlock_open-icon__G2S6D {
    padding: 3px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    cursor: pointer;
    color: var(--white);
    transition: all 0.2s ease;
}
.StreamersBlock_open-icon__G2S6D:hover {
    color: var(--light);
}
.StreamersBlock_streamers-list__lLp27 {
    position: absolute;
    left: 0;
    bottom: 100%;
    height: 0;
    border-radius: 15px 15px 0 0;
    background: var(--gradient-box-secondary);
    width: 100%;
    transition: height 0.2s ease;
}
.StreamersBlock_streamers-list__lLp27.StreamersBlock_tablet__ETCSk {
    height: 300px;
    display: none;
}
@media (max-width: 767px) {
    .StreamersBlock_streamers-list__lLp27.StreamersBlock_tablet__ETCSk {
        display: none;
    }
}
@media (min-width: 1025px) {
    .StreamersBlock_streamers-list__lLp27.StreamersBlock_tablet__ETCSk {
        display: none;
    }
}
.StreamersBlock_streamers-list__lLp27.StreamersBlock_tablet-open__Kbllm {
    display: block;
}
.StreamersBlock_streamers-list__lLp27.StreamersBlock_open__ZsPo_ {
    height: 300px;
    padding: 1rem;
}
.StreamersBlock_streamers-list__lLp27.StreamersBlock_open__ZsPo_.StreamersBlock_tablet__ETCSk {
    border-radius: 15px 0 0 15px;
    height: 254px;
    bottom: -254px;
    transform: rotate(-90deg);
}
.StreamersBlock_stream-block__uxDar {
    position: relative;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_img__VY2jj,
.StreamersBlock_stream-block__uxDar .StreamersBlock_stream__pzVql {
    width: 100%;
    height: 160px;
    aspect-ratio: 16/9;
    object-fit: cover;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_stream__pzVql {
    display: none;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_stream__pzVql.StreamersBlock_visible__KIGn1 {
    display: block;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_info__iL2q1 {
    padding: var(--pd-2);
    background: var(--gradient-box-dark);
    font-size: var(--font-md);
    font-weight: 700;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_info__iL2q1 .StreamersBlock_twitch-icon__7Nqvt {
    width: 18px;
    height: 18px;
    color: #6441a5;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_info__iL2q1 .StreamersBlock_youtube-icon__ocz8y {
    width: 18px;
    height: 18px;
    color: #cd201f;
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_info__iL2q1 .StreamersBlock_eye__62c2e {
    width: 1em;
    height: 1em;
    color: var(--text-primary-color);
}
.StreamersBlock_stream-block__uxDar .StreamersBlock_img__VY2jj {
    z-index: 1;
}
@keyframes StreamersBlock_blink__MItHA {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
    to {
        opacity: 1;
    }
}
.FullPageLoader_wrapper__hPwz8 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 500;
}
.FullPageLoader_wrapper__hPwz8 p {
    color: var(--white);
    font-size: var(--font-xxlg);
    line-height: var(--font-xxlg-lh);
}
.FullPageLoader_wrapper__hPwz8 p b {
    color: var(--orange);
    font-weight: 700;
}
.RingImage_ring-img__8WucX {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
    width: 70px;
    height: 70px;
}
.RingImage_ring-img__8WucX:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/assets/990/image/img_ring.png) no-repeat 50%;
    content: "";
}
.NewLanding_main-wrapper__6vQyG section {
    position: relative;
    padding-top: 30px;
}
@media (max-width: 780px) {
    .NewLanding_main-wrapper__6vQyG section {
        padding-top: 40px;
    }
}
.NewLanding_main-wrapper__6vQyG section:last-of-type {
    padding-bottom: 80px;
}
@media (max-width: 780px) {
    .NewLanding_main-wrapper__6vQyG section:last-of-type {
        padding-bottom: 40px;
    }
    .NewLanding_main-wrapper__6vQyG .NewLanding_top-img__OBvBe {
        width: 100%;
        height: 100vh;
        object-position: 35%;
    }
}
.NewLanding_top-img__OBvBe {
    top: 0;
}
.NewLanding_bottom-img__fCXXh,
.NewLanding_top-img__OBvBe {
    position: absolute;
    left: 0;
    width: 100%;
    object-fit: cover;
    z-index: -1;
}
.NewLanding_bottom-img__fCXXh {
    bottom: 0;
}
.NewLanding_content__nlK29 {
    margin: 0 auto;
    width: 95%;
    max-width: 1400px;
}
.NewLanding_content__nlK29 h1 {
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    color: var(--white);
    letter-spacing: 0.75px;
    text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.5);
}
.NewLanding_content__nlK29 h1 b {
    position: relative;
    top: 0;
    text-shadow: none;
    background: linear-gradient(90deg, #eb32d9 15%, #fac808 125%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
}
.NewLanding_content__nlK29 h1 b:after {
    content: "X50";
    position: absolute;
    top: 14px;
    right: -50px;
    width: 68px;
    height: 35px;
    background: linear-gradient(90deg, #eb32d9 50%, #fac808 105%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-size: 20px;
    line-height: 0.9;
}
@media (min-width: 780px) {
    .NewLanding_content__nlK29 h1 b:after {
        width: 70px;
        top: 25px;
        right: -68px;
        font-size: 40px;
    }
}
.NewLanding_content__nlK29 h1 span {
    color: var(--white);
    font-size: 20px;
    opacity: 0.9;
}
@media (min-width: 1025px) {
    .NewLanding_content__nlK29 h1 b {
        text-align: left;
        left: 74px;
    }
}
@media (min-width: 780px) {
    .NewLanding_content__nlK29 h1 {
        font-size: 80px;
        line-height: 1;
    }
    .NewLanding_content__nlK29 h1 span {
        font-size: 24px;
    }
}
@media (min-width: 1440px) {
    .NewLanding_content__nlK29 h1 {
        width: 100%;
        font-size: 118px;
        line-height: 70px;
    }
    .NewLanding_content__nlK29 h1 span {
        font-size: 32px;
    }
    .NewLanding_content__nlK29 h1 b {
        text-align: left;
        left: 74px;
        top: 40px;
    }
}
.NewLanding_content__nlK29 h2 {
    margin: 10px auto;
    color: #fb8904;
    text-align: center;
    text-shadow: 0 5px 1.9px rgba(0, 0, 0, 0.25);
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    line-height: 124.5%;
    letter-spacing: 0.75px;
}
.NewLanding_content__nlK29 h2 b {
    font-weight: 700;
    color: var(--orange);
}
.NewLanding_content__nlK29 h2 span {
    color: var(--white);
    font-size: 30px;
    opacity: 0.8;
}
@media (max-width: 780px) {
    .NewLanding_content__nlK29 h2 {
        font-size: 30px;
        line-height: 30px;
    }
    .NewLanding_content__nlK29 h2 span {
        font-size: 20px;
    }
}
.NewLanding_content__nlK29 h3 {
    text-align: center;
    font-size: 50px;
    font-style: normal;
    font-weight: 800;
    margin-top: 5px;
    line-height: 100%;
    letter-spacing: 0.75px;
    text-transform: uppercase;
    color: var(--white);
}
@media (max-width: 780px) {
    .NewLanding_content__nlK29 h3 {
        font-size: 36px;
        margin: 0;
    }
}
.NewLanding_content__nlK29 .NewLanding_pre-title__ZkxEZ {
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
    max-width: 220px;
    font-size: 16px;
    text-align: center;
    color: #fefdfe;
}
.NewLanding_content__nlK29 .NewLanding_pre-title__ZkxEZ b {
    color: #fac808;
}
@media (min-width: 780px) {
    .NewLanding_content__nlK29 .NewLanding_pre-title__ZkxEZ {
        width: -moz-fit-content;
        width: fit-content;
        margin: 88px 0 16px 34%;
        padding-left: 0;
        max-width: 600px;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
    }
}
.NewLanding_content__nlK29.NewLanding_no-gap__Et_We {
    padding-bottom: 0;
}
.NewLanding_title-fade__62HIE {
    min-height: 80px;
}
.NewLanding_stages-list-section__uT9l9 {
    padding-top: 80px !important;
}
.NewLanding_content-small__w1l3J {
    position: relative;
    max-width: 1400px;
    z-index: 5;
}
.NewLanding_start_bonuses_list__whFvN {
    padding: 0 var(--pd-6);
}
.NewLanding_top_bonus_img__O2_7_ {
    max-height: 70px;
}
.NewLanding_top-section-wrap__3c7nl {
    position: relative;
}
@media (max-width: 780px) {
    .NewLanding_top-section-wrap__3c7nl {
        max-width: 100%;
    }
}
.NewLanding_top-bg__zSv9w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 672px;
    background: url(/assets/990/image/main_bg.webp) no-repeat 100% 100%/100% 100%;
    z-index: -1;
}
@media (max-width: 780px) {
    .NewLanding_top-bg__zSv9w {
        top: -100px;
        height: 100vh;
        background-size: cover;
    }
}
.NewLanding_top-right-img__OUuZJ {
    position: absolute;
    top: 12%;
    right: 0;
    width: 1024px;
    height: 1206px;
    background: url(/assets/990/image/right_img.webp) no-repeat 100% 100%/100% 100%;
}
@media (max-width: 780px) {
    .NewLanding_top-right-img__OUuZJ {
        top: -100px;
        width: 100vw;
        height: 100vh;
    }
}
.NewLanding_top-left-img__YwD_o {
    position: absolute;
    top: 0;
    left: -90px;
    width: 310px;
    height: 482px;
    background: url(/assets/990/image/left_img_mobile.webp) no-repeat 50% / contain;
}
@media (min-width: 780px) {
    .NewLanding_top-left-img__YwD_o {
        top: -30px;
        width: 778px;
        height: 1380px;
        left: -300px;
        background: url(/assets/990/image/left_img.webp) no-repeat 50% / contain;
    }
}
@media (min-width: 1920px) {
    .NewLanding_top-left-img__YwD_o {
        left: -180px;
    }
}
.NewLanding_top-section__Ue_fx {
    padding: 120px 0 0 !important;
    overflow: hidden;
}
.NewLanding_top-section__Ue_fx h2 {
    text-transform: uppercase;
}
@media (max-width: 780px) {
    .NewLanding_top-section__Ue_fx {
        padding: 0 !important;
    }
}
.NewLanding_get-date-btn-block__32ZzZ {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    height: 58px;
}
.NewLanding_get-date-btn-block__32ZzZ:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: #3d3390;
    filter: blur(25px);
    z-index: -1;
    opacity: 0.8;
    content: "";
}
.NewLanding_get-date-btn-block__32ZzZ .NewLanding_btn__745WA {
    font-size: 14px;
    width: 48%;
    max-width: 308px;
    min-width: 168px;
    height: -moz-fit-content;
    height: fit-content;
    border-radius: 100px;
    padding: 12px 16px;
}
.NewLanding_get-date-btn-block__32ZzZ .NewLanding_success-text__XMMEg {
    position: relative;
    top: -12px;
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    color: #fefdfe;
}
.NewLanding_get-date-btn-block__32ZzZ .NewLanding_success-text__XMMEg > span {
    margin-top: 4px;
}
@media (max-width: 780px) {
    .NewLanding_get-date-btn-block__32ZzZ .NewLanding_success-text__XMMEg {
        top: -18px;
        font-size: 14px;
    }
}
@media (min-width: 780px) {
    .NewLanding_get-date-btn-block__32ZzZ {
        bottom: -30px;
        font-size: 16px;
    }
    .NewLanding_get-date-btn-block__32ZzZ .NewLanding_btn__745WA {
        padding: 20px 28px;
    }
}
.NewLanding_obt-text___PM2B {
    font-size: 22px;
}
.NewLanding_countdown__HwUpa {
    position: relative;
    column-gap: 20px;
    padding: 42px 56px 82px;
    margin: 24px auto 80px;
    width: 100%;
    height: 140px;
    background: url(/assets/990/image/timer_bg.webp) no-repeat 100% 100%/100% 100%;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(2.5px);
    backdrop-filter: blur(2.5px);
}
.NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj {
    padding: 12px 16px;
    height: 180px;
    background: url(/assets/990/image/timer_bg_get_date.webp) no-repeat 100% 100%/100% 100%;
}
.NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj .NewLanding_subtitle__2_zVO {
    margin-top: 16px;
    font-size: var(--font-xlg);
    font-weight: 700;
    text-align: center;
}
.NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj .NewLanding_subtitle__2_zVO b {
    background: linear-gradient(90deg, #f0c740, #eb0000 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 800;
}
@media (max-width: 780px) {
    .NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj .NewLanding_subtitle__2_zVO {
        margin-top: 0;
    }
}
.NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj .NewLanding_title___4qyD {
    margin: 0;
    font-size: 30px;
    white-space: nowrap;
    font-weight: 800;
}
@media (min-width: 780px) {
    .NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj .NewLanding_title___4qyD {
        font-size: 40px;
        white-space: nowrap;
    }
}
@media (min-width: 1280px) {
    .NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj .NewLanding_title___4qyD {
        white-space: nowrap;
    }
}
.NewLanding_countdown__HwUpa.NewLanding_get-date__WCdSj b {
    color: #f7b911;
}
.NewLanding_countdown__HwUpa .NewLanding_start-btn__b5F93 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 5px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 187px;
    height: 51px;
    transform: translate(-50%);
    background: linear-gradient(180deg, #5d0be0, rgba(25, 95, 253, 0)), #2e1849;
    border-radius: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 42px;
    text-transform: uppercase;
}
.NewLanding_countdown__HwUpa .NewLanding_start-btn__b5F93 b {
    color: var(--orange);
}
.NewLanding_countdown__HwUpa .NewLanding_countdown-start__tUbIm {
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
    color: var(--orange);
}
.NewLanding_countdown__HwUpa .NewLanding_countdown-item__o2Mrr {
    position: relative;
    width: 100px;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 42px;
    text-align: center;
}
.NewLanding_countdown__HwUpa .NewLanding_countdown-item__o2Mrr p {
    opacity: 0.8;
    text-transform: uppercase;
}
.NewLanding_countdown__HwUpa .NewLanding_countdown-item__o2Mrr + .NewLanding_countdown-item__o2Mrr:before {
    position: absolute;
    top: 0;
    left: -24px;
    width: 1px;
    height: 100%;
    background: var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0));
    opacity: 0.5;
    content: "";
}
.NewLanding_countdown__HwUpa.NewLanding_started__qwJcc {
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(/assets/990/image/play_img.webp) no-repeat 100% 100%/100% 100%;
}
.NewLanding_countdown__HwUpa.NewLanding_started__qwJcc .NewLanding_title-block__Ak4Du {
    margin-top: 40px;
}
.NewLanding_countdown__HwUpa.NewLanding_started__qwJcc .NewLanding_title-block__Ak4Du .NewLanding_title___4qyD {
    font-size: var(--font-xxlg);
    line-height: var(--font-xxlg-lh);
    white-space: pre-wrap;
}
.NewLanding_countdown__HwUpa.NewLanding_started__qwJcc .NewLanding_title-block__Ak4Du .NewLanding_title___4qyD b {
    background: linear-gradient(90deg, #f0c740, #eb0000 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 800;
}
.NewLanding_countdown__HwUpa.NewLanding_started__qwJcc .NewLanding_play-btn__hJpVB {
    display: inline-block;
    width: 78px;
    height: 78px;
    background: url(/assets/990/image/play_btn1.webp) no-repeat 50%/100% 100%;
    cursor: pointer;
    opacity: 0.8;
    transition: all 0.2s ease;
}
.NewLanding_countdown__HwUpa.NewLanding_started__qwJcc .NewLanding_play-btn__hJpVB:hover {
    opacity: 1;
}
.NewLanding_countdown__HwUpa .NewLanding_bottom-text__WdZ5j {
    position: absolute;
    left: 0;
    top: 10px;
    font-size: var(--font-xxlg);
    font-weight: 700;
    text-align: center;
    width: 100%;
    white-space: nowrap;
}
.NewLanding_countdown__HwUpa .NewLanding_bottom-text__WdZ5j b {
    background: linear-gradient(90deg, #f0c740, #eb0000 60%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 800;
}
@media (max-width: 780px) {
    .NewLanding_countdown__HwUpa .NewLanding_bottom-text__WdZ5j {
        margin-top: 0;
    }
}
@media (min-width: 780px) {
    .NewLanding_countdown__HwUpa {
        width: auto;
        max-width: 654px;
        height: 165px;
        margin: 24px 0 80px 33%;
    }
}
.NewLanding_title___4qyD {
    position: relative;
    font-style: normal;
    font-weight: 800;
    font-size: 50px;
    line-height: 100%;
    text-align: center;
    margin: 0 auto 10px;
    color: var(--white);
/*     text-transform: uppercase; */
}
.NewLanding_title___4qyD b {
    color: var(--orange);
}
@media (max-width: 780px) {
    .NewLanding_title___4qyD {
        font-size: 30px;
    }
}
.NewLanding_title-with-arrow__KJTdw {
    padding-bottom: 10px;
    margin: 65px auto 80px;
    white-space: nowrap;
}
.NewLanding_title-with-arrow__KJTdw:after {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 222px;
    height: 32px;
    background: url(/assets/990/image/section_new_arrow_smal.png) no-repeat 50%/100% 100%;
    content: "";
}
@media (max-width: 780px) {
    .NewLanding_title-with-arrow__KJTdw {
        margin: 40px auto 50px;
        white-space: normal;
    }
}
.NewLanding_sub-title__58UfZ {
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    width: 90%;
    color: var(--color-light);
    line-height: 28px;
    margin: 8px auto 30px;
    white-space: pre-wrap;
}
.NewLanding_sub-title__58UfZ.NewLanding_updates__qIrl9 {
    margin-bottom: 54px;
}
@media (max-width: 780px) {
    .NewLanding_sub-title__58UfZ {
        font-size: 16px;
        line-height: 20px;
    }
}
.NewLanding_sub-title-big__WLP4E {
    font-size: 25px;
    line-height: 30px;
    color: var(--white);
}
.NewLanding_divider__piZ_w {
    width: 488px;
    height: 33px;
    max-width: 90%;
    margin: 20px auto;
    background: url(/assets/990/image/section_new_line.png) no-repeat 50%/100% 100%;
}
.NewLanding_btn__745WA {
    max-width: 90%;
    width: 235px;
    height: 58px;
}
.NewLanding_bts-wrapper__pbvAy {
    position: relative;
    top: -28px;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
}
@media (min-width: 780px) {
    .NewLanding_bts-wrapper__pbvAy {
        margin-left: 490px;
    }
}
.NewLanding_bts-wrapper__pbvAy .NewLanding_btn__745WA {
    border-radius: 100px;
}
.NewLanding_feature-sliders-wrap__V4TzI {
    width: 100%;
    height: 62vw;
    max-height: 500px;
    position: relative;
    overflow: hidden;
}
.NewLanding_feature-sliders-wrap__V4TzI .swiper-pagination-bullet {
    position: relative;
    width: 20px;
    height: 20px;
    background: #2d2e57;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.NewLanding_feature-sliders-wrap__V4TzI .swiper-pagination-bullet-active:after {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 52%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #db00f1;
    box-shadow: 0 0 10px 0 #db00f1, 0 0 10px 0 #a000b0;
}
.NewLanding_feature-sliders-wrap__V4TzI .swiper {
    position: absolute;
    width: 240%;
    left: -70%;
    right: -70%;
    height: 100%;
    max-width: 2340px !important;
}
.NewLanding_feature-sliders-wrap__V4TzI .swiper-slide {
    height: 51vw;
    max-height: 450px;
    filter: brightness(50%) !important;
}
.NewLanding_feature-sliders-wrap__V4TzI .swiper-slide-active {
    filter: brightness(100%) !important;
}
@media (min-width: 780px) {
    .NewLanding_feature-sliders-wrap__V4TzI .swiper {
        max-width: 2050px !important;
    }
}
.NewLanding_feature-slider-content__5OZJF {
    position: relative;
    width: 100%;
    height: 100%;
}
.NewLanding_feature-slider-content__5OZJF .NewLanding_title___4qyD {
    position: relative;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    z-index: 2;
}
@media (max-width: 780px) {
    .NewLanding_feature-slider-content__5OZJF .NewLanding_title___4qyD {
        font-size: 14px;
        line-height: 29px;
    }
}
.NewLanding_feature-slider-content__5OZJF .NewLanding_text-block__xKU5u {
    position: absolute;
    padding: 10px 20px 26px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    background: linear-gradient(180deg, rgba(24, 24, 29, 0.8) 39.69%, rgba(24, 24, 29, 0.5));
}
.NewLanding_feature-slider-content__5OZJF .NewLanding_text-block__xKU5u li {
    font-size: 18px;
}
@media (max-width: 780px) {
    .NewLanding_feature-slider-content__5OZJF .NewLanding_text-block__xKU5u {
        padding: 4px 0;
    }
    .NewLanding_feature-slider-content__5OZJF .NewLanding_text-block__xKU5u ul {
        padding-left: 20px;
    }
    .NewLanding_feature-slider-content__5OZJF .NewLanding_text-block__xKU5u li {
        font-size: 13px;
    }
}
.NewLanding_feature-slider-content__5OZJF img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}
.NewLanding_feature-slider-big__4c9s5 {
    flex-basis: calc(50% - 1rem);
}
@media (max-width: 780px) {
    .NewLanding_feature-slider-big__4c9s5 {
        flex-basis: 100%;
    }
}
.NewLanding_feature-slider-small__sb8yo {
    flex-basis: calc(33% - 1rem);
}
@media (max-width: 780px) {
    .NewLanding_feature-slider-small__sb8yo {
        flex-basis: 100%;
    }
}
.NewLanding_slides-list__okAwJ {
    margin-top: 2rem;
}
.NewLanding_slide-circle__wjseJ {
    width: 155px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-flow: column wrap;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.2s ease;
}
.NewLanding_slide-circle__wjseJ:hover {
    opacity: 1;
}
.NewLanding_slide-circle__wjseJ p {
    margin: 14px auto 0;
    width: 130px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: var(--white);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
}
.NewLanding_info-slide__0QQ44 {
    margin-top: 50px;
}
.NewLanding_slide-title__I4MvY {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 3.1rem;
    color: var(--white);
    margin-bottom: 10px;
    text-align: center;
}
.NewLanding_slide-text__tRPkm {
    font-weight: 400;
    font-size: 1.8rem;
    line-height: 2.9rem;
    text-align: center;
    white-space: pre-wrap;
    color: var(--white);
}
.NewLanding_slide-text__tRPkm img {
    max-width: 100%;
    max-height: 400px;
    object-fit: contain;
}
@media (max-width: 780px) {
    .NewLanding_slide-text__tRPkm img {
        min-height: auto;
    }
}
.NewLanding_slide-text__tRPkm > p {
    margin-top: var(--mg-2);
    color: var(--white);
    text-shadow: 0 0 5px #000;
}
.NewLanding_info-slide-left__ca0op {
    flex-basis: calc(40% - 1rem);
}
@media (max-width: 780px) {
    .NewLanding_info-slide-left__ca0op {
        flex-basis: 100%;
    }
}
.NewLanding_info-slide-right__3493A {
    --frame-size: 15px;
    --thumb-size: 50px;
    position: relative;
    padding: var(--frame-size);
    flex-basis: calc(60% - 1rem);
    min-height: 430px;
}
@media (max-width: 780px) {
    .NewLanding_info-slide-right__3493A {
        --thumb-size: 25px;
        flex-basis: 100%;
        min-height: 250px;
    }
}
.NewLanding_info-slide-right__3493A:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: "";
    background: url(/assets/990/image/video_framepng.png) no-repeat 50%/100% 100%;
}
.NewLanding_info-slide-right__3493A.NewLanding_single__OyxFd {
    flex-basis: 100%;
}
.NewLanding_info-slide-right__3493A.NewLanding_single__OyxFd .NewLanding_slide-screen-img__xO68C {
    position: relative;
    width: 100%;
    max-width: 95%;
    max-height: 450px;
    height: auto;
}
.NewLanding_info-slide-right__3493A.NewLanding_no-frame__aAA5W:before,
.NewLanding_info-slide-right__3493A.NewLanding_single__OyxFd:before {
    display: none;
}
.NewLanding_info-slide-right__3493A .NewLanding_video-loader__svyxP {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.NewLanding_videos-loader__hTTQg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.NewLanding_slide-video__RooIO {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 16/9;
    opacity: 0 !important;
    transition: all 0.2s ease;
}
.NewLanding_slide-video__RooIO.NewLanding_active__L2qaA {
    opacity: 1 !important;
}
.NewLanding_slide-video-youtube__Zyyub {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
}
@media (min-width: 1280px) {
    .NewLanding_slide-video-youtube__Zyyub {
        width: 60%;
    }
}
.NewLanding_slide-video-controls__eoGbS {
    position: absolute;
    top: calc(100% - var(--thumb-size) / 1.2);
    left: 0;
    width: 100%;
    z-index: 2;
}
.NewLanding_slide-video-control__NeczQ {
    position: relative;
    cursor: pointer;
    width: var(--thumb-size);
    height: var(--thumb-size);
    transition: all 0.5s ease;
    filter: grayscale(100%);
    border-radius: 50%;
    background: var(--dark-blue-bg);
}
.NewLanding_slide-video-control__NeczQ img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}
.NewLanding_slide-video-control__NeczQ.NewLanding_active__L2qaA,
.NewLanding_slide-video-control__NeczQ:hover {
    filter: grayscale(0);
}
.NewLanding_slide-video-control__NeczQ:after {
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(var(--thumb-size) + 6px);
    height: calc(var(--thumb-size) + 6px);
    background: url(/assets/990/image/img_ring.png) no-repeat 50%/100% 100%;
    z-index: 2;
    content: "";
}
.NewLanding_slide-screen-img__xO68C {
    position: absolute;
    top: var(--frame-size);
    left: var(--frame-size);
    width: calc(100% - var(--frame-size) * 2);
    height: calc(100% - var(--frame-size));
    max-height: 100%;
    object-fit: contain;
}
.NewLanding_stages-circles__qI4Mx {
    --stage-icon-size: 110px;
    position: relative;
    padding-bottom: 0;
    width: calc(100% - var(--stage-icon-size));
    z-index: 10;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
@media (max-width: 780px) {
    .NewLanding_stages-circles__qI4Mx {
        display: none;
    }
}
.NewLanding_stage-circle-block__1EzEI {
    position: relative;
    padding-top: 45px;
    transition: all 0.3s ease;
}
.NewLanding_stage-circle-block__1EzEI.NewLanding_active__L2qaA .NewLanding_stage-circle-icon__z9Qpb {
    opacity: 1;
}
.NewLanding_stage-circle-block__1EzEI.NewLanding_active__L2qaA .NewLanding_stage-circle-gr__n67Yh,
.NewLanding_stage-circle-block__1EzEI.NewLanding_active__L2qaA .NewLanding_stage-circle-ml__D7_W9 {
    color: var(--orange);
}
.NewLanding_stage-circle-block__1EzEI.NewLanding_future__BPcsk .NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl {
    filter: grayscale(100%);
}
.NewLanding_stage-circle-block__1EzEI.NewLanding_hover__H__ck .NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl {
    filter: grayscale(0);
}
.NewLanding_stage-circle-block__1EzEI.NewLanding_hover__H__ck .NewLanding_stage-circle-icon__z9Qpb {
    opacity: 1;
    transform: scale(1.2);
}
.NewLanding_stage-circle-date__MesYC {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--white);
    white-space: nowrap;
}
.NewLanding_stage-circle-icon__z9Qpb {
    position: relative;
    padding-top: 35px;
    width: var(--stage-icon-size);
    height: var(--stage-icon-size);
    transition: all 0.3s ease;
}
.NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: 50%;
    transition: all 0.3s ease;
}
.NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl.NewLanding_pos-1___hhK5 {
    background-image: url(/assets/990/image/stage_1.webp);
}
.NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl.NewLanding_pos-2__AuA9l {
    background-image: url(/assets/990/image/stage_2.webp);
}
.NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl.NewLanding_pos-3__FY6mR {
    background-image: url(/assets/990/image/stage_3.webp);
}
.NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl.NewLanding_pos-4__4l_NI {
    background-image: url(/assets/990/image/stage_4.webp);
}
.NewLanding_stage-circle-icon__z9Qpb .NewLanding_icon__uKCZl.NewLanding_pos-5__dXQPs {
    background-image: url(/assets/990/image/stage_5.webp);
}
.NewLanding_stage-circle-icon__z9Qpb b {
    position: relative;
    font-weight: 800;
    font-size: 40px;
    color: var(--white);
    z-index: 1;
}
.NewLanding_stage-circle-icon__z9Qpb span {
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--white);
}
.NewLanding_stage-circle-gr__n67Yh,
.NewLanding_stage-circle-ml__D7_W9 {
    display: none;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -90%;
    top: calc(50% - 25px);
    min-height: 36px;
    width: 100%;
    color: var(--color-light);
    text-align: center;
    font-size: 1.8rem;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    white-space: pre-wrap;
}
.NewLanding_stage-circle-gr__n67Yh.NewLanding_stage-circle-ml__D7_W9,
.NewLanding_stage-circle-ml__D7_W9.NewLanding_stage-circle-ml__D7_W9 {
    color: var(--bronze);
    top: calc(50% + 45px);
}
@media (min-width: 1280px) {
    .NewLanding_stage-circle-gr__n67Yh,
    .NewLanding_stage-circle-ml__D7_W9 {
        display: flex;
    }
}
@media (min-width: 1366px) {
    .NewLanding_stage-circle-gr__n67Yh,
    .NewLanding_stage-circle-ml__D7_W9 {
        right: -110%;
    }
}
.NewLanding_stages-progress__KRO17 {
    position: absolute;
    top: calc(50% + 22px);
    left: var(--stage-icon-size);
    width: 100%;
    height: 3px;
}
.NewLanding_stages-progress__KRO17:before {
    width: 100%;
    filter: grayscale(100%);
    content: "";
}
.NewLanding_stages-progress__KRO17 .NewLanding_stages-progress-bar__2j73Q,
.NewLanding_stages-progress__KRO17:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background-image: linear-gradient(307.76deg, #bb7239 62.49%, #fceeae 113.19%, #e09e5b 177.11%, #fce9a4 227.81%, #f1d693 245.45%, #e1bd7c 265.28%, #d08a4a 282.92%),
        linear-gradient(234.54deg, #bb7239 7.08%, #fceeae 28.26%, #e09e5b 54.96%, #fce9a4 76.14%, #f1d693 83.51%, #e1bd7c 91.79%, #d08a4a 99.16%);
}
.NewLanding_stages-progress__KRO17 .NewLanding_stages-progress-bar__2j73Q {
    width: 0;
    transition: all 0.5s ease;
}
.NewLanding_stage-text__5Yj9U {
    position: relative;
    max-width: 500px;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: var(--pd-8) var(--pd-6) var(--pd-6);
}
.NewLanding_stage-text__5Yj9U:before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 430px;
    height: 30px;
    background: url(/assets/990/image/divider.webp) no-repeat 50% / contain;
}
.NewLanding_stage-text__5Yj9U b {
    color: var(--orange);
}
.NewLanding_stages-cards-block__d_Xxl {
    position: relative;
    margin-top: -100px;
    gap: 5rem;
}
@media (max-width: 780px) {
    .NewLanding_stages-cards-block__d_Xxl {
        overflow: auto;
        flex-flow: row nowrap;
        justify-content: start;
        padding-bottom: 16px;
        margin-top: -50px;
        gap: 0;
    }
}
.NewLanding_stage-card-block__y30l8 {
    --icon-size: 115px;
    width: 220px;
    height: 320px;
    padding: 100px 4rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.NewLanding_stage-card-block__y30l8 .NewLanding_icon__uKCZl {
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: 100% 100%;
    background-position: 50%;
}
.NewLanding_stage-card-block__y30l8 .NewLanding_divider__piZ_w {
    width: 120px;
    min-height: 12px;
    margin: 10px auto;
    background: url(/assets/990/image/small_devider.png) no-repeat 50%/100%;
}
.NewLanding_stage-card-block__y30l8 .NewLanding_text__eH8JO {
    margin: 0;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
}
.NewLanding_stage-card-block__y30l8 .NewLanding_title___4qyD {
    margin: 0;
    color: var(--white);
    text-align: center;
    font-size: 2.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2.4rem;
}
@media (max-width: 780px) {
    .NewLanding_stage-card-block__y30l8 {
        --icon-size: 80px;
        height: 270px;
        padding: 70px 4rem;
    }
    .NewLanding_stage-card-block__y30l8 .NewLanding_title___4qyD {
        font-size: 24px;
    }
    .NewLanding_stage-card-block__y30l8 .NewLanding_text__eH8JO {
        font-size: 14px;
    }
}
.NewLanding_stages-slider-wrapper__8GLEb {
    position: relative;
    z-index: 5;
    padding-top: var(--pd-7);
}
.NewLanding_stages-slider-wrapper__8GLEb .NewLanding_stages-list-lg__GAbb4 {
    left: 45%;
    transform: translateX(-50%);
    width: 60%;
}
@media (max-width: 780px) {
    .NewLanding_stages-slider-wrapper__8GLEb {
        overflow: hidden;
    }
}
.NewLanding_custom-dots__hE6KF {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    column-gap: 10px;
    z-index: 15;
}
.NewLanding_custom-dots__hE6KF .NewLanding_dot__hMCTa {
    height: 10px;
    width: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}
.NewLanding_custom-dots__hE6KF .NewLanding_dot__hMCTa.NewLanding_active__L2qaA {
    width: 15px;
    height: 15px;
}
.NewLanding_circle-slider__Z87QD {
    padding-top: 40px;
}
@media (max-width: 780px) {
    .NewLanding_circle-slider__Z87QD {
        display: none;
    }
}
.NewLanding_stages-details-bg__nAaTQ {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 50px);
    background: url(/assets/990/image/stages_time.webp) no-repeat 50%/100% 100%;
    z-index: 2;
}
@media (max-width: 780px) {
    .NewLanding_stages-details-bg__nAaTQ {
        display: none;
    }
}
.NewLanding_stages-details-section__rl4qN {
    --text-fs: 12px;
    --number-fs: 30px;
    --icon-size: 75px;
    --icon-border-size: 15px;
    position: relative;
    margin-top: 60px;
    z-index: 1;
}
.NewLanding_stages-details-section__rl4qN.NewLanding_fixed-wheel__pXSJ1 {
    --icon-size: 65px;
    --icon-border-size: 15px;
}
.NewLanding_stages-details-section__rl4qN.NewLanding_fixed-wheel__pXSJ1 .NewLanding_stages-wheel-wrapper__kJM2X {
    position: fixed;
    top: 0;
    width: 450px;
    left: calc(50% + var(--sidebar-width) / 2);
    transform: translate(-50%, -42%);
    z-index: 100;
}
@media (min-width: 1990px) {
    .NewLanding_stages-details-section__rl4qN.NewLanding_fixed-wheel__pXSJ1 .NewLanding_stages-wheel-wrapper__kJM2X {
        transform: translate(-50%, -32%);
    }
}
@media (max-width: 780px) {
    .NewLanding_stages-details-section__rl4qN.NewLanding_fixed-wheel__pXSJ1 .NewLanding_stages-wheel-wrapper__kJM2X {
        top: 10px;
        left: 50%;
        margin: 10px auto;
        width: 80%;
        transform: translate(-50%);
    }
    .NewLanding_stages-details-section__rl4qN {
        margin-top: 0;
    }
}
.NewLanding_stages-wheel-section__22_a0 {
    position: relative;
    height: 150px;
    margin-bottom: 80px;
    z-index: 5;
}
@media (max-width: 780px) {
    .NewLanding_stages-wheel-section__22_a0 {
        height: 100px;
        margin-bottom: 0;
    }
}
.NewLanding_stages-wheel-wrapper__kJM2X {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 50%;
    height: auto;
    transform: translateX(-50%);
    border-radius: 50%;
    aspect-ratio: 1/1;
    transform-origin: center;
    background: url(/assets/990/image/stage_wheel.webp) no-repeat 50%/100% 100%;
}
@media (max-width: 780px) {
    .NewLanding_stages-wheel-wrapper__kJM2X {
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        background: none;
    }
}
.NewLanding_stages-wheel__vhy91 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transform-origin: center;
}
@media (max-width: 780px) {
    .NewLanding_stages-wheel__vhy91 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: static;
        transform: none;
        width: 100%;
        height: auto;
        background: none;
    }
}
.NewLanding_stage-wheel-item__A1EGA {
    position: absolute;
    top: calc(50% - var(--icon-size) / 2);
    left: calc(50% - var(--icon-size) / 2);
    padding-top: 5px;
    width: var(--icon-size);
    height: var(--icon-size);
    transform: translate(0) rotate(0deg);
    transform-origin: center;
    transition: all 0.3s ease;
    cursor: pointer;
    filter: grayscale(50%);
    animation: NewLanding_glow__Up6R_ 3s ease infinite;
    opacity: 0.5;
}
.NewLanding_stage-wheel-item__A1EGA .NewLanding_stage-wheel-icon__P9Ijd {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: 50%;
}
.NewLanding_stage-wheel-item__A1EGA .NewLanding_stage-wheel-icon__P9Ijd:before {
    position: absolute;
    top: var(--icon-border-size);
    left: var(--icon-border-size);
    width: calc(100% - var(--icon-border-size) * 2);
    height: calc(100% - var(--icon-border-size) * 2);
    background: var(--dark-blue-bg);
    border-radius: 50%;
    content: "";
}
.NewLanding_stage-wheel-item__A1EGA.NewLanding_pos-1___hhK5 .NewLanding_stage-wheel-icon__P9Ijd {
    background-image: url(/assets/990/image/stage_1.webp);
}
.NewLanding_stage-wheel-item__A1EGA.NewLanding_pos-2__AuA9l .NewLanding_stage-wheel-icon__P9Ijd {
    background-image: url(/assets/990/image/stage_2.webp);
}
.NewLanding_stage-wheel-item__A1EGA.NewLanding_pos-3__FY6mR .NewLanding_stage-wheel-icon__P9Ijd {
    background-image: url(/assets/990/image/stage_3.webp);
}
.NewLanding_stage-wheel-item__A1EGA.NewLanding_pos-4__4l_NI .NewLanding_stage-wheel-icon__P9Ijd {
    background-image: url(/assets/990/image/stage_4.webp);
}
.NewLanding_stage-wheel-item__A1EGA.NewLanding_pos-5__dXQPs .NewLanding_stage-wheel-icon__P9Ijd {
    background-image: url(/assets/990/image/stage_5.webp);
}
.NewLanding_stage-wheel-item__A1EGA b {
    position: relative;
    font-weight: 800;
    font-size: var(--number-fs);
    color: var(--white);
    margin-bottom: 2px;
    z-index: 1;
}
.NewLanding_stage-wheel-item__A1EGA span {
    position: relative;
    font-weight: 400;
    font-size: var(--text-fs);
    line-height: 100%;
    color: var(--white);
    opacity: 0.5;
    z-index: 1;
}
.NewLanding_stage-wheel-item__A1EGA.NewLanding_active__L2qaA,
.NewLanding_stage-wheel-item__A1EGA:hover {
    filter: grayscale(0);
    opacity: 1;
    animation-duration: 0s;
}
@media (max-width: 780px) {
    .NewLanding_stage-wheel-item__A1EGA {
        --icon-size: 50px;
        --icon-border-size: 10px;
        position: static;
        padding-top: 0;
        transform: translate(0) !important;
    }
    .NewLanding_stage-wheel-item__A1EGA b {
        font-size: 18px;
        margin-bottom: 0;
    }
    .NewLanding_stage-wheel-item__A1EGA span {
        font-size: 8px;
    }
}
.NewLanding_icon-hoz-block__3_5SL {
    --icon-size: 75px;
    position: relative;
    width: 242px;
}
.NewLanding_icon-hoz-block__3_5SL .NewLanding_icon__uKCZl {
    flex-shrink: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50%;
}
.NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 160px;
    white-space: pre-wrap;
    color: var(--light);
    text-align: center;
}
.NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO:before {
    top: -20px;
}
.NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO:after,
.NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 16px;
    background: url(/assets/990/image/dot_line.png) no-repeat 0/100% 100%;
    content: "";
}
.NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO:after {
    bottom: -20px;
}
.NewLanding_icon-hoz-block__3_5SL:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: #7f3e9b;
    filter: blur(107px);
    z-index: -1;
    opacity: 0.5;
    content: "";
}
@media (max-width: 780px) {
    .NewLanding_icon-hoz-block__3_5SL {
        width: 100%;
        margin-bottom: 20px;
    }
    .NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO {
        width: calc(100% - var(--icon-size) + 10px);
    }
    .NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO:after,
    .NewLanding_icon-hoz-block__3_5SL .NewLanding_text__eH8JO:before {
        display: none;
    }
}
.NewLanding_icon-hoz-block-half__zd3Wf {
    column-gap: 20px;
    max-width: 48%;
    width: auto;
}
.NewLanding_icon-hoz-block-half__zd3Wf .NewLanding_text__eH8JO {
    width: auto;
    text-align: left;
}
.NewLanding_icon-hoz-block-half__zd3Wf .NewLanding_text__eH8JO:after,
.NewLanding_icon-hoz-block-half__zd3Wf .NewLanding_text__eH8JO:before {
    opacity: 0;
}
@media (max-width: 780px) {
    .NewLanding_icon-hoz-block-half__zd3Wf {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}
.NewLanding_bosses-wrapper__BBUuO {
    padding: 40px 0;
}
.NewLanding_bosses-slider__4BgPx {
    position: relative;
    padding: 0 40px;
}
.NewLanding_bosses-slider__4BgPx:before {
    top: -40px;
    background: url(/assets/990/image/section_long_arrow_devider.png) no-repeat 50%/100% 100%;
}
.NewLanding_bosses-slider__4BgPx:after,
.NewLanding_bosses-slider__4BgPx:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    filter: grayscale(90%);
    content: "";
}
.NewLanding_bosses-slider__4BgPx:after {
    bottom: -40px;
    background: url(/assets/990/image/section_long_arrow_devider_down.png) no-repeat 50%/100% 100%;
}
.NewLanding_bosses-slider__4BgPx .slick-slide {
    position: relative;
    display: inline-flex;
    justify-content: center;
}
.NewLanding_bosses-slider__4BgPx .slick-slide:before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 2px;
    height: 100%;
    background: var(--white);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0));
    opacity: 0.5;
    content: "";
}
.NewLanding_bosses-slider__4BgPx .slick-arrow.slick-prev {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background: url(/assets/990/image/arrow-circle-left.svg) no-repeat 50%/100% 100%;
    opacity: 0;
    transition: all 0.2s ease;
}
.NewLanding_bosses-slider__4BgPx .slick-arrow.slick-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 20px);
    background: url(/assets/990/image/arrow-circle-right.svg) no-repeat 50%/100% 100%;
    opacity: 0;
    transition: all 0.2s ease;
}
.NewLanding_bosses-slider__4BgPx .slick-arrow.slick-next:hover,
.NewLanding_bosses-slider__4BgPx .slick-arrow.slick-prev:hover {
    opacity: 1;
}
.NewLanding_bosses-slider__4BgPx:hover .slick-arrow.slick-next,
.NewLanding_bosses-slider__4BgPx:hover .slick-arrow.slick-prev {
    opacity: 0.5;
}
.NewLanding_land-block-third__bVjUr {
    flex-basis: 32%;
}
@media (max-width: 780px) {
    .NewLanding_land-block-third__bVjUr {
        flex-basis: 100%;
    }
}
.NewLanding_landing-box___PHgu {
    position: relative;
    padding: 20px 0;
}
.NewLanding_landing-box___PHgu .NewLanding_prev-divider__ToWvj {
    top: -20px;
}
.NewLanding_landing-box___PHgu .NewLanding_next-divider__S6ICM,
.NewLanding_landing-box___PHgu .NewLanding_prev-divider__ToWvj {
    position: absolute;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(/assets/990/image/new_land_devider.png) no-repeat 50%/100% 100%;
    filter: grayscale(90%);
    content: "";
}
.NewLanding_landing-box___PHgu .NewLanding_next-divider__S6ICM {
    bottom: -20px;
}
.NewLanding_landing-box___PHgu.NewLanding_blue__MTMuo:before {
    background: #3d3390;
}
.NewLanding_landing-box___PHgu.NewLanding_blue__MTMuo:before,
.NewLanding_landing-box___PHgu.NewLanding_red__MbY1n:before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    height: 70%;
    transform: translate(-50%, -50%);
    filter: blur(77px);
    z-index: -1;
    opacity: 0.5;
    content: "";
}
.NewLanding_landing-box___PHgu.NewLanding_red__MbY1n:before {
    background: #e1390c;
}
.NewLanding_craft-chance-item__uVwhr {
    position: relative;
    padding: 2px 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
}
.NewLanding_craft-chance-item__uVwhr:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0));
    opacity: 0.5;
    content: "";
}
.NewLanding_craft-items-list__BV5Do {
    row-gap: 80px;
    column-gap: 20px;
}
.NewLanding_craft-item__YwU3P {
    display: inline-flex;
    flex-flow: column nowrap;
    min-height: 165px;
    column-gap: 10px;
    row-gap: 10px;
    align-items: center;
    justify-content: center;
    flex-basis: 30%;
}
.NewLanding_craft-item__YwU3P .NewLanding_icon-wrapper__TaaVz {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
}
.NewLanding_craft-item__YwU3P .NewLanding_icon__uKCZl {
    width: auto;
    max-height: 100%;
    object-fit: contain;
}
.NewLanding_craft-item__YwU3P .NewLanding_text__eH8JO {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    white-space: pre-wrap;
}
@media (max-width: 780px) {
    .NewLanding_craft-item__YwU3P {
        flex-basis: 100%;
    }
}
.NewLanding_register-section__m6Phh {
    position: relative;
    padding-bottom: var(--header-height);
    padding-top: 68px !important;
    margin-top: -40px;
    overflow: hidden;
}
.NewLanding_register-section__m6Phh .NewLanding_title-wrap__22772 {
    max-width: 416px;
}
.NewLanding_register-section__m6Phh .NewLanding_title-wrap__22772 p {
    color: #fff;
    margin-bottom: var(--mg-2);
    text-align: center;
    font-size: var(--font-xxlg);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.5);
}
.NewLanding_register-section__m6Phh .NewLanding_title-wrap__22772 p b {
    display: inline-block;
    color: #ffe46b;
    animation: NewLanding_pulse__WawrX 2s infinite;
    font-weight: 700;
}
.NewLanding_register-section__m6Phh .NewLanding_title___4qyD {
    color: var(--white);
    font-size: 40px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: left;
}
.NewLanding_register-section__m6Phh .NewLanding_title___4qyD b {
    white-space: nowrap;
    background: var(--gold-text-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-weight: 800;
}
.NewLanding_register-section__m6Phh .NewLanding_sub-title__58UfZ {
    color: #fff;
    margin: 0 0 var(--mg-2);
    text-align: left;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}
.NewLanding_register-section__m6Phh .NewLanding_sub-title__58UfZ b {
    color: #ffe46b;
}
@media (min-width: 780px) {
    .NewLanding_register-section__m6Phh {
        margin-top: 0;
    }
}
@media (min-width: 1025px) {
    .NewLanding_register-section__m6Phh .NewLanding_content-small__w1l3J {
        flex-flow: row nowrap;
    }
    .NewLanding_register-section__m6Phh .NewLanding_title-wrap__22772 {
        max-width: 300px;
    }
    .NewLanding_register-section__m6Phh .NewLanding_title___4qyD {
        font-size: 34px;
        font-weight: 800;
    }
    .NewLanding_register-section__m6Phh .NewLanding_sub-title__58UfZ {
        font-size: 20px;
    }
}
@media (min-width: 1280px) {
    .NewLanding_register-section__m6Phh .NewLanding_title-wrap__22772 {
        max-width: 420px;
    }
    .NewLanding_register-section__m6Phh .NewLanding_title___4qyD {
        font-size: 56px;
        font-weight: 800;
    }
    .NewLanding_register-section__m6Phh .NewLanding_sub-title__58UfZ {
        font-size: 24px;
    }
}
@media (min-width: 1440px) {
    .NewLanding_register-section__m6Phh .NewLanding_title-wrap__22772 {
        max-width: 580px;
    }
    .NewLanding_register-section__m6Phh .NewLanding_title___4qyD {
        font-size: 70px;
        font-weight: 800;
    }
}
.NewLanding_bottom-bg__LIFYq {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(/assets/990/image/new_land_bottom.webp) no-repeat 50%/100% 100%;
    z-index: -1;
}
.NewLanding_register-form-wrapper__Zijt5 {
    margin: 50px auto;
    padding: 40px 40px 34px;
    width: 630px;
    max-width: 95%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    -webkit-backdrop-filter: blur(80px);
    backdrop-filter: blur(80px);
    background: rgba(0, 0, 0, 0.45);
}
.NewLanding_items-class-image__lO68Y {
    --size: 20px;
    position: relative;
    cursor: pointer;
    width: var(--size);
    height: var(--size);
    transition: all 0.5s ease;
}
.NewLanding_items-class-image__lO68Y img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    z-index: 1;
}
.NewLanding_items-class-image__lO68Y.NewLanding_active__L2qaA,
.NewLanding_items-class-image__lO68Y:hover {
    filter: grayscale(0);
}
.NewLanding_items-class-image__lO68Y:after {
    position: absolute;
    left: -3px;
    top: -3px;
    width: calc(var(--size) + 6px);
    height: calc(var(--size) + 6px);
    background: url(/assets/990/image/img_ring.png) no-repeat 50%/100% 100%;
    z-index: 2;
    content: "";
}
@media (max-width: 780px) {
    .NewLanding_items-class-image__lO68Y {
        display: none;
    }
}
.NewLanding_items-set-wrapper__BlvHF {
    display: inline-flex;
    width: auto;
    flex: 0 1 auto;
}
.NewLanding_items-set-name__sgjZs {
    display: inline-block;
    font-size: 22px;
    color: #b266ff;
    text-shadow: 0 0 2px #b266ff;
}
.NewLanding_item-set-item__Ljv96 {
    --width: 100px;
    --height: 90px;
    --bheight: 90px;
    width: var(--width);
    height: var(--height);
    background: linear-gradient(127.03deg, rgba(255, 134, 236, 0.1) 17.83%, rgba(61, 61, 145, 0) 99.57%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: 1px solid var(--border-color);
    border-radius: 10px;
}
.NewLanding_item-set-item__Ljv96.NewLanding_armor__Yniom {
    height: var(--bheight);
}
@media (min-width: 1990px) {
    .NewLanding_item-set-item__Ljv96 {
        --width: 100px;
        --height: 80px;
        --bheight: 130px;
    }
}
.NewLanding_table-wrapper__XuuSM {
    flex: 1 0 auto;
}
.NewLanding_reward-img__7hZIS {
    max-width: 70px;
    max-height: 70px;
}
@media (max-width: 780px) {
    .NewLanding_reward-img__7hZIS {
        max-width: 40px;
        max-height: 40px;
    }
}
.NewLanding_updates-tabs-section__5JhfO {
    position: relative;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_title___4qyD {
    margin-bottom: 20;
}
@media (max-width: 780px) {
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_sub-title__58UfZ {
        margin-bottom: 16px;
    }
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_updates-tabs-wrap__LBRt4 {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.12);
}
@media (max-width: 767px) {
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_updates-tabs-wrap__LBRt4 .swiper {
        width: 100%;
        left: 0;
        right: 0;
        height: 100%;
        border-radius: 20px;
    }
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_updates-tabs-wrap__LBRt4 .swiper-slide {
        height: auto;
        border-radius: 20px;
    }
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_updates-tabs-wrap__LBRt4 .swiper-pagination-bullet {
        position: relative;
        width: 8px;
        height: 8px;
        background-color: #363636;
    }
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_updates-tabs-wrap__LBRt4 .swiper-pagination-bullet-active {
        width: 10px;
        height: 10px;
        background-color: #db00f1;
        box-shadow: 0 0 10px 0 #db00f1, 0 0 10px 0 #a000b0;
    }
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tabs-wrap__9qeLZ {
    justify-content: space-between;
    margin: 0;
    background: none;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-labels-wrap__j5Ewx {
    display: inline-flex;
    justify-content: space-between;
    overflow: hidden;
    height: 70px;
    background: linear-gradient(180deg, #170101 -120.71%, #300b01 99.29%);
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-label__m07yh {
    text-align: left;
    background: linear-gradient(180deg, #170101 -120.71%, #300b01 99.29%);
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-label__m07yh:before {
    left: -8px;
    background: linear-gradient(1turn, #f18d00, rgba(255, 144, 0, 0) 8.57%), radial-gradient(307.71% 364.11% at 43.77% -252.14%, #3c0000 0, #6f0000 100%), #18181d;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr {
    display: flex
;
    justify-content: space-between;
    align-items: flex-end;
    column-gap: 20px;
    row-gap: 20px;
    padding: 40px;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: rgba(33, 33, 33, 0.35);
    align-content: stretch;
    flex-direction: column;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr h3 {
    position: relative;
    margin: 0 0 36px;
    font-size: 32px;
    text-align: unset;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr h3:after {
    position: absolute;
    bottom: -18px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
    opacity: 0.5;
    content: "";
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr img,
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr video {
    border-radius: 20px;
    height: 100%;
    max-height: 412px;
}
@media (max-width: 780px) {
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr img,
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr video {
        height: -moz-fit-content;
        height: fit-content;
    }
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr .NewLanding_compare-img-slider-wrap__Blz_f img {
    border-radius: 20px;
    width: 660px !important;
}
@media (max-width: 780px) {
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr {
        align-items: center;
        flex-direction: column;
        padding: 16px 16px 50px;
        border-radius: 20px;
    }
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-wrap__KaFTr h3 {
        font-size: 22px;
    }
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-title__IXq8C {
    margin: 0;
    font-size: 32px;
    line-height: 1;
    font-weight: 700;
    text-transform: none;
    text-align: left;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-content__zQxpu {
    flex-grow: 1;
    width: 95%;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    color: #a99fac;
    max-width: 100%;
    align-self: start;
}
@media (max-width: 767px) {
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-content__zQxpu {
        width: 100%;
    }
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-content__zQxpu b {
    color: var(--white);
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-content__zQxpu .NewLanding_tab-text__L6a_7 p {
    line-height: 1.5;
}
.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-media__aXA4x {
    width: 50%;
    border-radius: 15px;
}
@media (max-width: 767px) {
    .NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-media__aXA4x {
        width: 50%;
    }
}

.NewLanding_updates-tabs-section__5JhfO .NewLanding_tab-btn__vkUFB {
    width: -moz-fit-content;
    width: fit-content;
    align-self: center;
    margin-top: 24px;
    padding: 12px 50px;
    border-radius: 10px;
}
.NewLanding_why-slider-wrap__Q3Nuu {
    padding-bottom: 20px;
}
.NewLanding_slider-slide-block__iV7Yr {
    gap: 20px;
    justify-content: center;
    align-items: inherit;
}
@media (max-width: 780px) {
    .NewLanding_slider-slide-block__iV7Yr {
        flex-flow: column nowrap;
        align-items: center;
    }
}
.NewLanding_slider-text-block__cnvzx {
    padding: 2rem;
    text-align: left;
    max-width: var(--max-text-side-width);
    max-height: var(--slide-height);
    border-radius: 15px;
    opacity: 0.5;
    background: radial-gradient(64.01% 57% at 108.54% 108.75%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(121.33% 143.68% at -20% 24.06%, rgba(61, 78, 252, 0.2) 0, rgba(185, 191, 255, 0.05) 100%), #18181d;
    box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.5);
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-title__I4MvY {
    text-align: left;
    color: var(--white);
    font-size: var(--title-fs);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-text__tRPkm {
    text-align: left;
    color: #a99fac;
    font-size: var(--text-fs);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-text__tRPkm b {
    color: var(--blue);
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-text__tRPkm w {
    color: var(--white);
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-text__tRPkm v {
    color: var(--purple);
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-text__tRPkm g {
    color: var(--green-acent);
}
.NewLanding_slider-text-block__cnvzx .NewLanding_slide-text__tRPkm pi {
    color: pink;
}
@media (max-width: 1024px) {
    .NewLanding_slider-text-block__cnvzx {
        height: auto;
        max-height: none;
    }
}
@media (max-width: 780px) {
    .NewLanding_slider-text-block__cnvzx {
        width: 100%;
        max-width: none;
    }
}
.NewLanding_slide-image-block__KzvLn {
    display: inline-flex;
    align-items: center;
    width: var(--imge-side-width);
    max-width: var(--image-slide-max-width);
    max-height: var(--slide-height);
    border-radius: 15px;
    overflow: hidden;
}
@media (max-width: 780px) {
    .NewLanding_slide-image-block__KzvLn {
        width: 100%;
        order: -1;
    }
}
.NewLanding_slide-image-block__KzvLn video {
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.NewLanding_slide-image-block__KzvLn > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.NewLanding_slide-video-wrap__s3hDf {
    display: flex;
    align-items: center;
    height: -moz-fit-content;
    height: fit-content;
    overflow: hidden;
    border-radius: 15px;
}
.NewLanding_cloud__w5_J_ {
    position: absolute;
    transform: translate(0);
    transition: transform 0.2s ease;
    z-index: -1;
}
@media (max-width: 1024px) {
    .NewLanding_cloud__w5_J_ {
        zoom: 0.3;
    }
}
.NewLanding_cloud-1__HOvYy {
    left: -5%;
    top: -8%;
    width: 577px;
    height: 227px;
    background: url(/assets/990/image/cloud_1.webp) no-repeat 50% / cover;
    opacity: 0.8;
}
@media (max-width: 1024px) {
    .NewLanding_cloud-1__HOvYy {
        top: -2%;
    }
}
.NewLanding_cloud-2___YRbU {
    right: 0;
    top: 15%;
    width: 487px;
    height: 213px;
    background: url(/assets/990/image/cloud_2.webp) no-repeat 50% / cover;
    opacity: 0.8;
}
.NewLanding_cloud-3__nMctG {
    left: calc(50% - 450px);
    top: 62%;
    width: 921px;
    height: 437px;
    background: url(/assets/990/image/cloud_3.webp) no-repeat 50% / cover;
    opacity: 0.6;
}
.NewLanding_cloud-4__qIQJ9 {
    left: 0;
    top: 5%;
    width: 865px;
    height: 376px;
    background: url(/assets/990/image/cloud_5.webp) no-repeat 50% / cover;
    opacity: 0.5;
}
.NewLanding_cloud-5__w3vEU {
    right: 0;
    top: 15%;
    width: 604px;
    height: 408px;
    background: url(/assets/990/image/cloud_4.webp) no-repeat 50% / cover;
    opacity: 0.5;
}
.NewLanding_cloud-6__OLkuN {
    right: 0;
    bottom: 40%;
    width: 379px;
    height: 249px;
    background: url(/assets/990/image/cloud_6.webp) no-repeat 50% / cover;
    opacity: 0.6;
}
.NewLanding_cloud-7__Lmyvx {
    left: 0;
    bottom: 10%;
    width: 527px;
    height: 231px;
    background: url(/assets/990/image/cloud_7.webp) no-repeat 50% / cover;
    opacity: 0.8;
}
.NewLanding_cloud-updates-1__3qHcd {
    left: 0;
    top: 260px;
    width: 488px;
    height: 186px;
    background: url(/assets/990/image/cloud_updates_1.webp) no-repeat 50% / cover;
    opacity: 1;
}
.NewLanding_cloud-updates-2__oYddg {
    right: 4px;
    bottom: -40px;
    width: 766px;
    height: 292px;
    background: url(/assets/990/image/cloud_updates_2.webp) no-repeat 50% / cover;
    opacity: 1;
}
.NewLanding_cloud-updates-3__TyJeZ {
    left: 20%;
    bottom: 0;
    width: 488px;
    height: 186px;
    background: url(/assets/990/image/cloud_updates_3.webp) no-repeat 50% / cover;
    opacity: 1;
}
@keyframes NewLanding_glow__Up6R_ {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0.5;
    }
}
@keyframes NewLanding_pulse__WawrX {
    0% {
        transform: scale(1);
        margin-left: 0;
    }
    50% {
        transform: scale(1.1);
        margin-left: 2px;
    }
    to {
        transform: scale(1);
        margin-left: 0;
    }
}
.PageFaqBlock_faq-block___NdxZ {
    margin-bottom: 100px;
}
.PageFaqBlock_title__VpFD9 {
    text-align: center;
    font-weight: 700;
    margin-top: 20px;
}
.PageFaqBlock_main-wrapper__tM_8R {
    width: 80%;
    margin: 0 auto;
}
@media (max-width: 1024px) {
    .PageFaqBlock_main-wrapper__tM_8R {
        width: 100%;
    }
}
.PageFaqBlock_faq-item__gWri5 {
    width: 100%;
    padding: var(--pd-4);
    background: var(--box-bg);
}
.PageFaqBlock_faq-item__gWri5:last-child {
    border-radius: 0 0 8px 8px;
}
.PageFaqBlock_faq-item__gWri5:first-child {
    border-radius: 8px 8px 0 0;
}
.PageFaqBlock_faq-item-title__kGZaF {
    cursor: pointer;
}
.PageFaqBlock_faq-item-title__kGZaF p {
    color: var(--white);
    font-size: var(--font-lg);
}
.PageFaqBlock_faq-item-title__kGZaF .PageFaqBlock_icon__Kayqx {
    color: var(--white);
}
.PageFaqBlock_faq-item-title__kGZaF:hover .PageFaqBlock_icon__Kayqx,
.PageFaqBlock_faq-item-title__kGZaF:hover p {
    color: var(--light);
}
.PageFaqBlock_faq-item-content__Fd_Zl {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s ease;
}
.PageFaqBlock_faq-item-content__Fd_Zl.PageFaqBlock_open__sqp7F {
    grid-template-rows: 1fr;
}
.PageFaqBlock_faq-item-wrapper__2byDJ {
    overflow: hidden;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.PageFaqBlock_faq-content__NEUN7 {
    padding-top: var(--pd-2);
}
/* 优化后的字体定义 */
@font-face {
  font-family: 'Philosopher';
  src: 
    url('/assets/990/font/iconfont.woff2') format('woff2'), /* 现代浏览器优先 */
    url('/assets/990/font/iconfont.woff') format('woff'),    /* 兼容主流浏览器 */
    url('/assets/990/font/iconfont.ttf') format('truetype'); /* 旧版浏览器兜底 */
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Philosopher';
  src: 
    url('/assets/990/font/iconfont-bold.woff2') format('woff2'), /* 建议按字重命名文件 */
    url('/assets/990/font/iconfont-bold.woff') format('woff'),
    url('/assets/990/font/iconfont-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* 其他字重按需添加（300/400/500/600/800/900） */
/* 示例： */
/*
@font-face {
  font-family: 'Philosopher';
  src: ...;
  font-weight: 300;
  ...
}
*/

:root {
  /* 中文字体 */
  --font-zh-primary: '思源黑体', 'Microsoft YaHei', Arial, sans-serif; /* 通用正文 */
  --font-zh-title: '汉仪旗黑', 'Source Han Serif SC', serif; /* 标题 */
  
  /* 英文字体 */
  --font-en-body: Inter, Roboto, Arial, sans-serif; /* 正文 */
  --font-en-title: Playfair Display, Georgia, serif; /* 标题 */
  
  /* 代码字体 */
  --font-code: 'Fira Code', 'JetBrains Mono', monospace; /* 等宽 */
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
}
ol,
ul {
    padding: revert;
}
:focus {
    outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden] {
    display: none;
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a:focus {
    outline: thin dotted;
}
a:active,
a:hover {
    outline: 0;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}
figure,
form {
    margin: 0;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
    white-space: normal;
}
button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button,
html,
input,
select,
textarea {
    color: #222;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
img {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
a,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
    border: none;
}
sup {
    position: relative;
    top: -0.5em;
    line-height: 0;
    vertical-align: baseline;
}
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.theme-red {
    --main-bg: #140000;
    --landing-bg: #140000;
    --box-bg: #1e0a02;
    --box-accent-bg: radial-gradient(486.23% 486.23% at 219.37% -391.79%, #fc3d3d 0%, rgba(252, 61, 61, 0) 100%), #2e1b13;
    --big-box-bg: linear-gradient(0deg, #230a00, #230a00), #15171d;
    --gradient-btn-primary: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 161, 0, 0.5) 0%, rgba(210, 164, 0, 0) 100%), #df0505;
    --gradient-btn-primary-hover: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(242, 187, 6, 0.5) 0%, rgba(210, 164, 0, 0) 100%), #f80404;
    --gradient-box-primary: radial-gradient(106.96% 246% at 50.43% 216%, rgba(255, 195, 0, 0.5) 0%, rgba(255, 231, 182, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(128, 132, 165, 0.5) 0%, rgba(27, 28, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3a1d00 0%, #482102 100%);
    --gradient-box-secondary: radial-gradient(362.83% 222.24% at 19.13% -64%, #4d2525 0%, rgba(66, 41, 38, 0.23) 100%), #332020;
    --gradient-box-dark: radial-gradient(115.48% 224.42% at 224% 87.79%, #522020 0%, rgba(67, 25, 19, 0) 100%), radial-gradient(55.87% 57.35% at 30.5% 4.21%, rgba(244, 164, 89, 0.08) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(80.58% 57.93% at 73.83% 10.81%, rgba(227, 54, 54, 0.11) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(86.06% 249.78% at -97.5% 45.58%, #3c3030 0%, #000 100%);
    --gradient-box-grey: linear-gradient(0deg, #332020, #332020), #fff;
    --main-color: #fe0;
    --main-color-transparent: rgba(255, 237, 0, 0.4);
    --main-color-super-transparent: rgba(255, 236, 0, 0.2);
    --main-color-text-shadow: 0 0 5px rgba(255, 238, 0, 0.5);
    --secondary-color: #efe676;
    --box-shadow-line-accent: 1px 1px 5px 2px rgba(255, 238, 0, 0.5);
    --box-shadow-btn-primary: 0px 2px 2px 0px rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px rgba(57, 9, 9, 0.3) inset, 0px 5px 10px 0px rgba(243, 29, 29, 0.25), 0px 10px 20px 0px rgba(243, 29, 29, 0.1);
    --text-primary-color: #fff;
    --text-secondary-color: #9a8787;
    --gold-text-gradient: linear-gradient(0deg, #ff6600, #ffd333);
    --text-colorful-gradient: linear-gradient(347deg, #f60 18.06%, #ffd333 92.06%), linear-gradient(278deg, #fac808 -1.44%, #eb32d8 72.39%), #fff;
    --text-shadow-color-dark: 0 5.454px 9.273px rgba(23, 3, 1, 0.36);
    --header-base-bg: rgba(74, 50, 9, 0.4);
    --header-account-bg: linear-gradient(97deg, #fce63d -240.32%, rgba(252, 80, 61, 0) 80.43%), #1e0a02;
    --discord-bg: radial-gradient(76.31% 76.66% at -13.33% 119.5%, rgba(241, 161, 0, 0.25) 0%, rgba(241, 100, 0, 0) 100%), radial-gradient(84.66% 72% at 114.58% 47%, rgba(236, 98, 13, 0.25) 0%, rgba(236, 98, 13, 0) 100%), #251c1c;
    --active-tab-bg: linear-gradient(360deg, #f18d00, rgba(255, 144, 0, 0) 8.57%), radial-gradient(307.71% 364.11% at 43.77% -252.14%, #3c0000 0%, #6f0000 100%), #18181d;
    --switcher-bar-bg: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0%, rgba(210, 0, 120, 0) 100%), #ffc300;
    --item-btn-bg: #321515;
    --item-btn-bg-hover: radial-gradient(106.96% 246% at 50.43% 216%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3f1717 0%, #4d2b2b 100%);
    --item-btn-border-hover: 1px solid #ad2c2c;
    --toggle-bg: #262626;
    --toggle-acitve-bg: radial-gradient(106.96% 246% at 50.43% 216%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3f1717 0%, #4d2b2b 100%);
    --toggle-acitve-border: 1px solid #ad2c2c;
    --toggle-point-bg: radial-gradient(106.96% 246% at 50.43% 216%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3f1717 0%, #4d2b2b 100%);
    --toggle-active-point-bg: radial-gradient(circle at 52% 65%, #d20000 0%, rgba(210, 0, 0, 0) 100%);
    --toggle-point-box-shadow: 0 5px 10px rgba(200, 0, 0, 0.25), 0 10px 10px rgba(200, 0, 0, 0.1);
    --bundle-bg: radial-gradient(122.63% 77.67% at 50% 22.33%, #f18d00 0%, rgba(134, 61, 252, 0) 100%);
    --subscription-bg: linear-gradient(180deg, #d45c34, #1c0601);
    --item-circle-bg: linear-gradient(180deg, #af4e41, #8b4c00);
    --start-pack-bg: linear-gradient(180deg, #532410, #1e0a02);
    --start-pack-top-bg: linear-gradient(90deg, #ac1005, #462202);
    --skin-pack-preview-bg: linear-gradient(180deg, #000 61.19%, #3f0e06 87.5%);
    --skin-pack-preview-disabled-bg: linear-gradient(180deg, #000 61.19%, #322110 87.5%);
    --new-notification-circle-bg: radial-gradient(134.09% 143.75% at 50% -6.25%, #ffd000 0%, #ff8400 100%);
    --new-notification-circle-shadow: 0 0 16px 0 rgba(255, 215, 69, 1);
    --unviewed-notification-bg: linear-gradient(180deg, #ff6637, #ff0000);
    --unviewed-notification-shadow: 0 0 45.36px 0 #e8160c;
    --read-all-notifications-btn-bg: #5e2f2f;
    --read-all-notifications-btn-shadow: 0px 2px 2px 0px rgba(255, 201, 163, 0.3) inset;
    --notifications-body-text-color: rgba(237, 209, 207, 0.8);
    --notifications-header-btn-bg: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0%, rgba(210, 0, 120, 0) 100%), #0083e7;
    --notifications-header-btn-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px rgba(9, 34, 57, 0.3) inset, 0px 5px 10px 0px rgba(0, 131, 231, 0.25), 0px 10px 20px 0px rgba(0, 131, 231, 0.1);
    --power-bg: url(/assets/990/image/power_bg_red.webp) no-repeat center/cover, #0d0d10;
    --top-char-bg: url(/assets/990/image/top_char_red.webp) no-repeat center/100% 100%;
    --top-char-active-bg: url(/assets/990/image/top_char_red_a.webp) no-repeat center/100% 100%;
    --char-lvl-block-bg: url(/assets/990/image/char_block_red.webp) no-repeat center/100% 100%;
    --char-lvl-l-block-bg: url(/assets/990/image/char_block_red_l.webp) no-repeat center/100% 100%;
    --battle-pass-chart-bg: url(/assets/990/image/bp_chart_bg_red.webp) no-repeat center/cover;
    --block-bg: rgba(33, 33, 33, 0.35);
    --item-bg: #1c1e26;
    --item-green: #16dc6e;
    --main: #0d0d10;
    --black-light: #171d29;
    --black-dark: #1e212b;
    --dark-blue-bg: #00001f;
    --accent-blue-bg: #161a2e;
    --gray: #eff3f4;
    --light: #89879a;
    --gray-blue: #20253d;
    --blue: #0d82ec;
    --blue-acent: #0093f3;
    --light-blue: #2ba8fb;
    --dark-blue: #3362ab;
    --purple: #d800f1;
    --purple-lighth: #ae6cf1;
    --purple-dark: #7000ff;
    --violet: #e3beff;
    --red: #ff3f3f;
    --dark-red: #140000;
    --light-red: #936666;
    --green: #b6ffdc;
    --green-acent: #47d000;
    --green-bright: #1d9638;
    --lime: #00d722;
    --yellow: #ffeca7;
    --yellow-acent: #ffb800;
    --yellow-brigth: #ffd600;
    --orange: #ff9f4a;
    --dark-orange: #da8e20;
    --bright-orange: #e67e23;
    --light-bronze: #d08a4a;
    --bronze: #cd7f32;
    --dark-bronze: #bb7239;
    --silver: #c0c0c0;
    --white: #fff;
    --secondary: #96b2c5;
    --color-gray: #89879a;
    --color-light: #c7bbca;
    --light-gray: #a99fac;
    --border-color: rgba(255, 255, 255, 0.1);
    --border-active: rgba(255, 255, 255, 0.5);
    --table-background-color: radial-gradient(362.83% 222.24% at 19.13% -64%, #4d2525 0%, rgba(66, 41, 38, 0.23) 100%), #332020;
}
.theme-violet {
    --main-bg: #0d0d10;
    --landing-bg: #140000;
    --box-bg: #18181d;
    --box-accent-bg: radial-gradient(160.62% 458.93% at 219.37% -391.79%, #3d4efc 0%, rgba(61, 78, 252, 0) 100%), #202438;
    --big-box-bg: radial-gradient(38.33% 57.5% at 108.54% 108.75%, #13151b 0%, rgba(28, 30, 34, 0) 100%), radial-gradient(143.68% 121.33% at -20% 24.06%, rgba(61, 78, 252, 0.2) 0%, rgba(185, 191, 255, 0.05) 100%), #18181d;
    --gradient-btn-primary: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0%, rgba(210, 0, 120, 0) 100%), #7000ff;
    --gradient-btn-primary-hover: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(202, 39, 132, 0.5) 0%, rgba(210, 0, 120, 0) 100%), #6824bf;
    --gradient-box-primary: radial-gradient(106.96% 246% at 50.43% 216%, rgba(250, 0, 255, 0.5) 0%, rgba(204, 0, 255, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3e173f 0%, #2b2e4d 100%);
    --gradient-box-secondary: radial-gradient(78.26% 360% at 19.13% -64%, #4d2542 0%, rgba(38, 58, 66, 0.23) 100%), #262033;
    --gradient-box-dark: radial-gradient(224% 98.27% at 224% 87.79%, #3d3d4f 0%, rgba(61, 61, 79, 0) 100%), radial-gradient(55.33% 15.53% at 30.5% 4.21%, rgba(89, 169, 244, 0.084) 0%, rgba(0, 0, 0, 0) 100%),
        radial-gradient(79.17% 22.22% at 73.83% 10.81%, rgba(227, 54, 122, 0.108) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(249.64% 74.53% at -97.5% 45.58%, #30303c 0%, #000000 100%);
    --gradient-box-grey: radial-gradient(500.46% 512.08% at 300% 320%, #282838 0%, #282838 100%), radial-gradient(100% 230% at 50.43% 216%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%);
    --main-color: #fa00ff;
    --main-color-transparent: rgba(250, 0, 255, 0.4);
    --main-color-super-transparent: rgba(250, 0, 255, 0.2);
    --main-color-text-shadow: 0 0 5px rgba(250, 0, 255, 0.8);
    --secondary-color: #ae6cf1;
    --box-shadow-line-accent: 1px 1px 5px 2px rgba(250, 0, 255, 0.5);
    --box-shadow-btn-primary: 0 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px rgba(9, 34, 57, 0.3) inset, 0px 5px 10px 0px rgba(162, 29, 243, 0.25), 0px 10px 20px 0px rgba(175, 29, 243, 0.1);
    --text-primary-color: #fff;
    --text-secondary-color: #89879a;
    --gold-text-gradient: linear-gradient(0deg, #ff6600, #ffd333);
    --text-colorful-gradient: linear-gradient(278deg, #fac808 -1.44%, #eb32d8 72.39%), #fff;
    --text-shadow-color-dark: 0 5.454px 9.273px rgba(23, 3, 1, 0.36);
    --header-base-bg: rgba(74, 50, 9, 0.4);
    --header-account-bg: linear-gradient(96.77deg, #3d4efc -240.32%, rgba(61, 78, 252, 0) 80.43%), #1c1d26;
    --active-tab-bg: linear-gradient(360deg, rgba(219, 0, 241, 0.25) -35.71%, rgba(219, 0, 241, 0)), linear-gradient(360deg, #db00f1, rgba(219, 0, 241, 0) 8.57%), linear-gradient(180deg, rgba(61, 78, 252, 0.2), rgba(61, 78, 252, 0) 454.29%),
        radial-gradient(100% 280% at 50% -180%, #3d3d4f 0%, #000000 100%), #18181d;
    --discord-bg: radial-gradient(49.58% 59.5% at -13.33% 119.5%, rgba(219, 0, 241, 0.25) 0%, rgba(219, 0, 241, 0) 100%), radial-gradient(69.17% 83% at 114.58% 47%, rgba(13, 130, 236, 0.25) 0%, rgba(13, 130, 236, 0) 100%), #1c1e25;
    --switcher-bar-bg: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0%, rgba(210, 0, 120, 0) 100%), #7000ff;
    --item-btn-bg: linear-gradient(180deg, #363636 2.5%, #2f2f2f 96.25%);
    --item-btn-bg-hover: radial-gradient(106.96% 246% at 50.43% 216%, rgba(250, 0, 255, 0.5) 0%, rgba(204, 0, 255, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3e173f 0%, #2b2e4d 100%), radial-gradient(307.53% 241.99% at 17.9% 11.25%, #3b3b3b 0%, #272727 60%);
    --item-btn-border-hover: 1px solid #fa00ff7f;
    --toggle-bg: #262626;
    --toggle-acitve-bg: radial-gradient(106.96% 246% at 50.43% 216%, rgba(250, 0, 255, 0.5) 0%, rgba(204, 0, 255, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #3e173f 0%, #2b2e4d 100%);
    --toggle-acitve-border: 1px solid #aa2cad;
    --toggle-point-bg: #323232;
    --toggle-active-point-bg: radial-gradient(106.96% 246% at 50.43% 216%, rgb(219, 0, 255) 0%, rgba(204, 0, 255, 0) 100%), radial-gradient(412.17% 948% at 50.43% 638%, rgba(157, 128, 165, 0.5) 0%, rgba(38, 27, 38, 0) 100%),
        radial-gradient(237.61% 242.35% at 124.36% 17.14%, #b500ba 0%, #b1b3c5 100%);
    --toggle-point-box-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px rgba(9, 34, 57, 0.3) inset;
    --bundle-bg: radial-gradient(122.63% 77.67% at 50% 22.33%, #9c3dfc 0%, rgba(134, 61, 252, 0) 100%);
    --subscription-bg: radial-gradient(98.31% 54.88% at 105.89% 91.65%, #13151b 0%, rgba(28, 30, 34, 0) 100%), radial-gradient(135.89% 75.86% at 48.78% -8.85%, rgba(67, 95, 205, 0.5) 0%, rgba(67, 95, 205, 0.025) 100%), #18181d;
    --item-circle-bg: linear-gradient(180deg, #969ac8, #2e38a0);
    --start-pack-bg: radial-gradient(171.21% 570.71% at 94.85% 601.01%, #3d4efc 0%, rgba(61, 78, 252, 0) 100%), linear-gradient(90deg, #0e132e, #21253c);
    --start-pack-top-bg: linear-gradient(90deg, #3f235b, #3e245a);
    --skin-pack-preview-bg: linear-gradient(180deg, #000 61.19%, #3e173f 87.5%);
    --skin-pack-preview-disabled-bg: linear-gradient(180deg, #000 61.19%, #140000 87.5%);
    --new-notification-circle-bg: radial-gradient(134.09% 143.75% at 50% -6.25%, #b47aff 0%, #7000ff 100%);
    --new-notification-circle-shadow: 0 0 16px 0 rgba(180, 122, 255, 0.8);
    --unviewed-notification-bg: linear-gradient(180deg, #a259ff, #7000ff);
    --unviewed-notification-shadow: 0 0 45.36px 0 #7c3aed;
    --read-all-notifications-btn-bg: #3d2f5e;
    --read-all-notifications-btn-shadow: 0px 2px 2px 0px rgba(186, 163, 255, 0.3) inset;
    --notifications-body-text-color: rgba(237, 209, 207, 0.8);
    --notifications-header-btn-bg: radial-gradient(421.99% 144.78% at 100% 157.5%, rgba(210, 0, 120, 0.5) 0%, rgba(210, 0, 120, 0) 100%), #0083e7;
    --notifications-header-btn-shadow: 0 2px 2px 0 rgba(255, 255, 255, 0.3) inset, 0px -2px 2px 0px rgba(9, 34, 57, 0.3) inset, 0px 5px 10px 0px rgba(0, 131, 231, 0.25), 0px 10px 20px 0px rgba(0, 131, 231, 0.1);
    --power-bg: url(/assets/990/image/power_bg.webp) no-repeat center/cover, #0d0d10;
    --top-char-bg: url(/assets/990/image/top_char.webp) no-repeat center/100% 100%;
    --top-char-active-bg: url(/assets/990/image/top_char_a.webp) no-repeat center/100% 100%;
    --char-lvl-block-bg: url(/assets/990/image/char_block.webp) no-repeat center/100% 100%;
    --char-lvl-l-block-bg: url(/assets/990/image/char_block_l.webp) no-repeat center/100% 100%;
    --battle-pass-chart-bg: url(/assets/990/image/bp_chart_bg.webp) no-repeat center/cover;
    --block-bg: rgba(33, 33, 33, 0.35);
    --item-bg: #1c1e26;
    --main: #0d0d10;
    --black-light: #171d29;
    --black-dark: #1e212b;
    --dark-blue-bg: #00001f;
    --accent-blue-bg: #161a2e;
    --gray: #eff3f4;
    --light: #89879a;
    --gray-blue: #20253d;
    --blue: #0d82ec;
    --blue-acent: #0093f3;
    --light-blue: #2ba8fb;
    --dark-blue: #3362ab;
    --purple: #d800f1;
    --purple-lighth: #ae6cf1;
    --purple-dark: #7000ff;
    --violet: #e3beff;
    --red: #ff3f3f;
    --dark-red: #140000;
    --light-red: #936666;
    --green: #b6ffdc;
    --green-acent: #47d000;
    --green-bright: #1d9638;
    --lime: #00d722;
    --yellow: #ffeca7;
    --yellow-acent: #ffb800;
    --yellow-brigth: #ffd600;
    --orange: #ff9f4a;
    --dark-orange: #da8e20;
    --bright-orange: #e67e23;
    --light-bronze: #d08a4a;
    --bronze: #cd7f32;
    --dark-bronze: #bb7239;
    --silver: #c0c0c0;
    --white: #fff;
    --secondary: #96b2c5;
    --color-gray: #89879a;
    --color-light: #c7bbca;
    --light-gray: #a99fac;
    --border-color: rgba(255, 255, 255, 0.1);
    --border-active: rgba(255, 255, 255, 0.5);
    --table-background-color: linear-gradient(180deg, rgba(187, 162, 211, 0.2), rgba(109, 70, 148, 0.2));
}
:root {
    --page-padding-top: 20px;
    --page-paddin-left: 40px;
    --scroll-thumb-size: 6px;
    --sidebar-maring: 0px;
    --header-height: 90px;
    --right-header-width: 420px;
    --sidebar-width: 280px;
    --right-sidebar-width: 186px;
    --acc-menu-height: 65px;
    --mobile-menu-height: 70px;
    --shop-block-max-width: 885px;
    --main-content-max-width: 1400px;
    --font-xxxlg: 4.8rem;
    --font-xxxlg-lh: 5.6rem;
    --font-slg: 3.8rem;
    --font-slg-lh: 4.5rem;
    --font-xmlg: 3rem;
    --font-xmlg-lh: 3.8rem;
    --font-xxlg: 2.6rem;
    --font-xxlg-lh: 3rem;
    --font-xlg: 2.4rem;
    --font-xlg-lh: 2.8rem;
    --font-xslg: 2rem;
    --font-xslg-lh: 2.6rem;
    --font-lg: 1.8rem;
    --font-lg-lh: 2.6rem;
    --font-md: 1.6rem;
    --font-md-lh: 2rem;
    --font-sm: 1.4rem;
    --font-sm-lh: 2rem;
    --font-xs: 1.2rem;
    --font-xs-lh: 1.8rem;
    --font-xss: 1rem;
    --font-xss-lh: 1.4rem;
    --pd-1: 2px;
    --pd-2: 5px;
    --pd-3: 10px;
    --pd-4: 12px;
    --pd-5: 20px;
    --pd-6: 30px;
    --pd-7: 40px;
    --pd-8: 50px;
    --pd-9: 60px;
    --pd-10: 70px;
    --pd-11: 80px;
    --mg-1: 5px;
    --mg-2: 10px;
    --mg-4: 20px;
    --mg-5: 30px;
    --mg-6: 40px;
    --mg-7: 50px;
    --mg-8: 60px;
    --btn-height: 44px;
    --btn-padding: 12px 20px;
    --btn-sm-height: 35px;
    --btn-sm-padding: 12px 15px;
    --btn-xs-height: 30px;
    --btn-xs-padding: 10px 8px;
}
@media (max-width: 1280px) {
    :root {
        --page-paddin-left: 16px;
        --sidebar-width: 180px;
        --right-header-width: 420px;
        --acc-menu-height: 50px;
        --shop-block-max-width: 675px;
    }
}
@media (max-width: 768px) {
    :root {
        --shop-block-max-width: 90%;
    }
}
@media (min-width: 1280px) {
    :root {
        --page-paddin-left: 20px;
        --sidebar-width: 260px;
        --right-header-width: 420px;
        --acc-menu-height: 60px;
        --shop-block-max-width: 650px;
    }
}
@media (min-width: 1440px) {
    :root {
        --header-height: 70px;
        --right-sidebar-width: 400px;
        --shop-block-max-width: 750px;
        --btn-height: 45px;
        --btn-padding: 12px 20px;
        --btn-sm-height: 35px;
        --btn-sm-padding: 12px 20px;
        --btn-xs-height: 30px;
        --btn-xs-padding: 10px 8px;
    }
}
@media (min-width: 1530px) {
    :root {
        --shop-block-max-width: 800px;
    }
}
@media (min-width: 1680px) {
    :root {
        --shop-block-max-width: 885px;
    }
}
@media (min-width: 1990px) {
    :root {
        --scroll-thumb-size: 7px;
        --header-height: 90px;
        --right-header-width: 420px;
        --sidebar-width: 350px;
        --right-sidebar-width: 450px;
        --acc-menu-height: 85px;
        --shop-block-max-width: 1000px;
        --font-slg: 4rem;
        --font-slg-lh: 4.2rem;
        --font-xxlg: 3rem;
        --font-xxlg-lh: 3.2rem;
        --font-lg: 2.2rem;
        --font-lg-lh: 3rem;
        --font-md: 2rem;
        --font-md-lh: 2.4rem;
        --font-sm: 1.8rem;
        --font-sm-lh: 2rem;
        --font-xs: 1.5rem;
        --font-xs-lh: 1.7rem;
        --font-xss: 1.2rem;
        --font-xss-lh: 1.5rem;
        --pd-1: 4px;
        --pd-2: 8px;
        --pd-3: 12px;
        --pd-4: 15px;
        --pd-5: 20px;
        --pd-6: 35px;
        --mg-1: 8px;
        --mg-2: 12px;
        --mg-4: 25px;
        --mg-6: 40px;
        --mg-8: 80px;
        --btn-height: 50px;
        --btn-padding: 15px 25px;
        --btn-sm-height: 45px;
        --btn-sm-padding: 12px 20px;
        --btn-xs-height: 35px;
        --btn-xs-padding: 10px 8px;
    }
}
:root {
    --z-index-sidebar: 10;
    --z-index-main: 2;
    --z-index-modal-wrapper: 100;
    --z-index-page-menu: 200;
    --z-index-modal: 230;
    --z-index-header: 240;
    --z-index-streamers: 300;
}
.fade-appear,
.fade-enter {
    opacity: 0;
}
.fade-appear-active,
.fade-enter-active {
    opacity: 1;
    transition: opacity 0.2s ease;
}
.fade-exit {
    opacity: 1;
}
.fade-exit-active {
    opacity: 0;
    transition: opacity 0.2s ease;
}
.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    top: 0;
    left: 0;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
/*     height: 100%; */
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.ab__text-item {
    font-weight: 400;
    font-size: var(--font-md);
    line-height: var(--font-sm-lh);
    color: #957f74;
}
.ab__text-item + .ab__text-item {
    margin-top: var(--mg-1);
}
.ab__text-item .ab__title {
    font-size: var(--font-md);
    color: #b3a59d;
    white-space: nowrap;
}
.ab__text-item .ab__title.ab__min-width {
    min-width: 80px;
}
@media (min-width: 1990px) {
    .ab__text-item .ab__title.ab__min-width {
        min-width: 120px;
    }
}
.ab__text-item .ab__icon {
    width: 16px;
    height: 16px;
    color: #afafb0;
}
@media (min-width: 1990px) {
    .ab__text-item .ab__icon {
        width: 22px;
        height: 22px;
    }
}
.ab__text-item.ab__bold {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
    color: #d2c1b3;
}
.ab__text-item.ab__bold .ab__icon {
    width: 22px;
    height: 22px;
    color: #b7ab3f;
}
@media (min-width: 1990px) {
    .ab__text-item.ab__bold .ab__icon {
        width: 30px;
        height: 30px;
    }
}
@media (max-width: 780px) {
    .ab__text-item {
        flex-flow: column wrap;
        align-items: flex-start;
    }
}
.ab__text {
    color: #8e7b71;
    font-weight: 400;
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    white-space: pre-wrap;
}
.ab__text.ab__center {
    text-align: center;
}
.ab__warn-text {
    margin-top: 15px;
    padding: 5px 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    border-radius: 5px;
}
.ab__warn-text.ab__green {
    color: #649476;
    background: rgba(39, 99, 20, 0.1);
    border-bottom: 2px solid rgba(0, 255, 100, 0.5);
}
.ab__warn-text.ab__green .ab__icon {
    color: #296328;
}
.ab__warn-text.ab__red {
    color: #b57171;
    background: rgba(70, 8, 8, 0.1);
    border-bottom: 2px solid rgba(203, 71, 71, 0.5);
}
.ab__warn-text.ab__red .ab__icon {
    color: #b57171;
}
.ab__warn-text .ab__icon {
    width: 20px;
    height: 20px;
}
@media (min-width: 1990px) {
    .ab__warn-text .ab__icon {
        width: 30px;
        height: 30px;
    }
}
.ab__title-block {
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    background: radial-gradient(171.9% 682.58% at 150.89% -129.17%, rgba(4, 0, 0, 0.5) 0, rgba(5, 0, 255, 0) 49.48%), rgba(177, 177, 197, 0.15);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 7px 13px;
    cursor: pointer;
    height: 74px;
    transition: all 0.2s ease;
}
.ab__title-block:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 0;
    background: #db00f1;
    border-radius: 10px;
    transition: height 0.2s ease;
    content: "";
}
.ab__title-block:hover {
    background: radial-gradient(171.9% 682.58% at 150.89% -129.17%, rgba(4, 0, 0, 0.5) 0, rgba(5, 0, 255, 0) 49.48%), rgba(177, 177, 197, 0.25);
}
.ab__title-block.ab__active {
    background: var(--gradient-box-secondary);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 3px;
}
.ab__title-block.ab__no-bg {
    display: none;
    border-radius: 0;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    cursor: inherit;
}
.ab__title-block.ab__no-bg,
.ab__title-block.ab__no-bg:hover {
    background: rgba(50, 51, 56, 0.25);
}
@media (max-width: 1024px) {
    .ab__title-block.ab__no-bg {
        display: flex;
    }
}
.ab__title-block .ab__img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    @media (max-width: 1280px) {
        width: 40px;
        height: 40px;
    }
}
.ab__title-block .ab__text {
    row-gap: 2px;
}
.ab__title-block .ab__title {
    font-weight: 700;
    font-size: var(--font-lg);
    line-height: var(--font-lg-lh);
    color: #fff;
}
.ab__title-block .ab__sub-title {
    font-weight: 400;
    font-size: var(--font-sm);
    line-height: var(--font-sm-lh);
    color: #696969;
}
.ab__title-block.ab__menu-item .ab__title {
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
@media (max-width: 1024px) {
    .ab__title-block {
        min-width: 160px;
    }
    .ab__sub-title {
        display: none;
    }
}
.ab__about-box .ab__opts-img {
    height: 250px;
    aspect-ratio: 1.7777777778;
}
@media (min-width: 1990px) {
    .ab__about-box .ab__opts-img {
        height: 300px;
    }
}
.ab__divider {
    height: 1px;
    margin: 10px 0;
    background: #353535;
}
.ab__full-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.ab__border-img {
    width: 32px;
    height: 32px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid var(--border-color);
    object-fit: contain;
}
@media (min-width: 1990px) {
    .ab__border-img {
        width: 52px;
        height: 52px;
    }
}
.ab__small-img {
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.ab__small-img + .ab__small-img {
    margin-left: 2px;
}
@media (min-width: 1990px) {
    .ab__small-img {
        width: 32px;
        height: 32px;
    }
}
.ab__grow-block {
    position: relative;
    flex-grow: 1;
}
.ab_image_mh_120 {
    min-height: 120px;
}
.ab_image_mh_200 {
    min-height: 200px;
}
.ab_image_mh_250 {
    min-height: 250px;
}
.ab_image_mh_300 {
    min-height: 300px;
}
.ab_image_mh_500 {
    min-height: 500px;
}
.ab__about-box {
    background: #1e1f24;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    padding: 8px 13px;
}
.ab__about-box.no-bg {
    background: none !important;
}
.ab__about-box.no-shadow {
    box-shadow: none !important;
}
.ab__about-box.no-padding {
    padding: 0 !important;
}
.ab__flex,
.ab__flex-a-center {
    display: flex !important;
}
.ab__flex-a-center {
    align-items: center;
}
.ab__flex-inline {
    display: inline-flex;
}
.v-row-padding > .container {
    padding: 0 !important;
    @media (max-width: 768px) {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }
}
.u-row {
    display: flex;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
}
.u-row .u-col {
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
}
.u-row .u-col.u-col-100 {
    flex: 0 0 100%;
    max-width: 100%;
}
@media (max-width: 767px) {
    .u-row:not(.no-stack) {
        flex-wrap: wrap;
    }
    .u-row:not(.no-stack) .u-col {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .u_content_text {
        overflow: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
        &::-webkit-scrollbar {
            display: none;
        }
    }
}
.layout-mobile .u-row:not(.no-stack) {
    flex-wrap: wrap;
}
.layout-mobile .u-row:not(.no-stack) .u-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}
@media (max-width: 480px) {
    .hide-mobile {
        display: none !important;
    }
    .container {
        max-width: 100% !important;
    }
}
@media (min-width: 481px) and (max-width: 768px) {
    .hide-tablet {
        display: none !important;
    }
}
@media (min-width: 481px) {
    .hide-desktop {
        display: none !important;
    }
}
.container {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
}
:root {
    --toastify-color-light: #fff;
    --toastify-color-dark: #121212;
    --toastify-color-info: #3498db;
    --toastify-color-success: #07bc0c;
    --toastify-color-warning: #f1c40f;
    --toastify-color-error: #e74c3c;
    --toastify-color-transparent: rgba(255, 255, 255, 0.7);
    --toastify-icon-color-info: var(--toastify-color-info);
    --toastify-icon-color-success: var(--toastify-color-success);
    --toastify-icon-color-warning: var(--toastify-color-warning);
    --toastify-icon-color-error: var(--toastify-color-error);
    --toastify-toast-width: 320px;
    --toastify-toast-background: #fff;
    --toastify-toast-min-height: 64px;
    --toastify-toast-max-height: 800px;
    --toastify-font-family: sans-serif;
    --toastify-z-index: 9999;
    --toastify-text-color-light: #757575;
    --toastify-text-color-dark: #fff;
    --toastify-text-color-info: #fff;
    --toastify-text-color-success: #fff;
    --toastify-text-color-warning: #fff;
    --toastify-text-color-error: #fff;
    --toastify-spinner-color: #616161;
    --toastify-spinner-color-empty-area: #e0e0e0;
    --toastify-color-progress-light: linear-gradient(90deg, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
    --toastify-color-progress-dark: #bb86fc;
    --toastify-color-progress-info: var(--toastify-color-info);
    --toastify-color-progress-success: var(--toastify-color-success);
    --toastify-color-progress-warning: var(--toastify-color-warning);
    --toastify-color-progress-error: var(--toastify-color-error);
}
.Toastify__toast-container {
    z-index: var(--toastify-z-index);
    -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
    position: fixed;
    padding: 4px;
    width: var(--toastify-toast-width);
    box-sizing: border-box;
    color: #fff;
}
.Toastify__toast-container--top-left {
    top: 1em;
    left: 1em;
}
.Toastify__toast-container--top-center {
    top: 1em;
    left: 50%;
    transform: translateX(-50%);
}
.Toastify__toast-container--top-right {
    top: 1em;
    right: 1em;
}
.Toastify__toast-container--bottom-left {
    bottom: 1em;
    left: 1em;
}
.Toastify__toast-container--bottom-center {
    bottom: 1em;
    left: 50%;
    transform: translateX(-50%);
}
.Toastify__toast-container--bottom-right {
    bottom: 1em;
    right: 1em;
}
@media only screen and (max-width: 480px) {
    .Toastify__toast-container {
        width: 100vw;
        padding: 0;
        left: 0;
        margin: 0;
    }
    .Toastify__toast-container--top-center,
    .Toastify__toast-container--top-left,
    .Toastify__toast-container--top-right {
        top: 0;
        transform: translateX(0);
    }
    .Toastify__toast-container--bottom-center,
    .Toastify__toast-container--bottom-left,
    .Toastify__toast-container--bottom-right {
        bottom: 0;
        transform: translateX(0);
    }
    .Toastify__toast-container--rtl {
        right: 0;
        left: auto;
    }
}
.Toastify__toast {
    position: relative;
    min-height: var(--toastify-toast-min-height);
    box-sizing: border-box;
    margin-bottom: 1rem;
    padding: 8px;
    border-radius: 4px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    max-height: var(--toastify-toast-max-height);
    overflow: hidden;
    font-family: var(--toastify-font-family);
    cursor: default;
    direction: ltr;
    z-index: 0;
}
.Toastify__toast--rtl {
    direction: rtl;
}
.Toastify__toast--close-on-click {
    cursor: pointer;
}
.Toastify__toast-body {
    margin: auto 0;
    flex: 1 1 auto;
    padding: 6px;
    display: flex;
    align-items: center;
}
.Toastify__toast-body > div:last-child {
    word-break: break-word;
    flex: 1 1;
}
.Toastify__toast-icon {
    -webkit-margin-end: 10px;
    margin-inline-end: 10px;
    width: 20px;
    flex-shrink: 0;
    display: flex;
}
.Toastify--animate {
    animation-fill-mode: both;
    animation-duration: 0.7s;
}
.Toastify--animate-icon {
    animation-fill-mode: both;
    animation-duration: 0.3s;
}
@media only screen and (max-width: 480px) {
    .Toastify__toast {
        margin-bottom: 0;
        border-radius: 0;
    }
}
.Toastify__toast-theme--dark {
    background: var(--toastify-color-dark);
    color: var(--toastify-text-color-dark);
}
.Toastify__toast-theme--colored.Toastify__toast--default,
.Toastify__toast-theme--light {
    background: var(--toastify-color-light);
    color: var(--toastify-text-color-light);
}
.Toastify__toast-theme--colored.Toastify__toast--info {
    color: var(--toastify-text-color-info);
    background: var(--toastify-color-info);
}
.Toastify__toast-theme--colored.Toastify__toast--success {
    color: var(--toastify-text-color-success);
    background: var(--toastify-color-success);
}
.Toastify__toast-theme--colored.Toastify__toast--warning {
    color: var(--toastify-text-color-warning);
    background: var(--toastify-color-warning);
}
.Toastify__toast-theme--colored.Toastify__toast--error {
    color: var(--toastify-text-color-error);
    background: var(--toastify-color-error);
}
.Toastify__progress-bar-theme--light {
    background: var(--toastify-color-progress-light);
}
.Toastify__progress-bar-theme--dark {
    background: var(--toastify-color-progress-dark);
}
.Toastify__progress-bar--info {
    background: var(--toastify-color-progress-info);
}
.Toastify__progress-bar--success {
    background: var(--toastify-color-progress-success);
}
.Toastify__progress-bar--warning {
    background: var(--toastify-color-progress-warning);
}
.Toastify__progress-bar--error {
    background: var(--toastify-color-progress-error);
}
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning {
    background: var(--toastify-color-transparent);
}
.Toastify__close-button {
    color: #fff;
    background: transparent;
    outline: none;
    border: none;
    padding: 0;
    cursor: pointer;
    opacity: 0.7;
    transition: 0.3s ease;
    align-self: flex-start;
}
.Toastify__close-button--light {
    color: #000;
    opacity: 0.3;
}
.Toastify__close-button > svg {
    fill: currentColor;
    height: 16px;
    width: 14px;
}
.Toastify__close-button:focus,
.Toastify__close-button:hover {
    opacity: 1;
}
@keyframes Toastify__trackProgress {
    0% {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}
.Toastify__progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    z-index: var(--toastify-z-index);
    opacity: 0.7;
    transform-origin: left;
}
.Toastify__progress-bar--animated {
    animation: Toastify__trackProgress linear 1 forwards;
}
.Toastify__progress-bar--controlled {
    transition: transform 0.2s;
}
.Toastify__progress-bar--rtl {
    right: 0;
    left: auto;
    transform-origin: right;
}
.Toastify__spinner {
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 100%;
    border-color: var(--toastify-spinner-color-empty-area);
    border-right-color: var(--toastify-spinner-color);
    animation: Toastify__spin 0.65s linear infinite;
}
@keyframes Toastify__bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes Toastify__bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
@keyframes Toastify__bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
@keyframes Toastify__bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
@keyframes Toastify__bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__bounceOutUp {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
@keyframes Toastify__bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
@keyframes Toastify__bounceOutDown {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.Toastify__bounce-enter--bottom-left,
.Toastify__bounce-enter--top-left {
    animation-name: Toastify__bounceInLeft;
}
.Toastify__bounce-enter--bottom-right,
.Toastify__bounce-enter--top-right {
    animation-name: Toastify__bounceInRight;
}
.Toastify__bounce-enter--top-center {
    animation-name: Toastify__bounceInDown;
}
.Toastify__bounce-enter--bottom-center {
    animation-name: Toastify__bounceInUp;
}
.Toastify__bounce-exit--bottom-left,
.Toastify__bounce-exit--top-left {
    animation-name: Toastify__bounceOutLeft;
}
.Toastify__bounce-exit--bottom-right,
.Toastify__bounce-exit--top-right {
    animation-name: Toastify__bounceOutRight;
}
.Toastify__bounce-exit--top-center {
    animation-name: Toastify__bounceOutUp;
}
.Toastify__bounce-exit--bottom-center {
    animation-name: Toastify__bounceOutDown;
}
@keyframes Toastify__zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
@keyframes Toastify__zoomOut {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.Toastify__zoom-enter {
    animation-name: Toastify__zoomIn;
}
.Toastify__zoom-exit {
    animation-name: Toastify__zoomOut;
}
@keyframes Toastify__flipIn {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
@keyframes Toastify__flipOut {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.Toastify__flip-enter {
    animation-name: Toastify__flipIn;
}
.Toastify__flip-exit {
    animation-name: Toastify__flipOut;
}
@keyframes Toastify__slideInRight {
    0% {
        transform: translate3d(110%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInLeft {
    0% {
        transform: translate3d(-110%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInUp {
    0% {
        transform: translate3d(0, 110%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideInDown {
    0% {
        transform: translate3d(0, -110%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
@keyframes Toastify__slideOutRight {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(110%, 0, 0);
    }
}
@keyframes Toastify__slideOutLeft {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-110%, 0, 0);
    }
}
@keyframes Toastify__slideOutDown {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 500px, 0);
    }
}
@keyframes Toastify__slideOutUp {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -500px, 0);
    }
}
.Toastify__slide-enter--bottom-left,
.Toastify__slide-enter--top-left {
    animation-name: Toastify__slideInLeft;
}
.Toastify__slide-enter--bottom-right,
.Toastify__slide-enter--top-right {
    animation-name: Toastify__slideInRight;
}
.Toastify__slide-enter--top-center {
    animation-name: Toastify__slideInDown;
}
.Toastify__slide-enter--bottom-center {
    animation-name: Toastify__slideInUp;
}
.Toastify__slide-exit--bottom-left,
.Toastify__slide-exit--top-left {
    animation-name: Toastify__slideOutLeft;
}
.Toastify__slide-exit--bottom-right,
.Toastify__slide-exit--top-right {
    animation-name: Toastify__slideOutRight;
}
.Toastify__slide-exit--top-center {
    animation-name: Toastify__slideOutUp;
}
.Toastify__slide-exit--bottom-center {
    animation-name: Toastify__slideOutDown;
}
@keyframes Toastify__spin {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
body,
html {
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
    font-family: var(--font-circle);
    background: var(--main-bg);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    color: var(--white);
    scrollbar-gutter: auto;
}
@-moz-document url-prefix() {
    body,
    html {
        scrollbar-width: thin;
        scrollbar-color: #444254 transparent;
    }
}
body::-webkit-scrollbar,
html::-webkit-scrollbar {
    width: var(--scroll-thumb-size);
    height: var(--scroll-thumb-size);
}
body::-webkit-scrollbar-track,
html::-webkit-scrollbar-track {
    background-color: transparent;
}
body::-webkit-scrollbar-thumb,
html::-webkit-scrollbar-thumb {
    width: var(--scroll-thumb-size);
    height: var(--scroll-thumb-size);
    border-radius: 1.5px;
    background: #444254;
}
@media (max-width: 1280px) {
    body,
    html {
        font-size: 9px;
    }
}
@media (min-width: 2000px) {
    body,
    html {
        font-size: 9px;
    }
}
h1 {
    font-size: 40px;
    margin: 0.2rem 0 1.5rem;
    white-space: pre-wrap;
}
h1,
h2 {
    font-weight: 400;
    line-height: 50px;
}
h2 {
    font-size: 35px;
    margin: 20px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
h3 {
    font-size: var(--font-xlg);
    line-height: var(--font-xlg-lh);
    margin-top: var(--mg-4);
    font-weight: 400;
}
#__next {
    height: 100%;
    min-height: 100%;
}
#page-content.blurred > div,
#page-content.blurred > header {
    filter: blur(6px);
}
p {
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
    color: #607d8b;
    white-space: pre-wrap;
}
.ScrollbarsCustom-Thumb.ScrollbarsCustom-ThumbY {
    width: 3px !important;
    border-radius: 1.5px !important;
    background: #444254 !important;
    margin-left: 5px;
}
.ScrollbarsCustom-Thumb.ScrollbarsCustom-ThumbX {
    height: 3px !important;
    border-radius: 1.5px !important;
    background: #444254 !important;
}
.ScrollbarsCustom-TrackX {
    height: 3px !important;
}
.ScrollbarsCustom-Track {
    background: none !important;
}
.terms-block p {
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.terms-block a {
    color: var(--purple-lighth);
}
.terms-block a:hover {
    text-decoration: underline;
}
.terms-block p + p {
    margin-top: 10px;
}
.terms-block .terms-title {
    margin: 20px 0;
    font-size: 20px;
    line-height: 28px;
}
.terms-block ol {
    list-style: decimal;
    padding-left: 15px;
}
.terms-block ul {
    list-style: disc;
    padding-left: 15px;
}
.terms-block li {
    font-size: 16px;
    line-height: 30px;
    color: var(--color-light);
}
.slick-slide.slick-current * {
    opacity: 1;
}
.slick-slide.slick-active.slick-current {
    z-index: 100;
}
.slick-arrow {
    position: absolute;
    top: calc(50% - 50px);
    z-index: 3;
    font-size: 0;
    width: 50px;
    height: 70px;
    box-shadow: none;
    outline: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
}
.slick-arrow.slick-prev {
    left: -20px;
    background: url(/assets/990/image/process-slider-arrow-left.png) 0 0/100% no-repeat;
}
.slick-arrow.slick-prev:hover {
    background: url(/assets/990/image/process-slider-arrow-hl.png) 0 0/100% no-repeat;
}
.slick-arrow.slick-next {
    right: -20px;
    background: url(/assets/990/image/process-slider-arrow-right.png) 0 0/100% no-repeat;
}
.slick-arrow.slick-next:hover {
    background: url(/assets/990/image/process-slider-arrow-h.png) 0 0/100% no-repeat;
}
@media (max-width: 800px) {
    h1 {
        font-size: 40px;
        line-height: 35px;
    }
    h2 {
        font-size: 30px;
        line-height: 40px;
    }
    h3 {
        font-size: 20px;
        line-height: 25px;
    }
    .slick-arrow.slick-prev {
        left: 10px;
    }
    .slick-arrow.slick-next {
        right: 10px;
    }
}
.text_normal {
    color: rgb(176, 195, 217) !important;
}
.text_uncommon {
    color: rgb(121, 155, 85) !important;
}
.text_rare {
    color: rgb(238, 130, 238) !important;
}
.text_legendary {
    color: rgb(255, 140, 0) !important;
}
.text_epic {
    color: rgb(235, 75, 75) !important;
}
.Toastify__toast-body {
    font-size: var(--font-md);
    line-height: var(--font-md-lh);
}
.Toastify__toast-theme--dark {
    background: radial-gradient(38.33% 57.5% at 108.54% 108.75%, #13151b 0, rgba(28, 30, 34, 0) 100%), radial-gradient(143.68% 121.33% at -20% 24.06%, rgba(61, 78, 252, 0.2) 0, rgba(185, 191, 255, 0.05) 100%), #18181d;
    box-shadow: 0 0 20px 10px rgb(0 0 0/50%);
}
@media (max-width: 768px) {
    div#CookiebotWidget {
        bottom: 70px !important;
    }
}
.no-scroll {
    overflow: hidden;
}
.grecaptcha-badge {
    opacity: 0 !important;
}
