@import"https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-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)}}:root{font-family:Manrope,sans-serif;line-height:1.5;font-weight:400;font-size:16px;color-scheme:light dark;color:#ffffffde;background-color:#0006;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;overscroll-behavior:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;--toastify-toast-width: max-content;--toastify-toast-bd-radius: 12px;--toastify-toast-top: 20px;--toastify-toast-min-height: 20px;--toastify-toast-max-height: 60px;--toastify-color-error: rgba(255, 255, 255, 1);--toastify-text-color-error: rgba(255, 255, 255, 1);--toastify-color-success: #2fe635;--toastify-text-color-success: #5a5959}*{box-sizing:border-box}::-webkit-scrollbar{display:none}body{margin:0;padding:0;display:flex;place-items:center;min-width:320px;touch-action:none}html,body{height:100%}#root{display:flex;justify-content:center;width:100%;height:100%}.old-browser *,.old-browser *:before,.old-browser *:after{background:none!important;mask-image:none!important;-webkit-mask-image:none!important}.close-icon{position:absolute;top:17px;right:17px;width:24px;height:24px;background:none;border:none;cursor:pointer;outline:none}.close-icon:before,.close-icon:after{content:"";position:absolute;top:50%;left:50%;width:100%;height:2px;background-color:gray;transform-origin:center}.close-icon:before{transform:translate(-50%,-50%) rotate(45deg)}.close-icon:after{transform:translate(-50%,-50%) rotate(-45deg)}.layoutWrap{display:flex;justify-content:center;width:100%;height:100%;min-height:100dvh;min-height:100%;position:relative}.hide{opacity:0}.layout{width:100%;position:relative;padding:24px 16px 0;display:flex;flex-direction:column;align-items:center;background-size:cover;background-repeat:no-repeat}.layout.loading{background-image:url(/assets/BG2-CnNbEWke.jpg)}.layout.main{min-height:100%}.layout .main{position:absolute;top:0;bottom:0;left:0;right:0;z-index:-1;overflow:hidden}.layout.gradient{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1954_34027)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_1954_34027)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%2388441D'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_1954_34027)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%23E8A13B'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1954_34027'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_1954_34027'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cclipPath%20id='clip0_1954_34027'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.layout.calendarGradient{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='256'%20viewBox='0%200%20390%20256'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2339_34559)'%3e%3cg%20filter='url(%23filter0_f_2339_34559)'%3e%3cellipse%20cx='314'%20cy='44'%20rx='80'%20ry='167'%20transform='rotate(-90%20314%2044)'%20fill='%23E8A13B'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_2339_34559)'%3e%3cellipse%20cx='-2.5'%20cy='61.5'%20rx='81.5'%20ry='170.5'%20transform='rotate(-90%20-2.5%2061.5)'%20fill='%2388441D'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_2339_34559'%20x='-3'%20y='-186'%20width='634'%20height='460'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='75'%20result='effect1_foregroundBlur_2339_34559'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_2339_34559'%20x='-273'%20y='-120'%20width='541'%20height='363'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='50'%20result='effect1_foregroundBlur_2339_34559'/%3e%3c/filter%3e%3cclipPath%20id='clip0_2339_34559'%3e%3crect%20width='390'%20height='256'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:contain}.layout.soon{background-image:url(/assets/grid-D-PCGVA7.svg);background-position:50% 50%;background-size:contain!important;background-color:#000}.layout.emptyExchange{background-image:url(/assets/grid-D-PCGVA7.svg),url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1954_34027)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_1954_34027)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%2388441D'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_1954_34027)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%23E8A13B'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1954_34027'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_1954_34027'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cclipPath%20id='clip0_1954_34027'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-position:50% 50%,0%,0%;background-size:contain,cover}.layout .pageTitle{color:#fff;font-size:24px;font-weight:700;line-height:1em}@media (max-height: 705px){.layout .pageTitle{font-size:22px}}.layout .topWindow{display:flex;flex-direction:column;align-items:center;width:100%;row-gap:12px;margin-top:18px;border-radius:30px;border:1px solid rgba(255,255,255,.1);padding:12px;position:relative;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media (max-height: 705px){.layout .topWindow{margin-top:14px}}.layout .topWindow .topImage{width:auto;min-height:100px;max-height:100px;z-index:2}.layout .topWindow .desc{font-size:14px;color:#fff;font-weight:500;text-align:center;z-index:2}.layout .listSection{width:100%;margin-top:18px}.layout .listSection .header{display:flex;justify-content:space-between;margin-bottom:10px}.layout .listSection .header .listName{font-size:21px;font-weight:700}.layout .listSection .list .overflowWrap{margin-bottom:80px}.layout .listSection .list .item{display:flex;column-gap:8px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);padding:14px;margin-bottom:5px}.layout .listSection .list .item.loading{background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,0),rgba(176,93,37,.2470588235),rgba(0,0,0,0) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:AnimationName 3s linear infinite reverse}@media (max-height: 705px){.layout .listSection{margin-top:14px}}i{display:block;width:24px;height:24px;background:linear-gradient(#e8a13b,#b05c25);background-repeat:no-repeat;background-size:cover;mask-position:center;-webkit-mask-size:contain;mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center}.alert{display:flex;align-items:center}.alert i.alert{width:46px;mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5013%2017.9977L15.0233%202.41286C13.6612%200.119683%2010.3407%200.116637%208.9767%202.41286L0.499073%2017.9977C-0.893396%2020.3409%200.792463%2023.3082%203.52167%2023.3082H20.478C23.2049%2023.3082%2024.8938%2020.3433%2023.5013%2017.9977ZM12%2020.4957C11.2248%2020.4957%2010.5937%2019.8647%2010.5937%2019.0894C10.5937%2018.3142%2011.2248%2017.6832%2012%2017.6832C12.7752%2017.6832%2013.4062%2018.3142%2013.4062%2019.0894C13.4062%2019.8647%2012.7752%2020.4957%2012%2020.4957ZM13.4062%2014.8707C13.4062%2015.6459%2012.7752%2016.2769%2012%2016.2769C11.2248%2016.2769%2010.5937%2015.6459%2010.5937%2014.8707V7.83943C10.5937%207.06421%2011.2248%206.43318%2012%206.43318C12.7752%206.43318%2013.4062%207.06421%2013.4062%207.83943V14.8707Z'%20fill='white'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23.5013%2017.9977L15.0233%202.41286C13.6612%200.119683%2010.3407%200.116637%208.9767%202.41286L0.499073%2017.9977C-0.893396%2020.3409%200.792463%2023.3082%203.52167%2023.3082H20.478C23.2049%2023.3082%2024.8938%2020.3433%2023.5013%2017.9977ZM12%2020.4957C11.2248%2020.4957%2010.5937%2019.8647%2010.5937%2019.0894C10.5937%2018.3142%2011.2248%2017.6832%2012%2017.6832C12.7752%2017.6832%2013.4062%2018.3142%2013.4062%2019.0894C13.4062%2019.8647%2012.7752%2020.4957%2012%2020.4957ZM13.4062%2014.8707C13.4062%2015.6459%2012.7752%2016.2769%2012%2016.2769C11.2248%2016.2769%2010.5937%2015.6459%2010.5937%2014.8707V7.83943C10.5937%207.06421%2011.2248%206.43318%2012%206.43318C12.7752%206.43318%2013.4062%207.06421%2013.4062%207.83943V14.8707Z'%20fill='white'/%3e%3c/svg%3e");background:#fff;margin-right:5px}.alert .info{color:#ffffffb3;font-size:12px;font-weight:500;line-height:1em}.Toastify__toast-container{font-size:12px}.Toastify__toast-container .Toastify__toast,.Toastify__toast-container .Toastify__toast--error{border-radius:12px;background:linear-gradient(270deg,#38456d -166.76%,#6175a8 -14.69%,#a8b1cc 102.28%,#38456c 271.89%)}.Toastify__toast-container .Toastify__toast--success{border:1px solid #2fe635}.Toastify__toast-container .Toastify__close-button{display:none}#confetti{position:fixed;z-index:300}@media only screen and (max-width: 480px){.Toastify__toast-container--top-center{width:var(--toastify-toast-width);max-width:90vw;top:var(--toastify-toast-top);left:50%;transform:translate(-50%);text-align:center}.Toastify__toast-container--top-center .Toastify__toast{border-radius:var(--toastify-toast-bd-radius)}.Toastify__toast-container--top-center .Toastify__toast-body{padding:0 6px}.Toastify__toast-container--top-center .Toastify__toast-body .Toastify__toast-icon{width:12px}}.slick-slider,.slick-slider .slick-list{height:100%}.lottieContainer{position:absolute;bottom:70px;width:100%;z-index:-1;pointer-events:none}.lottieContainer.Whale{width:80%;bottom:110px}.lottieContainer.CZ{width:75%;bottom:110px}.lottieContainer.Elon{bottom:50px}.lottieContainer.Satoshi,.lottieContainer.Durov,.lottieContainer.Wemine{bottom:30px}.lottieContainer.hidden{visibility:hidden}.list.tasks .button.yellow{height:32px}.list.tasks .button.yellow.loader .text{display:none}.list.tasks .button.yellow.loader.claim{background-image:none!important}#telegram-playable-ads-content>div:last-child{height:100%}#telegram-playable-ads-content>div:last-child>div{height:100%}#telegram-playable-ads-content>div:last-child>div .telegram-playable-ads-container-iframe{height:100%}._DotLoader_ulbki_1{display:flex}._DotLoader_ulbki_1._center_ulbki_4{position:absolute;top:50%;left:50%;translate:-50% -50%}._DotLoader_dot_ulbki_11{position:relative;overflow:hidden;display:block;width:10%;border-radius:50%;background:#fff;animation:_dotScale_ulbki_1 1.2s infinite ease-in-out}@keyframes _dotScale_ulbki_1{0%,to{transform:scale(1);opacity:1}50%{transform:scale(.5);opacity:0}}._Button_xmpjw_1{position:relative;height:48px;padding-inline:20px;font-size:16px;font-weight:700;line-height:1em;text-align:center;background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;border:2px solid transparent;border-radius:24px;animation:_inlineBg_xmpjw_1 5s linear infinite reverse}@keyframes _inlineBg_xmpjw_1{0%{background-position:calc(var(--d) / sin(var(--angle))) 0}}@media screen and (max-height: 650px){._Button_xmpjw_1{font-size:14px}}._Button_xmpjw_1:active{scale:.98}._Button_xmpjw_1._weMine_xmpjw_28{color:#f9e696;border-color:#b05c25;background-image:repeating-linear-gradient(var(--angle),#e8a13b,#b05c25,#e8a13b var(--d))!important;--_g: no-repeat radial-gradient(circle closest-side, #fff 60%, #0000 70%)}._Button_xmpjw_1._usdt_xmpjw_35{color:#fff;background-image:repeating-linear-gradient(var(--angle),#208c1d,#3ee83b,#208c1d var(--d))!important;border-color:#ffffff4d;--_g: no-repeat radial-gradient(circle closest-side, #fff 60%, #0000 70%)}._Button_xmpjw_1._labr_xmpjw_42{color:#352626;background-image:repeating-linear-gradient(var(--angle),#ffb47f,#ffd180,#ffb47f var(--d))!important;border-color:#35262680;--_g: no-repeat radial-gradient(circle closest-side, #352626 60%, #0000 70%)}._Button_xmpjw_1._wm_xmpjw_49{color:#fff;background-image:repeating-linear-gradient(var(--angle),#243055,#95dbbd,#243055 var(--d))!important;border-color:#ffffff4d;--_g: no-repeat radial-gradient(circle closest-side, #fff 60%, #0000 70%)}._Button_xmpjw_1>*{transition:.2s ease-in-out;transition-property:opacity}._Button_xmpjw_1._disabled_xmpjw_60{pointer-events:none;filter:brightness(.5);animation:unset}._Button_xmpjw_1._border_xmpjw_65{color:#fff;background-image:unset!important;background:unset;border-color:#fff3;animation:unset}._Button_xmpjw_1._star_xmpjw_72{background-image:repeating-linear-gradient(var(--angle),#a96b07,#eab80c,#a96b07 var(--d))!important;border-color:#f1c24b6e;--_g: no-repeat radial-gradient(circle closest-side, #352626 60%, #0000 70%)}._Button_xmpjw_1._star_xmpjw_72 ._Button_price_xmpjw_78{padding-right:4px;color:#fff;white-space:nowrap;background:#0e0e1066}._Button_xmpjw_1._star_xmpjw_72 ._Button_price_xmpjw_78 span{color:#fff}._Button_xmpjw_1._loading_xmpjw_87{pointer-events:none}._Button_xmpjw_1._loading_xmpjw_87 ._Button_content_xmpjw_90{opacity:0;scale:.8}._Button_xmpjw_1._loading_xmpjw_87 ._Button_loader_xmpjw_94{opacity:1;animation:_l7_xmpjw_1 1s infinite linear}._Button_content_xmpjw_90{height:100%;display:flex;align-items:center;justify-content:center;gap:8px;transition:.2s ease-in-out;transition-property:opacity,scale}._Button_price_xmpjw_78{display:flex;justify-content:center;align-items:center;gap:8px;height:30px;width:fit-content;padding:4px 8px;color:#f9e696;font-size:14px;font-weight:700;line-height:100%;border-radius:9999px;background:#ffffff24}._Button_price_xmpjw_78 span{color:#fff}._Button_price_xmpjw_78>img{height:100%;width:auto}._Button_loader_xmpjw_94{position:absolute;top:50%;left:50%;translate:-50% -50%;width:50%;height:12px;aspect-ratio:4;background:var(--_g) 0% 50%,var(--_g) 33% 50%,var(--_g) 66% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;opacity:0}@keyframes _l7_xmpjw_1{0%{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 100%}20%{background-size:33.3333333333% 0%,33.3333333333% 50%,33.3333333333% 100%,33.3333333333% 100%}40%{background-size:33.3333333333% 50%,33.3333333333% 0%,33.3333333333% 50%,33.3333333333% 100%}60%{background-size:33.3333333333% 100%,33.3333333333% 50%,33.3333333333% 0%,33.3333333333% 50%}80%{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 50%,33.3333333333% 0%}to{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 100%}}._ButtonInfo_1q0d2_1{position:relative;display:flex;justify-content:center;align-items:center;height:24px;width:24px;border-radius:50%;background:linear-gradient(225deg,#e8a13b,#b05c25)}._ButtonInfo_1q0d2_1:before{content:"";position:absolute;z-index:5;top:-1px;right:-1px;bottom:-1px;left:-1px;will-change:transform;border:1.5px solid rgb(182,114,19);border-radius:inherit;pointer-events:none}._ButtonInfo_1q0d2_1 svg{height:60%}._ButtonInfo_1q0d2_1._anim_1q0d2_24{animation:_glow_1q0d2_1 1.5s infinite alternate ease-in-out}@keyframes _glow_1q0d2_1{0%{box-shadow:0 0 5px #e8a13bcc;transform:scale(1)}to{box-shadow:0 0 8px #e8a13b,0 0 10px #e8a13b99;transform:scale(1.2)}}._Timer_qq2in_1{display:flex;align-items:center;justify-content:center}._Timer_separator_qq2in_7{color:#fff;font-size:10px;font-weight:500;line-height:80%}._TimerItem_19go3_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center}._TimerItem_counter_19go3_8{color:#fff;font-size:10px;font-weight:500;line-height:115%}._ButtonMenu_6w0rj_1{margin:0;padding:0;box-sizing:border-box;border:none;font-family:inherit;background:none;position:relative;z-index:5;display:flex;justify-content:center;align-items:center;height:50px;aspect-ratio:1/1;border-radius:16px;border:1px solid transparent;pointer-events:all}._ButtonMenu_6w0rj_1._weMine_6w0rj_19{background:linear-gradient(225deg,#ffd9a1 .9%,#e8a13b 52.9%,#b05c25);border-color:#e8a13b}._ButtonMenu_6w0rj_1._wm_6w0rj_23{background:linear-gradient(225deg,#001b70,#95dbbd);border-color:#7ba4a8}._ButtonMenu_6w0rj_1 img{height:30px;width:30px;object-fit:contain}._ButtonMenu_6w0rj_1:hover{opacity:.8}._ButtonMenu_6w0rj_1:active{scale:.95}._ButtonMenu_6w0rj_1.inactive,._ButtonMenu_6w0rj_1._inactive_6w0rj_38{pointer-events:none!important;border-color:#52525a;filter:grayscale(1) contrast(0) brightness(.7);background:unset!important}._ButtonMenu_6w0rj_1 .star{position:absolute;top:0;right:0;translate:40% -40%;height:25px}._ButtonMenu_content_6w0rj_58{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;border-radius:15px}._ButtonMenu_timer_6w0rj_70{position:absolute;z-index:5;width:100%;top:100%;translate:0 -70%;display:flex;justify-content:center;align-items:flex-end;margin-top:3px}._ButtonMenu_timer_inner_6w0rj_82{width:100%;padding:2px;border-radius:1000px;border:1px solid #52525a;background:#00000080;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._ButtonPill_5cbum_1{display:flex;align-items:center;gap:5px;height:30px;padding-inline:10px;color:#fff;font-size:14px;font-weight:700;line-height:100%;white-space:nowrap;border-radius:1000px;background:#0e0e1066}._ButtonPill_5cbum_1._star_5cbum_15{padding-right:4px}._ButtonPill_5cbum_1._star_5cbum_15 img{height:80%;width:auto}._Case_1lc2a_1{position:relative;width:100%;padding:16px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:#0e0e1066;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._Case_header_1lc2a_11{display:flex;justify-content:space-between}._Case_info_1lc2a_16{display:flex;justify-content:center;align-items:center;height:24px;aspect-ratio:1/1;border-radius:12px;border:1px solid #b05c25;background:linear-gradient(225deg,#e8a13b,#b05c25)}._Case_info_1lc2a_16 svg{height:60%}._Case_title_1lc2a_30{color:#fff;font-size:16px;font-weight:700;line-height:137.5%}._Case_purchased_1lc2a_37{color:#ffffffb3;font-size:16px;font-weight:500;line-height:137.5%}._Case_img_1lc2a_44{width:100%;height:160px}._Case_img_1lc2a_44 img{height:100%;width:100%;object-fit:contain}._Case_seasonEnd_1lc2a_54{margin-top:12px;color:#ffa322;text-align:center;font-size:14px;font-weight:700;line-height:133.333%}._Case_text_1lc2a_63{margin-top:5px;color:#ffffffb3;text-align:center;font-size:14px;font-weight:500;line-height:150%}._Case_leaderboard_1lc2a_72{display:flex;justify-content:space-between;margin-top:10px}._Case_leaderboard_text_1lc2a_78{font-size:16px;line-height:130%}._Case_leaderboard_text_1lc2a_78 span{font-weight:700}._Case_leaderboard_reward_1lc2a_86{position:relative;width:fit-content;margin-top:10px;padding:8px 12px;text-align:center;font-size:10px;font-weight:700;line-height:80%;border-radius:1000px;background:linear-gradient(225deg,#e8a13b,#b05c25)}._Case_leaderboard_reward_1lc2a_86:before{content:"";position:absolute;z-index:-1;top:-1.2px;right:-1.2px;bottom:-1.2px;left:-1.2px;background:linear-gradient(247deg,#f1c14b 19.71%,#e8a13b 24.43%,#cb7b2e 39.18%,#b05c25 52.75%,#88441d 63.96%,#88441d 73.4%,#2d1305 88.71%);border-radius:inherit}._Case_btns_1lc2a_107{display:flex;justify-content:space-between;gap:16px;margin-top:16px}._Case_btn_leaderboard_1lc2a_114{display:flex;justify-content:center;align-items:center;height:56px;aspect-ratio:1/1;border-radius:16px;border:1px solid #e8a13b;background:#0e0e10e6}._Case_btn_leaderboard_1lc2a_114 img{height:90%;width:90%;object-fit:contain}._Case_buy_1lc2a_130{margin-top:20px;font-size:20px;font-weight:700;line-height:110%}._Case_lastDays_1lc2a_137{margin-top:16px;padding-inline:10px;color:#ffffffb3;text-align:center;font-size:16px;font-weight:500;line-height:150%}._Case_priceUpdate_1lc2a_147{margin-top:16px;color:#ffffffb3;text-align:center;font-size:12px;font-weight:500;line-height:100%}._Case_priceUpdate_1lc2a_147 span{color:#fff;font-size:16px;font-weight:600;line-height:150%}._Case_open_1lc2a_162{width:100%;margin-top:16px}._Case_openedCases_1lc2a_167{margin-top:5px;text-align:center;color:#fff6;font-size:10px;font-weight:500;line-height:220%}._Case_reward_1lc2a_176{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:4px 4px 4px 16px;border-radius:21px;border:1px solid var(--border-accent, #d68b34)}._Case_reward_total_1lc2a_186{display:flex;flex-wrap:wrap;gap:2px;color:#fff;font-size:16px;font-weight:700;line-height:100%}._Case_reward_total_1lc2a_186 span{color:#f9e696}._Case_reward_details_1lc2a_199{display:flex;justify-content:center;align-items:center;padding:10px 16px;color:#fff;font-size:14px;font-weight:700;line-height:100%;border-radius:9999px;background:linear-gradient(225deg,#e8a13b,#b05c25);border:none;will-change:transform}._Case_reward_details_1lc2a_199:active{scale:.95}._InputNumber_1nakh_1{display:flex;justify-content:space-between;gap:10px;width:100%}._InputNumber_btn_1nakh_8{will-change:transform;position:relative;display:flex;justify-content:center;align-items:center;height:32px;aspect-ratio:1/1;padding:unset!important;color:#f9e696;text-align:center;font-size:28px;font-weight:700;line-height:100%;border-radius:1000px;border:unset;background-color:unset;transition:.1s ease-in-out;transition-property:opacity}._InputNumber_btn_1nakh_8 svg{height:60%;width:60%}._InputNumber_btn_1nakh_8 svg path[fill],._InputNumber_btn_1nakh_8 svg g[fill]{fill:#f9e696}._InputNumber_btn_1nakh_8 svg path[stroke],._InputNumber_btn_1nakh_8 svg g[stroke]{stroke:#f9e696}._InputNumber_btn_1nakh_8:active{scale:.95;opacity:.8}._InputNumber_btn_1nakh_8:before,._InputNumber_btn_1nakh_8:after{content:"";position:absolute;border-radius:inherit;transition:.4s ease-in-out;transition-property:opacity}._InputNumber_btn_1nakh_8:before{z-index:-2;top:-1.2px;right:-1.2px;bottom:-1.2px;left:-1.2px;background:linear-gradient(247deg,#f1c14b 19.71%,#e8a13b 24.43%,#cb7b2e 39.18%,#b05c25 52.75%,#88441d 63.96%,#88441d 73.4%,#2d1305 88.71%)}._InputNumber_btn_1nakh_8:after{z-index:-1;top:0;right:0;bottom:0;left:0;background:linear-gradient(225deg,#e8a13b,#b05c25)}._InputNumber_btn_1nakh_8._disable_1nakh_61{pointer-events:none;opacity:.3}._InputNumber_value_1nakh_66{display:flex;height:32px;padding:10px;justify-content:center;align-items:center;gap:12px;flex:1 0 0;border-radius:48px;border:1.5px solid #6175a8}._BuyButtonWrap_xr5nm_1{display:flex;flex-direction:column;gap:16px;width:100%}._BuyButtonWrap_xr5nm_1._disable_xr5nm_7{pointer-events:none;filter:brightness(.5);animation:unset}._BuyButton_xr5nm_1{width:100%}._BuyButton_xr5nm_1._isLast7Days_xr5nm_16>div{justify-content:flex-start}._BuyButton_x3_xr5nm_20{position:absolute;top:5px;right:5px;bottom:5px;left:5px}._BuyButton_x3_xr5nm_20>div{position:absolute;top:0;right:0;display:flex;justify-content:center;align-items:center;height:100%;aspect-ratio:1/1;color:#f9e696;text-align:center;font-size:16px;font-weight:700;line-height:100.5%;border-radius:100%;border:1px solid #b05c25;background:linear-gradient(0deg,#e8a13b,#b05c25 43.5%,#0e0e10)}._Leaderboard_1i894_1{display:flex;flex-direction:column;align-items:center;height:100%;background-color:#000}._Leaderboard_1i894_1._weMine_1i894_8{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1954_34027)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_1954_34027)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%2388441D'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_1954_34027)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%23E8A13B'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1954_34027'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_1954_34027'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cclipPath%20id='clip0_1954_34027'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._Leaderboard_1i894_1._usdt_1i894_11{background-image:url(/assets/gradient-green-nomask-v7VnIVbb.svg)}._Leaderboard_1i894_1._labr_1i894_14{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_3983)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_7_3983)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%23FFD180'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_7_3983)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%23FFB47F'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_7_3983'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_7_3983'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_7_3983'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_7_3983'/%3e%3c/filter%3e%3cclipPath%20id='clip0_7_3983'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._Leaderboard_1i894_1._wm_1i894_17{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_489_32306)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_489_32306)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%234BAABF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_489_32306)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%232C8194'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_489_32306'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_489_32306'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_489_32306'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_489_32306'/%3e%3c/filter%3e%3cclipPath%20id='clip0_489_32306'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._Body_1k5z8_1{position:relative;z-index:5;overflow:auto;display:flex;flex:1 0 0;flex-direction:column;width:100%;padding-bottom:80px;padding-top:48px;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 24px);mask-image:linear-gradient(to bottom,transparent 0%,#000 24px)}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.avatar,.avatar img{min-width:40px;min-height:40px;width:40px;height:40px;object-fit:contain;border-radius:50%}@media (max-height: 705px){.avatar,.avatar img{min-width:35px;min-height:35px;width:35px;height:35px}}.avatar .lazy-load-image-background.blur:not(.lazy-load-image-loaded),.avatar img .lazy-load-image-background.blur:not(.lazy-load-image-loaded){filter:blur(5px)}.ava{height:40px;aspect-ratio:1/1;font-size:22px;line-height:170%;font-weight:900;text-align:center;border:2px solid transparent;border-radius:50%;font-weight:700}.ava.weMine{border-color:#e8a13b;background:linear-gradient(225deg,#e8a13b,#b05c25);background:-webkit-linear-gradient(225deg,#e8a13b 0%,#b05c25 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.ava.usdt{border-color:#026900;background:linear-gradient(225deg,#59c85d,#026900);background:-webkit-linear-gradient(225deg,#59c85d 0%,#026900 100%);background-clip:text;-webkit-background-clip:text}.ava.usdt.active{border-color:#fff;background:linear-gradient(225deg,#fff,#fff);background:-webkit-linear-gradient(225deg,#fff 0%,#fff 100%);background-clip:text;-webkit-background-clip:text}.ava.labr{border-color:#ffd180;background:linear-gradient(225deg,#ffd180,#ffb47f);background:-webkit-linear-gradient(225deg,#ffd180 0%,#ffb47f 100%);background-clip:text;-webkit-background-clip:text}.ava.labr.active{border-color:#352626;color:#352626;background:linear-gradient(225deg,#352626,#352626);background:-webkit-linear-gradient(225deg,#352626 0%,#352626 100%);background-clip:text;-webkit-background-clip:text}.ava.wm{border-color:#fff;background:linear-gradient(225deg,#fff,#fff);background:-webkit-linear-gradient(225deg,#fff 0%,#fff 100%);background-clip:text;-webkit-background-clip:text}.ava.wm.active{border-color:#fff;color:#fff;background:linear-gradient(225deg,#352626,#352626);background:-webkit-linear-gradient(225deg,#352626 0%,#352626 100%);background-clip:text;-webkit-background-clip:text}@media (max-height: 705px){.ava{height:35px;font-size:18px}}._ListItemWrap_z3s6k_1{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:5px;padding:14px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:25px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._ListItemWrap_z3s6k_1._skeleton_z3s6k_13{height:66px;background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.4),rgba(255,255,255,.1),rgba(0,0,0,.4) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:_inlineBg_z3s6k_1 5s linear infinite reverse}@keyframes _inlineBg_z3s6k_1{0%{background-position:calc(var(--d) / sin(var(--angle))) 0}}._ListItemWrap_z3s6k_1._active_z3s6k_25{will-change:transform;position:sticky;z-index:10;top:0;border:unset;background:linear-gradient(225deg,#e8a13b,#b05c25);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._ListItemWrap_z3s6k_1._active_z3s6k_25 ._ListItem_name_z3s6k_34,._ListItemWrap_z3s6k_1._active_z3s6k_25 ._ListItem_place_z3s6k_35{color:#fff}._ListItemWrap_z3s6k_1._active_z3s6k_25 ._ListItem_purchased_z3s6k_38 span{color:#fccc6b;background:unset;background-clip:unset;-webkit-text-fill-color:unset}._ListItem_info_z3s6k_45{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;width:50%;margin-right:auto}._ListItem_name_z3s6k_34{position:relative;overflow:hidden;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}._ListItem_purchased_z3s6k_38{color:#ffffffb3;font-size:12px;font-weight:400;line-height:133.333%}._ListItem_purchased_z3s6k_38 span{font-size:12px;font-weight:700;background:linear-gradient(225deg,#e8a13b,#b05c25);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ListItem_reward_z3s6k_78{padding:8px 12px;text-align:center;font-size:10px;font-weight:700;line-height:80%;border-radius:1000px;background:linear-gradient(225deg,#e8a13b,#b05c25)}._ListItem_reward_title_z3s6k_88{font-size:10px;font-weight:400;line-height:100%;letter-spacing:-.02em}._ListItem_reward_value_z3s6k_95{display:flex;align-items:center;gap:2px;margin-top:10px;font-size:12px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.01em}._ListItem_reward_value_z3s6k_95 span{color:#ffffffad;font-size:10px;font-weight:400}._ListItem_reward_value_z3s6k_95 img{height:14px;width:auto}._ListItem_reward_usdt_z3s6k_116{color:#ffffffad;font-size:10px;font-weight:400}._ListItem_balance_z3s6k_122{font-size:12px;font-weight:400}._ListItem_balance_coin_z3s6k_127{margin-right:6px;font-weight:700}._ListItem_balance_value_z3s6k_132{font-size:12px;font-weight:400;color:#ffffffb2}._ListItem_place_z3s6k_35{display:flex;align-items:center;color:#ffffff73;font-size:16px;font-weight:500}._Header_1iahg_1{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;width:100%;padding-inline:40px}._Header_back_1iahg_11{position:absolute;top:0;left:0;display:flex;justify-content:center;align-items:center;height:32px;aspect-ratio:1/1;border-radius:999px;background:#ffffff24}._Header_back_1iahg_11 svg{height:50%;width:auto}._Header_miner_1iahg_28{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:16px;translate:0 24px;background-color:#0e0e1066;border:1px solid rgba(255,255,255,.1019607843);border-radius:30px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._Header_miner_1iahg_28:before{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:100% 90%;background-image:url(/assets/cases/grid.svg)}._Header_miner_1iahg_28 img{position:relative;z-index:5;height:120px;width:100%;object-fit:contain}._Header_miner_title_1iahg_63{margin-top:10px;text-align:center;font-size:24px;font-weight:700;line-height:133.333%;background:linear-gradient(225deg,#e8a13b,#b05c25);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Header_miner_happens_1iahg_75{color:#ffffffb3;text-align:center;font-size:12px;font-weight:400;line-height:133.333%}.soon .wemine{margin-top:20px;font-size:24px;font-weight:800;flex-grow:1;background:linear-gradient(93deg,#fff 13.09%,#454545 102.28%);background:-webkit-linear-gradient(93deg,#fff 13.09%,#454545 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.soon .center{display:flex;flex-direction:column;text-align:center;width:70%;max-width:300px;row-gap:30px;flex-grow:2}.soon .center .coming{font-size:54px;font-weight:700;line-height:1.2em;background:linear-gradient(93deg,#fff 13.09%,#000 102.28%);background:-webkit-linear-gradient(93deg,#fff 13.09%,#000 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.soon .center .text{font-size:14px;font-weight:500}.asic-select-wrapper{width:100%;height:32px;margin-bottom:16px;position:relative}.asic-select-wrapper.weMine .asic-select-item.active:before{background-image:linear-gradient(to left,#e8a13b 0%,transparent 100%)}.asic-select-wrapper.weMine .asic-select-border{border-color:#e8a13b}.asic-select-wrapper.usdt .asic-select-item.active:before{background-image:linear-gradient(to left,#3ee83b 0%,transparent 100%)}.asic-select-wrapper.usdt .asic-select-border{border-color:#3ee83b}.asic-select-wrapper.labr .asic-select-item.active:before{background-image:linear-gradient(to left,#ffd180 0%,transparent 100%)}.asic-select-wrapper.labr .asic-select-border{border-color:#ffd180}.asic-select-wrapper.wm .asic-select-item.active:before{background-image:linear-gradient(to left,#95dbbd 0%,transparent 100%)}.asic-select-wrapper.wm .asic-select-border{border-color:#95dbbd}.asic-select-container{position:absolute;z-index:111;width:100%;height:32px;border:1px solid rgba(255,255,255,.6588235294);border-radius:16px;background-color:#000000bd;-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);transition:.4s;transition-property:height}.asic-select-container-inner{position:relative;overflow:hidden;height:100%}.asic-select-item{font-size:12px;font-weight:700;line-height:16px;padding:8px 0;margin:0 16px;border-bottom:1px solid rgba(255,255,255,.3019607843);cursor:pointer;-webkit-user-select:none;user-select:none;display:flex;align-items:center;position:relative}.asic-select-item img{position:absolute;right:0;transition:.4s}.asic-select-item.active:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to left,#ffb47f 0%,transparent 100%)}.asic-select-item.active:after{content:"NEW";position:absolute;top:50%;right:10px;translate:0 -50%;padding:2px 7px;font-size:12px;background-color:#0004;border-radius:1000px}.asic-select-open-arrow{position:absolute;bottom:11px;left:50%;transition:.4s;transform:translate(-50%) scaleY(-1)}.asic-select-border{position:absolute;top:-1px;right:-1px;bottom:-1px;left:-1px;border-radius:inherit;border:3px solid #ffb47f;transition:.2s ease-in-out;transition-property:opacity;animation:borderBlink 1.5s infinite}@keyframes borderBlink{0%{opacity:1}50%{opacity:0}to{opacity:1}}._Balance_1avlw_1{display:flex;flex-direction:column;align-items:center}._Balance_title_1avlw_7{text-align:center;color:#fff;font-size:12px;font-weight:700;text-transform:uppercase}._Balance_value_1avlw_15{display:flex;align-items:end;gap:8px;font-size:29px;color:#fff;font-weight:700}._Balance_value_1avlw_15 span{font-size:20px;color:#ffffffe0;font-weight:700;line-height:2em}._BalanceWrap_5xw1r_1{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:100%;padding:20px 16px 10px;border-radius:30px;background:url(/assets/balance-CktvAjih.jpg);background-position:0% 100%;background-size:200% 200%;background-repeat:no-repeat;transition:background-position .5s,background-size .5s}._BalanceWrap_5xw1r_1._usdt_5xw1r_17{background-color:#103f00;background-blend-mode:luminosity;background-size:120% 200%;background-position:20% 100%}._BalanceWrap_5xw1r_1._labr_5xw1r_23{background-color:#ffc575;background-blend-mode:luminosity;background-size:120% 200%;background-position:20% 100%}._BalanceWrap_5xw1r_1._wm_5xw1r_29{background-color:#398772;background-blend-mode:luminosity;background-size:120% 200%;background-position:20% 100%}._BalanceWrap_5xw1r_1._active_5xw1r_35{background-size:100% 100%;background-position:100% 0%}._BalanceWrap_5xw1r_1 ._title_5xw1r_39{color:#fff;font-size:12px;font-weight:700;text-transform:uppercase;margin-top:15px}._BalanceWrap_5xw1r_1 ._balance_5xw1r_47{display:flex;align-items:end;column-gap:8px}._BalanceWrap_5xw1r_1 ._balance_5xw1r_47 ._currency_5xw1r_52{font-size:20px;color:#ffffffe0;font-weight:700;line-height:2em}._BalanceWrap_5xw1r_1 ._balance_5xw1r_47 ._balanceValue_5xw1r_58{font-size:29px;color:#fff;font-weight:700}._BalanceWrap_5xw1r_1 ._converted_5xw1r_63{position:relative;display:flex;align-items:center;color:#d68b34;font-weight:500;padding:3px 10px;border-radius:16px;border:1px solid #d68b34;column-gap:8px;line-height:1.2em;background:#d68b341a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px)}._BalanceWrap_5xw1r_1 ._minespeed_5xw1r_78{position:absolute;display:flex;align-items:center;justify-content:center;column-gap:8px;padding:4px 15px;width:fit-content;bottom:0;left:50%;transform:translate(-50%,100%);border-radius:0 0 12px 12px;border-right:1px solid var(--Linear1, #e8a13b);border-bottom:1px solid var(--Linear1, #e8a13b);border-left:1px solid var(--Linear1, #e8a13b);background:#0e0e1066}._BalanceWrap_5xw1r_1 ._minespeed_5xw1r_78 i._speed_5xw1r_95{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_114_3079)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.56549%2015.5951L3.56936%2015.6272H0.525417L0.502164%2015.3836H0.514898C0.417367%2013.4921%200.770306%2011.6044%201.54468%209.87593L4.18834%2011.4023C3.67989%2012.6534%203.46163%2014.0034%203.54998%2015.3509L3.56549%2015.5951ZM1.76891%209.39094L1.8586%209.19882L1.86967%209.20547C2.79744%207.44144%204.14801%205.93489%205.80056%204.82059L7.32142%207.45539C6.13611%208.29503%205.17122%209.40863%204.5089%2010.7014L4.4026%2010.909L4.40205%2010.9112L1.76891%209.39094ZM6.24403%204.5266L6.34258%204.46127L6.34867%204.47235C8.12995%203.40614%2010.1584%202.82261%2012.2339%202.7793V5.81328C10.6909%205.85868%209.19441%206.29661%207.8723%207.09497L7.76434%207.1603L6.24403%204.5266ZM12.7665%202.77985C14.8418%202.8229%2016.87%203.40604%2018.6512%204.47179L18.6568%204.46127L18.7564%204.5266L17.2361%207.15919L17.1282%207.09386C15.8093%206.29736%2014.3066%205.85598%2012.7665%205.81272V2.77985ZM3.63912%2016.1609C3.80875%2017.2528%204.18051%2018.3035%204.73534%2019.2591L4.99223%2019.702L2.36241%2021.2207L2.10663%2020.7789C1.28608%2019.3609%200.766305%2017.7891%200.579674%2016.1615L3.63912%2016.1609ZM19.1999%204.82059C20.8522%205.93496%2022.2026%207.4415%2023.1302%209.20547L23.1413%209.19882L23.231%209.39094L20.5979%2010.9112L20.5973%2010.9096L20.491%2010.7014C19.8289%209.40836%2018.8639%208.29453%2017.6785%207.45484L19.1999%204.82059ZM23.4558%209.87538C24.23%2011.6041%2024.5827%2013.4919%2024.485%2015.3836H24.4983L24.4745%2015.6272H21.4311L21.4344%2015.5951L21.4499%2015.3515C21.5376%2014.0039%2021.3192%2012.654%2020.811%2011.4029L23.4558%209.87538ZM24.4208%2016.1604C24.2342%2017.7882%2023.7145%2019.3602%2022.8938%2020.7783L22.6386%2021.2201L20.0126%2019.7037L20.2684%2019.2613C20.822%2018.3046%2021.1928%2017.2533%2021.3619%2016.1609L24.4208%2016.1604Z'%20fill='url(%23paint0_linear_114_3079)'/%3e%3cpath%20d='M12.5003%2017.694C13.4944%2017.694%2014.3002%2016.8881%2014.3002%2015.8941C14.3002%2014.9%2013.4944%2014.0942%2012.5003%2014.0942C11.5063%2014.0942%2010.7004%2014.9%2010.7004%2015.8941C10.7004%2016.8881%2011.5063%2017.694%2012.5003%2017.694Z'%20fill='url(%23paint1_linear_114_3079)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8068%2016.2467L20.0813%2011.5169L13.3479%2013.7193C13.8421%2013.9122%2014.2558%2014.2675%2014.521%2014.727C14.7862%2015.1864%2014.887%2015.7224%2014.8068%2016.2467Z'%20fill='url(%23paint2_linear_114_3079)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_114_3079'%20x1='24.5009'%20y1='2.7793'%20x2='6.68191'%20y2='25.9712'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_114_3079'%20x1='14.3002'%20y1='14.0942'%20x2='10.7004'%20y2='17.694'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_114_3079'%20x1='20.0813'%20y1='11.5169'%20x2='15.632'%20y2='17.8511'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_114_3079'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_114_3079)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.56549%2015.5951L3.56936%2015.6272H0.525417L0.502164%2015.3836H0.514898C0.417367%2013.4921%200.770306%2011.6044%201.54468%209.87593L4.18834%2011.4023C3.67989%2012.6534%203.46163%2014.0034%203.54998%2015.3509L3.56549%2015.5951ZM1.76891%209.39094L1.8586%209.19882L1.86967%209.20547C2.79744%207.44144%204.14801%205.93489%205.80056%204.82059L7.32142%207.45539C6.13611%208.29503%205.17122%209.40863%204.5089%2010.7014L4.4026%2010.909L4.40205%2010.9112L1.76891%209.39094ZM6.24403%204.5266L6.34258%204.46127L6.34867%204.47235C8.12995%203.40614%2010.1584%202.82261%2012.2339%202.7793V5.81328C10.6909%205.85868%209.19441%206.29661%207.8723%207.09497L7.76434%207.1603L6.24403%204.5266ZM12.7665%202.77985C14.8418%202.8229%2016.87%203.40604%2018.6512%204.47179L18.6568%204.46127L18.7564%204.5266L17.2361%207.15919L17.1282%207.09386C15.8093%206.29736%2014.3066%205.85598%2012.7665%205.81272V2.77985ZM3.63912%2016.1609C3.80875%2017.2528%204.18051%2018.3035%204.73534%2019.2591L4.99223%2019.702L2.36241%2021.2207L2.10663%2020.7789C1.28608%2019.3609%200.766305%2017.7891%200.579674%2016.1615L3.63912%2016.1609ZM19.1999%204.82059C20.8522%205.93496%2022.2026%207.4415%2023.1302%209.20547L23.1413%209.19882L23.231%209.39094L20.5979%2010.9112L20.5973%2010.9096L20.491%2010.7014C19.8289%209.40836%2018.8639%208.29453%2017.6785%207.45484L19.1999%204.82059ZM23.4558%209.87538C24.23%2011.6041%2024.5827%2013.4919%2024.485%2015.3836H24.4983L24.4745%2015.6272H21.4311L21.4344%2015.5951L21.4499%2015.3515C21.5376%2014.0039%2021.3192%2012.654%2020.811%2011.4029L23.4558%209.87538ZM24.4208%2016.1604C24.2342%2017.7882%2023.7145%2019.3602%2022.8938%2020.7783L22.6386%2021.2201L20.0126%2019.7037L20.2684%2019.2613C20.822%2018.3046%2021.1928%2017.2533%2021.3619%2016.1609L24.4208%2016.1604Z'%20fill='url(%23paint0_linear_114_3079)'/%3e%3cpath%20d='M12.5003%2017.694C13.4944%2017.694%2014.3002%2016.8881%2014.3002%2015.8941C14.3002%2014.9%2013.4944%2014.0942%2012.5003%2014.0942C11.5063%2014.0942%2010.7004%2014.9%2010.7004%2015.8941C10.7004%2016.8881%2011.5063%2017.694%2012.5003%2017.694Z'%20fill='url(%23paint1_linear_114_3079)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8068%2016.2467L20.0813%2011.5169L13.3479%2013.7193C13.8421%2013.9122%2014.2558%2014.2675%2014.521%2014.727C14.7862%2015.1864%2014.887%2015.7224%2014.8068%2016.2467Z'%20fill='url(%23paint2_linear_114_3079)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_114_3079'%20x1='24.5009'%20y1='2.7793'%20x2='6.68191'%20y2='25.9712'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_114_3079'%20x1='14.3002'%20y1='14.0942'%20x2='10.7004'%20y2='17.694'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_114_3079'%20x1='20.0813'%20y1='11.5169'%20x2='15.632'%20y2='17.8511'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_114_3079'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");width:23px}._BalanceWrap_5xw1r_1 ._minespeed_5xw1r_78 ._value_5xw1r_99{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:22px}._BalanceWrap_5xw1r_1 ._minespeed_5xw1r_78 ._currency_5xw1r_52{color:#ffffffb3;font-size:10px;font-style:normal;font-weight:700;line-height:normal}._BatteryWrap_130cm_1{position:relative;z-index:100;display:flex;align-items:center;justify-content:center;align-self:center;width:80px;height:30px;margin-top:50px}._BatteryWrap_130cm_1>img{position:absolute;z-index:101;top:-5px;right:-1px;width:16px;height:16px}._BatteryWrap_130cm_1._usdt_130cm_20 ._Battery_130cm_1,._BatteryWrap_130cm_1._usdt_130cm_20 ._Battery_mining_130cm_21{background-image:linear-gradient(225deg,#3ee83b,#25b03b)}._BatteryWrap_130cm_1._labr_130cm_24 ._Battery_130cm_1,._BatteryWrap_130cm_1._labr_130cm_24 ._Battery_mining_130cm_21{background-image:linear-gradient(225deg,#ffd180,#ffb47f)}._BatteryWrap_130cm_1._wm_130cm_28 ._Battery_130cm_1,._BatteryWrap_130cm_1._wm_130cm_28 ._Battery_mining_130cm_21{background-image:linear-gradient(225deg,#243055,#95dbbd)}._Battery_130cm_1{position:relative;width:100%;height:100%;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Home'%3e%3cpath%20d='M79.4286%209.00003L78.7879%209.00003L78.7879%209.64072L79.4286%209.64072L79.4286%209.00003ZM79.4286%2025L79.4286%2024.3593L78.7879%2024.3593L78.7879%2025L79.4286%2025ZM84.4287%2025L84.4287%2024.3593L84.4287%2025ZM84.4287%209.64072C86.284%209.64072%2087.788%2011.1447%2087.788%2013L89.0694%2013C89.0694%2010.437%2086.9917%208.35934%2084.4287%208.35934L84.4287%209.64072ZM79.4286%209.64072L84.4287%209.64072L84.4287%208.35934L79.4286%208.35934L79.4286%209.64072ZM71.4286%201.64072C75.493%201.64072%2078.7879%204.9356%2078.7879%209.00003L80.0693%209.00003C80.0693%204.22791%2076.2007%200.359337%2071.4286%200.359337L71.4286%201.64072ZM9.4286%201.64072L71.4286%201.64072L71.4286%200.359337L9.4286%200.359334L9.4286%201.64072ZM2.06929%209.00003C2.06929%204.93559%205.36416%201.64072%209.4286%201.64072L9.4286%200.359334C4.65647%200.359334%200.787903%204.2279%200.787902%209.00003L2.06929%209.00003ZM2.06929%2025L2.06929%209.00003L0.787902%209.00003L0.787902%2025L2.06929%2025ZM9.4286%2032.3593C5.36416%2032.3593%202.06929%2029.0645%202.06929%2025L0.787902%2025C0.787902%2029.7721%204.65647%2033.6407%209.4286%2033.6407L9.4286%2032.3593ZM71.4286%2032.3593L9.4286%2032.3593L9.4286%2033.6407L71.4286%2033.6407L71.4286%2032.3593ZM78.7879%2025C78.7879%2029.0645%2075.493%2032.3593%2071.4286%2032.3593L71.4286%2033.6407C76.2007%2033.6407%2080.0693%2029.7722%2080.0693%2025L78.7879%2025ZM84.4287%2024.3593L79.4286%2024.3593L79.4286%2025.6407L84.4287%2025.6407L84.4287%2024.3593ZM87.788%2021C87.788%2022.8553%2086.284%2024.3593%2084.4287%2024.3593L84.4287%2025.6407C86.9917%2025.6407%2089.0694%2023.563%2089.0694%2021L87.788%2021ZM87.788%2013L87.788%2021L89.0694%2021L89.0694%2013L87.788%2013Z'%20fill='url(%23paint0_linear_395_29059)'/%3e%3cpath%20id='Rectangle%208'%20d='M84%2011C85.1046%2011%2086%2011.8954%2086%2013L86%2021C86%2022.1046%2085.1046%2023%2084%2023L81%2023C79.8954%2023%2079%2022.1046%2079%2021L79%2013C79%2011.8954%2079.8954%2011%2081%2011L84%2011Z'%20fill='url(%23paint1_linear_395_29059)'/%3e%3cpath%20id='Rectangle%207'%20d='M71.4285%203C74.7422%203%2077.4285%205.68629%2077.4285%209L77.4285%2025C77.4285%2028.3137%2074.7422%2031%2071.4285%2031L9.42847%2031C6.11476%2031%203.42847%2028.3118%203.42847%2024.9981C3.42847%2019.3128%203.42847%2014.6872%203.42847%209.00186C3.42847%205.68815%206.11476%203%209.42847%203L71.4285%203Z'%20fill='url(%23paint3_linear_395_29059)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_29059'%20x1='88.4287'%20y1='33'%20x2='67.6937'%20y2='-23.3733'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_395_29059'%20x1='85.2177'%20y1='11.6749'%20x2='80.6201'%20y2='22.8052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_395_29059'%3e%3cstop%20stop-color='transparent'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Home'%3e%3cpath%20d='M79.4286%209.00003L78.7879%209.00003L78.7879%209.64072L79.4286%209.64072L79.4286%209.00003ZM79.4286%2025L79.4286%2024.3593L78.7879%2024.3593L78.7879%2025L79.4286%2025ZM84.4287%2025L84.4287%2024.3593L84.4287%2025ZM84.4287%209.64072C86.284%209.64072%2087.788%2011.1447%2087.788%2013L89.0694%2013C89.0694%2010.437%2086.9917%208.35934%2084.4287%208.35934L84.4287%209.64072ZM79.4286%209.64072L84.4287%209.64072L84.4287%208.35934L79.4286%208.35934L79.4286%209.64072ZM71.4286%201.64072C75.493%201.64072%2078.7879%204.9356%2078.7879%209.00003L80.0693%209.00003C80.0693%204.22791%2076.2007%200.359337%2071.4286%200.359337L71.4286%201.64072ZM9.4286%201.64072L71.4286%201.64072L71.4286%200.359337L9.4286%200.359334L9.4286%201.64072ZM2.06929%209.00003C2.06929%204.93559%205.36416%201.64072%209.4286%201.64072L9.4286%200.359334C4.65647%200.359334%200.787903%204.2279%200.787902%209.00003L2.06929%209.00003ZM2.06929%2025L2.06929%209.00003L0.787902%209.00003L0.787902%2025L2.06929%2025ZM9.4286%2032.3593C5.36416%2032.3593%202.06929%2029.0645%202.06929%2025L0.787902%2025C0.787902%2029.7721%204.65647%2033.6407%209.4286%2033.6407L9.4286%2032.3593ZM71.4286%2032.3593L9.4286%2032.3593L9.4286%2033.6407L71.4286%2033.6407L71.4286%2032.3593ZM78.7879%2025C78.7879%2029.0645%2075.493%2032.3593%2071.4286%2032.3593L71.4286%2033.6407C76.2007%2033.6407%2080.0693%2029.7722%2080.0693%2025L78.7879%2025ZM84.4287%2024.3593L79.4286%2024.3593L79.4286%2025.6407L84.4287%2025.6407L84.4287%2024.3593ZM87.788%2021C87.788%2022.8553%2086.284%2024.3593%2084.4287%2024.3593L84.4287%2025.6407C86.9917%2025.6407%2089.0694%2023.563%2089.0694%2021L87.788%2021ZM87.788%2013L87.788%2021L89.0694%2021L89.0694%2013L87.788%2013Z'%20fill='url(%23paint0_linear_395_29059)'/%3e%3cpath%20id='Rectangle%208'%20d='M84%2011C85.1046%2011%2086%2011.8954%2086%2013L86%2021C86%2022.1046%2085.1046%2023%2084%2023L81%2023C79.8954%2023%2079%2022.1046%2079%2021L79%2013C79%2011.8954%2079.8954%2011%2081%2011L84%2011Z'%20fill='url(%23paint1_linear_395_29059)'/%3e%3cpath%20id='Rectangle%207'%20d='M71.4285%203C74.7422%203%2077.4285%205.68629%2077.4285%209L77.4285%2025C77.4285%2028.3137%2074.7422%2031%2071.4285%2031L9.42847%2031C6.11476%2031%203.42847%2028.3118%203.42847%2024.9981C3.42847%2019.3128%203.42847%2014.6872%203.42847%209.00186C3.42847%205.68815%206.11476%203%209.42847%203L71.4285%203Z'%20fill='url(%23paint3_linear_395_29059)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_29059'%20x1='88.4287'%20y1='33'%20x2='67.6937'%20y2='-23.3733'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_395_29059'%20x1='85.2177'%20y1='11.6749'%20x2='80.6201'%20y2='22.8052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_395_29059'%3e%3cstop%20stop-color='transparent'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._Battery_130cm_1._empty_130cm_39{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M79.4286%209.00003L78.7879%209.00003L78.7879%209.64072L79.4286%209.64072L79.4286%209.00003ZM79.4286%2025L79.4286%2024.3593L78.7879%2024.3593L78.7879%2025L79.4286%2025ZM84.4287%2025L84.4287%2024.3593L84.4287%2025ZM84.4287%209.64072C86.284%209.64072%2087.788%2011.1447%2087.788%2013L89.0694%2013C89.0694%2010.437%2086.9917%208.35934%2084.4287%208.35934L84.4287%209.64072ZM79.4286%209.64072L84.4287%209.64072L84.4287%208.35934L79.4286%208.35934L79.4286%209.64072ZM71.4286%201.64072C75.493%201.64072%2078.7879%204.9356%2078.7879%209.00003L80.0693%209.00003C80.0693%204.22791%2076.2007%200.359337%2071.4286%200.359337L71.4286%201.64072ZM9.4286%201.64072L71.4286%201.64072L71.4286%200.359337L9.4286%200.359334L9.4286%201.64072ZM2.06929%209.00003C2.06929%204.93559%205.36416%201.64072%209.4286%201.64072L9.4286%200.359334C4.65647%200.359334%200.787903%204.2279%200.787902%209.00003L2.06929%209.00003ZM2.06929%2025L2.06929%209.00003L0.787902%209.00003L0.787902%2025L2.06929%2025ZM9.4286%2032.3593C5.36416%2032.3593%202.06929%2029.0645%202.06929%2025L0.787902%2025C0.787902%2029.7721%204.65647%2033.6407%209.4286%2033.6407L9.4286%2032.3593ZM71.4286%2032.3593L9.4286%2032.3593L9.4286%2033.6407L71.4286%2033.6407L71.4286%2032.3593ZM78.7879%2025C78.7879%2029.0645%2075.493%2032.3593%2071.4286%2032.3593L71.4286%2033.6407C76.2007%2033.6407%2080.0693%2029.7722%2080.0693%2025L78.7879%2025ZM84.4287%2024.3593L79.4286%2024.3593L79.4286%2025.6407L84.4287%2025.6407L84.4287%2024.3593ZM87.788%2021C87.788%2022.8553%2086.284%2024.3593%2084.4287%2024.3593L84.4287%2025.6407C86.9917%2025.6407%2089.0694%2023.563%2089.0694%2021L87.788%2021ZM87.788%2013L87.788%2021L89.0694%2021L89.0694%2013L87.788%2013Z'%20fill='url(%23paint0_linear_630_5260)'/%3e%3cpath%20d='M61%2019.1729L35.6767%208L38.3526%2018.3445L19%2013.5858L45.5585%2026L42.6759%2015.4478L61%2019.1729Z'%20fill='url(%23paint1_linear_630_5260)'/%3e%3cpath%20d='M84%2011C85.1046%2011%2086%2011.8954%2086%2013L86%2021C86%2022.1046%2085.1046%2023%2084%2023L81%2023C79.8954%2023%2079%2022.1046%2079%2021L79%2013C79%2011.8954%2079.8954%2011%2081%2011L84%2011Z'%20fill='url(%23paint2_linear_630_5260)'/%3e%3cdefs%3e%3c!--%20%3cfilter%20id='filter0_b_630_5260'%20x='-14.5888'%20y='-15.0173'%20width='119.035'%20height='64.0346'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='7.68831'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_630_5260'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_630_5260'%20result='shape'/%3e%3c/filter%3e%20--%3e%3clinearGradient%20id='paint0_linear_630_5260'%20x1='88.4287'%20y1='33'%20x2='67.6937'%20y2='-23.3733'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_630_5260'%20x1='61'%20y1='26'%20x2='47.9655'%20y2='-4.4138'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_630_5260'%20x1='85.2177'%20y1='11.6749'%20x2='80.6201'%20y2='22.8052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M79.4286%209.00003L78.7879%209.00003L78.7879%209.64072L79.4286%209.64072L79.4286%209.00003ZM79.4286%2025L79.4286%2024.3593L78.7879%2024.3593L78.7879%2025L79.4286%2025ZM84.4287%2025L84.4287%2024.3593L84.4287%2025ZM84.4287%209.64072C86.284%209.64072%2087.788%2011.1447%2087.788%2013L89.0694%2013C89.0694%2010.437%2086.9917%208.35934%2084.4287%208.35934L84.4287%209.64072ZM79.4286%209.64072L84.4287%209.64072L84.4287%208.35934L79.4286%208.35934L79.4286%209.64072ZM71.4286%201.64072C75.493%201.64072%2078.7879%204.9356%2078.7879%209.00003L80.0693%209.00003C80.0693%204.22791%2076.2007%200.359337%2071.4286%200.359337L71.4286%201.64072ZM9.4286%201.64072L71.4286%201.64072L71.4286%200.359337L9.4286%200.359334L9.4286%201.64072ZM2.06929%209.00003C2.06929%204.93559%205.36416%201.64072%209.4286%201.64072L9.4286%200.359334C4.65647%200.359334%200.787903%204.2279%200.787902%209.00003L2.06929%209.00003ZM2.06929%2025L2.06929%209.00003L0.787902%209.00003L0.787902%2025L2.06929%2025ZM9.4286%2032.3593C5.36416%2032.3593%202.06929%2029.0645%202.06929%2025L0.787902%2025C0.787902%2029.7721%204.65647%2033.6407%209.4286%2033.6407L9.4286%2032.3593ZM71.4286%2032.3593L9.4286%2032.3593L9.4286%2033.6407L71.4286%2033.6407L71.4286%2032.3593ZM78.7879%2025C78.7879%2029.0645%2075.493%2032.3593%2071.4286%2032.3593L71.4286%2033.6407C76.2007%2033.6407%2080.0693%2029.7722%2080.0693%2025L78.7879%2025ZM84.4287%2024.3593L79.4286%2024.3593L79.4286%2025.6407L84.4287%2025.6407L84.4287%2024.3593ZM87.788%2021C87.788%2022.8553%2086.284%2024.3593%2084.4287%2024.3593L84.4287%2025.6407C86.9917%2025.6407%2089.0694%2023.563%2089.0694%2021L87.788%2021ZM87.788%2013L87.788%2021L89.0694%2021L89.0694%2013L87.788%2013Z'%20fill='url(%23paint0_linear_630_5260)'/%3e%3cpath%20d='M61%2019.1729L35.6767%208L38.3526%2018.3445L19%2013.5858L45.5585%2026L42.6759%2015.4478L61%2019.1729Z'%20fill='url(%23paint1_linear_630_5260)'/%3e%3cpath%20d='M84%2011C85.1046%2011%2086%2011.8954%2086%2013L86%2021C86%2022.1046%2085.1046%2023%2084%2023L81%2023C79.8954%2023%2079%2022.1046%2079%2021L79%2013C79%2011.8954%2079.8954%2011%2081%2011L84%2011Z'%20fill='url(%23paint2_linear_630_5260)'/%3e%3cdefs%3e%3c!--%20%3cfilter%20id='filter0_b_630_5260'%20x='-14.5888'%20y='-15.0173'%20width='119.035'%20height='64.0346'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeGaussianBlur%20in='BackgroundImageFix'%20stdDeviation='7.68831'/%3e%3cfeComposite%20in2='SourceAlpha'%20operator='in'%20result='effect1_backgroundBlur_630_5260'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='effect1_backgroundBlur_630_5260'%20result='shape'/%3e%3c/filter%3e%20--%3e%3clinearGradient%20id='paint0_linear_630_5260'%20x1='88.4287'%20y1='33'%20x2='67.6937'%20y2='-23.3733'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_630_5260'%20x1='61'%20y1='26'%20x2='47.9655'%20y2='-4.4138'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_630_5260'%20x1='85.2177'%20y1='11.6749'%20x2='80.6201'%20y2='22.8052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._Battery_mining_130cm_21{position:absolute;z-index:2;top:0;left:0;width:80px;height:30px;background-size:10%;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Home'%3e%3cpath%20id='Rectangle%207'%20d='M71.4285%203C74.7422%203%2077.4285%205.68629%2077.4285%209L77.4285%2025C77.4285%2028.3137%2074.7422%2031%2071.4285%2031L9.42847%2031C6.11476%2031%203.42847%2028.3118%203.42847%2024.9981C3.42847%2019.3128%203.42847%2014.6872%203.42847%209.00186C3.42847%205.68815%206.11476%203%209.42847%203L71.4285%203Z'%20fill='url(%23paint3_linear_395_29059)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint3_linear_395_29059'%20x1='77.4285'%20y1='31'%20x2='58.893'%20y2='-17.9866'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Home'%3e%3cpath%20id='Rectangle%207'%20d='M71.4285%203C74.7422%203%2077.4285%205.68629%2077.4285%209L77.4285%2025C77.4285%2028.3137%2074.7422%2031%2071.4285%2031L9.42847%2031C6.11476%2031%203.42847%2028.3118%203.42847%2024.9981C3.42847%2019.3128%203.42847%2014.6872%203.42847%209.00186C3.42847%205.68815%206.11476%203%209.42847%203L71.4285%203Z'%20fill='url(%23paint3_linear_395_29059)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint3_linear_395_29059'%20x1='77.4285'%20y1='31'%20x2='58.893'%20y2='-17.9866'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._Battery_time_130cm_54{position:absolute;z-index:10;top:50%;transform:translateY(-50%);margin-right:10px;font-size:12px;font-weight:700;color:#fff;white-space:nowrap}._Menu_ce3x4_1{display:flex;flex-direction:column;gap:10px;width:100%;pointer-events:none}._Menu_ce3x4_1._center_ce3x4_8{position:absolute;z-index:100;top:60%;left:0;translate:0 -50%;padding:0 16px}._MenuAds_1ms6a_1{position:relative;height:50px;aspect-ratio:1/1;pointer-events:all}._MenuAds_1ms6a_1 img{width:100%;height:100%;object-fit:contain}._MenuItem_mad1n_1{position:relative;overflow:hidden;display:flex;justify-content:center;align-items:center;height:50px;width:50px;text-align:center;font-size:16px;font-weight:700;line-height:100%;text-transform:capitalize;border-radius:16px;border:1px solid transparent;pointer-events:all}._MenuItem_mad1n_1:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0}._MenuItem_mad1n_1._wm_mad1n_24,._MenuItem_mad1n_1._labr_mad1n_24,._MenuItem_mad1n_1._usdt_mad1n_24{color:#fff;border-color:#fff}._MenuItem_mad1n_1._wm_mad1n_24:before,._MenuItem_mad1n_1._labr_mad1n_24:before,._MenuItem_mad1n_1._usdt_mad1n_24:before{background:#0e0e1066}._MenuItem_mad1n_1._wm_mad1n_24 i,._MenuItem_mad1n_1._labr_mad1n_24 i,._MenuItem_mad1n_1._usdt_mad1n_24 i{background:#fff}._MenuItem_mad1n_1._weMine_mad1n_34{background:linear-gradient(225deg,#e8a13b,#b05c25);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;border-color:#e8a13b}._MenuItem_mad1n_1._weMine_mad1n_34:before{background:#0e0e1066}._MenuItem_mad1n_1._weMine_mad1n_34 i{background:linear-gradient(225deg,#e8a13b,#b05c25)}._MenuItem_mad1n_1._leaderboard_mad1n_47 i{width:32px;height:32px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20100%25%20100%25'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_486_16331)'%3e%3cpath%20d='M20.7059%2029.6471H22.1176V23.0588H29.1765C29.4261%2023.0588%2029.6655%2023.158%2029.842%2023.3345C30.0185%2023.511%2030.1176%2023.7504%2030.1176%2024V29.6471H31.5294C31.6542%2029.6471%2031.7739%2029.6966%2031.8622%2029.7849C31.9504%2029.8731%2032%2029.9928%2032%2030.1177V31.0588C32%2031.1836%2031.9504%2031.3033%2031.8622%2031.3916C31.7739%2031.4798%2031.6542%2031.5294%2031.5294%2031.5294H0.470588C0.34578%2031.5294%200.226085%2031.4798%200.137832%2031.3916C0.0495797%2031.3033%200%2031.1836%200%2031.0588V30.1177C0%2029.9928%200.0495797%2029.8731%200.137832%2029.7849C0.226085%2029.6966%200.34578%2029.6471%200.470588%2029.6471H1.88235V21.6471C1.88235%2021.3975%201.98151%2021.1581%202.15802%2020.9816C2.33452%2020.805%202.57391%2020.7059%202.82353%2020.7059H9.88235V29.6471H11.2941V17.4118C11.2941%2017.1622%2011.3933%2016.9228%2011.5698%2016.7463C11.7463%2016.5698%2011.9857%2016.4706%2012.2353%2016.4706H19.7647C20.0143%2016.4706%2020.2537%2016.5698%2020.4302%2016.7463C20.6067%2016.9228%2020.7059%2017.1622%2020.7059%2017.4118V29.6471ZM13.8118%2011.3901C12.8894%2011.8748%2011.9341%2011.1718%2012.1092%2010.1529L12.5271%207.71671L10.7572%205.99107C10.0108%205.26354%2010.3845%204.13836%2011.4075%203.98966L13.8536%203.63389L14.9478%201.41742C15.4089%200.482832%2016.5948%200.490361%2017.0522%201.41742L18.1464%203.63389L20.5925%203.98966C21.624%204.1393%2021.9831%205.26966%2021.2428%205.99107L19.4729%207.71671L19.8908%2010.1529C20.0668%2011.1802%2019.1031%2011.8711%2018.1878%2011.3901L16%2010.24L13.8118%2011.3901Z'%20fill='url(%23paint0_linear_486_16331)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_486_16331'%20x1='32'%20y1='0.719297'%20x2='1.21198'%20y2='32.6963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%20100%25%20100%25'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_486_16331)'%3e%3cpath%20d='M20.7059%2029.6471H22.1176V23.0588H29.1765C29.4261%2023.0588%2029.6655%2023.158%2029.842%2023.3345C30.0185%2023.511%2030.1176%2023.7504%2030.1176%2024V29.6471H31.5294C31.6542%2029.6471%2031.7739%2029.6966%2031.8622%2029.7849C31.9504%2029.8731%2032%2029.9928%2032%2030.1177V31.0588C32%2031.1836%2031.9504%2031.3033%2031.8622%2031.3916C31.7739%2031.4798%2031.6542%2031.5294%2031.5294%2031.5294H0.470588C0.34578%2031.5294%200.226085%2031.4798%200.137832%2031.3916C0.0495797%2031.3033%200%2031.1836%200%2031.0588V30.1177C0%2029.9928%200.0495797%2029.8731%200.137832%2029.7849C0.226085%2029.6966%200.34578%2029.6471%200.470588%2029.6471H1.88235V21.6471C1.88235%2021.3975%201.98151%2021.1581%202.15802%2020.9816C2.33452%2020.805%202.57391%2020.7059%202.82353%2020.7059H9.88235V29.6471H11.2941V17.4118C11.2941%2017.1622%2011.3933%2016.9228%2011.5698%2016.7463C11.7463%2016.5698%2011.9857%2016.4706%2012.2353%2016.4706H19.7647C20.0143%2016.4706%2020.2537%2016.5698%2020.4302%2016.7463C20.6067%2016.9228%2020.7059%2017.1622%2020.7059%2017.4118V29.6471ZM13.8118%2011.3901C12.8894%2011.8748%2011.9341%2011.1718%2012.1092%2010.1529L12.5271%207.71671L10.7572%205.99107C10.0108%205.26354%2010.3845%204.13836%2011.4075%203.98966L13.8536%203.63389L14.9478%201.41742C15.4089%200.482832%2016.5948%200.490361%2017.0522%201.41742L18.1464%203.63389L20.5925%203.98966C21.624%204.1393%2021.9831%205.26966%2021.2428%205.99107L19.4729%207.71671L19.8908%2010.1529C20.0668%2011.1802%2019.1031%2011.8711%2018.1878%2011.3901L16%2010.24L13.8118%2011.3901Z'%20fill='url(%23paint0_linear_486_16331)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_486_16331'%20x1='32'%20y1='0.719297'%20x2='1.21198'%20y2='32.6963'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._MenuItem_mad1n_1._daily-rewards_mad1n_52 i{width:40px;height:40px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icons%20/%20Calendar'%3e%3cg%20id='Union'%3e%3cpath%20d='M6.875%2013.9406C7.87063%2013.0475%209.1825%2012.5%2010.625%2012.5H29.375C30.8175%2012.5%2032.1294%2013.0475%2033.125%2013.9406V11.25C33.125%209.18187%2031.4431%207.5%2029.375%207.5H10.625C8.55687%207.5%206.875%209.18187%206.875%2011.25V13.9406Z'%20fill='url(%23paint0_linear_2339_32551)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M33.125%2018.125C33.125%2016.0538%2031.4463%2014.375%2029.375%2014.375H10.625C8.55375%2014.375%206.875%2016.0538%206.875%2018.125V28.75C6.875%2030.8181%208.55687%2032.5%2010.625%2032.5H29.375C31.4431%2032.5%2033.125%2030.8181%2033.125%2028.75V18.125ZM13.75%2026.875V28.125C13.75%2028.47%2013.47%2028.75%2013.125%2028.75H11.875C11.53%2028.75%2011.25%2028.47%2011.25%2028.125V26.875C11.25%2026.53%2011.53%2026.25%2011.875%2026.25H13.125C13.47%2026.25%2013.75%2026.53%2013.75%2026.875ZM13.75%2022.5V23.75C13.75%2024.095%2013.47%2024.375%2013.125%2024.375H11.875C11.53%2024.375%2011.25%2024.095%2011.25%2023.75V22.5C11.25%2022.155%2011.53%2021.875%2011.875%2021.875H13.125C13.47%2021.875%2013.75%2022.155%2013.75%2022.5ZM18.75%2026.875V28.125C18.75%2028.47%2018.47%2028.75%2018.125%2028.75H16.875C16.53%2028.75%2016.25%2028.47%2016.25%2028.125V26.875C16.25%2026.53%2016.53%2026.25%2016.875%2026.25H18.125C18.47%2026.25%2018.75%2026.53%2018.75%2026.875ZM18.75%2022.5V23.75C18.75%2024.095%2018.47%2024.375%2018.125%2024.375H16.875C16.53%2024.375%2016.25%2024.095%2016.25%2023.75V22.5C16.25%2022.155%2016.53%2021.875%2016.875%2021.875H18.125C18.47%2021.875%2018.75%2022.155%2018.75%2022.5ZM18.75%2018.125V19.375C18.75%2019.72%2018.47%2020%2018.125%2020H16.875C16.53%2020%2016.25%2019.72%2016.25%2019.375V18.125C16.25%2017.78%2016.53%2017.5%2016.875%2017.5H18.125C18.47%2017.5%2018.75%2017.78%2018.75%2018.125ZM23.75%2026.875V28.125C23.75%2028.47%2023.47%2028.75%2023.125%2028.75H21.875C21.53%2028.75%2021.25%2028.47%2021.25%2028.125V26.875C21.25%2026.53%2021.53%2026.25%2021.875%2026.25H23.125C23.47%2026.25%2023.75%2026.53%2023.75%2026.875ZM23.75%2022.5V23.75C23.75%2024.095%2023.47%2024.375%2023.125%2024.375H21.875C21.53%2024.375%2021.25%2024.095%2021.25%2023.75V22.5C21.25%2022.155%2021.53%2021.875%2021.875%2021.875H23.125C23.47%2021.875%2023.75%2022.155%2023.75%2022.5ZM23.75%2018.125V19.375C23.75%2019.72%2023.47%2020%2023.125%2020H21.875C21.53%2020%2021.25%2019.72%2021.25%2019.375V18.125C21.25%2017.78%2021.53%2017.5%2021.875%2017.5H23.125C23.47%2017.5%2023.75%2017.78%2023.75%2018.125ZM28.75%2022.5V23.75C28.75%2024.095%2028.47%2024.375%2028.125%2024.375H26.875C26.53%2024.375%2026.25%2024.095%2026.25%2023.75V22.5C26.25%2022.155%2026.53%2021.875%2026.875%2021.875H28.125C28.47%2021.875%2028.75%2022.155%2028.75%2022.5ZM28.75%2018.125V19.375C28.75%2019.72%2028.47%2020%2028.125%2020H26.875C26.53%2020%2026.25%2019.72%2026.25%2019.375V18.125C26.25%2017.78%2026.53%2017.5%2026.875%2017.5H28.125C28.47%2017.5%2028.75%2017.78%2028.75%2018.125Z'%20fill='url(%23paint1_linear_2339_32551)'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2339_32551'%20x1='33.125'%20y1='7.5'%20x2='8.15472'%20y2='33.7188'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8A13B'/%3e%3cstop%20offset='1'%20stop-color='%23B05C25'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2339_32551'%20x1='33.125'%20y1='7.5'%20x2='8.15472'%20y2='33.7188'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8A13B'/%3e%3cstop%20offset='1'%20stop-color='%23B05C25'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Icons%20/%20Calendar'%3e%3cg%20id='Union'%3e%3cpath%20d='M6.875%2013.9406C7.87063%2013.0475%209.1825%2012.5%2010.625%2012.5H29.375C30.8175%2012.5%2032.1294%2013.0475%2033.125%2013.9406V11.25C33.125%209.18187%2031.4431%207.5%2029.375%207.5H10.625C8.55687%207.5%206.875%209.18187%206.875%2011.25V13.9406Z'%20fill='url(%23paint0_linear_2339_32551)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M33.125%2018.125C33.125%2016.0538%2031.4463%2014.375%2029.375%2014.375H10.625C8.55375%2014.375%206.875%2016.0538%206.875%2018.125V28.75C6.875%2030.8181%208.55687%2032.5%2010.625%2032.5H29.375C31.4431%2032.5%2033.125%2030.8181%2033.125%2028.75V18.125ZM13.75%2026.875V28.125C13.75%2028.47%2013.47%2028.75%2013.125%2028.75H11.875C11.53%2028.75%2011.25%2028.47%2011.25%2028.125V26.875C11.25%2026.53%2011.53%2026.25%2011.875%2026.25H13.125C13.47%2026.25%2013.75%2026.53%2013.75%2026.875ZM13.75%2022.5V23.75C13.75%2024.095%2013.47%2024.375%2013.125%2024.375H11.875C11.53%2024.375%2011.25%2024.095%2011.25%2023.75V22.5C11.25%2022.155%2011.53%2021.875%2011.875%2021.875H13.125C13.47%2021.875%2013.75%2022.155%2013.75%2022.5ZM18.75%2026.875V28.125C18.75%2028.47%2018.47%2028.75%2018.125%2028.75H16.875C16.53%2028.75%2016.25%2028.47%2016.25%2028.125V26.875C16.25%2026.53%2016.53%2026.25%2016.875%2026.25H18.125C18.47%2026.25%2018.75%2026.53%2018.75%2026.875ZM18.75%2022.5V23.75C18.75%2024.095%2018.47%2024.375%2018.125%2024.375H16.875C16.53%2024.375%2016.25%2024.095%2016.25%2023.75V22.5C16.25%2022.155%2016.53%2021.875%2016.875%2021.875H18.125C18.47%2021.875%2018.75%2022.155%2018.75%2022.5ZM18.75%2018.125V19.375C18.75%2019.72%2018.47%2020%2018.125%2020H16.875C16.53%2020%2016.25%2019.72%2016.25%2019.375V18.125C16.25%2017.78%2016.53%2017.5%2016.875%2017.5H18.125C18.47%2017.5%2018.75%2017.78%2018.75%2018.125ZM23.75%2026.875V28.125C23.75%2028.47%2023.47%2028.75%2023.125%2028.75H21.875C21.53%2028.75%2021.25%2028.47%2021.25%2028.125V26.875C21.25%2026.53%2021.53%2026.25%2021.875%2026.25H23.125C23.47%2026.25%2023.75%2026.53%2023.75%2026.875ZM23.75%2022.5V23.75C23.75%2024.095%2023.47%2024.375%2023.125%2024.375H21.875C21.53%2024.375%2021.25%2024.095%2021.25%2023.75V22.5C21.25%2022.155%2021.53%2021.875%2021.875%2021.875H23.125C23.47%2021.875%2023.75%2022.155%2023.75%2022.5ZM23.75%2018.125V19.375C23.75%2019.72%2023.47%2020%2023.125%2020H21.875C21.53%2020%2021.25%2019.72%2021.25%2019.375V18.125C21.25%2017.78%2021.53%2017.5%2021.875%2017.5H23.125C23.47%2017.5%2023.75%2017.78%2023.75%2018.125ZM28.75%2022.5V23.75C28.75%2024.095%2028.47%2024.375%2028.125%2024.375H26.875C26.53%2024.375%2026.25%2024.095%2026.25%2023.75V22.5C26.25%2022.155%2026.53%2021.875%2026.875%2021.875H28.125C28.47%2021.875%2028.75%2022.155%2028.75%2022.5ZM28.75%2018.125V19.375C28.75%2019.72%2028.47%2020%2028.125%2020H26.875C26.53%2020%2026.25%2019.72%2026.25%2019.375V18.125C26.25%2017.78%2026.53%2017.5%2026.875%2017.5H28.125C28.47%2017.5%2028.75%2017.78%2028.75%2018.125Z'%20fill='url(%23paint1_linear_2339_32551)'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_2339_32551'%20x1='33.125'%20y1='7.5'%20x2='8.15472'%20y2='33.7188'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8A13B'/%3e%3cstop%20offset='1'%20stop-color='%23B05C25'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_2339_32551'%20x1='33.125'%20y1='7.5'%20x2='8.15472'%20y2='33.7188'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8A13B'/%3e%3cstop%20offset='1'%20stop-color='%23B05C25'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._MenuRow_1cbc7_1{display:flex;width:100%;justify-content:space-between;align-items:center}._MenuSkins_1af5g_1{position:relative;height:55px;aspect-ratio:1/1;pointer-events:all}@keyframes _new_rotating_1af5g_1{0%{rotate:0deg}10%{rotate:-10deg}20%{rotate:10deg}30%{rotate:0deg}to{rotate:0deg}}._MenuSkins_1af5g_1 img{width:100%;height:100%;object-fit:contain;animation:_new_rotating_1af5g_1 2s infinite;animation-delay:1s}._MenuSkins_1af5g_1:before{content:"";position:absolute;top:1%;right:1%;bottom:1%;left:1%;background-color:#ffe1b7;border-radius:50%;filter:blur(4px)}._MenuSkins_1af5g_1._wm_1af5g_39{filter:hue-rotate(140deg) saturate(.8)}._MenuSkins_timer_1af5g_43{position:absolute;top:85%;left:50%;translate:-50%;padding:0 5px;font-size:11px;white-space:nowrap;border-radius:1000px;border:1px solid #52525a;background:#00000080;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@keyframes l7{33%{background-size:33.3333333333% 0%,33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 100%}50%{background-size:33.3333333333% 100%,33.3333333333% 0%,33.3333333333% 100%,33.3333333333% 100%}66%{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 0%,33.3333333333% 100%}99%{background-size:33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 100%,33.3333333333% 0%}}@keyframes inlineBg{0%{background-position:calc(var(--d) / sin(var(--angle))) 0}}:root{--d: 300px;--d2: 100px;--angle: 120deg}.button{position:relative;padding:10px 12px;width:100%;height:fit-content;text-align:center;white-space:nowrap;background:#0006;border-radius:48px;transition:.2s ease-in-out;transition-property:opacity}.button.isAnimBg{animation:inlineBg 5s linear infinite reverse}.button.Start,.button.orange,.button.collect{border:1px solid #e8a13b;background-image:repeating-linear-gradient(var(--angle),#b05c25,#e8a13b,#b05c25 var(--d))!important;background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat}.button.Start:hover,.button.orange:hover,.button.collect:hover{border-color:#f1c14b;background-image:repeating-linear-gradient(var(--angle),#b05c25,#ffb140,#b05c25 var(--d))!important}.button.Start:hover .s1,.button.orange:hover .s1,.button.collect:hover .s1{color:#fff}.button.bonus,.button.Claim{border:1px solid rgba(0,0,0,0);background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.4666666667),rgba(255,255,255,.0666666667),rgba(0,0,0,.4666666667) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat}.button.bonus:hover,.button.Claim:hover{border-color:#fff1;background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.5333333333),rgba(255,255,255,.1333333333),rgba(0,0,0,.5333333333) var(--d))!important}.button.bonus:hover .s1,.button.Claim:hover .s1{color:#fff!important}.button.lack{border:1px solid rgba(255,255,255,.14);background:#0e0e1066;width:60%}.button.lack .text .s1{color:#fff6;line-height:1.9em}.button.Mining{opacity:1;animation:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.button.Mining .s1,.button.Mining .s2,.button.Mining .s3{color:#fff!important}.button.Mining .text{filter:opacity(.5)}.button.Mining.bonus .text .s1{color:#f9e696}.button.small{padding:5px;border:1px solid rgba(255,255,255,.1);font-weight:500}.button.small .text{font-size:12px;font-weight:500}.button.small .text .s1{color:#fff}.button.round .text{column-gap:unset}.button.gray{background-color:#ffffff24}.button.yellow{background-color:#f5d466}.button.yellow.claim{background-image:repeating-linear-gradient(var(--angle),#f5d466,#fdfdfd,#f5d466 var(--d2));background-size:calc(var(--d2) / sin(var(--angle))) 100%;background-repeat:repeat;animation:inlineBg 5s linear infinite reverse}.button.yellow .text{font-size:12px;font-weight:700}.button.yellow .text .s1{color:#000;line-height:1em}.button.history{margin-top:0!important}.button.history .s1{color:#f9e696;text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:16px}.button.history.back .text{column-gap:4px;flex-direction:row-reverse}.button.history-white-text .s1{color:#fff!important}.button.history-white-text i{background-color:#fff!important}.button.loaderWhite{pointer-events:none;opacity:.7}.button.loaderWhite .text{opacity:0;scale:.7}.button.loaderWhite .background{opacity:1;scale:1}.button.disable{opacity:.3;pointer-events:none}.button .background{position:absolute;top:50%;left:50%;translate:-50% -50%;width:100%;height:100%;opacity:0;scale:.5;transition:.2s ease-in-out;transition-property:opacity,scale}.button .background.loader{width:100%;max-height:12px;min-height:12px;aspect-ratio:4;--_g: no-repeat radial-gradient(circle closest-side, #000 60%, #0000 70%);background:var(--_g) 0% 50%,var(--_g) 33% 50%,var(--_g) 66% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;animation:l7 1s infinite linear}.button .background.loaderWhite{width:30%;max-height:18px;min-height:18px;aspect-ratio:4;--_g: no-repeat radial-gradient(circle closest-side, #fff 40%, #fff0 50%);background:var(--_g) 0% 50%,var(--_g) 33% 50%,var(--_g) 66% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;animation:l7 1s infinite linear;margin:auto;pointer-events:none}.button .text{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;column-gap:8px;font-size:16px;font-weight:700;transition:.2s ease-in-out;transition-property:opacity,scale}.button .text .s3{color:#fff9e2}.button .text .s1,.button .text .s2{color:#f9e696}.button .text .s2,.button .text .s3{font-size:14px}.button .text .outline{padding:3px 8px;border-radius:16px;background:#ffffff24}.button i.share{mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_395_82530)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.0256%207.32227V3.8924C14.0256%203.32317%2014.3693%202.8092%2014.8957%202.59054C15.4221%202.37298%2016.0273%202.49361%2016.4309%202.89597L24.0874%2010.5526C24.6375%2011.1026%2024.6375%2011.9953%2024.0874%2012.5454L16.4309%2020.202C16.0273%2020.6044%2015.4221%2020.725%2014.8957%2020.5074C14.3693%2020.2888%2014.0256%2019.7748%2014.0256%2019.2056V15.7757H11.5459C8.58378%2015.7757%205.79415%2017.17%204.01665%2019.5404L2.02163%2022.2004C1.80296%2022.4912%201.4231%2022.6107%201.07824%2022.4957C0.733338%2022.3796%200.5%2022.0572%200.5%2021.6932V20.566C0.5%2013.2521%206.42985%207.32227%2013.7438%207.32227H14.0256Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82530'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_395_82530)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.0256%207.32227V3.8924C14.0256%203.32317%2014.3693%202.8092%2014.8957%202.59054C15.4221%202.37298%2016.0273%202.49361%2016.4309%202.89597L24.0874%2010.5526C24.6375%2011.1026%2024.6375%2011.9953%2024.0874%2012.5454L16.4309%2020.202C16.0273%2020.6044%2015.4221%2020.725%2014.8957%2020.5074C14.3693%2020.2888%2014.0256%2019.7748%2014.0256%2019.2056V15.7757H11.5459C8.58378%2015.7757%205.79415%2017.17%204.01665%2019.5404L2.02163%2022.2004C1.80296%2022.4912%201.4231%2022.6107%201.07824%2022.4957C0.733338%2022.3796%200.5%2022.0572%200.5%2021.6932V20.566C0.5%2013.2521%206.42985%207.32227%2013.7438%207.32227H14.0256Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82530'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background:#000;width:22px;height:22px}.button i.copy{mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_395_82535)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M8.75006%2020.0113C6.40706%2020.0113%204.5%2018.1043%204.5%2015.7613V5.51138H2.75006C1.23305%205.51138%200%206.7442%200%208.26126V21.7613C0%2023.2783%201.23305%2024.5113%202.75006%2024.5113H15.2499C16.767%2024.5113%2018%2023.2783%2018%2021.7613V20.0113H8.75006Z'%20fill='black'/%3e%3cpath%20id='Vector_2'%20d='M21.9999%203.26138C21.9999%201.74235%2020.7689%200.511322%2019.2501%200.511322H8.75006C7.23103%200.511322%206%201.74235%206%203.26138V15.7613C6%2017.2803%207.23103%2018.5113%208.75006%2018.5113H19.2501C20.7689%2018.5113%2021.9999%2017.2803%2021.9999%2015.7613V3.26138Z'%20fill='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82535'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_395_82535)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M8.75006%2020.0113C6.40706%2020.0113%204.5%2018.1043%204.5%2015.7613V5.51138H2.75006C1.23305%205.51138%200%206.7442%200%208.26126V21.7613C0%2023.2783%201.23305%2024.5113%202.75006%2024.5113H15.2499C16.767%2024.5113%2018%2023.2783%2018%2021.7613V20.0113H8.75006Z'%20fill='black'/%3e%3cpath%20id='Vector_2'%20d='M21.9999%203.26138C21.9999%201.74235%2020.7689%200.511322%2019.2501%200.511322H8.75006C7.23103%200.511322%206%201.74235%206%203.26138V15.7613C6%2017.2803%207.23103%2018.5113%208.75006%2018.5113H19.2501C20.7689%2018.5113%2021.9999%2017.2803%2021.9999%2015.7613V3.26138Z'%20fill='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82535'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background:#f5d466}.button i.history{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.6253%202.58622C11.014%202.55889%2011.3333%202.87867%2011.3333%203.26822V8.88888H11.6666C12.7082%208.88888%2013.5555%209.88577%2013.5555%2011.1111C13.5555%2012.3364%2012.7082%2013.3333%2011.6666%2013.3333H4.55551C3.49618%2013.3333%202.66663%2012.3571%202.66663%2011.1111C2.66663%2011.1111%202.66663%2011.1111%202.66663%2011.1111V3.26045C2.66663%202.87622%202.98752%202.55689%203.37063%202.586C3.62713%202.60532%203.75202%202.52588%203.95268%202.39825C4.15156%202.27159%204.42447%202.09778%204.79329%202.09778C5.19529%202.09778%205.53796%202.31%205.81307%202.48045L5.82691%202.48935C5.85296%202.50631%205.88253%202.52556%205.91129%202.52556C5.94108%202.52556%205.97787%202.50061%206.00894%202.47953L6.02751%202.46711C6.28263%202.30245%206.59996%202.09778%206.99996%202.09778C7.39996%202.09778%207.71729%202.30245%207.97218%202.46711L7.97846%202.47121C8.01392%202.49432%208.0642%202.52711%208.09374%202.52711C8.12485%202.52711%208.17638%202.49578%208.21521%202.47217L8.22796%202.46445C8.51263%202.29267%208.83529%202.098%209.20663%202.098C9.56507%202.098%209.83396%202.26822%2010.0304%202.39267C10.2361%202.52269%2010.3657%202.60465%2010.6253%202.58622ZM4.55551%2010.4444C4.44107%2010.4444%204.22218%2010.704%204.22218%2011.1111C4.22218%2011.5182%204.44107%2011.7778%204.55551%2011.7778C4.66996%2011.7778%204.88885%2011.5182%204.88885%2011.1111C4.88885%2010.704%204.66996%2010.4444%204.55551%2010.4444ZM6.36115%2011.7778C6.41534%2011.5681%206.4444%2011.3443%206.4444%2011.1111C6.4444%2010.8779%206.41534%2010.6541%206.36115%2010.4444H11.6666C11.7684%2010.4444%2012%2010.6962%2012%2011.1111C12%2011.526%2011.7684%2011.7778%2011.6666%2011.7778H6.36115ZM8.66663%208.22223C8.91196%208.22223%209.11107%208.02311%209.11107%207.77778C9.11107%207.53245%208.91196%207.33334%208.66663%207.33334H5.33329C5.08796%207.33334%204.88885%207.53245%204.88885%207.77778C4.88885%208.02311%205.08796%208.22223%205.33329%208.22223H8.66663ZM8.66663%206.66667C8.91196%206.66667%209.11107%206.46756%209.11107%206.22223C9.11107%205.97689%208.91196%205.77778%208.66663%205.77778H5.33329C5.08796%205.77778%204.88885%205.97689%204.88885%206.22223C4.88885%206.46756%205.08796%206.66667%205.33329%206.66667H8.66663ZM8.66663%205.11111C8.91196%205.11111%209.11107%204.912%209.11107%204.66667C9.11107%204.42134%208.91196%204.22222%208.66663%204.22222H5.33329C5.08796%204.22222%204.88885%204.42134%204.88885%204.66667C4.88885%204.912%205.08796%205.11111%205.33329%205.11111H8.66663Z'%20fill='%23F9E696'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.6253%202.58622C11.014%202.55889%2011.3333%202.87867%2011.3333%203.26822V8.88888H11.6666C12.7082%208.88888%2013.5555%209.88577%2013.5555%2011.1111C13.5555%2012.3364%2012.7082%2013.3333%2011.6666%2013.3333H4.55551C3.49618%2013.3333%202.66663%2012.3571%202.66663%2011.1111C2.66663%2011.1111%202.66663%2011.1111%202.66663%2011.1111V3.26045C2.66663%202.87622%202.98752%202.55689%203.37063%202.586C3.62713%202.60532%203.75202%202.52588%203.95268%202.39825C4.15156%202.27159%204.42447%202.09778%204.79329%202.09778C5.19529%202.09778%205.53796%202.31%205.81307%202.48045L5.82691%202.48935C5.85296%202.50631%205.88253%202.52556%205.91129%202.52556C5.94108%202.52556%205.97787%202.50061%206.00894%202.47953L6.02751%202.46711C6.28263%202.30245%206.59996%202.09778%206.99996%202.09778C7.39996%202.09778%207.71729%202.30245%207.97218%202.46711L7.97846%202.47121C8.01392%202.49432%208.0642%202.52711%208.09374%202.52711C8.12485%202.52711%208.17638%202.49578%208.21521%202.47217L8.22796%202.46445C8.51263%202.29267%208.83529%202.098%209.20663%202.098C9.56507%202.098%209.83396%202.26822%2010.0304%202.39267C10.2361%202.52269%2010.3657%202.60465%2010.6253%202.58622ZM4.55551%2010.4444C4.44107%2010.4444%204.22218%2010.704%204.22218%2011.1111C4.22218%2011.5182%204.44107%2011.7778%204.55551%2011.7778C4.66996%2011.7778%204.88885%2011.5182%204.88885%2011.1111C4.88885%2010.704%204.66996%2010.4444%204.55551%2010.4444ZM6.36115%2011.7778C6.41534%2011.5681%206.4444%2011.3443%206.4444%2011.1111C6.4444%2010.8779%206.41534%2010.6541%206.36115%2010.4444H11.6666C11.7684%2010.4444%2012%2010.6962%2012%2011.1111C12%2011.526%2011.7684%2011.7778%2011.6666%2011.7778H6.36115ZM8.66663%208.22223C8.91196%208.22223%209.11107%208.02311%209.11107%207.77778C9.11107%207.53245%208.91196%207.33334%208.66663%207.33334H5.33329C5.08796%207.33334%204.88885%207.53245%204.88885%207.77778C4.88885%208.02311%205.08796%208.22223%205.33329%208.22223H8.66663ZM8.66663%206.66667C8.91196%206.66667%209.11107%206.46756%209.11107%206.22223C9.11107%205.97689%208.91196%205.77778%208.66663%205.77778H5.33329C5.08796%205.77778%204.88885%205.97689%204.88885%206.22223C4.88885%206.46756%205.08796%206.66667%205.33329%206.66667H8.66663ZM8.66663%205.11111C8.91196%205.11111%209.11107%204.912%209.11107%204.66667C9.11107%204.42134%208.91196%204.22222%208.66663%204.22222H5.33329C5.08796%204.22222%204.88885%204.42134%204.88885%204.66667C4.88885%204.912%205.08796%205.11111%205.33329%205.11111H8.66663Z'%20fill='%23F9E696'/%3e%3c/svg%3e");background:#f9e696;width:16px;height:16px}.button i.back{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.91497%2013.2315C9.69097%2013.2315%209.46697%2013.1475%209.29408%2012.9789L4.83941%208.63199C4.66808%208.46488%204.57141%208.23533%204.57141%207.99577C4.57141%207.75621%204.66808%207.52688%204.83941%207.35955L9.28541%203.02133C9.63697%202.67866%2010.1994%202.68533%2010.5425%203.03666C10.8852%203.38799%2010.8785%203.95088%2010.5272%204.29355L6.73297%207.99577L10.5359%2011.7064C10.8872%2012.0491%2010.8939%2012.612%2010.5512%2012.9633C10.3772%2013.1418%2010.1461%2013.2315%209.91497%2013.2315Z'%20fill='%23F9E696'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.91497%2013.2315C9.69097%2013.2315%209.46697%2013.1475%209.29408%2012.9789L4.83941%208.63199C4.66808%208.46488%204.57141%208.23533%204.57141%207.99577C4.57141%207.75621%204.66808%207.52688%204.83941%207.35955L9.28541%203.02133C9.63697%202.67866%2010.1994%202.68533%2010.5425%203.03666C10.8852%203.38799%2010.8785%203.95088%2010.5272%204.29355L6.73297%207.99577L10.5359%2011.7064C10.8872%2012.0491%2010.8939%2012.612%2010.5512%2012.9633C10.3772%2013.1418%2010.1461%2013.2315%209.91497%2013.2315Z'%20fill='%23F9E696'/%3e%3c/svg%3e");background:#f9e696;width:16px;height:16px}.button.MiningButton{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:fit-content;max-height:46px!important;padding:10px 12px;text-align:center;white-space:nowrap;background:#0006;border-radius:48px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.button.MiningButton.Start,.button.MiningButton.orange,.button.MiningButton.collect{background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;border:1px solid white}.button.MiningButton.bonus,.button.MiningButton.Claim{background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.4666666667),rgba(255,255,255,.0666666667),rgba(0,0,0,.4666666667) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;border:1px solid #fff}.button.MiningButton.bonus:hover,.button.MiningButton.Claim:hover{border:1px solid rgba(255,255,255,.0666666667);background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.5333333333),rgba(255,255,255,.1333333333),rgba(0,0,0,.5333333333) var(--d))!important}.button.MiningButton.bonus:hover .s1,.button.MiningButton.Claim:hover .s1{color:#fff!important}.button.MiningButton.lack{width:60%;background:#0e0e1066;border:1px solid rgba(255,255,255,.14)}.button.MiningButton.lack .text .s1{color:#fff6;line-height:1.9em}.button.MiningButton.Mining{opacity:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:none}.button.MiningButton.Mining .s1,.button.MiningButton.Mining .s2,.button.MiningButton.Mining .s3{color:#fff!important}.button.MiningButton.Mining .text{filter:opacity(.5)}.button.MiningButton.Mining.bonus .text .s1{color:#fff}.button.MiningButton.small{padding:5px;font-weight:500;border:1px solid rgba(255,255,255,.1)}.button.MiningButton.small .text{font-size:12px;font-weight:500}.button.MiningButton.small .text .s1{color:#fff}.button.MiningButton.round .text{column-gap:unset}.button.MiningButton.gray{background-color:#ffffff24}.button.MiningButton.yellow{background-color:#f5d466}.button.MiningButton.yellow.claim{background-image:repeating-linear-gradient(var(--angle),#f5d466,#fdfdfd,#f5d466 var(--d2));background-size:calc(var(--d2) / sin(var(--angle))) 100%;background-repeat:repeat;animation:AnimationName 5s linear infinite reverse}.button.MiningButton.yellow .text{font-size:12px;font-weight:700}.button.MiningButton.yellow .text .s1{color:#000;line-height:1em}.button.MiningButton.history{margin-top:0!important}.button.MiningButton.history .s1{color:#f9e696;text-align:center;font-size:12px;font-style:normal;font-weight:700;line-height:130%}.button.MiningButton.history.back .text{column-gap:4px;flex-direction:row-reverse}.button.MiningButton .background.loader{width:100%;max-height:12px;min-height:12px;aspect-ratio:4;--_g: no-repeat radial-gradient(circle closest-side, #000 60%, #0000 70%);background:var(--_g) 0% 50%,var(--_g) 33% 50%,var(--_g) 66% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;animation:l7 1s infinite linear}.button.MiningButton .background.loaderWhite{width:30%;max-height:18px;min-height:18px;aspect-ratio:4;margin:auto;--_g: no-repeat radial-gradient(circle closest-side, #fff 40%, #fff0 50%);background:var(--_g) 0% 50%,var(--_g) 33% 50%,var(--_g) 66% 50%,var(--_g) 100% 50%;background-size:33.3333333333% 100%;animation:l7 1s infinite linear}.button.MiningButton .text{position:relative;z-index:2;display:flex;align-items:center;justify-content:center;column-gap:8px;font-size:16px;font-weight:700}.button.MiningButton .text .s3,.button.MiningButton .text .s1,.button.MiningButton .text .s2{color:#fff}.button.MiningButton .text .s2,.button.MiningButton .text .s3{font-size:14px}.button.MiningButton .text .outline{padding:3px 8px;background:#ffffff24;border-radius:16px}.button.MiningButton i.share{width:22px;height:22px;background:#000;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_395_82530)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.0256%207.32227V3.8924C14.0256%203.32317%2014.3693%202.8092%2014.8957%202.59054C15.4221%202.37298%2016.0273%202.49361%2016.4309%202.89597L24.0874%2010.5526C24.6375%2011.1026%2024.6375%2011.9953%2024.0874%2012.5454L16.4309%2020.202C16.0273%2020.6044%2015.4221%2020.725%2014.8957%2020.5074C14.3693%2020.2888%2014.0256%2019.7748%2014.0256%2019.2056V15.7757H11.5459C8.58378%2015.7757%205.79415%2017.17%204.01665%2019.5404L2.02163%2022.2004C1.80296%2022.4912%201.4231%2022.6107%201.07824%2022.4957C0.733338%2022.3796%200.5%2022.0572%200.5%2021.6932V20.566C0.5%2013.2521%206.42985%207.32227%2013.7438%207.32227H14.0256Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82530'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_395_82530)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.0256%207.32227V3.8924C14.0256%203.32317%2014.3693%202.8092%2014.8957%202.59054C15.4221%202.37298%2016.0273%202.49361%2016.4309%202.89597L24.0874%2010.5526C24.6375%2011.1026%2024.6375%2011.9953%2024.0874%2012.5454L16.4309%2020.202C16.0273%2020.6044%2015.4221%2020.725%2014.8957%2020.5074C14.3693%2020.2888%2014.0256%2019.7748%2014.0256%2019.2056V15.7757H11.5459C8.58378%2015.7757%205.79415%2017.17%204.01665%2019.5404L2.02163%2022.2004C1.80296%2022.4912%201.4231%2022.6107%201.07824%2022.4957C0.733338%2022.3796%200.5%2022.0572%200.5%2021.6932V20.566C0.5%2013.2521%206.42985%207.32227%2013.7438%207.32227H14.0256Z'%20fill='black'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82530'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.button.MiningButton i.copy{background:#f5d466;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_395_82535)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M8.75006%2020.0113C6.40706%2020.0113%204.5%2018.1043%204.5%2015.7613V5.51138H2.75006C1.23305%205.51138%200%206.7442%200%208.26126V21.7613C0%2023.2783%201.23305%2024.5113%202.75006%2024.5113H15.2499C16.767%2024.5113%2018%2023.2783%2018%2021.7613V20.0113H8.75006Z'%20fill='black'/%3e%3cpath%20id='Vector_2'%20d='M21.9999%203.26138C21.9999%201.74235%2020.7689%200.511322%2019.2501%200.511322H8.75006C7.23103%200.511322%206%201.74235%206%203.26138V15.7613C6%2017.2803%207.23103%2018.5113%208.75006%2018.5113H19.2501C20.7689%2018.5113%2021.9999%2017.2803%2021.9999%2015.7613V3.26138Z'%20fill='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82535'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_395_82535)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M8.75006%2020.0113C6.40706%2020.0113%204.5%2018.1043%204.5%2015.7613V5.51138H2.75006C1.23305%205.51138%200%206.7442%200%208.26126V21.7613C0%2023.2783%201.23305%2024.5113%202.75006%2024.5113H15.2499C16.767%2024.5113%2018%2023.2783%2018%2021.7613V20.0113H8.75006Z'%20fill='black'/%3e%3cpath%20id='Vector_2'%20d='M21.9999%203.26138C21.9999%201.74235%2020.7689%200.511322%2019.2501%200.511322H8.75006C7.23103%200.511322%206%201.74235%206%203.26138V15.7613C6%2017.2803%207.23103%2018.5113%208.75006%2018.5113H19.2501C20.7689%2018.5113%2021.9999%2017.2803%2021.9999%2015.7613V3.26138Z'%20fill='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82535'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.button.MiningButton i.history{width:16px;height:16px;background:#f9e696;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.6253%202.58622C11.014%202.55889%2011.3333%202.87867%2011.3333%203.26822V8.88888H11.6666C12.7082%208.88888%2013.5555%209.88577%2013.5555%2011.1111C13.5555%2012.3364%2012.7082%2013.3333%2011.6666%2013.3333H4.55551C3.49618%2013.3333%202.66663%2012.3571%202.66663%2011.1111C2.66663%2011.1111%202.66663%2011.1111%202.66663%2011.1111V3.26045C2.66663%202.87622%202.98752%202.55689%203.37063%202.586C3.62713%202.60532%203.75202%202.52588%203.95268%202.39825C4.15156%202.27159%204.42447%202.09778%204.79329%202.09778C5.19529%202.09778%205.53796%202.31%205.81307%202.48045L5.82691%202.48935C5.85296%202.50631%205.88253%202.52556%205.91129%202.52556C5.94108%202.52556%205.97787%202.50061%206.00894%202.47953L6.02751%202.46711C6.28263%202.30245%206.59996%202.09778%206.99996%202.09778C7.39996%202.09778%207.71729%202.30245%207.97218%202.46711L7.97846%202.47121C8.01392%202.49432%208.0642%202.52711%208.09374%202.52711C8.12485%202.52711%208.17638%202.49578%208.21521%202.47217L8.22796%202.46445C8.51263%202.29267%208.83529%202.098%209.20663%202.098C9.56507%202.098%209.83396%202.26822%2010.0304%202.39267C10.2361%202.52269%2010.3657%202.60465%2010.6253%202.58622ZM4.55551%2010.4444C4.44107%2010.4444%204.22218%2010.704%204.22218%2011.1111C4.22218%2011.5182%204.44107%2011.7778%204.55551%2011.7778C4.66996%2011.7778%204.88885%2011.5182%204.88885%2011.1111C4.88885%2010.704%204.66996%2010.4444%204.55551%2010.4444ZM6.36115%2011.7778C6.41534%2011.5681%206.4444%2011.3443%206.4444%2011.1111C6.4444%2010.8779%206.41534%2010.6541%206.36115%2010.4444H11.6666C11.7684%2010.4444%2012%2010.6962%2012%2011.1111C12%2011.526%2011.7684%2011.7778%2011.6666%2011.7778H6.36115ZM8.66663%208.22223C8.91196%208.22223%209.11107%208.02311%209.11107%207.77778C9.11107%207.53245%208.91196%207.33334%208.66663%207.33334H5.33329C5.08796%207.33334%204.88885%207.53245%204.88885%207.77778C4.88885%208.02311%205.08796%208.22223%205.33329%208.22223H8.66663ZM8.66663%206.66667C8.91196%206.66667%209.11107%206.46756%209.11107%206.22223C9.11107%205.97689%208.91196%205.77778%208.66663%205.77778H5.33329C5.08796%205.77778%204.88885%205.97689%204.88885%206.22223C4.88885%206.46756%205.08796%206.66667%205.33329%206.66667H8.66663ZM8.66663%205.11111C8.91196%205.11111%209.11107%204.912%209.11107%204.66667C9.11107%204.42134%208.91196%204.22222%208.66663%204.22222H5.33329C5.08796%204.22222%204.88885%204.42134%204.88885%204.66667C4.88885%204.912%205.08796%205.11111%205.33329%205.11111H8.66663Z'%20fill='%23F9E696'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.6253%202.58622C11.014%202.55889%2011.3333%202.87867%2011.3333%203.26822V8.88888H11.6666C12.7082%208.88888%2013.5555%209.88577%2013.5555%2011.1111C13.5555%2012.3364%2012.7082%2013.3333%2011.6666%2013.3333H4.55551C3.49618%2013.3333%202.66663%2012.3571%202.66663%2011.1111C2.66663%2011.1111%202.66663%2011.1111%202.66663%2011.1111V3.26045C2.66663%202.87622%202.98752%202.55689%203.37063%202.586C3.62713%202.60532%203.75202%202.52588%203.95268%202.39825C4.15156%202.27159%204.42447%202.09778%204.79329%202.09778C5.19529%202.09778%205.53796%202.31%205.81307%202.48045L5.82691%202.48935C5.85296%202.50631%205.88253%202.52556%205.91129%202.52556C5.94108%202.52556%205.97787%202.50061%206.00894%202.47953L6.02751%202.46711C6.28263%202.30245%206.59996%202.09778%206.99996%202.09778C7.39996%202.09778%207.71729%202.30245%207.97218%202.46711L7.97846%202.47121C8.01392%202.49432%208.0642%202.52711%208.09374%202.52711C8.12485%202.52711%208.17638%202.49578%208.21521%202.47217L8.22796%202.46445C8.51263%202.29267%208.83529%202.098%209.20663%202.098C9.56507%202.098%209.83396%202.26822%2010.0304%202.39267C10.2361%202.52269%2010.3657%202.60465%2010.6253%202.58622ZM4.55551%2010.4444C4.44107%2010.4444%204.22218%2010.704%204.22218%2011.1111C4.22218%2011.5182%204.44107%2011.7778%204.55551%2011.7778C4.66996%2011.7778%204.88885%2011.5182%204.88885%2011.1111C4.88885%2010.704%204.66996%2010.4444%204.55551%2010.4444ZM6.36115%2011.7778C6.41534%2011.5681%206.4444%2011.3443%206.4444%2011.1111C6.4444%2010.8779%206.41534%2010.6541%206.36115%2010.4444H11.6666C11.7684%2010.4444%2012%2010.6962%2012%2011.1111C12%2011.526%2011.7684%2011.7778%2011.6666%2011.7778H6.36115ZM8.66663%208.22223C8.91196%208.22223%209.11107%208.02311%209.11107%207.77778C9.11107%207.53245%208.91196%207.33334%208.66663%207.33334H5.33329C5.08796%207.33334%204.88885%207.53245%204.88885%207.77778C4.88885%208.02311%205.08796%208.22223%205.33329%208.22223H8.66663ZM8.66663%206.66667C8.91196%206.66667%209.11107%206.46756%209.11107%206.22223C9.11107%205.97689%208.91196%205.77778%208.66663%205.77778H5.33329C5.08796%205.77778%204.88885%205.97689%204.88885%206.22223C4.88885%206.46756%205.08796%206.66667%205.33329%206.66667H8.66663ZM8.66663%205.11111C8.91196%205.11111%209.11107%204.912%209.11107%204.66667C9.11107%204.42134%208.91196%204.22222%208.66663%204.22222H5.33329C5.08796%204.22222%204.88885%204.42134%204.88885%204.66667C4.88885%204.912%205.08796%205.11111%205.33329%205.11111H8.66663Z'%20fill='%23F9E696'/%3e%3c/svg%3e")}.button.MiningButton i.back{width:16px;height:16px;background:#f9e696;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.91497%2013.2315C9.69097%2013.2315%209.46697%2013.1475%209.29408%2012.9789L4.83941%208.63199C4.66808%208.46488%204.57141%208.23533%204.57141%207.99577C4.57141%207.75621%204.66808%207.52688%204.83941%207.35955L9.28541%203.02133C9.63697%202.67866%2010.1994%202.68533%2010.5425%203.03666C10.8852%203.38799%2010.8785%203.95088%2010.5272%204.29355L6.73297%207.99577L10.5359%2011.7064C10.8872%2012.0491%2010.8939%2012.612%2010.5512%2012.9633C10.3772%2013.1418%2010.1461%2013.2315%209.91497%2013.2315Z'%20fill='%23F9E696'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.91497%2013.2315C9.69097%2013.2315%209.46697%2013.1475%209.29408%2012.9789L4.83941%208.63199C4.66808%208.46488%204.57141%208.23533%204.57141%207.99577C4.57141%207.75621%204.66808%207.52688%204.83941%207.35955L9.28541%203.02133C9.63697%202.67866%2010.1994%202.68533%2010.5425%203.03666C10.8852%203.38799%2010.8785%203.95088%2010.5272%204.29355L6.73297%207.99577L10.5359%2011.7064C10.8872%2012.0491%2010.8939%2012.612%2010.5512%2012.9633C10.3772%2013.1418%2010.1461%2013.2315%209.91497%2013.2315Z'%20fill='%23F9E696'/%3e%3c/svg%3e")}.button.MiningButton.usdt.Start,.button.MiningButton.usdt.orange,.button.MiningButton.usdt.collect{background-image:repeating-linear-gradient(var(--angle),#208c1d,#3ee83b,#208c1d var(--d))!important}.button.MiningButton.usdt .text .s2{color:#96f9a6}.button.MiningButton.labr.Start,.button.MiningButton.labr.orange,.button.MiningButton.labr.collect{background-image:linear-gradient(90deg,#ffd180 6.47%,#ffb47f 53.53%,#ffd180)!important;border:2px solid #352626;border-radius:1000px}.button.MiningButton.labr.Start .s1,.button.MiningButton.labr.orange .s1,.button.MiningButton.labr.collect .s1{color:#352626}.button.MiningButton.labr.Start .outline{background-color:#352626e5}.button.MiningButton.labr .text .s2{color:#ffb47f}.button.MiningButton.wm.Start,.button.MiningButton.wm.orange,.button.MiningButton.wm.collect{background-image:linear-gradient(100deg,#95dbbd 6.47%,#243055 53.53%,#95dbbd 90%)!important;border:2px solid rgba(240,255,239,.3);border-radius:1000px}.button.MiningButton.wm.Start .s1,.button.MiningButton.wm.orange .s1,.button.MiningButton.wm.collect .s1{color:#fff}.button.MiningButton.wm.Start .outline{background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.button.MiningButton.wm .text .s2{color:#fff}.events-none{pointer-events:none!important}._Pull_g67os_1{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:15px}._Pull_g67os_1._usdt_g67os_8 ._Pull_progress_bg_g67os_8{background-image:repeating-linear-gradient(var(--angle),#08f103,#caffdc,#08f103 var(--d))}._Pull_g67os_1._labr_g67os_11 ._Pull_progress_bg_g67os_8{background:linear-gradient(90deg,#ffd180,#ffb47f)}._Pull_g67os_1._wm_g67os_14 ._Pull_progress_bg_g67os_8{background:linear-gradient(90deg,#2ab4a9 4.4%,#97e2cd 58.9%,#03f1e5)}._Pull_title_g67os_18{color:#fff;font-size:12px;font-weight:700}._Pull_progress_g67os_8{width:100%;height:28px;min-height:28px;margin:8px 0;border-radius:8px;border:2px solid white;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative}._Pull_progress_bg_g67os_8{position:absolute;left:0;width:100%;height:100%;border-radius:6px;background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:_AnimationName_g67os_1 5s linear infinite reverse}._Pull_progress_counter_g67os_49{position:absolute;bottom:-10px;padding:2px 12px;color:#002c04;font-size:12px;font-weight:700;line-height:130%;text-align:center;background-color:#fff;border-radius:10px}._Pull_1v9ur_1{display:flex;flex-direction:column;align-items:center;width:100%}._Pull_1v9ur_1._usdt_1v9ur_7 ._Pull_progress_bg_1v9ur_7{background-image:repeating-linear-gradient(var(--angle),#08f103,#caffdc,#08f103 var(--d))}._Pull_1v9ur_1._labr_1v9ur_10 ._Pull_progress_bg_1v9ur_7{background:linear-gradient(90deg,#ffd180,#ffb47f)}._Pull_title_1v9ur_14{color:#fff;font-size:12px;font-weight:700;margin-top:15px}._Pull_progress_1v9ur_7{width:100%;height:28px;min-height:28px;border-radius:8px;margin:8px 0 16px;border:2px solid white;background-color:#fff;display:flex;align-items:center;justify-content:center;position:relative}._Pull_progress_inner_1v9ur_36{position:absolute;overflow:hidden;top:1px;right:1px;bottom:1px;left:1px;border-radius:6px}._Pull_progress_bg_1v9ur_7{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:_AnimationName_1v9ur_1 5s linear infinite reverse;transition:.1s ease-in-out;text-transform:translate}._Pull_progress_counter_1v9ur_54{color:#352626;font-family:Manrope;font-size:12px;font-weight:700;line-height:16px;text-align:center;padding:2px 12px;border-radius:10px;background-color:#fff;position:absolute;bottom:-10px;box-shadow:0 -2px 4px #0000001a}._TermOfUseButton_1xfrm_1{position:absolute;top:14px;left:14px;display:flex;justify-content:center;align-items:center;height:30px;aspect-ratio:1/1;border-radius:100%;border:1px solid transparent;box-shadow:0 0 10px #00000080;will-change:transform}._TermOfUseButton_1xfrm_1 img{height:50%;width:auto}._TermOfUseButton_1xfrm_1._weMine_1xfrm_19{background:linear-gradient(#b05c25,#e8a13b);border-color:#e8a13b}._TermOfUseButton_1xfrm_1._usdt_1xfrm_23{background:linear-gradient(225deg,#208c1d,#3ee83b);border-color:#3ee83b}._TermOfUseButton_1xfrm_1._labr_1xfrm_27{background:linear-gradient(225deg,#cf9267,#ffc45e);border-color:#ffd180}._TermOfUseButton_1xfrm_1._wm_1xfrm_31{background:linear-gradient(225deg,#243055,#95dbbd);border-color:#99f2ea}._Leaderboard_13h3g_1{display:flex;flex-direction:column;align-items:center;height:100%}._Body_zkkc6_1{position:relative;z-index:5;overflow:auto;display:flex;flex:1 0 0;flex-direction:column;width:100%;padding-bottom:80px;padding-top:48px;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 24px);mask-image:linear-gradient(to bottom,transparent 0%,#000 24px)}._Dots_1fso2_1{display:flex;justify-content:center;column-gap:5px;margin:12px}@media (max-height: 705px){._Dots_1fso2_1{margin:8px}}._Dots_item_1fso2_13{height:5px;aspect-ratio:1/1;background-color:gray}@media (max-height: 705px){._Dots_item_1fso2_13{height:3px}}._ListItemWrap_12gif_1{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:5px;padding:14px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:30px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._ListItemWrap_12gif_1._skeleton_12gif_13{height:66px;background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.4),rgba(255,255,255,.1),rgba(0,0,0,.4) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:_inlineBg_12gif_1 5s linear infinite reverse}@keyframes _inlineBg_12gif_1{0%{background-position:calc(var(--d) / sin(var(--angle))) 0}}._ListItemWrap_12gif_1._active_12gif_25{will-change:transform;position:sticky;z-index:10;top:0;border:unset;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._ListItemWrap_12gif_1._usdt_12gif_33 ._ListItem_balance_coin_12gif_33{color:#026900}._ListItemWrap_12gif_1._usdt_12gif_33._active_12gif_25{background:linear-gradient(225deg,#59c85d,#026900)}._ListItemWrap_12gif_1._usdt_12gif_33._active_12gif_25 ._ListItem_name_12gif_39,._ListItemWrap_12gif_1._usdt_12gif_33._active_12gif_25 ._ListItem_balance_coin_12gif_33,._ListItemWrap_12gif_1._usdt_12gif_33._active_12gif_25 ._ListItem_place_12gif_41{color:#fff}._ListItemWrap_12gif_1._usdt_12gif_33._active_12gif_25 ._ListItem_balance_value_12gif_44{color:#ffffffb3}._ListItemWrap_12gif_1._labr_12gif_47 ._ListItem_balance_coin_12gif_33{color:#ffd180}._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25{background:linear-gradient(225deg,#ffd180,#ffb47f)}._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_reward_title_12gif_53,._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_reward_value_12gif_54,._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_name_12gif_39,._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_balance_coin_12gif_33,._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_place_12gif_41{color:#352626}._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_balance_value_12gif_44,._ListItemWrap_12gif_1._labr_12gif_47._active_12gif_25 ._ListItem_reward_usdt_12gif_61{color:#352626b3}._ListItemWrap_12gif_1._wm_12gif_64 ._ListItem_balance_coin_12gif_33{background:linear-gradient(225deg,#243055,#95dbbd);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25{background:linear-gradient(225deg,#243055,#95dbbd)}._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_reward_title_12gif_53,._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_reward_value_12gif_54,._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_name_12gif_39,._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_balance_coin_12gif_33,._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_place_12gif_41{color:#fff;background:unset;background-clip:unset;-webkit-background-clip:unset;-webkit-text-fill-color:unset}._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_balance_value_12gif_44,._ListItemWrap_12gif_1._wm_12gif_64._active_12gif_25 ._ListItem_reward_usdt_12gif_61{color:#ffffffb3}._ListItem_info_12gif_89{display:flex;flex-direction:column;justify-content:center;flex:1 1 0;min-width:0;margin-right:auto}._ListItem_name_12gif_39{position:relative;overflow:hidden;font-size:12px;font-weight:500;text-overflow:ellipsis;white-space:nowrap}._ListItem_reward_12gif_53{display:flex;flex-direction:column;justify-content:center;flex:1 1 0;min-width:0}._ListItem_reward_title_12gif_53{font-size:10px;font-weight:400;line-height:100%;letter-spacing:-.02em}._ListItem_reward_value_12gif_54{display:flex;align-items:center;gap:2px;margin-top:10px;font-size:12px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:-.01em}._ListItem_reward_value_12gif_54 span{color:#ffffffad;font-size:10px;font-weight:400}._ListItem_reward_value_12gif_54 img{height:14px;width:auto}._ListItem_reward_usdt_12gif_61{color:#ffffffad;font-size:10px;font-weight:400}._ListItem_balance_12gif_33{font-size:12px;font-weight:400}._ListItem_balance_coin_12gif_33{margin-right:6px;font-weight:700}._ListItem_balance_value_12gif_44{font-size:12px;font-weight:400;color:#ffffffb2}._ListItem_place_12gif_41{display:flex;align-items:center;color:#ffffff73;font-size:16px;font-weight:500}._Header_uyqtb_1{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;width:100%}._Header_uyqtb_1._usdt_uyqtb_9 ._Header_miner_uyqtb_9:before{background-image:url(/assets/Mask-green-DW_jO9s3.svg)}._Header_uyqtb_1._labr_uyqtb_12 ._Header_miner_uyqtb_9:before{background-image:url(/assets/grid-NZn8g61s.svg)}._Header_uyqtb_1._wm_uyqtb_15 ._Header_miner_uyqtb_9:before{background-image:url(/assets/grid-DTeiEy3W.svg)}._Header_miner_uyqtb_9{position:relative;display:flex;align-items:center;justify-content:center;width:100%;height:166px;translate:0 24px;background-color:#0e0e1066;border:1px solid rgba(255,255,255,.1019607843);border-radius:30px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._Header_miner_uyqtb_9:before{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background-position:center;background-repeat:no-repeat;background-size:100% 90%}._Header_miner_uyqtb_9 img{position:relative;z-index:5;height:80%;width:100%;object-fit:contain}._Loading_1dz02_1{position:relative;z-index:101;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:24px 16px 0;background-size:cover;background-repeat:no-repeat;background-image:url(/assets/BG2-CnNbEWke.jpg)}._Loading_1dz02_1._weMine_1dz02_14 ._Loading_title_1dz02_14{background:linear-gradient(93deg,#fff 13.09%,#e8a13b 102.28%);-webkit-background-clip:text;background-clip:text}._Loading_1dz02_1._usdt_1dz02_18{background-color:#177515;background-blend-mode:luminosity}._Loading_1dz02_1._usdt_1dz02_18 ._Loading_title_1dz02_14{background:linear-gradient(93deg,#fff 13.09%,#1d851b 102.28%);-webkit-background-clip:text;background-clip:text}._Loading_1dz02_1._labr_1dz02_26{background-color:#ffe3b2;background-blend-mode:luminosity}._Loading_1dz02_1._labr_1dz02_26 ._Loading_title_1dz02_14{background:linear-gradient(93deg,#fff 13.09%,#ffd180 102.28%);-webkit-background-clip:text;background-clip:text}._Loading_1dz02_1._wm_1dz02_34{background-color:#c6f3ff;background-blend-mode:luminosity}._Loading_1dz02_1._wm_1dz02_34 ._Loading_title_1dz02_14{background:linear-gradient(93deg,#fff 13.09%,#295cb6 102.28%);-webkit-background-clip:text;background-clip:text}._Loading_title_1dz02_14{position:relative;z-index:5;margin-bottom:20%;text-align:center;font-size:50px;font-weight:700;line-height:1.3em;letter-spacing:-2px;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._Loading_barTitle_1dz02_56{position:absolute;z-index:5;bottom:15%;text-align:center;font-size:24px;font-weight:800;line-height:1em;background:linear-gradient(93deg,#fff 13.09%,#454545 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}@keyframes _movebg_eta9p_1{0%{background-position-x:0%}to{background-position-x:100%}}@keyframes _movesize_eta9p_1{0%{width:0%}to{width:100%}}._LoadingBar_eta9p_17{position:absolute;z-index:1;bottom:10%;transform:translateY(50%);border:1px solid transparent;border-radius:10em;padding:4px;width:80%}._LoadingBar_eta9p_17._weMine_eta9p_27{border-color:#b05c25}._LoadingBar_eta9p_17._weMine_eta9p_27:before{color:#f9e696}._LoadingBar_eta9p_17._weMine_eta9p_27 ._LoadingBar_value_eta9p_33{background-image:linear-gradient(255deg,#e8a13b,#b05c25,#e8a13b)}._LoadingBar_eta9p_17._usdt_eta9p_36{border-color:#177515}._LoadingBar_eta9p_17._usdt_eta9p_36:before{color:#fff}._LoadingBar_eta9p_17._usdt_eta9p_36 ._LoadingBar_value_eta9p_33{background-image:linear-gradient(255deg,#3be842,#177515,#3be842)}._LoadingBar_eta9p_17._labr_eta9p_45{border-color:#ffb47f}._LoadingBar_eta9p_17._labr_eta9p_45:before{color:#352626}._LoadingBar_eta9p_17._labr_eta9p_45 ._LoadingBar_value_eta9p_33{background-image:linear-gradient(255deg,#ffd180,#ffb47f,#ffd180)}._LoadingBar_eta9p_17._wm_eta9p_54{border-color:#95dbbd}._LoadingBar_eta9p_17._wm_eta9p_54:before{color:#1f2736}._LoadingBar_eta9p_17._wm_eta9p_54 ._LoadingBar_value_eta9p_33{background-image:linear-gradient(250deg,#c6ffe6,#5679e0,#c6ffe6)}._LoadingBar_eta9p_17:before{content:"Loading...";position:absolute;z-index:5;left:50%;top:50%;transform:translate(-50%,-50%);font-weight:700;line-height:80%}._LoadingBar_bg_eta9p_74{position:relative;overflow:hidden;height:25px;width:100%;background:#000;border-radius:10em}._LoadingBar_value_eta9p_33{position:relative;z-index:2;width:100%;height:100%;background-size:50% 100%;border-radius:10em;border:none;animation:_movebg_eta9p_1 1s linear infinite,_movesize_eta9p_1 2s linear}._LottieLoader_1obe9_1{position:absolute;z-index:1000;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center;align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:.2s ease-in-out;opacity:0;visibility:hidden}._LottieLoader_1obe9_1._weMine_1obe9_13{background:linear-gradient(180deg,#e8a13b99 -8.41%,#88441d99 21.16%,#0009 75.03%)}._LottieLoader_1obe9_1._weMine_1obe9_13 p{background:linear-gradient(93deg,#fff 13.09%,#e8a13b 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._LottieLoader_1obe9_1._usdt_1obe9_22{background:linear-gradient(180deg,#1d851b99 -8.41%,#0009 75.03%)}._LottieLoader_1obe9_1._usdt_1obe9_22 p{background:linear-gradient(93deg,#fff 13.09%,#1d851b 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._LottieLoader_1obe9_1._labr_1obe9_31{background:linear-gradient(180deg,#ffd18099 -8.41%,#0009 75.03%)}._LottieLoader_1obe9_1._labr_1obe9_31 p{background:linear-gradient(93deg,#fff 13.09%,#ffd180 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._LottieLoader_1obe9_1._wm_1obe9_40{background:linear-gradient(180deg,#299fb699 -8.41%,#0009 75.03%)}._LottieLoader_1obe9_1._wm_1obe9_40 p{background:linear-gradient(93deg,#fff 13.09%,#299fb6 102.28%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}._LottieLoader_1obe9_1._active_1obe9_49{opacity:1;visibility:visible}._LottieLoader_1obe9_1 p{text-align:center;font-size:50px;font-weight:700;line-height:140%;letter-spacing:-.04em}._Menu_158zx_1{position:fixed;z-index:100;top:calc(100% - 20px);transform:translateY(-100%);display:flex;justify-content:space-between;width:80%;max-width:calc(576px - 20%);margin:auto;padding:2px 13px;border-radius:48px;border:2px solid transparent;background:#0e0e10b3;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:top .2s}._Menu_158zx_1._weMine_158zx_20{border-color:#d1a000}._Menu_158zx_1._weMine_158zx_20 ._Menu_item_158zx_23._active_158zx_23 i,._Menu_158zx_1._weMine_158zx_20 ._Menu_bottom_158zx_24{background:linear-gradient(#e8a13b,#b05c25)}._Menu_158zx_1._usdt_158zx_27{border-color:#3ee83b}._Menu_158zx_1._usdt_158zx_27 ._Menu_item_158zx_23._active_158zx_23 i,._Menu_158zx_1._usdt_158zx_27 ._Menu_bottom_158zx_24{background:linear-gradient(225deg,#3ee83b,#16641e)}._Menu_158zx_1._labr_158zx_34{border-color:#ffd180}._Menu_158zx_1._labr_158zx_34 ._Menu_item_158zx_23._active_158zx_23 i,._Menu_158zx_1._labr_158zx_34 ._Menu_bottom_158zx_24{background:linear-gradient(225deg,#ffd180,#ffb47f)}._Menu_158zx_1._wm_158zx_41{border-color:#95dbbd}._Menu_158zx_1._wm_158zx_41 ._Menu_item_158zx_23._active_158zx_23 i,._Menu_158zx_1._wm_158zx_41 ._Menu_bottom_158zx_24{background:linear-gradient(225deg,#243055,#95dbbd)}._Menu_wrapper_158zx_49{width:100%;display:flex;position:relative}._Menu_item_158zx_23{width:100%;display:flex;justify-content:center;padding:10px 0}._Menu_item_158zx_23._home_158zx_61 i{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8264%200.676834C9.46666%200.235915%2010.2243%200%2011%200C11.7757%200%2012.5333%200.235915%2013.1736%200.676834L20.3236%205.60285C20.8402%205.95861%2021.2629%206.43582%2021.555%206.99313C21.8471%207.55045%2021.9998%208.17106%2022%208.80121V18.1239C22%2019.1519%2021.5944%2020.1378%2020.8724%2020.8647C20.1503%2021.5916%2019.1711%2022%2018.15%2022H3.85C2.82892%2022%201.84965%2021.5916%201.12764%2020.8647C0.405624%2020.1378%200%2019.1519%200%2018.1239V8.80121C0.000151079%208.17106%200.152898%207.55045%200.44501%206.99313C0.737122%206.43582%201.15979%205.95861%201.6764%205.60285L8.8264%200.676834ZM8.25%2017.0164C8.10413%2017.0164%207.96424%2017.0747%207.86109%2017.1786C7.75795%2017.2824%207.7%2017.4233%207.7%2017.5701C7.7%2017.717%207.75795%2017.8578%207.86109%2017.9617C7.96424%2018.0655%208.10413%2018.1239%208.25%2018.1239H13.75C13.8959%2018.1239%2014.0358%2018.0655%2014.1389%2017.9617C14.2421%2017.8578%2014.3%2017.717%2014.3%2017.5701C14.3%2017.4233%2014.2421%2017.2824%2014.1389%2017.1786C14.0358%2017.0747%2013.8959%2017.0164%2013.75%2017.0164H8.25Z'%20fill='url(%23paint0_linear_584_200)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_584_200'%20x1='22'%20y1='-1.3113e-06'%20x2='-1.3113e-06'%20y2='22'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M8.8264%200.676834C9.46666%200.235915%2010.2243%200%2011%200C11.7757%200%2012.5333%200.235915%2013.1736%200.676834L20.3236%205.60285C20.8402%205.95861%2021.2629%206.43582%2021.555%206.99313C21.8471%207.55045%2021.9998%208.17106%2022%208.80121V18.1239C22%2019.1519%2021.5944%2020.1378%2020.8724%2020.8647C20.1503%2021.5916%2019.1711%2022%2018.15%2022H3.85C2.82892%2022%201.84965%2021.5916%201.12764%2020.8647C0.405624%2020.1378%200%2019.1519%200%2018.1239V8.80121C0.000151079%208.17106%200.152898%207.55045%200.44501%206.99313C0.737122%206.43582%201.15979%205.95861%201.6764%205.60285L8.8264%200.676834ZM8.25%2017.0164C8.10413%2017.0164%207.96424%2017.0747%207.86109%2017.1786C7.75795%2017.2824%207.7%2017.4233%207.7%2017.5701C7.7%2017.717%207.75795%2017.8578%207.86109%2017.9617C7.96424%2018.0655%208.10413%2018.1239%208.25%2018.1239H13.75C13.8959%2018.1239%2014.0358%2018.0655%2014.1389%2017.9617C14.2421%2017.8578%2014.3%2017.717%2014.3%2017.5701C14.3%2017.4233%2014.2421%2017.2824%2014.1389%2017.1786C14.0358%2017.0747%2013.8959%2017.0164%2013.75%2017.0164H8.25Z'%20fill='url(%23paint0_linear_584_200)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_584_200'%20x1='22'%20y1='-1.3113e-06'%20x2='-1.3113e-06'%20y2='22'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._Menu_item_158zx_23._upgrades_158zx_64 i{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.5885%202.15426C16.7361%202.42767%2017.8328%202.88233%2018.8373%203.50112L20.9484%202.56349L23.4365%205.05153L22.4992%207.16197C23.1181%208.16664%2023.5729%209.26361%2023.8462%2010.4115L26%2011.2406V14.7593L23.8457%2015.5885C23.5723%2016.7361%2023.1177%2017.8328%2022.4989%2018.8372L23.4365%2020.9483L20.9484%2023.4364L18.838%2022.4991C17.8333%2023.1181%2016.7363%2023.5728%2015.5884%2023.8462L14.7594%2026H11.2407L10.4115%2023.8457C9.26387%2023.5723%208.1672%2023.1177%207.16278%2022.4989L5.05169%2023.4365L2.56355%2020.9485L3.50085%2018.838C2.88189%2017.8333%202.42716%2016.7364%202.15377%2015.5884L0%2014.7593V11.2407L2.1541%2010.4115C2.42743%209.26379%202.88211%208.167%203.50101%207.16251L2.56355%205.05169L5.05158%202.56355L7.16262%203.50117C8.16706%202.88238%209.26375%202.42772%2010.4114%202.15432L11.2407%200H14.7593L15.5885%202.15426ZM11.5993%2017.913H14.4007C14.5156%2017.913%2014.6258%2017.8673%2014.7071%2017.7861C14.7884%2017.7048%2014.834%2017.5946%2014.834%2017.4796C14.834%2017.3647%2014.7884%2017.2545%2014.7071%2017.1732C14.6258%2017.092%2014.5156%2017.0463%2014.4007%2017.0463H11.5993C11.4844%2017.0463%2011.3742%2017.092%2011.2929%2017.1732C11.2116%2017.2545%2011.166%2017.3647%2011.166%2017.4796C11.166%2017.5946%2011.2116%2017.7048%2011.2929%2017.7861C11.3742%2017.8673%2011.4844%2017.913%2011.5993%2017.913ZM14.4007%2015.8546V11.4737H15.5679L13%208.52031L10.4321%2011.4737H11.5993V15.8546H14.4007ZM13%206.3271C9.31434%206.3271%206.3271%209.31434%206.3271%2013C6.3271%2016.6857%209.31428%2019.6729%2013%2019.6729C16.6857%2019.6729%2019.6729%2016.6857%2019.6729%2013C19.6729%209.31434%2016.6857%206.3271%2013%206.3271Z'%20fill='%2352525A'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.5885%202.15426C16.7361%202.42767%2017.8328%202.88233%2018.8373%203.50112L20.9484%202.56349L23.4365%205.05153L22.4992%207.16197C23.1181%208.16664%2023.5729%209.26361%2023.8462%2010.4115L26%2011.2406V14.7593L23.8457%2015.5885C23.5723%2016.7361%2023.1177%2017.8328%2022.4989%2018.8372L23.4365%2020.9483L20.9484%2023.4364L18.838%2022.4991C17.8333%2023.1181%2016.7363%2023.5728%2015.5884%2023.8462L14.7594%2026H11.2407L10.4115%2023.8457C9.26387%2023.5723%208.1672%2023.1177%207.16278%2022.4989L5.05169%2023.4365L2.56355%2020.9485L3.50085%2018.838C2.88189%2017.8333%202.42716%2016.7364%202.15377%2015.5884L0%2014.7593V11.2407L2.1541%2010.4115C2.42743%209.26379%202.88211%208.167%203.50101%207.16251L2.56355%205.05169L5.05158%202.56355L7.16262%203.50117C8.16706%202.88238%209.26375%202.42772%2010.4114%202.15432L11.2407%200H14.7593L15.5885%202.15426ZM11.5993%2017.913H14.4007C14.5156%2017.913%2014.6258%2017.8673%2014.7071%2017.7861C14.7884%2017.7048%2014.834%2017.5946%2014.834%2017.4796C14.834%2017.3647%2014.7884%2017.2545%2014.7071%2017.1732C14.6258%2017.092%2014.5156%2017.0463%2014.4007%2017.0463H11.5993C11.4844%2017.0463%2011.3742%2017.092%2011.2929%2017.1732C11.2116%2017.2545%2011.166%2017.3647%2011.166%2017.4796C11.166%2017.5946%2011.2116%2017.7048%2011.2929%2017.7861C11.3742%2017.8673%2011.4844%2017.913%2011.5993%2017.913ZM14.4007%2015.8546V11.4737H15.5679L13%208.52031L10.4321%2011.4737H11.5993V15.8546H14.4007ZM13%206.3271C9.31434%206.3271%206.3271%209.31434%206.3271%2013C6.3271%2016.6857%209.31428%2019.6729%2013%2019.6729C16.6857%2019.6729%2019.6729%2016.6857%2019.6729%2013C19.6729%209.31434%2016.6857%206.3271%2013%206.3271Z'%20fill='%2352525A'/%3e%3c/svg%3e")}._Menu_item_158zx_23._exchange_158zx_67 i{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='22'%20viewBox='0%200%2025%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.0921%209.1152V4.05785C15.0921%203.62898%2014.7444%203.28126%2014.3155%203.28126H7.51792V0.77744C7.51792%200.0922448%206.69095%20-0.257415%206.19951%200.22111L0.23467%206.03015C-0.0785872%206.33521%20-0.0778592%206.83848%200.23467%207.14286L6.19951%2012.952C6.69032%2013.4299%207.51792%2013.0815%207.51792%2012.3957V9.89184H14.3155C14.7444%209.8918%2015.0921%209.54408%2015.0921%209.1152ZM24.2624%2014.858L18.2976%209.04886C17.8068%208.57091%2016.9792%208.91931%2016.9792%209.60518V12.109H10.1817C9.75276%2012.109%209.40509%2012.4567%209.40509%2012.8856V17.943C9.40509%2018.3718%209.75276%2018.7195%2010.1817%2018.7195H16.9792V21.2234C16.9792%2021.9107%2017.8091%2022.2554%2018.2976%2021.7797L24.2625%2015.9706C24.5757%2015.6656%2024.575%2015.1624%2024.2624%2014.858Z'%20fill='%2352525A'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='22'%20viewBox='0%200%2025%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.0921%209.1152V4.05785C15.0921%203.62898%2014.7444%203.28126%2014.3155%203.28126H7.51792V0.77744C7.51792%200.0922448%206.69095%20-0.257415%206.19951%200.22111L0.23467%206.03015C-0.0785872%206.33521%20-0.0778592%206.83848%200.23467%207.14286L6.19951%2012.952C6.69032%2013.4299%207.51792%2013.0815%207.51792%2012.3957V9.89184H14.3155C14.7444%209.8918%2015.0921%209.54408%2015.0921%209.1152ZM24.2624%2014.858L18.2976%209.04886C17.8068%208.57091%2016.9792%208.91931%2016.9792%209.60518V12.109H10.1817C9.75276%2012.109%209.40509%2012.4567%209.40509%2012.8856V17.943C9.40509%2018.3718%209.75276%2018.7195%2010.1817%2018.7195H16.9792V21.2234C16.9792%2021.9107%2017.8091%2022.2554%2018.2976%2021.7797L24.2625%2015.9706C24.5757%2015.6656%2024.575%2015.1624%2024.2624%2014.858Z'%20fill='%2352525A'/%3e%3c/svg%3e")}._Menu_item_158zx_23._referral_158zx_70 i{-webkit-mask-image:url(/assets/referral-D4Rhzzi6.svg);mask-image:url(/assets/referral-D4Rhzzi6.svg)}._Menu_item_158zx_23._tasks_158zx_73 i{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.9313%205.63276C19.9313%204.80084%2019.7926%204.00359%2019.5327%203.25833C21.3091%204.2029%2022.531%206.08338%2022.531%208.23249C22.531%2011.3348%2020.0006%2013.8652%2016.8983%2013.8652C15.7371%2013.8652%2014.6452%2013.5099%2013.7526%2012.9033C14.6105%2012.7647%2015.4251%2012.4787%2016.153%2012.0628C17.2741%2011.436%2018.2123%2010.5276%2018.8749%209.42725C19.5375%208.32695%2019.9016%207.07282%2019.9313%205.78874V5.63276ZM12.1494%2011.2482C12.2881%2011.2568%2012.4267%2011.2655%2012.5654%2011.2655C13.1287%2011.2655%2013.6746%2011.1789%2014.1859%2011.0315C16.4996%2010.3296%2018.1981%208.17183%2018.1981%205.63276C18.1981%205.25146%2018.1635%204.8875%2018.0855%204.52354C17.9468%203.83027%2017.6868%203.18901%2017.3142%202.61706C16.807%201.81636%2016.1057%201.15669%2015.2756%200.699201C14.4455%200.24171%2013.5132%200.00121197%2012.5654%200C9.46303%200%206.93262%202.53041%206.93262%205.63276C6.93262%208.59645%209.23772%2011.0315%2012.1494%2011.2482ZM5.06948%2013.9779C4.8355%2013.8999%204.5842%2013.8652%204.33289%2013.8652H2.59973C1.16988%2013.8652%200%2015.0351%200%2016.465V23.3803C0%2024.8101%201.16988%2025.98%202.59973%2025.98H4.33289C4.57553%2025.98%204.81817%2025.9453%205.04348%2025.876C4.5504%2025.4691%204.15333%2024.9582%203.88068%2024.38C3.60803%2023.8017%203.46653%2023.1703%203.46631%2022.531V17.3316C3.46631%2015.9797%204.09025%2014.7665%205.06948%2013.9779ZM25.2902%2015.7431C25.1845%2015.5929%2025.0615%2015.4556%2024.9236%2015.3341C24.7457%2015.179%2024.5471%2015.0492%2024.3335%2014.9485C23.9522%2014.7752%2023.5363%2014.7145%2023.1255%2014.7535C22.9816%2014.7674%2022.8421%2014.8081%2022.7017%2014.8453C22.44%2014.9147%2022.1844%2015.01%2021.9504%2015.1564L18.5777%2017.3775L17.3316%2018.1981L15.6053%2019.3489C15.0359%2019.7286%2014.3668%2019.9313%2013.6824%2019.9313H11.2655C10.7889%2019.9313%2010.3989%2019.5413%2010.3989%2019.0647C10.3989%2018.5881%2010.7889%2018.1981%2011.2655%2018.1981H13.8652C14.8185%2018.1981%2015.5984%2017.4182%2015.5984%2016.465C15.5965%2016.0136%2015.419%2015.5807%2015.1034%2015.258C14.7878%2014.9352%2014.3589%2014.7481%2013.9077%2014.7362C13.893%2014.7362%2013.88%2014.7318%2013.8652%2014.7318H7.7992C7.7784%2014.7318%207.75934%2014.7388%207.73854%2014.7396C7.55845%2014.7442%207.37929%2014.7671%207.20386%2014.8081C7.125%2014.8263%207.05134%2014.854%206.97595%2014.8791C6.86832%2014.9144%206.76322%2014.957%206.66138%2015.0065C6.61805%2015.0273%206.56779%2015.0377%206.5262%2015.0611C6.47074%2015.0932%206.41874%2015.1313%206.36588%2015.1668L6.33295%2015.1885C6.20296%2015.2786%206.07991%2015.3774%205.96899%2015.4892L5.94212%2015.5195C5.82123%2015.6446%205.71297%2015.7814%205.61889%2015.9277C5.53864%2016.0499%205.46878%2016.1786%205.41004%2016.3125L5.39358%2016.3575C5.34289%2016.4844%205.30232%2016.6151%205.27226%2016.7483C5.26359%2016.7873%205.25493%2016.8263%205.24799%2016.8653C5.21832%2017.0187%205.20265%2017.1745%205.2012%2017.3307V22.5354C5.20242%2022.7301%205.22598%2022.924%205.27139%2023.1134C5.30432%2023.2589%205.34592%2023.4011%205.40311%2023.5363L5.40571%2023.5449C5.47856%2023.7135%205.5692%2023.8739%205.67608%2024.0233C5.76014%2024.1429%205.85113%2024.2555%205.95339%2024.3586L5.96552%2024.3716C6.07038%2024.4756%206.18563%2024.5683%206.30695%2024.6533C6.34162%2024.6775%206.37714%2024.6992%206.41267%2024.7217C6.4482%2024.7443%206.482%2024.7703%206.5184%2024.7911C6.54613%2024.8067%206.57906%2024.8127%206.60766%2024.8275C6.73851%2024.8959%206.87543%2024.9514%207.01841%2024.9973C7.07474%2025.0146%207.1276%2025.0354%207.1848%2025.0493C7.38324%2025.0978%207.58775%2025.1308%207.8018%2025.1308H16.6946C16.9641%2025.1308%2017.2267%2025.0814%2017.4797%2025.0016C17.8102%2024.897%2018.1174%2024.7296%2018.3844%2024.5086L23.1732%2020.4174L25.1342%2018.7432L25.2642%2018.6046C25.5502%2018.2233%2025.7495%2017.6253%2025.7495%2017.1487C25.7495%2016.6262%2025.5831%2016.1435%2025.2937%2015.7423L25.2902%2015.7431Z'%20fill='%2352525A'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M19.9313%205.63276C19.9313%204.80084%2019.7926%204.00359%2019.5327%203.25833C21.3091%204.2029%2022.531%206.08338%2022.531%208.23249C22.531%2011.3348%2020.0006%2013.8652%2016.8983%2013.8652C15.7371%2013.8652%2014.6452%2013.5099%2013.7526%2012.9033C14.6105%2012.7647%2015.4251%2012.4787%2016.153%2012.0628C17.2741%2011.436%2018.2123%2010.5276%2018.8749%209.42725C19.5375%208.32695%2019.9016%207.07282%2019.9313%205.78874V5.63276ZM12.1494%2011.2482C12.2881%2011.2568%2012.4267%2011.2655%2012.5654%2011.2655C13.1287%2011.2655%2013.6746%2011.1789%2014.1859%2011.0315C16.4996%2010.3296%2018.1981%208.17183%2018.1981%205.63276C18.1981%205.25146%2018.1635%204.8875%2018.0855%204.52354C17.9468%203.83027%2017.6868%203.18901%2017.3142%202.61706C16.807%201.81636%2016.1057%201.15669%2015.2756%200.699201C14.4455%200.24171%2013.5132%200.00121197%2012.5654%200C9.46303%200%206.93262%202.53041%206.93262%205.63276C6.93262%208.59645%209.23772%2011.0315%2012.1494%2011.2482ZM5.06948%2013.9779C4.8355%2013.8999%204.5842%2013.8652%204.33289%2013.8652H2.59973C1.16988%2013.8652%200%2015.0351%200%2016.465V23.3803C0%2024.8101%201.16988%2025.98%202.59973%2025.98H4.33289C4.57553%2025.98%204.81817%2025.9453%205.04348%2025.876C4.5504%2025.4691%204.15333%2024.9582%203.88068%2024.38C3.60803%2023.8017%203.46653%2023.1703%203.46631%2022.531V17.3316C3.46631%2015.9797%204.09025%2014.7665%205.06948%2013.9779ZM25.2902%2015.7431C25.1845%2015.5929%2025.0615%2015.4556%2024.9236%2015.3341C24.7457%2015.179%2024.5471%2015.0492%2024.3335%2014.9485C23.9522%2014.7752%2023.5363%2014.7145%2023.1255%2014.7535C22.9816%2014.7674%2022.8421%2014.8081%2022.7017%2014.8453C22.44%2014.9147%2022.1844%2015.01%2021.9504%2015.1564L18.5777%2017.3775L17.3316%2018.1981L15.6053%2019.3489C15.0359%2019.7286%2014.3668%2019.9313%2013.6824%2019.9313H11.2655C10.7889%2019.9313%2010.3989%2019.5413%2010.3989%2019.0647C10.3989%2018.5881%2010.7889%2018.1981%2011.2655%2018.1981H13.8652C14.8185%2018.1981%2015.5984%2017.4182%2015.5984%2016.465C15.5965%2016.0136%2015.419%2015.5807%2015.1034%2015.258C14.7878%2014.9352%2014.3589%2014.7481%2013.9077%2014.7362C13.893%2014.7362%2013.88%2014.7318%2013.8652%2014.7318H7.7992C7.7784%2014.7318%207.75934%2014.7388%207.73854%2014.7396C7.55845%2014.7442%207.37929%2014.7671%207.20386%2014.8081C7.125%2014.8263%207.05134%2014.854%206.97595%2014.8791C6.86832%2014.9144%206.76322%2014.957%206.66138%2015.0065C6.61805%2015.0273%206.56779%2015.0377%206.5262%2015.0611C6.47074%2015.0932%206.41874%2015.1313%206.36588%2015.1668L6.33295%2015.1885C6.20296%2015.2786%206.07991%2015.3774%205.96899%2015.4892L5.94212%2015.5195C5.82123%2015.6446%205.71297%2015.7814%205.61889%2015.9277C5.53864%2016.0499%205.46878%2016.1786%205.41004%2016.3125L5.39358%2016.3575C5.34289%2016.4844%205.30232%2016.6151%205.27226%2016.7483C5.26359%2016.7873%205.25493%2016.8263%205.24799%2016.8653C5.21832%2017.0187%205.20265%2017.1745%205.2012%2017.3307V22.5354C5.20242%2022.7301%205.22598%2022.924%205.27139%2023.1134C5.30432%2023.2589%205.34592%2023.4011%205.40311%2023.5363L5.40571%2023.5449C5.47856%2023.7135%205.5692%2023.8739%205.67608%2024.0233C5.76014%2024.1429%205.85113%2024.2555%205.95339%2024.3586L5.96552%2024.3716C6.07038%2024.4756%206.18563%2024.5683%206.30695%2024.6533C6.34162%2024.6775%206.37714%2024.6992%206.41267%2024.7217C6.4482%2024.7443%206.482%2024.7703%206.5184%2024.7911C6.54613%2024.8067%206.57906%2024.8127%206.60766%2024.8275C6.73851%2024.8959%206.87543%2024.9514%207.01841%2024.9973C7.07474%2025.0146%207.1276%2025.0354%207.1848%2025.0493C7.38324%2025.0978%207.58775%2025.1308%207.8018%2025.1308H16.6946C16.9641%2025.1308%2017.2267%2025.0814%2017.4797%2025.0016C17.8102%2024.897%2018.1174%2024.7296%2018.3844%2024.5086L23.1732%2020.4174L25.1342%2018.7432L25.2642%2018.6046C25.5502%2018.2233%2025.7495%2017.6253%2025.7495%2017.1487C25.7495%2016.6262%2025.5831%2016.1435%2025.2937%2015.7423L25.2902%2015.7431Z'%20fill='%2352525A'/%3e%3c/svg%3e")}._Menu_item_158zx_23._wallet_158zx_76 i{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.6176%209.33746C24.5515%209.33328%2024.4796%209.33331%2024.4049%209.33334L24.3863%209.33334H21.4597C19.0474%209.33334%2016.9833%2011.2322%2016.9833%2013.7083C16.9833%2016.1845%2019.0474%2018.0833%2021.4597%2018.0833H24.3863L24.4049%2018.0833C24.4796%2018.0834%2024.5515%2018.0834%2024.6176%2018.0792C25.5975%2018.0174%2026.464%2017.2506%2026.5369%2016.1796C26.5417%2016.1094%2026.5416%2016.0337%2026.5416%2015.9635L26.5416%2015.9445V11.4722L26.5416%2011.4532C26.5416%2011.383%2026.5417%2011.3073%2026.5369%2011.2371C26.464%2010.1661%2025.5975%209.39933%2024.6176%209.33746ZM21.2002%2014.875C21.8213%2014.875%2022.3247%2014.3527%2022.3247%2013.7083C22.3247%2013.064%2021.8213%2012.5417%2021.2002%2012.5417C20.5792%2012.5417%2020.0757%2013.064%2020.0757%2013.7083C20.0757%2014.3527%2020.5792%2014.875%2021.2002%2014.875Z'%20fill='%2376786E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.4042%2019.8333C24.5781%2019.8288%2024.7098%2019.99%2024.6626%2020.1574C24.4283%2020.9886%2024.0566%2021.6971%2023.4601%2022.2935C22.587%2023.1666%2021.4799%2023.5541%2020.1121%2023.738C18.783%2023.9167%2017.0848%2023.9167%2014.9407%2023.9167H12.4758C10.3317%2023.9167%208.63348%2023.9167%207.30439%2023.738C5.93657%2023.5541%204.82946%2023.1666%203.95637%2022.2935C3.08328%2021.4205%202.69581%2020.3134%202.51191%2018.9455C2.33322%2017.6164%202.33323%2015.9182%202.33325%2013.7742V13.6425C2.33323%2011.4985%202.33322%209.80022%202.51191%208.47114C2.69581%207.10332%203.08328%205.99621%203.95637%205.12312C4.82946%204.25003%205.93657%203.86256%207.30439%203.67866C8.63348%203.49997%2010.3317%203.49998%2012.4758%203.5L14.9407%203.5C17.0848%203.49998%2018.783%203.49997%2020.1121%203.67866C21.4799%203.86256%2022.587%204.25003%2023.4601%205.12312C24.0566%205.71961%2024.4283%206.42803%2024.6626%207.25921C24.7098%207.42671%2024.5781%207.58785%2024.4041%207.58334L21.4596%207.58334C18.1502%207.58334%2015.2332%2010.1977%2015.2332%2013.7083C15.2332%2017.219%2018.1502%2019.8333%2021.4596%2019.8333L24.4042%2019.8333ZM6.70825%208.16667C6.225%208.16667%205.83325%208.55842%205.83325%209.04167C5.83325%209.52492%206.225%209.91667%206.70825%209.91667H11.3749C11.8582%209.91667%2012.2499%209.52492%2012.2499%209.04167C12.2499%208.55842%2011.8582%208.16667%2011.3749%208.16667H6.70825Z'%20fill='%2376786E'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.6176%209.33746C24.5515%209.33328%2024.4796%209.33331%2024.4049%209.33334L24.3863%209.33334H21.4597C19.0474%209.33334%2016.9833%2011.2322%2016.9833%2013.7083C16.9833%2016.1845%2019.0474%2018.0833%2021.4597%2018.0833H24.3863L24.4049%2018.0833C24.4796%2018.0834%2024.5515%2018.0834%2024.6176%2018.0792C25.5975%2018.0174%2026.464%2017.2506%2026.5369%2016.1796C26.5417%2016.1094%2026.5416%2016.0337%2026.5416%2015.9635L26.5416%2015.9445V11.4722L26.5416%2011.4532C26.5416%2011.383%2026.5417%2011.3073%2026.5369%2011.2371C26.464%2010.1661%2025.5975%209.39933%2024.6176%209.33746ZM21.2002%2014.875C21.8213%2014.875%2022.3247%2014.3527%2022.3247%2013.7083C22.3247%2013.064%2021.8213%2012.5417%2021.2002%2012.5417C20.5792%2012.5417%2020.0757%2013.064%2020.0757%2013.7083C20.0757%2014.3527%2020.5792%2014.875%2021.2002%2014.875Z'%20fill='%2376786E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.4042%2019.8333C24.5781%2019.8288%2024.7098%2019.99%2024.6626%2020.1574C24.4283%2020.9886%2024.0566%2021.6971%2023.4601%2022.2935C22.587%2023.1666%2021.4799%2023.5541%2020.1121%2023.738C18.783%2023.9167%2017.0848%2023.9167%2014.9407%2023.9167H12.4758C10.3317%2023.9167%208.63348%2023.9167%207.30439%2023.738C5.93657%2023.5541%204.82946%2023.1666%203.95637%2022.2935C3.08328%2021.4205%202.69581%2020.3134%202.51191%2018.9455C2.33322%2017.6164%202.33323%2015.9182%202.33325%2013.7742V13.6425C2.33323%2011.4985%202.33322%209.80022%202.51191%208.47114C2.69581%207.10332%203.08328%205.99621%203.95637%205.12312C4.82946%204.25003%205.93657%203.86256%207.30439%203.67866C8.63348%203.49997%2010.3317%203.49998%2012.4758%203.5L14.9407%203.5C17.0848%203.49998%2018.783%203.49997%2020.1121%203.67866C21.4799%203.86256%2022.587%204.25003%2023.4601%205.12312C24.0566%205.71961%2024.4283%206.42803%2024.6626%207.25921C24.7098%207.42671%2024.5781%207.58785%2024.4041%207.58334L21.4596%207.58334C18.1502%207.58334%2015.2332%2010.1977%2015.2332%2013.7083C15.2332%2017.219%2018.1502%2019.8333%2021.4596%2019.8333L24.4042%2019.8333ZM6.70825%208.16667C6.225%208.16667%205.83325%208.55842%205.83325%209.04167C5.83325%209.52492%206.225%209.91667%206.70825%209.91667H11.3749C11.8582%209.91667%2012.2499%209.52492%2012.2499%209.04167C12.2499%208.55842%2011.8582%208.16667%2011.3749%208.16667H6.70825Z'%20fill='%2376786E'/%3e%3c/svg%3e")}._Menu_item_158zx_23 i{background:#ffffff4d}._Menu_bottom_158zx_24{position:absolute;bottom:-4px;transform:translate(10%);display:block;height:5px;border-radius:16px 16px 0 0;transition:left .2s}._MineSpeed_118un_1._small_118un_1{position:absolute;bottom:0;left:50%;transform:translate(-50%,100%);display:flex;align-items:center;justify-content:center;column-gap:8px;padding:4px 15px;width:fit-content;border-radius:0 0 12px 12px;border:1px solid transparent;border-top:unset;background:#0e0e1066}._MineSpeed_118un_1._small_118un_1 ._MineSpeed_value_118un_17{color:#fff;text-align:center;font-size:14px;font-style:normal;font-weight:700;line-height:22px}._MineSpeed_118un_1._small_118un_1 ._MineSpeed_currency_118un_25{color:#ffffffb3;font-size:10px;font-style:normal;font-weight:700;line-height:normal;white-space:nowrap}._MineSpeed_118un_1._small_118un_1._weMine_118un_33{border-color:#e8a13b}._MineSpeed_118un_1._small_118un_1._weMine_118un_33 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#d1a000,#e27900)}._MineSpeed_118un_1._small_118un_1._usdt_118un_39{border-color:#1d851b}._MineSpeed_118un_1._small_118un_1._usdt_118un_39 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#3be842,#177515)}._MineSpeed_118un_1._small_118un_1._labr_118un_45{border-color:#ffb47f}._MineSpeed_118un_1._small_118un_1._labr_118un_45 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#ffd180,#ffb47f)}._MineSpeed_118un_1._small_118un_1._wm_118un_51{border-color:#95dbbd}._MineSpeed_118un_1._small_118un_1._wm_118un_51 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#243055,#95dbbd)}._MineSpeed_118un_1._full_118un_57{display:flex;align-items:center;column-gap:8px;width:100%;padding:6px 12px;background:#0e0e10;border:1px solid transparent;border-radius:12px}._MineSpeed_118un_1._full_118un_57._weMine_118un_33{border-color:#b05c25}._MineSpeed_118un_1._full_118un_57._weMine_118un_33._modal_118un_70{border-color:#e8a13b}._MineSpeed_118un_1._full_118un_57._weMine_118un_33 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#e8a13b,#b05c25)}._MineSpeed_118un_1._full_118un_57._weMine_118un_33 ._MineSpeed_percent_118un_76._up_118un_76{color:#3dff39}._MineSpeed_118un_1._full_118un_57._weMine_118un_33 ._MineSpeed_percent_118un_76._down_118un_79{color:red}._MineSpeed_118un_1._full_118un_57._weMine_118un_33 ._MineSpeed_arrow_118un_82._up_118un_76{background:linear-gradient(#3dff39,#0e0e10)}._MineSpeed_118un_1._full_118un_57._weMine_118un_33 ._MineSpeed_arrow_118un_82._down_118un_79{background:linear-gradient(red,#0e0e10)}._MineSpeed_118un_1._full_118un_57._weMine_118un_33 ._MineSpeed_arrow_118un_82._low_118un_88{background:linear-gradient(#ffb47f,#0e0e10)}._MineSpeed_118un_1._full_118un_57._usdt_118un_39{border-color:#1c5308}._MineSpeed_118un_1._full_118un_57._usdt_118un_39 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#49e83b,#1c5308)}._MineSpeed_118un_1._full_118un_57._usdt_118un_39 ._MineSpeed_percent_118un_76._up_118un_76{color:#3dff39}._MineSpeed_118un_1._full_118un_57._usdt_118un_39 ._MineSpeed_percent_118un_76._down_118un_79{color:red}._MineSpeed_118un_1._full_118un_57._usdt_118un_39 ._MineSpeed_arrow_118un_82._up_118un_76{background:linear-gradient(#3dff39,#0e0e10)}._MineSpeed_118un_1._full_118un_57._usdt_118un_39 ._MineSpeed_arrow_118un_82._down_118un_79{background:linear-gradient(red,#0e0e10)}._MineSpeed_118un_1._full_118un_57._usdt_118un_39 ._MineSpeed_arrow_118un_82._low_118un_88{background:linear-gradient(#3dff39,#0e0e10)}._MineSpeed_118un_1._full_118un_57._labr_118un_45{border-color:#f0ffef}._MineSpeed_118un_1._full_118un_57._labr_118un_45._modal_118un_70{border-color:#ffb47f}._MineSpeed_118un_1._full_118un_57._labr_118un_45 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#ffd180,#ffb47f)}._MineSpeed_118un_1._full_118un_57._labr_118un_45 ._MineSpeed_percent_118un_76._up_118un_76{color:#ffb47f}._MineSpeed_118un_1._full_118un_57._labr_118un_45 ._MineSpeed_percent_118un_76._down_118un_79{color:red}._MineSpeed_118un_1._full_118un_57._labr_118un_45 ._MineSpeed_arrow_118un_82._up_118un_76{background:linear-gradient(#ffb47f,#0e0e10)}._MineSpeed_118un_1._full_118un_57._labr_118un_45 ._MineSpeed_arrow_118un_82._down_118un_79{background:linear-gradient(red,#0e0e10)}._MineSpeed_118un_1._full_118un_57._labr_118un_45 ._MineSpeed_arrow_118un_82._low_118un_88{background:linear-gradient(#ffb47f,#0e0e10)}._MineSpeed_118un_1._full_118un_57._wm_118un_51,._MineSpeed_118un_1._full_118un_57._wm_118un_51._modal_118un_70{border-color:#95dbbd}._MineSpeed_118un_1._full_118un_57._wm_118un_51 ._MineSpeed_speed_118un_36{background:linear-gradient(225deg,#243055,#95dbbd)}._MineSpeed_118un_1._full_118un_57._wm_118un_51 ._MineSpeed_percent_118un_76._up_118un_76{color:#95dbbd}._MineSpeed_118un_1._full_118un_57._wm_118un_51 ._MineSpeed_percent_118un_76._down_118un_79{color:red}._MineSpeed_118un_1._full_118un_57._wm_118un_51 ._MineSpeed_arrow_118un_82._up_118un_76{background:linear-gradient(#95dbbd,#0e0e10)}._MineSpeed_118un_1._full_118un_57._wm_118un_51 ._MineSpeed_arrow_118un_82._down_118un_79{background:linear-gradient(red,#0e0e10)}._MineSpeed_118un_1._full_118un_57._wm_118un_51 ._MineSpeed_arrow_118un_82._low_118un_88{background:linear-gradient(#95dbbd,#0e0e10)}._MineSpeed_118un_1._full_118un_57 ._MineSpeed_title_118un_160{margin-bottom:3px;font-size:8px;color:#ffffffb3;line-height:1em}._MineSpeed_118un_1._full_118un_57 ._MineSpeed_value_118un_17{font-size:12px;line-height:1em}._MineSpeed_speed_118un_36{width:23px}._MineSpeed_speed_118un_36._speed_118un_174{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_114_3079)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.56549%2015.5951L3.56936%2015.6272H0.525417L0.502164%2015.3836H0.514898C0.417367%2013.4921%200.770306%2011.6044%201.54468%209.87593L4.18834%2011.4023C3.67989%2012.6534%203.46163%2014.0034%203.54998%2015.3509L3.56549%2015.5951ZM1.76891%209.39094L1.8586%209.19882L1.86967%209.20547C2.79744%207.44144%204.14801%205.93489%205.80056%204.82059L7.32142%207.45539C6.13611%208.29503%205.17122%209.40863%204.5089%2010.7014L4.4026%2010.909L4.40205%2010.9112L1.76891%209.39094ZM6.24403%204.5266L6.34258%204.46127L6.34867%204.47235C8.12995%203.40614%2010.1584%202.82261%2012.2339%202.7793V5.81328C10.6909%205.85868%209.19441%206.29661%207.8723%207.09497L7.76434%207.1603L6.24403%204.5266ZM12.7665%202.77985C14.8418%202.8229%2016.87%203.40604%2018.6512%204.47179L18.6568%204.46127L18.7564%204.5266L17.2361%207.15919L17.1282%207.09386C15.8093%206.29736%2014.3066%205.85598%2012.7665%205.81272V2.77985ZM3.63912%2016.1609C3.80875%2017.2528%204.18051%2018.3035%204.73534%2019.2591L4.99223%2019.702L2.36241%2021.2207L2.10663%2020.7789C1.28608%2019.3609%200.766305%2017.7891%200.579674%2016.1615L3.63912%2016.1609ZM19.1999%204.82059C20.8522%205.93496%2022.2026%207.4415%2023.1302%209.20547L23.1413%209.19882L23.231%209.39094L20.5979%2010.9112L20.5973%2010.9096L20.491%2010.7014C19.8289%209.40836%2018.8639%208.29453%2017.6785%207.45484L19.1999%204.82059ZM23.4558%209.87538C24.23%2011.6041%2024.5827%2013.4919%2024.485%2015.3836H24.4983L24.4745%2015.6272H21.4311L21.4344%2015.5951L21.4499%2015.3515C21.5376%2014.0039%2021.3192%2012.654%2020.811%2011.4029L23.4558%209.87538ZM24.4208%2016.1604C24.2342%2017.7882%2023.7145%2019.3602%2022.8938%2020.7783L22.6386%2021.2201L20.0126%2019.7037L20.2684%2019.2613C20.822%2018.3046%2021.1928%2017.2533%2021.3619%2016.1609L24.4208%2016.1604Z'%20fill='url(%23paint0_linear_114_3079)'/%3e%3cpath%20d='M12.5003%2017.694C13.4944%2017.694%2014.3002%2016.8881%2014.3002%2015.8941C14.3002%2014.9%2013.4944%2014.0942%2012.5003%2014.0942C11.5063%2014.0942%2010.7004%2014.9%2010.7004%2015.8941C10.7004%2016.8881%2011.5063%2017.694%2012.5003%2017.694Z'%20fill='url(%23paint1_linear_114_3079)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8068%2016.2467L20.0813%2011.5169L13.3479%2013.7193C13.8421%2013.9122%2014.2558%2014.2675%2014.521%2014.727C14.7862%2015.1864%2014.887%2015.7224%2014.8068%2016.2467Z'%20fill='url(%23paint2_linear_114_3079)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_114_3079'%20x1='24.5009'%20y1='2.7793'%20x2='6.68191'%20y2='25.9712'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_114_3079'%20x1='14.3002'%20y1='14.0942'%20x2='10.7004'%20y2='17.694'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_114_3079'%20x1='20.0813'%20y1='11.5169'%20x2='15.632'%20y2='17.8511'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_114_3079'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2025%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_114_3079)'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M3.56549%2015.5951L3.56936%2015.6272H0.525417L0.502164%2015.3836H0.514898C0.417367%2013.4921%200.770306%2011.6044%201.54468%209.87593L4.18834%2011.4023C3.67989%2012.6534%203.46163%2014.0034%203.54998%2015.3509L3.56549%2015.5951ZM1.76891%209.39094L1.8586%209.19882L1.86967%209.20547C2.79744%207.44144%204.14801%205.93489%205.80056%204.82059L7.32142%207.45539C6.13611%208.29503%205.17122%209.40863%204.5089%2010.7014L4.4026%2010.909L4.40205%2010.9112L1.76891%209.39094ZM6.24403%204.5266L6.34258%204.46127L6.34867%204.47235C8.12995%203.40614%2010.1584%202.82261%2012.2339%202.7793V5.81328C10.6909%205.85868%209.19441%206.29661%207.8723%207.09497L7.76434%207.1603L6.24403%204.5266ZM12.7665%202.77985C14.8418%202.8229%2016.87%203.40604%2018.6512%204.47179L18.6568%204.46127L18.7564%204.5266L17.2361%207.15919L17.1282%207.09386C15.8093%206.29736%2014.3066%205.85598%2012.7665%205.81272V2.77985ZM3.63912%2016.1609C3.80875%2017.2528%204.18051%2018.3035%204.73534%2019.2591L4.99223%2019.702L2.36241%2021.2207L2.10663%2020.7789C1.28608%2019.3609%200.766305%2017.7891%200.579674%2016.1615L3.63912%2016.1609ZM19.1999%204.82059C20.8522%205.93496%2022.2026%207.4415%2023.1302%209.20547L23.1413%209.19882L23.231%209.39094L20.5979%2010.9112L20.5973%2010.9096L20.491%2010.7014C19.8289%209.40836%2018.8639%208.29453%2017.6785%207.45484L19.1999%204.82059ZM23.4558%209.87538C24.23%2011.6041%2024.5827%2013.4919%2024.485%2015.3836H24.4983L24.4745%2015.6272H21.4311L21.4344%2015.5951L21.4499%2015.3515C21.5376%2014.0039%2021.3192%2012.654%2020.811%2011.4029L23.4558%209.87538ZM24.4208%2016.1604C24.2342%2017.7882%2023.7145%2019.3602%2022.8938%2020.7783L22.6386%2021.2201L20.0126%2019.7037L20.2684%2019.2613C20.822%2018.3046%2021.1928%2017.2533%2021.3619%2016.1609L24.4208%2016.1604Z'%20fill='url(%23paint0_linear_114_3079)'/%3e%3cpath%20d='M12.5003%2017.694C13.4944%2017.694%2014.3002%2016.8881%2014.3002%2015.8941C14.3002%2014.9%2013.4944%2014.0942%2012.5003%2014.0942C11.5063%2014.0942%2010.7004%2014.9%2010.7004%2015.8941C10.7004%2016.8881%2011.5063%2017.694%2012.5003%2017.694Z'%20fill='url(%23paint1_linear_114_3079)'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.8068%2016.2467L20.0813%2011.5169L13.3479%2013.7193C13.8421%2013.9122%2014.2558%2014.2675%2014.521%2014.727C14.7862%2015.1864%2014.887%2015.7224%2014.8068%2016.2467Z'%20fill='url(%23paint2_linear_114_3079)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_114_3079'%20x1='24.5009'%20y1='2.7793'%20x2='6.68191'%20y2='25.9712'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_114_3079'%20x1='14.3002'%20y1='14.0942'%20x2='10.7004'%20y2='17.694'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_114_3079'%20x1='20.0813'%20y1='11.5169'%20x2='15.632'%20y2='17.8511'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_114_3079'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0.5)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._MineSpeed_speed_118un_36._energy_118un_177{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='24'%20viewBox='0%200%2016%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_395_39044)'%3e%3cpath%20id='Vector'%20d='M9.83373%201.37845L0.865234%2015.7511L9.16882%2014.2324L5.34899%2025.2163L15.3139%2010.1425L6.84358%2011.7786L9.83373%201.37845Z'%20fill='url(%23paint0_linear_395_39044)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_39044'%20x1='15.3139'%20y1='1.37845'%20x2='-5.81938'%20y2='14.1878'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8A13B'/%3e%3cstop%20offset='1'%20stop-color='%23B05C25'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_395_39044'%3e%3crect%20width='16'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='24'%20viewBox='0%200%2016%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Isolation_Mode'%20clip-path='url(%23clip0_395_39044)'%3e%3cpath%20id='Vector'%20d='M9.83373%201.37845L0.865234%2015.7511L9.16882%2014.2324L5.34899%2025.2163L15.3139%2010.1425L6.84358%2011.7786L9.83373%201.37845Z'%20fill='url(%23paint0_linear_395_39044)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_39044'%20x1='15.3139'%20y1='1.37845'%20x2='-5.81938'%20y2='14.1878'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23E8A13B'/%3e%3cstop%20offset='1'%20stop-color='%23B05C25'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_395_39044'%3e%3crect%20width='16'%20height='24'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._MineSpeed_speed_118un_36._battery_118un_180{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Home'%3e%3cpath%20d='M79.4286%209.00003L78.7879%209.00003L78.7879%209.64072L79.4286%209.64072L79.4286%209.00003ZM79.4286%2025L79.4286%2024.3593L78.7879%2024.3593L78.7879%2025L79.4286%2025ZM84.4287%2025L84.4287%2024.3593L84.4287%2025ZM84.4287%209.64072C86.284%209.64072%2087.788%2011.1447%2087.788%2013L89.0694%2013C89.0694%2010.437%2086.9917%208.35934%2084.4287%208.35934L84.4287%209.64072ZM79.4286%209.64072L84.4287%209.64072L84.4287%208.35934L79.4286%208.35934L79.4286%209.64072ZM71.4286%201.64072C75.493%201.64072%2078.7879%204.9356%2078.7879%209.00003L80.0693%209.00003C80.0693%204.22791%2076.2007%200.359337%2071.4286%200.359337L71.4286%201.64072ZM9.4286%201.64072L71.4286%201.64072L71.4286%200.359337L9.4286%200.359334L9.4286%201.64072ZM2.06929%209.00003C2.06929%204.93559%205.36416%201.64072%209.4286%201.64072L9.4286%200.359334C4.65647%200.359334%200.787903%204.2279%200.787902%209.00003L2.06929%209.00003ZM2.06929%2025L2.06929%209.00003L0.787902%209.00003L0.787902%2025L2.06929%2025ZM9.4286%2032.3593C5.36416%2032.3593%202.06929%2029.0645%202.06929%2025L0.787902%2025C0.787902%2029.7721%204.65647%2033.6407%209.4286%2033.6407L9.4286%2032.3593ZM71.4286%2032.3593L9.4286%2032.3593L9.4286%2033.6407L71.4286%2033.6407L71.4286%2032.3593ZM78.7879%2025C78.7879%2029.0645%2075.493%2032.3593%2071.4286%2032.3593L71.4286%2033.6407C76.2007%2033.6407%2080.0693%2029.7722%2080.0693%2025L78.7879%2025ZM84.4287%2024.3593L79.4286%2024.3593L79.4286%2025.6407L84.4287%2025.6407L84.4287%2024.3593ZM87.788%2021C87.788%2022.8553%2086.284%2024.3593%2084.4287%2024.3593L84.4287%2025.6407C86.9917%2025.6407%2089.0694%2023.563%2089.0694%2021L87.788%2021ZM87.788%2013L87.788%2021L89.0694%2021L89.0694%2013L87.788%2013Z'%20fill='url(%23paint0_linear_395_29059)'/%3e%3cpath%20id='Rectangle%208'%20d='M84%2011C85.1046%2011%2086%2011.8954%2086%2013L86%2021C86%2022.1046%2085.1046%2023%2084%2023L81%2023C79.8954%2023%2079%2022.1046%2079%2021L79%2013C79%2011.8954%2079.8954%2011%2081%2011L84%2011Z'%20fill='url(%23paint1_linear_395_29059)'/%3e%3cpath%20id='Rectangle%207'%20d='M71.4285%203C74.7422%203%2077.4285%205.68629%2077.4285%209L77.4285%2025C77.4285%2028.3137%2074.7422%2031%2071.4285%2031L9.42847%2031C6.11476%2031%203.42847%2028.3118%203.42847%2024.9981C3.42847%2019.3128%203.42847%2014.6872%203.42847%209.00186C3.42847%205.68815%206.11476%203%209.42847%203L71.4285%203Z'%20fill='url(%23paint3_linear_395_29059)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_29059'%20x1='88.4287'%20y1='33'%20x2='67.6937'%20y2='-23.3733'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_395_29059'%20x1='85.2177'%20y1='11.6749'%20x2='80.6201'%20y2='22.8052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_395_29059'%20x1='77.4285'%20y1='31'%20x2='58.893'%20y2='-17.9866'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='100%25'%20height='100%25'%20viewBox='0%200%2090%2034'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg%20id='Home'%3e%3cpath%20d='M79.4286%209.00003L78.7879%209.00003L78.7879%209.64072L79.4286%209.64072L79.4286%209.00003ZM79.4286%2025L79.4286%2024.3593L78.7879%2024.3593L78.7879%2025L79.4286%2025ZM84.4287%2025L84.4287%2024.3593L84.4287%2025ZM84.4287%209.64072C86.284%209.64072%2087.788%2011.1447%2087.788%2013L89.0694%2013C89.0694%2010.437%2086.9917%208.35934%2084.4287%208.35934L84.4287%209.64072ZM79.4286%209.64072L84.4287%209.64072L84.4287%208.35934L79.4286%208.35934L79.4286%209.64072ZM71.4286%201.64072C75.493%201.64072%2078.7879%204.9356%2078.7879%209.00003L80.0693%209.00003C80.0693%204.22791%2076.2007%200.359337%2071.4286%200.359337L71.4286%201.64072ZM9.4286%201.64072L71.4286%201.64072L71.4286%200.359337L9.4286%200.359334L9.4286%201.64072ZM2.06929%209.00003C2.06929%204.93559%205.36416%201.64072%209.4286%201.64072L9.4286%200.359334C4.65647%200.359334%200.787903%204.2279%200.787902%209.00003L2.06929%209.00003ZM2.06929%2025L2.06929%209.00003L0.787902%209.00003L0.787902%2025L2.06929%2025ZM9.4286%2032.3593C5.36416%2032.3593%202.06929%2029.0645%202.06929%2025L0.787902%2025C0.787902%2029.7721%204.65647%2033.6407%209.4286%2033.6407L9.4286%2032.3593ZM71.4286%2032.3593L9.4286%2032.3593L9.4286%2033.6407L71.4286%2033.6407L71.4286%2032.3593ZM78.7879%2025C78.7879%2029.0645%2075.493%2032.3593%2071.4286%2032.3593L71.4286%2033.6407C76.2007%2033.6407%2080.0693%2029.7722%2080.0693%2025L78.7879%2025ZM84.4287%2024.3593L79.4286%2024.3593L79.4286%2025.6407L84.4287%2025.6407L84.4287%2024.3593ZM87.788%2021C87.788%2022.8553%2086.284%2024.3593%2084.4287%2024.3593L84.4287%2025.6407C86.9917%2025.6407%2089.0694%2023.563%2089.0694%2021L87.788%2021ZM87.788%2013L87.788%2021L89.0694%2021L89.0694%2013L87.788%2013Z'%20fill='url(%23paint0_linear_395_29059)'/%3e%3cpath%20id='Rectangle%208'%20d='M84%2011C85.1046%2011%2086%2011.8954%2086%2013L86%2021C86%2022.1046%2085.1046%2023%2084%2023L81%2023C79.8954%2023%2079%2022.1046%2079%2021L79%2013C79%2011.8954%2079.8954%2011%2081%2011L84%2011Z'%20fill='url(%23paint1_linear_395_29059)'/%3e%3cpath%20id='Rectangle%207'%20d='M71.4285%203C74.7422%203%2077.4285%205.68629%2077.4285%209L77.4285%2025C77.4285%2028.3137%2074.7422%2031%2071.4285%2031L9.42847%2031C6.11476%2031%203.42847%2028.3118%203.42847%2024.9981C3.42847%2019.3128%203.42847%2014.6872%203.42847%209.00186C3.42847%205.68815%206.11476%203%209.42847%203L71.4285%203Z'%20fill='url(%23paint3_linear_395_29059)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_29059'%20x1='88.4287'%20y1='33'%20x2='67.6937'%20y2='-23.3733'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_395_29059'%20x1='85.2177'%20y1='11.6749'%20x2='80.6201'%20y2='22.8052'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_395_29059'%20x1='77.4285'%20y1='31'%20x2='58.893'%20y2='-17.9866'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e")}._MineSpeed_diff_118un_184{display:flex;margin-left:auto;align-items:center;column-gap:5px}._MineSpeed_percent_118un_76{font-size:12px;font-weight:400;white-space:nowrap}._MineSpeed_arrow_118un_82{width:16px;height:16px;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_395_88339)'%3e%3cpath%20d='M0.077855%2011.0538C0.100004%2011.0765%200.126506%2011.0946%200.155781%2011.1069C0.185056%2011.1191%200.216506%2011.1254%200.248255%2011.1253L1.49824%2011.1253C1.59575%2011.1253%201.6748%2011.2043%201.6748%2011.3018L1.6748%2015.2107C1.6748%2015.3414%201.78071%2015.4473%201.91137%2015.4473L4.34426%2015.4473C4.47492%2015.4473%204.58083%2015.3414%204.58083%2015.2107L4.58083%2011.3018C4.58083%2011.2043%204.65988%2011.1253%204.75739%2011.1253L6.0109%2011.1253C6.14154%2011.1277%206.24945%2011.0239%206.25191%2010.8932C6.25252%2010.8609%206.24649%2010.8287%206.23419%2010.7988C6.22189%2010.7689%206.20358%2010.7418%206.18039%2010.7192L3.29907%207.83789C3.25524%207.79337%203.19558%207.76798%203.1331%207.76727C3.10157%207.76715%203.07033%207.77334%203.04123%207.78547C3.01212%207.79759%202.98573%207.81542%202.96361%207.83789L0.0822906%2010.7192C-0.0113092%2010.8104%20-0.0132953%2010.9601%200.077855%2011.0538Z'%20fill='url(%23paint0_linear_395_88339)'/%3e%3cpath%20d='M9.8259%2011.0538C9.84805%2011.0765%209.87455%2011.0946%209.90383%2011.1069C9.9331%2011.1191%209.96455%2011.1254%209.9963%2011.1253L11.2463%2011.1253C11.3438%2011.1253%2011.4228%2011.2043%2011.4228%2011.3018L11.4228%2015.2107C11.4228%2015.3414%2011.5288%2015.4473%2011.6594%2015.4473L14.0923%2015.4473C14.223%2015.4473%2014.3289%2015.3414%2014.3289%2015.2107L14.3289%2011.3018C14.3289%2011.2043%2014.4079%2011.1253%2014.5054%2011.1253L15.7589%2011.1253C15.8896%2011.1277%2015.9975%2011.0239%2016%2010.8932C16.0006%2010.8609%2015.9945%2010.8287%2015.9822%2010.7988C15.9699%2010.7689%2015.9516%2010.7418%2015.9284%2010.7192L13.0471%207.83789C13.0033%207.79337%2012.9436%207.76798%2012.8812%207.76727C12.8496%207.76715%2012.8184%207.77334%2012.7893%207.78547C12.7602%207.79759%2012.7338%207.81542%2012.7117%207.83789L9.83034%2010.7192C9.73674%2010.8104%209.73475%2010.9601%209.8259%2011.0538Z'%20fill='url(%23paint1_linear_395_88339)'/%3e%3cpath%20d='M1.97618%206.92652C2.01914%206.97064%202.07054%207.00566%202.12731%207.02949C2.18409%207.05332%202.24508%207.06547%202.30666%207.06523L4.73087%207.06523C4.91997%207.06523%205.07328%207.21854%205.07328%207.40764L5.07328%2014.9885C5.07328%2015.2419%205.27869%2015.4473%205.53209%2015.4473L10.2504%2015.4473C10.5038%2015.4473%2010.7092%2015.2419%2010.7092%2014.9885L10.7092%207.40764C10.7092%207.21854%2010.8625%207.06523%2011.0516%207.06523L13.4827%207.06523C13.7361%207.07001%2013.9453%206.86852%2013.9501%206.61518C13.9513%206.55244%2013.9396%206.49012%2013.9157%206.43207C13.8919%206.37403%2013.8564%206.32149%2013.8114%206.27771L8.22339%200.68969C8.13838%200.603335%208.02268%200.554098%207.90152%200.552719C7.84036%200.552493%207.77978%200.564493%207.72333%200.588015C7.66688%200.611537%207.61571%200.646107%207.57281%200.68969L1.98479%206.27771C1.80326%206.45449%201.79941%206.74496%201.97618%206.92652Z'%20fill='url(%23paint2_linear_395_88339)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_88339'%20x1='3.13136'%20y1='7.76727'%20x2='3.13136'%20y2='15.4473'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233DFF39'/%3e%3cstop%20offset='1'%20stop-color='%230E0E10'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_395_88339'%20x1='12.8794'%20y1='7.76727'%20x2='12.8794'%20y2='15.4473'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233DFF39'/%3e%3cstop%20offset='1'%20stop-color='%230E0E10'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_395_88339'%20x1='7.89814'%20y1='0.552716'%20x2='7.89814'%20y2='15.4473'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233DFF39'/%3e%3cstop%20offset='1'%20stop-color='%230E0E10'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_395_88339'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(16%2016)%20rotate(-180)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_395_88339)'%3e%3cpath%20d='M0.077855%2011.0538C0.100004%2011.0765%200.126506%2011.0946%200.155781%2011.1069C0.185056%2011.1191%200.216506%2011.1254%200.248255%2011.1253L1.49824%2011.1253C1.59575%2011.1253%201.6748%2011.2043%201.6748%2011.3018L1.6748%2015.2107C1.6748%2015.3414%201.78071%2015.4473%201.91137%2015.4473L4.34426%2015.4473C4.47492%2015.4473%204.58083%2015.3414%204.58083%2015.2107L4.58083%2011.3018C4.58083%2011.2043%204.65988%2011.1253%204.75739%2011.1253L6.0109%2011.1253C6.14154%2011.1277%206.24945%2011.0239%206.25191%2010.8932C6.25252%2010.8609%206.24649%2010.8287%206.23419%2010.7988C6.22189%2010.7689%206.20358%2010.7418%206.18039%2010.7192L3.29907%207.83789C3.25524%207.79337%203.19558%207.76798%203.1331%207.76727C3.10157%207.76715%203.07033%207.77334%203.04123%207.78547C3.01212%207.79759%202.98573%207.81542%202.96361%207.83789L0.0822906%2010.7192C-0.0113092%2010.8104%20-0.0132953%2010.9601%200.077855%2011.0538Z'%20fill='url(%23paint0_linear_395_88339)'/%3e%3cpath%20d='M9.8259%2011.0538C9.84805%2011.0765%209.87455%2011.0946%209.90383%2011.1069C9.9331%2011.1191%209.96455%2011.1254%209.9963%2011.1253L11.2463%2011.1253C11.3438%2011.1253%2011.4228%2011.2043%2011.4228%2011.3018L11.4228%2015.2107C11.4228%2015.3414%2011.5288%2015.4473%2011.6594%2015.4473L14.0923%2015.4473C14.223%2015.4473%2014.3289%2015.3414%2014.3289%2015.2107L14.3289%2011.3018C14.3289%2011.2043%2014.4079%2011.1253%2014.5054%2011.1253L15.7589%2011.1253C15.8896%2011.1277%2015.9975%2011.0239%2016%2010.8932C16.0006%2010.8609%2015.9945%2010.8287%2015.9822%2010.7988C15.9699%2010.7689%2015.9516%2010.7418%2015.9284%2010.7192L13.0471%207.83789C13.0033%207.79337%2012.9436%207.76798%2012.8812%207.76727C12.8496%207.76715%2012.8184%207.77334%2012.7893%207.78547C12.7602%207.79759%2012.7338%207.81542%2012.7117%207.83789L9.83034%2010.7192C9.73674%2010.8104%209.73475%2010.9601%209.8259%2011.0538Z'%20fill='url(%23paint1_linear_395_88339)'/%3e%3cpath%20d='M1.97618%206.92652C2.01914%206.97064%202.07054%207.00566%202.12731%207.02949C2.18409%207.05332%202.24508%207.06547%202.30666%207.06523L4.73087%207.06523C4.91997%207.06523%205.07328%207.21854%205.07328%207.40764L5.07328%2014.9885C5.07328%2015.2419%205.27869%2015.4473%205.53209%2015.4473L10.2504%2015.4473C10.5038%2015.4473%2010.7092%2015.2419%2010.7092%2014.9885L10.7092%207.40764C10.7092%207.21854%2010.8625%207.06523%2011.0516%207.06523L13.4827%207.06523C13.7361%207.07001%2013.9453%206.86852%2013.9501%206.61518C13.9513%206.55244%2013.9396%206.49012%2013.9157%206.43207C13.8919%206.37403%2013.8564%206.32149%2013.8114%206.27771L8.22339%200.68969C8.13838%200.603335%208.02268%200.554098%207.90152%200.552719C7.84036%200.552493%207.77978%200.564493%207.72333%200.588015C7.66688%200.611537%207.61571%200.646107%207.57281%200.68969L1.98479%206.27771C1.80326%206.45449%201.79941%206.74496%201.97618%206.92652Z'%20fill='url(%23paint2_linear_395_88339)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_88339'%20x1='3.13136'%20y1='7.76727'%20x2='3.13136'%20y2='15.4473'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233DFF39'/%3e%3cstop%20offset='1'%20stop-color='%230E0E10'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_395_88339'%20x1='12.8794'%20y1='7.76727'%20x2='12.8794'%20y2='15.4473'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233DFF39'/%3e%3cstop%20offset='1'%20stop-color='%230E0E10'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_395_88339'%20x1='7.89814'%20y1='0.552716'%20x2='7.89814'%20y2='15.4473'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%233DFF39'/%3e%3cstop%20offset='1'%20stop-color='%230E0E10'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_395_88339'%3e%3crect%20width='16'%20height='16'%20fill='white'%20transform='translate(16%2016)%20rotate(-180)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._MineSpeed_arrow_118un_82._low_118un_88{transform:rotate(180deg)}._Modal_176xn_1{position:fixed;z-index:-1;left:0;width:100%;height:100%}._Modal_176xn_1._show_176xn_8{z-index:250}._Modal_backdrop_176xn_12{position:fixed;z-index:-1;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);transition:backdrop-filter .5s}._Modal_backdrop_176xn_12._up_176xn_21{z-index:200;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._Bg_bidpi_1{position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;background-size:cover;background-repeat:no-repeat}._Bg_bidpi_1._weMine_bidpi_11{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1954_34027)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_1954_34027)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%2388441D'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_1954_34027)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%23E8A13B'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_1954_34027'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_1954_34027'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_1954_34027'/%3e%3c/filter%3e%3cclipPath%20id='clip0_1954_34027'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._Bg_bidpi_1._usdt_bidpi_14{background-image:url(/assets/gradient-green-nomask-v7VnIVbb.svg)}._Bg_bidpi_1._labr_bidpi_17{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_7_3983)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_7_3983)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%23FFD180'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_7_3983)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%23FFB47F'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_7_3983'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_7_3983'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_7_3983'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_7_3983'/%3e%3c/filter%3e%3cclipPath%20id='clip0_7_3983'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._Bg_bidpi_1._wm_bidpi_20{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='736'%20viewBox='0%200%20390%20736'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_489_32306)'%3e%3crect%20width='390'%20height='736'%20fill='black'/%3e%3cg%20filter='url(%23filter0_f_489_32306)'%3e%3cellipse%20cx='-18'%20cy='324'%20rx='84'%20ry='204'%20fill='%234BAABF'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_489_32306)'%3e%3cellipse%20cx='396'%20cy='431.5'%20rx='94'%20ry='196.5'%20fill='%232C8194'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_489_32306'%20x='-302'%20y='-80'%20width='568'%20height='808'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_489_32306'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_489_32306'%20x='102'%20y='35'%20width='588'%20height='793'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='100'%20result='effect1_foregroundBlur_489_32306'/%3e%3c/filter%3e%3cclipPath%20id='clip0_489_32306'%3e%3crect%20width='390'%20height='736'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._Title_13wan_1{color:#fff;text-align:center;font-size:24px;font-weight:700;line-height:133.333%}._Referrals_1x1xb_1{display:flex;flex-direction:column;align-items:center;height:100%}._Body_1aefo_1{display:flex;flex:1 0 0;flex-direction:column;width:100%;padding-top:10px}._Body_1aefo_1._usdt_1aefo_9 ._Body_btn_refresh_1aefo_9{border-color:#208c1d}._Body_1aefo_1._usdt_1aefo_9 ._Body_btn_refresh_1aefo_9 i{background:linear-gradient(103.55deg,#3ee83b 6.7%,#208c1d 94.2%)}._Body_1aefo_1._labr_1aefo_15 ._Body_btn_refresh_1aefo_9{border-color:#ffd180}._Body_1aefo_1._labr_1aefo_15 ._Body_btn_refresh_1aefo_9 i{background:linear-gradient(103.55deg,#ffd180 6.7%,#ffb47f 94.2%)}._Body_1aefo_1._wm_1aefo_21 ._Body_btn_refresh_1aefo_9{border-color:#95dbbd}._Body_1aefo_1._wm_1aefo_21 ._Body_btn_refresh_1aefo_9 i{background:linear-gradient(103.55deg,#95dbbd 6.7%,#243055 94.2%)}._Body_header_1aefo_28{display:flex;align-items:center;justify-content:space-between}._Body_title_1aefo_34{color:#fff;font-size:24px;font-weight:700;line-height:133.333%}._Bod_list_1aefo_41{position:relative;z-index:5;overflow:auto;display:flex;flex:1 0 0;flex-direction:column;padding-bottom:80px;padding-top:24px;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 24px);mask-image:linear-gradient(to bottom,transparent 0%,#000 24px)}._Body_btn_refresh_1aefo_9{display:flex;justify-content:center;align-items:center;height:40px;aspect-ratio:1/1;border:1px solid transparent;border-radius:16px}._Body_btn_refresh_1aefo_9 i{height:75%;aspect-ratio:1/1.05;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='22'%20viewBox='0%200%2024%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M7.12267%2012.4322C7.45561%2012.0503%207.1844%2011.4539%206.6777%2011.4539H5.16065C5.15054%2011.3028%205.1454%2011.1515%205.14525%2011C5.14525%207.22025%208.22027%204.14522%2012%204.14522C13.8164%204.14522%2015.4698%204.8556%2016.6976%206.01282L18.8368%203.51025C16.9642%201.7972%2014.5543%200.858887%2012%200.858887C9.29122%200.858887%206.74458%201.91377%204.82916%203.82914C2.9138%205.74455%201.85891%208.2912%201.85891%2011C1.85891%2011.1519%201.8627%2011.3031%201.86931%2011.4539H0.59149C0.0847934%2011.4539%20-0.186469%2012.0502%200.146521%2012.4322L3.0291%2015.7386L3.63457%2016.4331L5.80841%2013.9396L7.12267%2012.4322ZM23.8535%2010.5031L21.7035%208.03689L20.3655%206.50209L18.4551%208.69341L16.8774%2010.5031C16.5445%2010.885%2016.8157%2011.4813%2017.3224%2011.4813H18.8377C18.5898%2015.0373%2015.6179%2017.8548%2012%2017.8548C10.4208%2017.8548%208.96469%2017.3176%207.80438%2016.4168L5.66506%2018.9196C7.45725%2020.3588%209.66837%2021.1411%2012.0001%2021.1411C14.7089%2021.1411%2017.2555%2020.0863%2019.1709%2018.1709C20.9724%2016.3693%2022.0124%2014.0094%2022.1298%2011.4814H23.4086C23.9153%2011.4813%2024.1865%2010.885%2023.8535%2010.5031Z'%20fill='url(%23paint0_linear_395_82545)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_82545'%20x1='24'%20y1='0.858886'%20x2='4.00173'%20y2='24.5229'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");transition:transform .5s}._Bod_list_notFound_1aefo_69{position:absolute;top:40%;left:50%;translate:-50% -50%;color:#fff;font-size:24px;font-weight:700;line-height:133.333%}._ListItemWrap_1oqqu_1{position:relative;display:flex;align-items:center;gap:8px;margin-bottom:5px;padding:14px;background:#0006;border:1px solid rgba(255,255,255,.1);border-radius:30px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._ListItemWrap_1oqqu_1._skeleton_1oqqu_13{height:66px;background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,.4),rgba(255,255,255,.1),rgba(0,0,0,.4) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:_inlineBg_1oqqu_1 5s linear infinite reverse}@keyframes _inlineBg_1oqqu_1{0%{background-position:calc(var(--d) / sin(var(--angle))) 0}}._ListItemWrap_1oqqu_1._weMine_1oqqu_25 ._ListItem_sum_1oqqu_25{color:#f9e696}._ListItemWrap_1oqqu_1._usdt_1oqqu_28 ._ListItem_sum_1oqqu_25{color:#96f9a6}._ListItemWrap_1oqqu_1._labr_1oqqu_31 ._ListItem_sum_1oqqu_25{color:#ffd180}._ListItemWrap_1oqqu_1._wm_1oqqu_34 ._ListItem_sum_1oqqu_25{color:#95dbbd}._ListItem_info_1oqqu_38{display:flex;flex-direction:column;row-gap:4px;flex-grow:1;overflow:hidden;line-height:16px}._ListItem_name_1oqqu_47{position:relative;overflow:hidden;font-size:12px;font-weight:500;color:#fff;text-overflow:ellipsis;white-space:nowrap;line-height:1.2em}._ListItem_bonus_1oqqu_58{display:flex;align-items:center;gap:2px;padding:8px;white-space:nowrap;border-radius:48px;background:#ffffff24}._ListItem_sum_1oqqu_25{font-size:12px;font-weight:700;line-height:100%}._ListItem_currency_1oqqu_74{color:#fff;font-size:12px;font-weight:700;line-height:100%}._ButtonClaim_17q6d_1{margin-top:16px}._ButtonClaim_17q6d_1.button{border:2px solid transparent;border-radius:1000px}._ButtonClaim_17q6d_1._usdt_17q6d_8.button{border-color:#ffffff80;background-image:linear-gradient(var(--angle),#208c1d 6%,#3ee83b 53.53%,#208c1d 90%)!important}._ButtonClaim_17q6d_1._usdt_17q6d_8.button .s1{color:#fff}._ButtonClaim_17q6d_1._usdt_17q6d_8 .s2{color:#96f9a6}._ButtonClaim_17q6d_1._labr_17q6d_18.button.Start,._ButtonClaim_17q6d_1._labr_17q6d_18.orange,._ButtonClaim_17q6d_1._labr_17q6d_18.collect{border-color:#352626;background-image:linear-gradient(var(--angle),#ffd180 6%,#ffb47f 53.53%,#ffd180 90%)!important}._ButtonClaim_17q6d_1._labr_17q6d_18.button.Start .s1,._ButtonClaim_17q6d_1._labr_17q6d_18.orange .s1,._ButtonClaim_17q6d_1._labr_17q6d_18.collect .s1{color:#352626}._ButtonClaim_17q6d_1._labr_17q6d_18 .loaderWhite{--_g: no-repeat radial-gradient(circle closest-side, #352626 40%, #fff0 50%)}._ButtonClaim_17q6d_1._labr_17q6d_18.Start .outline{background-color:#352626e5}._ButtonClaim_17q6d_1._labr_17q6d_18 .s2{color:#ffb47f}._ButtonClaim_17q6d_1._wm_17q6d_35.button.Start,._ButtonClaim_17q6d_1._wm_17q6d_35.orange,._ButtonClaim_17q6d_1._wm_17q6d_35.collect{border-color:#fff;background-image:linear-gradient(var(--angle),#95dbbd 6%,#243055 53.53%,#95dbbd 90%)!important}._ButtonClaim_17q6d_1._wm_17q6d_35.button.Start .s1,._ButtonClaim_17q6d_1._wm_17q6d_35.orange .s1,._ButtonClaim_17q6d_1._wm_17q6d_35.collect .s1{color:#fff}._ButtonClaim_17q6d_1._wm_17q6d_35 .loaderWhite{--_g: no-repeat radial-gradient(circle closest-side, #fff 40%, #fff0 50%)}._ButtonClaim_17q6d_1._wm_17q6d_35.Start .outline{background-color:#ffffff24}._ButtonClaim_17q6d_1._wm_17q6d_35 .s2{color:#95dbbd}._Claimed_12ksv_1{display:flex;flex-direction:column;align-items:center;padding-top:10px}._Claimed_title_12ksv_8{display:flex;align-items:center;gap:8px;text-align:center;font-size:16px;font-weight:700;line-height:137.5%}._Claimed_title_12ksv_8>span{padding:6px 8px;font-size:14px;font-weight:700;line-height:114.286%;border-radius:9999px;background:#352626e6}._Claimed_title_12ksv_8>span>span{color:#ffd180}._Claimed_text_12ksv_29{width:280px;margin-top:5px;text-align:center;font-size:12px;font-weight:500;line-height:150.333%}._Invite_ddnjw_1{position:relative;display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin-top:24px;padding:18px 24px;background-color:#0e0e1066;border:1px solid rgba(255,255,255,.1019607843);border-radius:30px;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}._Invite_ddnjw_1._usdt_ddnjw_15 ._Invite_text_ddnjw_15 span{color:#96f9a6}._Invite_ddnjw_1._usdt_ddnjw_15 .button.yellow.round,._Invite_ddnjw_1._usdt_ddnjw_15 i.copy{background-color:#96f9a6!important}._Invite_ddnjw_1._labr_ddnjw_22 ._Invite_text_ddnjw_15 span{color:#ffd180}._Invite_ddnjw_1._labr_ddnjw_22 .button.yellow.round,._Invite_ddnjw_1._labr_ddnjw_22 i.copy{background-color:#ffd180!important}._Invite_ddnjw_1._wm_ddnjw_29 ._Invite_text_ddnjw_15 span{color:#95dbbd}._Invite_ddnjw_1._wm_ddnjw_29 .button.yellow.round,._Invite_ddnjw_1._wm_ddnjw_29 i.copy{background-color:#95dbbd!important}._Invite_text_ddnjw_15{color:#fff;font-size:16px;font-weight:500;line-height:140%}._Invite_buttons_ddnjw_44{display:flex;gap:8px}._Title_1v657_1{display:flex;flex-direction:column;align-items:center;width:100%}._RewardCalendar_1brpp_1{position:relative;overflow-y:auto;height:100%;padding:40px 20px 100px}._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_bg_1brpp_7{background-image:url("data:image/svg+xml,%3csvg%20width='390'%20height='256'%20viewBox='0%200%20390%20256'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_2339_34559)'%3e%3cg%20filter='url(%23filter0_f_2339_34559)'%3e%3cellipse%20cx='314'%20cy='44'%20rx='80'%20ry='167'%20transform='rotate(-90%20314%2044)'%20fill='%23E8A13B'/%3e%3c/g%3e%3cg%20filter='url(%23filter1_f_2339_34559)'%3e%3cellipse%20cx='-2.5'%20cy='61.5'%20rx='81.5'%20ry='170.5'%20transform='rotate(-90%20-2.5%2061.5)'%20fill='%2388441D'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cfilter%20id='filter0_f_2339_34559'%20x='-3'%20y='-186'%20width='634'%20height='460'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='75'%20result='effect1_foregroundBlur_2339_34559'/%3e%3c/filter%3e%3cfilter%20id='filter1_f_2339_34559'%20x='-273'%20y='-120'%20width='541'%20height='363'%20filterUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeFlood%20flood-opacity='0'%20result='BackgroundImageFix'/%3e%3cfeBlend%20mode='normal'%20in='SourceGraphic'%20in2='BackgroundImageFix'%20result='shape'/%3e%3cfeGaussianBlur%20stdDeviation='50'%20result='effect1_foregroundBlur_2339_34559'/%3e%3c/filter%3e%3cclipPath%20id='clip0_2339_34559'%3e%3crect%20width='390'%20height='256'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_back_1brpp_10{color:#fff}._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_back_1brpp_10 svg path[fill],._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_back_1brpp_10 svg g[fill]{fill:#fff}._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_back_1brpp_10 svg path[stroke],._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_back_1brpp_10 svg g[stroke]{stroke:#fff}._RewardCalendar_1brpp_1._weMine_1brpp_7 ._RewardCalendar_calendar_header_desc_1brpp_21 span._color_1brpp_21{color:#f9e696}._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_bg_1brpp_7{background-image:url(/assets/bg-BaFMeK80.webp)}._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_back_1brpp_10{color:#95dbbd}._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_back_1brpp_10 svg path[fill],._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_back_1brpp_10 svg g[fill]{fill:#95dbbd}._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_back_1brpp_10 svg path[stroke],._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_back_1brpp_10 svg g[stroke]{stroke:#95dbbd}._RewardCalendar_1brpp_1._wm_1brpp_24 ._RewardCalendar_calendar_header_desc_1brpp_21 span._color_1brpp_21{color:#95dbbd}._RewardCalendar_bg_1brpp_7{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-repeat:no-repeat}._RewardCalendar_header_1brpp_52{position:fixed;z-index:5;top:0;left:0;display:flex;justify-content:center;width:100%;padding:24px 80px;background-color:transparent}._RewardCalendar_header_1brpp_52:before{content:"";position:absolute;z-index:-1;top:0;left:0;height:150%;width:100%;background-color:#0003;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;-webkit-mask-image:linear-gradient(to top,transparent 0px,#000 40%);mask-image:linear-gradient(to top,transparent 0px,#000 40%);transition:.3s ease-in-out;transition-property:opacity}._RewardCalendar_header_1brpp_52._scrolled_1brpp_78:before{opacity:1}._RewardCalendar_back_1brpp_10{position:absolute;top:50%;left:0;translate:16px -50%;display:flex;align-items:center;gap:6px;padding:8px 12px;color:#95dbbd;font-size:12px;font-weight:700;line-height:133.333%;border-radius:9999px;background:#ffffff24}._RewardCalendar_back_1brpp_10 svg{height:12px;width:auto}._RewardCalendar_back_1brpp_10 svg path[fill],._RewardCalendar_back_1brpp_10 svg g[fill]{fill:#95dbbd}._RewardCalendar_back_1brpp_10 svg path[stroke],._RewardCalendar_back_1brpp_10 svg g[stroke]{stroke:#95dbbd}._RewardCalendar_calendar_1brpp_21{margin-top:50px}._RewardCalendar_calendar_header_1brpp_21{padding:24px 8px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:#0006;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}._RewardCalendar_calendar_header_desc_1brpp_21{display:flex;position:relative;width:60%;text-align:left;margin-left:10px;color:#fff;font-size:16px;font-weight:500;line-height:137.5%}._RewardCalendar_calendar_header_desc_1brpp_21 span{display:inline}._RewardCalendar_calendar_header_img_1brpp_138{position:absolute;top:-20px;right:0;height:130px;width:auto}._Week_7cxe7_1{width:100%;padding-top:20px}._Week_num_7cxe7_6{color:#fff;font-size:18px;font-weight:600;line-height:22px;margin-left:12px}._Week_days_7cxe7_14{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;padding-left:30px;padding-top:10px;position:relative}._Week_days_line_7cxe7_23{position:absolute;left:7px;top:-1px;height:calc(100% + 20px);width:2px;background-image:url("data:image/svg+xml,%3Csvg width='2' height='12' viewBox='0 0 2 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='1' x2='0.999962' y2='12' stroke='white' stroke-opacity='0.14' stroke-width='2' stroke-linecap='round' stroke-dasharray='6 6'/%3E%3C/svg%3E")}._Day_rf129_1._big_rf129_1{grid-column:1/span 3;display:flex;padding:12px 24px;flex-direction:column;align-items:center;gap:12px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background-color:#0e0e10;background-size:contain;position:relative;background-image:url(/assets/Stars-JFjQYdVw.png);background-repeat:repeat,no-repeat,no-repeat}._Day_rf129_1._big_rf129_1:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit}._Day_rf129_1._big_rf129_1 ._Day_num_rf129_25{align-self:flex-start}._Day_rf129_1._big_rf129_1 ._Day_icon_rf129_28{position:absolute;width:110px;right:14%;top:-10px}._Day_rf129_1._big_rf129_1 ._Day_wrap_rf129_34{width:100%;display:flex;justify-content:space-between}._Day_rf129_1._big_rf129_1 ._Day_special_rf129_39{align-self:flex-start;color:#fff;font-size:24px;font-weight:500;line-height:32px;width:70%;margin-top:40px}._Day_rf129_1._big_rf129_1 ._Day_btn_rf129_48{align-self:flex-end}._Day_rf129_1._big_rf129_1 ._Day_isClaimed_rf129_51{width:80px}._Day_rf129_1._big_rf129_1._weMine_rf129_54:before{background-image:radial-gradient(circle 15em at 130% -30%,rgb(232,161,59),transparent),radial-gradient(circle 15em at 70% 180%,rgb(232,161,59),transparent)}._Day_rf129_1._big_rf129_1._wm_rf129_57:before{background-image:radial-gradient(circle 15em at 130% -30%,rgba(59,73,232,.7),transparent),radial-gradient(circle 15em at 70% 180%,rgba(59,226,232,.7),transparent)}._Day_rf129_1._small_rf129_60{display:flex;padding:12px 8px 8px;flex-direction:column;align-items:center;gap:12px;border-radius:16px;border:1px solid rgba(255,255,255,.14);background-color:#0e0e10;background-image:url(/assets/Stars-JFjQYdVw.png);background-size:cover}._Day_rf129_1._small_rf129_60 ._Day_icon_rf129_28{height:42px;width:auto}._Day_rf129_1._small_rf129_60 ._Day_reward_rf129_76{color:#fff6;font-size:12px;font-weight:600;line-height:16px}._Day_rf129_1._claimed_rf129_82{filter:opacity(.5);border:1px dashed rgba(255,255,255,.14);background-image:unset;border-style:dashed}._Day_num_rf129_25{color:#fff;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap}._Day_isClaimed_rf129_51{display:flex;width:100%;padding:8px 12px;justify-content:center;align-items:center;gap:4px;flex:1 0 0;border-radius:16px;border:1px solid rgba(255,255,255,.14);background:#0e0e10;color:#fff6;text-align:center;font-size:12px;font-weight:700;line-height:16px}._Roulette_cb5s2_1{display:flex;flex-direction:column;align-items:center;width:100%;padding-inline:16px;padding-bottom:16px}._Roulette_cb5s2_1._disable_cb5s2_9{opacity:.2;filter:grayscale(1) blur(2px);pointer-events:none}._RouletteButton_1nb3x_1{width:100%;margin-top:24px}@media screen and (max-height: 650px){._RouletteButton_1nb3x_1{margin-top:10px}}._RouletteButton_pill_1nb3x_11{letter-spacing:.2em;color:#ffffffe6}._RouletteCase_158ip_1{height:125px;margin-top:24px}@media screen and (max-width: 650px){._RouletteCase_158ip_1{width:80%;height:auto}}@media screen and (max-height: 650px){._RouletteCase_158ip_1{width:80%;margin-top:10px}}._RouletteCase_158ip_1 img{height:100%;width:auto}@media screen and (max-width: 650px){._RouletteCase_158ip_1 img{width:100%;height:auto}}._CombinationLock_g01j6_1{position:relative;display:flex;justify-content:center;gap:10px;padding:22px 74px;border-radius:18px}@media screen and (max-width: 650px){._CombinationLock_g01j6_1{width:100%;padding:22px}}@media screen and (max-height: 650px){._CombinationLock_g01j6_1{padding:10px}}._CombinationLock_bg_g01j6_21{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:fill;border-radius:17px}._CombinationLock_rivets_g01j6_31{position:absolute;top:0;left:0;width:100%;height:100%}._CombinationLock_rivets_g01j6_31 img{position:absolute;height:26px;width:auto;filter:drop-shadow(0px 1.567px .783px rgba(0,0,0,.25))}@media screen and (max-height: 650px){._CombinationLock_rivets_g01j6_31 img{height:18px}}._CombinationLock_rivets_g01j6_31 img:nth-child(1){top:6px;left:6px}._CombinationLock_rivets_g01j6_31 img:nth-child(2){top:6px;right:6px}._CombinationLock_rivets_g01j6_31 img:nth-child(3){left:6px;bottom:6px}._CombinationLock_rivets_g01j6_31 img:nth-child(4){bottom:6px;right:6px}._Wheel_c4ila_1{position:relative;overflow:hidden;width:55px;height:110px;border:2px solid #000;border-radius:10px;background:#1e1e1e}@media screen and (max-height: 650px){._Wheel_c4ila_1{width:45px;height:90px}}._Wheel_inner_c4ila_17{display:flex;align-items:center;justify-content:center;width:100%;height:100%}._Wheel_inner_c4ila_17:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(to bottom,#000 0%,transparent 17%,transparent 75%,#000 100%);z-index:99}._Wheel_swiperBox_c4ila_33{width:100%;height:51px}@media screen and (max-height: 650px){._Wheel_swiperBox_c4ila_33{height:41px}}._Wheel_swiper_c4ila_33{overflow:visible!important;width:100%;height:100%}._Wheel_swiper_item_c4ila_49{width:100%;height:100%}._WheelNumber_13fxz_1{display:flex;justify-content:center;align-items:center;text-align:center;width:100%;height:100%;color:#000;font-size:36px;font-weight:800;line-height:68.75%;-webkit-user-select:none;user-select:none;mask-image:linear-gradient(to top,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:-webkit-linear-gradient(to top,transparent 0%,#000 10%,#000 90%,transparent 100%)}@media screen and (max-height: 650px){._WheelNumber_13fxz_1{font-size:28px}}._WheelNumber_13fxz_1:before{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,#a19f9f,#4b4b4b);background:-webkit-linear-gradient(180deg,#a19f9f 0%,#4b4b4b 100%);mask-image:linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%);-webkit-mask-image:-webkit-linear-gradient(to right,transparent 0%,#000 10%,#000 90%,transparent 100%)}._RouletteCome_j3hox_1{position:absolute;z-index:5;top:50%;left:50%;translate:-50% -50%;display:flex;flex-direction:column;align-items:center;width:80%;text-align:center!important;font-size:22px!important;font-weight:600!important;line-height:130%!important}._RouletteCome_j3hox_1._weMine_j3hox_16>div{background:linear-gradient(225deg,#e8a13b,#b05c25)}._RouletteCome_j3hox_1._wm_j3hox_19>div{background:linear-gradient(225deg,#243055,#95dbbd)}._RouletteCome_j3hox_1>div{width:130px;padding:5px 10px;margin-top:10px;color:#ffffffe6;border-radius:1000px}._RouletteDigits_bbumq_1{margin-top:22px;color:#ffffff80;text-align:center;font-size:16px;font-weight:500;line-height:137.5%}@media screen and (max-width: 650px){._RouletteDigits_bbumq_1{margin-top:10px}}@media screen and (max-height: 650px){._RouletteDigits_bbumq_1{margin-top:10px;font-size:14px}}._RouletteDigits_bbumq_1 span{color:#fff}._Fallback_animation_1rofm_1{margin:auto;background-color:transparent}._Header_15y7f_1{display:flex;flex-direction:column;align-items:center;width:100%}._Header_bonus_15y7f_8{position:relative;display:flex;align-items:center;gap:12px;width:100%;margin-top:18px;padding:16px;background:#0006;border-radius:30px;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media (max-height: 705px){._Header_bonus_15y7f_8{margin-top:14px}}._Header_bonus_icon_15y7f_27{height:55px}._Header_bonus_icon_15y7f_27 img{height:100%;width:auto}._Header_bonus_text_15y7f_35{width:50%;font-size:14px;color:#fff;font-weight:500}._List_1xiqh_1{display:flex;flex:1 0 0;flex-direction:column;width:100%;margin-top:18px}@media (max-height: 705px){._List_1xiqh_1{margin-top:14px}}._List_header_1xiqh_14{display:flex;justify-content:space-between}._List_title_1xiqh_19{font-size:21px;font-weight:700}._List_list_1xiqh_24{position:relative;display:flex;flex:1 0 0;-webkit-mask-image:linear-gradient(to bottom,transparent 0%,#000 20px);mask-image:linear-gradient(to bottom,transparent 0%,#000 20px)}._List_list_overflow_1xiqh_31{position:absolute;overflow-y:auto;top:0;left:0;width:100%;height:100%;padding-top:20px;padding-bottom:80px}._List_fake_1xiqh_42{display:flex;column-gap:8px;padding:14px;margin-bottom:5px;height:70px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:30px;background-image:repeating-linear-gradient(var(--angle),rgba(0,0,0,0),rgba(176,93,37,.2470588235),rgba(0,0,0,0) var(--d));background-size:calc(var(--d) / sin(var(--angle))) 100%;background-repeat:repeat;animation:_inlineBg_1xiqh_1 3s linear infinite reverse}@keyframes _inlineBg_1xiqh_1{0%{background-position:calc(var(--d) / sin(var(--angle))) 0}}._List_notFound_1xiqh_64{position:absolute;top:calc(50% - 80px);transform:translateY(-50%);display:flex;align-items:center;flex-direction:column;justify-content:center;width:100%}._List_notFound_1xiqh_64 span{display:block;max-width:270px;text-align:center}._List_notFound_1xiqh_64 span:first-child{margin-bottom:12px;font-size:40px;font-weight:700;line-height:46px;text-align:center;background:linear-gradient(92.65deg,#fff 13.09%,#e4e4e4 102.28%);background:-webkit-linear-gradient(92.65deg,#ffffff 13.09%,#e4e4e4 102.28%);-webkit-text-fill-color:transparent;background-clip:text;-webkit-background-clip:text}._List_notFound_1xiqh_64 span:last-child{color:#ffffffb2;font-size:14px;font-weight:500;line-height:18px;text-align:center}._Task_u3p58_1{display:flex;align-items:center;gap:10px;padding:10px;margin-bottom:5px;background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);border-radius:30px}._Task_u3p58_1._done_u3p58_13{opacity:.6}._Task_u3p58_1._weMine_u3p58_16 ._Task_iconBox_u3p58_16{border-color:#e8a13b;background:linear-gradient(225deg,#e8a13b1a,#b05c251a)}._Task_u3p58_1._weMine_u3p58_16 ._Task_icon_u3p58_16{background-image:linear-gradient(225deg,#e8a13b,#b05c25)}._Task_u3p58_1._weMine_u3p58_16 ._Task_reward_u3p58_23{background:linear-gradient(225deg,#e8a13b,#b05c25);-webkit-background-clip:text;background-clip:text}._Task_u3p58_1._weMine_u3p58_16 ._Task_btn_claim_u3p58_27{background:#f5d466!important}._Task_u3p58_1._weMine_u3p58_16 ._Task_btn_claim_u3p58_27 .s1{color:#000!important}._Task_u3p58_1._usdt_u3p58_33 ._Task_iconBox_u3p58_16{border-color:#3be855;background:linear-gradient(225deg,#41e83b1a,#25b02c1a)}._Task_u3p58_1._usdt_u3p58_33 ._Task_icon_u3p58_16{background-image:linear-gradient(225deg,#3be855,#25b025)}._Task_u3p58_1._usdt_u3p58_33 ._Task_reward_u3p58_23{background:linear-gradient(225deg,#3be855,#25b033);-webkit-background-clip:text;background-clip:text}._Task_u3p58_1._usdt_u3p58_33 ._Task_btn_claim_u3p58_27{background:#96f9a6!important}._Task_u3p58_1._usdt_u3p58_33 ._Task_btn_claim_u3p58_27 .s1{color:#000!important}._Task_u3p58_1._labr_u3p58_50 ._Task_iconBox_u3p58_16{border-color:#ffd180;background:linear-gradient(225deg,#ffd18033,#ffb47f33)}._Task_u3p58_1._labr_u3p58_50 ._Task_icon_u3p58_16{background-image:linear-gradient(225deg,#ffd180,#ffb47f)}._Task_u3p58_1._labr_u3p58_50 ._Task_reward_u3p58_23{background:linear-gradient(225deg,#ffd180,#ffb47f);-webkit-background-clip:text;background-clip:text}._Task_u3p58_1._labr_u3p58_50 .button._Task_btn_claim_u3p58_27{background:#ffd180}._Task_u3p58_1._labr_u3p58_50 .button._Task_btn_claim_u3p58_27 .s1{color:#000!important}._Task_iconBox_u3p58_16{display:flex;justify-content:center;align-items:center;padding:9px;height:55px;aspect-ratio:1/1!important;background-color:#0003;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid transparent;border-radius:18px}._Task_iconBox_u3p58_16 img{height:100%;width:100%;object-fit:contain}._Task_icon_u3p58_16{height:100%;aspect-ratio:1/1;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center center;mask-position:center center;-webkit-mask-size:100% auto;mask-size:100% auto}._Task_icon_u3p58_16._img_u3p58_96{background-color:unset!important}._Task_info_u3p58_100{position:relative;overflow:hidden;display:flex;flex-direction:column;gap:4px;flex-grow:1}._Task_name_u3p58_109{color:#fff;font-size:13px;font-weight:700;line-height:137.5%;letter-spacing:-.015em}._Task_reward_u3p58_23{font-size:11.5px;font-weight:700;line-height:133.333%;letter-spacing:-.015em;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;text-fill-color:transparent}._Task_done_u3p58_128{display:flex;align-items:center;font-size:12px;font-weight:700;filter:brightness(.7)}._Task_done_u3p58_128 i{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M15.9958%203.66145C15.9963%203.83806%2015.9617%204.01302%2015.8941%204.17618C15.8265%204.33935%2015.7273%204.4875%2015.602%204.61204L7.12498%2013.0892C6.74366%2013.4694%206.22715%2013.6829%205.68866%2013.6829C5.15018%2013.6829%204.63367%2013.4694%204.25235%2013.0892L0.397133%209.23392C0.271568%209.10924%200.171852%208.961%200.103704%208.7977C0.0355549%208.63439%200.000314021%208.45925%202.08909e-06%208.2823C-0.000309843%208.10535%200.0343133%207.93007%200.101886%207.76653C0.169459%207.60299%200.268651%207.4544%200.393775%207.32928C0.518899%207.20416%200.667493%207.10497%200.831035%207.0374C0.994576%206.96983%201.16985%206.93521%201.3468%206.93552C1.52375%206.93584%201.6989%206.97108%201.8622%207.03923C2.0255%207.10738%202.17374%207.2071%202.29841%207.33267L5.68866%2010.7229L13.7009%202.71076C13.8889%202.52273%2014.1284%202.39467%2014.3892%202.34279C14.65%202.29091%2014.9203%202.31754%2015.166%202.4193C15.4116%202.52107%2015.6216%202.6934%2015.7693%202.9145C15.917%203.13561%2015.9958%203.39555%2015.9958%203.66145Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M15.9958%203.66145C15.9963%203.83806%2015.9617%204.01302%2015.8941%204.17618C15.8265%204.33935%2015.7273%204.4875%2015.602%204.61204L7.12498%2013.0892C6.74366%2013.4694%206.22715%2013.6829%205.68866%2013.6829C5.15018%2013.6829%204.63367%2013.4694%204.25235%2013.0892L0.397133%209.23392C0.271568%209.10924%200.171852%208.961%200.103704%208.7977C0.0355549%208.63439%200.000314021%208.45925%202.08909e-06%208.2823C-0.000309843%208.10535%200.0343133%207.93007%200.101886%207.76653C0.169459%207.60299%200.268651%207.4544%200.393775%207.32928C0.518899%207.20416%200.667493%207.10497%200.831035%207.0374C0.994576%206.96983%201.16985%206.93521%201.3468%206.93552C1.52375%206.93584%201.6989%206.97108%201.8622%207.03923C2.0255%207.10738%202.17374%207.2071%202.29841%207.33267L5.68866%2010.7229L13.7009%202.71076C13.8889%202.52273%2014.1284%202.39467%2014.3892%202.34279C14.65%202.29091%2014.9203%202.31754%2015.166%202.4193C15.4116%202.52107%2015.6216%202.6934%2015.7693%202.9145C15.917%203.13561%2015.9958%203.39555%2015.9958%203.66145Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");background:#fff;display:inline-block;width:16px;height:16px;margin-left:5px}._Task_btn_claim_u3p58_27{width:fit-content;padding:7px 14px}._Task_btn_claim_u3p58_27 .s1{font-size:14px;font-weight:700;line-height:137.5%;letter-spacing:-.01em}._Body_ckvrl_1{display:flex;flex-direction:column;align-items:center;width:100%;margin-top:24px;padding-bottom:100px}._Body_balance_ckvrl_10{padding-block:30px}._Body_text_ckvrl_14{margin-top:16px;padding-inline:20px;color:#ffffffad;text-align:center;font-size:16px;font-weight:500;line-height:150%}._Body_text_ckvrl_14 span{color:#fff}._Body_claimList_ckvrl_27{display:flex;flex-direction:column;gap:8px;width:100%;margin-top:16px}._Upgrades_1xkp6_1{position:relative;overflow-y:auto;display:flex;flex-direction:column;align-items:center;width:100%;padding:24px 16px 80px}._Cards_1v1bv_1{display:flex;flex-wrap:wrap;gap:8px;width:100%}@keyframes _spin_1kv3m_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._Card_1kv3m_9{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:calc(50% - 4px);height:220px;padding:16px;border:1px solid rgba(255,255,255,.1);border-radius:30px;background:#0e0e1066;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-repeat:repeat;animation-duration:.5s;animation-timing-function:linear;animation-delay:.5s;animation-iteration-count:3}._Card_1kv3m_9._usdt_1kv3m_28 ._Card_title_1kv3m_28 i{background:linear-gradient(103.55deg,#3ee83b 6.7%,#208c1d 94.2%)!important}._Card_1kv3m_9._usdt_1kv3m_28 ._Card_button_1kv3m_31._lvl_1kv3m_31{border-color:#3ee83b}._Card_1kv3m_9._usdt_1kv3m_28 ._Card_button_1kv3m_31._buy_1kv3m_34{color:#0e0e10;background-color:#66f56c;border-color:#66f56c}._Card_1kv3m_9._usdt_1kv3m_28 ._Card_button_1kv3m_31._stars_1kv3m_39{background-color:#f5d466;border-color:#f5d466}._Card_1kv3m_9._labr_1kv3m_43 ._Card_title_1kv3m_28 i{background:linear-gradient(103.55deg,#3ee83b 6.7%,#208c1d 94.2%)!important}._Card_1kv3m_9._labr_1kv3m_43 ._Card_button_1kv3m_31._lvl_1kv3m_31{border-color:#ffd180;background-color:#18181b}._Card_1kv3m_9._labr_1kv3m_43 ._Card_button_1kv3m_31._buy_1kv3m_34{color:#352626;background-color:#ffd180;border-color:#ffd180}._Card_1kv3m_9._wm_1kv3m_55 ._Card_title_1kv3m_28 i{background:linear-gradient(103.55deg,#3ee83b 6.7%,#208c1d 94.2%)!important}._Card_1kv3m_9._wm_1kv3m_55 ._Card_button_1kv3m_31._lvl_1kv3m_31{border-color:#95dbbd;background-color:#18181b}._Card_1kv3m_9._wm_1kv3m_55 ._Card_button_1kv3m_31._buy_1kv3m_34{color:#352626;background-color:#95dbbd;border-color:#95dbbd}._Card_1kv3m_9._wm_1kv3m_55 ._Card_button_1kv3m_31._stars_1kv3m_39{background-color:#f5d466;border-color:#f5d466}._Card_title_1kv3m_28{display:flex;align-items:center;justify-content:space-between;gap:2px;width:100%;height:2em;color:#fff;font-size:12px;font-weight:700;line-height:1em}._Card_title_1kv3m_28 i{-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='22'%20viewBox='0%200%2024%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M7.12267%2012.4322C7.45561%2012.0503%207.1844%2011.4539%206.6777%2011.4539H5.16065C5.15054%2011.3028%205.1454%2011.1515%205.14525%2011C5.14525%207.22025%208.22027%204.14522%2012%204.14522C13.8164%204.14522%2015.4698%204.8556%2016.6976%206.01282L18.8368%203.51025C16.9642%201.7972%2014.5543%200.858887%2012%200.858887C9.29122%200.858887%206.74458%201.91377%204.82916%203.82914C2.9138%205.74455%201.85891%208.2912%201.85891%2011C1.85891%2011.1519%201.8627%2011.3031%201.86931%2011.4539H0.59149C0.0847934%2011.4539%20-0.186469%2012.0502%200.146521%2012.4322L3.0291%2015.7386L3.63457%2016.4331L5.80841%2013.9396L7.12267%2012.4322ZM23.8535%2010.5031L21.7035%208.03689L20.3655%206.50209L18.4551%208.69341L16.8774%2010.5031C16.5445%2010.885%2016.8157%2011.4813%2017.3224%2011.4813H18.8377C18.5898%2015.0373%2015.6179%2017.8548%2012%2017.8548C10.4208%2017.8548%208.96469%2017.3176%207.80438%2016.4168L5.66506%2018.9196C7.45725%2020.3588%209.66837%2021.1411%2012.0001%2021.1411C14.7089%2021.1411%2017.2555%2020.0863%2019.1709%2018.1709C20.9724%2016.3693%2022.0124%2014.0094%2022.1298%2011.4814H23.4086C23.9153%2011.4813%2024.1865%2010.885%2023.8535%2010.5031Z'%20fill='url(%23paint0_linear_395_82545)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_82545'%20x1='24'%20y1='0.858886'%20x2='4.00173'%20y2='24.5229'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='22'%20viewBox='0%200%2024%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M7.12267%2012.4322C7.45561%2012.0503%207.1844%2011.4539%206.6777%2011.4539H5.16065C5.15054%2011.3028%205.1454%2011.1515%205.14525%2011C5.14525%207.22025%208.22027%204.14522%2012%204.14522C13.8164%204.14522%2015.4698%204.8556%2016.6976%206.01282L18.8368%203.51025C16.9642%201.7972%2014.5543%200.858887%2012%200.858887C9.29122%200.858887%206.74458%201.91377%204.82916%203.82914C2.9138%205.74455%201.85891%208.2912%201.85891%2011C1.85891%2011.1519%201.8627%2011.3031%201.86931%2011.4539H0.59149C0.0847934%2011.4539%20-0.186469%2012.0502%200.146521%2012.4322L3.0291%2015.7386L3.63457%2016.4331L5.80841%2013.9396L7.12267%2012.4322ZM23.8535%2010.5031L21.7035%208.03689L20.3655%206.50209L18.4551%208.69341L16.8774%2010.5031C16.5445%2010.885%2016.8157%2011.4813%2017.3224%2011.4813H18.8377C18.5898%2015.0373%2015.6179%2017.8548%2012%2017.8548C10.4208%2017.8548%208.96469%2017.3176%207.80438%2016.4168L5.66506%2018.9196C7.45725%2020.3588%209.66837%2021.1411%2012.0001%2021.1411C14.7089%2021.1411%2017.2555%2020.0863%2019.1709%2018.1709C20.9724%2016.3693%2022.0124%2014.0094%2022.1298%2011.4814H23.4086C23.9153%2011.4813%2024.1865%2010.885%2023.8535%2010.5031Z'%20fill='url(%23paint0_linear_395_82545)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_395_82545'%20x1='24'%20y1='0.858886'%20x2='4.00173'%20y2='24.5229'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='white'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");animation:_spin_1kv3m_1 2s linear infinite}._Card_text_1kv3m_89{width:100%;color:var(--text-secondary, rgba(255, 255, 255, .6784313725));font-size:10px;line-height:135%}._Card_icon_1kv3m_96{position:relative;pointer-events:none;display:flex;flex:1 0 0;justify-content:center;align-items:center;width:100%;margin-top:8px}._Card_property_1kv3m_107{position:absolute;top:50%;left:50%;translate:-50% -50%;width:80%;height:80%;object-fit:contain}._Card_buttons_1kv3m_117{display:flex;align-items:center;justify-content:space-between;column-gap:7px;margin-top:8px;width:100%;height:34px;font-size:12px;font-weight:500;text-align:center}@media (max-width: 420px){._Card_buttons_1kv3m_117{font-size:10px}}@media (max-width: 380px){._Card_buttons_1kv3m_117{font-size:9px}}._Card_button_1kv3m_31{display:flex;flex-direction:row;align-items:center;justify-content:center;column-gap:4px;height:34px;padding-inline:10px;line-height:1em;border:1px solid transparent;border-radius:48px}._Card_button_1kv3m_31._lvl_1kv3m_31{color:#fff}._Card_button_1kv3m_31._buy_1kv3m_34{flex:3}._Card_button_1kv3m_31._block_1kv3m_158{opacity:.4;pointer-events:none}._Card_button_1kv3m_31 ._curr_1kv3m_162{color:#0e0e10ad;font-weight:700;white-space:nowrap}._Card_button_1kv3m_31 ._price_1kv3m_167{text-align:center;color:var(--text-inverse, #0e0e10)}._Header_l0p2m_1{position:relative;display:flex;flex-direction:column;align-items:center;z-index:5;column-gap:16px;width:100%}._Header_title_l0p2m_11{text-align:center;color:#fff;font-size:24px;font-weight:700;line-height:1em}@media (max-height: 705px){._Header_title_l0p2m_11{font-size:22px}}._Header_balance_l0p2m_24{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px;margin-top:16px;color:#fff;font-size:14px;font-weight:700}._Header_balance_l0p2m_24 ._balance_l0p2m_35{color:#f9e696}._Header_balance_l0p2m_24 ._sep_l0p2m_38{display:inline-block;width:1px;height:16px;margin:0 2px;padding-bottom:2px;background:#fff}._Header_balance_item_l0p2m_47{white-space:nowrap}._Miner_149qv_1{position:relative;display:flex;flex-direction:column;align-items:center;row-gap:4px;width:100%;margin-top:24px;padding:16px;border-radius:30px;border:1px solid rgba(255,255,255,.1);background:#0006;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation-duration:.5s;animation-timing-function:linear;animation-delay:.5s;animation-iteration-count:3}@media (max-height: 705px){._Miner_149qv_1{margin-top:14px}}._Miner_149qv_1 ._desc_149qv_25{font-size:14px;color:#fff;font-weight:500;text-align:center;z-index:2}._Miner_title_149qv_33{width:100%;display:flex;justify-content:center;color:#fff;text-align:center;font-size:16px;font-weight:700;line-height:137.5%}._Miner_title_149qv_33 span{color:#ffffffb3;font-weight:500}._Miner_img_149qv_48{height:130px;width:100%;margin-block:15px;object-fit:contain}._Skins_605qw_1{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;width:100%}._SkinCard_165f9_1{position:relative;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:8px;height:220px;padding:16px;background:#0e0e1066;border:1px solid rgba(255,255,255,.1);border-radius:30px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:.2s ease-in-out;transition-property:background}._SkinCard_165f9_1._active_165f9_17{background:#d68b3433}._SkinCard_165f9_1._disable_165f9_20{pointer-events:none;opacity:.4}._SkinCard_165f9_1._weMine_165f9_24 ._SkinCard_buy_165f9_24{background:#f5d466}._SkinCard_165f9_1._weMine_165f9_24._basic_165f9_27 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._basic_165f9_27 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#b05c25,#e8a13b 10%,#b05c25 50%,#b05c25,#e8a13b 70%)}._SkinCard_165f9_1._weMine_165f9_24._skin_1_165f9_31 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._skin_1_165f9_31 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#455357,#455357 14%,#747880 27%,#79797b 31%,#877e70 36%,#a0855c,#c29041 48%,#cb933b 49%,#ca9b4e 51%,#caa96e,#cab589 57%,#cabe9f,#cac6b0 65%,#cacbbc 71%,#cacec3 79%,#cacfc5)}._SkinCard_165f9_1._weMine_165f9_24._skin_2_165f9_35 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._skin_2_165f9_35 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#6b3723,#da7f5c 32%,#5f2f19 38%,#64321b 42%,#cc7c56 45%,#783926 47%,#bca376 50%,#67331d,#ffb086 54%,#fff 59%,#ffdb9c 70%,#944f3a)}._SkinCard_165f9_1._weMine_165f9_24._skin_3_165f9_43 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._skin_3_165f9_43 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#4d5855,#393c59 14%,#787878 27%,#a5a0a3 48%,#eef5ff 56%)}._SkinCard_165f9_1._weMine_165f9_24._skin_4_165f9_47 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._skin_4_165f9_47 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#3d487d,#3d487d 14%,#9263a7 27%,#9062a6 39%,#8960a2 43%,#7d5c9c 46%,#6c5794 48%,#565089 51%,#3d487d 52%,#e0e7f5)}._SkinCard_165f9_1._weMine_165f9_24._skin_5_165f9_51 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._skin_5_165f9_51 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#006b6b,#a6fffa 32%,#009599 38%,#009599 42%,#1db7cc 45%,#00a58d 47%,#505dbc 50%,#009599,#48ddff 54%,#defffd 59%,#6679ff 70%,#6efff8)}._SkinCard_165f9_1._weMine_165f9_24._skin_6_165f9_55 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._weMine_165f9_24._skin_6_165f9_55 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#564717,#ece0a3 32%,#86771f 38%,#86771f 42%,#b9aa3e 45%,#927c24 47%,#a8a65d 50%,#86771f,#ecde65 54%,#fff 59%,#e7ea7a 70%,#ecda7e)}._SkinCard_165f9_1._wm_165f9_59 ._SkinCard_buy_165f9_24{background:#82d3b0}._SkinCard_165f9_1._wm_165f9_59._basic_165f9_27 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._basic_165f9_27 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#006b6b,#a6fffa 32%,#009599 38%,#009599 42%,#1db7cc 45%,#00a58d 47%,#505dbc 50%,#009599,#48ddff 54%,#defffd 59%,#6679ff 70%,#6efff8)}._SkinCard_165f9_1._wm_165f9_59._skin_1_165f9_31 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._skin_1_165f9_31 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#455357,#455357 14%,#747880 27%,#79797b 31%,#877e70 36%,#a0855c,#c29041 48%,#cb933b 49%,#ca9b4e 51%,#caa96e,#cab589 57%,#cabe9f,#cac6b0 65%,#cacbbc 71%,#cacec3 79%,#cacfc5)}._SkinCard_165f9_1._wm_165f9_59._skin_2_165f9_35 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._skin_2_165f9_35 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#6b3723,#da7f5c 32%,#5f2f19 38%,#64321b 42%,#cc7c56 45%,#783926 47%,#bca376 50%,#67331d,#ffb086 54%,#fff 59%,#ffdb9c 70%,#944f3a)}._SkinCard_165f9_1._wm_165f9_59._skin_3_165f9_43 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._skin_3_165f9_43 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#4d5855,#393c59 14%,#787878 27%,#a5a0a3 48%,#eef5ff 56%)}._SkinCard_165f9_1._wm_165f9_59._skin_4_165f9_47 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._skin_4_165f9_47 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#3d487d,#3d487d 14%,#9263a7 27%,#9062a6 39%,#8960a2 43%,#7d5c9c 46%,#6c5794 48%,#565089 51%,#3d487d 52%,#e0e7f5)}._SkinCard_165f9_1._wm_165f9_59._skin_5_165f9_51 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._skin_5_165f9_51 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#006b6b,#a6fffa 32%,#009599 38%,#009599 42%,#1db7cc 45%,#00a58d 47%,#505dbc 50%,#009599,#48ddff 54%,#defffd 59%,#6679ff 70%,#6efff8)}._SkinCard_165f9_1._wm_165f9_59._skin_6_165f9_55 ._SkinCard_border_165f9_27,._SkinCard_165f9_1._wm_165f9_59._skin_6_165f9_55 ._SkinCard_timer_border_165f9_28{background:linear-gradient(90deg,#564717,#ece0a3 32%,#86771f 38%,#86771f 42%,#b9aa3e 45%,#927c24 47%,#a8a65d 50%,#86771f,#ecde65 54%,#fff 59%,#e7ea7a 70%,#ecda7e)}._SkinCard_top_165f9_95{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:10px;row-gap:5px;width:100%}._SkinCard_title_165f9_105{width:fit-content;color:#fff;font-size:16px;font-weight:700;line-height:125%}._SkinCard_skin_165f9_113{position:relative;display:flex;flex:1 0 0;width:100%}._SkinCard_skin_165f9_113 img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain}._SkinCard_buy_165f9_24{display:flex;justify-content:center;align-items:center;gap:4px;width:100%;height:32px;padding:0 12px;font-family:Manrope,sans-serif;color:#0e0e10;text-align:center;font-size:12px;font-weight:700;line-height:133.333%;background:transparent;border-radius:1000px;border:none}._SkinCard_buy_165f9_24:active{scale:.95}._SkinCard_buy_165f9_24 img{height:22px;width:auto}._SkinCard_buy_165f9_24._active_165f9_17{background:#ffe48c33}._SkinCard_border_165f9_27{position:absolute;z-index:-1;top:-2px;right:-2px;bottom:-2px;left:-2px;border-radius:inherit;mix-blend-mode:color}._SkinCard_border_165f9_27:before{content:"";position:absolute;z-index:2;top:4px;right:4px;bottom:4px;left:4px;background-color:#000000c0;border-radius:28px;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}._Timer_v8d4y_1{position:relative;z-index:2;padding:4px 10px;color:#fff;font-size:9px;font-weight:800;line-height:100%;white-space:nowrap;border-radius:9999px}._Timer_border_v8d4y_13{position:absolute;z-index:-1;top:-1px;right:-1px;bottom:-1px;left:-1px;mix-blend-mode:color;border-radius:9999px}._Timer_border_v8d4y_13:before{content:"";position:absolute;z-index:2;top:1px;right:1px;bottom:1px;left:1px;background-color:#18181b;border-radius:inherit;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}._Tab_u73uc_1{width:100%;margin-top:20px}._History_btn_back_e6sv1_1{position:absolute;top:18px;right:16px}._History_list_e6sv1_7{position:relative;display:flex;flex:1 0 0;flex-direction:column;width:100%}._History_list_e6sv1_7._noData_e6sv1_14{justify-content:center;align-items:center}._History_list_e6sv1_7._usdt_e6sv1_18 ._History_noTransactions_e6sv1_18 span{background-image:linear-gradient(92.65deg,#fff 24.59%,#88fc6b 102.28%)}._History_list_e6sv1_7._usdt_e6sv1_18 ._History_noTransactions_e6sv1_18 i{background:linear-gradient(180deg,#fff,#88fc6b)!important}._History_list_e6sv1_7._usdt_e6sv1_18 ._History_list_date_e6sv1_24{background:linear-gradient(225deg,#020801,#0a5e17)}._History_list_e6sv1_7._wm_e6sv1_27 ._History_noTransactions_e6sv1_18 span{background-image:linear-gradient(93deg,#fff 24.59%,#6bf2fc 102.28%)}._History_list_e6sv1_7._wm_e6sv1_27 ._History_noTransactions_e6sv1_18 i{background:linear-gradient(93deg,#fff 24.59%,#6bf2fc 102.28%)!important}._History_list_e6sv1_7._wm_e6sv1_27 ._History_list_date_e6sv1_24{background:linear-gradient(225deg,#000d37,#588370)}._History_grid_e6sv1_37{position:absolute;top:50%;left:50%;translate:-50% -50%;width:100%;height:80%;object-fit:contain}._History_list_inner_e6sv1_47{position:absolute;overflow-y:auto;top:0;left:0;width:100%;height:100%;padding-bottom:80px;padding-top:25px;-webkit-mask-image:linear-gradient(to bottom,transparent 10px,#000 25px);mask-image:linear-gradient(to bottom,transparent 10px,#000 25px)}._History_list_inner_e6sv1_47>div{position:relative}._History_list_date_e6sv1_24{position:sticky;top:0;z-index:10;width:fit-content;margin-top:16px;margin-bottom:12px;margin-inline:auto;padding:2px 10px;font-size:12px;font-weight:500;line-height:200%;text-align:center;border-radius:1000px}._History_noTransactions_e6sv1_18{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%}._History_noTransactions_e6sv1_18 span{display:flex;text-align:center;align-items:center;width:217px;font-size:21px;font-weight:600;line-height:125%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}._History_noTransactions_e6sv1_18 i{margin-bottom:10px;width:42px!important;height:42px!important;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.6176%209.33746C24.5515%209.33328%2024.4796%209.33331%2024.4049%209.33334L24.3863%209.33334H21.4597C19.0474%209.33334%2016.9833%2011.2322%2016.9833%2013.7083C16.9833%2016.1845%2019.0474%2018.0833%2021.4597%2018.0833H24.3863L24.4049%2018.0833C24.4796%2018.0834%2024.5515%2018.0834%2024.6176%2018.0792C25.5975%2018.0174%2026.464%2017.2506%2026.5369%2016.1796C26.5417%2016.1094%2026.5416%2016.0337%2026.5416%2015.9635L26.5416%2015.9445V11.4722L26.5416%2011.4532C26.5416%2011.383%2026.5417%2011.3073%2026.5369%2011.2371C26.464%2010.1661%2025.5975%209.39933%2024.6176%209.33746ZM21.2002%2014.875C21.8213%2014.875%2022.3247%2014.3527%2022.3247%2013.7083C22.3247%2013.064%2021.8213%2012.5417%2021.2002%2012.5417C20.5792%2012.5417%2020.0757%2013.064%2020.0757%2013.7083C20.0757%2014.3527%2020.5792%2014.875%2021.2002%2014.875Z'%20fill='%2376786E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.4042%2019.8333C24.5781%2019.8288%2024.7098%2019.99%2024.6626%2020.1574C24.4283%2020.9886%2024.0566%2021.6971%2023.4601%2022.2935C22.587%2023.1666%2021.4799%2023.5541%2020.1121%2023.738C18.783%2023.9167%2017.0848%2023.9167%2014.9407%2023.9167H12.4758C10.3317%2023.9167%208.63348%2023.9167%207.30439%2023.738C5.93657%2023.5541%204.82946%2023.1666%203.95637%2022.2935C3.08328%2021.4205%202.69581%2020.3134%202.51191%2018.9455C2.33322%2017.6164%202.33323%2015.9182%202.33325%2013.7742V13.6425C2.33323%2011.4985%202.33322%209.80022%202.51191%208.47114C2.69581%207.10332%203.08328%205.99621%203.95637%205.12312C4.82946%204.25003%205.93657%203.86256%207.30439%203.67866C8.63348%203.49997%2010.3317%203.49998%2012.4758%203.5L14.9407%203.5C17.0848%203.49998%2018.783%203.49997%2020.1121%203.67866C21.4799%203.86256%2022.587%204.25003%2023.4601%205.12312C24.0566%205.71961%2024.4283%206.42803%2024.6626%207.25921C24.7098%207.42671%2024.5781%207.58785%2024.4041%207.58334L21.4596%207.58334C18.1502%207.58334%2015.2332%2010.1977%2015.2332%2013.7083C15.2332%2017.219%2018.1502%2019.8333%2021.4596%2019.8333L24.4042%2019.8333ZM6.70825%208.16667C6.225%208.16667%205.83325%208.55842%205.83325%209.04167C5.83325%209.52492%206.225%209.91667%206.70825%209.91667H11.3749C11.8582%209.91667%2012.2499%209.52492%2012.2499%209.04167C12.2499%208.55842%2011.8582%208.16667%2011.3749%208.16667H6.70825Z'%20fill='%2376786E'/%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.6176%209.33746C24.5515%209.33328%2024.4796%209.33331%2024.4049%209.33334L24.3863%209.33334H21.4597C19.0474%209.33334%2016.9833%2011.2322%2016.9833%2013.7083C16.9833%2016.1845%2019.0474%2018.0833%2021.4597%2018.0833H24.3863L24.4049%2018.0833C24.4796%2018.0834%2024.5515%2018.0834%2024.6176%2018.0792C25.5975%2018.0174%2026.464%2017.2506%2026.5369%2016.1796C26.5417%2016.1094%2026.5416%2016.0337%2026.5416%2015.9635L26.5416%2015.9445V11.4722L26.5416%2011.4532C26.5416%2011.383%2026.5417%2011.3073%2026.5369%2011.2371C26.464%2010.1661%2025.5975%209.39933%2024.6176%209.33746ZM21.2002%2014.875C21.8213%2014.875%2022.3247%2014.3527%2022.3247%2013.7083C22.3247%2013.064%2021.8213%2012.5417%2021.2002%2012.5417C20.5792%2012.5417%2020.0757%2013.064%2020.0757%2013.7083C20.0757%2014.3527%2020.5792%2014.875%2021.2002%2014.875Z'%20fill='%2376786E'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M24.4042%2019.8333C24.5781%2019.8288%2024.7098%2019.99%2024.6626%2020.1574C24.4283%2020.9886%2024.0566%2021.6971%2023.4601%2022.2935C22.587%2023.1666%2021.4799%2023.5541%2020.1121%2023.738C18.783%2023.9167%2017.0848%2023.9167%2014.9407%2023.9167H12.4758C10.3317%2023.9167%208.63348%2023.9167%207.30439%2023.738C5.93657%2023.5541%204.82946%2023.1666%203.95637%2022.2935C3.08328%2021.4205%202.69581%2020.3134%202.51191%2018.9455C2.33322%2017.6164%202.33323%2015.9182%202.33325%2013.7742V13.6425C2.33323%2011.4985%202.33322%209.80022%202.51191%208.47114C2.69581%207.10332%203.08328%205.99621%203.95637%205.12312C4.82946%204.25003%205.93657%203.86256%207.30439%203.67866C8.63348%203.49997%2010.3317%203.49998%2012.4758%203.5L14.9407%203.5C17.0848%203.49998%2018.783%203.49997%2020.1121%203.67866C21.4799%203.86256%2022.587%204.25003%2023.4601%205.12312C24.0566%205.71961%2024.4283%206.42803%2024.6626%207.25921C24.7098%207.42671%2024.5781%207.58785%2024.4041%207.58334L21.4596%207.58334C18.1502%207.58334%2015.2332%2010.1977%2015.2332%2013.7083C15.2332%2017.219%2018.1502%2019.8333%2021.4596%2019.8333L24.4042%2019.8333ZM6.70825%208.16667C6.225%208.16667%205.83325%208.55842%205.83325%209.04167C5.83325%209.52492%206.225%209.91667%206.70825%209.91667H11.3749C11.8582%209.91667%2012.2499%209.52492%2012.2499%209.04167C12.2499%208.55842%2011.8582%208.16667%2011.3749%208.16667H6.70825Z'%20fill='%2376786E'/%3e%3c/svg%3e")}._ListItem_l5hft_1{position:relative;overflow:hidden;margin-bottom:10px;padding:16px;background:#0006;border:1px solid rgba(255,255,255,.1019607843);border-radius:28px;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}._ListItem_header_l5hft_12{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.1019607843);margin-bottom:12px;font-size:12px;font-weight:700;line-height:16px}._ListItem_amount_l5hft_24,._ListItem_status_l5hft_25{background:#ffffff24;padding:8px 12px;border-radius:20px}._ListItem_amount_l5hft_24 span:last-child,._ListItem_status_l5hft_25 span:last-child{color:#ffffffad;margin-left:4px;text-transform:uppercase}._ListItem_status_l5hft_25{text-transform:capitalize}._ListItem_status_l5hft_25._Processing_l5hft_40{background:linear-gradient(225deg,#080501,#c4a93d)}._ListItem_status_l5hft_25._Completed_l5hft_43{background:linear-gradient(225deg,#010802,#59cd42)}._ListItem_status_l5hft_25._Failed_l5hft_46,._ListItem_status_l5hft_25._Canceled_l5hft_46{background:linear-gradient(225deg,#0d0101,#da1717)}._ListItem_wallet_l5hft_50{overflow:hidden;display:flex;justify-content:space-between;width:100%;margin-bottom:12px;font-size:12px;font-weight:500;line-height:125%;white-space:nowrap;text-overflow:ellipsis}._ListItem_wallet_l5hft_50 span{display:block}._ListItem_wallet_l5hft_50 span:first-child{margin-right:4px;color:#fff;font-weight:700}._ListItem_wallet_l5hft_50 span:nth-child(2){color:#ffffffad;overflow:hidden;text-overflow:ellipsis}._ListItem_wallet_l5hft_50 i{width:14px!important;height:14px!important;background:#ffffff4d;-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_395_82535)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M8.75006%2020.0113C6.40706%2020.0113%204.5%2018.1043%204.5%2015.7613V5.51138H2.75006C1.23305%205.51138%200%206.7442%200%208.26126V21.7613C0%2023.2783%201.23305%2024.5113%202.75006%2024.5113H15.2499C16.767%2024.5113%2018%2023.2783%2018%2021.7613V20.0113H8.75006Z'%20fill='black'/%3e%3cpath%20id='Vector_2'%20d='M21.9999%203.26138C21.9999%201.74235%2020.7689%200.511322%2019.2501%200.511322H8.75006C7.23103%200.511322%206%201.74235%206%203.26138V15.7613C6%2017.2803%207.23103%2018.5113%208.75006%2018.5113H19.2501C20.7689%2018.5113%2021.9999%2017.2803%2021.9999%2015.7613V3.26138Z'%20fill='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82535'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");mask-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='25'%20viewBox='0%200%2024%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='Frame'%20clip-path='url(%23clip0_395_82535)'%3e%3cg%20id='Group'%3e%3cpath%20id='Vector'%20d='M8.75006%2020.0113C6.40706%2020.0113%204.5%2018.1043%204.5%2015.7613V5.51138H2.75006C1.23305%205.51138%200%206.7442%200%208.26126V21.7613C0%2023.2783%201.23305%2024.5113%202.75006%2024.5113H15.2499C16.767%2024.5113%2018%2023.2783%2018%2021.7613V20.0113H8.75006Z'%20fill='black'/%3e%3cpath%20id='Vector_2'%20d='M21.9999%203.26138C21.9999%201.74235%2020.7689%200.511322%2019.2501%200.511322H8.75006C7.23103%200.511322%206%201.74235%206%203.26138V15.7613C6%2017.2803%207.23103%2018.5113%208.75006%2018.5113H19.2501C20.7689%2018.5113%2021.9999%2017.2803%2021.9999%2015.7613V3.26138Z'%20fill='black'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_395_82535'%3e%3crect%20width='24'%20height='24'%20fill='white'%20transform='translate(0%200.511322)'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");margin-bottom:10px}._ListItem_date_l5hft_83{width:100%;margin-bottom:12px;padding-bottom:12px;color:#ffffffad;font-size:12px;font-weight:500;line-height:16px;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.1019607843)}._ListItem_comment_l5hft_95{color:#ffffffad;font-size:12px;font-weight:500;line-height:125%}._ListItem_comment_l5hft_95 div:first-child{color:#fff;font-weight:700}._Info_content_1y79q_1{display:flex;flex:1 0 0;flex-direction:column;justify-content:center;align-items:center;padding-inline:30px}._Info_content_grid_1y79q_10{position:absolute;top:0;right:0;bottom:0;left:0;background-image:url(/assets/big-grid-BVy8rUM8.svg);background-repeat:none none;background-size:100% 100%;pointer-events:none;opacity:.5}._Info_content_title_1y79q_20{text-align:center;font-size:40px;font-weight:700;line-height:115%}._Info_content_text_1y79q_27{margin-top:12px;color:#ffffffb3;text-align:center;font-size:14px;font-weight:400;line-height:128.571%}._TermsOfUse_6741z_1{position:relative;overflow-y:scroll;width:100%;height:100%;padding:24px 16px}._TermsOfUse_button_6741z_9{position:absolute;top:24px;left:16px;height:40px;text-decoration:none}._TermsOfUse_text_6741z_17{width:100%;margin-top:16px}._TermsOfUse_text_6741z_17 h4{text-align:center}
