.TooltipContent{border-radius:4px;padding:10px 15px;font-size:15px;line-height:1;color:#000;background-color:#fff;box-shadow:#0e121659 0 10px 38px -10px,#0e121633 0 10px 20px -15px;-webkit-user-select:none;user-select:none;animation-duration:.4s;animation-timing-function:cubic-bezier(.16,1,.3,1);will-change:transform,opacity;z-index:99999}.TooltipContent[data-state=delayed-open][data-side=top]{animation-name:slideDownAndFade}.TooltipContent[data-state=delayed-open][data-side=right]{margin-left:10px;animation-name:slideLeftAndFade}.TooltipContent[data-state=delayed-open][data-side=bottom]{animation-name:slideUpAndFade}.TooltipContent[data-state=delayed-open][data-side=left]{animation-name:slideRightAndFade}.TooltipArrow{fill:#fff}@keyframes slideUpAndFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideRightAndFade{0%{opacity:0;transform:translate(-2px)}to{opacity:1;transform:translate(0)}}@keyframes slideDownAndFade{0%{opacity:0;transform:translateY(-2px)}to{opacity:1;transform:translateY(0)}}@keyframes slideLeftAndFade{0%{opacity:0;transform:translate(2px)}to{opacity:1;transform:translate(0)}}[data-simplebar]{position:relative;flex-direction:column;flex-wrap:wrap;justify-content:flex-start;align-content:flex-start;align-items:flex-start}.simplebar-wrapper{overflow:hidden;width:inherit;height:inherit;max-width:inherit;max-height:inherit}.simplebar-mask{direction:inherit;position:absolute;overflow:hidden;padding:0;margin:0;left:0;top:0;bottom:0;right:0;width:auto!important;height:auto!important;z-index:0}.simplebar-offset{direction:inherit!important;box-sizing:inherit!important;resize:none!important;position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;-webkit-overflow-scrolling:touch}.simplebar-content-wrapper{direction:inherit;box-sizing:border-box!important;position:relative;display:block;height:100%;width:auto;max-width:100%;max-height:100%;overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar{display:none;width:0;height:0}.simplebar-content:after,.simplebar-content:before{content:" ";display:table}.simplebar-placeholder{max-height:100%;max-width:100%;width:100%;pointer-events:none}.simplebar-height-auto-observer-wrapper{box-sizing:inherit!important;height:100%;width:100%;max-width:1px;position:relative;float:left;max-height:1px;overflow:hidden;z-index:-1;padding:0;margin:0;pointer-events:none;flex-grow:inherit;flex-shrink:0;flex-basis:0}.simplebar-height-auto-observer{box-sizing:inherit;display:block;opacity:0;position:absolute;top:0;left:0;height:1000%;width:1000%;min-height:1px;min-width:1px;overflow:hidden;pointer-events:none;z-index:-1}.simplebar-track{z-index:1;position:absolute;right:0;bottom:0;pointer-events:none;overflow:hidden}[data-simplebar].simplebar-dragging,[data-simplebar].simplebar-dragging .simplebar-content{pointer-events:none;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}[data-simplebar].simplebar-dragging .simplebar-track{pointer-events:all}.simplebar-scrollbar{position:absolute;left:0;right:0;min-height:10px}.simplebar-scrollbar:before{position:absolute;content:"";background:#000;border-radius:7px;left:2px;right:2px;opacity:0;transition:opacity .2s .5s linear}.simplebar-scrollbar.simplebar-visible:before{opacity:.5;transition-delay:0s;transition-duration:0s}.simplebar-track.simplebar-vertical{top:0;width:11px}.simplebar-scrollbar:before{top:2px;bottom:2px;left:2px;right:2px}.simplebar-track.simplebar-horizontal{left:0;height:11px}.simplebar-track.simplebar-horizontal .simplebar-scrollbar{right:auto;left:0;top:0;bottom:0;min-height:0;min-width:10px;width:auto}[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical{right:auto;left:0}.simplebar-dummy-scrollbar-size{direction:rtl;position:fixed;opacity:0;visibility:hidden;height:500px;width:500px;overflow-y:hidden;overflow-x:scroll;-ms-overflow-style:scrollbar!important}.simplebar-dummy-scrollbar-size>div{width:200%;height:200%;margin:10px 0}.simplebar-hide-scrollbar{position:fixed;left:0;visibility:hidden;overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}:root{--PhoneInput-color--focus: #03b2cb;--PhoneInputInternationalIconPhone-opacity: .8;--PhoneInputInternationalIconGlobe-opacity: .65;--PhoneInputCountrySelect-marginRight: .35em;--PhoneInputCountrySelectArrow-width: .3em;--PhoneInputCountrySelectArrow-marginLeft: var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth: 1px;--PhoneInputCountrySelectArrow-opacity: .45;--PhoneInputCountrySelectArrow-color: currentColor;--PhoneInputCountrySelectArrow-color--focus: var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform: rotate(45deg);--PhoneInputCountryFlag-aspectRatio: 1.5;--PhoneInputCountryFlag-height: 1em;--PhoneInputCountryFlag-borderWidth: 1px;--PhoneInputCountryFlag-borderColor: rgba(0,0,0,.5);--PhoneInputCountryFlag-borderColor--focus: var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading: rgba(0,0,0,.1)}.PhoneInput{display:flex;align-items:center}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;width:100%;height:100%}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{position:relative;align-self:stretch;display:flex;align-items:center;margin-right:var(--PhoneInputCountrySelect-marginRight)}.PhoneInputCountrySelect{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1;border:0;opacity:0;cursor:pointer}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{display:block;content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.ps{overflow:hidden!important;overflow-anchor:none;-ms-overflow-style:none;-ms-touch-action:auto;touch-action:auto}.ps__rail-x{position:absolute;bottom:0;display:none;height:15px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{position:absolute;right:-2px!important;display:none;width:15px;opacity:0;-webkit-transition:background-color .2s linear,opacity .2s linear;transition:background-color .2s linear,opacity .2s linear}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{display:block;background-color:transparent}.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y,.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y{opacity:.6}.ps .ps__rail-x:hover,.ps .ps__rail-y:hover,.ps .ps__rail-x:focus,.ps .ps__rail-y:focus,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-y.ps--clicking{background-color:transparent;opacity:.9}.ps__thumb-x{position:absolute;bottom:2px;height:6px;background-color:#2e3542;border-radius:6px;-webkit-transition:background-color .2s linear,height .2s ease-in-out;transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-y{position:absolute;right:2px;width:6px;background-color:#2e3542;border-radius:6px;-webkit-transition:background-color .2s linear,width .2s ease-in-out;transition:background-color .2s linear,width .2s ease-in-out}.ps__rail-x:hover>.ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x.ps--clicking .ps__thumb-x{height:11px;background-color:#2e3542}.ps__rail-y:hover>.ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y.ps--clicking .ps__thumb-y{width:11px;background-color:#2e3542}@supports (-ms-overflow-style: none){.ps{overflow:auto!important}}@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none){.ps{overflow:auto!important}}.scrollbar-container{position:relative;height:100%}@font-face{font-family:swiper-icons;src:url("");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-slide,.swiper-3d .swiper-cube-shadow{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{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{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-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}/*!
 * Selector 01.06.2022
 */:root{--color-main-first: #047cfc;--color-main-second: #0064ff;--color-main-third: #79a6f8;--color-side-first: #219a19;--color-side-second: #187312;--color-side-third: #2dc53a;--color-side-fourth: #013e01;--color-side-second-first: #3e2b97;--color-side-second-second: #e8650b;--color-main-background: #20242d;--color-side-background: #1c2028;--color-third-background: #272d39;--color-fourth-background: #242932;--color-fifth-background: #2d3340;--color-sixth-background: #232833;--color-seventh-background: #2e3542;--color-eighth-background: #191d25;--color-nineth-background: #373e4c;--color-tenth-background: #3d4656;--color-eleventh-background: #343b48;--color-twelvth-background: #495465;--color-thirtieth-background: #242831;--color-text-first: #828f9a;--color-text-second: #748198;--color-text-third: #6b768a;--color-text-fourth: #aab0bd;--color-text-fivth: #5e6a7f;--color-text-sixth: #d8d8d8;--color-text-placeholder: #828f9a;--color-white: #fff;--color-black: #000}@-webkit-keyframes _isSlidingFrame_195tz_1{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}50%{opacity:1}to{-webkit-transform:translateY(150%);transform:translateY(150%);opacity:0}}@keyframes _isSlidingFrame_195tz_1{0%{-webkit-transform:translateY(0);transform:translateY(0);opacity:0}50%{opacity:1}to{-webkit-transform:translateY(150%);transform:translateY(150%);opacity:0}}@-webkit-keyframes _floatup_195tz_1{20%{opacity:.999}to{transform:translate3d(-50%,-17px,0);opacity:0}}@keyframes _floatup_195tz_1{20%{opacity:.999}to{transform:translate3d(-50%,-17px,0);opacity:0}}._chatWrapper_195tz_113{display:flex;flex:1 1;flex-direction:column;width:100%;margin-top:15px;padding:0 10px}@media (max-width: 900px){._chatWrapper_195tz_113{height:calc(100% + -0px)}._chatWrapper_195tz_113 ._liveParams_195tz_125{padding:10px 0 10px 5px}}._chatWrapper_195tz_113 ._itemControl_195tz_129{position:absolute;top:22px;right:15px}._chatWrapper_195tz_113 ._liveParams_195tz_125{display:flex;flex:none;align-items:center;justify-content:space-between;margin:0 10px;padding-bottom:20px}._chatWrapper_195tz_113 ._liveParams_195tz_125>._item_195tz_129{display:flex;align-items:center;color:#5b6271;font-size:16px}._chatWrapper_195tz_113 ._liveParams_195tz_125>._item_195tz_129 span{color:#fff}._chatWrapper_195tz_113 ._chatBlock_195tz_151{position:relative;display:flex;flex:auto;flex-direction:column;height:120px;min-height:100px;-webkit-transition:all .3s;transition:all .3s}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161{position:absolute;right:calc(10% - 10px);bottom:135px;z-index:1;display:block;width:calc(90% - 10px);margin:0 auto;padding:13px 20px;color:#fff;text-align:center;background:#047cfc;border-radius:5px;cursor:pointer}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161 ._placeholder_195tz_176{opacity:0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161 ._pausedContainer_195tz_179{position:absolute;right:0;bottom:0;width:100%;padding:13px 20px;text-align:center;visibility:visible;opacity:1}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161 ._playContainer_195tz_189{position:absolute;right:0;bottom:0;width:100%;padding:13px 20px;text-align:center;visibility:hidden;opacity:0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161:hover{background:#0064ff}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161:hover ._pausedContainer_195tz_179{visibility:hidden;opacity:0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161:hover ._playContainer_195tz_189{visibility:visible;opacity:1}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161 svg{margin-bottom:2px;font-size:12px}@media (max-width: 1099px){._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161{right:calc(10% - 5px)}}@media (max-width: 900px){._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._paused_195tz_161{right:23px;width:calc(100% - 36px)}}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225{position:relative;margin-bottom:15px;padding-right:10px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._date_195tz_230{display:flex;justify-content:space-between;margin-bottom:10px;color:#828f9a;font-size:10px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._loaderBlock_195tz_237{position:relative;width:calc(100% + 15px);margin-top:50px;text-align:center}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._creator_195tz_243{padding:10px;text-align:center;background:#272d39;border-radius:5px 5px 0 0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._creator_195tz_243 ._user_195tz_249{margin:0;padding:0;color:#828f9a;font-weight:500;text-transform:none;background:0 0;border:0;outline:none;cursor:pointer;touch-action:manipulation}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._creator_195tz_243 ._user_195tz_249:hover{color:#fff}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._creator_195tz_243 ._user_195tz_249 ._name_195tz_264{position:relative;white-space:nowrap}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268{position:relative;width:100%;min-height:44px;margin-bottom:10px;padding:12px;background:#4885f31a;border-top:1px solid #047cfc;border-bottom:1px solid #047cfc;border-radius:6px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._caption_195tz_279{margin-bottom:7px;color:#fff;font-size:14px;line-height:20px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._caption_195tz_279>span{margin-left:5px;font-weight:400;word-break:break-word}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._caption_195tz_279 ._label_195tz_290{position:relative;display:inline-block;margin:0;color:#047cfc;font-weight:500}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._caption_195tz_279 svg{position:absolute;top:50%;left:0;margin-top:-1px;font-size:13px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._description_195tz_306{color:#828f9a;font-size:13px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._description_195tz_306 ._user_195tz_249{margin:0;padding:0;color:#828f9a;font-weight:500;text-transform:none;background:0 0;border:0;outline:none;cursor:pointer;touch-action:manipulation}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._description_195tz_306 ._user_195tz_249:hover{color:#fff}s ._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._description_195tz_306 ._user_195tz_249 ._name_195tz_264{position:relative;white-space:nowrap}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._description_195tz_306 ._user_195tz_249:after{padding-right:5px;content:", "}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._description_195tz_306 ._user_195tz_249:last-child:after{display:none}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._question_195tz_336{margin-top:10px;-webkit-user-select:none;user-select:none}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._question_195tz_336 ._label_195tz_290{position:relative;display:inline-block;margin-right:5px;padding-left:18px;color:#ffd000;font-weight:500}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._quizItem_195tz_268 ._question_195tz_336 ._label_195tz_290 svg{position:absolute;top:50%;left:0;margin-top:-1px;margin-right:5px;font-size:14px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359{position:relative;width:100%;min-height:44px;margin-bottom:10px;padding:12px;background:#20242d;border-radius:5px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359:before{position:absolute;top:0;left:0;width:100%;height:100%;background:url("");opacity:.1;-webkit-animation:_messageRain_195tz_1 5s linear infinite forwards;animation:_messageRain_195tz_1 5s linear infinite forwards;content:""}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380{position:relative;color:#828f9a;font-weight:500;transition:.4s linear}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._user_195tz_249{margin:0;padding:0;color:#828f9a;font-weight:500;text-transform:none;background:0 0;border:0;outline:none;cursor:pointer;touch-action:manipulation}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._user_195tz_249:hover{color:#fff}s ._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._user_195tz_249 ._name_195tz_264{position:relative;white-space:nowrap}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._user_195tz_249:after{padding-right:5px;content:", "}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._user_195tz_249:last-child:after{display:none}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._bet_195tz_412{display:inline-flex;align-items:center;color:#2dc53a;font-weight:inherit;font-size:inherit;text-transform:uppercase}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._bet_195tz_412 ._content_195tz_420{display:inline-flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._bet_195tz_412 ._icon_195tz_429{width:auto;height:auto;vertical-align:initial}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._users_195tz_380 ._bet_195tz_412 ._icon_195tz_429._widthAuto_195tz_434{width:auto;height:auto;margin-left:5px;vertical-align:initial}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440{margin-top:5px;color:#fff;font-weight:500}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440 ._rain_195tz_359{display:inline-block;margin:0 5px;color:#047cfc}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440 ._rain_195tz_359 svg{position:relative;font-size:13px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440 ._bet_195tz_412{display:inline-flex;align-items:center;color:#2dc53a;font-weight:inherit;font-size:inherit;text-transform:uppercase}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440 ._bet_195tz_412 ._content_195tz_420{display:inline-flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440 ._bet_195tz_412 ._icon_195tz_429{width:auto;height:auto;vertical-align:initial}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359 ._under_195tz_440 ._bet_195tz_412 ._icon_195tz_429._widthAuto_195tz_434{width:auto;height:auto;margin-left:5px;vertical-align:initial}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._rainItem_195tz_359._hasCreator_195tz_482{border-radius:0 0 5px 5px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129{position:relative;display:flex;width:100%;min-height:44px;margin-bottom:10px;padding:10px;overflow:hidden;background:#272d39;border-radius:6px;cursor:pointer}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._btnReply_195tz_497{position:absolute;top:0;right:0;width:30px;height:30px;color:#6a757f;font-size:12px;visibility:hidden;cursor:pointer;opacity:0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._btnReply_195tz_497:hover{color:#848e98}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129:hover ._overlay_195tz_512{display:flex}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129:hover ._btnReply_195tz_497{visibility:visible;opacity:1}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519{display:flex;justify-content:space-between;font-size:13px;line-height:20px;word-wrap:break-word;word-break:break-word}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519>div{display:flex;justify-content:start;width:100%}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._userLink_195tz_532{display:none;width:100%;margin:0;padding:0;overflow:hidden;color:#828f9a;font-weight:700;white-space:nowrap;text-align:left;text-transform:none;text-overflow:ellipsis;background:none;border:0;outline:0;cursor:pointer;touch-action:manipulation}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550{display:inline;color:#828f9a;font-weight:600;font-size:14px;text-overflow:ellipsis}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550 ._respondName_195tz_557{margin-right:2px;padding:1px 5px;color:#828f9a;background:#1c2028;border-radius:5px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550 ._respondName_195tz_557:hover{color:#fff}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550 ._respondName_195tz_557._toMe_195tz_567{color:#fff;background:#047cfc}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550 img{width:15px;height:15px;margin-right:5px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550._bronze_195tz_576{color:#ab5d30}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550._silver_195tz_579{color:#4d7bcd}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550._gold_195tz_582{color:#ffd40e}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550._platinum_195tz_585{color:#077cfc}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550._diamond_195tz_588{color:#7625f4}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._chatMessage_195tz_550._elite_195tz_591{color:#ff3c38}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._name_195tz_264:hover{color:#fff}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._message_195tz_597{margin-left:5px;overflow:hidden;color:#fff;font-weight:400;font-size:13px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129 ._chatContent_195tz_519 ._message_195tz_597 svg{margin-bottom:2px;margin-left:-3px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatInner_195tz_225 ._item_195tz_129:last-child{margin-bottom:0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611{position:relative;padding:0 8px 0 0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._smiles_195tz_616{position:absolute;bottom:90px;z-index:200;display:none;width:100%}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._smiles_195tz_616._open_195tz_623{display:block}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626{position:relative;display:flex;height:80px;background:#20242d;border-radius:4px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._empty_195tz_633{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:65px;margin:5px;padding:10px;color:#828f9a;font-size:14px;text-align:center;background:#20242d}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._wrap_195tz_647{position:relative;width:100%;overflow:hidden}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._wrap_195tz_647 ._btnRain_195tz_652{position:absolute;right:6px;bottom:6px;display:flex;align-items:center;justify-content:center;width:26px;height:24px;color:#828f9a;font-size:12px;background:#1c2028;border:0;border-radius:4px;outline:none;cursor:pointer}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._wrap_195tz_647 ._btnRain_195tz_652:hover{background:#191d25;outline:none}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._wrap_195tz_647 ._content_195tz_420{box-sizing:border-box;width:100%;min-height:80px;max-height:80px;margin-bottom:0;padding:10px 12px 5px 10px;overflow-x:hidden;overflow-y:auto;color:#fff;font-size:14px;line-height:17px;word-wrap:break-word;background-color:initial;border:none;border-radius:0;outline:0;resize:none;-webkit-font-smoothing:subpixel-antialiased;scrollbar-color:#242424 #181b22;scrollbar-width:thin}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._wrap_195tz_647 ._content_195tz_420::placeholder{color:#828f9a}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._controls_195tz_698{display:flex;flex:none;flex-direction:column;align-items:center;justify-content:space-between;width:44px;background:#272d39;border-radius:0 4px 4px 0}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._controls_195tz_698 button{display:flex;flex:auto;align-items:center;justify-content:center;width:100%;font-size:20px;background:0 0;border:none;outline:none;cursor:pointer}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._controls_195tz_698 button svg{fill:#5e6a7f}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._controls_195tz_698 button ._icon-send_195tz_723{fill:#047cfc}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._form_195tz_626 ._controls_195tz_698 button ._icon-smile_195tz_726:hover{fill:#ffaf00}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._infoBlock_195tz_729{display:flex;justify-content:space-between;margin-top:10px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._infoBlock_195tz_729 ._online_195tz_734{display:flex;color:#828f9a;font-size:12px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._infoBlock_195tz_729 ._online_195tz_734 ._badge_195tz_739{z-index:1;width:8px;height:8px;margin-top:4px;margin-right:8px;background:#1fff20;border-radius:50%}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._infoBlock_195tz_729 ._rules_195tz_748{color:#828f9a;font-size:12px}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._infoBlock_195tz_729 ._rules_195tz_748 svg{margin-right:5px;margin-bottom:2px;fill:#828f9a}._chatWrapper_195tz_113 ._chatBlock_195tz_151 ._chatFooter_195tz_611 ._infoBlock_195tz_729 ._rules_195tz_748 svg:hover{fill:#fff}._chatWrapper_195tz_113 ._liveScroll_195tz_760{position:absolute;right:12px;bottom:10px;z-index:9999;width:35px;height:35px;background:#232933;border:0;border-radius:50%;outline:none;visibility:hidden;cursor:pointer;opacity:0;-webkit-transition:.3s ease-out;transition:.3s ease-out}._chatWrapper_195tz_113 ._liveScroll_195tz_760 ._values_195tz_777{position:absolute;top:-6px;right:-6px;width:18px;height:18px;color:#fff;font-weight:700;font-size:8px;line-height:18px;background:#4886f5;border-radius:50%;content:attr(data-values)}._chatWrapper_195tz_113 ._liveScroll_195tz_760:hover{box-shadow:0 0 0 1px #047cfc}._chatWrapper_195tz_113 ._liveScroll_195tz_760._active_195tz_794{visibility:visible;opacity:1;-webkit-transition:.3s ease-out;transition:.3s ease-out}._chatWrapper_195tz_113 ._liveScroll_195tz_760 svg{font-size:11px;fill:#fff}@-webkit-keyframes _messageRain_195tz_1{0%{background-position:0 -1000px}to{background-position:0 0}}@keyframes _messageRain_195tz_1{0%{background-position:0 -1000px}to{background-position:0 0}}@font-face{font-weight:400;font-family:Rubik;font-style:normal;src:url("Rubik-Regular-B3FUqZG-.woff2.html") format("woff2"),url("Rubik-Regular-2F2Z4l8-.woff") format("woff");font-display:swap}@font-face{font-weight:500;font-family:Rubik;font-style:normal;src:url("Rubik-Medium-xAMS_UWr.woff2.html") format("woff2"),url("Rubik-Medium-ByWW2ru6.woff") format("woff");font-display:swap}*{box-sizing:border-box;margin:0;padding:0;-webkit-transition:none;transition:none}html{overflow:hidden;font-size:14px;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body,html{width:100%;height:100%}body{height:100%;overflow:hidden;color:#fff;font-family:Rubik,Arial,sans-serif!important;line-height:1.25;background:#20242d;-webkit-overflow-scrolling:touch}:root{--sat: env(safe-area-inset-top);--sar: env(safe-area-inset-right);--sab: env(safe-area-inset-bottom);--sal: env(safe-area-inset-left);--safe-area-inset-top: env(safe-area-inset-top);--safe-area-inset-right: env(safe-area-inset-right);--safe-area-inset-bottom: env(safe-area-inset-bottom);--safe-area-inset-left: env(safe-area-inset-left)}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}input[type=number]{-moz-appearance:textfield}::-webkit-scrollbar{width:6px;height:6px;background:transparent;border-radius:6px}::-webkit-scrollbar-thumb{background:#232833;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:#232833}::-webkit-scrollbar-corner{background:transparent}._pwaPage_195tz_906:not(._staticPage_195tz_906){position:fixed}._pwaPage_195tz_906:not(._staticPage_195tz_906) body{height:100%}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._content_195tz_420{padding-top:0}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._content_195tz_420 ._header_195tz_915{position:relative;z-index:7}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._content_195tz_420 ._mobileNav_195tz_919{position:fixed;bottom:0}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._content_195tz_420 ._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923{background:transparent}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._content_195tz_420 ._contentWrapper_195tz_926 ._contentScroll_195tz_926{padding-bottom:50px}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._leftWrapper_195tz_929._open_195tz_623{height:calc(100% - 125px)}._pwaPage_195tz_906:not(._staticPage_195tz_906) body ._app_195tz_912 ._leftWrapper_195tz_929 ._leftContainer_195tz_932{padding-bottom:15px}._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935 ._app_195tz_912 ._content_195tz_420 ._mobileNavWrapper_195tz_923{padding:0 5px calc(var(--safe-area-inset-bottom))}._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935 ._app_195tz_912 ._rightWrapper_195tz_938{height:calc(100% - 50px);padding-top:var(--safe-area-inset-top)}._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935._ios_195tz_942 ._rightWrapper_195tz_938{height:calc(100% - 75px)}@media screen and (orientation: landscape){._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935 ._app_195tz_912{padding-right:calc(var(--safe-area-inset-left) - 15px);padding-left:calc(var(--safe-area-inset-left) - 15px)}._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935 ._app_195tz_912 ._content_195tz_420 ._mobileNavWrapper_195tz_923{padding-bottom:calc(var(--safe-area-inset-bottom) - 5px)}._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935 ._app_195tz_912 ._rightWrapper_195tz_938{height:calc(100% - (var(--safe-area-inset-bottom) - 5px) - 50px);padding:0 calc(var(--safe-area-inset-left) - 5px)}._pwaPage_195tz_906:not(._staticPage_195tz_906)._notch_195tz_935 ._app_195tz_912 ._mobileOverlay_195tz_957{padding:0 calc(var(--safe-area-inset-left) - 5px)}}._pwaPage_195tz_906:not(._staticPage_195tz_906) ._loaderFull_195tz_961{height:100vh}._pwaPage_195tz_906:not(._staticPage_195tz_906)._ios_195tz_942 body{padding-bottom:25px}._pwaPage_195tz_906:not(._staticPage_195tz_906)._ios_195tz_942 ._mobileNav_195tz_919{padding-bottom:25px}._pwaPage_195tz_906:not(._staticPage_195tz_906)._ios_195tz_942 ._contentWrapper_195tz_926 ._contentScroll_195tz_926{padding-bottom:50px}._pwaPage_195tz_906:not(._staticPage_195tz_906)._ios_195tz_942 ._leftWrapper_195tz_929._open_195tz_623{height:calc(100% - 150px)!important}._pwaPage_195tz_906:not(._staticPage_195tz_906)._ios_195tz_942 ._leftWrapper_195tz_929 ._leftContainer_195tz_932{padding-bottom:0}::-moz-selection{color:#fff;background:#000}::selection{color:#fff;background:#000}::-webkit-calendar-picker-indicator{filter:invert(1)}a,button{font:inherit;text-decoration:none}input{margin:0;font-size:inherit;font-family:inherit;line-height:inherit}a,button,input,label,textarea{touch-action:manipulation}button{color:#fff;background-color:initial;border:0;outline:none!important}a{color:#047cfc}a:hover{color:#79a6f8}a:active,a:focus{outline:none!important}p{margin-top:0;margin-bottom:1rem}svg{overflow:hidden;vertical-align:middle}img{vertical-align:middle;border-style:none}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}._icon_195tz_429{display:inline-block;width:1em;height:1em;fill:currentColor;stroke:currentColor;stroke-width:0}._app_195tz_912{width:100%;height:1px;min-height:100%}._btn_195tz_497{align-items:center;padding:9px 20px;color:#fff;font-weight:400;font-size:1rem;font-family:Rubik,Arial,sans-serif;text-decoration:none;background:linear-gradient(45deg,#047cfc,#0064ff);border:1px solid transparent;border-radius:5px;outline:none!important;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._btn_195tz_497:hover{color:inherit;background:#0064ff}._btn_195tz_497[disabled]{cursor:not-allowed;opacity:.8;pointer-events:none}._btn_195tz_497:not(._btnLight_195tz_1103)._btnGreen_195tz_1103{background:#219a19}._btn_195tz_497:not(._btnLight_195tz_1103)._btnGreen_195tz_1103:not(._disabled_195tz_1106):hover{background:#187312}._btn_195tz_497:not(._btnLight_195tz_1103)._btnGray_195tz_1109{color:inherit;background:#272d39}._btn_195tz_497:not(._btnLight_195tz_1103)._btnGray_195tz_1109:not(._disabled_195tz_1106):hover{background:#12151b}._btn_195tz_497:not(._btnLight_195tz_1103)._btnRed_195tz_1116{background:#e86376}._btn_195tz_497:not(._btnLight_195tz_1103)._btnRed_195tz_1116:not(._disabled_195tz_1106):hover{background:#e1374f}._btn_195tz_497:not(._btnLight_195tz_1103)._btnTransparent_195tz_1122,._btn_195tz_497:not(._btnLight_195tz_1103)._btnTransparent_195tz_1122:not(._disabled_195tz_1106):hover{background:transparent}._btn_195tz_497:not(._btnLight_195tz_1103)._btnTransparent_195tz_1122{color:#7d8a98}._btn_195tz_497:not(._btnLight_195tz_1103)._btnTransparent_195tz_1122:hover{color:#fff}._btn_195tz_497._btnLight_195tz_1103{color:#6b768a;background:transparent;border:1px solid hsla(0,0%,100%,.08);box-shadow:none}._btn_195tz_497._btnLight_195tz_1103:not(._disabled_195tz_1106):hover{color:#fff;background:#047cfc;border-color:#047cfc}._btn_195tz_497._btnLight_195tz_1103._btnGreen_195tz_1103{color:#fff;border-color:#2dc53a}._btn_195tz_497._btnLight_195tz_1103._btnGreen_195tz_1103:not(._disabled_195tz_1106,._isActive_195tz_1146):hover{color:#2dc53a;background:transparent;border-color:#2dc53a}._btn_195tz_497._btnLight_195tz_1103._btnGreen_195tz_1103._isActive_195tz_1146{color:#fff;background:#2dc53a;border-color:#2dc53a}._btn_195tz_497._btnLight_195tz_1103._btnGray_195tz_1109{color:#fff;border-color:#272d39}._btn_195tz_497._btnLight_195tz_1103._btnGray_195tz_1109:not(._disabled_195tz_1106,._isActive_195tz_1146):hover{color:#272d39;background:transparent;border-color:#272d39}._btn_195tz_497._btnLight_195tz_1103._btnGray_195tz_1109._isActive_195tz_1146{color:#fff;background:#272d39;border-color:#272d39}._btn_195tz_497._btnLight_195tz_1103._btnRed_195tz_1116{color:#fff;border-color:#e86376}._btn_195tz_497._btnLight_195tz_1103._btnRed_195tz_1116:not(._disabled_195tz_1106,._isActive_195tz_1146):hover{color:#e86376;background:transparent;border-color:#e86376}._btn_195tz_497._btnLight_195tz_1103._btnRed_195tz_1116._isActive_195tz_1146{color:#fff;background:#e86376;border-color:#e86376}._btn_195tz_497._btnLight_195tz_1103._btnTransparent_195tz_1122{color:#fff;border-color:transparent}._btn_195tz_497._btnLight_195tz_1103._btnTransparent_195tz_1122:not(._disabled_195tz_1106,._isActive_195tz_1146):hover{color:transparent;background:transparent;border-color:transparent}._btn_195tz_497._btnLight_195tz_1103._btnTransparent_195tz_1122._isActive_195tz_1146{color:#fff;background:transparent;border-color:transparent}._menu_195tz_1199{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;box-sizing:border-box;min-width:10rem;margin:.125rem 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border-radius:6px}._menu_195tz_1199 ._item_195tz_129{display:block;clear:both;box-sizing:border-box;width:100%;padding:.25rem 1.5rem;color:#212529;font-weight:400;font-size:medium;white-space:nowrap;text-align:inherit;background-color:initial;border:0}._menu_195tz_1199 ._item_195tz_129:first-child{border-radius:6px 6px 0 0}._menu_195tz_1199 ._item_195tz_129:last-child{border-radius:0 0 6px 6px}._menu_195tz_1199 ._item_195tz_129:focus,._menu_195tz_1199 ._item_195tz_129:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa;outline:none}._menu_195tz_1199 ._item_195tz_129._active_195tz_794,._menu_195tz_1199 ._item_195tz_129:active{color:#fff;text-decoration:none;background-color:#007bff}._menu_195tz_1199 ._item_195tz_129:not(._active_195tz_794),._menu_195tz_1199 ._item_195tz_129:not([disabled]){cursor:pointer}._copyTooltip_195tz_1252{position:absolute;bottom:100%;left:50%;width:80%;margin-bottom:6px;padding:5px 15px;font-size:11px;text-align:center;background:#00000080;border-radius:5px;transform:translate3d(-50%,30px,0);opacity:0;pointer-events:none}._copyTooltip_195tz_1252._visible_195tz_1267{opacity:1;-webkit-animation:_floatup_195tz_1 1s 1;animation:_floatup_195tz_1 1s 1}._loader_195tz_237{position:relative;display:block;width:100%;height:100%;pointer-events:none}._loader_195tz_237 img{width:40px;height:40px}._loaderCentred_195tz_1285{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}._loaderCentred_195tz_1285 img{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto}._loaderCentred_195tz_1285 img._loaderLogo_195tz_1300{bottom:120px;width:100%;height:90px}._loaderHalf_195tz_1306{height:50vh}._loaderAddress_195tz_1310{position:sticky!important;height:200px!important;transform:none!important}._loaderFull_195tz_961{z-index:100000;width:100%;height:100%;background:#1c2028}._loaderClub_195tz_1323{position:relative;top:0;height:250px;transform:translate(-50%)}._loaderBanners_195tz_1330{position:relative;top:0;height:210px;text-align:center}._loaderSettings_195tz_1337{position:relative;height:250px;transform:translate(-50%)}._loaderLanging_195tz_1343{position:relative;height:100px;transform:translate(-50%)}._maintenance_195tz_1349{position:absolute;top:calc(50% + 51px);left:50%;z-index:100001;display:block;width:100%;color:#fff;font-size:20px;text-align:center;transform:translate(-50%,-50%)}._rotating_195tz_1362{-webkit-animation:_rotating_195tz_1362 2s linear infinite;animation:_rotating_195tz_1362 2s linear infinite}@-webkit-keyframes _rotating_195tz_1362{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes _rotating_195tz_1362{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media screen and (max-width: 969px){._btn_195tz_497{font-size:12px}}@media screen and (max-width: 900px){._btn_195tz_497{padding:7px 15px}}._content_195tz_420{display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}._content_195tz_420._full_195tz_1404{padding:0 15px}._content_195tz_420._full_195tz_1404 ._header_195tz_915,._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412{max-width:1200px;margin:auto;padding:0}._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._landingWrapper_195tz_1417{width:100%}._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._landingWrapper_195tz_1417 ._section_195tz_1420{padding:0 30px}._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._landingWrapper_195tz_1417 ._section_195tz_1420._landingSliderSection_195tz_1423,._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._landingWrapper_195tz_1417 ._section_195tz_1420._landingMenuSection_195tz_1423,._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._landingWrapper_195tz_1417 ._section_195tz_1420._landingGamesSection_195tz_1426{padding:0}._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._footer_195tz_1429,._content_195tz_420._full_195tz_1404 ._wrapper_195tz_1412 ._section_195tz_1420{width:100%;padding:0}._content_195tz_420._sport_195tz_1437 ._footer_195tz_1429{max-width:100%}._wrapper_195tz_1412{position:relative;display:-webkit-flex;display:flex;width:100%;height:100%;overflow:hidden}._contentWrapper_195tz_926{position:relative;display:flex;flex-direction:column;width:100%;height:100%;overflow:hidden}._contentWrapper_195tz_926 ._overlay_195tz_512{position:fixed;z-index:1000;width:100%;height:100%;background-color:#000;opacity:.3}._contentWrapper_195tz_926 ._contentScroll_195tz_926{width:100%;height:100%;min-height:0;overflow-x:hidden;overflow-y:scroll;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:scroll-position;scrollbar-color:rgba(67,75,83,.1) transparent;scrollbar-width:thin;-webkit-overflow-scrolling:touch}._contentWrapper_195tz_926 ._contentScroll_195tz_926::-webkit-scrollbar{width:6px;background:transparent}._contentWrapper_195tz_926 ._contentScroll_195tz_926::-webkit-scrollbar-thumb{background:#434b531a;border-radius:10px}._mainContainer_195tz_1492{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:100%;min-height:100%;padding:0}._mainContainer_195tz_1492._sportContainer_195tz_1501{height:100%}._mainContainer_195tz_1492 ._section_195tz_1420{width:100%;max-width:1250px;margin:0 auto}._mainContainer_195tz_1492 ._section_195tz_1420 ._container_195tz_1510{padding:0}._mainContainer_195tz_1492 ._section_195tz_1420 ._pageLoader_195tz_1513{position:relative;display:block;width:100%;margin:20vh 0;margin-top:calc(20vh - 2.5rem);text-align:center;pointer-events:none}@media (min-width: 1100px){._mainContainer_195tz_1492 ._section_195tz_1420{width:calc(100% - 60px)}}._footerWrapper_195tz_1528{margin-top:20px;background-color:#191d25}@media (max-width: 900px){._footerWrapper_195tz_1528{margin:20px -15px 0;padding:15px}}._footer_195tz_1429{display:flex;flex:none;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;max-width:1250px;margin:0 auto}@media (min-width: 1100px){._footer_195tz_1429{width:calc(100% - 60px)}}._footer_195tz_1429 ._paySystems_195tz_1555{display:flex;width:calc(100% + 10px);margin:24px -10px 0;padding-bottom:5px}._footer_195tz_1429 ._paySystems_195tz_1555 ._paySystemImage_195tz_1562{display:flex;align-items:center;justify-content:center;width:10%;height:100%;margin:0 5px;padding:10px 0;background:#20242d;border-radius:5px}._footer_195tz_1429 ._paySystems_195tz_1555 ._paySystemImage_195tz_1562 img{height:24px}._footer_195tz_1429 ._footerContent_195tz_1578{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:20px 0 10px;color:#5e6a7f;font-weight:500;font-size:11px;background-color:#191d25}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590{display:flex;flex-direction:column;flex-grow:0;flex-wrap:wrap;justify-content:flex-end;width:100%;margin:10px 0;text-align:center}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601{display:block;width:100%;margin:0 0 10px;padding:0;list-style:none}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 li{display:inline-block;margin-right:10px}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 li:last-child{margin-right:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 a{display:flex;align-items:center;color:#828f9a;font-size:11px;cursor:pointer}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 a:focus,._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 a:hover,._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 a._active_195tz_794{color:#fff}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601:last-child{margin-bottom:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerSocial_195tz_1636 a svg{width:14px;margin-right:3px;margin-bottom:2px;color:#047cfc}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643{display:flex;flex-direction:column;flex-grow:0;align-items:center;justify-content:center;width:100%;margin-top:8px;padding:15px 0;border-top:1px solid #2d3340;border-bottom:none}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656{display:flex}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660{display:flex;align-items:center;padding:0 15px;color:#828f9a;font-size:12px;border-right:1px solid #2c3240}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660:last-child{margin-right:0;padding-right:0;border-right:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660 a svg{color:#5e6a7f;fill:#5e6a7f}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660 a svg,._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660 a img{height:22px}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660 ._footerLicense_195tz_1683{display:inline-block;width:80px;height:22px;fill:currentColor;stroke:currentColor;stroke-width:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660 ._footerLicense_195tz_1683 path{fill:#fff}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660 ._footerCert_195tz_1696{display:inline-block;width:22px;height:22px;fill:currentColor;stroke:currentColor;stroke-width:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerCopyright_195tz_1705,._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerName_195tz_1706{padding-bottom:10px}._footerLeft_195tz_1590 ._footerCopyright_195tz_1705{width:100%;color:#fff}._footerRight_195tz_1643 ._footerRight_195tz_1643{display:flex;max-width:400px;text-align:right}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerName_195tz_1706{display:flex;color:inherit;text-align:right}._rightWrapper_195tz_938{position:relative;z-index:3;display:flex;flex-direction:column;flex-shrink:0;width:370px;overflow-wrap:break-word}._rightWrapper_195tz_938 ._rightControls_195tz_1736{display:flex;align-items:center;justify-content:end;box-sizing:content-box;width:100%;margin:0 auto;padding:0;border-radius:0}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0 6px;color:#748198;background:#272d39;border-radius:5px;cursor:pointer}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button:last-child{margin-right:20px;margin-left:10px}@media (max-width: 900px){._rightWrapper_195tz_938 ._rightControls_195tz_1736 button:last-child{margin-right:10px}}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button._active_195tz_794,._rightWrapper_195tz_938 ._rightControls_195tz_1736 button:hover,._rightWrapper_195tz_938 ._rightControls_195tz_1736 button:focus{color:#fff;background:#2d3340}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button._active_195tz_794 ._btnContent_195tz_1774 ._iconWrapper_195tz_1774 svg,._rightWrapper_195tz_938 ._rightControls_195tz_1736 button:hover ._btnContent_195tz_1774 ._iconWrapper_195tz_1774 svg,._rightWrapper_195tz_938 ._rightControls_195tz_1736 button:focus ._btnContent_195tz_1774 ._iconWrapper_195tz_1774 svg{fill:#fff}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button ._btnContent_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button ._btnContent_195tz_1774 ._iconWrapper_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:32px;height:32px}._rightWrapper_195tz_938 ._rightControls_195tz_1736 button ._btnContent_195tz_1774 ._iconWrapper_195tz_1774 svg{font-size:14px;fill:#aab0bd}._rightWrapper_195tz_938 ._rightContent_195tz_1798{display:flex;width:100%;height:100%}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;padding:0 0 10px;background:#1c2028;border-radius:10px}._rightWrapper_195tz_938 ._rightTabs_195tz_1815{display:flex;flex:none;align-items:center;width:100%;margin-bottom:30px;padding:0 20px}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824{position:relative;display:flex;flex:auto;align-items:center;justify-content:center;width:50%;margin-right:10px;padding:10px 15px;color:#828f9a;font-size:13px;line-height:18px;background-color:initial;border:0;border-radius:3px;outline:none;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824:last-child{margin-right:0}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824 svg{width:14px;height:14px;margin-right:8px}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824:active,._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824:focus,._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824:hover{outline:none}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824._rightCurrent_195tz_1865,._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125 ._liveItem_195tz_1824:hover{color:#fff;background:#272d39}@media (max-height: 479px){._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li{margin-bottom:10px}}@media (max-height: 479px){._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li{margin-bottom:5px}}@media (max-width: 1326px){._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660{max-width:195px}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660:last-child{max-width:125px}}@media (max-width: 1200px){._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656{margin-top:10px;margin-bottom:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660{flex-direction:initial;border-right:0}._footer_195tz_1429{margin:0 auto;padding:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerName_195tz_1706{display:block;max-width:100%;text-align:center}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601:first-child{justify-content:flex-start}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 li{margin:0 5px 5px 0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660>span{display:inline-block}}@media (max-width: 1099px){._rightWrapper_195tz_938 ._rightTabs_195tz_1815{margin-bottom:19px}._footer_195tz_1429{padding:0 15px}}@media (max-width: 1099px){._rightWrapper_195tz_938{width:315px}}@media (max-width: 1099px){._mainContainer_195tz_1492 ._section_195tz_1420{padding-right:15px;padding-left:15px}}@media (max-width: 969px){._footer_195tz_1429{margin:0 auto}}@media (max-width: 900px){._content_195tz_420{padding:0}._wrapper_195tz_1412{-webkit-flex-direction:column;flex-direction:column;padding-right:0;padding-left:0}._leftWrapper_195tz_929{display:none}._contentWrapper_195tz_926 ._contentScroll_195tz_926::-webkit-scrollbar{width:0;background:transparent}._mainContainer_195tz_1492 ._section_195tz_1420,._footer_195tz_1429{padding:0}._footer_195tz_1429 ._paySystems_195tz_1555{margin:5px -10px 0;padding-top:15px}._footer_195tz_1429 ._paySystems_195tz_1555 ._paySystemImage_195tz_1562 img{height:20px}._rightWrapper_195tz_938{position:fixed;top:0;right:0;bottom:0;left:0;z-index:900;width:100%;height:calc(100% - 50px);padding:0;-webkit-transform:translateX(100%);transform:translate(100%)}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804{width:100%}._rightWrapper_195tz_938._rightIsOpen_195tz_1987{-webkit-transform:translateX(0);transform:translate(0)}._rightWrapper_195tz_938 ._rightTabs_195tz_1815{display:none}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824{height:calc(100% - 30px);padding:0 15px}._rightWrapper_195tz_938 ._rightContent_195tz_1798 ._rightContainer_195tz_1804 ._liveBox_195tz_1824 ._liveParams_195tz_125{padding:10px 0 10px 5px}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerName_195tz_1706{padding-bottom:20px}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656{justify-content:center!important}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 a{margin:0 10px}}@media (max-width: 500px){._footer_195tz_1429 ._paySystems_195tz_1555 ._paySystemImage_195tz_1562 img{height:18px}}@media (max-width: 468px){._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643{justify-content:space-between}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 li{margin:0 5px 5px 0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590 ._footerNav_195tz_1601 li:last-child{margin:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerLeft_195tz_1590{flex-direction:row;justify-content:space-between}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660{margin-right:0;padding:0;border:0}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656 ._footerItem_195tz_1660>span{display:inline-block}._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656{justify-content:space-between;width:100%}}@media (max-width: 468px) and (max-width: 441px){._footer_195tz_1429 ._footerContent_195tz_1578 ._footerRight_195tz_1643 ._footerLogos_195tz_1656{flex-wrap:wrap;gap:15px}}@media (max-width: 460px){._footer_195tz_1429 ._paySystems_195tz_1555 ._paySystemImage_195tz_1562{margin:0;padding:0;background:transparent}._footer_195tz_1429 ._paySystems_195tz_1555 ._paySystemImage_195tz_1562 img{height:18px}}@media (min-width: 901px){._contentWrapper_195tz_926 ._contentScroll_195tz_926{padding-top:20px}}@media (max-width: 900px){._contentWrapper_195tz_926 ._contentScroll_195tz_926{padding:20px 15px 0}}._langDropdown_195tz_2069{position:relative;display:flex;align-items:center;box-sizing:border-box}._langDropdown_195tz_2069 ._btnLang_195tz_2075{display:flex;align-items:center;width:170px;height:42px;padding:0 8px;border:1px solid #343b48;border-radius:4px;cursor:pointer}._langDropdown_195tz_2069 ._btnLang_195tz_2075 ._btnContent_195tz_1774{display:flex;align-items:center;width:100%}._langDropdown_195tz_2069 ._btnLang_195tz_2075 ._btnContent_195tz_1774 svg{width:20px;height:20px;margin-right:7px}._langDropdown_195tz_2069 ._btnLang_195tz_2075 ._btnContent_195tz_1774 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:auto;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._langDropdown_195tz_2069 ._btnLang_195tz_2075 ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;margin-right:0;fill:#7f8596}._langDropdown_195tz_2069 ._btnLang_195tz_2075 ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._langDropdown_195tz_2069 ._menu_195tz_1199{position:absolute;top:auto;right:inherit;bottom:100%;left:0;z-index:1080;display:none;box-sizing:border-box;min-width:100%;margin:12px 0 10px;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._langDropdown_195tz_2069 ._menu_195tz_1199._open_195tz_623{display:block}._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:10px;color:#000000bf;font-weight:400;font-size:13px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129._active_195tz_794{background-color:#e1e1e1}._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129 svg{width:18px;height:18px;margin-right:7px}._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129:last-child{border-bottom:1px solid transparent}._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129:active,._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129:focus,._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129:hover{background-color:#f1f1f1}._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129:not(._active_195tz_794),._langDropdown_195tz_2069 ._menu_195tz_1199 ._item_195tz_129:not([disabled]){cursor:pointer}._header_195tz_915{top:0;z-index:5;display:flex;align-items:center;justify-content:space-between;width:100%;min-width:320px;height:75px;min-height:75px;padding:0 15px;line-height:1;box-shadow:#0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px}._header_195tz_915 ._headerInnerWrapper_195tz_2185{display:flex;align-items:center;justify-content:space-between;width:100%;min-width:320px;max-width:1250px;height:75px;min-height:75px;margin:0 auto}@media (max-width: 900px){._header_195tz_915 ._headerInnerWrapper_195tz_2185{flex:0 0 60px;width:100%;min-width:100%;background:#20242d;border-color:transparent}}@media (max-width: 400px){._header_195tz_915 ._headerInnerWrapper_195tz_2185{justify-content:space-between;width:100%}}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-block_195tz_2211{display:block}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._auth-buttons_195tz_2214{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:40px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._auth-buttons_195tz_2214 ._btn_195tz_497{height:100%;padding:9px 20px;font-size:1rem;text-wrap:nowrap}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._auth-buttons_195tz_2214 ._btn_195tz_497:first-child{margin-right:10px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938{display:flex}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233{position:relative;align-items:center;justify-content:center;width:40px;height:40px;margin-left:10px;background-color:#272d39;border-radius:5px;cursor:pointer}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233:hover{background-color:#2d3340}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233:hover svg{fill:#fff}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233 svg{font-size:14px;fill:#748198}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233 ._iconWrapper_195tz_1774{display:flex;align-items:center;justify-content:center;width:40px;height:40px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233 ._iconSecond_195tz_2261{position:absolute;top:50%;right:4px;display:flex;align-items:center;justify-content:center;width:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._right_195tz_938 ._btnChangeMode_195tz_2233 ._iconSecond_195tz_2261 svg{font-size:9px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277{display:flex;align-items:center;justify-content:end}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282{display:flex}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285{position:relative;display:flex}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._btn_195tz_497:not(._btnLight_195tz_1103)._btnLight-gray_195tz_2289:not(._disabled_195tz_1106):hover{background:#454d60}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292{position:static;display:flex}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._coin_195tz_2296 svg{fill:#2dc53a}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._demo_195tz_2299 svg{fill:#ffc645}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302{height:100%;min-height:38px;padding:0 8px;background-color:#2e3542;border-radius:6px 0 0 6px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302:hover{background-color:#3a4151}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302 ._headerWalletBtnContent_195tz_2312,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302 ._headerWalletBtnContent_195tz_2312 ._headerWalletBtnSelected_195tz_2316{display:flex;align-items:center}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302 ._headerWalletBtnContent_195tz_2312 ._headerWalletBtnSelected_195tz_2316 svg{width:14px;height:14px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324{width:100%;background-color:#2d3340}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328{padding:10px 15px;font-size:14px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328:hover{background-color:#2b303c}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328:active{background-color:#363c4b}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338{position:relative;display:flex;align-items:center;width:100%;color:#fff}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338>span{padding-left:18px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338 svg{position:absolute;top:50%;left:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338._HeaderWalletCurrencyCoin_195tz_2355 svg{fill:#2dc53a}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338._HeaderWalletCurrencyCoin_195tz_2355 ._headerWalletCurrencyValue_195tz_2358{color:#2dc53a}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338._HeaderWalletCurrencyDemo_195tz_2361 svg{fill:#ffc645}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338._HeaderWalletCurrencyDemo_195tz_2361 ._headerWalletCurrencyValue_195tz_2358{color:#ffc645}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328 ._headerWalletCurrencyMenuItem_195tz_2338 ._headerWalletCurrencyValue_195tz_2358{margin-left:auto;padding:4px 6px;font-size:12px;background-color:#3a4151;border-radius:3px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374{display:-webkit-flex;display:flex;-webkit-align-items:stretch;align-items:stretch}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btn_195tz_497{justify-content:center;width:auto}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btnWallet_195tz_2384{font-size:15px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btnWallet_195tz_2384 ._btnWalletContent_195tz_2387{display:flex;justify-content:center}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btnWallet_195tz_2384 ._btnWalletContent_195tz_2387 ._icon_195tz_429{transform:translateY(-1px)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btnWallet_195tz_2384 ._btnWalletContent_195tz_2387 span{margin-left:5px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btnWallet_195tz_2384._isMobile_195tz_2397{min-width:40px;height:36px;padding:0 12px;font-size:13px;border-top-right-radius:0;border-bottom-right-radius:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405{position:relative;display:flex;align-items:center;box-sizing:border-box;height:40px;padding:0 15px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413{position:absolute;top:100%;right:15px;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:200px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413._open_195tz_623{display:block}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:15px;color:#000000bf;font-weight:400;font-size:16px;line-height:20px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129:active,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129:focus,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129:hover{background-color:#f1f1f1}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129>div{display:flex;align-items:center;width:100%}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739{width:36px;margin-right:8px;color:#0009;font-size:13px;text-align:center;text-transform:uppercase;background:#e5e5e5;border-radius:2px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739._wide_195tz_2472{width:48px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739{color:#fff;background:#219a19}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413:before{position:absolute;top:-8px;right:12px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}@media (max-width: 900px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._dropdown_195tz_2413:before{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502{display:inline-block;padding:0;color:#fff;font-weight:400;font-size:1rem;line-height:normal;white-space:nowrap;text-align:center;vertical-align:middle;border:0;border-radius:4px;outline:none;transition:none;-webkit-user-select:none;user-select:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519{display:flex;-webkit-flex-direction:column;flex-direction:column;align-items:center;-webkit-justify-content:center;justify-content:center}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceLabel_195tz_2527{display:flex;align-items:center;justify-content:center;width:100%;margin:1px 0 4px;color:#828f9a;font-size:12px;text-align:center;text-transform:uppercase}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceLabel_195tz_2527 svg{width:8px;margin-top:-1px;margin-right:0;margin-left:5px;fill:#828f9a}@media (max-width: 900px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceLabel_195tz_2527{margin:0 0 1px;font-size:10px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceLabel_195tz_2527 svg{margin-top:0;margin-left:6px}}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;justify-content:center;width:100%;font-weight:500;font-size:17px;line-height:17px;text-align:center;cursor:pointer}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556 ._animatedNumber_195tz_2569{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;justify-content:center;width:100%}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556 ._animatedNumber_195tz_2569 ._balanceIcon_195tz_2578{display:-webkit-flex;display:flex;margin-left:.2em}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556 ._animatedNumber_195tz_2569 ._animatedBlock_195tz_2583{position:absolute;bottom:0;left:0;width:100%;color:#e86376;font-weight:inherit;font-size:inherit;white-space:nowrap;opacity:0;-webkit-animation-name:_balance_195tz_2527;animation-name:_balance_195tz_2527;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-direction:normal;animation-direction:normal;will-change:transform}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556 ._animatedNumber_195tz_2569._isPositive_195tz_2603 ._animatedBlock_195tz_2583{color:#2dc53a;animation-direction:reverse}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556 ._animatedNumber_195tz_2569._isAnimate_195tz_2607 ._animatedBlock_195tz_2583{-webkit-animation-name:_isSlidingFrame_195tz_1;animation-name:_isSlidingFrame_195tz_1}@media (max-width: 340px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._balanceInput_195tz_2556{font-size:14px;line-height:14px}}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405 svg{width:16px;height:16px;margin:1px 7px 0 0;color:#5e6a7f}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623{display:flex;margin-left:10px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627{width:40px;height:40px;background:#272d39;border:0;border-radius:5px;outline:none;cursor:pointer}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627 svg{font-size:22px;fill:#4f5869}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627._active_195tz_794{background:#2e3542;cursor:default}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627._active_195tz_794 svg{fill:#fff}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627:focus{outline:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627:hover{background:#2e3542}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627:hover svg{fill:#fff}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._headerWalletTabsBtn_195tz_2627:first-child{margin-right:10px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;box-sizing:border-box}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413._open_195tz_623 ._menu_195tz_1199{display:block}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670{position:relative;align-items:center;justify-content:center;width:40px;height:40px;padding:0 6px;background-color:#272d39;border-radius:5px;cursor:pointer}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670:hover{background-color:#2d3340}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670:hover ._btnContent_195tz_1774 svg{fill:#fff}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670._isMobile_195tz_2397{-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:auto;min-width:36px;height:100%;margin-left:0;border-top-left-radius:0;border-bottom-left-radius:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670._isMobile_195tz_2397 ._btnContent_195tz_1774 ._iconSecond_195tz_2261{display:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 svg{font-size:14px;fill:#748198}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 ._iconWrapper_195tz_1774{width:32px;height:32px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 ._iconSecond_195tz_2261{position:absolute;top:50%;right:4px;width:16px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 ._iconSecond_195tz_2261 svg{font-size:16px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 ._iconSecond_195tz_2261 svg._icon-close_195tz_2727{font-size:9px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 ._iconSecond_195tz_2261,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._btnTab_195tz_2670 ._btnContent_195tz_1774 ._iconWrapper_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199{position:absolute;top:100%;right:0;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:240px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199:before{position:absolute;top:-8px;right:12px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:54px;padding:0 12px;color:#fff;font-size:14px;background:#e5e5e5;border-radius:3px 3px 0 0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 ._avatar_195tz_2781{width:27px!important;height:27px!important;margin:0 8px 0 0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 ._avatar_195tz_2781>div{width:27px!important;height:27px!important;font-family:Rubik,Arial,sans-serif}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 ._avatar_195tz_2781 div div{font-size:14px!important}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 a{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:#000000bf}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 a img{height:24px;margin-right:8px;border-radius:3px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 a ._name_195tz_264{max-width:150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 a:hover{color:#79a6f8}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 ._btnId_195tz_2815{margin-left:auto;color:#8c8c8c;font-size:13px;cursor:pointer;-webkit-user-select:none;user-select:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 ._btnId_195tz_2815 span{margin-left:4px;padding:5px 6px;color:#000000bf;background:#d6d6d6;border-radius:2px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnUser_195tz_2768 ._copyTooltip_195tz_1252{right:-50px;left:inherit;max-width:120px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:12px;color:#000000bf;font-weight:400;font-size:14px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:active,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:focus,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:hover{background-color:#f1f1f1}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:not(._b_active__b-pzJ_195tz_2855),._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:not([disabled]){cursor:pointer}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129._first_195tz_2858{border-radius:4px 4px 0 0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129._last_195tz_2861{border-radius:0 0 4px 4px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:last-child{border-bottom:1px solid transparent}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129 ._iconWrapper_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:26px;height:26px;margin-right:8px;background:#e5e5e5;border-radius:2px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129 ._iconWrapper_195tz_1774 svg{font-size:16px;fill:#0009}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnLogout_195tz_2884{padding:0;border-bottom:0;border-radius:0 0 3px 3px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413 ._menu_195tz_1199 ._btnLogout_195tz_2884 button{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;padding:10px 12px;color:#00000080;outline:none}@media (max-width: 900px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623 ._dropdown_195tz_2413{height:36px;margin-right:0}}@media (min-width: 901px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277{width:100%}}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910{position:relative}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._opener_195tz_2095{display:none;flex-direction:column;align-items:stretch;width:20px;background-color:initial;border:0;outline:none;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._opener_195tz_2095 ._bar_195tz_2925{width:100%;height:2px;margin-bottom:5px;background:#fff;border-radius:1px;-webkit-transition:all .3s;transition:all .3s}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._opener_195tz_2095 ._bar_195tz_2925:last-child{margin-bottom:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._opener_195tz_2095._open_195tz_623 ._bar_195tz_2925:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:0 1px;transform-origin:0 1px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._opener_195tz_2095._open_195tz_623 ._bar_195tz_2925:nth-child(2){width:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._opener_195tz_2095._open_195tz_623 ._bar_195tz_2925:nth-child(3){-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 1px;transform-origin:0 1px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910{z-index:1;display:flex;align-items:center;list-style:none;border-bottom:1px solid #2e3542}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 ._icon_195tz_429{top:-2px;width:14px;height:14px;margin:0 5px 0 0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 ._icon-gamepad_195tz_2965{width:16px;height:16px;margin-top:-1px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 ._icon-tasks_195tz_2970{margin-top:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li{position:relative;margin-right:3px;margin-bottom:-1px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li:last-child{margin-right:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li svg{position:relative;top:-1px;margin:0 5px 0 0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._icon-a_195tz_2986{width:10px;height:10px;margin:0;fill:#2a2f3c}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._badge_195tz_739{position:absolute;top:-2px;right:-5px;z-index:1;width:15px;height:15px;color:#fff;font-size:10px;line-height:14px;text-align:center;background:#047cfc;border-radius:50%}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a{display:flex;align-items:center;padding:8px 10px;color:#828f9a;font-weight:400;font-size:14px;line-height:16px;letter-spacing:-.21px;background-color:initial;border:0;border-radius:3px;cursor:pointer}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497 i,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a i{display:block;margin-right:5px;font-size:16px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497 i._icon-shopping-basket_195tz_3025,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a i._icon-shopping-basket_195tz_3025{position:relative;top:-1px;font-size:13px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497._active_195tz_794,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497:focus,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497:hover,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a._active_195tz_794,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a:focus,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a:hover{color:#fff;border-bottom:1px solid #047cfc;border-radius:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497._active_195tz_794,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a._active_195tz_794{cursor:default}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li._current_195tz_3038 a{color:#fff;background:#272d39}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li:focus{outline:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045{position:relative}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ._btn_195tz_497{width:100%;padding:8px 28px 8px 13px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ._icon-down_195tz_3052{position:absolute;top:50%;right:10px;width:14px;height:14px;margin:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .15s ease-out;transition:-webkit-transform .15s ease-out;transition:transform .15s ease-out;transition:transform .15s ease-out,-webkit-transform .15s ease-out}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045>ul{position:absolute;top:37px;left:0;z-index:3;flex-direction:column;align-items:stretch;min-width:120px;max-height:0;overflow:hidden;background:#272d39;border-radius:2.5px;box-shadow:0 0 1px #ffffff1a;-webkit-transition:max-height .15s ease-out;transition:max-height .15s ease-out}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045>ul._isOpen_195tz_3082{max-height:250px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045>ul li{margin-right:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045>ul li a{padding:15px 13px;white-space:nowrap}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045>ul li a:hover{color:#fff;background:#20242d}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045._isOpen_195tz_3082 ._icon-down_195tz_3052{-webkit-transform:translateY(-50%) rotate(-180deg);transform:translateY(-50%) rotate(-180deg)}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._tagNew_195tz_3100:before{position:absolute;top:-9px;right:0;padding:0 5px;color:#fff;font-size:9px;background-color:#d02121;border-radius:5px;content:"NEW"}@media (max-width: 1350px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a{padding:8px 5px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ._btn_195tz_497{padding:8px 23px 8px 8px}}@media (max-width: 1250px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._btn_195tz_497 svg,._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a svg{display:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ._btn_195tz_497{display:inline-block!important}}@media (max-width: 1169px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a{padding:8px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a svg{display:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ._btn_195tz_497{padding:8px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 svg{display:none}}@media (max-width: 1099px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li{margin-right:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a{padding:8px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a svg{width:12px;height:12px;margin-right:4px}}@media (max-width: 1050px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045>ul{top:30px;width:100%;background:#20242d}}@media (max-width: 991px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._badge_195tz_739{top:8px;right:5px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li a svg{display:inline-block}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ._btn_195tz_497{display:none}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ul{position:relative;top:0;max-height:100%;overflow:visible;background:transparent}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 ul li a{padding:8px 13px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910 ._top-nav_195tz_2910 li ._toggle_195tz_3045 svg{display:inline-block}}@media (max-width: 900px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._top-nav-wrapper_195tz_2910{display:none}}@media (min-width: 901px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._logo_195tz_3192{display:block}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._logo_195tz_3192 img{width:auto;min-width:94px;height:40px}}@media (min-width: 400px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277{margin-left:15px}}@media (max-width: 900px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletTabs_195tz_2623{margin-left:0}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._btn_195tz_497{width:auto}}@media (max-width: 400px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyMenu_195tz_2324 ._headerWalletCurrencyItem_195tz_2328{padding:8px 10px;font-size:13px}}@media (max-width: 380px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302{padding:0 6px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302 ._opener_195tz_2095{width:12px;height:12px;margin-left:3px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302 ._opener_195tz_2095 svg{width:12px;height:12px}}@media (max-width: 340px){._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277{margin-left:15px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDropdown_195tz_2292 ._headerWalletCurrencyBtn_195tz_2302{min-height:36px}._header_195tz_915 ._headerInnerWrapper_195tz_2185 ._header-inner_195tz_2277 ._headerWalletContainer_195tz_2282 ._headerWalletWrapper_195tz_2285 ._headerWalletDepositBlock_195tz_2374 ._headerWalletCurrencyInput_195tz_2405{width:auto;min-width:60px;font-size:14px}}._header_195tz_915 ._logo_195tz_3192{display:block;max-width:100%;color:#fff;font-size:24px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._header_195tz_915 ._logo_195tz_3192 :focus{outline:none}._header_195tz_915 ._logo_195tz_3192 :hover{color:#047cfc;opacity:.8}._header_195tz_915 ._logo_195tz_3192 img{display:block;max-width:100%;height:auto;padding:0}@media (max-width: 900px){._header_195tz_915 ._logo_195tz_3192{display:inline;width:auto}._header_195tz_915 ._logo_195tz_3192 img{max-height:36px}}._gameContentWrapper_195tz_3283._mobile_195tz_919 ._header_195tz_915{display:none}._leftWrapperPadding_195tz_3287{flex-shrink:0;width:70px;height:100%;background-color:transparent}._leftWrapper_195tz_929{position:relative;top:0;left:0;z-index:2;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-flex-shrink:0;flex-shrink:0;width:240px;max-width:70px;height:100vh;overflow-wrap:break-word;transition:max-width .3s ease}._leftWrapper_195tz_929 ._leftContainer_195tz_932{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;width:100%;height:100%;background:#1c2028}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftContent_195tz_3322{display:flex;flex-direction:column;align-items:center;width:100%;padding:0 9px 10px 15px;overflow-x:hidden;overflow-y:scroll}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftContent_195tz_3322 ::-webkit-scrollbar{width:6px;height:6px;background:#232833;border-radius:6px}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftContent_195tz_3322 ::-webkit-scrollbar-thumb{background:red;border-radius:6px}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftContent_195tz_3322 ::-webkit-scrollbar-thumb:hover{background:#aaa}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftContent_195tz_3322 ::-webkit-scrollbar-corner{background:#000}@media (max-width: 900px){._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftContent_195tz_3322{margin-bottom:20px}}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;box-sizing:border-box;width:100%;margin:0;padding:0;list-style:none;-ms-overflow-style:none;scrollbar-width:none}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._games_195tz_3367,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._other_195tz_3367{margin-bottom:10px}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872::-webkit-scrollbar{display:none}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373{background:#242932;cursor:pointer}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li ._tipText_195tz_3377,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 ._tipText_195tz_3377{display:none}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li a>span,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li button,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li button>span,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 a>span,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 button,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 button>span{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li button,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373 button{position:relative;width:45px;height:45px;color:#748198;font-size:20px;text-decoration:none;cursor:pointer}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li:hover,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._current_195tz_3038,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373:hover,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373._current_195tz_3038{background-color:#2d3340}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li:hover a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li:hover button,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._current_195tz_3038 a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._current_195tz_3038 button,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373:hover a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373:hover button,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373._current_195tz_3038 a,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 ._small_195tz_3373._current_195tz_3038 button{color:#fff!important}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 div._first_195tz_2858,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 button._first_195tz_2858,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._first_195tz_2858,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 div._first_195tz_2858 li,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 button._first_195tz_2858 li,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._first_195tz_2858 li{border-top-left-radius:5px!important;border-top-right-radius:5px!important}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 div._last_195tz_2861,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 button._last_195tz_2861,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._last_195tz_2861{border-bottom-right-radius:5px!important;border-bottom-left-radius:5px!important}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 div._last_195tz_2861 li,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 button._last_195tz_2861 li,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li._last_195tz_2861 li{border-bottom-right-radius:10px!important;border-bottom-left-radius:10px!important}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 ._big_195tz_3419:hover li,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 ._big_195tz_3419 li._current_195tz_3038{background-color:#2d3340}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 ._big_195tz_3419._first_195tz_2858 li{border-radius:5px 5px 0 0!important}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 ._big_195tz_3419._last_195tz_2861 li{border-radius:0 0 5px 5px!important}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li:hover._sport_195tz_1437 button svg,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li._current_195tz_3038._sport_195tz_1437 button svg{fill:#ffd30e}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li:hover._casino_195tz_3440 button svg,._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li._current_195tz_3038._casino_195tz_3440 button svg{fill:#4fbe23}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367{display:flex;flex-direction:row;align-items:center;justify-content:center;height:75px;min-height:75px;padding:10px 15px;box-shadow:#0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li{margin-bottom:0;background-color:#1c2028}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:first-child button svg{height:18px}@media (max-width: 900px){._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:first-child{display:none}}._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li button{cursor:pointer}@media (max-width: 900px){._leftWrapper_195tz_929 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367{padding-bottom:0;box-shadow:none}}._leftWrapper_195tz_929._open_195tz_623{max-width:240px}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872{-webkit-align-items:flex-start;align-items:flex-start;width:100%}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li{width:100%}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li ._tipText_195tz_3377{display:block}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li svg{margin-right:8px;margin-bottom:3px}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li a,._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li button{-webkit-justify-content:flex-start;justify-content:flex-start;width:100%;height:38px;padding-left:15px;color:#aab0bd;font-size:13px;border:1px solid transparent;cursor:pointer}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li:hover button{color:#fff}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872 li:hover button svg{fill:#fff}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367{align-items:center;justify-content:space-between}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li{width:auto;margin-bottom:0;background-color:#1c2028}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:first-child{width:15%;margin-left:0;padding:7.5px}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:first-child button svg{width:100%;height:100%;margin:0}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child){width:34.025%;margin-left:3%;text-align:center}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child):hover button,._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child)._current_195tz_3038 button{background:#2d3340}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child) button{background:#242932;border-radius:5px}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child) button svg{margin-right:5px;margin-bottom:1px}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child)._casino_195tz_3440._current_195tz_3038 button svg{fill:#4fbe23}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child)._sport_195tz_1437._current_195tz_3038 button svg{fill:#ffd30e}@media (max-width: 900px){._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:not(:first-child){width:49%;margin-left:0}}@media (max-width: 900px){._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li:last-child{margin-right:0}}._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li button{-webkit-justify-content:center;justify-content:center;height:35px;padding-left:0;font-size:1rem}@media (max-width: 900px){._leftWrapper_195tz_929._open_195tz_623 ._leftContainer_195tz_932 ._leftNav_195tz_1872._burger_195tz_3367 li button{height:50px}}@media (max-width: 1200px){._leftWrapper_195tz_929._open_195tz_623{z-index:10000}}@media (max-width: 900px){._leftWrapper_195tz_929._open_195tz_623{top:75px;z-index:4;width:100%;max-width:100%;height:calc(100% - 125px);transition:max-width 0s ease}}._leftWrapper_195tz_929:not(._open_195tz_623) ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li{background:#242932}._leftWrapper_195tz_929:not(._open_195tz_623) ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li button{padding:5px}._leftWrapper_195tz_929:not(._open_195tz_623) ._leftContainer_195tz_932 ._leftNav_195tz_1872._sections_195tz_3367 li button svg{width:80%;height:80%}@media (max-width: 900px){._leftWrapper_195tz_929:not(._open_195tz_623){display:none}}@media (max-width: 1200px){._leftWrapper_195tz_929{position:fixed}}._loader-modal_195tz_3609{min-height:350px}._loader-modal_195tz_3609 img{position:absolute;top:0;right:0;bottom:0;left:0;width:60px;height:60px;margin:auto}._loader-game_195tz_3623{height:auto;min-height:560px}._loader-game_195tz_3623 img{position:absolute;top:0;right:0;bottom:0;left:0;width:60px;height:60px;margin:auto}._modal-open_195tz_3638{overflow:hidden}._modal-open_195tz_3638 ._modal_195tz_3638{overflow-x:hidden;overflow-y:auto}._modal_195tz_3638{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;outline:0;-webkit-transform:translateZ(0) scale(.7);transform:translateZ(0) scale(.7);opacity:0;transition:transform .15s ease-out,-webkit-transform .15s ease-out,opacity .15s ease!important}._modal_195tz_3638._show_195tz_3661{transform:translateZ(0) scale(1);opacity:1}._modal-dialog_195tz_3666{position:relative;width:auto;max-width:900px;margin:.5rem;pointer-events:none}._modal-dialog-centered_195tz_3674{display:flex;align-items:center;min-height:calc(100% - 1rem)}._modal-dialog-centered_195tz_3674:before{display:block;height:calc(100vh - 1rem);content:""}._modal-content_195tz_3686{position:relative;display:flex;flex-direction:column;width:100%;max-width:900px;background:#373e4c;background-clip:padding-box;border:none;border-radius:5px;outline:0;pointer-events:auto}._modal-backdrop_195tz_3700{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}._modal-backdrop_195tz_3700._fade_195tz_3709{opacity:0}._modal-backdrop_195tz_3700._show_195tz_3661{opacity:.5}._modal-header_195tz_3716{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(151,151,151,.0862745098);border-top-left-radius:.3rem;border-top-right-radius:.3rem}._modal-header_195tz_3716 ._close_195tz_3725{margin:-1rem -1rem -1rem auto;padding:1rem}._modal-title_195tz_3730{margin-bottom:0;line-height:1.5}._modal-body_195tz_3735{position:relative;flex:1 1 auto;padding:0}._modal-footer_195tz_3741{display:flex;align-items:center;justify-content:flex-end;padding:1rem;border-top:1px solid rgba(151,151,151,.0862745098);border-bottom-right-radius:.3rem;border-bottom-left-radius:.3rem}._modal-footer_195tz_3741>:not(:first-child){margin-left:.25rem}._modal-footer_195tz_3741>:not(:last-child){margin-right:.25rem}._modal-scrollbar-measure_195tz_3757{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media screen and (prefers-reduced-motion: reduce){._modal_195tz_3638._fade_195tz_3709 ._modal-dialog_195tz_3666,._fade_195tz_3709{-webkit-transition:none;transition:none}}@media (min-width: 1200px){._modal-xl_195tz_3776{max-width:1140px}._modal-dialog_195tz_3666{margin:1.75rem auto}._modal-dialog-centered_195tz_3674{min-height:calc(100% - 3.5rem)}._modal-dialog-centered_195tz_3674:before{height:calc(100vh - 3.5rem)}._modal-sm_195tz_3788{max-width:300px}}@media (min-width: 992px){._modal-lg_195tz_3793{max-width:800px}}@media (max-width: 900px){body._modal-open_195tz_3638{position:fixed;width:100%;height:100%;overflow:hidden}}._fade_195tz_3709{-webkit-transition:opacity .15s linear;transition:opacity .15s linear}._fade_195tz_3709:not(._show_195tz_3661){opacity:0}._modal-close_195tz_3814{position:absolute;top:0;right:0;z-index:5;display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:transparent;border:none;outline:none;cursor:pointer}._modal-close_195tz_3814 svg{display:block;width:11px;height:11px;-webkit-transition:all .3s;transition:all .3s;fill:#ffffff21}._modal-close_195tz_3814:hover svg{fill:#fff}._rightHead_195tz_3841{display:flex;justify-content:space-around;width:100%;height:75px;min-height:75px;box-shadow:#0003 0 4px 6px -1px,#0000001f 0 2px 4px -1px}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849{position:relative;display:flex;align-items:center;box-sizing:border-box}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075{display:flex;align-items:center;margin-left:10px;padding:10px 12px;color:#fff;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.3px;background:#272d39;border:none;border-radius:6px;cursor:default}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075:hover{background:#2d3340}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075 ._btnContent_195tz_1774{display:flex;align-items:center;width:100%}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075 ._btnContent_195tz_1774 svg{width:20px;height:20px;margin-right:7px}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075 ._btnContent_195tz_1774 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:auto;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075 ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;margin-right:0;fill:#aab0bd}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._btnLang_195tz_2075 ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199{position:absolute;top:100%;right:inherit;bottom:auto;left:0;z-index:1080;display:none;box-sizing:border-box;min-width:150px;margin:12px 0 10px;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:4px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199:before{position:absolute;top:-8px;left:50px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199._open_195tz_623{display:block}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:10px;color:#000000bf;font-weight:400;font-size:13px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129._active_195tz_794{background-color:#e1e1e1}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129 svg{width:18px;height:18px;margin-right:7px}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129:last-child{border-bottom:1px solid transparent}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129:active,._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129:focus,._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129:hover{background-color:#f1f1f1}._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129:not(._active_195tz_794),._rightHead_195tz_3841 ._chatLangDropdown_195tz_3849 ._menu_195tz_1199 ._item_195tz_129:not([disabled]){cursor:pointer}._authModal_195tz_3970{width:680px;margin-right:auto;margin-left:auto}@media (max-width: 500px){._authModal_195tz_3970{width:calc(100% - 14px);max-width:360px}}@media (max-width: 400px){._authModal_195tz_3970{width:100%}}._authModal_195tz_3970 ._errorFallback_195tz_3986{max-width:100%}._authModal_195tz_3970 ._modal-content_195tz_3686{background:#272d39}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992{display:flex}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authLeft_195tz_3995{display:flex;align-items:center;justify-content:center;width:48%;min-height:487px;padding:20px;background-image:url("");background-position:50%;background-size:cover;border-radius:5px 0 0 5px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authHead_195tz_4007{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 0;background-color:#2d3340;border-radius:5px 5px 0 0}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authHead_195tz_4007 img{height:28px;margin-bottom:7px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authHead_195tz_4007 h3{margin-bottom:0;color:#838896;font-weight:400;font-size:11px;text-transform:uppercase}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027{width:52%;padding:25px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031{display:flex;flex-direction:column}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authTabs_195tz_4035{display:flex;margin-bottom:20px;font-size:15px;text-align:center;border-bottom:1px solid #343b48}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authTabs_195tz_4035 button{position:relative;width:50%;padding-bottom:15px;color:#748198;cursor:pointer}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authTabs_195tz_4035 button._active_195tz_794{color:#fff}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authTabs_195tz_4035 button._active_195tz_794:after{position:absolute;bottom:-1px;left:0;width:100%;height:1px;background:#047cfc;content:""}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authTabs_195tz_4035 button:hover{color:#fff}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._regTypeContainer_195tz_4064{display:flex;flex-wrap:wrap;margin-bottom:12px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._regTypeContainer_195tz_4064 ._btn_195tz_497{width:calc(50% - 5px)}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._regTypeContainer_195tz_4064 ._btn_195tz_497:nth-child(2),._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._regTypeContainer_195tz_4064 ._btn_195tz_497:nth-child(4){margin-left:10px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._regTypeContainer_195tz_4064 ._btn_195tz_497:nth-child(3),._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._regTypeContainer_195tz_4064 ._btn_195tz_497:nth-child(4){margin-top:10px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._socialContainer_195tz_4078{position:relative;display:flex;flex-wrap:wrap;width:calc(100% + 10px);margin:0 -5px 12px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085{display:flex;align-items:center;justify-content:center;width:calc(20% - 10px);height:44px;margin:0 5px;font-weight:400;font-size:24px;background-color:#373e4c;border-radius:4px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085:hover{background-color:#3d4656}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085 svg{pointer-events:none}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._captionLine_195tz_4103{position:relative;display:flex;justify-content:center;width:100%;margin-bottom:12px;overflow:hidden;color:#5e6a7f;font-weight:400;font-size:13px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._captionLine_195tz_4103:before{position:absolute;top:50%;left:0;width:100%;height:1px;background:#343b48;content:""}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._captionLine_195tz_4103 span{position:relative;display:inline-block;padding:0 10px;vertical-align:initial;background:#272d39}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130{position:relative;display:flex;align-items:center;box-sizing:border-box;margin-bottom:15px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button{display:flex;align-items:center;width:100%;height:44px;padding:0 5px;color:#fff;background:initial;border:1px solid #343b48;border-radius:4px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button ._btnContent_195tz_1774{display:flex;align-items:center}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button ._btnContent_195tz_1774 ._currencyIcon_195tz_4152{display:flex;align-items:center;justify-content:center;width:32px;height:32px;margin-right:10px;color:#fff;font-size:16px;background:#343b48;border-radius:3px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button ._btnContent_195tz_1774 ._currencyIcon_195tz_4152._wide_195tz_2472{width:48px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button ._btnContent_195tz_1774 ._opener_195tz_2095{position:absolute;top:15px;right:10px;display:flex;width:14px;height:14px;margin-left:.45em;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 button ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199{position:absolute;top:100%;right:0;left:0;z-index:1080;display:none;box-sizing:border-box;width:100%;min-width:200px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199._open_195tz_623{display:block}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199:before{position:absolute;top:-7px;right:12px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:12px 10px;color:#000000bf;font-weight:400;font-size:13px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1;cursor:pointer}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129._active_195tz_794,._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129:hover,._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129:focus{background-color:#f1f1f1}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129:last-child{border-bottom:0;border-radius:0 0 4px 4px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129 ._currencyIcon_195tz_4152{display:flex;align-items:center;justify-content:center;width:25px;height:25px;margin-right:10px;color:#0009;font-size:14px;background:#e5e5e5;border-radius:3px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129 ._currencyIcon_195tz_4152._wide_195tz_2472{width:35px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._currencyDropdown_195tz_4130 ._menu_195tz_1199 ._item_195tz_129._active_195tz_794 ._currencyIcon_195tz_4152{color:#fff;background:#219a19}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._btnHavePromo_195tz_4267{display:block;margin:0 auto 10px;color:#767f90;background:none;-webkit-transition:color .3s linear;transition:color .3s linear}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._btnHavePromo_195tz_4267:hover{color:#fff}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._formRow_195tz_4279{margin-bottom:10px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._btnAuth_195tz_4282{display:block;align-items:center;width:100%;height:50px;padding:0;color:#fff;font-size:15px;text-decoration:none;border:1px solid transparent;border-radius:4px;outline:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._btnAuth_195tz_4282:not(:disabled){cursor:pointer}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._authForm_195tz_4130 ._confirmAge_195tz_4301{padding:15px 0 0;color:#828f9a;font-size:12px;text-align:center}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._lostPassword_195tz_4307{display:flex;justify-content:center;width:100%;margin-top:10px;margin-bottom:-20px;padding:10px 0;border-top:1px solid #343b48}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._lostPassword_195tz_4307 button{padding:0;color:#828f9a;font-weight:400;background:0 0}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031 ._lostPassword_195tz_4307 button:hover{color:#bac2c8;background:0 0}@media (max-width: 900px){._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._authContentContainer_195tz_4031{width:100%;max-width:380px;margin:auto}}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333{width:100%}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._tfaInfo_195tz_4336{display:flex;margin-bottom:.75em;padding-bottom:.75em;color:#9da0a9;font-size:15px;text-align:center;border-bottom:1px solid #2d3340}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._codeRow_195tz_4345{display:flex;margin:0 -6px 20px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._codeRow_195tz_4345 input{width:16.66%;height:44px;margin:0 6px;color:#fff;font-weight:700;font-size:25px;line-height:44px;text-align:center;background-color:#1f232b;border:1px solid transparent;border-radius:3px;outline:none;touch-action:manipulation}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._codeRow_195tz_4345 input:focus{border:1px solid #047cfc}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._form_195tz_626{width:100%}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._form_195tz_626 ._formRow_195tz_4279{margin-bottom:10px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._form_195tz_626 ._formRow_195tz_4279 ._formField_195tz_4373{position:relative}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._form_195tz_626 ._formRow_195tz_4279 ._formField_195tz_4373 ._input-field_195tz_4376{height:38px;background:#1f232b;border-radius:3px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._changeForm_195tz_4381{display:flex;justify-content:center;width:100%;margin-bottom:-20px;padding:10px 0}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._changeForm_195tz_4381 ._or_195tz_4388{width:1px;height:9px;margin:7px 10px 0;background:#464f57}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._changeForm_195tz_4381 ._btn_195tz_497{padding:0;color:#828f9a;font-weight:500;background:transparent}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._changeForm_195tz_4381 ._btn_195tz_497:hover{color:#bac2c8;background:transparent}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404{display:flex;flex-wrap:wrap;width:calc(100% + 10px);margin:0 -5px 10px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btn_195tz_497{display:flex;justify-content:center;width:calc(25% - 10px);height:44px;margin:0 5px;font-weight:400;font-size:20px;border-radius:2.5px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnVk_195tz_4420{background:#2787f5}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnVk_195tz_4420:hover{background:#1f6fca}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnFb_195tz_4426{background:#3b5999}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnFb_195tz_4426:hover{background:#2c4374}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnOk_195tz_4432{background:#db8a37}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnOk_195tz_4432:hover{background:#c47626}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnGl_195tz_4438{background:#db4437}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._socialAuth_195tz_4404 ._btnGl_195tz_4438:hover{background:#c63024}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._btnAuth_195tz_4282{justify-content:center;width:100%;margin-top:3px;padding:13px 20px;font-weight:400;font-size:14px;border-radius:2.5px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._captionLine_195tz_4103{position:relative;display:flex;justify-content:center;width:100%;margin-bottom:10px;overflow:hidden;color:#5e6a7f;font-weight:400;font-size:13px}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._captionLine_195tz_4103 span{position:relative;display:inline-block;padding:0 10px;vertical-align:initial}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._captionLine_195tz_4103 span:after,._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._captionLine_195tz_4103 span:before{position:absolute;top:50%;display:block;width:calc(100% + 10px);border-top:1px solid rgba(91,98,113,.5019607843);content:""}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._captionLine_195tz_4103 span:before{right:100%}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._captionLine_195tz_4103 span:after{left:100%}._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027 ._fauthForm_195tz_4333 ._confirmAge_195tz_4301{padding:10px 0;color:#828f9a;font-size:12px;text-align:center;border-bottom:1px solid #343b48}@media (max-width: 900px){._authModal_195tz_3970 ._modal-content_195tz_3686 ._authContainer_195tz_3992 ._authContent_195tz_4027{width:100%;padding:20px}}@media (max-width: 900px){._authModal_195tz_3970{width:calc(100% - 14px);max-width:360px}}._bonusModal_195tz_4504{width:590px;margin-right:auto;margin-left:auto}@media screen and (max-width: 590px){._bonusModal_195tz_4504{width:calc(100% - 14px)}}._bonusModal_195tz_4504 ._modal-content_195tz_3686{background:#272d39}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517{display:flex;flex-direction:column}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusHeader_195tz_4521{display:flex;align-items:center;justify-content:center;height:60px;padding:0 15px;font-weight:400;font-size:15px;letter-spacing:.3px;text-transform:uppercase;background:#2d3340;border-bottom:1px solid rgba(151,151,151,.0862745098)}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534{padding:15px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:20px;padding:15px;color:#aab0bd;font-size:14px;border:1px solid #343b48;border-radius:5px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537 ._alertWrapper_195tz_4550{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._emoji_195tz_4556{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:40px;padding-right:10px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._emoji_195tz_4556 img{width:32px;height:32px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._textWrap_195tz_4568{white-space:pre-line}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._textWrap_195tz_4568 ._link_195tz_4571{position:relative;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding-right:6px;padding-left:20px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._textWrap_195tz_4568 ._link_195tz_4571 svg{position:absolute;top:50%;left:4px;color:#047cfc;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._labelLine_195tz_4588{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._labelLine_195tz_4588:before{position:absolute;top:50%;width:100%;height:1px;background:#343b48;content:""}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._labelLine_195tz_4588 span{position:relative;padding:0 15px;color:#828f9a;background:#272d39}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._timer_195tz_4612{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._timer_195tz_4612 ._item_195tz_129{position:relative;margin:10px 10px 0;color:#828f9a;font-size:10px;text-align:center;text-transform:uppercase;-webkit-user-select:none;user-select:none}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._timer_195tz_4612 ._item_195tz_129:first-child{margin-left:0}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._timer_195tz_4612 ._item_195tz_129:last-child{margin-right:0}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._timer_195tz_4612 ._item_195tz_129>div{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);-webkit-user-select:none;user-select:none}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._timer_195tz_4612 ._item_195tz_129 span{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:44px;height:38px;margin-top:5px;color:#fff;font-size:17px;border:1px solid #343b48;-webkit-user-select:none;user-select:none}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._btnBoost_195tz_4660{display:block;width:240px;height:44px;margin:20px auto;text-transform:uppercase;border-radius:4px;cursor:pointer}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._codeWrapper_195tz_4669{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;max-width:320px;margin:0 auto}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._codeWrapper_195tz_4669 ._append_195tz_4679{position:relative;display:-webkit-flex;display:flex}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._codeWrapper_195tz_4669 ._append_195tz_4679 input{height:44px;color:#fff;font-size:16px;background:#1c2028;border:1px solid transparent;border-radius:5px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._codeWrapper_195tz_4669 ._append_195tz_4679 ._btn_195tz_497{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;min-width:120px;height:44px;margin-left:-5px;padding:0 15px;font-size:13px;white-space:nowrap;background:#047cfc;border:1px solid transparent;border-radius:0 5px 5px 0;cursor:pointer;-webkit-user-select:none;user-select:none}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._bonusBottom_195tz_4712{width:calc(100% + 30px);margin-bottom:-15px;margin-left:-15px;padding:18px;color:#828f9a;white-space:pre-line;text-align:center;background:#232833;border-radius:0 0 6px 6px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._bonusContent_195tz_4534 ._bonusBottom_195tz_4712 span{display:block;max-width:360px;margin:0 auto}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 h3{margin-bottom:30px;font-weight:400;font-size:16px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._confirmIcon_195tz_4733{margin-bottom:15px;color:#fff;font-size:45px}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._confirmText_195tz_4738{display:flex;justify-content:center;margin-bottom:20px;font-size:14px;text-align:center}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._confirmExtra_195tz_4745{display:flex;margin:-10px 0 20px;color:#828f9a;text-align:center}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._bonusModal_195tz_4504 ._modal-content_195tz_3686 ._bonusContainer_195tz_4517 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._clubModal_195tz_4763{width:680px;margin-right:auto;margin-left:auto}._clubContainer_195tz_4769{display:flex;justify-content:space-between;width:100%}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774{width:100%;max-width:680px;margin:0 auto;color:#828f9a;border-radius:6px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;height:52px;min-height:52px;padding:0 15px;font-size:16px;background:#2d3340;border-radius:6px 6px 0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsClose_195tz_4796{position:absolute;top:50%;right:10px;width:38px;margin-top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsClose_195tz_4796:hover svg{fill:#fff}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsClose_195tz_4796 svg{display:block;width:13px;height:13px;transition:all .3s;fill:#ffffff21}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:52px;margin-right:5px;padding:0 10px;color:#828f9a;font-size:14px;white-space:nowrap;border-bottom:2px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:last-child{margin-right:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815 svg{width:17px;height:17px;margin-top:1px;margin-right:8px;opacity:.65}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815._active_195tz_794{color:#fff;border-bottom:2px solid #047cfc}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815._active_195tz_794 svg{opacity:1}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:focus,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:hover{color:#fff}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:focus svg,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:hover svg{opacity:1}@media (max-width: 500px){._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815{margin-right:6px;padding:0 10px;font-size:13px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815 svg{width:1em;height:1em;margin-right:4px}}@media (max-width: 370px){._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815{font-size:11px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815 svg{display:none}}@media (max-width: 500px){._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._tabsContainer_195tz_4781{height:50px;padding:10px}}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883{width:100%;padding:25px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883._hasWrap_195tz_4887{flex-wrap:wrap}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._reloadType_195tz_4890{margin:20px 0 15px;color:#b7becf;font-size:16px;text-align:center}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._reloadType_195tz_4890 span{color:#fff}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._caption_195tz_279{margin-bottom:15px;color:#fff;font-size:14px;text-transform:uppercase}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905{margin-bottom:25px;padding:20px;border:1px solid #343b48;border-radius:5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progressHeader_195tz_4911{display:flex;align-items:center;margin-bottom:15px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progressHeader_195tz_4911 ._image_195tz_4916{display:flex;align-items:center;height:36px;margin:0 15px 0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progressHeader_195tz_4911 ._image_195tz_4916 img{width:auto;height:34px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progressHeader_195tz_4911 ._h2_195tz_4926{font-size:16px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progressHeader_195tz_4911 ._h3_195tz_4929{margin-top:1px;color:#ffffff80;font-size:13px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934>span{display:flex;border-radius:3px;-webkit-user-select:none;user-select:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934{position:relative;height:28px;margin-bottom:10px;background:#191d25;border:2px solid none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934._filled_195tz_4947:after{border-color:#337cff transparent transparent}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934._last_195tz_2861:after{display:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934:before{left:7px;border-color:#337cff transparent transparent}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934:after{right:7px;border-color:#191d25 transparent transparent}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934:after,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934:before{position:absolute;bottom:-6px;width:0;height:0;border-style:solid;border-width:6px 5px 0;content:""}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934>span{align-items:center;justify-content:center;padding-left:20px;color:#fff;font-size:13px;background:#337cff}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934._empty_195tz_633>span{padding-left:25px;background:0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBar_195tz_4934._empty_195tz_633:before{border-color:#191d25 transparent transparent}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBottom_195tz_4985{display:flex;justify-content:space-between;padding:0 5px;color:#fff;font-weight:500;font-size:13px;text-transform:uppercase}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBottom_195tz_4985 ._item_195tz_129{display:flex;align-items:center}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._progressTop_195tz_4905 ._progress_195tz_4905 ._progressBottom_195tz_4985 ._item_195tz_129 img{height:13px;margin:0 5px 0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._tabs_195tz_4781{display:flex}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._tabs_195tz_4781 ._item_195tz_129{position:relative;display:flex;align-items:center;justify-content:center;width:16.66%;border:1px solid transparent;border-radius:5px 5px 0 0;opacity:.5}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._tabs_195tz_4781 ._item_195tz_129._active_195tz_794{border:1px solid #343b48;border-bottom-color:#272d39;opacity:1}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._tabs_195tz_4781 ._item_195tz_129 img{height:32px;margin:8px 0 26px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._tabs_195tz_4781 ._item_195tz_129 ._name_195tz_264{position:absolute;bottom:9px;font-size:9px;white-space:nowrap;text-transform:uppercase}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420{margin-top:-1px;margin-bottom:20px;padding:20px;border:1px solid #343b48;border-radius:0 0 5px 5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264{display:flex;align-items:center;margin-bottom:12px;font-weight:500;font-size:14px;text-transform:uppercase}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264._bronze_195tz_576{color:#ab5d30}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264._silver_195tz_579{color:#4d7bcd}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264._gold_195tz_582{color:#ffd40e}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264._platinum_195tz_585{color:#077cfc}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264._diamond_195tz_588{color:#7625f4}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264._elite_195tz_591{color:#ff3c38}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264 img{height:16px;margin:-2px 5px 0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._name_195tz_264 span{text-transform:uppercase;text-shadow:1px 1px #101a2d,-1px -1px #101a2d}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._wagerNeed_195tz_5072{margin-bottom:15px;color:#aab0bd;font-size:12px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077{padding:0;list-style:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077 li{display:flex;align-items:center;margin-bottom:8px;color:#fff}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077 li._disabled_195tz_1106{opacity:.3}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077 li ._box_195tz_5090{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:5px;border:1px solid #3a404c}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077 li ._box_195tz_5090 svg{width:9px;height:9px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077 li ._box_195tz_5090 svg._icon-close_195tz_2727{width:7px;height:7px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._vip_195tz_4905 ._content_195tz_420 ._list_195tz_5077 li:last-child{margin-bottom:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:20px;padding:15px;color:#aab0bd;font-size:14px;border:1px solid #343b48;border-radius:5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537 ._alertWrapper_195tz_4550{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._emoji_195tz_4556{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:40px;padding-right:10px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._emoji_195tz_4556 img{width:32px;height:32px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._textWrap_195tz_4568{white-space:pre-line}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._textWrap_195tz_4568 ._link_195tz_4571{position:relative;display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;padding-left:20px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._alert_195tz_4537 ._alertWrapper_195tz_4550 ._textWrap_195tz_4568 ._link_195tz_4571 svg{position:absolute;top:50%;left:4px;color:#047cfc;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._labelLine_195tz_4588{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._labelLine_195tz_4588:before{position:absolute;top:50%;width:100%;height:1px;background:#343b48;content:""}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._labelLine_195tz_4588 span{position:relative;padding:0 15px;color:#828f9a;background:#272d39}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:72px;padding:0 5px;background:#232833}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184:before{left:0;background-image:linear-gradient(90deg,#272d39 0,#1a2c3800)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184:after{right:0;background-image:linear-gradient(270deg,#272d39 0,#1a2c3800)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184:before,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184:after{position:absolute;top:0;bottom:0;z-index:2;width:25%;height:100%;content:""}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._line_195tz_5211{position:absolute;width:100%;height:2px;background:linear-gradient(90deg,#fff0,#3f4654 50%,#fff0)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._line_195tz_5211._top_195tz_2910{top:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._line_195tz_5211._bottom_195tz_5220{bottom:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._arrow_195tz_5223{position:absolute;left:50%;width:16px;height:100%;-webkit-transform:translateX(-50%);transform:translate(-50%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._arrow_195tz_5223:before{bottom:2px;border-color:transparent transparent #3a404e;border-width:0 8px 8px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._arrow_195tz_5223:after{top:2px;border-color:#3a404e transparent transparent;border-width:8px 8px 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._arrow_195tz_5223:before,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._arrow_195tz_5223:after{position:absolute;left:0;width:0;height:0;border-style:solid;content:""}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._rouletteWrapper_195tz_5249{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;width:100%;margin:0 auto;overflow:hidden}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._rouletteWrapper_195tz_5249 ._rouletteContent_195tz_5259{display:-webkit-flex;display:flex;-webkit-flex-wrap:nowrap;flex-wrap:nowrap;width:100%;max-width:100%;will-change:transform}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._rouletteWrapper_195tz_5249 ._rouletteContent_195tz_5259 ._row_195tz_5268{display:-webkit-flex;display:flex;-webkit-flex:none;flex:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._rouletteWrapper_195tz_5249 ._rouletteContent_195tz_5259 ._row_195tz_5268 ._item_195tz_129{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%;min-width:175px;height:44px;margin:0 2px;color:#fff;font-size:16px;background:#2d3340;border-radius:3px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._roulette_195tz_5184 ._rouletteWrapper_195tz_5249 ._rouletteContent_195tz_5259 ._row_195tz_5268 ._item_195tz_129 ._currency_195tz_2519{display:inline-block;margin-left:5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612{display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;margin-bottom:20px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612._faucet_195tz_5302{margin-top:20px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612 ._item_195tz_129{position:relative;margin:10px 10px 0;color:#828f9a;font-size:10px;text-align:center;text-transform:uppercase;-webkit-user-select:none;user-select:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612 ._item_195tz_129:first-child{margin-left:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612 ._item_195tz_129:last-child{margin-right:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612 ._item_195tz_129>div{position:absolute;top:-10px;left:50%;-webkit-transform:translateX(-50%);transform:translate(-50%);-webkit-user-select:none;user-select:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._timer_195tz_4612 ._item_195tz_129 span{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:44px;height:38px;margin-top:5px;color:#fff;font-size:17px;border:1px solid #343b48;-webkit-user-select:none;user-select:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._btnBoost_195tz_4660,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._btnFaucet_195tz_5346,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._btnReload_195tz_5346,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._btnRakeback_195tz_5346{display:block;width:240px;height:44px;margin:20px auto;color:#fff;text-transform:uppercase;border-radius:4px;cursor:pointer}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356{position:relative;width:100%;margin:20px 0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;height:100%;padding:0 15px;color:#9ca2b1;font-size:15px;background-color:initial;border:0;border-radius:5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361:hover,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361:focus{outline:none;box-shadow:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361:hover svg,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361:focus svg{fill:#fff}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361>div{justify-content:space-between;width:100%}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774{display:flex;align-items:center}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413{position:relative;box-sizing:border-box}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199{position:absolute;top:100%;right:0;left:inherit;z-index:1080;box-sizing:border-box;width:100%;min-width:200px;margin:0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#1c2028;background-clip:padding-box;border-top:0;border-radius:0 0 5px 5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199._open_195tz_623{display:block}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._scrollBar_195tz_5417{max-height:250px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420{padding:10px 10px 5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockName_195tz_5423{margin-bottom:5px;color:#8d93a0;font-weight:500}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockName_195tz_5423:not(:first-child){margin-top:15px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431{width:100%}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129{position:relative;display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:10px 8px;color:#fff;font-weight:400;font-size:medium;white-space:nowrap;text-align:inherit;background-color:initial;border-bottom:1px solid #333946;border-radius:5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129:last-child{margin-bottom:10px;border:0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129:hover{background-color:#242832}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._itemContent_195tz_5458{position:relative;display:inline;align-items:center;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._itemContent_195tz_5458 ._comission_195tz_5467{position:absolute;top:50%;right:5px;color:#8d93a0;font-size:.9em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._itemContent_195tz_5458 img{height:18px;margin-top:1px;margin-right:10px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481{position:absolute;top:50%;right:0;width:40px;height:100%;color:#58627b;font-size:12px;transform:translateY(-57%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481:hover,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481:focus{color:#e86376}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481 svg{margin-top:3px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._menu_195tz_1199 .simplebar-scrollbar:before{position:absolute;right:2px;left:2px;background:#5e6a7f;border-radius:7px;content:""}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;height:46px;padding:0 15px;color:#fff;font-size:15px;background-color:#1c2028;border:1px solid #333946;border-radius:5px;outline:none;box-shadow:1px 3px 3px -2px #20242d}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497._open_195tz_623{border-radius:5px 5px 0 0}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497:hover{background-color:#1c2028}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._selectedMethod_195tz_5533{display:flex;align-items:center}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._selectedMethod_195tz_5533 img{height:22px;margin-top:1px;margin-right:10px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:.45em;transition:transform .2s ease-out}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{transform:rotate(-180deg)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._dropdown_195tz_2413 ._btn_195tz_497>div{-webkit-justify-content:space-between;justify-content:space-between;width:100%}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._inputWithIcon_195tz_5562{height:48px;padding-left:35px;color:#fff;font-size:16px;background:#1c2028;border-radius:5px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._inputWithIcon_195tz_5562::-webkit-outer-spin-button,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._inputWithIcon_195tz_5562::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._inputIcon_195tz_5574{position:absolute;top:50%;left:13px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:16px;height:16px;color:#828f9a;font-size:17px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._inputIcon_195tz_5574,._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._inputWrapper_195tz_5356 ._inputIcon_195tz_5574 svg{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712{width:calc(100% + 50px);margin-bottom:-25px;margin-left:-25px;padding:18px;color:#828f9a;white-space:pre-line;text-align:center;background:#232833;border-radius:0 0 6px 6px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a{color:#828f9a}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a._bronze_195tz_576{color:#ab5d30}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a._silver_195tz_579{color:#4d7bcd}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a._gold_195tz_582{color:#ffd40e}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a._platinum_195tz_585{color:#077cfc}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a._diamond_195tz_588{color:#7625f4}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 a._elite_195tz_591{color:#ff3c38}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712 span{display:block;max-width:360px;margin:0 auto}@media (max-width: 600px){._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883{padding:15px}._clubContainer_195tz_4769 ._clubWrapper_195tz_4774 ._clubContent_195tz_4883 ._bonusBottom_195tz_4712{width:calc(100% + 30px);margin-bottom:-15px;margin-left:-15px}}._confirmModal_195tz_5643{width:380px;margin-right:auto;margin-left:auto}@media screen and (max-width: 500px){._confirmModal_195tz_5643{width:calc(100% - 14px)}}._confirmModal_195tz_5643 ._modal-content_195tz_3686{background:#272d39}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656{display:flex;flex-direction:column;align-items:center;padding:20px}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 h3{margin-bottom:30px;font-weight:400;font-size:16px}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmIcon_195tz_4733{margin-bottom:15px;color:#fff;font-size:45px}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmText_195tz_4738{display:flex;justify-content:center;margin-bottom:20px;color:inherit;font-size:14px;text-align:center}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmExtra_195tz_4745{display:flex;margin:-10px 0 20px;color:#828f9a;text-align:center}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._confirmModal_195tz_5643 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._confirmWithdrawModal_195tz_5698{width:499px;margin-right:auto;margin-left:auto}@media screen and (max-width: 500px){._confirmWithdrawModal_195tz_5698{width:calc(100% - 14px)}}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686{background:#272d39}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656{display:flex;flex-direction:column;align-items:center;padding:20px}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 h3{margin-bottom:30px;font-weight:400;font-size:16px}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmIcon_195tz_4733{color:#ffeb3b;font-size:45px}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmText_195tz_4738{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;width:100%;max-width:100%;margin-top:5px;margin-bottom:10px;overflow-x:hidden;color:inherit;font-size:14px;text-align:center}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmText_195tz_4738 span{width:100%}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmText_195tz_4738 ._confirmPurse_195tz_5743{margin:20px 0 10px;padding:8px 15px;font-weight:500;font-size:20px;word-break:break-word;background:#1c2028;border-radius:5px}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmExtra_195tz_4745{display:flex;margin:0 0 15px;color:inherit;text-align:center}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770{width:100%;margin-top:15px;color:#828f9a}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 input{display:none}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 label{margin-top:0}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781{display:flex;align-items:center;margin-top:10px;color:#7f8596;font-size:14px;cursor:pointer}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789{display:flex;align-items:center}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789._isError_195tz_5793 ._radioBox_195tz_5793{border-color:#e86376}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789._isError_195tz_5793 ._radioText_195tz_5796{color:#e86376}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789 ._radioBox_195tz_5793{position:relative;width:17px;min-width:17px;height:17px;margin-right:3px;border:1px solid #474e5d;border-radius:3px;border-image:initial;outline:0;cursor:pointer}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789 ._radioBox_195tz_5793:before{position:absolute;top:3px;left:5px;width:4px;height:7px;border:solid #474e5d;border-width:0 2px 2px 0;transform:rotate(45deg) scale(0);transition:all .1s ease-out 0s;content:""}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789 ._radioBox_195tz_5793._checked_195tz_5823:before{transform:rotate(45deg) scale(1)}._confirmWithdrawModal_195tz_5698 ._modal-content_195tz_3686 ._confirmContainer_195tz_5656 ._checkBoxWrapper_195tz_5770 ._radio_195tz_5781 ._radioWrapper_195tz_5789 ._radioText_195tz_5796{margin-left:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}._registrationInfoModal_195tz_5833{width:380px;margin-right:auto;margin-left:auto}@media screen and (max-width: 500px){._registrationInfoModal_195tz_5833{width:calc(100% - 14px)}}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686{background:#272d39}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846{display:flex;flex-direction:column;align-items:center;padding:20px}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 h3{margin-bottom:30px;font-weight:400;font-size:16px}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoIcon_195tz_5857{color:#ffeb3b;font-size:45px}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861{display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;margin-top:5px;color:inherit;font-size:14px;text-align:center}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420{display:flex;flex-direction:column;width:100%;margin:20px auto;padding:10px 60px;background:#1c2028;border-radius:5px}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880{display:flex;justify-content:space-between;width:223px;margin:10px 0;padding:8px;font-weight:600;letter-spacing:.3px;text-shadow:1px 1px 1px #272b38;background:#1c2028;border-radius:5px}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880:first-child{margin-bottom:0}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880:first-child ._copyTooltip_195tz_1252{bottom:195px;left:62.5%;width:100px;pointer-events:none}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880:nth-child(2){margin-top:0;border-top:2px solid #303540}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880:nth-child(2) ._copyTooltip_195tz_1252{bottom:160px;left:62.5%;width:100px;pointer-events:none}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880 ._title_195tz_5911{width:50%;text-align:left}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880 ._content_195tz_420{display:inline;width:auto;overflow:visible;color:#828f9a;transition:all .3s ease}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._infoText_195tz_5861 ._section_195tz_1420 ._field_195tz_5880 ._content_195tz_420:hover{color:#fff}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._confirmExtra_195tz_4745{display:flex;margin:0 0 15px;color:inherit;text-align:center}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._registrationInfoModal_195tz_5833 ._modal-content_195tz_3686 ._registrationInfoContainer_195tz_5846 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._referralPromoBackground_195tz_5943{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10000;width:100%;height:100%;background-color:#000000bf}._referralPromoModal_195tz_5955{position:absolute;top:50%;z-index:10001;display:flex;align-items:flex-end;justify-content:center;width:100%;color:#353639;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412{position:relative;display:flex;flex-direction:column;align-items:center;width:calc(100% - 30px);max-width:360px;min-height:50px;margin-bottom:15px;background-color:#edf2ff;border-radius:12px}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._close_195tz_3725{position:absolute;top:15px;right:15px;z-index:1;margin:-10px -10px 0 0;padding:10px;color:#717171;font-size:14px}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._image_195tz_4916{position:relative;flex:none;width:100%}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._image_195tz_4916 ._spacer_195tz_5994{display:block;width:100%;padding-bottom:65.2174%;content:""}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._image_195tz_4916 img{position:absolute;top:0;left:0;max-width:100%;height:auto}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._title_195tz_5911{position:relative;margin:15px 0 0;font-size:20px;text-align:center}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._title_195tz_5911:before,._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._title_195tz_5911:after{position:absolute;top:3px;display:block;width:20px;height:20px;content:""}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._title_195tz_5911:before{left:-30px;background:url("") no-repeat;background-size:20px}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._title_195tz_5911:after{right:-30px;background:url("") no-repeat;background-size:20px}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._text_195tz_4568{max-width:240px;margin:15px 0 0;font-size:13px;text-align:center}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._text_195tz_4568 ._code_195tz_4345{display:block;margin:10px auto;font-size:20px;color:#047cfc}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._button_195tz_6043{width:100%;padding:15px 15px 20px}._referralPromoModal_195tz_5955 ._wrapper_195tz_1412 ._button_195tz_6043 button{display:block;width:100%;max-width:240px;height:48px;margin:auto;color:#fff;font-weight:400;font-size:15px;text-transform:uppercase;background-color:#047cfc;border-radius:6px;outline:none}._chatRainModal_195tz_6062{width:420px;margin-right:auto;margin-left:auto}@media screen and (max-width: 590px){._chatRainModal_195tz_6062{width:calc(100% - 14px)}}._chatRainModal_195tz_6062 ._modal-content_195tz_3686{background:#272d39}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075{display:flex;flex-direction:column}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainHeader_195tz_6079{position:relative;display:flex;align-items:center;justify-content:flex-start;height:52px;min-height:52px;padding:0 20px;font-size:16px;background:#2d3340;border-radius:6px 6px 0 0}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainHeader_195tz_6079 svg{margin-right:6px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094{padding:25px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._label_195tz_290{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px;white-space:nowrap}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._inputWrapper_195tz_5356{width:100%;margin-bottom:12px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._inputWrapper_195tz_5356 input{height:44px;background:#1c2028}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._helper_195tz_6113{margin-top:15px;padding:10px;text-align:center;background:#2e3542;border-radius:5px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._btnRain_195tz_652{width:100%;height:44px;margin-top:20px;margin-bottom:25px;font-weight:500;font-size:14px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._bonusBottom_195tz_4712{width:calc(100% + 50px);margin-bottom:-25px;margin-left:-25px;padding:18px;color:#828f9a;white-space:pre-line;text-align:center;background:#232833;border-radius:0 0 6px 6px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._chatRainContent_195tz_6094 ._bonusBottom_195tz_4712 span{display:block;max-width:360px;margin:0 auto}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 h3{margin-bottom:30px;font-weight:400;font-size:16px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._confirmIcon_195tz_4733{margin-bottom:15px;color:#fff;font-size:45px}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._confirmText_195tz_4738{display:flex;justify-content:center;margin-bottom:20px;color:inherit;font-size:14px;text-align:center}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._confirmExtra_195tz_4745{display:flex;margin:-10px 0 20px;color:#828f9a;text-align:center}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._chatRainModal_195tz_6062 ._modal-content_195tz_3686 ._chatRainContainer_195tz_6075 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._numberConfirmModal_195tz_6180{width:380px;margin-right:auto;margin-left:auto}@media screen and (max-width: 500px){._numberConfirmModal_195tz_6180{width:calc(100% - 14px)}}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686{background:#272d39}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193{display:flex;flex-direction:column}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._numberConfirmHeader_195tz_6197{display:flex;align-items:center;justify-content:center;height:60px;padding:0 15px;color:inherit;font-weight:400;font-size:15px;letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid rgba(151,151,151,.0862745098)}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._numberConfirmContent_195tz_6210{padding:15px}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._numberConfirmContent_195tz_6210 ._numberConfirmBottom_195tz_6213{display:flex;align-items:center;justify-content:space-between;margin:0 -15px -15px;padding:15px;background:#0000001a}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._numberConfirmContent_195tz_6210 ._numberConfirmBottom_195tz_6213 button{display:flex;align-items:center;justify-content:center;width:50%;height:42px;border-radius:4px}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._numberConfirmContent_195tz_6210 ._numberConfirmBottom_195tz_6213 button:last-child{margin-left:15px}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 h3{margin-bottom:30px;font-weight:400;font-size:16px}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._confirmIcon_195tz_4733{margin-bottom:15px;color:#fff;font-size:45px}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._confirmText_195tz_4738{display:flex;justify-content:center;margin-bottom:20px;color:inherit;font-size:14px;text-align:center}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._confirmExtra_195tz_4745{display:flex;margin:-10px 0 20px;color:#828f9a;text-align:center}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._numberConfirmModal_195tz_6180 ._modal-content_195tz_3686 ._numberConfirmContainer_195tz_6193 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._tfaModal_195tz_6268{width:450px;margin-right:auto;margin-left:auto}._tfaModal_195tz_6268 ._modal-content_195tz_3686{background:#272d39}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276{padding:0 20px 20px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaHeader_195tz_6279{display:flex;align-items:center;justify-content:center;margin:0 -20px;padding:20px;font-size:16px;background:#2d3340;border-bottom:1px solid rgba(151,151,151,.0862745098);border-radius:6px 6px 0 0}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290{padding-top:1em}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._loaderBlock_195tz_237{text-align:center}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._codeRow_195tz_4345 label{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px;text-transform:uppercase}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._codeRow_195tz_4345 ._tfaValidationWrapper_195tz_6304{display:flex;margin:0 -6px 20px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._codeRow_195tz_4345 ._tfaValidationWrapper_195tz_6304 input{width:16.66%;height:44px;margin:0 6px;font-weight:500;font-size:25px;line-height:44px;text-align:center;background-color:#1f232b;border-radius:3px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._codeRow_195tz_4345 ._tfaValidationWrapper_195tz_6304 input:disabled{-webkit-text-fill-color:#828f9a}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._tfaBottom_195tz_6322{display:flex;align-items:center;justify-content:space-between;margin:0 -15px -15px;padding:15px;background:#0000001a}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._tfaBottom_195tz_6322 button{display:flex;align-items:center;justify-content:center;width:50%;height:42px;border-radius:4px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._tfaBottom_195tz_6322 button:last-child{margin-left:15px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129{display:flex;flex-direction:column;flex-wrap:nowrap;margin-bottom:15px;padding-bottom:15px;color:inherit;border-bottom:1px solid #373e4c}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129:last-child{margin-bottom:0;padding-bottom:0;border-bottom:0}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129._flexRow_195tz_6355{flex-direction:row}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129._flexRow_195tz_6355 ._image_195tz_4916{width:130px;min-width:130px;height:130px;margin-right:15px;background:#fff}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._divider_195tz_6365{display:block;height:10px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369{position:relative;display:flex;align-items:stretch;margin-top:5px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369 ._value_195tz_777{padding:3px 10px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;border:1px solid #047cfc;border-right:0;border-radius:3px 0 0 3px}@media (max-width: 480px){._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369 ._value_195tz_777{width:100%;text-align:center}}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369 button{position:relative;padding:3px 17px;background-color:transparent;border:1px solid #047cfc;border-radius:0 3px 3px 0}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369 button:hover{background-color:#047cfc}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369 button svg{position:absolute;top:50%;left:50%;font-size:16px;transform:translate(-50%,-50%)}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._secretCode_195tz_6369 ._copyTooltip_195tz_1252{right:0;bottom:50px;left:auto;width:100px;color:inherit;background-color:#00000080;pointer-events:none}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._title_195tz_5911{margin-bottom:2px;color:#aab0bd;font-size:15px;letter-spacing:1px;text-transform:uppercase}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423{margin-bottom:12px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 label{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px;text-transform:uppercase}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434{position:relative;display:inherit;width:inherit}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434._hasError_195tz_6439 input{border-color:#e86376!important}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._inputControl_195tz_6442{width:100%;height:46px;padding:0 1em;color:#fff;font-size:1em;font-family:open sans,sans-serif;background-color:#1c2028;border:1px solid transparent;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._inputControl_195tz_6442:not([readonly]):focus{border-color:#047cfc}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._tip_195tz_3377{position:absolute;bottom:100%;left:0;margin-bottom:6px;padding:1em;color:#e86376;font-weight:600;font-size:12px;text-align:center;background:#1c2028;border-radius:6px;visibility:hidden;opacity:0}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._tip_195tz_3377._visible_195tz_1267{visibility:visible;opacity:1}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._tip_195tz_3377:after{position:absolute;top:100%;left:.5em;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px 4px 0;border-top-color:#1c2028!important;content:""}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._tip_195tz_3377._topRight_195tz_6490{top:auto;right:0;bottom:100%;left:auto}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._inputRow_195tz_6423 ._validationWrapper_195tz_6434 ._tip_195tz_3377._topRight_195tz_6490:after{left:50%;transform:translate(-50%)}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._codeRow_195tz_4345 label{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px;text-transform:uppercase}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._codeRow_195tz_4345 ._tfaValidationWrapper_195tz_6304{display:flex;margin:0 -6px 20px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._codeRow_195tz_4345 ._tfaValidationWrapper_195tz_6304 input{width:16.66%;height:44px;margin:0 6px;font-weight:500;font-size:25px;line-height:44px;text-align:center;background-color:#1f232b;border-radius:3px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._codeRow_195tz_4345 ._tfaValidationWrapper_195tz_6304 input:disabled{-webkit-text-fill-color:#828f9a}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290 ._item_195tz_129 ._submit_195tz_6526{height:46px;font-size:16px}@media (max-width: 499px){._tfaModal_195tz_6268{width:calc(100% - 14px)}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276{padding:0 16px 16px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaHeader_195tz_6279{margin:0 -16px 16px;padding:16px}._tfaModal_195tz_6268 ._modal-content_195tz_3686 ._tfaContainer_195tz_6276 ._tfaWrapper_195tz_6290{padding:0}}._recoveryModal_195tz_6546{width:380px;margin-right:auto;margin-left:auto}@media screen and (max-width: 500px){._recoveryModal_195tz_6546{width:calc(100% - 14px)}}._recoveryModal_195tz_6546 ._modal-content_195tz_3686{background:#272d39}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559{display:flex;flex-direction:column}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryHeader_195tz_6563{display:flex;align-items:center;justify-content:center;height:60px;padding:0 15px;color:inherit;font-weight:400;font-size:15px;letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid rgba(151,151,151,.0862745098)}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576{padding:15px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._changeTypeBtn_195tz_6579{width:100%;margin-bottom:10px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._typeSelect_195tz_6583{display:flex;flex-direction:column;justify-content:center}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._typeSelect_195tz_6583 button{width:100%;margin-top:10px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._typeSelect_195tz_6583 button:first-child{margin-top:0}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._recoveryBottom_195tz_6595{display:flex;align-items:center;justify-content:space-between;margin:0 -15px -15px;padding:15px;background:#0000001a}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._recoveryBottom_195tz_6595 button{display:flex;align-items:center;justify-content:center;width:50%;height:42px;border-radius:4px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._recoveryContent_195tz_6576 ._recoveryBottom_195tz_6595 button:last-child{margin-left:15px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 h3{margin-bottom:30px;font-weight:400;font-size:16px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._confirmIcon_195tz_4733{margin-bottom:15px;color:#fff;font-size:45px}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._confirmText_195tz_4738{display:flex;justify-content:center;margin-bottom:20px;color:inherit;font-size:14px;text-align:center}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._confirmExtra_195tz_4745{display:flex;margin:-10px 0 20px;color:#828f9a;text-align:center}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._recoveryModal_195tz_6546 ._modal-content_195tz_3686 ._recoveryContainer_195tz_6559 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._captchaModal_195tz_6650{width:380px;margin-right:auto;margin-left:auto}@media screen and (max-width: 500px){._captchaModal_195tz_6650{width:calc(100% - 14px)}}._captchaModal_195tz_6650 ._modal-content_195tz_3686{background:#272d39}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663{display:flex;flex-direction:column}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._captchaHeader_195tz_6667{display:flex;align-items:center;justify-content:center;height:60px;padding:0 15px;color:inherit;font-weight:400;font-size:15px;letter-spacing:.3px;text-transform:uppercase;border-bottom:1px solid rgba(151,151,151,.0862745098)}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._captchaContent_195tz_6680{display:flex;justify-content:center;padding:15px}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 h3{margin-bottom:30px;font-weight:400;font-size:16px}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._confirmIcon_195tz_4733{margin-bottom:15px;color:#fff;font-size:45px}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._confirmText_195tz_4738{display:flex;justify-content:center;margin-bottom:20px;font-size:14px;text-align:center}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._confirmExtra_195tz_4745{display:flex;margin:-10px 0 20px;color:#828f9a;text-align:center}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._confirmActions_195tz_4751{display:flex;justify-content:space-between;width:100%}._captchaModal_195tz_6650 ._modal-content_195tz_3686 ._captchaContainer_195tz_6663 ._confirmActions_195tz_4751 ._btn_195tz_497{display:flex;justify-content:center;width:calc(50% - 10px);padding:12px 20px}._walletModal_195tz_6720{width:900px;margin-right:auto;margin-left:auto}._walletContainer_195tz_6726{display:flex;justify-content:space-between;width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731{width:100%;max-width:900px;margin:0 auto;color:#828f9a;border-radius:6px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:flex-start;justify-content:flex-start;height:52px;min-height:52px;padding:0 15px;font-size:16px;background:#2d3340;border-radius:6px 6px 0 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;height:52px;margin-right:5px;padding:0 10px;color:#828f9a;font-size:14px;white-space:nowrap;border-bottom:2px solid transparent;cursor:pointer;-webkit-user-select:none;user-select:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:last-child{margin-right:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815 svg{width:17px;height:17px;margin-top:1px;margin-right:8px;opacity:.65}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815._active_195tz_794{color:#fff;border-bottom:2px solid #047cfc}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815._active_195tz_794 svg{opacity:1}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:focus,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:hover{color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:focus svg,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815:hover svg{opacity:1}@media (max-width: 500px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815{margin-right:6px;padding:0 10px;font-size:13px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815 svg{width:1em;height:1em;margin-right:4px}}@media (max-width: 370px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815{font-size:11px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsLink_195tz_4815 svg{display:none}}@media (max-width: 500px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781{height:50px;padding:10px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821{display:flex;flex-direction:column;background-color:#272d39}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826{display:flex;width:100%;height:42px;margin-top:15px;margin-bottom:15px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833{position:relative;display:flex;align-items:center;box-sizing:border-box;width:100%;height:40px;padding:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842{position:relative;width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 input._select_195tz_5533::placeholder{color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 input._active_195tz_794{color:#fff;border:2px solid #535d71}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._inputIcon_195tz_5574{position:absolute;top:50%;left:13px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:16px;height:16px;color:#828f9a;font-size:17px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._close_195tz_3725{position:absolute;top:calc(50% - 6px);right:40px;display:none;-webkit-align-items:center;align-items:center;width:12px;height:12px;margin-left:auto;color:#828f9a;font-size:17px;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._close_195tz_3725._active_195tz_794{display:-webkit-flex;display:flex}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._close_195tz_3725 svg{width:100%;height:100%;transition:fill .2s ease-out;fill:#7f8596}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._close_195tz_3725:hover svg{width:100%;height:100%;fill:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._opener_195tz_2095{position:absolute;top:calc(50% - 8px);right:13px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:16px;height:16px;margin-left:auto;color:#828f9a;font-size:17px;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._selectBankInputContainer_195tz_6842 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413{position:absolute;top:100%;right:inherit;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:240px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413._empty_195tz_633{padding:15px 20px;color:#828f9a;font-size:14px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413._open_195tz_623{display:block}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:15px;color:#000000bf;font-weight:400;font-size:16px;line-height:20px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129 img{width:24px;margin-right:8px;border-radius:6px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:active,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:focus,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:hover{background-color:#f1f1f1}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div{display:flex;align-items:center;width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739{width:36px;margin-right:8px;color:#0009;font-size:13px;text-align:center;text-transform:uppercase;background:#e5e5e5;border-radius:2px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739._wide_195tz_2472{width:48px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739{color:#fff;background:#219a19}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413:before{position:absolute;top:-8px;right:inherit;left:15px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._sbpSelectBankContainer_195tz_6826 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413:before{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._plusBonus_195tz_7021{margin-left:10px;color:#17bb19;font-size:12px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._qr_195tz_7026{box-sizing:content-box;width:130px;height:130px;margin:25px auto 0;padding:5px;background-color:#fff;border-radius:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._walletTypeTabs_195tz_7035{display:flex;justify-content:flex-start;box-sizing:content-box;width:100%;margin:10px auto 15px 0;padding:0;border-bottom:1px solid #2e3542;border-radius:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._walletTypeTabs_195tz_7035 ._item_195tz_129{margin-bottom:-1px;margin-left:25px;padding:15px 0;color:#5e6a7f;font-weight:500;font-size:14px;text-transform:uppercase;border-radius:0;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._walletTypeTabs_195tz_7035 ._item_195tz_129:hover,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContentWrapper_195tz_6821 ._walletTypeTabs_195tz_7035 ._item_195tz_129._active_195tz_794{color:#eee;border-bottom:1px solid #047cfc}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821{display:flex;justify-content:center;width:100%;margin:0 auto;background:#272d39;border-radius:0 0 6px 6px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821._hasWrap_195tz_4887{flex-wrap:wrap}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyNav_195tz_7072{display:flex;align-items:center;justify-content:center;width:100%;padding:15px 0;border-radius:5px 5px 0 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyNav_195tz_7072 ._btn_195tz_497{position:relative;display:flex;align-items:center;justify-content:center;width:180px;height:44px;margin:0 10px;color:#828f9a;font-size:13px;text-transform:uppercase;background:0 0;border:1px solid #363d4c;border-radius:6px;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyNav_195tz_7072 ._btn_195tz_497:not(._active_195tz_794):hover{color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyNav_195tz_7072 ._btn_195tz_497._active_195tz_794{color:#fff;background:#363d4c}@media (max-width: 500px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyNav_195tz_7072 ._btn_195tz_497{height:37px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108{display:flex;align-items:center;justify-content:space-between;padding:45px 0 0;list-style:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._inputBlock_195tz_7115{display:flex;align-items:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:45px;height:40px;margin-right:8px;padding:0 6px;text-align:center}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:40px;height:35px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132{position:relative;display:flex;align-items:center;height:40px;margin-left:-1px;padding:0 12px;color:#828f9a;line-height:1.25;background:none;border:1px solid #2d3340;border-radius:5px;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132:hover{color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132 svg{display:block;width:12px;height:12px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132:first-child svg{margin-right:3px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132:last-child svg{margin-left:3px;transform:scale(-1)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132>span{display:flex;align-items:center;line-height:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132[disabled]{opacity:.5;pointer-events:none}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108 ._pagerBtn_195tz_7132{height:35px}}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._pager_195tz_7108{padding:30px 15px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180{position:relative;width:100%;min-height:320px;padding:20px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186{height:calc(100% - 95px)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186._isLoading_195tz_7189 ._list_195tz_5077{-webkit-filter:blur(4px);filter:blur(4px);pointer-events:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077{position:relative;min-height:250px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;font-size:18px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4{font-size:24px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;font-size:18px;text-align:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(60% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129{position:relative;display:flex;flex-direction:column;align-items:center;border-top:1px solid #2d3340;transform:translateZ(0);transition:box-shadow 3ms,border-top-color .1s}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:10px 0;overflow:visible;cursor:pointer;-webkit-tap-highlight-color:transparent}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:active,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:focus,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:hover{border:0;outline:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255{display:flex;align-items:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemLogo_195tz_7259{height:40px;margin-right:10px;padding:7px;background:#2e3542;border:1px solid transparent;border-radius:6px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemLogo_195tz_7259 img{height:100%}@media (max-width: 1050px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemLogo_195tz_7259{height:35px;margin-right:8px}}@media (max-width: 950px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemLogo_195tz_7259{display:none}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{position:relative;display:flex;flex-direction:column;justify-content:center;margin-left:10px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{display:block;overflow:hidden;color:#fff;font-size:18px;line-height:1.5;white-space:nowrap}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:16px}}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:15px}}@media (max-width: 480px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:13px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{display:block;max-width:480px;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{font-size:12px}}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{font-size:11px}}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{margin-left:8px}}@media (max-width: 480px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{margin-left:0}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339{position:relative;display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:right}@media (max-width: 380px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339{display:none}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{display:flex;align-items:center;white-space:nowrap}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{position:relative;top:1px;margin-left:2px}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{font-size:14px}}@media (max-width: 480px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{font-size:13px}}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{font-size:16px}}@media (max-width: 480px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{font-size:14px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382{display:flex;justify-content:flex-end;width:200px;margin-left:auto;color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382>span{padding:0 5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392{display:flex;justify-content:flex-end;width:100%;margin-left:auto}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 button{display:flex;align-items:center;justify-content:center;width:80%;max-width:130px;height:34px;margin-left:auto;text-align:center;background-color:#ffffff1a;border-radius:34px;cursor:default}@media (max-width: 450px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 button{font-size:12px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._success_195tz_7416{color:#2dc53a;background-color:#62ca5b1a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._canceled_195tz_7420{color:#efde5c;background-color:#caae5b1a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._waiting_195tz_7424{color:#047cfc;background-color:#5b99ca1a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._error_195tz_3986{color:#efde5c;background-color:#caae5b1a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420{z-index:1;color:#615918;background-color:#f5e249;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420:hover,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420:focus{background-color:#e4d345}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420 svg{position:relative;margin-right:8px;font-size:.8em}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446{display:flex;justify-content:flex-end;margin-left:auto}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612{position:relative;display:flex;align-items:center;width:34px;height:34px;border:1px solid #047cfc;border-radius:4px 0 0 4px;cursor:help}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612 svg{position:absolute;top:50%;left:50%;font-size:16px;transform:translate(-50%,-50%);fill:#fff}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612 svg{font-size:14px}}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612{width:30px;height:30px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{height:34px;padding:0 15px;font-weight:400;border-radius:0 4px 4px 0}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{height:30px}}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{padding:0 8px}}@media (max-width: 400px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{padding:0 6px;font-size:11px}}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382{width:180px}}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382{width:125px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512{position:absolute;right:0;left:0;display:none;width:100%;text-align:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512>span{padding:3px 8px;border-radius:50px}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{padding:15px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{width:100%;height:auto;max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458._open_195tz_623{max-height:100px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:15px 0;color:#828f9a;list-style:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li{margin-bottom:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span{display:inline-flex;align-items:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span svg{margin:3px 2px 0;font-size:.9em}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span:first-child{margin-right:5px;font-weight:500}@media (max-width: 480px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:0 10px 5px}}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{padding-left:5px;font-size:13px}}@media (max-width: 480px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{font-size:12px}}@media (min-width: 481px) and (max-width: 950px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{padding-left:25px}}@media (min-width: 951px) and (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{padding-left:20px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child{border-top:none}@media (max-width: 1100px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180{padding:15px 0}}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._historyWrapper_195tz_7180{padding:10px 0 0}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599{position:relative;display:flex;flex-wrap:wrap;align-items:flex-start;width:66.666%;padding:20px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919{width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610{display:flex;align-items:center;width:100%;height:42px;margin-bottom:15px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833{position:relative;display:flex;align-items:center;box-sizing:border-box;width:100%;height:40px;padding:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502{display:flex;align-items:center;width:100%;height:42px;padding:0 10px;font-size:14px;background:#1c2028;border:0;border-radius:4px 0 0 4px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502:hover{background:#191d25}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502._active_195tz_794{color:#fff;border:2px solid #535d71}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:auto;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413{position:absolute;top:100%;right:inherit;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:204px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413._open_195tz_623{z-index:1081;display:block}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:15px;color:#000000bf;font-weight:400;font-size:16px;line-height:20px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:active,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:focus,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:hover{background-color:#f1f1f1}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div{display:flex;align-items:center;width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739{width:36px;margin-right:8px;color:#0009;font-size:13px;text-align:center;text-transform:uppercase;background:#e5e5e5;border-radius:2px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739._wide_195tz_2472{width:48px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739{color:#fff;background:#219a19}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413:before{position:absolute;top:-8px;right:inherit;left:15px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}@media (max-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413{left:0;-webkit-transform:none;transform:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599._mobile_195tz_919 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413:before{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926{width:100%;margin-bottom:20px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._fastWithdrawals_195tz_7757{margin-top:20px;padding:10px;border:1px dashed #343b48;border-radius:4px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._fastWithdrawals_195tz_7757 ._fastWithdrawalsSubmit_195tz_7763{display:inline-block;margin-left:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._fastWithdrawals_195tz_7757 ._fastWithdrawalsSubmit_195tz_7763 button{color:#2dc53a;font-weight:500;border-bottom:1px solid transparent;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._fastWithdrawals_195tz_7757 ._fastWithdrawalsSubmit_195tz_7763 button:focus,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._fastWithdrawals_195tz_7757 ._fastWithdrawalsSubmit_195tz_7763 button:hover{border-bottom:1px dashed #2dc53a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formSubmit_195tz_7776{display:flex;justify-content:center;width:100%;margin-top:20px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formSubmit_195tz_7776 button{display:flex;align-items:center;justify-content:center;width:100%;height:48px;color:#fff;font-weight:400;font-size:14px;text-transform:uppercase;background:#219a19;border-radius:5px;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formSubmit_195tz_7776 button:hover{background:#187312}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formInputs_195tz_7799{display:flex;margin:0 -10px 20px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formInputs_195tz_7799 ._item_195tz_129{padding:0 10px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formInputs_195tz_7799 ._item_195tz_129 input._smallSpace_195tz_7806{padding-left:30px!important}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formInputs_195tz_7799 ._item_195tz_129 input._extraSpace_195tz_7809{padding-left:40px!important}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formInputs_195tz_7799 ._item_195tz_129 input._extrimSpace_195tz_7812{padding-left:52px!important}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formInputs_195tz_7799 ._item_195tz_129>div{margin-bottom:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818{position:relative;display:flex;flex-wrap:nowrap;align-items:center;width:auto}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 input._smallSpace_195tz_7806{padding-left:30px!important}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 input._extraSpace_195tz_7809{padding-left:40px!important}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 input._extremeSpace_195tz_7831{padding-left:52px!important}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._infoWrapper_195tz_7834{display:flex;margin-bottom:15px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._infoWrapper_195tz_7834 ._image_195tz_4916{margin-right:10px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._infoWrapper_195tz_7834 ._image_195tz_4916 img{height:32px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._infoWrapper_195tz_7834 ._methodName_195tz_7844{display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._infoWrapper_195tz_7834 ._methodName_195tz_7844 ._text_195tz_4568{display:block;margin-top:0;color:#828f9a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._label_195tz_290{display:flex;align-items:center;color:#aab0bd;font-size:14px;line-height:14px;white-space:nowrap}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._label_195tz_290 ._labelArrow_195tz_7864{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:8px;color:#fff;font-size:12px;background:#047cfc;border-radius:2px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821{position:relative;width:50%;margin-left:auto}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._walletInput_195tz_7881{padding-right:35px;text-overflow:ellipsis}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;height:100%;padding:0 15px;color:#9ca2b1;font-size:15px;background-color:initial;border:0;border-radius:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361:hover,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361:focus{outline:none;box-shadow:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361:hover svg,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361:focus svg{fill:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361>div{justify-content:space-between;width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774{display:flex;align-items:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputWithIcon_195tz_5562{height:48px;padding-left:35px;color:#fff;font-size:16px;background:#1c2028;border-radius:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputWithIcon_195tz_5562::-webkit-outer-spin-button,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputWithIcon_195tz_5562::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputIcon_195tz_5574{position:absolute;top:50%;left:13px;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:16px;height:16px;color:#828f9a;font-size:17px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputIcon_195tz_5574,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputIcon_195tz_5574 span,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputIcon_195tz_5574 svg{position:absolute;top:51%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413{position:relative;box-sizing:border-box}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199{position:absolute;top:100%;right:0;left:inherit;z-index:1080;box-sizing:border-box;width:100%;min-width:200px;margin:0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#1c2028;background-clip:padding-box;border-top:0;border-radius:0 0 5px 5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199._open_195tz_623{display:block}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._scrollBar_195tz_5417{max-height:250px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420{padding:10px 10px 5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockName_195tz_5423{margin-bottom:5px;color:#8d93a0;font-weight:500}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockName_195tz_5423:not(:first-child){margin-top:15px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431{width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129{position:relative;display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:10px 8px;color:#fff;font-weight:400;font-size:medium;white-space:nowrap;text-align:inherit;background-color:initial;border-bottom:1px solid #333946;border-radius:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129:last-child{margin-bottom:10px;border:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129:hover{background-color:#242832}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._itemContent_195tz_5458{position:relative;display:inline;align-items:center;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._itemContent_195tz_5458 ._comission_195tz_5467{position:absolute;top:50%;right:5px;color:#8d93a0;font-size:.9em;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._itemContent_195tz_5458 img{height:18px;margin-top:1px;margin-right:10px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481{position:absolute;top:50%;right:0;width:40px;height:100%;color:#58627b;font-size:12px;transform:translateY(-57%)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481:hover,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481:focus{color:#e86376}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._btnRemove_195tz_5481 svg{margin-top:3px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 ._methodsBlock_195tz_5420 ._blockItems_195tz_5431 ._item_195tz_129 ._methodIcon_195tz_8054{max-width:15px;margin-left:5px;transform:translateY(-1px);transition:transform .2s ease-in-out}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._menu_195tz_1199 .simplebar-scrollbar:before{position:absolute;right:2px;left:2px;background:#5e6a7f;border-radius:7px;content:""}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;height:46px;padding:0 15px;color:#fff;font-size:15px;background:#1c2028;border:1px solid #333946;border-radius:5px;outline:none;box-shadow:1px 3px 3px -2px #20242d}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497._open_195tz_623{border-radius:5px 5px 0 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497:hover{background-color:#1c2028}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._selectedMethod_195tz_5533{display:flex;align-items:center}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._selectedMethod_195tz_5533 img{height:22px;margin-top:1px;margin-right:10px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:.45em;transition:transform .2s ease-out}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{transform:rotate(-180deg)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497 ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._dropdown_195tz_2413 ._btn_195tz_497>div{-webkit-justify-content:space-between;justify-content:space-between;width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputButtons_195tz_8125{position:relative}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputButtons_195tz_8125 ._formField_195tz_4373 ._inputBlock_195tz_7115{display:flex}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputButtons_195tz_8125 ._formField_195tz_4373 ._inputBlock_195tz_7115 input{font-size:12px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputButtons_195tz_8125 ._formField_195tz_4373 ._inputBlock_195tz_7115 ._copyBtn_195tz_8134{width:65px;background:#1c2028;border-left:1px solid #34373c;transition:all .3s}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputButtons_195tz_8125 ._formField_195tz_4373 ._inputBlock_195tz_7115 ._copyBtn_195tz_8134:hover{background:#313742}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._inputButtons_195tz_8125 ._formField_195tz_4373 ._inputBlock_195tz_7115 ._copyTooltip_195tz_1252{top:-30px;left:92.5%;width:100px;color:inherit;background-color:#00000080}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150{position:relative;display:flex;flex-wrap:wrap;width:auto;margin:5px -2.5px 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157{width:20%;padding:5px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:100%;height:36px;color:#828f9a;white-space:nowrap;background:#1c2028;border:2px solid transparent;border-radius:4px;outline:none;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button ._value_195tz_777{display:flex;align-items:center;padding-left:2px;color:#93969b;font-weight:500;font-size:15px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button ._value_195tz_777 svg{margin-top:-1px;margin-left:3px;font-size:13px}@media (max-width: 500px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button ._value_195tz_777 svg{margin-left:0}}@media (max-width: 1200px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button ._value_195tz_777{font-size:14px}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button:hover,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button._active_195tz_794{color:#fff;background:#1c2028;border:2px solid #535d71}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button:hover ._value_195tz_777,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157 button._active_195tz_794 ._value_195tz_777{color:#fff}@media (max-width: 1050px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157{width:20%}}@media (max-width: 500px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157{width:25%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._buttonsContainer_195tz_8150 ._btnItem_195tz_8157:last-child{display:none}}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._fallBackCard_195tz_8223{margin-top:20px;padding:10px;border:1px dashed #343b48;border-radius:4px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._fallBackCard_195tz_8223 ._fallBackCardSubmit_195tz_8229{display:inline-block}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._fallBackCard_195tz_8223 ._fallBackCardSubmit_195tz_8229 button{color:#2dc53a;font-weight:500;border-bottom:1px solid transparent;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._fallBackCard_195tz_8223 ._fallBackCardSubmit_195tz_8229 button:focus,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._fallBackCard_195tz_8223 ._fallBackCardSubmit_195tz_8229 button:hover{border-bottom:1px dashed #2dc53a}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._subButtons_195tz_8241{display:flex;flex-wrap:wrap;width:calc(100% + 3px);margin:-10px -3px 0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._subButtons_195tz_8241 button{position:relative;display:flex;align-items:center;justify-content:center;width:calc(50% - 6px);height:40px;margin:10px 3px 0;color:#ffffff80;font-size:13px;background:#1c2028;border:2px solid transparent;border-radius:4px;outline:none;cursor:pointer}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._subButtons_195tz_8241 button img{width:17px;margin-right:7px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._subButtons_195tz_8241 button:hover,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._subButtons_195tz_8241 button._active_195tz_794{color:#fff;background:#1c2028;border:2px solid #535d71}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818 ._walletContentWrapper_195tz_6821 ._subButtons_195tz_8241._crypto_195tz_8272 button{width:calc(33% - 6px)}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818._hasWrap_195tz_4887{flex-wrap:wrap;width:100%;margin-bottom:20px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818._hasWrap_195tz_4887 ._label_195tz_290,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818._hasWrap_195tz_4887 ._walletContentWrapper_195tz_6821{width:100%}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818._hasWrap_195tz_4887 ._label_195tz_290{margin-bottom:15px}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818._hasWrap_195tz_4887 ._walletContentWrapper_195tz_6821{margin:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentWrap_195tz_926 ._formWithLabel_195tz_7818._hasWrap_195tz_4887:last-child{margin-bottom:0}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentFooter_195tz_8292{display:flex;flex-wrap:wrap;justify-content:center;width:100%;margin-top:auto;padding-top:20px;color:#828f9a;font-size:12px;text-align:center;border-top:1px solid #2e3542}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentFooter_195tz_8292 ._details_195tz_8304 ._info_195tz_729{display:inline-flex;align-items:center;color:#fff}._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentFooter_195tz_8292 ._details_195tz_8304 ._info_195tz_729 svg{font-size:11px}@media (max-width: 600px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentFooter_195tz_8292 ._comission_195tz_5467,._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599 ._contentFooter_195tz_8292 ._details_195tz_8304{width:100%}}@media (max-width: 1200px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599{width:70%;padding:20px}}@media (max-width: 500px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599{padding:15px}}@media (min-width: 900px){._walletContainer_195tz_6726 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentRight_195tz_7599{min-height:417px}}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsClose_195tz_4796{position:absolute;top:50%;right:10px;width:38px;margin-top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsClose_195tz_4796:hover svg{fill:#fff}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._tabsContainer_195tz_4781 ._tabsClose_195tz_4796 svg{display:block;width:13px;height:13px;transition:all .3s;fill:#ffffff21}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352{width:36%;padding:20px;border-right:1px solid #2e3542}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610{display:flex;align-items:center;width:100%;height:42px;margin-bottom:15px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833{position:relative;display:flex;align-items:center;box-sizing:border-box;width:100%;height:40px;padding:0}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502{display:flex;align-items:center;width:100%;height:42px;padding:0 10px;font-size:14px;background:#1c2028;border:0;border-radius:4px 0 0 4px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502:hover{background:#191d25}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502._active_195tz_794{color:#fff;border:2px solid #535d71}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:auto;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._btnCurrency_195tz_2502 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413{position:absolute;top:100%;right:inherit;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:204px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413._open_195tz_623{display:block}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:15px;color:#000000bf;font-weight:400;font-size:16px;line-height:20px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:active,._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:focus,._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:hover{background-color:#f1f1f1}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div{display:flex;align-items:center;width:100%}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739{width:36px;margin-right:8px;color:#0009;font-size:13px;text-align:center;text-transform:uppercase;background:#e5e5e5;border-radius:2px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739._wide_195tz_2472{width:48px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739{color:#fff;background:#219a19}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413:before{position:absolute;top:-8px;right:inherit;left:15px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}@media (max-width: 900px){._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._currencyContainer_195tz_7610 ._dropdownContainer_195tz_6833 ._dropdown_195tz_2413:before{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._loaderHalf_195tz_1306{height:150px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._loaderCentred_195tz_1285{position:relative;transform:translate(-50%)}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._loaderAddress_195tz_1310{position:initial!important;height:200px!important;transform:none!important}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._label_195tz_290{display:flex;align-items:center;color:#aab0bd;font-size:14px;line-height:14px;white-space:nowrap}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._label_195tz_290 ._labelArrow_195tz_7864{display:flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:8px;color:#fff;font-size:12px;background:#047cfc;border-radius:2px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._label_195tz_290 ._labelArrow_195tz_7864 svg{margin-left:1px;transform:rotate(-90deg)}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleLabel_195tz_8535{margin-bottom:12px;color:#aab0bd;font-size:14px;line-height:14px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;height:46px;margin-bottom:10px;padding:0 10px;color:#828f9a;font-size:15px;white-space:nowrap;background:#1c2028;border:2px solid transparent;border-radius:4px;cursor:pointer;-webkit-user-select:none;user-select:none}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541:hover,._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541:focus{color:#828f9a;background:#1c2028;border-color:#535d71}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541:hover ._methodIcon_195tz_8054,._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541:focus ._methodIcon_195tz_8054{transform:scale(1.1)}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541._active_195tz_794{color:#fff;background:#1c2028;border-color:#535d71}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541 ._image_195tz_4916{height:22px;margin-right:10px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541 ._image_195tz_4916 img{height:100%}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541:last-child{margin-bottom:0}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 ._simpleMethod_195tz_8541 ._methodIcon_195tz_8054{max-width:15px;margin-left:5px;transform:translateY(-1px);transition:transform .2s ease-in-out}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 .simplebar-vertical{right:-15px}._walletContainer_195tz_6726._isModal_195tz_8333 ._walletWrapper_195tz_6731 ._walletContent_195tz_6821 ._contentLeft_195tz_8352 .simplebar-scrollbar:before{position:absolute;right:2px;left:2px;background:#5e6a7f;border-radius:7px;content:""}._gameStatsModal_195tz_8601{max-width:500px;margin:0 auto}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605{min-height:200px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsHeader_195tz_8608{display:flex;justify-content:flex-end;padding:9px 0;font-weight:500;white-space:nowrap;background-color:#2d3340;border-radius:5px 5px 0 0}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsTitle_195tz_8617{display:flex;gap:8px;align-items:center;width:100%;padding-left:16px;color:#fff;font-size:14px;line-height:1.5}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStats_195tz_8601{display:flex;padding:16px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsList_195tz_8631{display:flex;flex-direction:column;width:50%}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsItem_195tz_8636{display:flex;flex-direction:column;margin-bottom:10px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsItem_195tz_8636:last-child{margin-bottom:0}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsName_195tz_8644{color:#aab0bd;font-size:14px;line-height:1.5}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsValue_195tz_8649{color:#2dc53a;font-size:14px;line-height:1.5}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._gameStatsDivider_195tz_8654{display:flex;width:2px;margin:0 16px;background-color:#484d59}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660{width:calc(100% - 20px);height:auto;margin:10px;padding:10px;background:#2d3340;border-radius:5px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._title_195tz_5911{margin-top:7px;margin-left:7px;color:#fff;cursor:pointer}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._title_195tz_5911:hover{color:#aab0bd}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._title_195tz_5911 svg{width:16px;height:16px;margin-bottom:3px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682{display:flex;justify-content:center;width:100%;min-height:100px;margin-top:10px;color:#aab0bd}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682._empty_195tz_633{flex-direction:column;vertical-align:middle}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929{display:flex;justify-content:center;width:50%}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268{display:flex;flex-direction:column;justify-content:space-around;height:100%}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612{position:relative;width:140px;height:70px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612 ._circle_195tz_8710{position:absolute;top:0;left:0;width:140px;height:70px;border:3px solid #aab0bd;border-bottom:0!important;border-top-left-radius:150px;border-top-right-radius:150px;transition:-webkit-clip-path 1s ease-in-out;transition:clip-path 1s ease-in-out;transition:clip-path 1s ease-in-out,-webkit-clip-path 1s ease-in-out}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612 ._circle_195tz_8710._green_195tz_8724{border:3px solid #2cc53b}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612 ._time_195tz_4612{position:absolute;bottom:0;left:50%;transform:translate(-50%)}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612 ._time_195tz_4612 ._info_195tz_729{display:inline-flex;align-items:center;width:100%;font-size:13px;line-height:1.5}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612 ._time_195tz_4612 ._info_195tz_729 span{display:block;width:100%;white-space:nowrap}@media (max-width: 380px){._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612{width:120px;height:60px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._timer_195tz_4612 ._circle_195tz_8710{width:120px;height:60px;border-top-left-radius:130px;border-top-right-radius:130px}}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._left_195tz_929 ._row_195tz_5268 ._place_195tz_176{color:#fff}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938{width:50%;padding-left:20px;border-left:1px solid #484d59}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938 ._row_195tz_5268{display:flex;flex-direction:column;justify-content:space-around;height:100%}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938 ._row_195tz_5268 ._item_195tz_129{display:flex;flex-direction:column;margin-bottom:10px}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938 ._row_195tz_5268 ._item_195tz_129:last-child{margin-bottom:0}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938 ._row_195tz_5268 ._item_195tz_129 ._top_195tz_2910{color:#aab0bd;font-weight:600;text-align:left}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938 ._row_195tz_5268 ._item_195tz_129 ._bottom_195tz_5220{margin-top:3px;color:#fff;text-align:left}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 ._right_195tz_938 ._row_195tz_5268 ._item_195tz_129 ._bottom_195tz_5220._bet_195tz_412{color:#2cc53b}._gameStatsModal_195tz_8601 ._gameStatsWrapper_195tz_8605 ._raceSection_195tz_8660 ._raceContent_195tz_8682 span{text-align:center}._chatRulesContainer_195tz_8796{display:flex;justify-content:space-between;width:100%;border-radius:10px}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802{width:100%;max-width:680px;margin:0 auto;color:#828f9a;border-radius:6px}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802 ._tabsContainer_195tz_4781 button{position:absolute;top:40px;right:15px;width:38px;margin-top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802 ._tabsContainer_195tz_4781 button:hover svg{fill:#000}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802 ._tabsContainer_195tz_4781 button svg{display:block;width:25px;height:25px;transition:all .3s;fill:#828f9a}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802 ._chatRulesContent_195tz_8829{padding:20px}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802 ._chatRulesContent_195tz_8829 h2{margin-bottom:20px;color:#fff;font-size:16px}._chatRulesContainer_195tz_8796 ._chatRulesWrapper_195tz_8802 ._chatRulesContent_195tz_8829 h2 svg{margin-right:5px;margin-bottom:2px}._userStatsModal_195tz_8842{max-width:500px;margin-right:auto;margin-left:auto}@media screen and (max-width: 900px){._userStatsModal_195tz_8842{width:calc(100% - 14px)}}._userStatsModal_195tz_8842 ._modal-content_195tz_3686{background:#272d39}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:20px;background:#2d3340;border-radius:5px 5px 0 0}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862._loading_195tz_8872{min-height:300px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268{display:flex;align-items:center}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264{color:#fff;font-size:18px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264 ._user_195tz_249{display:inline;white-space:nowrap}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264 ._user_195tz_249._hasBadge_195tz_8887{position:relative}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264 ._user_195tz_249 ._badge_195tz_739{position:absolute;top:50%;margin-left:-1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264 ._user_195tz_249 ._badge_195tz_739>span{display:flex;align-items:center;width:17px;height:17px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264 ._user_195tz_249 ._badge_195tz_739>span img{display:block;max-width:100%;height:auto}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._row_195tz_5268 ._name_195tz_264 ._user_195tz_249 ._text_195tz_4568{padding-left:20px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 ._date_195tz_230{margin-top:2px;color:#828f9a;font-size:13px;text-align:center}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsHeader_195tz_8862 svg{margin-right:6px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920{width:100%;padding:20px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924{display:flex;justify-content:center;width:100%;margin-bottom:15px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129{width:50%;margin-right:15px;padding:15px;text-align:center;border:1px solid #343b48;border-radius:6px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._label_195tz_290{margin-bottom:3px;color:#828f9a;font-size:14px;white-space:nowrap}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._value_195tz_777{justify-content:center;color:#047cfc;font-weight:500;font-size:16px}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._value_195tz_777._positive_195tz_8950{color:#2dc53a!important}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._value_195tz_777 ._bet_195tz_412{display:inline-flex;align-items:center;color:inherit;font-weight:inherit;font-size:inherit;text-transform:uppercase}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._value_195tz_777 ._bet_195tz_412 ._content_195tz_420{display:inline-flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._value_195tz_777 ._bet_195tz_412 ._icon_195tz_429{display:inline-block;margin:0 0 0 .25em;color:inherit;vertical-align:middle}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924 ._item_195tz_129 ._value_195tz_777 ._bet_195tz_412 ._icon_195tz_429._widthAuto_195tz_434{width:auto;height:auto;vertical-align:initial}._userStatsModal_195tz_8842 ._modal-content_195tz_3686 ._userStatsContainer_195tz_8855 ._userStatsContent_195tz_8920 ._stats_195tz_8924:last-child{margin-bottom:0}._mobileNav_195tz_919{position:relative;z-index:901;display:none;width:100%;background:#20242d}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992{position:absolute;bottom:100%;left:0;z-index:1;display:none;width:100%;background:#191d25}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992._open_195tz_623{display:block}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._close_195tz_3725{position:absolute;top:5px;right:5px;z-index:3;display:flex;align-items:center;justify-content:center;width:34px;height:34px;color:#979797;background:transparent;border:none;outline:none;cursor:pointer}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020{display:flex;flex-wrap:wrap;align-items:center;width:calc(100% + 10px);margin-right:-5px;margin-left:-5px;list-style:none}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 li{width:50%;border-right:1px solid #20242d;border-bottom:1px solid #20242d}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 li:nth-child(odd){padding-left:10px}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 li._current_195tz_3038 a,._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 li._current_195tz_3038 button{color:#fff}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 a,._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 button{position:relative;display:flex;align-items:center;width:100%;padding:20px 15px 20px 30px;color:#828f9a;font-size:13px;line-height:14px;letter-spacing:-.1px;text-decoration:none;background:transparent;border:none;outline:none}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 a svg,._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 button svg{position:absolute;top:50%;left:10px;width:14px;height:14px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 a ._icon-faq_195tz_9064,._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 button ._icon-faq_195tz_9064{font-size:15px}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 a ._icon-achievements_195tz_9067,._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 button ._icon-achievements_195tz_9067{font-size:16px}._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 a:hover,._mobileNav_195tz_919 ._mobileNavPullOut_195tz_8992 ._mobileNavPullOutNav_195tz_9020 button:hover{color:#fff}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923{width:100%;background:#1c2028}@media (max-width: 900px){._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923{touch-action:none}}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;width:100%;max-width:420px;margin:0 auto;padding:10px 15px;list-style:none}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li{position:relative;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;width:25%}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103{position:absolute;bottom:-12px;z-index:1;display:flex;flex-direction:column;justify-content:center;width:50px;height:50px;background:#2e3542;border-radius:10px}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103 ._lobbyWrapper_195tz_9115{display:flex;flex-direction:column;justify-content:center;width:90%;height:90%;margin:0 auto;background:#337bff;border-radius:10px}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103 ._lobbyWrapper_195tz_9115 ._image_195tz_4916{display:flex;flex-direction:column;justify-content:center;height:100%}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103 ._lobbyWrapper_195tz_9115 ._image_195tz_4916 svg{width:25px;height:25px;margin:0 auto;fill:#fff}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103:hover ._lobbyWrapper_195tz_9115,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103:active ._lobbyWrapper_195tz_9115,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._btnLobby_195tz_9103:focus ._lobbyWrapper_195tz_9115{background:#5692ff;transform:scale(1.1)}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li:last-child{margin-right:0}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownButton_195tz_9144,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>a,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>button{position:relative;-webkit-flex-direction:column;flex-direction:column;padding:0;color:#aab0bd;font-weight:500;font-size:10px;line-height:11px;text-align:center;text-transform:uppercase;background:transparent;border:none;outline:none;cursor:pointer;touch-action:manipulation}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownButton_195tz_9144._badgeNew_195tz_9161:before,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>a._badgeNew_195tz_9161:before,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>button._badgeNew_195tz_9161:before{position:absolute;top:-5px;right:5px;width:5px;height:5px;background-color:red;border-radius:50%;content:""}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownButton_195tz_9144 svg,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>a svg,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>button svg{width:14px;height:14px;margin-bottom:6px;pointer-events:none}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownButton_195tz_9144:hover,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>a:hover,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li>button:hover{color:#fff}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 ._icon-more_195tz_9180{width:16px;height:16px}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownButton_195tz_9144>div{flex-direction:column}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownMenu_195tz_9187{top:0;left:50%;min-width:auto;margin-top:-100%;background-color:#191d25;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownMenu_195tz_9187._big_195tz_3419{margin-top:-125%}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownItem_195tz_9199{display:flex;align-items:center;padding:8px 10px;color:#828f9a;font-size:12px;border-bottom:1px solid #20242d;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownItem_195tz_9199 svg{margin-right:5px}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownItem_195tz_9199:last-child{border-bottom:0}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownItem_195tz_9199:focus,._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 li ._dropDownItem_195tz_9199:hover{color:#fff;background:transparent}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 ._active_195tz_794{color:#fff}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 ._active_195tz_794 svg{fill:#047cfc}._mobileNav_195tz_919 ._mobileNavWrapper_195tz_923 ._mobileNavBlock_195tz_9082 ._active_195tz_794 button,._mobileNav_195tz_919 ._mobileNavPullOutNav_195tz_9020 ._active_195tz_794{color:#fff}._mobileNav_195tz_919 ._mobileNavPullOutNav_195tz_9020 ._active_195tz_794 svg{fill:#fff}._mobileNav_195tz_919 ._mobileNavPullOutNav_195tz_9020 ._active_195tz_794 button{color:#fff}@media (max-width: 900px){._mobileNav_195tz_919{display:block}}._sideUserProfile_195tz_9245{display:flex;flex:1 1;flex-direction:column;width:100%;padding:0 20px;overflow:hidden}._sideUserProfile_195tz_9245 ._userAvatar_195tz_9253{margin-bottom:20px}._sideUserProfile_195tz_9245 ._userAvatar_195tz_9253 ._closeBtn_195tz_9256{position:absolute;top:25px;right:15px}._sideUserProfile_195tz_9245 ._userId_195tz_9261{display:flex;align-items:center;color:#fff;white-space:nowrap;background:transparent;border:0;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._sideUserProfile_195tz_9245 ._userId_195tz_9261:focus,._sideUserProfile_195tz_9245 ._userId_195tz_9261:hover{outline:none}._sideUserProfile_195tz_9245 ._userId_195tz_9261:hover{color:#047cfc}._sideUserProfile_195tz_9245 ._userId_195tz_9261 ._yourId_195tz_9281{padding-right:5px;color:#828f9a;text-transform:uppercase}._sideUserProfile_195tz_9245 ._userId_195tz_9261 ._userIconCopy_195tz_9286{display:flex;align-items:center;margin-left:4px;padding:2px 3px;background-color:#313742;border-radius:3px}._sideUserProfile_195tz_9245 ._userName_195tz_9294{position:relative;display:flex;flex-direction:column;align-items:flex-start;font-size:12px}._sideUserProfile_195tz_9245 ._userName_195tz_9294 ._copyTooltip_195tz_1252{width:110px;background:#000}._sideUserProfile_195tz_9245 ._userName_195tz_9294 ._nickname_195tz_9305{width:100%;max-width:200px;margin-bottom:2px;overflow:hidden;color:#fff;font-size:18px;white-space:nowrap;text-align:center;text-overflow:ellipsis}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316{width:100%;list-style:none}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li{margin-bottom:20px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li a{display:flex;align-items:center;color:#828f9a;font-size:14px;line-height:20px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li a ._number-badge_195tz_9330{position:static;top:0;right:0;margin-left:5px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li a svg{display:block;width:18px;height:18px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li a ._icon-affiliate_195tz_9341{width:14px;height:14px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li a ._itemIcon_195tz_9345{display:flex;align-items:center;justify-content:center;width:20px;margin-right:15px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li a:hover,._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li._current_195tz_3038 a{color:#fff}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li:last-child{margin-bottom:25px}._sideUserProfile_195tz_9245 ._userBlock_195tz_9361{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #272c35}._sideUserProfile_195tz_9245 ._avatar_195tz_2781{width:100px;height:100px}._sideUserProfile_195tz_9245 ._avatar_195tz_2781 img{display:block;width:100%;max-width:100%;height:100%;border-radius:50%}._sideUserProfile_195tz_9245 ._btn-logout_195tz_9382{display:flex;width:100%;padding:0;color:#828f9a;font-weight:400;font-size:14px;background:transparent}._sideUserProfile_195tz_9245 ._btn-logout_195tz_9382 ._itemIcon_195tz_9345{display:flex;align-items:center;justify-content:center;width:20px;margin-right:15px;font-size:16px}._sideUserProfile_195tz_9245 ._btn-logout_195tz_9382:hover{color:#fff;background:transparent}@media (max-height: 580px),(max-width: 900px){._sideUserProfile_195tz_9245 ._avatar_195tz_2781{width:60px;height:60px;margin:0 10px 0 0;padding:3px 0}._sideUserProfile_195tz_9245 ._avatar_195tz_2781>div{width:60px!important;height:60px!important;font-family:Rubik,Arial,sans-serif}._sideUserProfile_195tz_9245 ._userBlock_195tz_9361{flex-direction:row;justify-content:flex-start;margin-top:0;padding-bottom:20px}._sideUserProfile_195tz_9245 ._userAvatar_195tz_9253{margin-bottom:0}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li{margin-bottom:15px}._sideUserProfile_195tz_9245 ._profileNav_195tz_9316 li:last-child{margin-bottom:20px}._sideUserProfile_195tz_9245 ._userName_195tz_9294 ._nickname_195tz_9305{max-width:140px;margin-bottom:0;text-align:left}}@media (max-width: 900px){._sideUserProfile_195tz_9245 ._userName_195tz_9294 ._nickname_195tz_9305{max-width:200px;margin-bottom:0}._sideUserProfile_195tz_9245 ._userAvatar_195tz_9253{margin-bottom:0}._sideUserProfile_195tz_9245 ._userBlock_195tz_9361{padding:20px 0}}._liveStatBlock_195tz_9449{display:flex;flex:1 1;flex-direction:column;width:100%;padding:10px 10px 0}@media (max-width: 900px){._liveStatBlock_195tz_9449{height:calc(100% + -0px);padding:0 0 0 5px}._liveStatBlock_195tz_9449 ._liveParams_195tz_125{padding:10px 0 10px 5px}}._liveStatBlock_195tz_9449 ._itemControl_195tz_129{position:absolute;top:22px;right:15px}._liveStatBlock_195tz_9449 ._liveParams_195tz_125{display:flex;flex:none;align-items:center;justify-content:space-between;margin:0 10px;padding-bottom:20px}._liveStatBlock_195tz_9449 ._liveParams_195tz_125>._item_195tz_129{display:flex;align-items:center;color:#5b6271;font-size:16px}._liveStatBlock_195tz_9449 ._liveParams_195tz_125>._item_195tz_129 span{color:#fff}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487{box-sizing:border-box;width:calc(100% + 10px);margin:0 -10px;background-color:#242932;border-radius:10px}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._top_195tz_2910{width:100%;height:25px;color:#828f9a;font-weight:500;font-size:12px;line-height:26px;text-align:center;text-transform:uppercase;background:#272d39;border-radius:10px 10px 0 0}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129{position:relative;display:flex;width:100%;min-height:44px;margin-bottom:10px;padding:10px;overflow:hidden;background:#0000001a;cursor:pointer}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129:hover ._overlay_195tz_512{display:flex}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._overlay_195tz_512{position:absolute;top:0;left:0;z-index:1000;display:none;justify-content:space-evenly;width:100%;height:100%;padding-top:20px;background:#000000b5;border-radius:0 0 10px 10px}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._overlay_195tz_512 svg{width:35px;height:35px;color:#fff;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._overlay_195tz_512 button{height:30px;margin:0;padding:3px 30px;font-size:12px;text-transform:uppercase;border-radius:100px}@media (max-width: 768px){._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._overlay_195tz_512 button{padding:2px 25px}}@media (min-width: 821px) and (max-width: 1200px){._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._overlay_195tz_512 button:nth-child(2){display:none}}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916{top:10px;left:10px;display:inline-block;width:49px;height:65px;cursor:pointer}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916._static_195tz_906{background:#242932;border-radius:5px}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916 ._img_195tz_9575{display:inline-block;width:100%;height:100%;padding:2px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:6px}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739{position:absolute;top:5px;left:7px;display:flex;align-items:center;justify-content:center;width:auto;height:13px;padding:0 4px;color:#fff;font-weight:500;font-size:12px;border-radius:5px}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._blue_195tz_9604{background-color:#3077f7}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._green_195tz_8724{background-color:#219a1a}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._orange_195tz_9610{background-color:#ff5721}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._purple_195tz_9613{background-color:#d004fc}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._liveContent_195tz_9616{display:flex;justify-content:space-between;width:calc(100% - 65px);margin-left:15px;font-size:13px;line-height:20px;word-wrap:break-word;word-break:break-word}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._liveContent_195tz_9616>div{display:flex;flex-direction:column;justify-content:center;width:100%}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._liveContent_195tz_9616 ._userLink_195tz_532{display:none;width:100%;margin:0;padding:0;overflow:hidden;color:#828f9a;font-weight:700;white-space:nowrap;text-align:left;text-transform:none;text-overflow:ellipsis;background:none;border:0;outline:0;cursor:pointer;touch-action:manipulation}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._liveContent_195tz_9616 ._gameName_195tz_9650{display:block;overflow:hidden;color:#828f9a;font-size:14px;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._liveContent_195tz_9616 ._winAmount_195tz_9659{display:block;overflow:hidden;color:#828f9a;font-weight:600;font-size:14px;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129 ._liveContent_195tz_9616 ._winAmount_195tz_9659 svg{margin-bottom:2px;margin-left:-3px}._liveStatBlock_195tz_9449 ._fixedLiveItem_195tz_9487 ._item_195tz_129:last-child{margin-bottom:0}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676{position:relative;display:flex;flex:auto;flex-direction:column-reverse;height:120px;min-height:100px;-webkit-transition:all .3s;transition:all .3s}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686{position:relative;padding-right:10px}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._loaderBlock_195tz_237{position:relative;width:calc(100% + 15px);margin-top:50px;text-align:center}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686>a{display:flex;margin-bottom:10px}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686>a:last-child{margin-bottom:0}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129{position:relative;display:flex;width:100%;min-height:44px;padding:10px;overflow:hidden;background:#0000001a;border-radius:6px;cursor:pointer}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129:hover ._overlay_195tz_512{display:flex}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._overlay_195tz_512{position:absolute;top:0;left:0;z-index:1000;display:none;justify-content:space-evenly;width:100%;height:100%;padding-top:25px;background:#000000b5}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._overlay_195tz_512 svg{width:35px;height:35px;color:#fff;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._overlay_195tz_512 button{height:30px;margin:0;padding:3px 30px;font-size:12px;text-transform:uppercase;border-radius:100px}@media (max-width: 768px){._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._overlay_195tz_512 button{padding:2px 25px}}@media (min-width: 821px) and (max-width: 1200px){._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._overlay_195tz_512 button:nth-child(2){display:none}}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916{top:10px;left:10px;display:inline-block;width:49px;height:65px;cursor:pointer}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916._static_195tz_906{background:#242932;border-radius:5px}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916 ._img_195tz_9575{display:inline-block;width:100%;height:100%;padding:2px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:6px}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739{position:absolute;top:5px;left:7px;display:flex;align-items:center;justify-content:center;width:auto;height:13px;padding:0 4px;color:#fff;font-weight:500;font-size:12px;border-radius:5px}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._blue_195tz_9604{background-color:#3077f7}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._green_195tz_8724{background-color:#219a1a}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._orange_195tz_9610{background-color:#ff5721}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._image_195tz_4916 ._badge_195tz_739._purple_195tz_9613{background-color:#d004fc}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._liveContent_195tz_9616{display:flex;justify-content:space-between;width:calc(100% - 65px);margin-left:15px;font-size:13px;line-height:20px;word-wrap:break-word;word-break:break-word}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._liveContent_195tz_9616>div{display:flex;flex-direction:column;justify-content:center;width:100%}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._liveContent_195tz_9616 ._userLink_195tz_532{display:none;width:100%;margin:0;padding:0;overflow:hidden;color:#828f9a;font-weight:700;white-space:nowrap;text-align:left;text-transform:none;text-overflow:ellipsis;background:none;border:0;outline:0;cursor:pointer;touch-action:manipulation}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._liveContent_195tz_9616 ._gameName_195tz_9650{display:block;overflow:hidden;color:#828f9a;font-size:14px;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._liveContent_195tz_9616 ._winAmount_195tz_9659{display:block;overflow:hidden;color:#828f9a;font-weight:600;font-size:13px;white-space:nowrap;text-overflow:ellipsis;word-wrap:break-word}._liveStatBlock_195tz_9449 ._liveBlock_195tz_9676 ._liveBlockInner_195tz_9686 ._item_195tz_129 ._liveContent_195tz_9616 ._winAmount_195tz_9659 svg{margin-bottom:2px;margin-left:-3px}._liveStatBlock_195tz_9449 ._liveScroll_195tz_760{position:absolute;right:12px;bottom:10px;z-index:9999;width:35px;height:35px;background:#232933;border:0;border-radius:50%;outline:none;visibility:hidden;cursor:pointer;opacity:0;-webkit-transition:.3s ease-out;transition:.3s ease-out}._liveStatBlock_195tz_9449 ._liveScroll_195tz_760 ._values_195tz_777{position:absolute;top:-6px;right:-6px;width:18px;height:18px;color:#fff;font-weight:700;font-size:8px;line-height:18px;background:#4886f5;border-radius:50%;content:attr(data-values)}._liveStatBlock_195tz_9449 ._liveScroll_195tz_760:hover{box-shadow:0 0 0 1px #047cfc}._liveStatBlock_195tz_9449 ._liveScroll_195tz_760._active_195tz_794{visibility:visible;opacity:1;-webkit-transition:.3s ease-out;transition:.3s ease-out}._liveStatBlock_195tz_9449 ._liveScroll_195tz_760 svg{font-size:11px;fill:#fff}._inputValid_195tz_9910{display:inherit;width:inherit}._inputValid_195tz_9910 ._valid_195tz_6434{position:absolute;bottom:100%;left:0;padding:1em;color:#e86376;font-weight:500;font-size:12px;text-align:center;background:#1c2028;border-radius:6px;visibility:hidden;opacity:0}._inputValid_195tz_9910 ._valid_195tz_6434._inline_195tz_9928{top:100%;bottom:auto;z-index:3;margin:2px 0 0;padding:4px 6px;color:#fff;font-size:10px;background:#dc3545e6;border-radius:2px}._inputValid_195tz_9910 ._valid_195tz_6434._inline_195tz_9928._top_195tz_2910{top:auto;right:auto;bottom:calc(100% + 2px);left:0}._inputValid_195tz_9910 ._valid_195tz_6434._inline_195tz_9928._topRight_195tz_6490{top:auto;right:0;bottom:100%;left:auto}._inputValid_195tz_9910 ._valid_195tz_6434._inline_195tz_9928:after{display:none}._inputValid_195tz_9910 ._valid_195tz_6434._visible_195tz_1267{visibility:visible;opacity:1}._inputValid_195tz_9910 ._valid_195tz_6434:after{position:absolute;top:100%;left:.5em;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px 4px 0;border-top-color:#1c2028!important;content:""}._inputField_195tz_7119,._inputField_195tz_7119 input{width:100%;height:44px;padding:0 12px;color:#fff;font-family:Rubik,Arial,sans-serif;background:#1c2028;border:2px solid transparent;border-radius:5px;outline:none!important;touch-action:manipulation}._inputField_195tz_7119:-webkit-autofill,._inputField_195tz_7119:-webkit-autofill:active,._inputField_195tz_7119:-webkit-autofill:focus,._inputField_195tz_7119:-webkit-autofill:hover,._inputField_195tz_7119 input:-webkit-autofill,._inputField_195tz_7119 input:-webkit-autofill:active,._inputField_195tz_7119 input:-webkit-autofill:focus,._inputField_195tz_7119 input:-webkit-autofill:hover{background-clip:content-box!important;border:2px solid #373e4c!important;-webkit-box-shadow:0 0 0 1000px #2d3340 inset!important;-webkit-text-fill-color:#fff!important}._inputField_195tz_7119,._inputField_195tz_7119+._inputSuffix_195tz_9994,._inputField_195tz_7119 input,._inputField_195tz_7119 input+._inputSuffix_195tz_9994{font-size:16px}._inputField_195tz_7119:not([readonly]):focus,._inputField_195tz_7119 input:not([readonly]):focus{border-color:#373e4c}._inputField_195tz_7119._input-green_195tz_10003:not([readonly]):focus,._inputField_195tz_7119 input._input-green_195tz_10003:not([readonly]):focus{border-color:#2dc53a}._inputField_195tz_7119::-webkit-input-placeholder,._inputField_195tz_7119 input::-webkit-input-placeholder{color:#828f9a}._inputField_195tz_7119::-moz-placeholder,._inputField_195tz_7119 input::-moz-placeholder{color:#828f9a}._inputField_195tz_7119::-ms-input-placeholder,._inputField_195tz_7119 input::-ms-input-placeholder{color:#828f9a}._inputField_195tz_7119::placeholder,._inputField_195tz_7119 input::placeholder{color:#828f9a}._inputField_195tz_7119[type=button],._inputField_195tz_7119 input[type=button]{overflow:hidden;text-align:left;-webkit-border-image:initial;border-image:initial;outline:none;cursor:pointer;-webkit-appearance:button}._inputField_195tz_7119:disabled,._inputField_195tz_7119 input:disabled{color:#fff;opacity:1;-webkit-text-fill-color:#fff}._inputField_195tz_7119._text-gray_195tz_10039,._inputField_195tz_7119 input._text-gray_195tz_10039{color:#99a3b8}._inputField_195tz_7119._small-text_195tz_10043,._inputField_195tz_7119 input._small-text_195tz_10043{font-size:11px}._inputField_195tz_7119._hasError_195tz_6439,._inputField_195tz_7119 input._hasError_195tz_6439{border-color:#535d71!important}@media screen and (max-width: 1099px) and (min-width: 768px){._inputField_195tz_7119,._inputField_195tz_7119 input{padding:0 7px}._inputField_195tz_7119+._inputSuffix_195tz_9994,._inputField_195tz_7119 input+._inputSuffix_195tz_9994{padding:0 8px}}._inputField_195tz_7119 input{height:100%;border:none}._inputField_195tz_7119 input:-webkit-autofill,._inputField_195tz_7119 input:-webkit-autofill:active,._inputField_195tz_7119 input:-webkit-autofill:focus,._inputField_195tz_7119 input:-webkit-autofill:hover{border:none!important;-webkit-box-shadow:0 0 0 1000px #1c2028 inset!important}._inputRow_195tz_6423{margin-bottom:12px}._inputGroup_195tz_10075{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}._inputGroup_195tz_10075 ._inputField_195tz_7119{position:relative;flex:1 1 auto;width:1%;margin-bottom:0}._inputGroup_195tz_10075 ._inputField_195tz_7119:not([readonly]):active+._inputGroupAppend_195tz_10088._text_195tz_4568,._inputGroup_195tz_10075 ._inputField_195tz_7119:not([readonly]):focus+._inputGroupAppend_195tz_10088._text_195tz_4568{border:1px solid #047cfc;border-left:0}._inputGroup_195tz_10075 ._inputField_195tz_7119:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}._inputGroup_195tz_10075 ._inputField_195tz_7119:not(:last-child){border-right:0;border-top-right-radius:0;border-bottom-right-radius:0}._inputGroupPrepend_195tz_10102{position:relative;display:flex;border-radius:0 5px 5px 0}._inputGroupPrepend_195tz_10102._text_195tz_4568{background-color:#2d3340}._inputGroupPrepend_195tz_10102 ._btn_195tz_497:first-child{border-radius:5px 0 0 5px}._inputGroupAppend_195tz_10088{position:relative;display:flex;border-radius:0 5px 5px 0}._inputGroupAppend_195tz_10088._text_195tz_4568{align-items:center;padding:0 .75rem;color:#047cfc;font-size:12px;text-transform:uppercase;background-color:#2d3340;border:1px solid transparent}@media (max-width: 1099px){._inputGroupAppend_195tz_10088._text_195tz_4568{font-size:10px}}._inputGroupAppend_195tz_10088 ._btn_195tz_497{margin-left:-5px}._inputSuffix_195tz_9994{position:absolute;top:0;bottom:0;left:0;display:flex;align-items:center;max-width:100%;padding:0 13px;overflow:hidden;color:#fafafa;line-height:normal;white-space:nowrap;pointer-events:none}._inputSuffix_195tz_9994>span{color:transparent;letter-spacing:normal}._inputWithIcon_195tz_5562{padding-left:35px}._inputWithIcon_195tz_5562._noPadding_195tz_10160{padding:0 12px}._inputIcon_195tz_5574{position:absolute;top:50%;transform:translateY(-50%)}._inputIcon_195tz_5574 img{position:absolute;top:50%;height:17px;transform:translateY(-50%)}._inputIcon_195tz_5574 ._icon-coin_195tz_10175{margin-top:5px}._inputSuffixB_195tz_10179{padding-right:25px}._inputSuffixB_195tz_10179+._inputSuffix_195tz_9994{right:-4px;left:auto;font-size:18px}._formField_195tz_4373{position:relative}input::-webkit-input-placeholder{color:#828f9a}input::-ms-input-placeholder{color:#828f9a}input::placeholder{color:#828f9a}._tooltipBox_195tz_10203._error_195tz_3986._show_195tz_3661{opacity:.95}._tooltipBox_195tz_10203._error_195tz_3986 ._inner_195tz_10206{box-shadow:none}._tooltipBox_195tz_10203 ._inner_195tz_10206{max-width:100%;padding:5px 10px;color:#282d38;font-weight:500;font-size:13px;font-family:Rubik,Arial,sans-serif;text-align:left;background-color:#fff;border-radius:.25rem;box-shadow:0 0 20px #0009}._tooltipBox_195tz_10203 ._arrow_195tz_5223{margin-left:0}._tooltipBox_195tz_10203 ._arrow_195tz_5223:before{position:absolute;top:-1px!important;border-color:transparent;border-style:solid;border-width:.4rem .4rem 0!important;border-top-color:inherit!important;content:""}@-webkit-keyframes _showNoty_195tz_1{0%{-webkit-transform:scale(0);transform:scale(0)}60%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes _showNoty_195tz_1{0%{-webkit-transform:scale(0);transform:scale(0)}60%{-webkit-transform:scale(1.5);transform:scale(1.5)}to{-webkit-transform:scale(1);transform:scale(1)}}._notyBlock_195tz_10262{position:fixed;top:calc(var(--safe-area-inset-top) + 15px);left:50%;z-index:999999;height:0}._notyBlock_195tz_10262 ._notyItem_195tz_10269{position:absolute;top:0;left:0;overflow:hidden;background-color:#fff;border-radius:6px;box-shadow:0 3px 15px #676767;opacity:0;-webkit-transition:opacity .3s,-webkit-transform .4s;transition:opacity .3s,-webkit-transform .4s;transition:transform .4s,opacity .3s;transition:transform .4s,opacity .3s,-webkit-transform .4s}._notyBlock_195tz_10262 ._notyItem_195tz_10269._success_195tz_7416{color:#66bb6a}._notyBlock_195tz_10262 ._notyItem_195tz_10269._error_195tz_3986{color:#ef5350}._notyBlock_195tz_10262 ._notyItem_195tz_10269._info_195tz_729{color:#42a5f5}._notyBlock_195tz_10262 ._notyItem_195tz_10269._default_195tz_10292{color:#bdbdbd}._notyBlock_195tz_10262 ._notyItem_195tz_10269._show_195tz_3661{opacity:1}._notyBlock_195tz_10262 ._notyItem_195tz_10269:not(._show_195tz_3661){z-index:0;opacity:0}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;min-width:290px;max-width:400px;min-height:50px;padding:10px 45px 10px 50px;overflow:hidden;font-size:11px;line-height:14px}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyAside_195tz_10317{position:absolute;top:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;text-align:center}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyAside_195tz_10317 svg{-webkit-animation:_showNoty_195tz_1 .3s;animation:_showNoty_195tz_1 .3s}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyTitle_195tz_10333{padding-bottom:5px;color:#616161;font-size:15px}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyMessage_195tz_10338{color:#9e9e9e}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341{position:absolute;top:0;right:0;bottom:0;display:flex;flex-direction:column;align-items:center;justify-content:center;width:40px;color:#bdbdbd;font-size:22px;text-align:center;text-decoration:none;background-color:initial;border:none;outline:none;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341 svg{width:10px;height:10px}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341:active,._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341:focus,._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341:hover{outline:none}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341 ._notyButtons_195tz_10369{display:flex;justify-content:space-between;margin:0 0 12px;padding:0 12px}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341 ._notyButtons_195tz_10369 ._btn_195tz_497{width:60%;padding:7px 0}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341 ._notyButtons_195tz_10369 ._btn_195tz_497:first-child{width:40%;margin-right:10px;color:#000;background-color:initial;border-color:#efefef}._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341 ._notyButtons_195tz_10369 ._btn_195tz_497:first-child:focus,._notyBlock_195tz_10262 ._notyItem_195tz_10269 ._notyWrap_195tz_10302 ._notyClose_195tz_10341 ._notyButtons_195tz_10369 ._btn_195tz_497:first-child:hover{color:#000!important;background-color:initial!important;border-color:#e86376!important}._intercomWidget_195tz_10392{position:fixed;right:0;bottom:8px;z-index:100;padding:18px 20px;color:#828f9a;font-size:16px;background-color:#1c2028;border-radius:64px;transform:translate(-50px);cursor:pointer;transition:transform .2s ease-in-out,background-color .2s ease-in-out}._intercomWidget_195tz_10392:hover{background-color:#232833}._intercomWidget_195tz_10392._offset_195tz_10409{transform:translate(-400px)}@media (max-width: 1099px){._intercomWidget_195tz_10392._offset_195tz_10409{transform:translate(-336px)}}@media (max-width: 900px){._intercomWidget_195tz_10392{display:none}}._newYearContainer_195tz_10423{display:flex;justify-content:space-between;width:100%;background-color:#fff;border-radius:10px}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430{width:100%;max-width:680px;margin:0 auto;color:#828f9a;border-radius:6px}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._tabsContainer_195tz_4781 button{position:absolute;top:40px;right:15px;width:38px;margin-top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._tabsContainer_195tz_4781 button:hover svg{fill:#000}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._tabsContainer_195tz_4781 button svg{display:block;width:25px;height:25px;transition:all .3s;fill:#828f9a}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457{padding:20px 0}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ._christmasTree_195tz_10460{display:block;width:250px;margin:0 auto}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ._logo_195tz_3192{display:block;width:200px;margin:25px auto}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ._title_195tz_5911{display:block;width:100%;margin:20px auto;color:#000;font-size:25px;text-align:center}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ._event_195tz_10478{display:block;width:100%;max-width:75%;margin:20px auto;color:#000;font-size:20px;text-align:center}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ul{max-width:75%;margin:0 auto;padding-left:0;font-size:17px;list-style:none}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ul li{margin-top:5px;padding-left:1em;text-indent:-1em}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ul li:first-child{margin-top:0}._newYearContainer_195tz_10423 ._newYearWrapper_195tz_10430 ._newYearContent_195tz_10457 ul li:before{margin-right:5px;padding-right:15px;background-image:url("");background-repeat:no-repeat;background-size:contain;content:""}._candy_195tz_10511{position:absolute;bottom:10px;left:56px;z-index:2;width:60px;background-repeat:no-repeat;background-size:contain;transform:rotate(65deg);cursor:pointer;transition:transform .5s ease .2s}._candy_195tz_10511 img{width:100%;max-width:100%}._candy_195tz_10511:hover,._candy_195tz_10511._active_195tz_794{transform:rotate(65deg) translateY(-15px)}._candy_195tz_10511._leftBarOpen_195tz_10530{left:165px}@media (max-width: 900px){._candy_195tz_10511{bottom:60px;left:-11.25px;width:45px}._candy_195tz_10511:hover,._candy_195tz_10511._active_195tz_794{transform:rotate(65deg) translateY(-11.25px)}._candy_195tz_10511._leftBarOpen_195tz_10530{left:-11.25px}}@media (max-width: 400px){._candy_195tz_10511{left:-7.5px;width:30px}._candy_195tz_10511:hover,._candy_195tz_10511._active_195tz_794{transform:rotate(65deg) translateY(-7.5px)}._candy_195tz_10511._leftBarOpen_195tz_10530{left:-7.5px}}._amlContainer_195tz_10562{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._amlContainer_195tz_10562 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._amlContainer_195tz_10562 ._amlBlock_195tz_10605{display:flex;flex-wrap:wrap;color:inherit}._amlContainer_195tz_10562 ._amlBlock_195tz_10605 p{font-size:16px}._amlContainer_195tz_10562 ._amlBlock_195tz_10605 p:first-child{margin-top:20px}@media (max-width: 1100px){._amlContainer_195tz_10562 ._amlBlock_195tz_10605 p{font-size:14px}}@media (max-width: 480pxpx){._amlContainer_195tz_10562 ._amlBlock_195tz_10605 p{font-size:13px}}@media (max-width: 900px){._amlContainer_195tz_10562{padding:15px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._amlContainer_195tz_10562 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._sliderBlock_195tz_10642{margin-bottom:40px;padding-bottom:0}._sliderBlock_195tz_10642 ._sliderInner_195tz_10646 ._sliderItem_195tz_10646 img{height:225px}@media (max-width: 999px){._sliderBlock_195tz_10642{margin-bottom:30px}}@media (max-width: 600px){._sliderBlock_195tz_10642{margin-bottom:15px}}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660{display:flex}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663{display:none;width:50%;cursor:pointer}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:hover ._placeholderTitle_195tz_10668,._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:focus ._placeholderTitle_195tz_10668,._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663._open_195tz_623 ._placeholderTitle_195tz_10668{color:#fff}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:hover ._placeholderIcon_195tz_10671 svg,._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:focus ._placeholderIcon_195tz_10671 svg,._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663._open_195tz_623 ._placeholderIcon_195tz_10671 svg{color:#fff}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:hover ._arrow_195tz_5223,._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:focus ._arrow_195tz_5223,._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663._open_195tz_623 ._arrow_195tz_5223{color:#fff}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663._open_195tz_623 ._arrow_195tz_5223{transform:rotate(180deg)}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663 ._placeholderIcon_195tz_10671{display:none;width:24px;height:24px}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663 ._placeholderIcon_195tz_10671 svg{width:24px;height:24px;color:#828f9a;transition:all .3s ease}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663 ._placeholderTitle_195tz_10668{overflow:hidden;color:#828f9a;font-size:16px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s ease}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663 ._arrow_195tz_5223{width:18px;height:18px;margin-left:auto;color:#828f9a;transition:.2s}@media (max-width: 1365px){._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663{display:flex;align-items:center;padding:20px 15px;background-color:#242932;border-bottom-right-radius:5px;border-bottom-left-radius:5px}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:first-child{border-right:1px solid #1c2028;border-bottom-right-radius:0}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663:last-child{border-left:1px solid #1c2028;border-bottom-left-radius:0}._landingMenuSection_195tz_1423 ._placeholdersBlock_195tz_10660 ._menuPlaceholder_195tz_10663._open_195tz_623{border-bottom-right-radius:0;border-bottom-left-radius:0}}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729{position:relative;display:flex}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663{display:flex;align-items:center;justify-content:center;width:20%;padding:20px 15px;background-color:#1c2028;border-bottom-right-radius:5px;border-bottom-left-radius:5px;cursor:pointer}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663:hover ._placeholderTitle_195tz_10668,._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663:focus ._placeholderTitle_195tz_10668,._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663._open_195tz_623 ._placeholderTitle_195tz_10668{color:#fff}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663:hover ._arrow_195tz_5223,._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663:focus ._arrow_195tz_5223,._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663._open_195tz_623 ._arrow_195tz_5223{color:#fff}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663._open_195tz_623 ._arrow_195tz_5223{margin-top:7px;transform:rotate(180deg)}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663 ._placeholderTitle_195tz_10668{overflow:hidden;color:#828f9a;font-size:16px;line-height:30px;white-space:nowrap;text-overflow:ellipsis;transition:all .3s ease}._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663 ._arrow_195tz_5223{width:18px;height:18px;margin-left:10px;color:#828f9a;transition:.2s}@media (max-width: 1365px){._landingMenuSection_195tz_1423 ._menuBlock_195tz_10729 ._menuPlaceholder_195tz_10663{display:none}}._menuWrapper_195tz_10776{display:flex;flex-wrap:nowrap;justify-content:flex-start;width:100%;padding:0;overflow-x:scroll;overflow-y:hidden}._menuWrapper_195tz_10776::-webkit-scrollbar{display:none}@media (max-width: 900px){._menuWrapper_195tz_10776{position:relative;flex-wrap:nowrap;max-width:100%}._menuWrapper_195tz_10776::-webkit-scrollbar{display:none}}._menuWrapper_195tz_10776._providers_195tz_10798{position:absolute;left:-99999px;z-index:9999;flex-wrap:wrap;justify-content:space-around;width:100%;margin-top:96px;background:#1a1d25}._menuWrapper_195tz_10776._providers_195tz_10798 a{padding:10px 0;background-color:#21242d;border-radius:5px;cursor:pointer}._menuWrapper_195tz_10776._providers_195tz_10798 a:hover{background-color:#242932}._menuWrapper_195tz_10776._providers_195tz_10798 a ._menuTitle_195tz_10817{max-width:80%;margin:0 auto}._menuWrapper_195tz_10776._providers_195tz_10798._open_195tz_623{left:0;padding:30px 20px 13px}._menuWrapper_195tz_10776._providers_195tz_10798._open_195tz_623 a{width:23%;height:auto;margin-right:0;margin-bottom:20px}._menuWrapper_195tz_10776._providers_195tz_10798._open_195tz_623 a ._menuIcon_195tz_10831{width:46px;height:36px;margin-bottom:3px}._menuWrapper_195tz_10776 a,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;width:12.5%;padding:20px;border-bottom:1px solid #2e3542;cursor:pointer;transition:background-color .2s ease-in-out}._menuWrapper_195tz_10776 a:last-child,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:last-child{margin-right:0}._menuWrapper_195tz_10776 a._active_195tz_794,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836._active_195tz_794{color:#fff;background-color:#047cfc}@media (max-width: 1550px){._menuWrapper_195tz_10776 a,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836{width:auto}}@media (max-width: 900px){._menuWrapper_195tz_10776 a,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836{width:auto;min-width:120px;padding-right:15px;padding-left:15px}}._menuWrapper_195tz_10776 a:hover,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:hover{border-bottom:1px solid #047cfc}@media (max-width: 900px){._menuWrapper_195tz_10776 a:hover,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:hover{background-color:transparent}}._menuWrapper_195tz_10776 a:hover ._menuIcon_195tz_10831 svg,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:hover ._menuIcon_195tz_10831 svg{color:#fff}@media (max-width: 900px){._menuWrapper_195tz_10776 a:hover ._menuIcon_195tz_10831 svg,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:hover ._menuIcon_195tz_10831 svg{color:#828f9a}}._menuWrapper_195tz_10776 a:hover ._menuTitle_195tz_10817,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:hover ._menuTitle_195tz_10817{color:#fff}@media (max-width: 900px){._menuWrapper_195tz_10776 a:hover ._menuTitle_195tz_10817,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836:hover ._menuTitle_195tz_10817{color:#828f9a}}._menuWrapper_195tz_10776 a ._menuIcon_195tz_10831,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836 ._menuIcon_195tz_10831{width:25px;min-width:25px;height:25px;margin-right:10px;fill:#828f9a}._menuWrapper_195tz_10776 a ._menuIcon_195tz_10831 svg,._menuWrapper_195tz_10776 a ._menuIcon_195tz_10831 img,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836 ._menuIcon_195tz_10831 svg,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836 ._menuIcon_195tz_10831 img{width:100%;height:100%;color:#828f9a;transition:all .3s ease}._menuWrapper_195tz_10776 a ._menuTitle_195tz_10817,._menuWrapper_195tz_10776 ._itemCategories_195tz_10836 ._menuTitle_195tz_10817{color:#828f9a;white-space:nowrap;transition:all .3s ease}._gamesBoxTitle_195tz_10911{width:100%;margin:24px 0 0}._gamesBoxTitle_195tz_10911:first-child{margin-top:0}._gamesBoxTitle_195tz_10911 ._title_195tz_5911{display:flex;justify-content:space-between}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922{display:flex;align-items:center;font-size:18px}@media (max-width: 375px){._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922{font-size:16px}}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922 h4{position:relative;margin-bottom:0;font-weight:500;font-size:18px}@media (max-width: 375px){._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922 h4{font-size:16px}}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922 h4._tagNew_195tz_3100:before{position:absolute;top:-14px;right:-15px;padding:2px 5px;color:#fff;font-size:9px;background-color:#d02121;border-radius:5px;content:"NEW"}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922 ._btnLabel_195tz_10954{margin-left:8px;padding:3px 6px;color:#808d98;font-weight:400;background:#272d39;border-radius:3px}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleLeftBlock_195tz_10922 svg{fill:#748198}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._titleRightBlock_195tz_10965{display:flex;align-items:center}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._arrow-swiper_195tz_10969{display:flex;align-items:center;justify-content:center;width:52px;height:36px;border:2px solid #272d39;cursor:pointer}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._arrow-swiper_195tz_10969[class*=swiper-button-disabled]{cursor:auto;opacity:.5}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._arrow-swiper_195tz_10969[class*=swiper-button-disabled]:hover svg{transform:scale(1)}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._arrow-swiper_195tz_10969:hover svg{transform:scale(1.2)}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._arrow-swiper_195tz_10969 svg{transition:transform .2s ease-in-out;fill:#4e5461}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._forward_195tz_10992{border-radius:0 10px 10px 0}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._forward_195tz_10992:active svg{transform:translate(4px)}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._backward_195tz_10998{border-right:none;border-radius:10px 0 0 10px;transition:transform .3s ease-in-out}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 ._backward_195tz_10998:active svg{transform:translate(-4px)}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 img{margin-bottom:5px}._gamesBoxTitle_195tz_10911 ._title_195tz_5911 h4{margin-left:10px;color:#fff;font-weight:400;font-size:20px}._mobileAppContainer_195tz_11016{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;width:100%;margin:0 auto -5px;padding:15px;font-size:13px;text-transform:uppercase;background-color:#272d39;border-radius:6px;outline:none}._mobileAppContainer_195tz_11016 ._icons_195tz_11030{margin-left:auto}._mobileAppContainer_195tz_11016 ._icons_195tz_11030 svg{font-size:16px}._mobileAppContainer_195tz_11016 ._icons_195tz_11030 svg:first-child{margin-right:10px}._mobileAppContainer_195tz_11016 ._icons_195tz_11030 svg:last-child{fill:#a4c639}._casinoInfo_195tz_11043{width:100%;margin-top:24px;color:inherit}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834{position:relative;max-height:200px;overflow:hidden;text-overflow:ellipsis;transition:max-height .3s ease}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834._open_195tz_623{max-height:3000px}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834:not(._open_195tz_623):after{position:absolute;bottom:0;left:0;width:100%;height:3rem;background:linear-gradient(transparent 1rem,#1c2028);content:""}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067{display:flex}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067 ._info_195tz_729{width:47.5%}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067 ._info_195tz_729:first-child{margin-right:5%}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067 ._info_195tz_729 h1,._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067 ._info_195tz_729 h2{font-weight:400;font-size:20px}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067 ._info_195tz_729 h4{font-size:18px}@media (max-width: 1200px){._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067{flex-direction:column}._casinoInfo_195tz_11043 ._infoWrapper_195tz_7834 ._twoColumns_195tz_11067 ._info_195tz_729{width:100%;margin:0}}._casinoInfo_195tz_11043 ._showMore_195tz_11092{margin:20px auto 0;text-align:center}@media (max-width: 1099px){._casinoInfo_195tz_11043{width:100%;margin:24px auto 0}}._providersBox_195tz_11103{margin-top:15px}._providersBox_195tz_11103 ._gamesBoxPlaceholder_195tz_11106{display:flex;width:100%;overflow:hidden}._providersBox_195tz_11103 ._gamesBoxPlaceholder_195tz_11106 ._item_195tz_129{min-width:16%;margin-right:10px}._providersBox_195tz_11103 ._gamesBoxPlaceholder_195tz_11106 ._item_195tz_129 ._thumb_195tz_11115{background-color:#1c2028!important}._providersBox_195tz_11103 ._gamesBoxPlaceholder_195tz_11106 ._item_195tz_129 img{background-repeat:no-repeat;background-size:contain!important;filter:none!important}._providersBox_195tz_11103 ._item_195tz_129{width:100%;height:70px;background-color:#21242d;border-radius:10px;cursor:pointer}._providersBox_195tz_11103 ._item_195tz_129:hover ._card_195tz_11130 ._thumb_195tz_11115 ._img_195tz_9575{filter:invert(1) opacity(.6)}._providersBox_195tz_11103 ._item_195tz_129 ._card_195tz_11130{width:100%;height:100%;-webkit-tap-highlight-color:transparent}._providersBox_195tz_11103 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115{position:relative;display:flex;width:100%;height:100%;overflow:hidden;text-align:center;background-color:#1c2028;border-radius:10px;transform-origin:center;transition:transform .1s linear;will-change:transform}._providersBox_195tz_11103 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115:hover img{filter:invert(1) opacity(1)}._providersBox_195tz_11103 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 img{max-width:80%;max-height:65%;margin:auto;filter:invert(1) opacity(.7)}@media (max-width: 1099px){._providersBox_195tz_11103{width:100%;margin:10px auto 0}}._liveRtpGamesBox_195tz_11167{display:flex;flex-wrap:wrap;justify-content:space-between;width:calc(100% + 28px);margin:0 -14px -10px}._liveRtpGamesBox_195tz_11167>._item_195tz_129{width:49%;height:78px;margin-bottom:10px;padding:6px;background-color:#21242d;border-radius:10px}._liveRtpGamesBox_195tz_11167>._item_195tz_129:hover{background-color:#272d39}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130{position:relative;display:flex;width:100%;-webkit-tap-highlight-color:transparent}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929{display:flex}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._thumb_195tz_11115{position:relative;width:85px;padding-bottom:65px;overflow:hidden;border-radius:10px;transform-origin:center;transition:transform .1s linear;will-change:transform}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._thumb_195tz_11115 ._img_195tz_9575{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center top;background-size:cover;-webkit-user-select:none;user-select:none}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._bottom_195tz_5220{margin-top:10px;margin-left:15px}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._bottom_195tz_5220 ._name_195tz_264{max-width:160px;overflow:hidden;color:#fff;font-weight:400;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 440px){._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._bottom_195tz_5220 ._name_195tz_264{max-width:120px}}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._bottom_195tz_5220 ._provider_195tz_10798{overflow:hidden;color:#ffffff70;font-weight:400;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 340px){._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._left_195tz_929 ._bottom_195tz_5220{display:none}}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._right_195tz_938{display:flex;flex-direction:column;justify-content:right;width:100%;margin-top:5px}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._right_195tz_938 ._badge_195tz_739{max-width:95px;margin-top:5px;margin-left:auto;padding:3px 10px;color:#fff;font-weight:400;text-align:center;border-radius:5px}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._right_195tz_938 ._badge_195tz_739._red_195tz_11264{margin-top:0;background-color:#dc3545}._liveRtpGamesBox_195tz_11167>._item_195tz_129 ._card_195tz_11130 ._right_195tz_938 ._badge_195tz_739._red_195tz_11264 svg{margin-top:-3px;transform:rotate(270deg) scale(1.2)}@media (max-width: 1080px){._liveRtpGamesBox_195tz_11167>._item_195tz_129{width:100%;margin-right:0}}@media (max-width: 1099px){._liveRtpGamesBox_195tz_11167{width:100%;margin:0 auto}}@media (max-width: 969px){._liveRtpGamesBox_195tz_11167{width:calc(100% + 14px);margin-right:-7px;margin-left:-7px}}._gamesBox_195tz_10911{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%;margin:10px 0 0}._gamesBox_195tz_10911 [class*=swiper-wrapper]{margin-top:5px}._gamesBox_195tz_10911 ._gamesBoxPlaceholder_195tz_11106{display:flex;width:100%;overflow:hidden}._gamesBox_195tz_10911 ._gamesBoxPlaceholder_195tz_11106 ._item_195tz_129{min-width:16%;margin-right:10px}._gamesBox_195tz_10911 ._gamesBoxPlaceholder_195tz_11106 ._item_195tz_129 ._img_195tz_9575{background-color:#272d39!important;background-repeat:no-repeat;background-size:contain!important}._gamesBox_195tz_10911 ._item_195tz_129{position:relative;margin:0;overflow:hidden;-webkit-transform-origin:center;transform-origin:center;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;will-change:transform}._gamesBox_195tz_10911 ._item_195tz_129:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}._gamesBox_195tz_10911 ._item_195tz_129:hover ._img_195tz_9575{filter:blur(10px);-webkit-backdrop-filter:blur(10px)}._gamesBox_195tz_10911 ._item_195tz_129:hover ._gameOverlay_195tz_11335{visibility:visible!important}._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:16%}@media (min-width: 1186px) and (max-width: 1624px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:19%}}@media (min-width: 984px) and (max-width: 1185px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:24%}}@media (min-width: 901px) and (max-width: 983px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:32.33%}}@media (min-width: 791px) and (max-width: 900px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:19%}}@media (min-width: 636px) and (max-width: 790px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:24%}}@media (min-width: 484px) and (max-width: 635px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:32.33%}}@media (min-width: 320px) and (max-width: 483px){._gamesBox_195tz_10911 ._item_195tz_129._big_195tz_3419{width:48.5%}}._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;padding:30px 16px;background-color:#0000004d;visibility:hidden;transition-delay:.4s;transition-property:visibility}._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{position:absolute;top:20px;right:10px;left:10px;z-index:1;max-width:100%;max-height:62px;overflow:hidden;color:#fff;font-size:16px;text-transform:capitalize}@media (min-width: 540px) and (max-width: 1600px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{top:15px;max-height:43px}}@media (min-width: 975px) and (max-width: 1600px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{font-size:12px}}@media (max-width: 539px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{top:10px;max-height:46px;font-size:12px}}@media (max-width: 373px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{top:5px}}._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayPlay_195tz_11426{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayPlay_195tz_11426 svg{width:35px;height:35px;color:#fff;transition:transform .3s ease-in-out}@media (max-width: 425px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayPlay_195tz_11426 svg{width:30px;height:30px}}@media (max-width: 375px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayPlay_195tz_11426 svg{width:25px;height:25px}}._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayPlay_195tz_11426 svg:hover{transform:scale(1.2)}._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{position:absolute;right:10px;bottom:30px;left:10px;max-width:100%;overflow:hidden;color:#fff;font-size:16px;white-space:nowrap;text-transform:capitalize;text-overflow:ellipsis}@media (min-width: 426px) and (max-width: 1600px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{font-size:14px}}@media (max-width: 425px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{bottom:20px;max-height:30px;font-size:12px}}@media (max-width: 375px){._gamesBox_195tz_10911 ._item_195tz_129 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{max-height:30px;font-size:11px}}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130{position:relative;display:block;width:100%;-webkit-tap-highlight-color:transparent}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130._soon_195tz_11494{overflow:hidden;opacity:.4;pointer-events:none}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._gameSoon_195tz_11499{position:absolute;top:50%;left:-10%;z-index:2;display:flex;align-items:center;justify-content:center;width:120%;height:35%;padding-bottom:4px;color:#fff;font-size:18px;font-family:"Exo 2",Open Sans,sans-serif;background:#353c4a;-webkit-transform:rotate(-15deg) translateY(-50%);transform:rotate(-15deg) translateY(-50%);opacity:.9}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115{position:relative;width:100%;height:100%;padding-bottom:132%;overflow:hidden;border-radius:10px;transform-origin:center;transition:transform .1s linear;will-change:transform}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._img_195tz_9575{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:cover;transition-delay:.4s;transition-property:filter;-webkit-user-select:none;-ms-user-select:none;user-select:none}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._online_195tz_734{position:absolute;right:0;bottom:0;z-index:1;display:flex;align-items:center;padding:4px 10px 2px 13px;color:#fff;font-size:12px;background:#00000059;border-radius:18px 0 0}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._online_195tz_734 svg{margin:-1px 3px 0 0;font-size:9px}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739{position:absolute;top:0;z-index:1;display:flex;padding:1% 10%;color:#fff;font-weight:500;font-size:80%;line-height:16px}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._right_195tz_938{right:0;border-radius:0 0 0 25px}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._left_195tz_929{left:0;border-radius:0 0 25px}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._new_195tz_10423{color:#fff;background-color:#1070e3}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._newYear_195tz_10423{top:auto;bottom:0;left:0;padding:5px;background-color:transparent}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._top_195tz_2910{color:#fff;background-color:#219a19}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._select_195tz_5533{color:#fff;background-color:#ff5722}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._tournament_195tz_11601{color:#000;background-color:#fce820}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._rtpUp_195tz_11605{padding-right:10px;color:#fff;background-color:#dc3545}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._rtpUp_195tz_11605 svg{margin-left:2px;transform:rotate(270deg) scale(1.5)}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._minbet_195tz_11614{padding-right:10px;color:#fff;background-color:#8b3ffd}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._thumb_195tz_11115 ._badge_195tz_739._minbet_195tz_11614 svg{margin-left:2px;transform:rotate(270deg) scale(1.5)}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._bottom_195tz_5220{margin:1px}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._bottom_195tz_5220 ._name_195tz_264{overflow:hidden;color:#fff;font-weight:400;white-space:nowrap;text-overflow:ellipsis}._gamesBox_195tz_10911 ._item_195tz_129 ._card_195tz_11130 ._bottom_195tz_5220 ._provider_195tz_10798{overflow:hidden;color:#ffffff70;font-weight:400;white-space:nowrap;text-overflow:ellipsis}@media (max-width: 1180px){._gamesBox_195tz_10911>._item_195tz_129{width:23%}._gamesBox_195tz_10911>._item_195tz_129._big_195tz_3419{width:31%}}@media (max-width: 1099px){._gamesBox_195tz_10911{width:100%;margin:10px auto 0}}@media (max-width: 900px){._gamesBox_195tz_10911>._item_195tz_129{width:23%}._gamesBox_195tz_10911>._item_195tz_129._big_195tz_3419{width:31%}._gamesBox_195tz_10911>._item_195tz_129 ._card_195tz_11130:hover ._thumb_195tz_11115{-webkit-transform:scale(1.04);transform:scale(1.04)}}@media (max-width: 700px){._gamesBox_195tz_10911>._item_195tz_129{width:31%}._gamesBox_195tz_10911>._item_195tz_129._big_195tz_3419{width:30.5%}}@media screen and (max-width: 549px){._gamesBox_195tz_10911>._item_195tz_129{width:47.5%}}@media (max-width: 450px){._gamesBox_195tz_10911>._item_195tz_129{width:30.5%}}._awssld__box_195tz_11686,._awssld__content_195tz_11686,._awssld__container_195tz_11686 figure{position:absolute;top:0;left:0;display:block;width:100%;height:100%}._awssld__bullets_195tz_11695 button,._awssld__controls_195tz_11695 button{outline-width:0;outline-style:none;outline-color:0}._awssld_195tz_11686{--organic-arrow-thickness: 4px;--organic-arrow-height: 40px;--slider-height-percentage: 60%;--loader-bar-color: rgba(0, 0, 0, .2117647059);--loader-bar-height: 6px;--control-button-width: 10%;--control-button-height: 25%;--control-button-opacity: .5;--control-button-hover-opacity: .75;--control-button-background: transparent;--transition-bezier: cubic-bezier(.5, .075, .25, .95);--slider-transition-duration: 575ms;--organic-arrow-color: #6a6a6a;--organic-arrow-border-radius: 0;--control-bullet-color: rgba(255, 255, 255, .4784313725);--control-bullet-active-color: #fff;--content-background-color: #2f2f2f}._awssld_195tz_11686{position:relative;display:block;width:100%;max-width:100%;height:280px}._awssld__wrapper_195tz_11728{position:relative;display:block;width:100%;height:100%;overflow:hidden}._awssld__container_195tz_11686{display:block;width:100%;height:0;padding-bottom:var(--slider-height-percentage)}@media all and (max-width: 500px){._awssld__container_195tz_11686{padding-bottom:calc(var(--slider-height-percentage) * 1.25)}}._awssld__startUp_195tz_11746{width:100%;height:100%;background-color:red}._awssld__startUp_195tz_11746>div{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._awssld__startUp_195tz_11746 img{width:35%;height:auto}._awssld__content_195tz_11686{display:flex;align-items:center;justify-content:center;overflow:hidden;background-color:var(--content-background-color);border-radius:8px}._awssld__content_195tz_11686>img,._awssld__content_195tz_11686>video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}._awssld__content_195tz_11686 ._sliderItem_195tz_10646{z-index:1;width:100%;height:100%}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 svg{position:absolute;z-index:1;pointer-events:none}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789{position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;padding:15px}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._title_195tz_5911{display:inline-block;padding:5px 10px;color:#fff;font-weight:500;font-size:22px;background-color:#00000042;border-radius:10px}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._description_195tz_306{display:inline-block;margin-top:5px;padding:5px 10px;color:#fff;font-size:18px;background-color:#00000042;border-radius:10px}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button{display:block;margin-top:15px;padding:7px 30px;color:#047cfc;font-weight:500;font-size:1.1rem;text-transform:uppercase;background-color:#fff;border-color:transparent;border-radius:20px;transition:all .3s ease}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button:hover{transform:scale(1.05)}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button._purple_195tz_9613{color:#5600cb}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button._magenta_195tz_11835{color:#ce1e65}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button._black_195tz_11838{color:#000}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button._orange_195tz_9610{color:#ff3c00}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 button._blue_195tz_9604{color:#057bfb}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._bonusesList_195tz_11847{position:absolute;bottom:25px;left:15px;display:flex}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._bonusesList_195tz_11847 ._item_195tz_129{display:flex}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._bonusesList_195tz_11847 ._item_195tz_129:not(:last-child){margin-right:30px}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._bonusesList_195tz_11847 ._item_195tz_129 img{position:relative;top:10px;width:35px;height:35px}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._bonusesList_195tz_11847 ._item_195tz_129 ._features_195tz_11865{margin-top:10px;margin-left:10px;color:#fff;font-weight:400;font-size:14px}@media (max-width: 500px){._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._sliderContent_195tz_11789 ._bonusesList_195tz_11847{display:none}}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._img_195tz_9575{position:absolute;z-index:1}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._img_195tz_9575._partner_195tz_11881{top:5%;right:2.5%;height:95%}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._img_195tz_9575._bonus_195tz_4504{top:0;right:-60px;height:100%}._awssld__content_195tz_11686 ._sliderItem_195tz_10646 ._img_195tz_9575 img{height:100%}._awssld__controls_195tz_11695 button{position:absolute;top:calc(50% - .5 * var(--control-button-height));z-index:10;display:flex;align-items:center;justify-content:center;width:var(--control-button-width);height:var(--control-button-height);color:#fff;background-color:var(--control-button-background);border:none;cursor:pointer}._awssld__controls_195tz_11695 button ._awssld__controls__arrow-left_195tz_11908,._awssld__controls_195tz_11695 button ._awssld__controls__arrow-right_195tz_11909{opacity:var(--control-button-opacity)}._awssld__controls_195tz_11695 button:hover ._awssld__controls__arrow-left_195tz_11908,._awssld__controls_195tz_11695 button:hover ._awssld__controls__arrow-right_195tz_11909{opacity:var(--control-button-opacity-hover)}._awssld__controls--active_195tz_11916 ._awssld__controls__arrow-left_195tz_11908{transform:translate3d(-100%,0,0);opacity:var(--control-button-opacity-hover)}._awssld__controls--active_195tz_11916 ._awssld__controls__arrow-right_195tz_11909{transform:translate3d(100%,0,0);opacity:var(--control-button-opacity-hover)}._awssld__controls--hidden_195tz_11924{display:none}@media all and (max-width: 520px){._awssld__controls_195tz_11695{visibility:hidden}}._awssld__bar_195tz_11932{position:absolute;top:0;left:0;z-index:101;display:block;width:100%;height:var(--loader-bar-height);background-color:var(--loader-bar-color);transform:translate3d(-100%,0,0);transition:transform 3s var(--transition-bezier)}._awssld__bar--active_195tz_11944{transform:translate3d(-20%,0,0)}._awssld__bar--end_195tz_11947{transform:translateZ(0);transition-duration:.3s}._awssld__next_195tz_11951{right:0}._awssld__prev_195tz_11954{left:0}._awssld__box_195tz_11686{z-index:1;visibility:hidden}._awssld--animated_195tz_11961{visibility:visible;will-change:transform}._awssld--animated-mobile_195tz_11965{transition:transform 325ms cubic-bezier(.15,.65,.1,1);will-change:transform}._awssld--active_195tz_11969{z-index:2;transform:translateZ(0);visibility:visible}._awssld--moveRight_195tz_11974,._awssld--moveLeft_195tz_11974{backface-visibility:hidden}._awssld--moveRight_195tz_11974{animation:_slideFromRight_195tz_1 var(--slider-transition-duration) both var(--transition-bezier)}._awssld--moveLeft_195tz_11974{animation:_slideFromLeft_195tz_1 var(--slider-transition-duration) both var(--transition-bezier)}._awssld--exit_195tz_11983{z-index:0}._awssld--exit_195tz_11983._awssld--moveLeft_195tz_11974{animation:_slideToLeft_195tz_1 var(--slider-transition-duration) both var(--transition-bezier)}._awssld--exit_195tz_11983._awssld--moveRight_195tz_11974{animation:_slideToRight_195tz_1 var(--slider-transition-duration) both var(--transition-bezier)}._awssld--first_195tz_11992 ._awssld__prev_195tz_11954,._awssld--last_195tz_11995 ._awssld__next_195tz_11951{visibility:hidden}._awssld--fill-parent_195tz_11998{position:absolute!important;top:0;left:0;width:100%!important;height:100%!important}._awssld--fill-parent_195tz_11998 ._awssld__container_195tz_11686{height:100%;padding:0}._awssld__bullets_195tz_11695{position:absolute;bottom:10px;z-index:2;display:flex;align-items:center;justify-content:center;width:100%}._awssld__bullets_195tz_11695 button{display:block;width:20px;height:5px;margin:5px;padding:0;overflow:hidden;text-indent:-9999px;background:var(--control-bullet-color);border:none;border-radius:5px;cursor:pointer;transition:transform .225s cubic-bezier(.8,1.35,.75,1.45),background-color .175s ease-out}._awssld__bullets_195tz_11695 button:hover,._awssld__bullets_195tz_11695 ._awssld__bullets--loading_195tz_12035{transform:scale(1.2)}._awssld__bullets_195tz_11695 ._awssld__bullets--active_195tz_12038{background:var(--control-bullet-active-color);transform:scale(1.5)}._awssld__bullets_195tz_11695 ._awssld__bullets--active_195tz_12038:hover{transform:scale(1.5)}._awssld__controls__arrow-left_195tz_11908,._awssld__controls__arrow-right_195tz_11909{position:relative;display:block;width:100%;height:var(--organic-arrow-height);transition:transform .2s ease-out .125s,opacity .2s ease-out}._awssld__controls__arrow-left_195tz_11908:before,._awssld__controls__arrow-left_195tz_11908:after,._awssld__controls__arrow-right_195tz_11909:before,._awssld__controls__arrow-right_195tz_11909:after{position:absolute;right:calc(50% - .7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) / 2);width:var(--organic-arrow-thickness);height:100%;background-color:var(--organic-arrow-color);border-radius:var(--organic-arrow-border-radius);transition:transform .15s ease-out,background-color .15s ease-out;content:" "}._awssld__controls__arrow-left_195tz_11908:before,._awssld__controls__arrow-right_195tz_11909:before{top:-50%;transform:rotate(-45deg);transform-origin:100% 100% 0}._awssld__controls__arrow-left_195tz_11908:after,._awssld__controls__arrow-right_195tz_11909:after{top:50%;transform:rotate(45deg);transform-origin:100% 0% 0}._awssld__controls__arrow-right--active_195tz_12072{transform:translate3d(100%,0,0)}._awssld__controls__arrow-right--active_195tz_12072:after{transform:rotate(90deg) translate3d(50%,0,0)!important}._awssld__controls__arrow-right--active_195tz_12072:before{transform:rotate(-90deg) translate3d(50%,0,0)!important}._awssld__controls__arrow-left_195tz_11908:before,._awssld__controls__arrow-left_195tz_11908:after{right:auto;left:calc(50% - .7071 * (var(--organic-arrow-height) + var(--organic-arrow-thickness)) / 2)}._awssld__controls__arrow-left_195tz_11908:before{top:-50%;transform:rotate(45deg);transform-origin:0 100% 0}._awssld__controls__arrow-left_195tz_11908:after{top:50%;transform:rotate(-45deg);transform-origin:0 0 0}._awssld__controls__arrow-left--active_195tz_12095{transform:translate3d(-100%,0,0)}._awssld__controls__arrow-left--active_195tz_12095:after{transform:rotate(-90deg) translate3d(-50%,0,0)!important}._awssld__controls__arrow-left--active_195tz_12095:before{transform:rotate(90deg) translate3d(-50%,0,0)!important}._awssld__controls_195tz_11695 button:hover ._awssld__controls__arrow-left_195tz_11908:before{transform:rotate(30deg);opacity:1}._awssld__controls_195tz_11695 button:hover ._awssld__controls__arrow-left_195tz_11908:after{transform:rotate(-30deg);opacity:1}._awssld__controls_195tz_11695 button:hover ._awssld__controls__arrow-right_195tz_11909:before{transform:rotate(-30deg);opacity:1}._awssld__controls_195tz_11695 button:hover ._awssld__controls__arrow-right_195tz_11909:after{transform:rotate(30deg);opacity:1}._awssld__timer_195tz_12120{--timer-delay: 2s;--timer-release: .2s;--timer-height: 4px;--timer-background-color: rgb(0 0 0 / .15);position:absolute;top:0;left:0;z-index:100;width:100%;height:var(--timer-height);background-color:var(--timer-background-color);transform:translate(-100%)}._awssld__timer--animated_195tz_12134{transition:transform var(--timer-delay) linear;will-change:transform}._awssld__timer--run_195tz_12138{transform:translate(0)}._awssld__timer--fast_195tz_12141{transform:translate(-.00001px);transition:transform calc(var(--timer-release) / 2) linear}._awssld__timer--end_195tz_12145{transform:translate(-.0001px);transition:transform var(--timer-release) linear}._awssld__timer--hidden_195tz_12149{display:none}@keyframes _slideFromLeft_195tz_1{0%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes _slideFromRight_195tz_1{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes _slideToLeft_195tz_1{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes _slideToRight_195tz_1{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417{display:flex;flex-direction:column;width:calc(100% - 60px);margin:0 auto}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191{display:flex;justify-content:space-between;width:100%;max-width:1250px;margin:25px auto 0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191._single_195tz_12198 ._landingTournamentSection_195tz_12198{width:100%!important}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198{position:relative;display:flex;align-items:center;width:49%;max-width:1250px;height:140px;padding:20px 30px;overflow:hidden;color:inherit;background:#1c2028;border-radius:10px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("tournamentBackground-C_mWipfQ.png");background-repeat:no-repeat;background-position:50% 50%;background-size:cover;content:""}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226{position:relative;z-index:1;width:100%}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._caption_195tz_279{display:flex;align-items:center;margin-bottom:15px;font-weight:500;font-size:17px;white-space:nowrap;text-transform:uppercase}@media (max-width: 330px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._caption_195tz_279{font-size:13px}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412{display:inline-flex;align-items:center;color:#2dc53a;font-weight:inherit;font-size:inherit;text-transform:uppercase}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412 ._content_195tz_420{display:inline-flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412 ._icon_195tz_429{width:auto;height:auto;vertical-align:initial}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412 ._icon_195tz_429._widthAuto_195tz_434{width:auto;height:auto;margin-left:5px;vertical-align:initial}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._tagLine_195tz_12273{max-width:290px;color:#ffffffa6;white-space:pre-line}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226 ._tagLine_195tz_12273 ._timer_195tz_4612{color:#fff}@media (max-width: 1365px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226{flex-direction:column;align-items:start}}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._tournamentContent_195tz_12226{pointer-events:none}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._itemFigure_195tz_12292{position:absolute;top:0;right:0;left:auto;display:flex;align-items:center;height:100%}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._itemFigure_195tz_12292 img{width:auto;height:100%;pointer-events:none}@media (max-width: 1200px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._itemFigure_195tz_12292 img{opacity:.2}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198 ._itemFigure_195tz_12292 ._btnMore_195tz_12311{position:absolute;right:30px;z-index:2;display:flex;height:40px;margin-right:0;padding:9px 20px;color:inherit;font-weight:400;font-size:13px;text-transform:capitalize;background:#20242d;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .15s ease-in}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198{height:124px;padding:20px}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198:hover ._itemFigure_195tz_12292 img{opacity:.2}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198:hover ._itemFigure_195tz_12292 ._btnMore_195tz_12311{opacity:1}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341{position:relative;display:flex;align-items:center;width:49%;max-width:1250px;height:140px;padding:20px 30px;overflow:hidden;color:inherit;background:#1c2028;border-radius:10px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("");background-repeat:no-repeat;background-position:50% 50%;background-size:cover;content:""}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366{position:relative;z-index:1;width:100%}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._caption_195tz_279{display:flex;align-items:center;margin-bottom:15px;font-size:17px;white-space:nowrap}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._caption_195tz_279 ._emoji_195tz_4556{display:flex;align-items:center;height:22px;margin:0 5px 0 0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._caption_195tz_279 ._emoji_195tz_4556 img{width:auto;height:20px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._caption_195tz_279 ._truncate_195tz_12388{max-width:150px;margin-left:3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._caption_195tz_279 ._truncate_195tz_12388:before{display:inline-block;content:" "}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423{width:280px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._smallText_195tz_12402{display:flex;align-items:center;padding:0 2px;color:#ffffffa6}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._smallText_195tz_12402 ._progress_195tz_4905{position:relative;display:flex;align-items:center;justify-content:center;width:38px;margin-right:5px;margin-left:auto;color:#fff;font-weight:400;font-size:13px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420{position:relative;width:100%;margin:7px 0 0 -2px;border:1px solid transparent;border-radius:3px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBar_195tz_4934{position:relative;height:28px;margin-bottom:0;padding:2px;background:#242932;border-radius:50px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBar_195tz_4934>span{align-items:center;justify-content:center;padding-left:20px;color:#fff;font-size:13px;background:#337cff;border-radius:50px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBar_195tz_4934._empty_195tz_633>span{padding-left:25px;background:0 0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBar_195tz_4934._empty_195tz_633:before{border-color:#191d25 transparent transparent}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBar_195tz_4934,._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBar_195tz_4934>span{display:flex;border-radius:3px;-webkit-user-select:none;user-select:none}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBottom_195tz_4985{position:absolute;top:7px;display:flex;justify-content:space-between;width:100%;padding:0 12px;color:#fff;font-weight:400;font-size:11px;text-transform:uppercase}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBottom_195tz_4985 ._item_195tz_129{display:flex;align-items:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423 ._progressWrapper_195tz_12420 ._progressBottom_195tz_4985 ._item_195tz_129 img{height:13px;margin:0 5px 0 0}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366 ._block_195tz_5423{width:100%}}@media (max-width: 1365px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366{flex-direction:column;align-items:start}}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._vipContent_195tz_12366{pointer-events:none}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._itemFigure_195tz_12292{position:absolute;top:0;right:0;left:auto;display:flex;align-items:center;height:100%}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._itemFigure_195tz_12292 img{width:auto;height:100%;pointer-events:none}@media (max-width: 1200px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._itemFigure_195tz_12292 img{opacity:.2}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._itemFigure_195tz_12292 ._btnMore_195tz_12311{position:absolute;right:30px;z-index:2;display:flex;height:40px;margin-right:0;padding:9px 20px;color:inherit;font-weight:400;font-size:13px;text-transform:capitalize;background:#20242d;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .15s ease-in}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341:hover ._itemFigure_195tz_12292 img{opacity:.2}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341:hover ._itemFigure_195tz_12292 ._btnMore_195tz_12311{opacity:1}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341{height:124px;padding:20px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341 ._itemFigure_195tz_12292 ._btnMore_195tz_12311{display:none}}@media (max-width: 1550px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191{flex-direction:column}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingTournamentSection_195tz_12198,._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341{width:100%}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._propsContainer_195tz_12191 ._landingVipSection_195tz_12341{margin-top:24px}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWideWrapper_195tz_12556{margin:-20px -60px 0;padding:20px 60px;overflow:hidden;background:#191d25}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423{width:100%;max-width:1250px;min-height:1px;margin:0 auto 10px;padding:0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570{display:flex;align-items:center;margin-bottom:12px}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570{margin-top:-10px}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._label_195tz_290{position:relative;display:flex;align-items:center;height:26px;padding-left:26px;font-weight:500;font-size:18px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._label_195tz_290 button{color:#fff;background:transparent;border:0;outline:none}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._label_195tz_290 button img{position:absolute;top:50%;left:0;width:20px;height:20px;transform:translateY(-50%)}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._label_195tz_290 button ._btnLabel_195tz_10954{margin-left:8px;padding:3px 6px;color:#808d98;font-weight:400;background:#272d39;border-radius:3px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611{display:flex;align-items:center;margin-left:auto;color:#4e5461}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button{display:flex;align-items:center;justify-content:center;width:52px;height:36px;border:2px solid #272d39;cursor:pointer}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button[class*=swiper-button-disabled]{cursor:auto;opacity:.5}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button[class*=swiper-button-disabled]:hover svg{transform:scale(1)}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button:hover svg{transform:scale(1.2)}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button svg{color:#4e5461;transition:transform .2s ease-in-out}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._forward_195tz_10992{border-radius:0 10px 10px 0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._forward_195tz_10992:active svg{transform:translate(4px)}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._backward_195tz_10998{border-right:none;border-radius:10px 0 0 10px;transition:transform .3s ease-in-out}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._backward_195tz_10998:active svg{transform:translate(-4px)}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130{position:relative;display:flex;transform:scale(1)!important}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._background_195tz_12659{margin:0;padding:0;font:inherit;font-size:100%;vertical-align:baseline;border:0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._background_195tz_12659 img{display:block;width:100%;height:auto;border-radius:10px;opacity:1;-webkit-user-select:none;user-select:none;aspect-ratio:17/10}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676{position:absolute;display:flex;flex-direction:column;width:100%;height:100%;padding:5px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206{display:flex;flex-direction:column;justify-content:space-between;max-width:182px;height:100%;padding-right:0;background:transparent;border-radius:0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._badge_195tz_739{margin-bottom:5px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._badge_195tz_739 ._badgeContent_195tz_12697{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;margin-left:10px;padding:0 5px;color:#000;font-weight:500;font-size:12px;line-height:1.5;white-space:nowrap;background:#fff;border-radius:3px;font-feature-settings:"tnum"}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._title_195tz_5911{display:inline-flex;align-items:center;justify-content:flex-start;margin-top:5px;margin-left:10px;color:#fff;font-weight:700;font-size:18px;line-height:120%;text-align:left}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._description_195tz_306{flex:1 1;max-height:38px;margin-top:10px;margin-left:10px;overflow:hidden;text-wrap:wrap;text-overflow:ellipsis}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._description_195tz_306 ._descriptionContent_195tz_12734{display:inline;justify-content:flex-start;color:#fff;font-weight:300;line-height:120%;text-align:left}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnAction_195tz_12742{margin-bottom:10px;margin-left:10px;padding:10px;color:#fff;font-weight:600;text-align:center;border:1px solid #fff;border-radius:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnAction_195tz_12742:hover{color:#000;background-color:#fff}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionWhite_195tz_12757{margin-bottom:10px;margin-left:10px;padding:10px;color:#000;font-weight:600;text-align:center;background-color:#fff;border:1px solid #fff;border-radius:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionWhite_195tz_12757:hover{color:#fff;background-color:transparent}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionMain_195tz_12773{margin-bottom:10px;margin-left:10px;padding:10px;color:#fff;font-weight:600;text-align:center;background-color:#337cff;border:1px solid #337cff;border-radius:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionMain_195tz_12773:hover{color:#000;background-color:#fff}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._card_195tz_11130:hover ._background_195tz_12659{opacity:.9}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingSliderSection_195tz_1423 ._awssld__wrapper_195tz_11728{border-radius:8px}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingMenuSection_195tz_1423{width:100%;max-width:1250px;margin:0 auto;padding:0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingGamesSection_195tz_1426{width:100%;max-width:1250px;margin:24px auto 0;padding:0;background:transparent;border-radius:6px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811{display:flex}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929{position:relative;z-index:1;-webkit-flex:none;-ms-flex:none;flex:none;width:600px;padding:2.6875rem 1.25rem 3.25rem .1875rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090{position:relative;z-index:1}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911{position:relative;z-index:1;color:#fff;font-size:46px;line-height:56px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911 ._first_195tz_2858{margin-top:1.75rem;font-weight:400;font-size:1.125rem;line-height:1.5rem;text-transform:uppercase}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911 ._first_195tz_2858 ._green_195tz_8724{color:#2dc53a}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911 ._second_195tz_12844{height:5.25rem;font-weight:700;font-size:4.25rem;line-height:5.25rem;-webkit-letter-spacing:-4px;-moz-letter-spacing:-4px;-ms-letter-spacing:-4px;letter-spacing:-4px;white-space:nowrap}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911 ._second_195tz_12844 ._gradient_195tz_12855{margin-left:10px;padding:0 5px 0 0;color:transparent;background:linear-gradient(90deg,#2dc53a 22.99%,#219a19 73.57%);-webkit-background-clip:text;background-clip:text}@media (max-width: 650px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911{background:#191d2580;border-radius:0}}@media screen and (max-width: 1000px) and (min-width: 901px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911{background:#191d2580;border-radius:0}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:.75rem;margin-bottom:1.5rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._btn_195tz_497{width:auto;min-width:9.375rem;height:3.5rem;margin-right:.75rem;padding:0 1.25rem;font-weight:400;font-size:14px;line-height:3.5rem;white-space:nowrap}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;font-size:1rem;text-align:center;-webkit-box-align:center;-ms-flex-align:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._or_195tz_4388{margin-right:.75rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._items_195tz_12909{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-box-align:center;-ms-flex-align:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._items_195tz_12909 ._item_195tz_129{display:flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:0 5px;font-weight:400;font-size:24px;background-color:#373e4c;border-radius:4px;cursor:pointer}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._items_195tz_12909 ._item_195tz_129:hover{background-color:#3d4656}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._items_195tz_12909 ._item_195tz_129 svg{pointer-events:none}@media screen and (max-width: 1000px) and (min-width: 901px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:.75rem;margin-bottom:0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._btn_195tz_497{width:75%;max-width:18.625rem;margin:0 auto}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420{display:block;-webkit-justify-content:center;justify-content:center;width:100%;margin:.3125rem 0 0;-webkit-box-pack:center;-ms-flex-pack:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._items_195tz_12909{-webkit-justify-content:center;justify-content:center;margin-top:.25rem;-webkit-box-pack:center;-ms-flex-pack:center}}@media (max-width: 650px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:.75rem;margin-bottom:0}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._btn_195tz_497{width:75%;max-width:18.625rem;margin:0 auto}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420{display:block;-webkit-justify-content:center;justify-content:center;width:100%;margin:.3125rem 0 0;-webkit-box-pack:center;-ms-flex-pack:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._authBox_195tz_12875 ._methods_195tz_5420 ._items_195tz_12909{-webkit-justify-content:center;justify-content:center;margin-top:.25rem;-webkit-box-pack:center;-ms-flex-pack:center}}@media screen and (max-width: 1000px) and (min-width: 901px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929{width:auto;margin-top:-11.25rem;margin-top:-12.5rem;padding:3.125rem .625rem .625rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911{height:auto;font-size:2.1875rem;line-height:2.375rem;text-align:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911 ._second_195tz_12844{-webkit-justify-content:center;justify-content:center;height:3.75rem;margin-top:-.3125rem;font-size:2.75rem;line-height:3.75rem;-webkit-letter-spacing:-.25rem;-moz-letter-spacing:-.25rem;-ms-letter-spacing:-.25rem;letter-spacing:-.25rem;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center}}@media (max-width: 650px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929{width:auto;margin-top:-11.25rem;margin-top:-12.5rem;padding:3.125rem .625rem .625rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911{height:auto;font-size:2.1875rem;line-height:2.375rem;text-align:center}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._left_195tz_929 ._box_195tz_5090 ._title_195tz_5911 ._second_195tz_12844{-webkit-justify-content:center;justify-content:center;height:3.75rem;margin-top:-.3125rem;font-size:2.75rem;line-height:3.75rem;-webkit-letter-spacing:-.25rem;-moz-letter-spacing:-.25rem;-ms-letter-spacing:-.25rem;letter-spacing:-.25rem;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center}}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938{position:relative;-webkit-flex:auto;-ms-flex:auto;flex:auto;width:1px}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938 img{position:absolute;top:0;right:0;width:100%;min-width:600px}@media screen and (max-width: 1300px) and (min-width: 1001px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938 img{opacity:.4}}@media screen and (max-width: 750px) and (min-width: 651px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938 img{opacity:.4}}@media screen and (max-width: 1000px) and (min-width: 901px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938{width:auto;min-height:18.75rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938 img{position:static;width:100%;min-width:auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}@media (max-width: 650px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938{width:auto;min-height:18.75rem}._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811 ._right_195tz_938 img{position:static;width:100%;min-width:auto;-webkit-transform:translate(0);-ms-transform:translate(0);transform:translate(0)}}@media screen and (max-width: 1000px) and (min-width: 901px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:auto;padding:0;background-color:transparent}}@media (max-width: 650px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417 ._landingWelcomeSection_195tz_12811{-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;width:auto;padding:0;background-color:transparent}}@media (max-width: 1099px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417{width:calc(100% - 30px)}}@media (max-width: 900px){._mainContainer_195tz_1492 ._landingWrapper_195tz_1417{width:100%}}._footer_195tz_1429._landingMode_195tz_13139{width:calc(100% - 60px);margin:0 auto;padding:0}@media (max-width: 1099px){._footer_195tz_1429._landingMode_195tz_13139{width:calc(100% - 30px)}}@media (max-width: 900px){._footer_195tz_1429._landingMode_195tz_13139{width:100%}}._socialAuthSection_195tz_13155{position:relative}._socialAuthSection_195tz_13155 ._block_195tz_5423{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:340px;height:85vh;margin:auto;white-space:nowrap}._socialAuthSection_195tz_13155 ._loader_195tz_237{position:relative;top:0;height:100px}._socialAuthSection_195tz_13155 ._loader_195tz_237 img{width:80px;height:80px}._socialAuthSection_195tz_13155 ._text_195tz_4568{color:inherit;font-size:28px}._clubSection_195tz_13183{padding:30px!important;background:#272d39;border-radius:6px}._clubSection_195tz_13183 ._clubHeader_195tz_13188{position:relative;margin-bottom:30px}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image_195tz_4916{position:absolute;opacity:.6}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image1_195tz_13196{left:16%;rotate:45deg}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image2_195tz_13200{right:auto;left:3%;rotate:15deg}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image3_195tz_13205{right:3%;rotate:45deg}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image4_195tz_13209{right:16%}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image1_195tz_13196,._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image4_195tz_13209{top:5%;width:72px}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image2_195tz_13200,._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image3_195tz_13205{bottom:0;width:48px}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220{width:360px;margin:0 auto;text-align:center}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 img{width:72px}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 ._ribbon_195tz_13220{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:42px;margin-top:15px;color:#fff;font-weight:500;font-size:15px;text-transform:uppercase;background:url("") no-repeat;background-size:100% auto}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 ._ribbon_195tz_13220>div{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media (max-width: 400px){._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 ._ribbon_195tz_13220{height:36px;margin-top:5px;font-size:14px}}@media (max-width: 360px){._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 ._ribbon_195tz_13220{font-size:13px}}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 ._ribbonDescription_195tz_13262{margin-top:10px;color:#aab0bd;font-size:13px}@media (max-width: 400px){._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220 ._ribbonDescription_195tz_13262{margin-top:5px}}@media (max-width: 1350px){._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image2_195tz_13200,._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image3_195tz_13205{width:35px}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image1_195tz_13196,._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image4_195tz_13209{display:none}}@media (max-width: 1050px){._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._image_195tz_4916{display:none}}@media (max-width: 500px){._clubSection_195tz_13183 ._clubHeader_195tz_13188{margin-bottom:15px}._clubSection_195tz_13183 ._clubHeader_195tz_13188 ._ribbonWrapper_195tz_13220{width:100%}}._clubSection_195tz_13183 ._aboutBlock_195tz_13293{position:relative;margin-bottom:25px;padding:20px;color:#fff;white-space:pre-line;background-color:#2d3340;border:none;border-radius:5px}._clubSection_195tz_13183 ._aboutBlock_195tz_13293._first_195tz_2858{background-color:#337cff}._clubSection_195tz_13183 ._aboutBlock_195tz_13293._first_195tz_2858 ._h2_195tz_4926,._clubSection_195tz_13183 ._aboutBlock_195tz_13293._first_195tz_2858 ._text_195tz_4568{color:#fff}._clubSection_195tz_13183 ._aboutBlock_195tz_13293._second_195tz_12844{background-color:#3e2b97}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._noAuth_195tz_13312{position:absolute;top:0;left:0;z-index:20;width:100%;height:100%;text-align:center;background:#2d264ebf}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._noAuth_195tz_13312 button{position:absolute;top:calc(50% - 1.25rem);left:calc(50% - 5rem);display:block;width:10rem;text-transform:uppercase}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._vip_195tz_4905{position:absolute;top:0;right:15px;width:100px;min-height:90px;background-repeat:no-repeat;background-position:right;background-size:50%;opacity:.1}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._h2_195tz_4926{margin-bottom:12px;color:#fff;font-weight:500;font-size:16px;text-transform:uppercase}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348{display:flex;flex-wrap:wrap;justify-content:space-around;margin-top:25px}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p{flex-basis:50%;margin-bottom:15px;color:#aab0bd}@media (max-width: 600px){._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p{flex-basis:100%}}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p img{height:16px;margin:-2px 5px 0 0}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p:last-child{margin-bottom:0}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p._bronze_195tz_576{color:#ab5d30}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p._silver_195tz_579{color:#4d7bcd}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p._gold_195tz_582{color:#ffd40e}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p._platinum_195tz_585{color:#077cfc}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p._diamond_195tz_588{color:#7625f4}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._rankWagers_195tz_13348 p._elite_195tz_591{color:#ff3c38}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934{position:relative;height:28px;margin-bottom:10px;background:#191d25;border:2px solid none}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934._filled_195tz_4947:after{border-color:#337cff transparent transparent}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934._last_195tz_2861:after{display:none}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934>span{align-items:center;justify-content:center;padding-left:20px;color:#fff;font-size:13px;background:#337cff}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934:before{left:7px;border-color:#337cff transparent transparent}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934:after{right:7px;border-color:#191d25 transparent transparent}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934:before,._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934:after{position:absolute;bottom:-6px;width:0;height:0;border-style:solid;border-width:6px 5px 0;content:""}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934._empty_195tz_633>span{padding-left:25px;background:0 0}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934._empty_195tz_633:before{border-color:#191d25 transparent transparent}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934,._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBar_195tz_4934>span{display:flex;border-radius:3px;-webkit-user-select:none;user-select:none}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBottom_195tz_4985{display:flex;justify-content:space-between;padding:0 5px;color:#fff;font-weight:500;font-size:13px;text-transform:uppercase}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBottom_195tz_4985 ._item_195tz_129{display:flex;align-items:center}._clubSection_195tz_13183 ._aboutBlock_195tz_13293 ._progressBottom_195tz_4985 ._item_195tz_129 img{height:13px;margin:0 5px 0 0}._clubSection_195tz_13183 ._caption_195tz_279{position:relative;width:100%;margin-bottom:25px;font-weight:500;font-size:14px;text-align:center;text-transform:uppercase}._clubSection_195tz_13183 ._caption_195tz_279:before{position:absolute;top:50%;right:0;left:0;width:100%;height:1px;background-color:#303646;content:""}._clubSection_195tz_13183 ._caption_195tz_279 span{position:relative;display:inline-flex;align-items:center;padding:0 20px;background:#272d39;border-radius:0}._clubSection_195tz_13183 ._levelsContainer_195tz_13484{display:flex;margin-bottom:25px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929{position:relative;display:flex;flex-wrap:wrap;align-items:center;margin-right:25px;padding:20px;background:#2d3340;border-radius:5px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929 ._coinson_195tz_13498{position:absolute;top:-90px;right:45px;z-index:100;width:135px;height:auto}@media (max-width: 580px){._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929 ._coinson_195tz_13498{top:-75px;right:0;width:104px}}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929 ._indent_195tz_13513{width:100%;margin-bottom:15px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929 ._indent_195tz_13513 ._h2_195tz_4926{margin-bottom:12px;color:#fff;font-weight:500;font-size:16px;text-transform:uppercase}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929 ._indent_195tz_13513 ._gray_195tz_13524{color:#aab0bd}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;height:auto}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781{display:flex}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129{position:relative;display:flex;align-items:center;justify-content:center;width:16.66%;border:1px solid transparent;border-radius:5px 5px 0 0;cursor:pointer;opacity:.5}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129:hover{opacity:1}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129._active_195tz_794{border:1px solid #343b48;border-bottom-color:#272d39;opacity:1}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129 img{height:32px;margin:8px 0 26px}@media (max-width: 500px){._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129 img{height:20px}}@media (max-width: 450px){._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129 img{margin:10px 0}}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129 ._name_195tz_264{position:absolute;bottom:9px;font-size:9px;white-space:nowrap;text-transform:uppercase}@media (max-width: 450px){._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._tabs_195tz_4781 ._item_195tz_129 ._name_195tz_264{display:none}}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420{margin-top:-1px;padding:20px;border:1px solid #343b48;border-radius:0 0 5px 5px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264{display:flex;align-items:center;margin-bottom:12px;font-weight:500;font-size:14px;text-transform:uppercase}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264._bronze_195tz_576{color:#ab5d30}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264._silver_195tz_579{color:#4d7bcd}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264._gold_195tz_582{color:#ffd40e}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264._platinum_195tz_585{color:#077cfc}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264._diamond_195tz_588{color:#7625f4}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264._elite_195tz_591{color:#ff3c38}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264 img{height:16px;margin:-2px 5px 0 0}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._name_195tz_264 span{text-transform:uppercase}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._wagerNeed_195tz_5072{margin-bottom:15px;color:#aab0bd;font-size:12px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077{padding:0;list-style:none}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077 li{display:flex;align-items:center;margin-bottom:8px;color:#fff}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077 li._disabled_195tz_1106{opacity:.3}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077 li ._box_195tz_5090{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;margin-right:5px;border:1px solid #3a404c}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077 li ._box_195tz_5090 svg{width:9px;height:9px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077 li ._box_195tz_5090 svg._icon-close_195tz_2727{width:7px;height:7px}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420 ._list_195tz_5077 li:last-child{margin-bottom:0}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929,._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938{width:50%}@media (max-width: 1200px){._clubSection_195tz_13183 ._levelsContainer_195tz_13484{flex-direction:column}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929,._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938{width:100%;margin:0}._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._left_195tz_929{margin-bottom:25px}}@media (max-width: 450px){._clubSection_195tz_13183 ._levelsContainer_195tz_13484 ._right_195tz_938 ._content_195tz_420{padding:15px}}._clubSection_195tz_13183 ._bonusList_195tz_13679{display:flex;flex-wrap:wrap;width:calc(100% + 25px);margin:0 -12.5px 25px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129{display:flex;align-items:stretch;width:33.333%;padding:0 12.5px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129:first-child,._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129:nth-child(2),._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129:nth-child(3){margin-bottom:25px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420{position:relative;display:flex;flex-wrap:wrap;width:100%;padding:25px;overflow:hidden;background:#2e3542;border-radius:4px;box-shadow:none}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._image_195tz_4916{position:absolute;top:0;height:100%;opacity:.5;-webkit-user-select:none;user-select:none}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._image_195tz_4916._small_195tz_3373{left:0}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._image_195tz_4916._big_195tz_3419{right:0}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._image_195tz_4916 img{width:auto;height:100%}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._text_195tz_4568{position:relative}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._text_195tz_4568 ._name_195tz_264{position:relative;display:flex;margin-bottom:20px;font-weight:500;font-size:18px;text-transform:uppercase}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._text_195tz_4568 ._name_195tz_264 ._num_195tz_6180{position:absolute;top:50%;left:-4px;font-weight:500;font-size:46px;text-transform:uppercase;-webkit-transform:translateY(-50%);transform:translateY(-50%);opacity:.2;-webkit-user-select:none;user-select:none}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._text_195tz_4568 ._description_195tz_306{font-weight:400;font-size:14px;line-height:18px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420._blue_195tz_9604{background-color:#e2a200}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420._purple_195tz_9613{background-color:#d97529}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420._green_195tz_8724{background-color:#c03633}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420._orange_195tz_9610{background-color:#2c9632}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420._red_195tz_11264{background-color:#047cfc}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420._cyan_195tz_13767{background-color:#3e2b97}@media (max-width: 1300px){._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129{width:50%;margin-bottom:25px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420{height:130px;padding:20px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._text_195tz_4568 ._name_195tz_264{margin-bottom:15px;padding-left:30px;font-size:16px}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420 ._text_195tz_4568 ._name_195tz_264 ._num_195tz_6180{font-size:38px}}@media (max-width: 600px){._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129{width:100%;margin-bottom:20px!important}._clubSection_195tz_13183 ._bonusList_195tz_13679 ._item_195tz_129 ._content_195tz_420{height:auto}._clubSection_195tz_13183 ._bonusList_195tz_13679:last-child{margin-bottom:0!important}}._clubSection_195tz_13183 ._becomeVip_195tz_13800{position:relative;margin-top:25px;color:inherit;font-weight:500;font-size:13px;text-align:center;text-transform:uppercase}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image_195tz_4916{position:absolute}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image1_195tz_13196{left:16%}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image2_195tz_13200{left:3%}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image3_195tz_13205{right:3%}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image4_195tz_13209{right:16%}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image1_195tz_13196,._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image4_195tz_13209{top:5%;width:72px}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image2_195tz_13200,._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image3_195tz_13205{bottom:0;width:48px}._clubSection_195tz_13183 ._becomeVip_195tz_13800 button{display:flex;align-items:center;justify-content:center;width:200px;height:42px;margin:15px auto 0;padding:0 15px;font-weight:300;text-transform:uppercase}@media (max-width: 1250px){._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image1_195tz_13196{left:12%}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image2_195tz_13200,._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image3_195tz_13205{width:35px}._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image4_195tz_13209{right:12%}}@media (max-width: 1050px){._clubSection_195tz_13183 ._becomeVip_195tz_13800 ._image_195tz_4916{display:none}}@media (max-width: 900px){._clubSection_195tz_13183{padding:15px!important}}._confirmSection_195tz_13865{position:relative}._confirmSection_195tz_13865 ._block_195tz_5423{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:340px;height:65vh;margin:auto;white-space:nowrap}._confirmSection_195tz_13865 ._loader_195tz_237{height:100px}._confirmSection_195tz_13865 ._loader_195tz_237 img{width:80px;height:80px}._confirmSection_195tz_13865 ._text_195tz_4568{font-size:28px}._gameContentWrapper_195tz_3283._mobile_195tz_919 ._contentWrapper_195tz_926 ._contentScroll_195tz_926{position:absolute;top:0;left:0;z-index:101;padding:0;background:#20242d}._gameContentWrapper_195tz_3283._mobile_195tz_919 ._footer_195tz_1429,._gameContentWrapper_195tz_3283._mobile_195tz_919 ._leftWrapper_195tz_929,._gameContentWrapper_195tz_3283._mobile_195tz_919 ._rightWrapper_195tz_938{display:none}._gameContentWrapper_195tz_3283._mobile_195tz_919 ._mainContainer_195tz_1492 ._section_195tz_1420{max-width:100%;margin:0 auto;padding:0}@media (max-width: 900px){._gameContentWrapper_195tz_3283 ._footer_195tz_1429,._gameMobileContentWrapper_195tz_13909 ._footer_195tz_1429{display:none}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913{width:100%;height:auto;padding:0;background-color:transparent;border-radius:6px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601{left:50%;display:flex;width:100%;max-width:300px;padding-top:20px;background-color:#1c2028;border:1px solid #2d3340;border-radius:6px;transform:translate(-50%)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423{position:relative;display:flex;flex-direction:column-reverse;width:50%;padding:15px 0;overflow:hidden;text-align:center}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(1),._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(1){border-right:1px solid #2d3340;border-bottom:1px solid #2d3340;border-radius:6px 0 0}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(2),._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(2){border-bottom:1px solid #2d3340;border-radius:0 6px 0 0}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(3),._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(3){border-right:1px solid #2d3340;border-radius:0 0 0 6px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(4),._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423:nth-child(4){border-radius:0 0 6px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423 ._num_195tz_6180,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423 ._num_195tz_6180{color:#2dc53a;font-weight:500;font-size:16px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423 ._text_195tz_4568,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameStats_195tz_8601 ._block_195tz_5423 ._text_195tz_4568{margin-bottom:2px;color:#5e6a7f;font-weight:400;font-size:13px;text-transform:uppercase}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 auto;padding:8px;background-color:#1c2028;border-radius:0 0 8px 8px}@media (max-width: 600px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977{padding-top:0}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._logo_195tz_3192,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._logo_195tz_3192{max-height:47px;cursor:auto;opacity:.1;filter:grayscale(1);transition:opacity .3s ease-in-out}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004{padding-right:8px;border-right:1px solid #2e3542}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009{position:relative}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502{display:inline-block;margin-top:3px;padding:7px;color:#aab0bd;font-weight:600;font-size:1rem;line-height:normal;white-space:nowrap;text-align:center;vertical-align:middle;background:transparent!important;border:0;border-radius:4px;outline:none;transition:none;-webkit-user-select:none;user-select:none}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502:hover{color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502:hover ._opener_195tz_2095 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502:hover ._opener_195tz_2095 svg{fill:#fff!important}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519{display:flex;align-items:center}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._badge_195tz_739,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._badge_195tz_739{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:7px;color:#fff;font-size:14px;background:#047cfc;border-radius:3px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._badge_195tz_739._wide_195tz_2472,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._badge_195tz_739._wide_195tz_2472{width:30px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095{top:15px;right:10px;display:flex;width:14px;height:14px;margin-left:.45em;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095._open_195tz_623,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#aab0bd}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413{position:absolute;top:100%;right:15px;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:100px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413._open_195tz_623,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413._open_195tz_623{display:block}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:15px;color:#000000bf;font-weight:400;font-size:16px;line-height:20px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:active,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:focus,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:active,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:focus,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:hover{background-color:#f1f1f1}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129>div,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129>div{display:flex;align-items:center;justify-content:center;width:100%}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739{width:36px;margin-right:8px;color:#0009;font-size:13px;text-align:center;text-transform:uppercase;background:#e5e5e5;border-radius:2px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739{color:#fff;background:#219a19}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413:before,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413:before{position:absolute;top:-8px;right:12px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}@media (max-width: 900px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413:before,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413:before{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuList_195tz_14186,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuList_195tz_14186{display:flex;align-items:center;justify-content:space-between}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192{padding:7px 14px;color:#aab0bd;transition:color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192 a,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192 a{color:#aab0bd}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover{color:#fff;background-color:#20242d;border-radius:5px;transform:scale(1.2)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover a,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover a{color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled{color:#aab0bd;opacity:.8}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled:hover{color:#aab0bd;cursor:not-allowed}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223{display:flex;justify-content:center;margin-right:5px}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229{display:flex;align-items:center}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span{color:#aab0bd;font-size:14px;cursor:pointer;transition:color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span:hover,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span._active_195tz_794{color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229{position:relative;width:35px;height:13px;margin:0 15px;background-color:#2e3542;border-radius:10px;cursor:pointer;transition:background-color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229:not(._active_195tz_794):hover ._gameCheckboxRound_195tz_14257,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229:not(._active_195tz_794):hover ._gameCheckboxRound_195tz_14257{transform:translate(2px)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794{background-color:#2dc53a}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794 ._gameCheckboxRound_195tz_14257,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794 ._gameCheckboxRound_195tz_14257{transform:translate(19px)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229 ._gameCheckboxRound_195tz_14257,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229 ._gameCheckboxRound_195tz_14257{position:absolute;top:-4px;left:-2px;width:20px;height:20px;background-color:#fff;border-radius:5px;transform:translate(0);transition:transform .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497{margin-right:15px;padding:5px 13px;font-size:11px;letter-spacing:.28px;white-space:nowrap;text-transform:uppercase;box-shadow:none}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299{color:#000;background:#ffc645}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:hover,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:focus,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:focus{background:#ffdb89}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301{background:#ff5722}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:hover,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:focus,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:focus{background:#ff7e56}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg{color:#5e6a7f;transform:rotate(-90deg)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg:nth-last-child(2),._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg:nth-last-child(2){color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span{position:relative;padding:5px;color:#5e6a7f;font-weight:400;font-size:13px;text-transform:uppercase;background-color:initial;border:0;border-radius:0;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span:hover,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span:hover,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650{color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650{border-bottom:1px solid #047cfc}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameLogo_195tz_14346,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameLogo_195tz_14346{position:absolute;top:0;width:100%;height:50px;padding:10px 0;text-align:center}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameLogo_195tz_14346 img,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameLogo_195tz_14346 img{height:100%}@media (min-width: 901px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameLogo_195tz_14346,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameLogo_195tz_14346{display:none}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365{position:relative;width:100%;margin-right:0;margin-left:0;overflow:hidden;background-color:#1c2028;border-radius:8px 8px 0 0}@media (min-width: 601px) and (max-width: 900px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365{min-height:calc(100vh - 63px)}}@media (max-width: 900px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365{position:fixed;padding-bottom:0;overflow:hidden}}@media (max-width: 600px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365{min-height:100vh}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365._mobile_195tz_919,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365._mobile_195tz_919{min-height:100vh}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957{position:fixed;z-index:10;width:100vw;height:100vh;min-height:483px;background-color:#1c2028;touch-action:none}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._gameStats_195tz_8601,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._gameStats_195tz_8601{position:absolute;bottom:90px;flex-direction:row;flex-wrap:wrap;margin-bottom:0;padding-top:0}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418{cursor:pointer}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418 svg{position:absolute;top:calc(100vh - 490px);left:40%;width:20%;height:20%;color:#828f9a}@media (max-height: 483px){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418 svg{top:15px}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418._active_195tz_794 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418._active_195tz_794 svg{color:#f54949d6}@media screen and (orientation: landscape){._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957{display:flex}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._gameStats_195tz_8601,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._gameStats_195tz_8601{position:relative;bottom:0;width:50%;margin:auto 0}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._gameStats_195tz_8601 ._block_195tz_5423,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._gameStats_195tz_8601 ._block_195tz_5423{border-right:0;border-left:0}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418{width:50%}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileOverlay_195tz_957 ._favorite_195tz_14418 svg{position:relative}}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467{position:absolute;top:45px;z-index:10;width:60px;height:100px;-webkit-user-select:none;user-select:none;touch-action:none;-webkit-user-drag:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtn_195tz_14479,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtn_195tz_14479{position:fixed;top:70px;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:40px;height:50px;padding:5px;background-color:#047cfc;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtn_195tz_14479 a svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtn_195tz_14479 a svg{width:22px;height:22px;color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnStats_195tz_14504,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnStats_195tz_14504{position:fixed;top:130px;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:40px;height:50px;padding:5px;background-color:#75818c;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnStats_195tz_14504._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnStats_195tz_14504._active_195tz_794{background-color:#219a1a}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnStats_195tz_14504 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnStats_195tz_14504 svg{width:22px;height:22px;color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnRecords_195tz_14533,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnRecords_195tz_14533{position:fixed;top:190px;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;width:40px;height:50px;padding:5px;background-color:#75818c;border-left:none;border-top-right-radius:5px;border-bottom-right-radius:5px;cursor:pointer}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnRecords_195tz_14533._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnRecords_195tz_14533._active_195tz_794{background-color:#219a1a}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnRecords_195tz_14533 svg,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._mobileContainer_195tz_14467 ._mobileBtnRecords_195tz_14533 svg{width:22px;height:22px;color:#fff}._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 iframe,._gameContentWrapper_195tz_3283 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 object,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 iframe,._gameMobileContentWrapper_195tz_13909 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 object{position:absolute;width:100%;height:100%;border:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570{display:flex;flex-direction:column;width:100%;margin:20px auto 0;padding:20px;background:#1c2028;border-radius:10px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;width:100%;margin:0 auto;padding:8px;background-color:#1c2028;border-radius:0 0 8px 8px}@media (max-width: 600px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977{padding-top:0}}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._logo_195tz_3192,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._logo_195tz_3192{max-height:47px;cursor:auto;opacity:.1;filter:grayscale(1);transition:opacity .3s ease-in-out}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004{padding-right:8px;border-right:1px solid #2e3542}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuList_195tz_14186,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuList_195tz_14186{display:flex;align-items:center;justify-content:space-between}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192{padding:7px 14px;color:#aab0bd;transition:color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192 a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192 a{color:#aab0bd}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover{color:#fff;background-color:#20242d;border-radius:5px;transform:scale(1.2)}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:hover a{color:#fff}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled{color:#aab0bd;opacity:.8}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004 ._gameControlsMenuItem_195tz_14192:disabled:hover{color:#aab0bd;cursor:not-allowed}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223{display:flex;justify-content:center;margin-right:5px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229{display:flex;align-items:center}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span{color:#aab0bd;font-size:14px;cursor:pointer;transition:color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span:hover,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 span._active_195tz_794{color:#fff}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229{position:relative;width:35px;height:21px;margin:0 8px;background-color:#2e3542;border-radius:14px;cursor:pointer;transition:background-color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229:not(._active_195tz_794):hover ._gameCheckboxRound_195tz_14257,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229:not(._active_195tz_794):hover ._gameCheckboxRound_195tz_14257{transform:translate(2px)}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794{background-color:#2dc53a}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794 ._gameCheckboxRound_195tz_14257,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229._active_195tz_794 ._gameCheckboxRound_195tz_14257{transform:translate(15px)}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229 ._gameCheckboxRound_195tz_14257,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._gameCheckboxWrapper_195tz_14229 ._gameCheckbox_195tz_14229 ._gameCheckboxRound_195tz_14257{position:absolute;top:2px;left:2px;width:17px;height:17px;background-color:#fff;border-radius:50%;transform:translate(0);transition:transform .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497{margin-right:15px;padding:5px 13px;font-size:11px;letter-spacing:.28px;white-space:nowrap;text-transform:uppercase;box-shadow:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299{color:#000;background:#ffc645}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:hover,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:focus,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._demo_195tz_2299:focus{background:#ffdb89}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301{background:#ff5722}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:hover,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:focus,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameButtons_195tz_14223 ._btn_195tz_497._real_195tz_14301:focus{background:#ff7e56}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg{color:#5e6a7f;transform:rotate(-90deg)}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg:nth-last-child(2),._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 svg:nth-last-child(2){color:#fff}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span{position:relative;padding:5px;color:#5e6a7f;font-weight:400;font-size:13px;text-transform:uppercase;background-color:initial;border:0;border-radius:0;outline:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span:hover,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650{color:#fff}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameControls_195tz_13977 ._gameInfo_195tz_14310 span._gameName_195tz_9650{border-bottom:1px solid #047cfc}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._isLoading_195tz_7189,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._isLoading_195tz_7189{min-height:250px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._isLoading_195tz_7189 ._loaderBlock_195tz_237,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._isLoading_195tz_7189 ._loaderBlock_195tz_237{position:relative;height:250px;overflow:hidden}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957{position:absolute;top:0;z-index:9;width:100vw;height:100vh;max-height:100vh;margin-top:0;overflow-y:scroll;background-color:#1c2028;border-radius:0}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionMenu_195tz_14795,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionMenu_195tz_14795{flex-direction:column;padding-left:40px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129{margin-top:10px;margin-left:0}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:first-child{margin-top:0}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809{flex-direction:column;padding-top:20px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916{max-width:100%}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916 img,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916 img{width:100%;max-width:400px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._description_195tz_306,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._description_195tz_306{flex-direction:column;margin-top:20px;margin-left:0;padding-bottom:20px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570._mobileOverlay_195tz_957 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:first-child{display:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._title_195tz_5911,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._title_195tz_5911{font-weight:500;font-size:20px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795{display:flex;justify-content:flex-start;box-sizing:content-box;width:100%;margin:15px auto 15px 0;padding:0;border-top:1px solid #2e3542;border-bottom:1px solid #2e3542;border-radius:0}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129{margin-bottom:-1px;margin-left:25px;padding:15px 0;color:#5e6a7f;font-weight:500;font-size:14px;text-transform:uppercase;background-color:transparent;border-radius:0;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:hover,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:focus,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:active,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:focus,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:active,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129._active_195tz_794{color:#eee;border-bottom:1px solid #047cfc}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129:first-child{margin-left:0}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809{display:flex;margin-top:10px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809._column_195tz_14882,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809._column_195tz_14882{flex-direction:column}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186{width:100%;height:calc(100% - 95px)}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186._isLoading_195tz_7189 ._list_195tz_5077,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186._isLoading_195tz_7189 ._list_195tz_5077{pointer-events:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077{position:relative;min-height:250px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900{min-height:500px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900 ._loaderCentred_195tz_1285,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900 ._loaderCentred_195tz_1285{position:absolute}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#5e6a7f;font-size:18px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4{font-size:24px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;font-size:18px;text-align:center}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(50% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129{position:relative;display:flex;flex-direction:column;align-items:center;border-top:1px solid #2d3340;transform:translateZ(0);transition:box-shadow 3ms,border-top-color .1s}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child{border-top:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child ._itemHeader_195tz_7239,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child ._itemHeader_195tz_7239{color:#5e6a7f!important}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child ._itemHeader_195tz_7239 ._item_195tz_129 span,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child ._itemHeader_195tz_7239 ._item_195tz_129 span{text-transform:uppercase}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:10px 0;overflow:visible;color:#fff;cursor:pointer;-webkit-tap-highlight-color:transparent}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129{display:block;justify-content:center;width:25%;text-align:center;border-top:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._name_195tz_264,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._name_195tz_264{display:inline;color:#828f9a;font-weight:600;font-size:14px;white-space:nowrap;text-overflow:ellipsis}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._name_195tz_264:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._name_195tz_264:hover{color:#fff}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._name_195tz_264 img,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._name_195tz_264 img{width:15px;height:15px;margin-right:10px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777._win_195tz_9659,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777._win_195tz_9659{color:#2dc53a}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777 svg,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777 svg{position:relative;top:1px;margin-left:2px}@media (max-width: 600px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777 svg,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777 svg{font-size:14px}}@media (max-width: 480px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777 svg,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777 svg{font-size:13px}}@media (max-width: 480px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._value_195tz_777{font-size:14px}}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 span,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 span{padding:3px 8px;border-radius:50px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._itemAmount_195tz_7339,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129 ._itemAmount_195tz_7339{overflow:hidden;text-overflow:ellipsis}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:first-child{justify-content:flex-start;overflow:hidden;text-align:left;text-overflow:ellipsis}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:last-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:last-child{justify-content:flex-end;text-align:right}@media (max-width: 550px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129{width:50%}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:nth-child(2),._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:nth-child(4),._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:nth-child(2),._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._item_195tz_129:nth-child(4){display:none}}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:active,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:focus,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:active,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:focus,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:hover{border:0;outline:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{width:100%;height:auto;max-height:0;margin-left:0;overflow:hidden;transition:max-height .3s ease}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458._open_195tz_623,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458._open_195tz_623{max-height:200px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:15px 0;color:#828f9a;list-style:none}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li{margin-bottom:5px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span{display:inline-flex;align-items:center}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span svg,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span svg{margin:3px 2px 0;font-size:.9em}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span:first-child{margin-right:5px;font-weight:400}@media (max-width: 480px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:0 10px 5px}}@media (max-width: 1100px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{font-size:13px}}@media (max-width: 480px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{margin-left:-20px;font-size:12px}}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916{min-width:200px;max-width:200px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916 img,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916 img{position:relative;max-width:100%;border-radius:10px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916 img:before,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._image_195tz_4916 img:before{position:absolute;top:0;right:0;bottom:0;left:0;padding-bottom:132%;content:""}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306{display:flex;flex-direction:column;margin-left:20px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._rtp_195tz_11605,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._rtp_195tz_11605{display:flex;width:auto;margin-top:10px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._rtp_195tz_11605 ._inner_195tz_10206,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._rtp_195tz_11605 ._inner_195tz_10206{width:auto;padding:5px 0;color:#aab0bd;border-radius:10px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._text_195tz_4568,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._text_195tz_4568{color:#aab0bd}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._text_195tz_4568 p,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._text_195tz_4568 p{margin-top:10px;margin-bottom:0}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182{display:flex;flex-wrap:wrap;margin-top:15px}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129{margin-right:10px;padding:5px 15px;border:1px solid #343b48;border-radius:10px;cursor:pointer}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129 a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129 a{color:#aab0bd}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:hover,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:focus,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:active,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129._active_195tz_794,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:hover,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:focus,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:active,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129._active_195tz_794{background-color:#343b48}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:hover a,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:focus a,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:active a,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129._active_195tz_794 a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:hover a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:focus a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:active a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129._active_195tz_794 a{color:#fff}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:first-child,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129:first-child{margin-left:0}@media (max-width: 600px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129,._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 a,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306 ._tags_195tz_15182 a{margin-bottom:10px}}@media (max-width: 1260px){._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809{flex-direction:column}._gameContentWrapper_195tz_3283 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306,._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306{margin-top:20px;margin-left:0}}._gameContentWrapper_195tz_3283 ._gamesBoxOnGame_195tz_15236,._gameMobileContentWrapper_195tz_13909 ._gamesBoxOnGame_195tz_15236{margin:20px 0 0}._gameContentWrapper_195tz_3283 ._gamesBoxOnGame_195tz_15236 ._providersBox_195tz_11103 ._item_195tz_129,._gameMobileContentWrapper_195tz_13909 ._gamesBoxOnGame_195tz_15236 ._providersBox_195tz_11103 ._item_195tz_129{background-color:#21242d}._gameContentWrapper_195tz_3283 ._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237,._gameMobileContentWrapper_195tz_13909 ._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237{position:absolute;width:100%;height:100%;text-align:center;background:#191d24}._gameContentWrapper_195tz_3283 ._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221,._gameMobileContentWrapper_195tz_13909 ._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(50% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._gameMobileContentWrapper_195tz_13909 ._footer_195tz_1429{display:block!important}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009{position:relative}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009._full_195tz_1404{margin-top:10px;text-align:center}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502{display:inline-block;margin-top:3px;padding:7px;color:#aab0bd;font-weight:600;font-size:1rem;line-height:normal;white-space:nowrap;text-align:center;vertical-align:middle;background:transparent!important;border:0;border-radius:4px;outline:none;transition:none;-webkit-user-select:none;user-select:none}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502:hover{color:#fff}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502:hover ._opener_195tz_2095 svg{fill:#fff!important}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519{display:flex;align-items:center}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._badge_195tz_739{display:flex;align-items:center;justify-content:center;width:18px;height:18px;margin-right:7px;color:#fff;font-size:14px;background:#047cfc;border-radius:3px}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._badge_195tz_739._wide_195tz_2472{width:36px}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095{top:15px;right:10px;display:flex;width:14px;height:14px;margin-left:.45em;transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095._open_195tz_623{-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._btnCurrency_195tz_2502 ._currencyContent_195tz_2519 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#aab0bd}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413{position:absolute;top:100%;right:15px;left:inherit;z-index:1080;display:none;box-sizing:border-box;min-width:100px;margin:12px 0 0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#f9f9f9;background-clip:padding-box;border-radius:3px;box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000026,0 3px 14px 2px #00000024}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413._open_195tz_623{display:block}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129{display:flex;align-items:center;clear:both;box-sizing:border-box;width:100%;padding:15px;color:#000000bf;font-weight:400;font-size:16px;line-height:20px;white-space:nowrap;text-align:inherit;border:0;border-bottom:1px solid #f1f1f1}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:active,._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:focus,._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:hover{background-color:#f1f1f1}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129:first-child{border-radius:4px 4px 0 0}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129>div{display:flex;align-items:center;justify-content:center;width:100%}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129>div ._badge_195tz_739{width:36px;margin-right:8px;color:#0009;font-size:13px;text-align:center;text-transform:uppercase;background:#e5e5e5;border-radius:2px}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413 ._item_195tz_129._active_195tz_794>div ._badge_195tz_739{color:#fff;background:#219a19}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413:before{position:absolute;top:-8px;right:12px;width:0;height:0;border-color:transparent transparent #f9f9f9;border-style:solid;border-width:0 6px 8px;content:""}@media (max-width: 900px){._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}._gameMobileContentWrapper_195tz_13909 ._gameCurrency_195tz_14009 ._dropdown_195tz_2413:before{right:50%;-webkit-transform:translateX(50%);transform:translate(50%)}}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424{display:flex;justify-content:space-between;margin-top:15px}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 a{width:49%}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 button{position:relative;display:inline-flex;flex-shrink:0;align-items:center;justify-content:center;width:100%;margin:0;padding:1em;font-weight:600;font-size:.875rem;line-height:1.5;background:0 0;border:none;border-radius:.25rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 button._real_195tz_14301{color:#013e01;background-color:#2dc53a}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 button._real_195tz_14301 svg{margin-right:7px}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 button._demo_195tz_2299{color:#828f9a;border:1px solid #343b48}@media (max-width: 450px){._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424{flex-direction:column}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 a{width:100%;margin-top:15px}._gameMobileContentWrapper_195tz_13909 ._playButtons_195tz_15424 a:last-child{margin-top:15px}}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570{margin-top:0!important}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._image_195tz_4916{width:49%;min-width:150px;margin-top:15px}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._image_195tz_4916 img{width:100%;max-width:300px;border-radius:8px}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._providerTitle_195tz_15490{margin-top:5px;font-weight:500;font-size:15px}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._providerTitle_195tz_15490 a{color:#aab0bd!important}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795{flex-direction:column;width:100%!important;margin:15px 0 0!important;padding:0!important;background:none!important}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionMenu_195tz_14795 ._item_195tz_129{margin-left:0!important;border-radius:8px!important}._gameMobileContentWrapper_195tz_13909 ._gameDescription_195tz_14570 ._gameDescriptionContent_195tz_14809 ._description_195tz_306{margin-top:5px!important;margin-left:0!important}._gameMobileContentWrapper_195tz_13909 ._gameControls_195tz_13977{margin-top:15px!important;padding:5px!important;background-color:#20242d!important;border-radius:8px!important}._gameMobileContentWrapper_195tz_13909 ._gameControls_195tz_13977 ._gameControlsMenu_195tz_14004{border-right:none!important}main{max-width:100%!important;height:100%}._sportSection_195tz_15527{max-width:100%!important;height:100%}._sportSection_195tz_15527 ._gameWrapper_195tz_13913{height:100%!important}._sportSection_195tz_15527 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365{height:100%;overflow:hidden}._sportSection_195tz_15527 iframe{height:auto;border:none}._gameControlsTooltip_195tz_15543 [class*=bootstrap_tooltip-inner]{max-width:none;padding:12px 16px;color:#000;font-weight:500;font-size:14px;background-color:#fff}._gameControlsTooltip_195tz_15543 [class*=bootstrap_show]{opacity:1}._gameControlsTooltip_195tz_15543 [class*=bootstrap_arrow]:before{border-top-color:#fff!important}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:20px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929{width:59%}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349{position:relative;padding:2rem 1.875rem;overflow:hidden;color:#ffffff80;background-color:#1c1e22;background-repeat:no-repeat;background-size:100%;border-radius:.125rem}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._background_195tz_12659{position:absolute;top:-2%;left:-2%;width:104%;padding-top:55%;overflow:hidden}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._background_195tz_12659 img{position:absolute;top:0;left:0;width:100%;height:auto}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598{position:relative;z-index:9}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602{position:relative;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;padding:.625rem 0}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 img{width:10rem;margin-right:1.4375rem;border-radius:.125rem}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._name_195tz_264{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._name_195tz_264 ._text_195tz_4568{display:-webkit-box;overflow:hidden;color:#fff;font-size:1.75rem;line-height:2rem;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._name_195tz_264 ._btn_195tz_497{-webkit-flex:none;-ms-flex:none;flex:none;margin-left:auto;color:#fff}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._info_195tz_729{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:auto;-ms-flex:auto;flex:auto;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;margin-top:auto;padding-top:.5rem}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._info_195tz_729 ._provider_195tz_10798 a{color:#fff}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._info_195tz_729 ._provider_195tz_10798 a:hover{color:#79a6f8}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._info_195tz_729 ._extras_195tz_15678{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-top:auto;text-align:center}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._info_195tz_729 ._extras_195tz_15678 ._item_195tz_129{display:flex;flex-direction:column;width:60px;margin-right:10px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._gameHeader_195tz_15602 ._description_195tz_306 ._info_195tz_729 ._extras_195tz_15678 ._item_195tz_129:last-child{margin-right:0}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._contentDescription_195tz_15695{margin-top:20px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._contentDescription_195tz_15695 ._title_195tz_5911{color:#fff;font-size:16px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._contentDescription_195tz_15695 ._text_195tz_4568{margin-top:20px;color:#fff;line-height:21px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._preview_195tz_15707{position:relative;z-index:1;-webkit-flex:auto;-ms-flex:auto;flex:auto;margin:56px 0 0;padding-bottom:20px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._preview_195tz_15707 ._header_195tz_915{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:10px;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349 ._gameContainer_195tz_15598 ._preview_195tz_15707 ._header_195tz_915 ._title_195tz_5911{margin-right:auto;font-size:1.125rem}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._main_195tz_1349:after{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(180deg,#1c1e223d,#1e202494 38%,#1e2024f0 84.85%);content:""}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._gameInfo_195tz_14310{margin-top:20px}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._gameInfo_195tz_14310 ._title_195tz_5911{margin-bottom:.625rem;color:#fff;font-size:1.25rem}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._gameInfo_195tz_14310 ._list_195tz_5077{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -.125rem}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929 ._gameInfo_195tz_14310 ._list_195tz_5077 ._item_195tz_129{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex:1;-ms-flex:1;flex:1;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;min-width:35%;margin:.125rem .0625rem 0;padding:1rem;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify}@media (max-width: 1500px){._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._left_195tz_929{width:100%}}._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._right_195tz_938{width:39%}@media (max-width: 1500px){._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558 ._right_195tz_938{width:100%}}@media (max-width: 1500px){._gameInfoContentWrapper_195tz_15558 ._gameInfoWrapper_195tz_15558{flex-direction:column}}._fairContainer_195tz_15801{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._fairContainer_195tz_15801 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844{display:flex;flex-wrap:wrap;color:inherit}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 p{font-size:16px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 p:first-child{margin-top:20px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 p._license_195tz_15855{color:#828f9a}@media (max-width: 1100px){._fairContainer_195tz_15801 ._fairBlock_195tz_15844 p{font-size:14px}}@media (max-width: 520pxpx){._fairContainer_195tz_15801 ._fairBlock_195tz_15844 p{font-size:13px}}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868{position:relative;display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:center;width:100%;margin:20px auto 30px;padding:32px 0 19px;color:#fff;border-radius:8px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882{position:relative;padding:0 28px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child{text-align:right}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child:before{position:absolute;top:0;right:0;bottom:0;width:1px;background:#fff;opacity:.12;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child ._title_195tz_5911{justify-content:flex-end}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child ._title_195tz_5911:after{right:0}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:last-child{text-align:left}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:last-child ._title_195tz_5911 ._text_195tz_4568{max-width:205px;color:#fcbc3d}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:last-child ._list_195tz_5077 ._item_195tz_129:before{background:transparent;content:counter(item,decimal-leading-zero) " ";counter-increment:item}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._title_195tz_5911{position:relative;display:flex;align-items:center;min-height:58px;margin-bottom:10px;padding-bottom:10px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._title_195tz_5911 ._text_195tz_4568{color:#fff;font-size:16px;line-height:1.5}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._title_195tz_5911:after{position:absolute;bottom:0;width:220px;height:1px;background:#ffffff1f;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._btnTitle_195tz_15936{position:relative;width:100%;padding:250px 0 12px;color:#fff;font-size:16px;text-align:center;background:transparent;opacity:.7}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._btnTitle_195tz_15936:before{position:absolute;right:0;bottom:0;left:0;height:1px;background:#ffffff3d;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._btnTitle_195tz_15936._active_195tz_794{opacity:1}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._btnTitle_195tz_15936._active_195tz_794:after{position:absolute;right:0;bottom:0;left:0;height:2px;background:#fcbc3d;content:""}@media (min-width: 521px){._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._btnTitle_195tz_15936{display:none}}@media (max-width: 360px){._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._btnTitle_195tz_15936{font-size:13px;line-height:21px}}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077{max-width:260px;counter-reset:item}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129{position:relative;display:flex;align-items:center;height:55px;color:#fff;font-size:12px;line-height:1.5;transition:color .3s}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129:not(:last-child){margin-bottom:24px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129:before{position:absolute;top:50%;left:-36px;color:#828f9a;font-size:12px;background:#32031c;transform:translateY(-50%);mix-blend-mode:luminosity}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129:after{position:absolute;top:50%;left:-34px;width:20px;height:20px;transform:translateY(-50%);content:""}@media (max-width: 1099px){._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868{margin-bottom:24px;padding:230px 0 30px;background-position:50% 0;border-radius:13px}}@media (max-width: 520px){._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868{margin:15px 0 28px;padding:0 0 10px;overflow:hidden;background-color:#000;background-image:none;background-repeat:no-repeat;background-position:50% 0;background-size:contain}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868:before{position:absolute;top:0;left:0;width:100%;height:400px;background-repeat:no-repeat;background-position:50% 0;background-size:cover;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882{flex-basis:50%;max-width:50%;padding:0}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child,._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:last-child{text-align:center}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child:before{display:none}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child ._list_195tz_5077._active_195tz_794{display:block;width:200%;max-width:200%;margin-left:0;padding-top:24px;text-align:left}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:first-child ._list_195tz_5077 ._item_195tz_129:before{background:url("");background-repeat:no-repeat;background-size:cover;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:last-child ._list_195tz_5077._active_195tz_794{display:block;max-width:200%;margin-left:-100%;padding-top:24px;text-align:left}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882:last-child ._list_195tz_5077 ._item_195tz_129:before{background:url("");background-repeat:no-repeat;background-size:cover;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._title_195tz_5911{display:none}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077{display:none;max-width:100%;padding-top:24px;text-align:left}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129{height:auto!important;padding:0 15px 10px 54px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129:before{top:0;left:16px;width:24px;height:24px;transform:none;opacity:1;mix-blend-mode:normal;content:""}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129:not(:last-child){margin-bottom:12px}._fairContainer_195tz_15801 ._fairBlock_195tz_15844 ._fairCheckBlock_195tz_15868 ._col_195tz_14882 ._list_195tz_5077 ._item_195tz_129:not(:last-child):after{top:auto;right:0;bottom:0;left:56px;width:auto;height:1px;background:#ffffff1f;transform:none;mix-blend-mode:normal}}@media (max-width: 900px){._fairContainer_195tz_15801{padding:15px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._fairContainer_195tz_15801 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._helpContainer_195tz_16136{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._helpContainer_195tz_16136 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._helpContainer_195tz_16136 ._helpBlock_195tz_16179{margin-top:20px;color:inherit}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279{position:relative;display:flex;align-items:center;margin:25px 0;padding-left:16px;font-weight:400;font-size:17px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279:first-child{margin-top:0}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279 ._badge_195tz_739{margin-top:2px;margin-left:10px;padding:2px 6px;color:#828f9a;font-weight:400;font-size:12px;background:#2d3340;border-radius:3px}@media (min-width: 769px){._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279:before{position:absolute;left:1px;width:8px;height:2px;background:#d0d9e0;content:""}}@media (max-width: 768px){._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279{padding-left:0;font-size:16px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279:first-child span{display:none}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._caption_195tz_279:first-child ._badge_195tz_739{margin-left:0}}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227{display:flex}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129{width:50%;margin:0 15px 0 0}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234{position:relative;display:flex;padding:15px 20px;font-size:14px;border:2px solid #047cfc;border-radius:6px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._feedbackIcon_195tz_16242{display:flex;align-items:center;justify-content:center;margin-right:20px;padding-right:18px;font-size:32px;border-right:1px solid #2e3542}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251{padding-right:41px;color:#8a91a0}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251 ._title_195tz_5911{margin-bottom:3px;color:#fff;font-weight:400;font-size:15px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251 a,._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251 button{display:inline-block;margin-bottom:3px;color:#047cfc;font-size:15px;border-bottom:1px solid transparent}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251 div{white-space:nowrap;text-overflow:ellipsis}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._arrow_195tz_5223{position:absolute;top:50%;right:20px;display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:#fff;background:#2e3542;border:0;border-radius:3px;outline:none;transform:translateY(-50%);cursor:pointer}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._arrow_195tz_5223 svg{width:15px;height:15px;transform:rotate(-180deg);fill:#fff}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._arrow_195tz_5223:hover{background:#047cfc}@media (max-width: 1360px){._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234{padding:15px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._feedbackIcon_195tz_16242{display:none}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251{padding-right:0}}@media (max-width: 768px){._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227{flex-direction:column}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129{width:100%;margin:0 0 15px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234{padding:20px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._feedbackIcon_195tz_16242{display:flex}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._textWrapper_195tz_16251{padding-right:41px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._arrow_195tz_5223{right:20px}}@media (max-width: 500px){._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._feedback_195tz_16227 ._item_195tz_129 ._feedbackContent_195tz_16234 ._feedbackIcon_195tz_16242{display:none}}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335{width:100%;margin-bottom:15px;border:1px solid #2e3542;border-radius:6px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._top_195tz_2910{position:relative;display:flex;align-items:center;height:46px;padding:0 15px;color:#828f9a;font-size:16px;border-radius:6px;cursor:pointer}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._top_195tz_2910:hover,._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._top_195tz_2910:focus{color:#fff}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._top_195tz_2910 ._btn_195tz_497{position:absolute;right:0;left:0;width:100%;height:100%;padding:0 0 0 15px;color:#828f9a;font-weight:400;font-size:15px;text-align:left}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._top_195tz_2910 ._after_195tz_16367{position:absolute;top:50%;right:10px;width:20px;height:20px;transform:translateY(-50%);transition:all .3s;pointer-events:none;fill:#fff}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._top_195tz_2910 ._after_195tz_16367 svg{width:100%;height:100%}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._collapse_195tz_16335{height:auto;max-height:1000px;overflow:hidden;transition:max-height .35s ease}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._collapse_195tz_16335:not(._open_195tz_623){max-height:0}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._collapse_195tz_16335 ._collapseContent_195tz_16391{padding:15px}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335 ._collapse_195tz_16335 ._collapseContent_195tz_16391 ._green_195tz_8724{color:#37cc44}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335._open_195tz_623 ._top_195tz_2910{border-radius:6px 6px 0 0}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335._open_195tz_623 ._top_195tz_2910 ._btn_195tz_497{color:#fff;border-bottom:1px solid #2e3542;border-radius:6px 6px 0 0}._helpContainer_195tz_16136 ._helpBlock_195tz_16179 ._collapseBlock_195tz_16335._open_195tz_623 ._top_195tz_2910 ._after_195tz_16367{transform:translateY(-50%) rotate(-180deg)}@media (max-width: 900px){._helpContainer_195tz_16136{padding:15px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._helpContainer_195tz_16136 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._lobbySection_195tz_16424 ._container_195tz_1510{padding:10px 15px}._lobbySection_195tz_16424 ._promoHeader_195tz_12570{display:flex;align-items:center;margin-bottom:12px}@media (max-width: 900px){._lobbySection_195tz_16424 ._promoHeader_195tz_12570{margin-top:-10px}}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._label_195tz_290{position:relative;display:flex;align-items:center;height:26px;padding-left:26px;font-weight:500;font-size:18px}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._label_195tz_290 button{color:#fff;background:transparent;border:0;outline:none}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._label_195tz_290 button img{position:absolute;top:50%;left:0;width:20px;height:20px;transform:translateY(-50%)}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._label_195tz_290 button ._btnLabel_195tz_10954{margin-left:8px;padding:3px 6px;color:#808d98;font-weight:400;background:#272d39;border-radius:3px}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611{display:flex;align-items:center;margin-left:auto;color:#4e5461}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button{display:flex;align-items:center;justify-content:center;width:52px;height:36px;border:2px solid #272d39;cursor:pointer}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button[class*=swiper-button-disabled]{cursor:auto;opacity:.5}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button[class*=swiper-button-disabled]:hover svg{transform:scale(1)}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button:hover svg{transform:scale(1.2)}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 button svg{color:#4e5461;transition:transform .2s ease-in-out}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._forward_195tz_10992{border-radius:0 10px 10px 0}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._forward_195tz_10992:active svg{transform:translate(4px)}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._backward_195tz_10998{border-right:none;border-radius:10px 0 0 10px;transition:transform .3s ease-in-out}._lobbySection_195tz_16424 ._promoHeader_195tz_12570 ._arrows_195tz_12611 ._backward_195tz_10998:active svg{transform:translate(-4px)}._lobbySection_195tz_16424 ._promoSlider_195tz_16511{margin-bottom:25px}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130{position:relative;display:flex;transform:scale(1)!important}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._background_195tz_12659{margin:0;padding:0;font:inherit;vertical-align:baseline;border:0}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._background_195tz_12659 img{display:block;width:100%;height:auto;border-radius:10px;opacity:1;-webkit-user-select:none;user-select:none;aspect-ratio:17/10}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676{position:absolute;display:flex;flex-direction:column;width:100%;height:100%;padding:5px}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206{display:flex;flex-direction:column;justify-content:space-between;max-width:182px;height:100%;padding-right:0;background:transparent;border-radius:0}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._badge_195tz_739{margin-bottom:5px}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._badge_195tz_739 ._badgeContent_195tz_12697{display:inline-flex;align-items:center;justify-content:center;margin-top:10px;margin-left:10px;padding:0 5px;color:#000;font-weight:500;font-size:12px;line-height:1.5;white-space:nowrap;background:#fff;border-radius:3px;font-feature-settings:"tnum"}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._title_195tz_5911{display:inline-flex;align-items:center;justify-content:flex-start;margin-top:5px;margin-left:10px;color:#fff;font-weight:700;font-size:18px;line-height:120%;text-align:left}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._description_195tz_306{flex:1 1;max-height:38px;margin-top:10px;margin-left:10px;overflow:hidden;text-wrap:wrap;text-overflow:ellipsis}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._description_195tz_306 ._descriptionContent_195tz_12734{display:inline;justify-content:flex-start;color:#fff;font-weight:300;line-height:120%;text-align:left}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnAction_195tz_12742{margin-bottom:10px;margin-left:10px;padding:10px;color:#fff;font-weight:600;text-align:center;border:1px solid #fff;border-radius:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnAction_195tz_12742:hover{color:#000;background-color:#fff}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionWhite_195tz_12757{margin-bottom:10px;margin-left:10px;padding:10px;color:#000;font-weight:600;text-align:center;background-color:#fff;border:1px solid #fff;border-radius:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionWhite_195tz_12757:hover{color:#fff;background-color:transparent}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionMain_195tz_12773{margin-bottom:10px;margin-left:10px;padding:10px;color:#fff;font-weight:600;text-align:center;background-color:#337cff;border:1px solid #337cff;border-radius:5px;transition:background-color .2s ease-in-out,color .2s ease-in-out}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130 ._cardContent_195tz_12676 ._inner_195tz_10206 ._btnActionMain_195tz_12773:hover{color:#000;background-color:#fff}._lobbySection_195tz_16424 ._promoSlider_195tz_16511 ._card_195tz_11130:hover ._background_195tz_12659{opacity:.9}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651{position:relative;top:0;display:flex;align-items:center;justify-content:center;width:100%;min-width:300px;height:100%;margin:0 0 25px;padding:25px 16px;color:#fff;line-height:1;border-bottom:2px solid #2dc53a}@media (max-width: 900px){._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651{flex:0 0 60px;background:#20242d;border-color:transparent}}@media (max-width: 400px){._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651{justify-content:space-between}}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651:before{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-image:url("");background-position:50% 100%;background-size:cover;opacity:.95;content:""}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._left_195tz_929{position:relative}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._left_195tz_929 ._title_195tz_5911{position:relative;display:flex;align-items:center;margin:-5px 0 14px;font-weight:400;font-size:30px}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._left_195tz_929 ._text_195tz_4568{font-size:14px;line-height:20px}@media (max-width: 800px){._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._left_195tz_929{display:none}}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._right_195tz_938{position:relative;min-width:192px;margin-left:auto}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._right_195tz_938 ._countWrapper_195tz_16717{padding:15px;text-align:center;background:#00000017;border-radius:0}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._right_195tz_938 ._countWrapper_195tz_16717 ._total_195tz_16723{position:relative;display:flex;align-items:center;justify-content:center;margin:-5px 0 2px;color:#2dc53a;font-weight:400;font-size:34px;text-align:center}._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._right_195tz_938 ._countWrapper_195tz_16717 ._text_195tz_4568{margin-right:-3px;color:inherit;letter-spacing:2.5px;text-transform:uppercase}@media (max-width: 900px){._lobbySection_195tz_16424 ._lobbyHeader_195tz_16651 ._right_195tz_938{width:100%}}._lobbySection_195tz_16424 ._loaderBlock_195tz_237{position:relative;width:calc(100% + 15px);min-height:300px;margin-top:calc(300px - 5rem);text-align:center}._lobbySection_195tz_16424 ._loaderBlock_195tz_237 ._loaderCentred_195tz_1285{top:20%;height:100px}._lobbySection_195tz_16424 ._loaderBlock_195tz_237 ._loaderCentred_195tz_1285 img{width:60px;height:60px}._lobbySection_195tz_16424 ._menuWrapper_195tz_10776{margin-bottom:20px}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763{position:absolute;top:115%;left:50%;z-index:10;width:215px;padding:0;background-color:#f9f9f9;border-radius:5px;transform:translate(-50%)}@media (min-width: 601px) and (max-width: 1510px){._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763{left:75%;transform:translate(-50%)}}@media (min-width: 376px) and (max-width: 600px){._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763{top:calc(100% + 8px);width:100%}}@media (max-width: 376px){._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763{width:100%}}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763:after{position:absolute;top:-4px;left:100px;width:8px;height:8px;background:#f9f9f9;transform:translate(-50%) rotate(45deg);content:""}@media (max-width: 1365px){._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763:after{left:50%}}@media (min-width: 376px) and (max-width: 600px){._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763:after{display:none}}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._searchBlock_195tz_16811{margin-bottom:0!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._searchBlock_195tz_16811 input{position:relative;z-index:1;height:40px;padding-left:30px;color:#000000bf!important;background-color:#e5e5e5;border-top-width:0;border-right-width:0;border-bottom-width:1px;border-left-width:0;border-radius:10px 10px 0 0}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._searchBlock_195tz_16811 input:focus{border-color:#0000004d!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesListWrapper_195tz_16832{width:100%;max-width:100%;max-height:50vh;overflow-y:scroll}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesListWrapper_195tz_16832::-webkit-scrollbar-track{background-color:#bdbdbd;border-radius:25px}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesListWrapper_195tz_16832._noScroll_195tz_16842{max-height:none;overflow:auto}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832{margin:0!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129{width:100%;min-width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;padding:0!important;background-color:transparent!important;border-radius:0!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129:nth-child(odd) ._btn_195tz_497{border-right:1px solid #f1f1f1!important;border-radius:5px 0 0 5px!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863{height:auto!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129 ._btn_195tz_497{position:relative;z-index:1;padding:10px!important;color:#000000bf!important;background-color:#fff!important;border-bottom:1px solid #f1f1f1!important;transition:background-color .2s!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129 ._btn_195tz_497:hover{background-color:#f1f1f1!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129 ._btn_195tz_497._active_195tz_794{background-color:#e5e5e5!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesList_195tz_16832 ._item_195tz_129 ._btn_195tz_497 ._badge_195tz_739{margin-left:auto;padding:5px 10px;color:#fff;font-weight:600;background:#047cfc;border-radius:10px}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 button{justify-content:flex-start!important;padding-right:30px!important;padding-left:15px!important;overflow:hidden;color:#fff!important;white-space:nowrap;text-overflow:ellipsis;background-color:#828f9a!important}._lobbySection_195tz_16424 ._categoriesDropdown_195tz_16763 ._categoriesBox_195tz_16899{margin:0!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902{position:absolute;top:115%;left:50%;z-index:10;width:215px;padding:0;background-color:#f9f9f9;border-radius:5px;transform:translate(-50%)}@media (min-width: 376px) and (max-width: 600px){._lobbySection_195tz_16424 ._providersDropdown_195tz_16902{top:calc(100% + 8px);width:100%}}@media (max-width: 376px){._lobbySection_195tz_16424 ._providersDropdown_195tz_16902{width:100%}}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902:after{position:absolute;top:-4px;left:100px;width:8px;height:8px;background:#f9f9f9;transform:translate(-50%) rotate(45deg);content:""}@media (max-width: 1365px){._lobbySection_195tz_16424 ._providersDropdown_195tz_16902:after{left:50%}}@media (min-width: 376px) and (max-width: 600px){._lobbySection_195tz_16424 ._providersDropdown_195tz_16902:after{display:none}}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._searchBlock_195tz_16811{margin-bottom:0!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._searchBlock_195tz_16811 input{position:relative;z-index:1;height:40px;padding-left:30px;color:#000000bf!important;background-color:#e5e5e5;border-top-width:0;border-right-width:0;border-bottom-width:1px;border-left-width:0}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._searchBlock_195tz_16811 input:focus{border-color:#0000004d!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersListWrapper_195tz_16962{width:100%;max-width:100%;max-height:50vh;overflow-y:scroll}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersListWrapper_195tz_16962::-webkit-scrollbar-track{background-color:#bdbdbd;border-radius:25px}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersListWrapper_195tz_16962._noScroll_195tz_16842{max-height:none;overflow:auto}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962{margin:0!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129{width:100%;min-width:100%!important;max-width:100%!important;height:auto!important;margin:0!important;padding:0!important;background-color:transparent!important;border-radius:0!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129:nth-child(odd) ._btn_195tz_497{border-right:1px solid #f1f1f1!important;border-radius:5px 0 0 5px!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863{height:auto!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129 ._btn_195tz_497{position:relative;z-index:1;padding:10px!important;color:#000000bf!important;background-color:#fff!important;border-bottom:1px solid #f1f1f1!important;transition:background-color .2s!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129 ._btn_195tz_497:hover{background-color:#f1f1f1!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129 ._btn_195tz_497._active_195tz_794{background-color:#e5e5e5!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersList_195tz_16962 ._item_195tz_129 ._btn_195tz_497 ._badge_195tz_739{margin-left:auto;padding:5px 10px;color:#fff;font-weight:600;background:#047cfc;border-radius:10px}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 button{justify-content:flex-start!important;padding-right:30px!important;padding-left:15px!important;overflow:hidden;color:#fff!important;white-space:nowrap;text-overflow:ellipsis;background-color:#828f9a!important}._lobbySection_195tz_16424 ._providersDropdown_195tz_16902 ._providersBox_195tz_11103{margin:0!important}._lobbySection_195tz_16424 ._categoriesBox_195tz_16899{position:relative;width:auto!important;margin:0!important}._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037{margin-bottom:0!important}._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._menuWrapper_195tz_10776{display:none;margin-bottom:20px}._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._menuWrapper_195tz_10776._open_195tz_623{position:absolute;top:50px;right:0;left:0;z-index:1;display:flex;flex-wrap:wrap;max-width:418px;margin:0 auto;padding:5px;overflow:visible;background-color:#f9f9f9;border-radius:5px}._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._menuWrapper_195tz_10776._open_195tz_623:after{position:absolute;top:-4px;left:100px;width:8px;height:8px;background:#f9f9f9;transform:translate(-50%) rotate(45deg);content:""}@media (max-width: 1365px){._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._menuWrapper_195tz_10776._open_195tz_623:after{left:50%}}._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._menuWrapper_195tz_10776._open_195tz_623 ._item_195tz_129{width:100%;min-width:auto;max-width:calc(50% - 10px);margin:5px;color:#fff;background-color:#828f9a;border-radius:5px}._lobbySection_195tz_16424 ._providersBox_195tz_11103,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899{width:100%;margin:0 0 5px}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._searchWrapper_195tz_17087,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._searchWrapper_195tz_17087{position:relative}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._searchWrapper_195tz_17087>svg,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._searchWrapper_195tz_17087>svg{position:absolute;top:13px;left:9px;z-index:1;color:#00000080;font-size:14px}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._searchBlock_195tz_16811,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._searchBlock_195tz_16811{width:100%;margin-bottom:10px}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832{position:relative;display:flex;flex-wrap:wrap;width:100%;margin:0 0 10px}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129{min-width:20%;max-width:20%;padding:5px}@media (max-width: 1365px){._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129{min-width:25%;max-width:25%}}@media (max-width: 991px){._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129{min-width:33%;max-width:33%}}@media (max-width: 768px){._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129{min-width:50%;max-width:50%}}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863{display:inline-flex;width:100%;height:42px;text-transform:uppercase}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497{display:flex;flex:auto;flex-grow:10;flex-shrink:0;align-items:center;justify-content:center;padding:9px 5px;color:#828f9a;font-weight:400;line-height:12px;text-transform:uppercase;background:#2e3542;border:none;border-radius:5px;outline:none!important;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._filtered_195tz_17158,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._filtered_195tz_17158,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._filtered_195tz_17158,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._filtered_195tz_17158{border:2px solid #047cfc}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._active_195tz_794,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._active_195tz_794,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._active_195tz_794,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._active_195tz_794{color:#fff;background:#047cfc;border:none}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497:not(._active_195tz_794):hover,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497:not(._active_195tz_794):hover,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497:not(._active_195tz_794):hover,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497:not(._active_195tz_794):hover{color:#fff;background:#373e4c}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497 ._badge_195tz_739,._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497 ._badge_195tz_739,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._providersList_195tz_16962 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497 ._badge_195tz_739,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497 ._badge_195tz_739{margin-left:auto;padding:5px 8px;color:#fff;font-weight:500;background:#047cfc;border-radius:3px}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._btnCategories_195tz_17037,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037{display:flex;align-items:center;justify-content:center;width:100%;max-width:263px;height:42px;margin:0 auto 20px;padding:9px 5px;color:#828f9a;font-weight:400;font-size:12px;line-height:12px;text-transform:uppercase;background:#2e3542;border:none;border-radius:5px;outline:none!important;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._btnCategories_195tz_17037._filtered_195tz_17158,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037._filtered_195tz_17158{border:2px solid #047cfc}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._btnCategories_195tz_17037._active_195tz_794,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037._active_195tz_794{color:#fff;background:#047cfc;border:none}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._btnCategories_195tz_17037._active_195tz_794 svg:last-child,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037._active_195tz_794 svg:last-child{transform:rotate(180deg)}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._btnCategories_195tz_17037:not(._active_195tz_794):hover,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037:not(._active_195tz_794):hover{color:#fff;background:#373e4c}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._btnCategories_195tz_17037 svg,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._btnCategories_195tz_17037 svg{margin:0 5px;transition:transform .3s ease-in-out}._lobbySection_195tz_16424 ._providersBox_195tz_11103 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497,._lobbySection_195tz_16424 ._categoriesBox_195tz_16899 ._categoriesList_195tz_16832 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497{background:#047cfc}._lobbySection_195tz_16424 ._controlPanelWrapper_195tz_17222{display:flex;flex-direction:column}._lobbySection_195tz_16424 ._controlPanelWrapper_195tz_17222 input{background-color:#1c2028}._lobbySection_195tz_16424 ._controlPanel_195tz_17222{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-start;width:100%;margin:0 0 20px}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129{width:20%;padding:0 5px}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129:first-child{padding-left:0}@media (max-width: 1510px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129{order:1;width:auto;margin-top:20px}}@media (max-width: 600px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129{width:50%}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129:first-child{padding-left:0}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129:nth-child(2){padding-right:0}}@media (max-width: 375px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129{width:100%;padding:0}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863{position:relative;display:inline-flex;width:100%;height:42px;text-transform:uppercase;vertical-align:middle}@media (min-width: 376px) and (max-width: 600px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863{position:unset}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btnName_195tz_17282{display:none}@media (max-width: 1510px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btnName_195tz_17282{display:flex;align-items:center;align-self:center;margin-right:15px;color:inherit;text-transform:none}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btnName_195tz_17282 svg{margin-right:5px}}@media (max-width: 600px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btnName_195tz_17282{display:none}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497{display:flex;flex:auto;flex-grow:10;flex-shrink:0;align-items:center;justify-content:center;padding:9px 15px;color:#828f9a;font-weight:500;line-height:12px;text-transform:uppercase;background:#242932;border:none;border-radius:5px;outline:none!important;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._active_195tz_794{color:#fff;background:#047cfc;border-radius:5px}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._active_195tz_794 svg:last-child{transform:rotate(180deg)}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497:not(._active_195tz_794):hover{color:#fff;background:#373e4c}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497 svg:first-child{margin-right:7px}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497 svg:last-child{margin-left:7px;transition:transform .3s ease-in-out}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._item_195tz_129 ._btnWrapper_195tz_16863 ._btn_195tz_497._filtered_195tz_17158{border:2px solid #047cfc}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtonsWrapper_195tz_17345{display:flex;flex-grow:1;justify-content:flex-end}@media (max-width: 1510px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtonsWrapper_195tz_17345{order:0;width:100%}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345{display:flex;flex-wrap:nowrap;width:auto;border-bottom:1px solid #2e3542;border-radius:5px}@media (max-width: 1510px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345{width:100%}}@media (max-width: 710px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345{justify-content:flex-start;max-width:100%;overflow-x:scroll;overflow-y:hidden;border-radius:5px}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345::-webkit-scrollbar,._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345::-webkit-scrollbar-track{width:0;height:0}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157{width:auto;margin-right:5px;margin-bottom:-1px;padding:5px 0;border-bottom:1px solid #2e3542}@media (max-width: 1510px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157{flex:1 1 auto}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157:last-child{margin-right:0}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157 ._btnUserLobby_195tz_17396{position:relative;display:flex;align-items:center;justify-content:center;width:auto;height:auto;padding:10.5px;color:#828f9a;font-weight:500;font-size:14px;background-color:transparent;border-radius:5px;cursor:pointer}@media (max-width: 1510px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157 ._btnUserLobby_195tz_17396{width:100%}}@media (min-width: 901px) and (max-width: 985px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157 ._btnUserLobby_195tz_17396{padding-right:5px;padding-left:5px}}@media (max-width: 710px){._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157 ._btnUserLobby_195tz_17396{border-radius:5px}}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157 ._btnUserLobby_195tz_17396 svg{min-width:12px;margin-right:7px}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157:hover,._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157._active_195tz_794{border-bottom:1px solid #047cfc}._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157:hover ._btnUserLobby_195tz_17396,._lobbySection_195tz_16424 ._controlPanel_195tz_17222 ._userButtons_195tz_17345 ._btnItem_195tz_8157._active_195tz_794 ._btnUserLobby_195tz_17396{color:#fff}._lobbySection_195tz_16424 ._searchBlock_195tz_16811{position:relative;display:flex;flex-wrap:wrap;justify-content:space-between;width:auto;margin:0 0 20px;padding:0}._lobbySection_195tz_16424 ._searchBlock_195tz_16811 input{width:100%;height:50px}._lobbySection_195tz_16424 ._searchBlock_195tz_16811 input::placeholder{color:#828f9a}._lobbySection_195tz_16424 ._searchBlock_195tz_16811 ._btnWrapper_195tz_16863{width:15%}._lobbySection_195tz_16424 ._searchBlock_195tz_16811 ._btnWrapper_195tz_16863 ._btn_195tz_497{width:100%;height:40px;text-transform:uppercase;border-top-left-radius:0;border-bottom-left-radius:0}._lobbySection_195tz_16424 ._gamesList_195tz_17463{display:flex;flex-wrap:wrap;margin:0 -5px;overflow:visible!important}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._loaderBlock_195tz_237{min-height:150px;margin-top:calc(150px - 5rem)}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{position:relative;flex:0 0 33.33%;width:100%;max-width:33.33%;margin-bottom:15px!important;padding-right:5px!important;padding-left:5px!important;-webkit-transform-origin:center;transform-origin:center;cursor:pointer;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;will-change:transform}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px)}@media (min-width: 539px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{flex:0 0 25%;max-width:25%;padding-right:5px!important;padding-left:5px!important}}@media (min-width: 700px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{flex:0 0 20%;max-width:20%;padding-right:5px!important;padding-left:5px!important}}@media (min-width: 901px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{flex:0 0 25%;max-width:25%;padding-right:5px!important;padding-left:5px!important}}@media (min-width: 975px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{flex:0 0 20%;max-width:20%;padding-right:5px!important;padding-left:5px!important}}@media (min-width: 1135px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{flex:0 0 16.66%;max-width:16.66%;padding-right:5px!important;padding-left:5px!important}}@media (min-width: 1294px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129{flex:0 0 14.28%;max-width:14.28%;padding-right:5px!important;padding-left:5px!important}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913{position:relative}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365{position:relative;overflow:hidden;border-radius:10px}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365:before{display:block;padding-top:132%;content:""}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365:hover ._gameOverlay_195tz_11335{visibility:visible!important}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365:hover ._imgBlock_195tz_17557{filter:blur(10px);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._imgBlock_195tz_17557{position:absolute;top:0;right:0;bottom:0;left:0;width:100%!important;background-repeat:no-repeat;background-position:center center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;transition-delay:.4s;transition-property:all}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578{position:absolute;top:0;right:0;left:0;display:flex;align-items:flex-end;justify-content:space-between;width:100%;opacity:1;transition:all .3s linear}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497{position:absolute;width:fit-content;margin-right:0;padding:1% 10%;color:#fff;font-weight:500;font-size:80%;line-height:16px;text-transform:uppercase}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._right_195tz_938{top:0;right:0;border-radius:0 0 0 25px}@media (max-width: 539px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._right_195tz_938{padding:4px 4px 4px 8px}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._left_195tz_929{top:0;left:0;border-radius:0 0 25px}@media (max-width: 539px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._left_195tz_929{padding:4px 8px 4px 4px}}@media (min-width: 901px) and (max-width: 1600px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497{font-weight:400;font-size:10px;line-height:8px}}@media (max-width: 620px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497{font-weight:400;font-size:8px;line-height:8px}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._new_195tz_10423{color:#fff;background-color:#1070e3}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._top_195tz_2910{color:#fff;background-color:#219a19}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._rtpUp_195tz_11605{padding-right:10px;color:#fff;background-color:#dc3545}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._rtpUp_195tz_11605 svg{margin-bottom:3px;margin-left:2px;transform:rotate(270deg) scale(1.5)}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._minbet_195tz_11614{color:#fff;background-color:#8b3ffd}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._tournament_195tz_11601{color:#000;background-color:#fce820}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameLabels_195tz_17578 ._btn_195tz_497._select_195tz_5533{color:#fff;background-color:#ff5722}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:15px 10px;background-color:#0000004d;visibility:hidden;cursor:pointer;transition-delay:.4s;transition-property:all}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._connected_195tz_17682{position:absolute;right:0;bottom:0;z-index:1;display:flex;align-items:center;padding:4px 10px 2px 13px;color:#fff;font-size:12px;background:#00000059;border-radius:18px 0 0;opacity:.7}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._connected_195tz_17682 svg{height:12px;margin:-1px 3px 0 0;font-size:9px}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._connected_195tz_17682 span{margin-left:1px;font-size:13px;line-height:13px}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._favorite_195tz_14418{position:absolute;bottom:2px;left:5px;display:block;color:#fff;cursor:pointer;opacity:.7;transition:transform .3s ease-in-out,opacity .3s ease-in-out}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._favorite_195tz_14418._active_195tz_794{color:#f54949d6}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._favorite_195tz_14418:hover{transform:scale(1.2);opacity:1}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._favorite_195tz_14418 svg{height:13px}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playReal_195tz_17726{position:absolute;top:50%;left:50%;flex-grow:1;font-size:36px;transform:translate(-50%,-50%) scale(1);transition:transform .3s ease-in-out}@media (max-width: 539px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playReal_195tz_17726{font-size:28px}}@media (max-width: 374px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playReal_195tz_17726{font-size:20px}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playReal_195tz_17726:hover{transform:translate(-50%,-50%) scale(1.1)}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playDemo_195tz_17748{margin-top:10px;color:#242831;font-size:11px;border-bottom:1px dotted #242831}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playDemo_195tz_17748:hover{color:#fff;border-bottom:1px dotted #fff}@media (min-width: 500px) and (max-width: 1139px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playDemo_195tz_17748{font-size:13px}}@media (max-width: 499px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._playDemo_195tz_17748{font-size:11px}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{position:absolute;top:30px;right:10px;left:10px;z-index:1;max-width:100%;max-height:62px;overflow:hidden;color:#fff;font-size:16px;text-transform:capitalize}@media (min-width: 540px) and (max-width: 1600px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{top:20px;max-height:43px}}@media (min-width: 975px) and (max-width: 1600px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{font-size:12px}}@media (max-width: 539px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{top:20px;max-height:46px;font-size:12px}}@media (max-width: 373px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayTitle_195tz_11390{top:15px}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{position:absolute;right:10px;bottom:30px;left:10px;max-width:100%;color:#fff;font-size:14px}@media (max-width: 539px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{max-width:100%;overflow:hidden;font-size:12px;white-space:nowrap;text-overflow:ellipsis}}@media (max-width: 373px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335 ._gameOverlayProvider_195tz_11457{display:none}}@media (min-width: 901px) and (max-width: 1139px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335{padding-top:14%}}@media (max-width: 499px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365 ._gameOverlay_195tz_11335{padding-top:14%}}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameDescription_195tz_14570{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;max-width:100%;margin-top:.5rem;margin-left:.1rem;line-height:1;text-align:left;-webkit-box-pack:justify;-webkit-box-align:center}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameDescription_195tz_14570 ._title_195tz_5911{display:none;width:100%;margin-bottom:.5rem;overflow:hidden;font-weight:400;font-size:1.1rem;line-height:1.2;white-space:nowrap;text-transform:capitalize;text-overflow:ellipsis;border-radius:5px}._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameDescription_195tz_14570 ._stats_195tz_8924{width:100%;color:#ffffff80;font-size:13px}@media (min-width: 975px) and (max-width: 1600px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameDescription_195tz_14570 ._stats_195tz_8924{font-size:12px}}@media (max-width: 375px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameDescription_195tz_14570 ._stats_195tz_8924{font-size:12px}}@media (max-width: 500px){._lobbySection_195tz_16424 ._gamesList_195tz_17463 ._item_195tz_129 ._gameWrapper_195tz_13913 ._gameDescription_195tz_14570 ._volatility_195tz_17879{display:none}}._lobbySection_195tz_16424 ._gamesList_195tz_17463._static_195tz_906 ._gameWrapper_195tz_13913 ._gameBlock_195tz_14365:hover ._imgBlock_195tz_17557{filter:none}._lobbySection_195tz_16424 ._nothingFound_195tz_17886{position:relative;width:calc(100% + 15px);min-height:150px;margin-top:135px;color:#828f9a;font-weight:500;font-size:25px;text-align:center;text-transform:uppercase}._logSection_195tz_17898{padding-bottom:0}._logSection_195tz_17898 ._profileHead_195tz_17901{padding:25px;background:#2e3542;border-radius:5px 5px 0 0}._logSection_195tz_17898 ._profileHead_195tz_17901 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;font-size:18px;text-align:center}._logSection_195tz_17898 ._profileHead_195tz_17901 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._logSection_195tz_17898 ._profileHead_195tz_17901 ._headBlock_195tz_17925{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:10px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._headBlock_195tz_17925 ._avatar_195tz_2781{width:72px;height:72px;margin-bottom:10px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._headBlock_195tz_17925 ._avatar_195tz_2781>div{width:100%!important;height:100%!important;font-family:Rubik,Arial,sans-serif}._logSection_195tz_17898 ._profileHead_195tz_17901 ._headBlock_195tz_17925 h2{margin-bottom:0;color:#fff;font-weight:400;font-size:18px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._headBlock_195tz_17925 ._date_195tz_230{margin-top:2px;color:#828f9a;font-size:13px;text-align:center}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955{display:flex;justify-content:center;width:100%;padding:10px 0 0}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:180px;margin-right:15px;padding:12px 5px;font-weight:500;text-align:center;border:1px solid #3d4656;border-radius:6px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._label_195tz_290{display:flex;justify-content:center;width:100%;margin:0 0 2px;color:#828f9a;font-weight:500;font-size:.85em;text-transform:uppercase}@media (max-width: 360px){._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._label_195tz_290{font-size:.75em}}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777{position:relative;display:flex;align-items:center;justify-content:center;color:#047cfc;font-weight:500;font-size:16px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777._positive_195tz_8950{color:#2dc53a!important}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777._neutral_195tz_18001{color:#047cfc!important}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777 svg{position:relative;width:14px;height:14px;margin-top:2px;margin-right:3px}@media (max-width: 700px){._logSection_195tz_17898 ._profileHead_195tz_17901{padding:20px 10px 10px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955{flex-wrap:wrap}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129{width:calc(50% - 10px);margin:5px}}@media (max-width: 400px){._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._label_195tz_290{max-width:125px;overflow:hidden;white-space:nowrap;text-align:center;text-overflow:ellipsis}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777{font-size:13px}._logSection_195tz_17898 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777 svg{top:0;width:11px;height:11px;margin-right:3px}}._logSection_195tz_17898 ._logContainer_195tz_18041{display:flex;justify-content:space-between;width:100%}@media (max-width: 1124px){._logSection_195tz_17898 ._logContainer_195tz_18041{flex-direction:column}}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041{padding-bottom:0}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056{width:100%;height:100%;color:#828f9a;background:#272d39;border-bottom-right-radius:5px;border-bottom-left-radius:5px}@media (max-width: 1124px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056{width:100%}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069{display:flex;align-items:center;justify-content:center;padding:15px 0;background:#2d3340;border-radius:5px 5px 0 0}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497{position:relative;display:flex;align-items:center;justify-content:center;height:38px;margin:0 10px;color:#828f9a;font-size:13px;text-transform:uppercase;background:transparent;border-radius:100px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497:not(._active_195tz_794):hover{color:#fff}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497._active_195tz_794{color:#fff;background:#047cfc}@media (max-width: 600px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497{height:32px;margin:0;font-size:12px}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104{position:relative;height:calc(100% - 100px);min-height:320px;padding:15px 25px 0}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186{height:calc(100% - 95px);overflow:hidden}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186._isLoading_195tz_7189 tbody{-webkit-filter:blur(4px);filter:blur(4px);pointer-events:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077{position:relative;height:100%}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900{min-height:500px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;font-size:18px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4{font-size:24px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;font-size:18px;text-align:center}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(50% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158{width:100%;color:#fff;border-collapse:initial;border-spacing:0}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 tr:last-child td{border-bottom:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th{width:20%;height:36px;color:#5e6a7f;font-weight:400;font-size:11px;text-align:center;text-transform:uppercase;border-bottom:1px solid #2f3543}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th:first-child{text-align:left}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th:last-child{text-align:right}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase;cursor:pointer}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777 svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td{width:20%;height:50px;color:#fff;font-weight:400;font-size:14px;letter-spacing:.2px;text-align:center;border-bottom:1px solid #2e3542}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td svg{margin-right:3px;color:#5e6a7f;font-size:inherit}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._default_195tz_10292{color:#828f9a}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._positive_195tz_8950{color:#2dc53a}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._positive_195tz_8950 svg{color:#2dc53a}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td:first-child{text-align:left}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td:last-child{text-align:right}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._date_195tz_230{display:inline-block;text-align:center}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229{display:flex;align-items:center}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233{display:flex;align-items:center;color:#fff;background:transparent;border:0;outline:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429{position:relative;top:1px;display:flex;align-items:center;justify-content:center;width:auto;height:auto;margin-left:4px;text-align:center;background:transparent;cursor:pointer}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429 svg{display:block;width:13px;height:13px}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th{padding:0 10px}}@media (max-width: 500px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._value_195tz_777,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777{font-size:12px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._value_195tz_777 svg,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777 svg{height:13px}}@media (max-width: 370px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._value_195tz_777,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777{font-size:11px}}@media (max-width: 350px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._value_195tz_777,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777{font-size:10px}}@media (max-width: 335px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._value_195tz_777,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777{font-size:9px}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299{overflow-x:scroll}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158{width:100%;color:#fff;border-collapse:initial;border-spacing:0}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th{width:25%;height:36px;color:#5e6a7f;font-weight:400;font-size:11px;text-align:center;text-transform:uppercase;border-bottom:1px solid #2f3543}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:first-child{text-align:left}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:last-child{text-align:right}@media (max-width: 800px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(2){text-align:left}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(1){display:none}}@media (max-width: 500px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(3){text-align:right}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(4){display:none}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td{width:25%;height:50px;color:#fff;font-weight:400;font-size:14px;letter-spacing:.2px;text-align:center;border-bottom:1px solid #2e3542}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td svg{margin-right:3px;color:#5e6a7f;font-size:inherit}@media (max-width: 800px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(2){text-align:left}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(1){display:none}}@media (max-width: 500px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(4){display:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(3){text-align:right}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._default_195tz_10292{color:#828f9a}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._positive_195tz_8950{color:#2dc53a}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:first-child{text-align:left}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:last-child{text-align:right}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._date_195tz_230{display:inline-block;text-align:center}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229{display:flex;align-items:center}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233{display:flex;align-items:center;color:#fff;background:transparent;border:0;outline:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429{position:relative;top:1px;display:flex;align-items:center;justify-content:center;width:auto;height:auto;margin-left:4px;text-align:center;background:transparent;cursor:pointer}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429 svg{display:block;width:13px;height:13px}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th{padding:0 10px}}@media (max-width: 400px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td,._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th{font-size:12px}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108{display:flex;align-items:center;justify-content:space-between;padding:30px 0;list-style:none}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._inputBlock_195tz_7115{display:flex;align-items:center}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:45px;height:40px;margin-right:8px;padding:0 6px;text-align:center}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:40px;height:35px}}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132{position:relative;display:flex;align-items:center;height:40px;margin-left:-1px;padding:0 12px;color:#828f9a;line-height:1.25;background:none;border:1px solid #2d3340;border-radius:5px;cursor:pointer}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132:hover{color:#fff}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132 svg{display:block;width:12px;height:12px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132:first-child svg{margin-right:3px}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132:last-child svg{margin-left:3px;transform:scale(-1)}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132>span{display:flex;align-items:center;line-height:0}._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132[disabled]{opacity:.5;pointer-events:none}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132{height:35px}}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108{padding:15px}}@media (max-width: 900px){._logSection_195tz_17898 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104{padding:15px 0 0}}._loyaltyContainer_195tz_18505{width:100%;margin:0 auto;padding:30px;background:#272d39;border-radius:6px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569{position:relative;margin:-30px -30px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._loyaltyContainer_195tz_18505 ._loaderBlock_195tz_237{display:block;height:500px}._loyaltyContainer_195tz_18505 ._loaderBlock_195tz_237 ._loaderCentred_195tz_1285{position:relative}._loyaltyContainer_195tz_18505 ._navBlock_195tz_18555{display:flex;justify-content:center;box-sizing:content-box;width:100%;margin:10px auto 45px 0;padding:0;border-bottom:1px solid #2e3542;border-radius:0}._loyaltyContainer_195tz_18505 ._navBlock_195tz_18555 ._btn_195tz_497{margin-bottom:-1px;margin-left:25px;padding:15px 0;color:#5e6a7f;font-weight:500;font-size:14px;text-transform:uppercase;background:transparent;border-radius:0;cursor:pointer;transition:background-color .2s ease-in-out,color .2s ease-in-out}._loyaltyContainer_195tz_18505 ._navBlock_195tz_18555 ._btn_195tz_497:first-child{margin-left:0}._loyaltyContainer_195tz_18505 ._navBlock_195tz_18555 ._btn_195tz_497:hover,._loyaltyContainer_195tz_18505 ._navBlock_195tz_18555 ._btn_195tz_497:focus,._loyaltyContainer_195tz_18505 ._navBlock_195tz_18555 ._btn_195tz_497._active_195tz_794{color:#eee;border-bottom:1px solid #047cfc}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186{height:calc(100% - 95px)}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186._isLoading_195tz_7189 ._list_195tz_5077{-webkit-filter:blur(4px);filter:blur(4px);pointer-events:none}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077{position:relative;min-height:250px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900{min-height:500px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900 ._loaderCentred_195tz_1285{position:absolute}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#5e6a7f;font-size:18px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4{font-size:24px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;font-size:18px;text-align:center}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(50% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129{position:relative;display:flex;flex-direction:column;align-items:center;border-top:1px solid #2d3340;transform:translateZ(0);transition:box-shadow 3ms,border-top-color .1s}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 span{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 span svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemDate_195tz_7512 span{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemDate_195tz_7512 span svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{margin-left:0}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288 svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._logItem_195tz_18682 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{margin-left:0}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._logItem_195tz_18682 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:14px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:10px 0;overflow:visible;cursor:pointer;-webkit-tap-highlight-color:transparent}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:active,._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:focus,._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:hover{border:0;outline:none}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255,._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255{display:flex;align-items:center}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708{width:40px;height:40px;margin-right:10px;text-align:center}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708 img{width:100%;height:100%;border-radius:5px}@media (max-width: 1050px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708{width:35px;height:35px;margin-right:8px}}@media (max-width: 950px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708{display:none}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{position:relative;display:flex;flex-direction:column;justify-content:center;margin-left:0}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{display:block;overflow:hidden;color:#fff;line-height:1.5;white-space:nowrap}@media (max-width: 480px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:14px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{display:block;max-width:480px;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis;opacity:.5}@media (max-width: 1100px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{font-size:12px}}@media (max-width: 600px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{font-size:11px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339{position:relative;display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:right}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{display:flex;align-items:center;color:#828f9a;white-space:nowrap}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777._win_195tz_9659{color:#2dc53a}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{position:relative;top:1px;margin-left:2px}@media (max-width: 600px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{font-size:14px}}@media (max-width: 480px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{font-size:13px}}@media (max-width: 480px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{font-size:14px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382{display:flex;justify-content:flex-end;width:200px;margin-left:auto;color:#fff}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382>span{padding:0 5px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392{display:flex;justify-content:flex-end;width:100%;margin-left:auto}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 button{display:flex;align-items:center;justify-content:center;width:80%;max-width:130px;height:34px;margin-left:auto;text-align:center;background-color:#ffffff1a;border-radius:34px;cursor:default}@media (max-width: 450px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 button{font-size:12px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._success_195tz_7416{color:#2dc53a;background-color:#62ca5b1a}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._canceled_195tz_7420{color:#efde5c;background-color:#caae5b1a}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._waiting_195tz_7424{color:#047cfc;background-color:#5b99ca1a}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._error_195tz_3986{color:#efde5c;background-color:#caae5b1a}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420{z-index:1;color:#615918;background-color:#f5e249;cursor:pointer}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420:hover,._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420:focus{background-color:#e4d345}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._btnStatus_195tz_7392 ._cancel_195tz_7420 svg{position:relative;margin-right:8px;font-size:.8em}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446{display:flex;justify-content:flex-end;margin-left:auto}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612{position:relative;display:flex;align-items:center;width:34px;height:34px;border:1px solid #047cfc;border-radius:4px 0 0 4px;cursor:help}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612 svg{position:absolute;top:50%;left:50%;font-size:16px;transform:translate(-50%,-50%);fill:#fff}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612 svg{font-size:14px}}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._timer_195tz_4612{width:30px;height:30px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{height:34px;padding:0 15px;font-weight:400;border-radius:0 4px 4px 0}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{height:30px}}@media (max-width: 600px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{padding:0 8px}}@media (max-width: 400px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382 ._cancelBtn_195tz_7446 ._btn_195tz_497{padding:0 6px;font-size:11px}}@media (max-width: 1100px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382{width:180px}}@media (max-width: 600px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemStatus_195tz_7382{width:125px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512{position:absolute;right:0;left:0;width:100%;text-align:center}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512>span{padding:3px 8px;border-radius:50px}@media (max-width: 700px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512{display:none}}@media (max-width: 1100px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{padding:15px 0}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{width:100%;height:auto;max-height:0;margin-left:0;overflow:hidden;transition:max-height .3s ease}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458._open_195tz_623{max-height:200px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:15px 0;color:#828f9a;list-style:none}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li{margin-bottom:5px}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span{display:inline-flex;align-items:center}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span svg{margin:3px 2px 0;font-size:.9em}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span:first-child{margin-right:5px;font-weight:400}@media (max-width: 480px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:0 10px 5px}}@media (max-width: 1100px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{font-size:13px}}@media (max-width: 480px){._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{margin-left:-20px;font-size:12px}}._loyaltyContainer_195tz_18505 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child{border-top:none}._loyaltyContainer_195tz_18505 ._pager_195tz_7108{display:flex;align-items:center;justify-content:space-between;padding:45px 0 0;list-style:none}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._inputBlock_195tz_7115{display:flex;align-items:center}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:45px;height:40px;margin-right:8px;padding:0 6px;text-align:center}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:40px;height:35px}}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132{position:relative;display:flex;align-items:center;height:40px;margin-left:-1px;padding:0 12px;color:#828f9a;line-height:1.25;background:none;border:1px solid #2d3340;border-radius:5px;cursor:pointer}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132:hover{color:#fff}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132 svg{display:block;width:12px;height:12px}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132:first-child svg{margin-right:3px}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132:last-child svg{margin-left:3px;transform:scale(-1)}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132>span{display:flex;align-items:center;line-height:0}._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132[disabled]{opacity:.5;pointer-events:none}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._pager_195tz_7108 ._pagerBtn_195tz_7132{height:35px}}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._pager_195tz_7108{padding:30px 15px}}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079{display:flex;width:100%;height:320px;margin-top:20px;background:#232833;border-radius:6px}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929{width:60%;height:100%;border-right:1px solid hsla(0,0%,59.2%,.087)}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129{display:flex;height:50%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129._borderTop_195tz_19096{border-top:1px solid hsla(0,0%,59.2%,.087)}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647{display:flex;align-items:center;width:100%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647._borderRight_195tz_19104{border-right:1px solid hsla(0,0%,59.2%,.087)}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423{position:relative;width:100%;text-align:center}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 svg{width:30px;height:30px;color:#495465}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._num_195tz_6180{margin:7px 0 5px;color:#fff;font-weight:400;font-size:1.25em;line-height:1.25em}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._text_195tz_4568{color:#828f9a;font-weight:400;font-size:12px;text-transform:uppercase}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938{width:40%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129{display:flex;height:50%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129._full_195tz_1404{height:100%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647{display:flex;align-items:center;width:100%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._currency_195tz_2519{color:#495465;font-size:30px}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423{position:relative;width:100%;text-align:center}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 svg{width:30px;height:30px;color:#495465}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._num_195tz_6180{margin:5px 0;color:#fff;font-weight:400;font-size:1.4em;line-height:1.2em}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._text_195tz_4568{color:#828f9a;font-weight:400;font-size:12px;text-transform:uppercase}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._btnBlock_195tz_19172{display:flex;max-width:180px;height:100%;margin:auto}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._btnBlock_195tz_19172 ._btn_195tz_497{justify-content:center;width:100%;max-width:180px;margin-top:10px;padding:12px 20px;font-size:13px}@media (max-width: 800px){._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079{flex-direction:column;height:auto}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929{width:100%}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129{padding:30px 0}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938{width:100%;border-top:1px solid hsla(0,0%,59.2%,.087)}._loyaltyContainer_195tz_18505 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129{padding:30px 0}}._loyaltyContainer_195tz_18505 ._description_195tz_306{align-items:center;justify-content:center;width:95%;margin-bottom:-15px;padding:30px 20px 0;color:#828f9a;font-size:14px;border-radius:0}@media (max-width: 900px){._loyaltyContainer_195tz_18505 ._description_195tz_306{width:100%;padding-bottom:15px}}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221{display:flex;flex-wrap:nowrap;justify-content:center;width:auto;margin:10px -5px 0;padding-bottom:5px;overflow:hidden}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129{display:block;box-sizing:border-box;width:30%;max-width:135px;height:auto;text-align:center;background-color:#2d333f;border-right:5px solid #272d39;border-left:5px solid #272d39;opacity:.5}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129._current_195tz_3038{opacity:1}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129._arrow_195tz_5223{width:auto;background-color:transparent}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129 svg{position:relative;top:calc(50% - .5em);transform:rotate(180deg) scale(1.3)}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129 img{width:85%;margin-top:10px}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129 ._expmeter_195tz_19258{margin-top:10px;color:#fff;font-weight:400;font-size:14px}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129 ._cashbackTitle_195tz_19264{display:block;margin-top:10px;overflow:hidden;color:#fff;font-size:13px;text-overflow:ellipsis}._loyaltyContainer_195tz_18505 ._levelsBlock_195tz_19221 ._item_195tz_129 ._cashbackValue_195tz_19272{margin-bottom:20px;color:#fff;font-weight:400;font-size:14px}@media (max-width: 900px){._loyaltyContainer_195tz_18505{padding:15px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._loyaltyContainer_195tz_18505 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._partnerContainer_195tz_19294{position:relative;display:flex;width:100%;padding:0;background:#272d39;border-radius:5px}._partnerContainer_195tz_19294 ._loaderBlock_195tz_237{text-align:center}._partnerContainer_195tz_19294 ._sidebar_195tz_19305{width:30%;padding:25px 0;background:#232833}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915{padding-bottom:15px;text-align:center;border-bottom:1px solid #2d3340}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315{position:relative;width:100px;height:100px;margin:0 auto 15px;padding:5px;overflow:hidden;border:1px solid #373e4e;border-radius:5px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._avatar_195tz_2781>div{position:relative!important;width:88px!important;height:88px!important}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315._active_195tz_794 ._actionsBlock_195tz_19330,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315:focus ._actionsBlock_195tz_19330,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315:hover ._actionsBlock_195tz_19330{visibility:visible;opacity:1}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#232833a6;border-radius:50%;visibility:hidden;opacity:0;transition:opacity .15s linear}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330{position:absolute;top:50%;left:50%;display:flex;align-items:center;transform:translate(-50%,-50%)}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;text-align:center;border-radius:50%;cursor:pointer}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label svg,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button svg{font-size:12px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label._avatarUpload_195tz_19369,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button._avatarUpload_195tz_19369{background-color:#047cfc}@media (max-width: 1050px){._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label{width:22px;height:22px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button svg,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label svg{font-size:10px}}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:220px;margin:auto;font-size:15px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._btnName_195tz_17282{display:flex;align-items:center;justify-content:center;height:40px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._btnName_195tz_17282 svg{position:relative;top:.05em;margin-left:5px;font-size:13px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264._active_195tz_794 ._btnName_195tz_17282{display:none}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405{display:flex;align-items:center;justify-content:space-between;padding:15px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._navLabel_195tz_19411{height:48px;padding:0}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413{position:relative;box-sizing:border-box}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413:hover ._btnDropdown_195tz_5361,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413:active ._btnDropdown_195tz_5361{background-color:#272d39}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361{display:inline-block;height:48px;padding:.375rem .75rem;color:#fff;font-weight:400;font-size:14px;line-height:1.5;white-space:nowrap;text-align:center;vertical-align:middle;background-color:#272d39;border:1px solid transparent;border-radius:5px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361._open_195tz_623{border-radius:5px 5px 0 0;box-shadow:0 0 5px #191d24}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774{display:flex;align-items:center;color:inherit}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._navIcon_195tz_19450{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;padding:6px;background:#ffffff14;border-radius:3px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._navIcon_195tz_19450 svg{font-size:1.3em;opacity:.3}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:.45em;transition:transform .2s ease-out}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{transform:rotate(-180deg)}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199{position:absolute;top:100%;right:0;left:auto;z-index:1000;display:none;float:left;box-sizing:border-box;width:100%;min-width:auto;margin:0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#272d39;background-clip:padding-box;border-radius:0 0 5px 5px;box-shadow:0 5px 5px #191d24}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199._open_195tz_623{display:block}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199:first-child{border-radius:0}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129{display:block;clear:both;box-sizing:border-box;width:100%;padding:12px 15px;color:#fff;font-weight:400;font-size:14px;white-space:nowrap;text-align:inherit;background-color:initial;border-bottom:1px solid #3d414a}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:hover,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:focus{color:#fff;background-color:#2c3240}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:not(._active_195tz_794),._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:not([disabled]){cursor:pointer}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:first-child{border-radius:0}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._partnerMobileNav_195tz_19405 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:last-child{border-bottom:1px solid transparent}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navLabel_195tz_19411{height:50px;color:#aab0bd;line-height:14px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navLabel_195tz_19411,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539{display:flex;align-items:center;padding:0 25px;font-size:14px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539{height:52px;color:#aab0bd;border-bottom:1px solid #2d3340;cursor:pointer}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539 ._navIcon_195tz_19450{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;padding:6px;background:#ffffff14;border-radius:3px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539 ._navIcon_195tz_19450 svg{color:#fff;font-size:1.3em;opacity:.3}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539:last-child{border-bottom:0}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539._active_195tz_794{color:#fff;background:#272d39;border-bottom:1px solid transparent}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539:hover{color:#fff}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539:hover ._navIcon_195tz_19450 svg,._partnerContainer_195tz_19294 ._sidebar_195tz_19305 div ._navItem_195tz_19539._active_195tz_794 ._navIcon_195tz_19450 svg{opacity:1}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581{position:relative;width:70%;min-height:500px;padding:25px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._caption_195tz_279{margin-bottom:25px;color:inherit;font-weight:400;font-size:15px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._alert_195tz_4537{position:relative;margin-bottom:1.5em;padding:15px;font-size:13px;background:#191d25f2;border:1px solid #e86376;border-radius:5px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186{height:calc(100% - 95px)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186._isLoading_195tz_7189 ._list_195tz_5077{-webkit-filter:blur(4px);filter:blur(4px);pointer-events:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077{position:relative;min-height:250px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900{min-height:400px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#5e6a7f;font-size:18px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4{font-size:24px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;font-size:18px;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(60% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129{position:relative;display:flex;flex-direction:column;align-items:center;border-top:1px solid #2d3340;transform:translateZ(0);transition:box-shadow 3ms,border-top-color .1s}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 span{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 span svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemDate_195tz_7512 span{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemDate_195tz_7512 span svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{margin-left:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{z-index:1;color:#5e6a7f;font-size:14px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._headItem_195tz_18646 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288 svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._logItem_195tz_18682 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{margin-left:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129._logItem_195tz_18682 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:14px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:10px 0;overflow:visible;cursor:pointer;-webkit-tap-highlight-color:transparent}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:active,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:focus,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239:hover{border:0;outline:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255{display:flex;align-items:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708{width:40px;height:40px;margin-right:10px;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708>div{font-family:Rubik,Arial,sans-serif!important}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708 img{width:100%;height:100%;border-radius:5px}@media (max-width: 1050px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708{width:35px;height:35px;margin-right:8px}}@media (max-width: 950px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemAvatar_195tz_18708{display:none}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281{position:relative;display:flex;flex-direction:column;justify-content:center;margin-left:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{display:block;overflow:hidden;color:#fff;line-height:1.5;white-space:nowrap}@media (max-width: 480px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoCaption_195tz_7288{font-size:14px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{display:block;max-width:480px;overflow:hidden;font-size:13px;white-space:nowrap;text-overflow:ellipsis;opacity:.5}@media (max-width: 1100px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{font-size:12px}}@media (max-width: 600px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemRight_195tz_7255 ._itemInfo_195tz_7281 ._infoComment_195tz_7311{font-size:11px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339{position:relative;display:flex;flex-direction:column;justify-content:center;color:#fff;text-align:right}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{display:flex;align-items:center;color:#828f9a;white-space:nowrap}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777._win_195tz_9659{color:#2dc53a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{position:relative;top:1px;margin-left:2px}@media (max-width: 600px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{font-size:14px}}@media (max-width: 480px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777 svg{font-size:13px}}@media (max-width: 480px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._itemAmount_195tz_7339 ._value_195tz_777{font-size:14px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392{display:flex;justify-content:flex-end;width:200px;margin-left:auto;color:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392>span{padding:0 5px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392{display:flex;justify-content:flex-end;width:100%;margin-left:auto}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 button{display:flex;align-items:center;justify-content:center;width:80%;max-width:130px;height:34px;margin-left:auto;text-align:center;background-color:#ffffff1a;border-radius:34px;cursor:default}@media (max-width: 450px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 button{font-size:12px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._success_195tz_7416{color:#2dc53a;background-color:#62ca5b1a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._canceled_195tz_7420{color:#efde5c;background-color:#caae5b1a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._waiting_195tz_7424{color:#047cfc;background-color:#5b99ca1a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._error_195tz_3986{color:#efde5c;background-color:#caae5b1a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._cancel_195tz_7420{z-index:1;color:#615918;background-color:#f5e249;cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._cancel_195tz_7420:hover,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._cancel_195tz_7420:focus{background-color:#e4d345}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._btnStatus_195tz_7392 ._cancel_195tz_7420 svg{position:relative;margin-right:8px;font-size:.8em}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446{display:flex;justify-content:flex-end;margin-left:auto}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._timer_195tz_4612{position:relative;display:flex;align-items:center;width:34px;height:34px;border:1px solid #047cfc;border-radius:4px 0 0 4px;cursor:help}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._timer_195tz_4612 svg{position:absolute;top:50%;left:50%;font-size:16px;transform:translate(-50%,-50%);fill:#fff}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._timer_195tz_4612 svg{font-size:14px}}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._timer_195tz_4612{width:30px;height:30px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._btn_195tz_497{height:34px;padding:0 15px;font-weight:400;border-radius:0 4px 4px 0}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._btn_195tz_497{height:30px}}@media (max-width: 600px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._btn_195tz_497{padding:0 8px}}@media (max-width: 400px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392 ._cancelBtn_195tz_7446 ._btn_195tz_497{padding:0 6px;font-size:11px}}@media (max-width: 1100px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392{width:180px}}@media (max-width: 600px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemLeft_195tz_7255 ._btnStatus_195tz_7392{width:125px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512{position:absolute;right:0;left:0;width:100%;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512>span{padding:3px 8px;color:#fff;border-radius:50px}@media (max-width: 700px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239 ._itemDate_195tz_7512{display:none}}@media (max-width: 1100px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemHeader_195tz_7239{padding:15px 0}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{width:100%;height:auto;max-height:0;margin-left:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458._open_195tz_623{max-height:200px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:15px 0;color:#828f9a;list-style:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li{margin-bottom:5px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span{display:inline-flex;align-items:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span svg{margin:3px 2px 0;font-size:.9em}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul li span:first-child{margin-right:5px;font-weight:400}@media (max-width: 480px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458 ul{padding:0 10px 5px}}@media (max-width: 1100px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{font-size:13px}}@media (max-width: 480px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129 ._itemContent_195tz_5458{margin-left:-20px;font-size:12px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._withPager_195tz_7186 ._list_195tz_5077 ._item_195tz_129:first-child{border-top:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108{display:flex;align-items:center;justify-content:space-between;padding:45px 0 0;list-style:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._inputBlock_195tz_7115{display:flex;align-items:center;color:inherit}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:45px;height:40px;margin-right:8px;padding:0 6px;text-align:center}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:40px;height:35px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132{position:relative;display:flex;align-items:center;height:40px;margin-left:-1px;padding:0 12px;color:#828f9a;line-height:1.25;background:none;border:1px solid #2d3340;border-radius:5px;cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132:hover{color:#fff;background-color:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132 svg{display:block;width:12px;height:12px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132:first-child svg{margin-right:3px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132:last-child svg{margin-left:3px;transform:scale(-1)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132>span{display:flex;align-items:center;line-height:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132[disabled]{opacity:.5;pointer-events:none}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108 ._pagerBtn_195tz_7132{height:35px}}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._players_195tz_19603 ._pager_195tz_7108{padding:30px 15px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#5e6a7f;font-size:18px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._empty_195tz_633 h4{font-size:24px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._copyTooltip_195tz_1252{position:relative;top:-75px;right:0;bottom:50px;width:100px;color:inherit;background-color:#00000080;pointer-events:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._panel_195tz_20124{display:flex}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._panel_195tz_20124 ._btn_195tz_497{height:30px;line-height:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._panel_195tz_20124 ._btn_195tz_497:not(:first-child){margin-left:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134{margin-top:25px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134 ._inputRow_195tz_6423{margin-bottom:12px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134 ._inputRow_195tz_6423 label{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134 ._inputRow_195tz_6423 input{font-size:1em}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134 ._inputRow_195tz_6423 ._inputAppend_195tz_20151{position:relative}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 button{position:absolute;top:50%;right:0;display:flex;align-items:center;justify-content:center;min-width:120px;height:34px;margin-right:6px;padding:0 15px;color:#aab0bd;text-align:center;background:#373e4c;border-radius:3px;transform:translateY(-50%);cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._newBlock_195tz_20134 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 button:hover{color:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186{margin-top:25px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077{position:relative}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181{position:relative;display:block;flex-direction:column;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;justify-content:flex-start;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181._isLoader_195tz_14900{min-height:400px;overflow:hidden}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table{width:100%;text-align:left;border-collapse:collapse}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th{padding:10px 0;color:#5e6a7f;font-weight:400;font-size:12px;white-space:nowrap;text-transform:uppercase;border-bottom:1px solid #2e3542}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th{width:20%;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td:first-child,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th:first-child{text-align:left}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td:last-child,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th:last-child{text-align:right}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr{border-bottom:1px solid #2d3340}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr:last-child{border-bottom:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr:last-child td{border-bottom:1px solid transparent}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td{min-width:110px;padding:20px 10px;color:#fff;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.2px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._noItems_195tz_20239{padding:40px 0;color:#5e6a7f;font-size:16px;text-align:center!important}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:first-child{padding-left:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:last-child{padding-right:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._control_195tz_698{min-width:130px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._control_195tz_698 button{padding:3px 10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._control_195tz_698 button:not(:first-child){margin-left:5px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571{display:flex;align-items:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button{padding:0;background-color:initial;border:0;outline:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:last-child{color:#545b70;font-weight:400;font-size:12px;cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:last-child:hover{color:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:first-child{display:block;margin:2px 0 -1px;color:#828f9a;font-size:14px;line-height:14px;transition:all .3s ease}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:first-child:hover{color:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div{height:24px;white-space:nowrap}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div._active_195tz_794{color:#2dc53a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div._expired_195tz_20297{color:#e86376}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th{width:20%;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:first-child,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th:first-child{text-align:left}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:last-child,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._campgains_195tz_20101 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th:last-child{text-align:right}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._panel_195tz_20124{display:flex;margin-bottom:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._panel_195tz_20124 ._btn_195tz_497{height:30px;line-height:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._panel_195tz_20124 ._btn_195tz_497:not(:first-child){margin-left:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;color:#5e6a7f;font-size:18px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._empty_195tz_633 h4{font-size:24px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186{margin-top:25px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077{position:relative}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181{position:relative;display:block;flex-direction:column;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;justify-content:flex-start;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181._isLoader_195tz_14900{min-height:400px;overflow:hidden}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table{width:100%;text-align:left;border-collapse:collapse}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th{padding:10px 0;color:#5e6a7f;font-weight:400;font-size:12px;white-space:nowrap;text-transform:uppercase;border-bottom:1px solid #2e3542}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th{width:16.6%;padding:10px;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td:last-child,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th:last-child{text-align:right}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr{border-bottom:1px solid #2d3340}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr:last-child{border-bottom:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr:last-child td{border-bottom:1px solid transparent}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td{min-width:110px;padding:20px 10px;color:#fff;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.2px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._noItems_195tz_20239{padding:40px 0;color:#5e6a7f;font-size:16px;text-align:center!important}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:first-child{padding-left:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:last-child{padding-right:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._control_195tz_698{min-width:130px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._control_195tz_698 button{padding:3px 10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td._control_195tz_698 button:not(:first-child){margin-left:5px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571{display:flex;align-items:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button{padding:0;background-color:initial;border:0;outline:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:last-child{color:#545b70;font-weight:400;font-size:12px;cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:last-child:hover{color:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:first-child{display:block;margin:2px 0 -1px;color:#828f9a;font-size:14px;line-height:14px;transition:all .3s ease}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td ._link_195tz_4571 div button:first-child:hover{color:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div{height:24px;white-space:nowrap}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div._active_195tz_794{color:#2dc53a}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div._expired_195tz_20297{color:#e86376}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th{width:16.6%;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:last-child,._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th:last-child{text-align:right}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._campgainsSelector_195tz_20464{display:flex;flex-wrap:wrap;margin-top:-10px;margin-bottom:20px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._campgainsSelector_195tz_20464 button{margin-top:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._stats_195tz_8924 ._campgainsSelector_195tz_20464 button:not(:last-child){margin-right:10px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476{display:flex;align-items:center;justify-content:center;margin:30px 0;padding:20px;font-size:14px;background:#2e3542;border-radius:6px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626{width:50%;margin-left:auto}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279{margin:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279 ._inputGroup_195tz_10075{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279 ._inputGroup_195tz_10075 input{height:44px;padding:0 12px;font-size:1em;border-right:0;border-radius:5px 0 0 5px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279 ._inputGroup_195tz_10075 ._inputGroupAppend_195tz_10088{position:relative;display:flex;border-radius:0 5px 5px 0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279 ._inputGroup_195tz_10075 ._inputGroupAppend_195tz_10088 ._btn_195tz_497{background:#337cff;border-top-left-radius:0;border-bottom-left-radius:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279 ._inputGroup_195tz_10075 ._inputGroupAppend_195tz_10088 ._btn_195tz_497 ._icon_195tz_429{fill:#fff}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626 ._formRow_195tz_4279 ._inputGroup_195tz_10075 ._inputGroupAppend_195tz_10088 ._copyTooltip_195tz_1252{right:0;bottom:50px;width:100px;color:inherit;background-color:#00000080;pointer-events:none}@media (max-width: 1099px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476{flex-direction:column}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._form_195tz_626{width:100%;margin:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._text_195tz_4568{margin-bottom:15px}}@media (max-width: 900px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476{margin:20px 0;padding:15px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._linkForm_195tz_20476 ._from_195tz_20547 ._formRow_195tz_4279 ._inputGroup_195tz_10075 ._inputGroupAppend_195tz_10088 ._btn_195tz_497{position:relative;padding:0 20px;font-size:17px}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079{display:flex;width:100%;height:320px;background:#232833;border-radius:6px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929{width:60%;height:100%;border-right:1px solid rgba(151,151,151,.0862745098)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129{display:flex;height:50%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129._borderTop_195tz_19096{border-top:1px solid rgba(151,151,151,.0862745098)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647{display:flex;align-items:center;width:100%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647._borderRight_195tz_19104{border-right:1px solid rgba(151,151,151,.0862745098)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423{position:relative;width:100%;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 svg{width:30px;height:30px;color:#495465}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._num_195tz_6180{margin:7px 0 5px;color:#fff;font-weight:400;font-size:1.25em;line-height:1.25em}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._text_195tz_4568{color:#828f9a;font-weight:400;font-size:12px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938{width:40%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129{display:flex;height:50%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129._full_195tz_1404{height:100%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647{display:flex;align-items:center;width:100%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._currency_195tz_2519{color:#495465;font-size:30px}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423{position:relative;width:100%;text-align:center}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 svg{width:30px;height:30px;color:#495465}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._num_195tz_6180{margin:5px 0;color:#fff;font-weight:400;font-size:1.4em;line-height:1.2em}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._text_195tz_4568{color:#828f9a;font-weight:400;font-size:12px;text-transform:uppercase}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._btnBlock_195tz_19172{display:flex;max-width:180px;height:100%;margin:auto}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129 ._wrap_195tz_647 ._block_195tz_5423 ._btnBlock_195tz_19172 ._btn_195tz_497{justify-content:center;width:100%;max-width:180px;margin-top:10px;padding:12px 20px;font-size:13px}@media (max-width: 800px){._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079{flex-direction:column;height:auto}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929{width:100%}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._left_195tz_929 ._item_195tz_129{padding:30px 0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938{width:100%;border-top:1px solid rgba(151,151,151,.0862745098)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._general_195tz_20476 ._statsForm_195tz_19079 ._right_195tz_938 ._item_195tz_129{padding:30px 0}}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px;cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formLabel_195tz_20693{margin:0;color:#fff;font-size:14px;line-height:14px;-webkit-user-select:none;user-select:none;touch-action:manipulation}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373{position:relative}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770{cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input{display:none}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input:checked+._label_195tz_290:before{background:#047cfc}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input:checked+._label_195tz_290:after{left:calc(100% - 15px)}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input+._label_195tz_290{position:relative;display:block;width:33px;height:10px;cursor:pointer}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input+._label_195tz_290:before{display:block;width:100%;height:100%;background:#d8d8d82e;border-radius:5px;transition:all .3s;content:""}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input+._label_195tz_290:after{position:absolute;top:calc(50% - 9px);left:-3px;display:block;width:18px;height:18px;background:#fff;border-radius:4px;transition:all .3s;content:""}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581 ._preferences_195tz_20678 ._form-checkbox_195tz_20678:nth-child(odd){background-color:#2c323f}@media (max-width: 1050px){._partnerContainer_195tz_19294{display:block}._partnerContainer_195tz_19294 ._sidebar_195tz_19305{width:100%;padding:0;border-radius:5px 5px 0 0}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915{display:flex;align-items:center;padding:15px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315{width:60px;height:60px;margin:0 15px 0 0;padding:3px}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._avatar_195tz_2781>div{width:52px!important;height:52px!important}._partnerContainer_195tz_19294 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264{max-width:100%;margin:0}._partnerContainer_195tz_19294 ._partnerContent_195tz_19581{width:100%;padding:15px}}._privacyContainer_195tz_20781{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824{display:flex;flex-wrap:wrap;color:inherit}._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824 h2{margin-bottom:10px;font-weight:500;font-size:18px}._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824 h2:first-child{margin-top:20px}._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824 p{width:100%;font-weight:400;font-size:16px}._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824 p:first-child{margin-top:20px;color:#828f9a}@media (max-width: 1100px){._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824 p{font-size:14px}}@media (max-width: 480pxpx){._privacyContainer_195tz_20781 ._privacyBlock_195tz_20824 p{font-size:13px}}@media (max-width: 900px){._privacyContainer_195tz_20781{padding:15px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._privacyContainer_195tz_20781 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._promoContainer_195tz_20872{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}._promoContainer_195tz_20872._isLoader_195tz_14900{display:block;height:85vh}._promoContainer_195tz_20872._isLoader_195tz_14900 ._loaderCentred_195tz_1285{position:relative}._promoContainer_195tz_20872 strong{font-weight:500}._promoContainer_195tz_20872 ._mb-grid_195tz_20888{margin-bottom:30px}._promoContainer_195tz_20872 ._row_195tz_5268{height:100%}@media (min-width: 992px){._promoContainer_195tz_20872 ._row_195tz_5268 ._order-1_195tz_20895{margin-bottom:0}}._promoContainer_195tz_20872 ._order-5_195tz_20899,._promoContainer_195tz_20872 ._order-4_195tz_20899{margin-bottom:0}._promoContainer_195tz_20872 ._gainedBlock_195tz_20902{opacity:.7}._promoContainer_195tz_20872 ._gainedBlock_195tz_20902 ._gained_195tz_20902{position:relative;z-index:10;display:flex;align-items:center;width:100%;margin-top:auto;padding:15px;background:#219a1a;border-radius:4px}._promoContainer_195tz_20872 ._gainedBlock_195tz_20902 ._gained_195tz_20902 img{display:block;width:24px;height:24px;margin-right:15px}._promoContainer_195tz_20872 ._gainedBlock_195tz_20902 ._gained_195tz_20902 span{font-size:12px;line-height:18px}._promoContainer_195tz_20872 ._noAccountBlock_195tz_20926 ._noAccount_195tz_20926{position:relative;z-index:10;display:flex;align-items:center;width:100%;margin-top:auto;padding:15px;background:#1c2028;border-radius:4px}._promoContainer_195tz_20872 ._noAccountBlock_195tz_20926 ._noAccount_195tz_20926._colummBlock_195tz_20937{flex-direction:column}._promoContainer_195tz_20872 ._noAccountBlock_195tz_20926 ._noAccount_195tz_20926._colummBlock_195tz_20937 a{color:inherit}._promoContainer_195tz_20872 ._noAccountBlock_195tz_20926 ._noAccount_195tz_20926 span{font-size:12px;line-height:18px}._promoContainer_195tz_20872 ._promoBlock_195tz_20947{position:relative;z-index:1;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100%;padding:30px;color:inherit;background-color:#272d39;border-radius:4px}._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._title_195tz_5911{max-width:300px;margin-bottom:20px;font-weight:500;font-size:16px;line-height:24px;text-transform:uppercase}._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._title_195tz_5911>strong{color:#ffc107;white-space:nowrap}@media (max-width: 575px){._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._title_195tz_5911{margin-bottom:15px;font-size:15px;line-height:22px}}._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._text_195tz_4568{margin-bottom:20px;font-weight:300;font-size:13px;line-height:19px}._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._text_195tz_4568._small_195tz_3373{margin-bottom:0;color:#828f9a;font-size:12px;line-height:18px}._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._btnAction_195tz_12742{display:block!important;width:100%;margin-top:20px!important;color:inherit;font-size:15px;line-height:26px;text-align:center}._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._btn_195tz_497{margin-top:auto}@media (max-width: 900px){._promoContainer_195tz_20872 ._promoBlock_195tz_20947 ._btn_195tz_497{display:flex;height:40px}}._promoContainer_195tz_20872 ._promoBlock_195tz_20947:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;content:""}@media (max-width: 991px){._promoContainer_195tz_20872 ._promoBlock_195tz_20947{padding:25px}}@media (max-width: 767px){._promoContainer_195tz_20872 ._promoBlock_195tz_20947{padding:20px}}._promoContainer_195tz_20872 ._infoLinkBlock_195tz_21028{background-color:#272d39;border:0 solid transparent;border-radius:0}._promoContainer_195tz_20872 ._infoLinkBlock_195tz_21028:before{background-image:url("");background-repeat:no-repeat;background-position:50%;background-size:cover;opacity:.5}._promoContainer_195tz_20872 ._infoLinkBlock_195tz_21028 ._title_195tz_5911{max-width:1000px}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043:before{background:#272d39;background-repeat:no-repeat;background-position:50%;background-size:cover;opacity:.5}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043:after{position:absolute;top:0;bottom:auto;left:0;z-index:-1;width:100%;height:100%;background-image:url("");background-repeat:no-repeat;background-position:90% 40%;background-size:contain;opacity:.7;content:""}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065{display:flex;flex-direction:column;justify-content:space-around;height:100%;margin-top:10px;margin-bottom:25px}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065 ._step_195tz_21065{display:flex;align-items:center}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065 ._step_195tz_21065:not(:first-child){margin-top:15px}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065 ._step_195tz_21065 ._status_195tz_21080{width:24px;min-width:24px;height:24px;min-height:24px;margin-right:12px;background:url("") 50% no-repeat;background-size:100%}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065 ._step_195tz_21065 ._success_195tz_7416{background:url("");background-size:100%}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065 ._step_195tz_21065 ._info_195tz_729{background:url("");background-size:100%}._promoContainer_195tz_20872 ._repostPromoBlock_195tz_21043 ._steps_195tz_21065 ._step_195tz_21065 ._text_195tz_4568{margin-bottom:0;font-weight:300;font-size:16px;line-height:26px}._promoContainer_195tz_20872 ._groupPromoBlock_195tz_21103{background:#272d39}._promoContainer_195tz_20872 ._groupPromoBlock_195tz_21103:before{background-image:url("");background-repeat:no-repeat;background-position:100% 40%;opacity:.9}._promoContainer_195tz_20872 ._subscribePromoBlock_195tz_21112{background:#272d39}._promoContainer_195tz_20872 ._subscribePromoBlock_195tz_21112:before{background-image:url("");background-repeat:no-repeat;background-position:100% 40%;background-size:cover;opacity:.5}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._promoBlock_195tz_20947{align-items:normal;background:#272d39}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122{position:relative;z-index:0;width:100%}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122:before{position:absolute;top:20px;left:50%;z-index:2;width:30px;height:30px;margin-left:-15px;background:url("") 50% no-repeat;background-size:100%;content:""}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 ._size_195tz_21143{width:100%;padding-top:100%}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 ._image_195tz_4916{position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;background-image:url("");background-repeat:no-repeat;background-position:50%;background-size:100%;transition:-webkit-transform 10s cubic-bezier(.35,.07,.15,1);transition:transform 10s cubic-bezier(.35,.07,.15,1);transition:transform 10s cubic-bezier(.35,.07,.15,1),-webkit-transform 10s cubic-bezier(.35,.07,.15,1)}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 button{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;width:28%;height:28%;margin:auto;background:#047cfc;border:none;border-radius:50%;outline:none;cursor:pointer;transition:padding-top .1s ease-in-out}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 button[disabled]{cursor:not-allowed;opacity:.5}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 button:hover{color:inherit;background:#0064ff}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 button:before{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;background:#47bcee;border-radius:50%;opacity:0;transition:opacity .2s ease-in-out;content:""}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122 button>span{color:#fff;font-weight:500;font-size:12px;letter-spacing:.25px;text-transform:uppercase;text-shadow:1px 1px 0 rgba(0,0,0,.05)}@media (max-width: 575px){._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._wheel_195tz_21122{max-width:300px}}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._timer_195tz_4612,._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._timer_195tz_4612 ._text_195tz_4568{margin-bottom:10px}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._timer_195tz_4612 ._countdown_195tz_21222{display:flex;justify-content:center;max-width:180px;margin-top:10px;padding:10px;font-size:20px;text-align:center;background:#219a1a;border-radius:4px}._promoContainer_195tz_20872 ._wheelPromoBlock_195tz_21122 ._timer_195tz_4612 ._countdown_195tz_21222 ._digit_195tz_21233{width:26px;color:#fff;text-align:center}._promoContainer_195tz_20872 ._wheelPromoWrapper_195tz_21238{display:flex;flex-wrap:wrap;align-items:center;margin-right:-15px;margin-left:-15px}._promoContainer_195tz_20872 ._wheelPromoLeft_195tz_21245,._promoContainer_195tz_20872 ._wheelPromoRight_195tz_21245{position:relative;flex:0 0 100%;width:100%;max-width:100%;padding-right:15px;padding-left:15px}._promoContainer_195tz_20872 ._wheelPromoLeft_195tz_21245{display:flex;align-items:center;justify-content:center}@media (min-width: 576px){._promoContainer_195tz_20872 ._wheelPromoLeft_195tz_21245{flex:0 0 58.33333%;max-width:58.33333%}}._promoContainer_195tz_20872 ._wheelPromoRight_195tz_21245{margin-top:1.5rem}@media (min-width: 576px){._promoContainer_195tz_20872 ._wheelPromoRight_195tz_21245{flex:0 0 41.66666%;max-width:41.66666%;margin-top:0}}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274{background:transparent}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274 ._promoBlock_195tz_20947:before{background-image:url("");background-repeat:no-repeat;background-position:center;background-size:cover;opacity:.8}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274 strong{color:#ffe801!important}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902{opacity:1}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902 ._btn_195tz_497{width:100%;background:transparent}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902 ._btn_195tz_497 span{width:100%}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902 ._btn_195tz_497:hover{background:transparent}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902 ._btn_195tz_497 ._gained_195tz_20902{position:relative;z-index:10;display:flex;align-items:center;width:100%;margin-top:auto;padding:15px;background:#219a1a;border-radius:4px}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902 ._btn_195tz_497 ._gained_195tz_20902 img{display:block;width:24px;height:24px;margin-right:15px}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274._gainedBlock_195tz_20902 ._btn_195tz_497 ._gained_195tz_20902 span{font-size:12px;line-height:18px}._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274 ._promoBlock_195tz_20947{color:inherit}@media (min-width: 992px){._promoContainer_195tz_20872 ._tgPromoBlock_195tz_21274 ._promoBlock_195tz_20947{padding-top:50px}}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329{background-image:none}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065{display:flex;flex-direction:column;justify-content:space-around;height:100%;margin-bottom:40px}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065{position:relative;z-index:1;display:flex;align-items:center;margin-left:10px;padding:19px 0 19px 5px}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065>span{margin-left:40px;font-weight:300;font-size:18px;line-height:26px}@media (max-width: 767px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065>span{margin-left:15px;font-size:14px;line-height:20px}}@media (max-width: 575px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065>span{margin-left:25px;font-size:16px;line-height:24px}}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065>img{display:block;width:50px;height:50px;opacity:0}@media (max-width: 767px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065>img{width:36px;height:36px}}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065:before{position:absolute;top:0;left:0;z-index:-1;color:#222731;font-weight:900;font-size:90px;content:attr(data-step)}@media (max-width: 767px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065:before{font-size:74px}}@media (min-width: 576px) and (max-width: 900px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065{flex-direction:row}}@media (min-width: 576px) and (max-width: 767px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065{justify-content:space-between}._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329 ._steps_195tz_21065 ._step_195tz_21065{margin-left:0;padding:14px 0 14px 25px}}@media (max-width: 1200px){._promoContainer_195tz_20872 ._partnerPromoBlock_195tz_21329{order:6}}._promoContainer_195tz_20872 ._achievementsPromoBlock_195tz_21413{background:#272d39}._promoContainer_195tz_20872 ._achievementsPromoBlock_195tz_21413:before{background-image:url("");background-repeat:no-repeat;background-position:50%;background-size:cover}._promoContainer_195tz_20872 ._tournamentsPromoBlock_195tz_21422{background:#272d39}._promoContainer_195tz_20872 ._tournamentsPromoBlock_195tz_21422:before{background-image:url("");background-repeat:no-repeat;background-position:50%;background-size:cover}._promoContainer_195tz_20872 ._remainsPromoBlock_195tz_21431{background:#272d39}._promoContainer_195tz_20872 ._remainsPromoBlock_195tz_21431:before{background-image:url("");background-repeat:no-repeat;background-position:50%;background-size:cover}._promoContainer_195tz_20872 ._reviewPromoBlock_195tz_21440{background:#272d39}._promoContainer_195tz_20872 ._reviewPromoBlock_195tz_21440:before{background-image:url("");background-repeat:no-repeat;background-position:100% 40%;opacity:.5}._promoContainer_195tz_20872 ._loyaltyPromoBlock_195tz_21449 ._promoBlock_195tz_20947:before{background-image:url("");background-repeat:no-repeat;background-position:inherit;background-size:cover;opacity:.5}._promoCol_195tz_21457{position:relative;flex:0 0 100%;width:100%;max-width:100%;margin-bottom:30px;padding-right:15px;padding-left:15px}@media (min-width: 1500px){._promoCol_195tz_21457._big_195tz_3419{flex:0 0 66.66666%;max-width:66.66666%}._promoCol_195tz_21457._small_195tz_3373{flex:0 0 33.3333%;max-width:33.3333%}}._promotionsContainer_195tz_21477{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129{width:33.33333%;margin-top:30px;padding:0 15px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090{position:relative;align-items:center;width:100%;background:#2e3542;border-radius:5px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 img{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729{position:relative;align-items:center;padding:15px;font-size:13px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;color:#828f9a;font-size:12px;text-transform:uppercase;border-bottom:1px solid hsla(0,0%,100%,.06)}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span{display:inline-block;color:#fff;font-weight:400;font-size:14px;text-transform:none}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span._ended_195tz_21569{color:#f54949}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span._active_195tz_794{color:#2dc53a}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span svg{margin-bottom:2px}@media (min-width: 600px) and (max-width: 800px){._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span{font-size:12px}}@media (max-width: 480px){._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span{font-size:12px}}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 ._nubmer_195tz_21588{display:inline-block;padding-left:22px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230{position:relative;display:flex;align-items:center;padding:15px;text-align:center;background:#2e3542;border-radius:0 0 6px 6px}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230 ._time_195tz_4612{position:relative;color:#828f9a;font-weight:400;font-size:11px;text-align:left;text-transform:uppercase}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230 ._time_195tz_4612 span{display:block;margin-top:2px;color:#fff;font-weight:500;font-size:15px;text-transform:none}._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230 ._btn_195tz_497{position:relative;display:flex;justify-content:center;min-width:110px;height:40px;margin-left:auto;padding:0;color:#fff;font-weight:400;line-height:40px;border:1px solid hsla(0,0%,100%,.09)}@media (max-width: 1490px){._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129{width:50%}}@media (max-width: 600px){._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129{width:100%}}@media (min-width: 901px) and (max-width: 1024px){._promotionsContainer_195tz_21477 ._promotionsBlock_195tz_21520 ._item_195tz_129{width:100%}}@media (max-width: 900px){._promotionsContainer_195tz_21477{padding:15px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._promotionsContainer_195tz_21477 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._pwaBackground_195tz_21661{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10000;width:100%;height:100%;background-color:#000000bf}._pwaModal_195tz_21673{position:absolute;top:50%;z-index:10001;display:flex;align-items:flex-end;justify-content:center;width:100%;color:#353639;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._pwaModal_195tz_21673 ._wrapper_195tz_1412{position:relative;display:flex;flex-direction:column;align-items:center;width:calc(100% - 30px);max-width:360px;min-height:50px;margin-bottom:15px;background-color:#edf2ff;border-radius:12px}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._close_195tz_3725{position:absolute;top:15px;right:15px;z-index:1;margin:-10px -10px 0 0;padding:10px;color:#717171;font-size:14px}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._image_195tz_4916{position:relative;flex:none;width:100%}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._image_195tz_4916 ._spacer_195tz_5994{display:block;width:100%;padding-bottom:65.2174%;content:""}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._image_195tz_4916 img{position:absolute;top:0;left:0;max-width:100%;height:auto}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._title_195tz_5911{position:relative;margin:15px 0 0;font-size:20px;text-align:center}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._title_195tz_5911:before,._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._title_195tz_5911:after{position:absolute;top:3px;display:block;width:20px;height:20px;content:""}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._title_195tz_5911:before{left:-30px;background:url("") no-repeat;background-size:20px}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._title_195tz_5911:after{right:-30px;background:url("") no-repeat;background-size:20px}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._text_195tz_4568{max-width:240px;margin:15px 0 0;font-size:13px;text-align:center}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._button_195tz_6043{width:100%;padding:15px 15px 20px}._pwaModal_195tz_21673 ._wrapper_195tz_1412 ._button_195tz_6043 button{display:block;width:100%;max-width:240px;height:48px;margin:auto;color:#fff;font-weight:400;font-size:15px;text-transform:uppercase;background-color:#047cfc;border-radius:6px;outline:none}._pwaContainer_195tz_21774{position:absolute;z-index:2;width:100%;padding:20px;background:#1c2028}._pwaContainer_195tz_21774 ._caption_195tz_279{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:space-between;justify-content:space-between;width:100%;height:42px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #323946}._pwaContainer_195tz_21774 ._caption_195tz_279 ._text_195tz_4568{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;color:inherit;font-weight:500;font-size:16px;letter-spacing:.3px;text-transform:uppercase}._pwaContainer_195tz_21774 ._caption_195tz_279 ._text_195tz_4568 svg{margin:0 9px 0 -1px;font-size:26px}._pwaContainer_195tz_21774 ._caption_195tz_279 ._btnLeft_195tz_21809{position:relative;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;height:35px;padding:0 15px 0 25px;color:inherit;background:#323946;border-radius:6px;cursor:pointer}._pwaContainer_195tz_21774 ._caption_195tz_279 ._btnLeft_195tz_21809 svg{position:absolute;top:50%;left:7px;margin-top:1px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}._pwaContainer_195tz_21774 ._item_195tz_129{margin-bottom:20px}._pwaContainer_195tz_21774 ._item_195tz_129 ._head_195tz_915{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;margin-bottom:5px;color:inherit;font-weight:500;font-size:15px}._pwaContainer_195tz_21774 ._item_195tz_129 ._head_195tz_915 ._number_195tz_6180{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:22px;height:22px;margin-right:12px;color:inherit;font-size:13px;background-color:#337cff;border-radius:3px}._pwaContainer_195tz_21774 ._item_195tz_129 ._head_195tz_915 ._iconIos_195tz_21858{display:-webkit-inline-flex;display:inline-flex;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;width:24px;height:24px;margin-left:6px;padding:5px;background:#fff3;border-radius:4px}._pwaContainer_195tz_21774 ._item_195tz_129 ._head_195tz_915 ._iconIos_195tz_21858 svg{width:20px;height:20px}._pwaContainer_195tz_21774 ._item_195tz_129 ._bottom_195tz_5220{padding-left:34px;color:#828f9a}._pwaContainer_195tz_21774 ._alert_195tz_4537{padding:15px;text-align:center;background:#4986f526;border:1px solid #047cfc;border-radius:6px}._recoverySection_195tz_21888{position:relative}._recoverySection_195tz_21888 ._block_195tz_5423{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:340px;height:65vh;margin:auto;white-space:nowrap}._recoverySection_195tz_21888 ._loader_195tz_237{height:100px}._recoverySection_195tz_21888 ._loader_195tz_237 img{width:80px;height:80px}._recoverySection_195tz_21888 ._text_195tz_4568{font-size:28px}._responsibilityContainer_195tz_21913{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956{display:flex;flex-wrap:wrap;color:inherit}._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956 h2{margin-bottom:10px;font-weight:500;font-size:18px}._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956 h2:first-child{margin-top:20px}._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956 p{width:100%;font-weight:400;font-size:16px}._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956 p:first-child{margin-top:20px}@media (max-width: 1100px){._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956 p{font-size:14px}}@media (max-width: 480pxpx){._responsibilityContainer_195tz_21913 ._responsibilityBlock_195tz_21956 p{font-size:13px}}@media (max-width: 900px){._responsibilityContainer_195tz_21913{padding:15px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._responsibilityContainer_195tz_21913 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._settingsContainer_195tz_22003{position:relative;display:flex;width:100%;padding:0;background:#272d39;border-radius:5px}._settingsContainer_195tz_22003 ._inputControl_195tz_6442{color:#fff!important;background-color:#1c2028!important;border:2px solid transparent!important}._settingsContainer_195tz_22003 ._sidebar_195tz_19305{width:30%;padding:25px 0;background:#232833}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915{padding-bottom:15px;text-align:center;border-bottom:1px solid #2d3340}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315{position:relative;width:100px;height:100px;margin:0 auto 15px;padding:5px;overflow:hidden;border:1px solid #373e4e;border-radius:5px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._avatar_195tz_2781>div{position:relative!important;width:88px!important;height:88px!important;font-family:Rubik,Arial,sans-serif;border-radius:5px!important}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315._active_195tz_794 ._actionsBlock_195tz_19330,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315:focus ._actionsBlock_195tz_19330,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315:hover ._actionsBlock_195tz_19330{visibility:visible;opacity:1}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background-color:#232833a6;border-radius:50%;visibility:hidden;opacity:0;transition:opacity .15s linear}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330{position:absolute;top:50%;left:50%;display:flex;align-items:center;transform:translate(-50%,-50%)}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button{display:flex;align-items:center;justify-content:center;width:30px;height:30px;text-align:center;border-radius:50%;cursor:pointer}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label svg,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button svg{font-size:12px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label._avatarUpload_195tz_19369,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button._avatarUpload_195tz_19369{background-color:#047cfc}@media (max-width: 1050px){._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label{width:22px;height:22px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 button svg,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._actionsBlock_195tz_19330 ._actions_195tz_19330 label svg{font-size:10px}}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:220px;margin:auto;font-size:15px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._btnName_195tz_17282{display:flex;align-items:center;justify-content:center;height:40px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._btnName_195tz_17282 svg{position:relative;top:.05em;margin-left:5px;font-size:13px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264._active_195tz_794 ._btnName_195tz_17282{display:none}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._change_195tz_4381{position:relative;display:flex}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._change_195tz_4381 input{width:100%;height:40px;padding:0 12px;color:#fff;font-size:1em;background-color:initial;border:2px solid transparent;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._change_195tz_4381 input:not([readonly]):focus{border-color:#535d71}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._change_195tz_4381 ._submit_195tz_6526{position:absolute;top:0;right:0;bottom:0;display:flex;align-items:center;height:100%;padding:15px;color:#aab0bd;cursor:pointer}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._change_195tz_4381 ._submit_195tz_6526:hover,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264 ._change_195tz_4381 ._submit_195tz_6526:focus{color:#fff}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153{display:flex;align-items:center;justify-content:space-between;padding:15px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._navLabel_195tz_19411{height:48px;padding:0}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413{position:relative;box-sizing:border-box}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413:hover ._btnDropdown_195tz_5361,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413:active ._btnDropdown_195tz_5361{background-color:#272d39}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361{display:inline-block;height:48px;padding:.375rem .75rem;color:#fff;font-weight:400;font-size:14px;line-height:1.5;white-space:nowrap;text-align:center;vertical-align:middle;background-color:#272d39;border:1px solid transparent;border-radius:5px;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-ms-user-select:none;user-select:none}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361._open_195tz_623{border-radius:5px 5px 0 0;box-shadow:0 0 5px #191d24}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774{display:flex;align-items:center;color:inherit}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._navIcon_195tz_19450{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;padding:6px;background:#ffffff14;border-radius:3px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._navIcon_195tz_19450 svg{font-size:1.3em;opacity:.3}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._opener_195tz_2095{display:flex;width:14px;height:14px;margin-left:.45em;transition:transform .2s ease-out}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._opener_195tz_2095 svg{width:100%;height:100%;fill:#7f8596}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._btnDropdown_195tz_5361 ._btnContent_195tz_1774 ._opener_195tz_2095._open_195tz_623{transform:rotate(-180deg)}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199{position:absolute;top:100%;right:0;left:auto;z-index:1000;display:none;float:left;box-sizing:border-box;width:100%;min-width:auto;margin:0;color:#212529;font-size:1rem;text-align:left;list-style:none;background-color:#272d39;background-clip:padding-box;border-radius:0 0 5px 5px;box-shadow:0 5px 5px #191d24}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199._open_195tz_623{display:block}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199:first-child{border-radius:0}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129{display:block;clear:both;box-sizing:border-box;width:100%;padding:12px 15px;color:#fff;font-weight:400;font-size:14px;white-space:nowrap;text-align:inherit;background-color:initial;border-bottom:1px solid #3d414a}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:hover,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:focus{color:#fff;background-color:#2c3240}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:not(._active_195tz_794),._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:not([disabled]){cursor:pointer}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:first-child{border-radius:0}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._settingsMobileNav_195tz_22153 ._dropdown_195tz_2413 ._menu_195tz_1199 ._item_195tz_129:last-child{border-bottom:1px solid transparent}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navLabel_195tz_19411{height:50px;color:#aab0bd;line-height:14px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navLabel_195tz_19411,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539{display:flex;align-items:center;padding:0 25px;font-size:14px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539{height:52px;color:#aab0bd;border-bottom:1px solid #2d3340;cursor:pointer}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539 ._navIcon_195tz_19450{display:flex;align-items:center;justify-content:center;width:30px;height:30px;margin-right:10px;padding:6px;background:#ffffff14;border-radius:3px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539 ._navIcon_195tz_19450 svg{color:#fff;font-size:1.3em;opacity:.3}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539:last-child{border-bottom:0}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539._active_195tz_794{color:#fff;background:#272d39;border-bottom:1px solid transparent}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539:hover{color:#fff}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539:hover ._navIcon_195tz_19450 svg,._settingsContainer_195tz_22003 ._sidebar_195tz_19305 div ._navItem_195tz_19539._active_195tz_794 ._navIcon_195tz_19450 svg{opacity:1}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329{position:relative;width:70%;padding:25px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._caption_195tz_279{margin-bottom:25px;color:inherit;font-weight:500;font-size:15px;text-transform:uppercase}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._alert_195tz_4537{position:relative;margin-bottom:1.5em;padding:15px;font-size:13px;background:#2d3340;border-radius:5px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678{display:flex;align-items:center;justify-content:space-between;width:100%;margin:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label{display:flex;align-items:center;justify-content:space-between;width:100%;padding:15px;cursor:pointer}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formLabel_195tz_20693{margin:0;color:#fff;font-size:14px;line-height:14px;-webkit-user-select:none;user-select:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373{position:relative}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770{cursor:pointer}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input{display:none}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input:checked+._label_195tz_290:before{background:#337cff}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input:checked+._label_195tz_290:after{left:calc(100% - 15px)}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input+._label_195tz_290{position:relative;display:block;width:33px;height:10px;cursor:pointer}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input+._label_195tz_290:before{display:block;width:100%;height:100%;background:#d8d8d82e;border-radius:5px;transition:all .3s;content:""}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678 label ._formField_195tz_4373 ._checkBox_195tz_5770 input+._label_195tz_290:after{position:absolute;top:calc(50% - 9px);left:-3px;display:block;width:18px;height:18px;background:#fff;border-radius:4px;transition:all .3s;content:""}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._preferences_195tz_20678 ._form-checkbox_195tz_20678:nth-child(odd){background-color:#2c323f}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyDescription_195tz_22418{margin-bottom:25px;color:inherit;font-size:14px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423{position:relative;min-height:400px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 input,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 select{background-color:inherit}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423._isLoader_195tz_14900{min-height:400px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 ._loaderBlock_195tz_237{text-align:center}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._submit_195tz_6526{display:flex;align-items:center;justify-content:center;width:100%;height:52px;padding:9px 20px;color:#fff;font-weight:500;font-size:14px;text-transform:uppercase;background:#337cff;border-radius:5px;cursor:pointer;transition:background-color .1s linear}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._submit_195tz_6526:not([disabled]):focus,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._submit_195tz_6526:not([disabled]):hover{background-color:#1966f2}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455{display:flex;justify-content:space-between;margin-bottom:20px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div{width:100%}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div:first-child{margin-right:20px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div label{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._inputSelect_195tz_22473{position:relative}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._inputSelect_195tz_22473:after{position:absolute;right:.75em;bottom:50%;width:0;height:0;border-color:#717787 transparent transparent;border-style:solid;border-width:4px 4px 0;transform:translateY(50%);content:"";pointer-events:none}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._inputSelect_195tz_22473 ._inputControl_195tz_6442{width:100%;height:46px;padding:0 12px;color:#fff;font-size:16px;border-radius:5px!important;outline:none!important;-moz-appearance:none;-webkit-appearance:none;appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._inputSelect_195tz_22473 ._inputControl_195tz_6442 option{color:#fff}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434{position:relative;display:inherit;width:inherit}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434._hasError_195tz_6439 input,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434._hasError_195tz_6439 label{border-color:#e86376!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._inputControl_195tz_6442{width:100%;height:46px;padding:0 12px;color:#fff;font-size:16px;background-color:initial;border:1px solid #373e4c;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._inputControl_195tz_6442:not([readonly]):focus{border-color:#535d71!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._tip_195tz_3377{position:absolute;bottom:100%;left:0;margin-bottom:6px;padding:1em;color:#e86376;font-weight:500;font-size:12px;text-align:center;background:#1c2028;border-radius:6px;visibility:hidden;opacity:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._tip_195tz_3377:after{position:absolute;top:100%;left:.5em;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px 4px 0;border-top-color:#1c2028!important;content:""}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._tip_195tz_3377._topRight_195tz_6490{top:auto;right:0;bottom:100%;left:auto}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._tip_195tz_3377._topRight_195tz_6490:after{left:50%;transform:translate(-50%)}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div ._validationWrapper_195tz_6434 ._tip_195tz_3377._visible_195tz_1267{visibility:visible;opacity:1}@media (max-width: 500px){._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455{flex-direction:column;margin:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._colHalf_195tz_22455>div{margin:0 0 1em}}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579{margin-bottom:1em}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._inputLabel_195tz_22582{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 label{color:inherit}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 label ._btnAppend_195tz_22592{color:inherit;background-color:#aab0bd!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 label ._btnAppend_195tz_22592:hover,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 label ._btnAppend_195tz_22592:focus{color:#fff!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 label:hover ._btnAppend_195tz_22592{color:#fff!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434{position:relative;display:inherit;width:inherit}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434._hasError_195tz_6439 input,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434._hasError_195tz_6439 label{border-color:#e86376!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 label{position:relative;display:flex;align-items:center;height:46px;padding:0 0 0 15px;color:inherit;background-color:#1c2028;border-radius:5px;cursor:pointer}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 label input[type=file]{position:absolute;z-index:-1;width:.1px;height:.1px;overflow:hidden;opacity:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 label ._btnAppend_195tz_22592{position:absolute;top:50%;right:0;display:flex;align-items:center;min-width:80px;height:34px;margin-right:6px;padding:0 15px;color:#fff;background:#aab0bd;border-radius:3px;transform:translateY(-50%);cursor:pointer}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 ._tip_195tz_3377{position:absolute;bottom:100%;left:0;margin-bottom:6px;padding:1em;color:#e86376;font-weight:500;font-size:12px;text-align:center;background:#1c2028;border-radius:6px;visibility:hidden;opacity:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 ._tip_195tz_3377:after{position:absolute;top:100%;left:.5em;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px 4px 0;border-top-color:#1c2028!important;content:""}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 ._tip_195tz_3377._topRight_195tz_6490{top:auto;right:0;bottom:100%;left:auto}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 ._tip_195tz_3377._topRight_195tz_6490:after{left:50%;transform:translate(-50%)}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 div ._inputFile_195tz_22579 ._validationWrapper_195tz_6434 ._tip_195tz_3377._visible_195tz_1267{visibility:visible;opacity:1}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 ._message_195tz_597{font-size:15px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 ._message_195tz_597 ._caption_195tz_279{margin-bottom:.25em;font-weight:400;font-size:18px;text-transform:none}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 ._message_195tz_597._failed_195tz_22695 ._caption_195tz_279{color:#e86376}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 ._message_195tz_597._process_195tz_22698 ._caption_195tz_279{color:#337cff}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423 ._message_195tz_597._success_195tz_7416 ._caption_195tz_279{color:#2dc53a}@media (max-width: 500px){._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423{padding:0;background-color:initial}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423:after,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._verifyForm_195tz_22423:before{display:none}}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077{position:relative}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900{min-height:500px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181{position:relative;display:block;flex-direction:column;flex-wrap:wrap;align-content:flex-start;align-items:flex-start;justify-content:flex-start;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table{width:100%;text-align:left;border-collapse:collapse}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th{padding:10px 0;color:#5e6a7f;font-weight:400;font-size:12px;white-space:nowrap;text-transform:uppercase;border-bottom:1px solid #2e3542}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th{width:20%;text-align:center}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td:first-child,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th:first-child{text-align:left}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr td:last-child,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table thead tr th:last-child{text-align:right}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr:last-child td{border-bottom:1px solid transparent}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td{min-width:110px;padding:20px 10px;color:#fff;font-weight:400;font-size:14px;line-height:16px;letter-spacing:.2px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:first-child{padding-left:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:last-child{padding-right:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div{white-space:nowrap}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div._active_195tz_794{color:#2dc53a}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td div._expired_195tz_20297{color:#e86376}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th{width:20%;text-align:center}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:first-child,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th:first-child{text-align:left}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr td:last-child,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._withPager_195tz_7186 ._list_195tz_5077 ._responsive_195tz_20181 table tbody tr th:last-child{text-align:right}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792{margin-bottom:25px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._loaderBlock_195tz_237{text-align:center}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798{display:flex;justify-content:space-between;margin-bottom:20px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div{width:100%}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._inputLabel_195tz_22582{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434{position:relative;display:inherit;width:inherit}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434._hasError_195tz_6439 ._inputControl_195tz_6442{border-color:#e86376!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434 ._inputControl_195tz_6442{width:100%;height:46px;padding:0 12px;color:#fff;font-size:16px;background-color:initial;border:1px solid #373e4c;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434 ._inputControl_195tz_6442:not([readonly]):focus{border-color:#337cff}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434 ._tip_195tz_3377{position:absolute;bottom:100%;left:0;margin-bottom:6px;padding:1em;color:#e86376;font-weight:500;font-size:12px;text-align:center;background:#1c2028;border-radius:6px;visibility:hidden;opacity:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434 ._tip_195tz_3377._visible_195tz_1267{visibility:visible;opacity:1}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._validationWrapper_195tz_6434 ._tip_195tz_3377:after{position:absolute;top:100%;left:.5em;width:0;height:0;border-color:transparent;border-style:solid;border-width:6px 4px 0;border-top-color:#1c2028!important;content:""}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._inputControl_195tz_6442{width:100%;height:46px;padding:0 12px;color:#fff;font-size:16px;background-color:initial;border:1px solid #373e4c;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._inputControl_195tz_6442[type=submit]{color:#fff;font-size:14px;background-color:#337cff!important;border:0;cursor:pointer;transition:all .3s;-webkit-text-fill-color:#fff}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._inputControl_195tz_6442[type=submit][disabled]{cursor:not-allowed;opacity:.8;pointer-events:none}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div ._inputControl_195tz_6442[type=submit]:not(disabled):hover{color:inherit;background-color:#1966f2!important}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div:first-child{margin-right:20px}@media (max-width: 500px){._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798{flex-direction:column;margin:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._securityContainer_195tz_22792 ._inputHalf_195tz_22798>div{width:100%;margin-bottom:10px}}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912{position:relative;display:flex;align-items:center;padding:20px;overflow:hidden;color:inherit;background-color:transparent;border:1px solid #373e4c;border-radius:5px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912 ._text_195tz_4568{position:relative;z-index:1;padding-right:15px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912 button{position:relative;z-index:1;margin-left:auto;padding:.375rem .75rem;white-space:nowrap}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912 img{position:absolute;top:-100px;right:-30px;height:280px;opacity:.1}@media (max-width: 500px){._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912{flex-direction:column;padding:15px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912 ._text_195tz_4568{padding:0 0 15px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._twoFactor_195tz_22912 button{width:100%;padding:10px 20px;font-size:14px}}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423{margin-bottom:12px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 label{display:inline-flex;align-items:center;margin-bottom:.65em;color:#aab0bd;font-size:13px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 label svg{margin-left:5px;font-size:1em;fill:#2dc53a}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputControl_195tz_6442{width:100%;height:46px;padding:0 12px;color:#fff;font-size:16px;background-color:initial;border:1px solid #373e4c;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputAppend_195tz_20151{position:relative}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 ._inputControl_195tz_6442{width:100%;height:46px;padding:0 12px;color:#fff;font-size:16px;background-color:initial;border:1px solid #373e4c;border-radius:5px!important;outline:none!important;-webkit-appearance:none;touch-action:manipulation}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 ._btnAppend_195tz_22592{position:absolute;top:50%;right:0;display:flex;align-items:center;justify-content:center;min-width:120px;height:34px;margin-right:6px;padding:0 15px;color:#aab0bd;text-align:center;background:#373e4c;border-radius:3px;transform:translateY(-50%);cursor:pointer}@media (max-width: 450px){._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 ._btnAppend_195tz_22592{min-width:55px}}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 ._btnAppend_195tz_22592._approved_195tz_23023{color:#2dc53a!important;cursor:default}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputAppend_195tz_20151 ._btnAppend_195tz_22592:hover{color:#fff}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._inputEmail_195tz_23030{padding-left:40px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._emailIcon_195tz_23033{position:absolute;top:7px;left:12px;color:#738198;font-size:21px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._emailDescription_195tz_23040{display:block;margin-top:.65em;color:#aaaeb9;font-weight:400;font-size:12px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._inputRow_195tz_6423 ._emailNoty_195tz_23047{display:block;margin-top:.65em;color:#f1e20e;font-weight:400;font-size:12px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078{display:flex;flex-wrap:wrap;align-items:center;margin-top:20px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085,._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._plus_195tz_7021{margin-bottom:10px}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085{display:flex;align-items:center;height:38px;margin-left:12px;padding:0 20px;color:#fff;background:#373e4c;border-radius:38px;cursor:pointer}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._vk_195tz_23074{background-color:#2787f5}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._vk_195tz_23074:hover{background-color:#1f6fca}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._fb_195tz_23080{background-color:#3b5999}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._fb_195tz_23080:hover{background-color:#2c4374}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._ok_195tz_23086{background-color:#db8a37}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._ok_195tz_23086:hover{background-color:#c47626}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._gl_195tz_23092{background-color:#db4437}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._gl_195tz_23092:hover{background-color:#c63024}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._st_195tz_906{background-color:#424242}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._st_195tz_906:hover{background-color:#383838}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._tg_195tz_21274{background-color:#1e97ca}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._btnSocial_195tz_4085._tg_195tz_21274:hover{background-color:#1478a2}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329 ._socialContainer_195tz_4078 ._plus_195tz_7021{display:flex;font-size:34px;line-height:30px}@media (max-width: 1050px){._settingsContainer_195tz_22003{display:block}._settingsContainer_195tz_22003 ._sidebar_195tz_19305{width:100%;padding:0;border-radius:5px 5px 0 0}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915{display:flex;align-items:center;padding:15px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315{width:60px;height:60px;margin:0 15px 0 0;padding:3px}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._avatarBlock_195tz_19315 ._avatar_195tz_2781>div{width:52px!important;height:52px!important}._settingsContainer_195tz_22003 ._sidebar_195tz_19305 ._head_195tz_915 ._name_195tz_264{max-width:100%;margin:0}._settingsContainer_195tz_22003 ._settingsContent_195tz_22329{width:100%;padding:15px}}._sweepstakesContainer_195tz_23149{width:100%;max-width:1190px;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193{display:flex;flex-wrap:wrap}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 p{font-size:16px}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 p:first-child{margin-top:20px}@media (max-width: 1100px){._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 p{font-size:14px}}@media (max-width: 480pxpx){._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 p{font-size:13px}}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213{z-index:1;display:flex;display:-ms-flexbox;display:-webkit-box;-ms-flex-direction:column;flex-direction:column;align-items:center;justify-content:center;margin:30px auto;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._title_195tz_5911{margin:1rem 0 .6rem;color:#fff;font-weight:500;font-size:2.25rem;text-align:center}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._description_195tz_306{max-width:23rem;color:#aab0bd;font-size:1.063rem;text-align:center}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130{display:flex;flex-direction:column;justify-content:end;width:80vw;max-width:420px;height:250px;margin-top:40px;text-align:center;background-color:#1c2028;border:7px dashed #fff;border-radius:15px}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130._active_195tz_794{background-color:#047cfb}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130 ._hover_195tz_23259{width:80%}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130 ._x_195tz_23262{font-size:100px;-webkit-user-select:none;user-select:none}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130._amount_195tz_23266{display:flex;flex-direction:column;justify-content:space-around}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130._amount_195tz_23266 ._open_195tz_623{width:150px;margin:-30px auto 20px;padding:3px 0 4px;font-size:20px;background-color:#219a19;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130._amount_195tz_23266 ._open_195tz_623:hover{background-color:#2dc53a}._sweepstakesContainer_195tz_23149 ._sweepstakesBlock_195tz_23193 ._noTickets_195tz_23213 ._card_195tz_11130._amount_195tz_23266 ._open_195tz_623:disabled{background-color:#495465}@media (max-width: 900px){._sweepstakesContainer_195tz_23149{padding:15px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._sweepstakesContainer_195tz_23149 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._tosContainer_195tz_23303{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._tosContainer_195tz_23303 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._tosContainer_195tz_23303 ._tosBlock_195tz_23346{display:flex;flex-wrap:wrap;color:inherit}._tosContainer_195tz_23303 ._tosBlock_195tz_23346 h2{margin-bottom:10px;font-weight:500;font-size:18px}._tosContainer_195tz_23303 ._tosBlock_195tz_23346 h2:first-child{margin-top:20px}._tosContainer_195tz_23303 ._tosBlock_195tz_23346 p{width:100%;font-weight:400;font-size:16px}._tosContainer_195tz_23303 ._tosBlock_195tz_23346 p:first-child{margin-top:20px;color:#828f9a}@media (max-width: 1100px){._tosContainer_195tz_23303 ._tosBlock_195tz_23346 p{font-size:14px}}@media (max-width: 480pxpx){._tosContainer_195tz_23303 ._tosBlock_195tz_23346 p{font-size:13px}}@media (max-width: 900px){._tosContainer_195tz_23303{padding:15px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._tosContainer_195tz_23303 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._termsPartnersContainer_195tz_23394{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437{display:flex;flex-wrap:wrap;color:inherit}._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437 h2{margin-bottom:10px;font-weight:500;font-size:18px}._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437 h2:first-child{margin-top:20px}._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437 p{width:100%;font-weight:400;font-size:16px}._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437 p:first-child{margin-top:20px;color:#828f9a}@media (max-width: 1100px){._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437 p{font-size:14px}}@media (max-width: 480pxpx){._termsPartnersContainer_195tz_23394 ._termsPartnersBlock_195tz_23437 p{font-size:13px}}@media (max-width: 900px){._termsPartnersContainer_195tz_23394{padding:15px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._termsPartnersContainer_195tz_23394 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._tournamentSection_195tz_23485{padding-bottom:0}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488{position:relative;display:flex;align-items:center;width:100%;max-width:1250px;height:140px;margin-bottom:20px;padding:20px 30px;overflow:hidden;background:#272d39;border-radius:2px}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488:before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("tournamentBackground-C_mWipfQ.png");background-repeat:no-repeat;background-position:50% 50%;background-size:cover;content:""}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226{position:relative;z-index:1;width:100%}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._caption_195tz_279{display:flex;align-items:center;margin-bottom:15px;font-weight:500;font-size:17px;white-space:nowrap;text-transform:uppercase}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412{display:inline-flex;align-items:center;color:#2dc53a;font-weight:inherit;font-size:inherit;text-transform:uppercase}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412 ._content_195tz_420{display:inline-flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412 ._icon_195tz_429{width:auto;height:auto;vertical-align:initial}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._caption_195tz_279 ._bet_195tz_412 ._icon_195tz_429._widthAuto_195tz_434{width:auto;height:auto;margin-left:5px;vertical-align:initial}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._tagLine_195tz_12273{max-width:290px;color:#ffffffa6;white-space:pre-line}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226 ._tagLine_195tz_12273 ._timer_195tz_4612{color:#fff}@media (max-width: 1365px){._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226{flex-direction:column;align-items:start}}@media (max-width: 900px){._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._tournamentContent_195tz_12226{pointer-events:none}}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._itemFigure_195tz_12292{position:absolute;top:0;right:0;left:auto;display:flex;align-items:center;height:100%}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._itemFigure_195tz_12292 img{width:auto;height:100%;pointer-events:none}@media (max-width: 1200px){._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._itemFigure_195tz_12292 img{opacity:.2}}._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488 ._itemFigure_195tz_12292 ._btnMore_195tz_12311{position:absolute;right:30px;z-index:2;display:flex;height:40px;padding:9px 20px;font-weight:400;font-size:13px;text-transform:capitalize;background:#20242d;border-radius:4px;cursor:pointer;opacity:0;transition:opacity .15s ease-in}@media (max-width: 800px){._tournamentSection_195tz_23485 ._onPageTournamentSection_195tz_23488{height:124px;padding:20px}}._tournamentSection_195tz_23485 ._profileHead_195tz_17901{padding:25px;background:#2e3542;border-radius:5px 5px 0 0}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:200px;font-size:18px;text-align:center}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._headBlock_195tz_17925{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:10px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._headBlock_195tz_17925 ._avatar_195tz_2781{width:72px;height:72px;margin-bottom:10px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._headBlock_195tz_17925 ._avatar_195tz_2781>div{width:100%!important;height:100%!important;font-family:Rubik,Arial,sans-serif}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._headBlock_195tz_17925 h2{margin-bottom:0;color:#fff;font-weight:400;font-size:18px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._headBlock_195tz_17925 ._date_195tz_230{margin-top:2px;color:#828f9a;font-size:13px;text-align:center}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955{display:flex;justify-content:center;width:100%;padding:10px 0 0}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129{display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:180px;margin-right:15px;padding:12px 5px;font-weight:500;text-align:center;border:1px solid #3d4656;border-radius:6px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._label_195tz_290{display:flex;justify-content:center;width:100%;margin:0 0 2px;color:#828f9a;font-weight:500;font-size:.85em;text-transform:uppercase}@media (max-width: 360px){._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._label_195tz_290{font-size:.75em}}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777{position:relative;display:flex;align-items:center;justify-content:center;color:#047cfc;font-weight:500;font-size:16px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777._positive_195tz_8950{color:#2dc53a!important}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777._neutral_195tz_18001{color:#047cfc!important}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777 svg{position:relative;width:14px;height:14px;margin-top:2px;margin-right:3px}@media (max-width: 700px){._tournamentSection_195tz_23485 ._profileHead_195tz_17901{padding:20px 10px 10px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955{flex-wrap:wrap}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129{width:calc(50% - 10px);margin:5px}}@media (max-width: 400px){._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._label_195tz_290{max-width:125px;overflow:hidden;white-space:nowrap;text-align:center;text-overflow:ellipsis}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777{font-size:13px}._tournamentSection_195tz_23485 ._profileHead_195tz_17901 ._statsBlock_195tz_17955 ._item_195tz_129 ._value_195tz_777 svg{top:0;width:11px;height:11px;margin-right:3px}}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755{display:flex;background:#2e3542}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._left_195tz_929{display:flex;flex-direction:column;align-items:center;padding:15px;color:#aab0bd;white-space:pre-line}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._left_195tz_929 span{display:block;width:100%;text-align:left}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._left_195tz_929 span._places_195tz_23772{display:inline;color:#fff}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938{position:relative;display:flex;align-items:center;margin-left:auto;padding:15px;text-align:right;background:#373e4c}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938:before{position:absolute;top:0;left:0;width:0;height:100%;border-left:3px dotted #2e3542;content:""}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._emoji_195tz_4556{display:flex;align-items:center;height:34px;margin-right:10px}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._emoji_195tz_4556 img{width:34px;height:34px}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568{white-space:nowrap}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568 ._stroke_195tz_23807{color:#aab0bd}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568 ._stroke_195tz_23807 ._bet_195tz_412{display:inline-flex;align-items:center;color:#2dc53a;font-weight:inherit;font-size:inherit;text-transform:uppercase}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568 ._stroke_195tz_23807 ._bet_195tz_412 ._content_195tz_420{display:inline-flex;align-items:center;white-space:nowrap;text-overflow:ellipsis;-webkit-font-feature-settings:"tnum";font-feature-settings:"tnum";font-variant-numeric:tabular-nums}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568 ._stroke_195tz_23807 ._bet_195tz_412 ._icon_195tz_429{width:auto;height:auto;vertical-align:initial}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568 ._stroke_195tz_23807 ._bet_195tz_412 ._icon_195tz_429._widthAuto_195tz_434{width:auto;height:auto;margin-left:5px;vertical-align:initial}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568 ._stroke_195tz_23807:first-child{margin-bottom:2px;color:#fff;font-size:15px}@media (max-width: 700px){._tournamentSection_195tz_23485 ._raceInfo_195tz_23755{flex-direction:column}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._left_195tz_929{justify-content:center;width:100%;text-align:center}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938{justify-content:center;width:100%;margin:0;overflow:hidden}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938:before{width:100%;height:0;border:0;border-top:3px dotted #2e3542}._tournamentSection_195tz_23485 ._raceInfo_195tz_23755 ._right_195tz_938 ._text_195tz_4568{text-align:center}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041{display:flex;justify-content:space-between;width:100%}@media (max-width: 1124px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041{flex-direction:column}}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041{padding-bottom:0}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056{width:100%;height:100%;color:#828f9a;background:#272d39;border-bottom-right-radius:5px;border-bottom-left-radius:5px}@media (max-width: 1124px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056{width:100%}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069{display:flex;align-items:center;justify-content:center;padding:15px 0;background:#2d3340;border-radius:5px 5px 0 0}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497{position:relative;display:flex;align-items:center;justify-content:center;height:38px;margin:0 10px;color:#828f9a;font-size:13px;text-transform:uppercase;background:transparent;border-radius:100px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497:not(._active_195tz_794):hover{color:#fff}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497._active_195tz_794{color:#fff;background:#047cfc}@media (max-width: 600px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logNav_195tz_18069 ._btn_195tz_497{height:32px;margin:0;font-size:12px}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104{position:relative;height:calc(100% - 100px);min-height:320px;padding:5px 25px 0}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186{height:calc(100% - 95px);overflow:hidden}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186._isLoading_195tz_7189 tbody{-webkit-filter:blur(4px);filter:blur(4px);pointer-events:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077{position:relative;height:100%;overflow-x:scroll}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077._isLoader_195tz_14900{min-height:500px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:300px;font-size:18px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._empty_195tz_633 h4{font-size:24px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;min-height:300px;font-size:18px;text-align:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(50% - 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158{width:100%;color:#fff;border-collapse:initial;border-spacing:0}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 tr:last-child td{border-bottom:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th{width:20%;height:36px;color:#5e6a7f;font-weight:400;font-size:11px;text-align:center;text-transform:uppercase;border-bottom:1px solid #2f3543}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th:first-child{text-align:left}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th:last-child{text-align:right}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777{z-index:1;color:#5e6a7f;text-transform:uppercase;cursor:pointer}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th ._value_195tz_777 svg{margin-bottom:1px;margin-left:7px;fill:#5e6a7f}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td{width:20%;height:50px;color:#fff;font-size:14px;line-height:16px;letter-spacing:.2px;text-align:center;border-bottom:1px solid #2d3340}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249{display:flex;align-items:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249 img{width:15px;height:15px;margin-left:8px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249 button{margin-left:5px;padding:0;color:#7d8a98;font-weight:500;background:initial}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249 button:hover{color:#fff}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249 button ._name_195tz_264{position:relative;display:inline;white-space:nowrap}@media (max-width: 1000px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249 button ._name_195tz_264{display:block;max-width:100px;overflow:hidden;text-overflow:ellipsis}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._user_195tz_249 button ._name_195tz_264._my_195tz_24064{color:#fff!important}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td svg{margin-right:3px;color:#5e6a7f;font-size:inherit}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._default_195tz_10292{color:#fff;font-weight:500;white-space:nowrap}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._positive_195tz_8950{color:#2dc53a;font-weight:500;white-space:nowrap}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._positive_195tz_8950 svg{color:#2dc53a}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td:first-child{text-align:left}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td:last-child{text-align:right}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._date_195tz_230{display:inline-block;text-align:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229{display:flex;align-items:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233{display:flex;align-items:center;color:#fff;background:transparent;border:0;outline:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429{position:relative;top:1px;display:flex;align-items:center;justify-content:center;width:auto;height:auto;margin-left:4px;text-align:center;background:transparent;cursor:pointer}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429 svg{display:block;width:13px;height:13px}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 th{padding:0 10px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td,._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logTable_195tz_18158 td ._value_195tz_777{font-size:11px}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299{overflow-x:scroll}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158{width:100%;color:#fff;border-collapse:initial;border-spacing:0}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th{width:25%;height:36px;color:#5e6a7f;font-weight:400;font-size:11px;text-align:center;text-transform:uppercase;border-bottom:1px solid #2f3543}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:first-child{text-align:left}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:last-child{text-align:right}@media (max-width: 800px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(2){text-align:left}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(1){display:none}}@media (max-width: 500px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(3){text-align:right}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th:nth-child(4){display:none}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td{width:25%;height:50px;color:#fff;font-weight:400;font-size:14px;letter-spacing:.2px;text-align:center;border-bottom:1px solid #2e3542}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td svg{margin-right:3px;color:#5e6a7f;font-size:inherit}@media (max-width: 800px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(2){text-align:left}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(1){display:none}}@media (max-width: 500px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(4){display:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:nth-child(3){text-align:right}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._default_195tz_10292{color:#828f9a;font-weight:700}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._positive_195tz_8950{color:#2dc53a;font-weight:700}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:first-child{text-align:left}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td:last-child{text-align:right}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._date_195tz_230{display:inline-block;text-align:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229{display:flex;align-items:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233{display:flex;align-items:center;color:#fff;background:transparent;border:0;outline:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429{position:relative;top:1px;display:flex;align-items:center;justify-content:center;width:auto;height:auto;margin-left:4px;text-align:center;background:transparent;cursor:pointer}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td._system_195tz_18229._popover_195tz_18233 ._icon_195tz_429 svg{display:block;width:13px;height:13px}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td,._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th{padding:0 10px}}@media (max-width: 400px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 td,._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._withPager_195tz_7186 ._list_195tz_5077 ._logScroll_195tz_18299 ._logTable_195tz_18158 th{font-size:12px}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108{display:flex;align-items:center;justify-content:space-between;padding:30px 0;list-style:none}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._inputBlock_195tz_7115{display:flex;align-items:center}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:45px;height:40px;margin-right:8px;padding:0 6px;text-align:center}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._inputBlock_195tz_7115 ._inputField_195tz_7119{max-width:40px;height:35px}}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132{position:relative;display:flex;align-items:center;height:40px;margin-left:-1px;padding:0 12px;color:#828f9a;line-height:1.25;background:none;border:1px solid #2d3340;border-radius:5px;cursor:pointer}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132:hover{color:#fff}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132 svg{display:block;width:12px;height:12px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132:first-child svg{margin-right:3px}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132:last-child svg{margin-left:3px;transform:scale(-1)}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132>span{display:flex;align-items:center;line-height:0}._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132[disabled]{opacity:.5;pointer-events:none}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108 ._pagerBtn_195tz_7132{height:35px}}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104 ._pager_195tz_7108{padding:15px}}@media (max-width: 900px){._tournamentSection_195tz_23485 ._logContainer_195tz_18041 ._logComponent_195tz_18056 ._logWrapper_195tz_18104{padding:5px 5px 0}}._tournamentsContainer_195tz_24344{width:100%;margin:0 auto;padding:25px;background:#272d39;border-radius:6px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569{position:relative;margin:-25px -25px 0;padding:20px;overflow:hidden;text-align:center;background:#2e3542;border-radius:6px 6px 0 0}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569 ._caption_195tz_279{position:relative;margin-top:-3px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{position:relative;margin-bottom:5px;font-weight:500;font-size:22px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569 ._info_195tz_729{position:relative;color:#aab0bd;font-weight:400;font-size:15px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569:after{position:absolute;top:-100%;left:50%;width:30%;height:300%;margin-left:-15%;background:#ffffff08;transform:rotate(25deg);content:""}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129{width:33.33333%;margin-top:30px;padding:0 15px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090{position:relative;align-items:center;width:100%;background:#2e3542;border-radius:5px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 ._labels_195tz_24405{position:absolute}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 ._labels_195tz_24405 ._badge_195tz_739{padding:5px 15px 5px 5px;font-size:12px;border-bottom-right-radius:25px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 ._labels_195tz_24405 ._badge_195tz_739._tournament_195tz_11601{color:inherit;background-color:#337cff}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 ._labels_195tz_24405 ._badge_195tz_739._weekend_tournament_195tz_24417{background-color:#e8650b}@media (max-width: 480px){._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 ._labels_195tz_24405 ._badge_195tz_739{font-size:10px}}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._image_195tz_4916 img{width:100%;border-top-left-radius:5px;border-top-right-radius:5px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729{position:relative;align-items:center;padding:15px;font-size:13px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882{position:relative;z-index:3;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;padding-bottom:8px;color:#828f9a;font-size:12px;text-transform:uppercase;border-bottom:1px solid hsla(0,0%,100%,.06)}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span{display:inline-block;color:#fff;font-weight:400;font-size:14px;text-transform:none}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span._ended_195tz_21569{color:#f54949}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span._active_195tz_794{color:#2dc53a}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 span svg{margin-bottom:2px}@media (min-width: 600px) and (max-width: 800px){._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882{font-size:12px}}@media (max-width: 480px){._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882{font-size:12px}}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._info_195tz_729 ._col_195tz_14882 ._nubmer_195tz_21588{display:inline-block;padding-left:22px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230{position:relative;display:flex;align-items:center;padding:15px;text-align:center;background:#2e3542;border-radius:0 0 6px 6px}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230 ._time_195tz_4612{position:relative;color:#828f9a;font-weight:400;font-size:11px;text-align:left;text-transform:uppercase}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230 ._time_195tz_4612 span{display:block;margin-top:2px;color:#fff;font-weight:500;font-size:15px;text-transform:none}._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129 ._box_195tz_5090 ._date_195tz_230 ._btn_195tz_497{position:relative;display:flex;justify-content:center;min-width:110px;height:40px;margin-left:auto;padding:0;color:#fff;font-weight:400;line-height:40px;border:1px solid hsla(0,0%,100%,.09)}@media (max-width: 1490px){._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129{width:50%}}@media (max-width: 600px){._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129{width:100%}}@media (min-width: 900px) and (max-width: 1024px){._tournamentsContainer_195tz_24344 ._tournamentsBlock_195tz_24387 ._item_195tz_129{width:100%}}@media (max-width: 900px){._tournamentsContainer_195tz_24344{padding:15px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569{margin:-15px -15px 0;padding:20px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569 ._caption_195tz_279 h1{font-size:20px}._tournamentsContainer_195tz_24344 ._headerBlock_195tz_10569 ._info_195tz_729{font-size:13px}}._tournamentsContainer_195tz_24344 ._nothingFound_195tz_17886{position:relative;width:calc(100% + 15px);min-height:150px;margin-top:135px;color:#828f9a;font-weight:500;font-size:25px;text-align:center;text-transform:uppercase}._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237{position:absolute;width:100%;height:100%;text-align:center;background:#191d24}._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237 ._logo_195tz_3192{position:absolute;top:calc(50% - 3.5rem);left:calc(50% - 5rem);display:block;width:10rem;height:5rem;opacity:.75;pointer-events:none}._staticGameLoader_195tz_15244 ._loaderBlock_195tz_237 ._spinnerBlock_195tz_7221{position:absolute;top:calc(50% + 2.5rem);left:25%;display:block;width:50%;opacity:.75;pointer-events:none}._loaderComponent_195tz_24592{position:absolute;top:0;right:0;bottom:0;left:0;width:4.75rem;height:.75rem;margin:auto;background-color:#20242d;border-radius:4rem}._loaderComponent_195tz_24592._dark_195tz_24604{background-color:#1c2028}._loaderComponent_195tz_24592 ._inner_195tz_10206{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;background-color:#047cfc;border-radius:4rem;animation:_loaderAnimation_195tz_1 .8s infinite;will-change:left,right}@keyframes _loaderAnimation_195tz_1{0%{right:4rem;left:.125rem}5%{left:.125rem}50%{right:.125rem;left:4rem}55%{right:.125rem}to{right:4rem;left:.125rem}}._d-none_195tz_24640{display:none!important}._text-white_195tz_24644{color:#fff!important}._mb-0_195tz_24648{margin-bottom:0!important}._pt-2_195tz_24652{padding-top:.5rem!important}a:not([href]){color:inherit;text-decoration:none}@media (min-width: 901px){a:not([href]):hover{color:inherit;text-decoration:none}}
