@charset "UTF-8";: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:#ffffffb3;--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(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/Inter18pt-Black.394605416f541d1bc5dc.woff2) format("woff2"),url(/static/media/Inter18pt-Black.756513641f54ca8a981d.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/Inter18pt-Bold.042dfdbde05796116292.woff2) format("woff2"),url(/static/media/Inter18pt-Bold.c7f8891c282692c7802f.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/static/media/Inter18pt-ExtraBold.a8a3ab68a503bb0d0ab8.woff2) format("woff2"),url(/static/media/Inter18pt-ExtraBold.bffe76d36b8a1a70a7f1.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/Inter18pt-Light.8bf532f9824dc4402c34.woff2) format("woff2"),url(/static/media/Inter18pt-Light.3dd8ff2267cd9d3ee661.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter18pt-Medium.9ed9283b86b0730fa5af.woff2) format("woff2"),url(/static/media/Inter18pt-Medium.c1beaa865c83ae71a4ea.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter18pt-Regular.9a57fc95e3edab315ea1.woff2) format("woff2"),url(/static/media/Inter18pt-Regular.0b3c76a31901556b113c.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/Inter18pt-SemiBold.54528befc307f8f51ef1.woff2) format("woff2"),url(/static/media/Inter18pt-SemiBold.d7da11ca020b3ec37a31.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:900;src:url(/static/media/Kanit-Black.f73c09c03c2afa30e5aa.woff2) format("woff2"),url(/static/media/Kanit-Black.9071cc7b5a0595c7f2a4.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:700;src:url(/static/media/Kanit-Bold.d75c889e71a960e5de7c.woff2) format("woff2"),url(/static/media/Kanit-Bold.3f0272187259f27a8f24.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:800;src:url(/static/media/Kanit-ExtraBold.0d2d5611f89cbe16fc8c.woff2) format("woff2"),url(/static/media/Kanit-ExtraBold.2ee4f9a0ac4b3aa35800.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:300;src:url(/static/media/Kanit-Light.02d19e285db17f2c7b92.woff2) format("woff2"),url(/static/media/Kanit-Light.a90dec57bc59b8b04a0b.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:500;src:url(/static/media/Kanit-Medium.c83e84b79cff0a085a50.woff2) format("woff2"),url(/static/media/Kanit-Medium.5ab38daa6ff8b556193c.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:400;src:url(/static/media/Kanit-Regular.f2fb82db33848637993b.woff2) format("woff2"),url(/static/media/Kanit-Regular.78b4f51d91fbda201782.woff) format("woff")}@font-face{font-display:swap;font-family:Kanit;font-style:normal;font-weight:600;src:url(/static/media/Kanit-SemiBold.e2d11f4783f6ad0c531b.woff2) format("woff2"),url(/static/media/Kanit-SemiBold.a0ceb672eab4200fb8e1.woff) format("woff")}html{scroll-behavior:smooth}*{border:none;margin:0;padding:0}*,button,button:focus{outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#0000004d}body{-webkit-font-smoothing:antialiased;-moz-font-smoothing:antialiased;background:#100f2d;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:1.7em}a,body{color:#000}a{cursor:pointer;text-decoration:none}h1,h2,h3,h4,h5,h6,p{background:none;font-weight:400;margin:0;position:relative}.auto__container{box-sizing:border-box;margin:0 auto;max-width:1160px;padding:0 40px;position:relative}li,ul{list-style:none;margin:0;padding:0}h1{color:#fff;font-family:Inter,sans-serif;font-size:23px;line-height:20px}h1,h1.big{font-weight:900}h1.big{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#ffed71,#ffbe00),#fff;-webkit-background-clip:text;background-clip:text;font-size:70px;line-height:1}h2{color:#fff;font-family:Inter,sans-serif;font-size:23px;line-height:20px}h2,h2.big{font-weight:900}h2.big{font-size:35px;line-height:42px}h3{font-size:20px;font-weight:400;line-height:24px}h3,p{color:#fff;font-family:Inter,sans-serif}p{font-size:15px;font-weight:600;line-height:20px}main{padding-top:66px}.bgOverlay{background:#0c0722cc;height:calc(100% - 66px);left:0;position:fixed;top:66px;width:100%;z-index:95}body.active{overflow:hidden}.button{position:relative}.button.auth{align-items:center;background:none;border-radius:5px;cursor:pointer;display:flex;justify-content:center;max-width:136px;padding:5px 0}.button.auth p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.05em;line-height:18px;z-index:1}.button.auth span{border-radius:5px;height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.button.auth span.default:before{height:calc(100% + 1px);width:calc(100% + 1px)}.button.auth span.default:after,.button.auth span.default:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.button.auth span.default:after{height:100%;width:100%;z-index:0}.button.auth span.hov{opacity:0}.button.auth span.hov:before{height:calc(100% + 2px);width:calc(100% + 2px)}.button.auth span.hov:after,.button.auth span.hov:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.button.auth span.hov:after{height:100%;width:100%;z-index:0}.button.auth span.active{opacity:0}.button.auth span.active:before{height:calc(100% + 1px);width:calc(100% + 1px)}.button.auth span.active:after,.button.auth span.active:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.button.auth span.active:after{height:100%;width:100%;z-index:0}.button.auth:hover span.default{opacity:0}.button.auth:hover span.hov{opacity:1}.button.auth:focus span.default,.button.auth:focus span.hov{opacity:0}.button.auth:focus span.active{opacity:1}.button.login span.default:before{background:linear-gradient(180deg,#27264f,#212047)}.button.login span.default:after{background:linear-gradient(90deg,#2e2d55,#313063)}.button.login span.hov:before{background:linear-gradient(180deg,#7d7ccd,#61609d)}.button.login span.hov:after{background:#42407e}.button.login span.active:before{background:linear-gradient(180deg,#7d7ccd,#61609d)}.button.login span.active:after{background:linear-gradient(90deg,#2e2d55,#313063)}.button.register span.default:before{background:linear-gradient(180deg,#1f60ab,#1e5ca4);height:calc(100% + 2px);width:calc(100% + 2px)}.button.register span.default:after{background:#307bd3}.button.register span.hov:before{background:linear-gradient(180deg,#fff,#b0f0ff)}.button.register span.hov:after{background:#3eaeff}.button.register span.active:before{background:linear-gradient(180deg,#fff,#b0f0ff)}.button.register span.active:after{background:#307bd3}.button.continue{align-items:center;background:none;border-radius:5px;box-shadow:0 4px 4px #18183580;cursor:pointer;display:flex;justify-content:center;padding:15px 0;position:relative;width:100%}.button.continue p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px;z-index:1}.button.continue span{border-radius:5px;height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.button.continue span.default{opacity:1}.button.continue span.default:before{background:linear-gradient(180deg,#1f60ab,#1e5ca4);height:calc(100% + 2px);width:calc(100% + 2px)}.button.continue span.default:after,.button.continue span.default:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.button.continue span.default:after{background:linear-gradient(180deg,#3e91f2,#307bd3),#307bd3;height:100%;width:100%}.button.continue span.hov{opacity:0}.button.continue span.hov:before{background:linear-gradient(180deg,#fff,#b0f0ff);height:calc(100% + 2px);width:calc(100% + 2px)}.button.continue span.hov:after,.button.continue span.hov:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.button.continue span.hov:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2);height:100%;width:100%}.button.continue span.active{opacity:0}.button.continue span.active:before{background:linear-gradient(180deg,#fff,#b0f0ff);height:calc(100% + 1px);width:calc(100% + 1px)}.button.continue span.active:after,.button.continue span.active:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.button.continue span.active:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2);height:100%;width:100%}.button.continue:hover span.default{opacity:0}.button.continue:hover span.hov{opacity:1}.button.continue:focus span.default,.button.continue:focus span.hov{opacity:0}.button.continue:focus span.active{opacity:1}.button.green{align-items:center;border-radius:5px;cursor:pointer;display:flex;justify-content:center}.button.green p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:21px;text-shadow:0 1px 2px #17238c4d;transition:all .3s linear}.button.green p b{font-weight:900}.button.green span{-moz-ransform:translate(-50%,-50%);border-radius:5px;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.button.green span:before{height:calc(100% + 2px);width:calc(100% + 2px)}.button.green span:after,.button.green span:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.button.green span:after{height:100%;width:100%}.button.green span.default:before{background:linear-gradient(180deg,#289c64,#167346)}.button.green span.default:after{background:linear-gradient(180deg,#34c05e,#008748)}.button.green span.hov{opacity:0;transition:all .3s linear}.button.green span.hov:before{background:#fff;filter:blur(1px)}.button.green span.hov:after{background:linear-gradient(180deg,#3d6,#09b564)}.button.green span.active{opacity:0;transition:all .3s linear}.button.green span.active:before{background:#fff}.button.green span.active:after{background:linear-gradient(180deg,#3d6,#09b564)}.button.green:hover span.hov{opacity:1}.button.green:hover p{font-size:18px;line-height:22px}.button.green:focus span.hov{opacity:0}.button.green:focus span.active{opacity:1}.button.green:focus p{font-size:17px;line-height:21px}.button.play{align-items:center;border-radius:5px;box-shadow:0 1.77px 1.77px 0 #0d1c4a;cursor:pointer;display:flex;justify-content:center;position:relative}.button.play p{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:700;line-height:1;text-shadow:0 .884161px 1.76832px #187443;transition:all .3s linear}.button.play svg{-moz-ransform:translateY(-50%);color:#187443;height:19px;position:absolute;right:46px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:16px}.button.play span{height:100%;width:100%}.button.play span,.button.play span:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.button.play span:before{content:"";height:calc(100% + 2px);width:calc(100% + 2px)}.button.play span:after{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.button.play span.default:before{background:linear-gradient(1turn,#1a8a4e,#5dc74a)}.button.play span.default:after{background:linear-gradient(180deg,#34c05e,#008748)}.button.play span.hov{opacity:0;transition:all .3s linear}.button.play span.hov:before{background:#fff}.button.play span.hov:after{background:linear-gradient(180deg,#3d6,#09b564)}.button.play span.active{opacity:0;transition:all .3s linear}.button.play span.active:before{background:#fff}.button.play span.active:after{background:linear-gradient(180deg,#3d6,#09b564)}.button.play:hover span.hov{opacity:1}.button.play:focus span.hov{opacity:0}.button.play:focus span.active{opacity:1}.button.link{align-items:center;background:#1f1d47;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;transition:all .3s linear}.button.link p{color:#bdbaef;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:13px;text-align:center;transition:all .3s linear}.button.link svg{color:#fff;height:16px;width:23px}.button.link.linked{background:#37b06c}.button.link.linked p{box-shadow:none;color:#0c0722}.button.link:hover{opacity:.8}.button.buy{align-items:center;border-radius:5px;cursor:pointer;display:flex;justify-content:center;min-height:44px}.button.buy p{color:#fff;font-family:Inter,sans-serif;font-size:23.38px;font-weight:800;line-height:1;text-shadow:0 2px 4px #00489c}.button.buy img{filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));height:37px;margin-left:10px;width:23px}.button.buy span{-moz-ransform:translate(-50%,-50%);border-radius:5px;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.button.buy span:before{height:calc(100% + 2px);width:calc(100% + 2px)}.button.buy span:after,.button.buy span:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.button.buy span:after{height:100%;width:100%}.button.buy span.default:before{background:linear-gradient(180deg,#0058be,#00489c)}.button.buy span.default:after{background:linear-gradient(180deg,#3e91f2,#307bd3)}.button.buy span.hov{opacity:0;transition:all .3s linear}.button.buy span.hov:before{background:#fff}.button.buy span.hov:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2)}.button.buy span.active{opacity:0;transition:all .3s linear}.button.buy span.active:before{background:#fff}.button.buy span.active:after{background:linear-gradient(180deg,#71cdff,#5fa9ff)}.button.buy:hover span.hov{opacity:1}.button.buy:focus span.hov{opacity:0}.button.buy:focus span.active{opacity:1}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.footer{background:#0c0722}.footer.hide{display:none}.footer__top{position:relative}.footer__top:before{background:linear-gradient(90deg,#0c0722,#22214a 47.5%,#0c0722);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.footer__top-inner{box-sizing:border-box;justify-content:space-between;padding:50px 0}.footer__top-inner,.footer__top-row,.footer__top-social,.footer__top-socials{align-items:center;display:flex}.footer__top-social{cursor:pointer;height:32px;justify-content:center;margin-right:40px;transition:all .3s linear;width:32px}.footer__top-social:hover{opacity:.8}.footer__top-social:last-child{margin-right:0}.footer__top-social svg{color:#fff;height:100%;width:100%}.footer__top-logo{align-items:center;display:flex;justify-content:center;margin-right:73px;width:177px}.footer__top-logo img{width:100%}.footer__top-btn{align-items:center;background:#307bd3;border-radius:5px;cursor:pointer;display:flex;justify-content:center;padding:10px 0;transition:all .3s linear;width:175px}.footer__top-btn:hover{opacity:.8}.footer__top-btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:1;text-align:center}.footer__top-btn svg{color:#fff;height:18px;margin-right:16px;width:18px}.footer__links{position:relative}.footer__links:before{background:linear-gradient(90deg,#0c0722,#22214a 47.5%,#0c0722);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.footer__links-inner{align-items:flex-start;box-sizing:border-box;display:flex;max-width:850px;padding:24px 0 36px}.footer__links-col{margin-right:90px}.footer__links-col:last-child{margin-right:0}.footer__links-col h6{color:#efefff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;margin-bottom:10px}.footer__links-col-link{align-items:center;background:none;color:#616096;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px;margin-bottom:8px;transition:all .3s linear}.footer__links-col-link:hover{color:#fff}.footer__links-col-link:last-child{margin-bottom:0}.footer__note{position:relative}.footer__note:before{background:linear-gradient(90deg,#0c0722,#22214a 47.5%,#0c0722);bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.footer__note-inner{box-sizing:border-box;display:flex;justify-content:space-between;padding:40px 0 30px}.footer__note-inner p{color:#616096;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:18px;max-width:522px}.footer__note-inner p span{color:#efefff;font-weight:600}.footer__note-inner p a{color:#616096;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:18px;text-decoration:underline;text-underline-position:under;transition:all .3s linear}.footer__note-inner p a:hover{color:#efefff}.footer__copy-inner{box-sizing:border-box;padding:23px 0}.footer__copy-inner p{color:#616096;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:16px}.footer .languageSelect{width:44px}.footer .languageSelect__selected{border-radius:5px}.header{background:#1f1d47;left:0;position:absolute;top:0;width:100%;z-index:100}.header.diffHeader,.header.diffHeader .header__inner:before{background:#0a0a1780}.header.noBgHeader,.header.noBgHeader .header__inner:before{background:#000;transition:all .3s linear}.header.noBgHeader.noBgHeaderHov,.header.noBgHeader.noBgHeaderHov .header__inner:before{background:#100f2d}.header.active{background:#1f1d47!important}.header__inner{align-items:center;display:flex;justify-content:space-between;position:relative;z-index:99}.header__inner:before{background:#1f1d47;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.header__inner-content{align-items:center;display:flex}.header__inner-logo{cursor:pointer;height:41px;margin-right:37px;position:relative;width:38.98px}.header__inner-logo-ellipse{background:#1f78ff;height:36.47px;left:1.84px;top:1.33px;width:36.08px;z-index:1}.header__inner-logo-ellipse,.header__inner-logo-ellipse2{border-radius:50%;position:absolute;transition:all .3s linear}.header__inner-logo-ellipse2{background:#1c35bf;height:37.41px;left:1.05px;top:2.4px;width:36.35px;z-index:0}.header__inner-logo svg{color:#fff;height:29.29px;position:absolute;right:4.74px;top:5.06px;transition:all .3s linear;width:28.97px;z-index:2}.header__inner-logo:hover svg{height:30.08px;right:2.63px;top:4.53px;width:27.65px}.header__inner-logo:hover .header__inner-logo-ellipse{color:#1fa2ff;height:37.54px;left:4.74px;top:.8px;width:33.71px}.header__inner-logo:hover .header__inner-logo-ellipse2{color:#2843db;height:38.07px;left:2.37px;top:.8px;width:36.08px}.header__btns{align-items:center;display:flex;justify-content:space-between;margin-right:52px;max-width:285px;position:relative;width:100%;z-index:1}.header__btns .button{width:calc(50% - 6px)}.header .languageSelect{-moz-ransform:translateY(-50%);position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.header .languageSelect__selected{border-radius:5px}.header__more{-moz-ransform:translateY(-50%);align-items:center;display:flex;position:absolute;right:17px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);z-index:99}.header__more-level{align-items:center;border-radius:5px;cursor:pointer;display:flex;padding:4px}.header__more-level,.header__more-level-progress{background:#1f1d47;box-sizing:border-box;transition:all .3s linear}.header__more-level-progress{border:1px solid #444376;border-radius:50px 0 0 50px;border-right:initial;height:7px;overflow:hidden;position:relative;width:93px}.header__more-level-progress span{-moz-ransform:translateY(-50%);background:#4ac61c;height:5px;left:0;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:40%}.header__more-level-info{align-items:center;background:#444376;border-radius:5px;display:flex;height:26px;justify-content:center;transition:all .3s linear;width:36px}.header__more-level-info img{height:15px;width:24px}.header__more-level:hover{background:#3d3c6c}.header__more-level:hover .header__more-level-progress{background:#3d3c6c;border:1px solid #adacde;border-right:initial}.header__more-level:focus,.header__more-level:hover .header__more-level-info{background:#adacde}.header__more-level:focus .header__more-level-progress{background:#3d3c6c;border:1px solid #3d3c6c;border-right:initial}.header__more-level:focus .header__more-level-info{background:#3d3c6c}.header__more-account{align-items:center;background:#1f1d47;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;margin-right:14px;padding:5px;transition:all .3s linear;width:144px}.header__more-account-avatar{align-items:center;background:#2f2e5f;border-radius:50%;display:flex;height:35px;justify-content:center;overflow:hidden;width:35px}.header__more-account-avatar img{height:100%;object-fit:cover;width:100%}.header__more-account-avatar svg{color:#adacde;height:25px;width:25px}.header__more-account p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:18px;overflow:hidden;text-align:right;text-overflow:ellipsis;transition:all .3s linear;width:calc(100% - 45px)}.header__more-account:hover{background:#3d3c6c}.header__more-account:focus{background:#adacde}.header__more-account:focus p{color:#3d3c6c}.header__more-notify{align-items:center;background:#1f1d47;border-radius:5px;cursor:pointer;display:flex;height:34px;justify-content:center;margin-right:20px;transition:all .3s linear;width:34px}.header__more-notify svg{color:#adacde;height:19px;transition:all .3s linear;width:16px}.header__more-notify:hover{background:#3d3c6c}.header__more-notify:hover svg{height:21px;width:18px}.header__more-notify:focus{background:#adacde}.header__more-notify:focus svg{color:#3d3c6c;height:19px;width:16px}.header__more-balance{align-items:center;background:#100f2d;border-radius:20px;box-sizing:border-box;display:flex;height:34px;justify-content:center;margin-right:10px;padding:0 12px;width:134px}.header__more-balance p{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;max-width:calc(100% - 25px);overflow:hidden;text-align:right;text-overflow:ellipsis}.header__more-balance svg{color:#3eaeff;height:18px;width:20px}.header__more-balance svg path.otherpath{color:#005cc9}.header__more-balance img{height:26px;margin-left:6px;transform:rotate(16.73deg);width:15px}.header__more-btns{align-items:center;display:flex}.header__more-language{background:#1f1d47;border-radius:5px 0 0 5px;box-sizing:border-box;cursor:pointer;height:34px;padding:7px 13px 7px 11px;transition:all .3s linear;width:44px}.header__more-language-image{align-items:center;border:1px solid #2d2c61;border-radius:17.5px;box-shadow:0 2px 2px 0 #100f2d80;box-sizing:border-box;display:flex;height:20px;justify-content:center;overflow:hidden;transition:all .3s linear;width:20px}.header__more-language-image img{height:100%;width:100%}.header__more-language:hover{background:#3d3c6c;padding:5px 11px 6px 10px}.header__more-language:hover .header__more-language-image{box-shadow:0 2px 2px 0 #2d2c61;height:23px;width:23px}.header__more-language:focus{background:#adacde;padding:7px 13px 7px 11px}.header__more-language:focus .header__more-language-image{border:1px solid #adacde;box-shadow:0 2px 2px 0 #3d3c6c80;height:20px;width:20px}.header__more .languageSelect{-moz-ransform:translate(0,0);position:relative;right:auto;top:auto;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.header__more .languageSelect__selected{border-radius:5px 0 0 5px}.header__more-chat{align-items:center;background:#1f1d47;border-radius:0 5px 5px 0;cursor:pointer;display:flex;height:34px;justify-content:center;width:42px}.header__more-chat svg{color:#adacde;height:15px;transition:all .3s linear;width:17px}.header__more-chat:hover{background:#3d3c6c}.header__more-chat:hover svg{height:17px;width:19px}.header__more-chat:focus{background:#adacde}.header__more-chat:focus svg{color:#3d3c6c;height:15px;width:17px}.nav__inner{align-items:center;display:flex}.nav__inner-link{background:none;cursor:pointer;margin-right:43px;padding:19px 0}.nav__inner-link:last-child{margin-right:0}.nav__inner-link-content{align-items:center;border-radius:5px;box-sizing:border-box;display:flex;height:28px;justify-content:center;position:relative;width:90px;z-index:1}.nav__inner-link-content:before{-moz-ransform:translateX(-50%);bottom:0;content:"";height:1px;left:50%;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:1px}.nav__inner-link p{color:#adacde;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:18px;transition:all .3s linear}.nav__inner-link.hov .nav__inner-link-content p{color:#fff;font-weight:600}.nav__inner-link.hov .nav__inner-link-content:before{background:linear-gradient(90deg,#1f1d47,#1f78ff 20%,#3eaeff 49.5%,#1f78ff 80%,#1f1d47);width:100%}.nav__inner-link:hover .nav__inner-link-content p{color:#fff;font-weight:600}.nav__inner-link:hover .nav__inner-link-content:before{background:linear-gradient(90deg,#1f1d47,#1f78ff 20%,#3eaeff 49.5%,#1f78ff 80%,#1f1d47);width:100%}.nav__inner-link.active .nav__inner-link-content p{color:#fff;font-weight:500}.nav__inner-link.active .nav__inner-link-content:before{background:linear-gradient(90deg,#1f1d47,#1f78ff 20%,#3eaeff 49.5%,#1f78ff 80%,#1f1d47);height:5px;width:100%}.nav__inner-link.active.hov .nav__inner-link-content p{color:#fff;font-weight:600}.nav__inner-link.active.hov .nav__inner-link-content:before{background:linear-gradient(90deg,#1f1d47,#1f78ff 20%,#3eaeff 49.5%,#1f78ff 80%,#1f1d47);width:100%}.nav__inner-link.active:hover .nav__inner-link-content p{color:#fff;font-weight:600}.nav__inner-link.active:hover .nav__inner-link-content:before{background:linear-gradient(90deg,#1f1d47,#1f78ff 20%,#3eaeff 49.5%,#1f78ff 80%,#1f1d47);width:100%}.nav__inner-link.vip p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1}.nav__inner-link.vip p span{font-weight:700}.nav__inner-link.vip .nav__inner-link-content{align-items:center;background:#15152d;border-radius:5px;display:flex;width:151px}.nav__inner-link.vip .nav__inner-link-content svg{color:#ffd024;height:15px;margin-right:8px;margin-top:-2px;width:17px}.nav__dropdown{color:#fff;left:0;opacity:0;position:absolute;top:100%;transform:translateY(-100%);transition:all .3s linear;width:100%;z-index:-1}.nav__dropdown-title{display:none}.nav__dropdown-inner{background:linear-gradient(180deg,#2a2954,#302f61 12%,#313062);border:1px solid #1d1d3a;border-radius:0 0 5px 5px;box-sizing:border-box;display:flex;justify-content:space-between;padding:19px 19px 18px}.nav__dropdown-play{border:.5px solid #cd8d2e;border-radius:5px;box-sizing:border-box;display:block;height:128px;overflow:hidden;padding:10px;position:relative;width:calc(33.33% - 5px)}.nav__dropdown-play-title{align-items:center;display:flex;position:relative;z-index:1}.nav__dropdown-play-title svg{color:#ffc026!important;height:15px!important;margin-right:9px!important;width:15px!important}.nav__dropdown-play-title h6{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:900;line-height:18px;text-shadow:0 1px 2px #0c07224d}.nav__dropdown-play-image{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;position:absolute;right:0;width:100%;z-index:0}.nav__dropdown-play-image img{height:100%;object-fit:cover;-o-object-fit:cover;transform:scale(1);transition:all .3s linear;width:100%}.nav__dropdown-play-pack{align-items:center;bottom:0;display:flex;height:100%;justify-content:center;opacity:1;position:absolute;right:0;transition:all .3s linear;width:100%;z-index:0}.nav__dropdown-play-pack.hov{opacity:0}.nav__dropdown-play-pack img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.nav__dropdown-play-element{background:radial-gradient(28.25% 28.25% at 32.04% 18.09%,#4f118d 0,#4f118d00 100%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.nav__dropdown-play:hover .nav__dropdown-play-image img{transform:scale(1.1)}.nav__dropdown-play:hover .nav__dropdown-play-pack{opacity:0}.nav__dropdown-play:hover .nav__dropdown-play-pack.hov{opacity:1}.nav__dropdown-row{align-items:center;display:flex;height:60px;justify-content:space-between;margin-bottom:6px}.nav__dropdown-row-image{align-items:center;border:1px solid #9695ce;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:100%;justify-content:center;overflow:hidden;transition:all .3s linear;width:calc(33.3334% - 4px)}.nav__dropdown-row-image:hover{opacity:.8}.nav__dropdown-row-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.nav__dropdown-content{align-items:center;display:flex;height:60px;justify-content:space-between;width:100%}.nav__dropdown-content .nav__dropdown-item{width:calc(60% - 5px)}.nav__dropdown-leaderboard{align-items:center;border:1px solid #f172f9;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:100%;justify-content:center;overflow:hidden;transition:all .3s linear;width:calc(40% - 5px)}.nav__dropdown-leaderboard:hover{opacity:.8}.nav__dropdown-leaderboard img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.nav__dropdown-col{display:flex;flex-direction:column;justify-content:space-between;width:calc(33.33% - 5px)}.nav__dropdown-col-wrapper{width:calc(66.66% - 5px)}.nav__dropdown-item{border:.3px solid #cd8d2e;border-radius:5px;box-sizing:border-box;min-height:60px;overflow:hidden;position:relative}.nav__dropdown-item-title{align-items:center;box-sizing:border-box;display:flex;padding:9px 20px;position:relative;z-index:2}.nav__dropdown-item-title h5{color:#ffc026;font-weight:900;margin-right:10px}.nav__dropdown-item-title h5,.nav__dropdown-item-title h6{font-family:Inter,sans-serif;font-size:15px;line-height:18px}.nav__dropdown-item-title h6{color:#fff;font-weight:600}.nav__dropdown-item-title h6 b{font-weight:900}.nav__dropdown-item-title svg{color:#ffc026!important;height:13px!important;margin-right:9px!important;width:12px!important}.nav__dropdown-item-title-body h6{margin-bottom:5px}.nav__dropdown-item-title-progress{background:#302f5c;border-radius:8px;height:8px;position:relative;width:130px}.nav__dropdown-item-title-progress-inner{background:#1f78ff;border-radius:8px;height:100%;left:0;position:absolute;top:0;width:80%}.nav__dropdown-item-bg{background:linear-gradient(180deg,#8d411166 -10.16%,#8d41111a 64.67%);height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%;z-index:1}.nav__dropdown-item-bg.black{background:linear-gradient(180deg,#8d411166 -10.16%,#8d41111a 64.67%),#222149}.nav__dropdown-item-bg.black.hov{background:linear-gradient(90deg,#9b411333 -70.03%,#9b4113 83%),#222149}.nav__dropdown-item-bg.hov{background:linear-gradient(90deg,#9b411333 -70.03%,#9b4113 83%);opacity:0}.nav__dropdown-item-image{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:0}.nav__dropdown-item-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.nav__dropdown-item-image2{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:0;transition:all .3s linear;width:100%;z-index:0}.nav__dropdown-item-image2 img{width:100%}.nav__dropdown-item-image2.hov{mix-blend-mode:lighten;opacity:0;z-index:1}.nav__dropdown-item-ranks{-moz-ransform:translateY(-50%);align-items:center;display:flex;justify-content:center;position:absolute;right:6px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:140px;z-index:1}.nav__dropdown-item-ranks img{width:100%}.nav__dropdown-item:hover .nav__dropdown-item-bg{opacity:0}.nav__dropdown-item:hover .nav__dropdown-item-bg.hov{opacity:1}.nav__dropdown-item:hover .nav__dropdown-item-image2{opacity:0}.nav__dropdown-item:hover .nav__dropdown-item-image2.hov{opacity:1}.nav__dropdown-jackpot{background:url(/static/media/jackBg.74bd3859a39ce73db3d9.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border:.5px solid #000;border-radius:5px;box-sizing:border-box;min-height:60px;overflow:hidden;position:relative;transition:all .3s linear}.nav__dropdown-jackpot-image{align-items:center;display:flex;justify-content:center;left:5px;position:absolute;top:12px;transition:all .3s linear;width:189px;z-index:6}.nav__dropdown-jackpot-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.nav__dropdown-jackpot-coins{align-items:center;bottom:0;display:flex;justify-content:center;left:0;max-width:321px;position:absolute;width:100%}.nav__dropdown-jackpot-coins img{width:100%}.nav__dropdown-jackpot-ticket{align-items:center;display:flex;justify-content:center;position:absolute;right:135px;top:0;width:12px}.nav__dropdown-jackpot-ticket img{width:100%}.nav__dropdown-jackpot-content{position:absolute;right:22px;top:8px;z-index:5}.nav__dropdown-jackpot-content h4{color:#fff;margin-bottom:5px;text-shadow:0 2px 4px #013e1b}.nav__dropdown-jackpot-content h4,.nav__dropdown-jackpot-content h5{font-family:Inter,sans-serif;font-size:15px;font-weight:900;line-height:100%;text-align:center}.nav__dropdown-jackpot-content h5{color:#000;position:relative}.nav__dropdown-jackpot-content h5:before{-moz-ransform:translateY(-50%);background:#00ff80;border-radius:5px;content:"";height:calc(100% + 6px);position:absolute;right:-20px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .3s linear;width:calc(100% + 40px);z-index:-1}.nav__dropdown-jackpot:hover{border:.5px solid #000}.nav__dropdown-jackpot:hover .nav__dropdown-jackpot-content h5:before{width:316px}.nav__dropdown.pack .nav__dropdown-play{border:.3px solid #f172f9;box-shadow:0 4px 4px #18183533}.nav__dropdown.pack .nav__dropdown-play-title svg{color:#f172f9!important}.nav__dropdown.pack .nav__dropdown-item{border:.3px solid #f172f9}.nav__dropdown.pack .nav__dropdown-item-title h5{color:#f172f9}.nav__dropdown.pack .nav__dropdown-item-bg{background:linear-gradient(180deg,#4f118d80 -10.16%,#4f118d1a 64.67%)}.nav__dropdown.pack .nav__dropdown-item-bg.hov{background:linear-gradient(90deg,#46147e24 -70.03%,#46147eb3 83%)}.nav__dropdown.active{max-height:165px;opacity:1;transform:translateY(0)}.burger,.nav__btns,.nav__head,.nav__more{display:none}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0px;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.modal{background:#0c0722cc;border-radius:6px;box-sizing:border-box;display:flex;height:100%;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:999}.modal::-webkit-scrollbar{display:none}.modal__inner{background:linear-gradient(0deg,#2f2e5f,#2f2e5f),#22214a;border:2px solid #181835;border-radius:5px;box-sizing:border-box;margin:auto;max-width:490px;min-height:422px;padding:40px 30px 30px;position:relative;width:100%}.modal__inner-close{align-items:center;background:none;border-radius:50%;color:#8988bc;cursor:pointer;display:flex;height:24px;justify-content:center;overflow:hidden;position:absolute;right:15px;top:15px;width:24px}.modal__inner-close svg{height:12px;pointer-events:none;transition:all .3s linear;width:12px}.modal__inner-close:hover svg{transform:rotate(180deg)}.modal__inner-title{margin-bottom:40px}.modal__inner-title.mb{margin-bottom:98px}.modal__inner-title h4{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px;text-align:center}.modal__inner .button.continue{bottom:30px;left:30px;position:absolute;width:calc(100% - 60px)}.modal__head{display:none}.modalProgress{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:26px;padding-left:24px;position:relative;width:100%}.modalProgress__line{background:#100f2d;height:5px;width:100%}.modalProgress__line,.modalProgress__line span{-moz-ransform:translateY(-50%);left:0;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.modalProgress__line span{background:linear-gradient(180deg,#30ac72,#60c946);height:100%;z-index:1}.modalProgress__steps{align-items:center;display:flex;justify-content:space-between;width:calc(100% - 150px)}.modalProgress__step{background:#181835;border-radius:50%;height:40px;position:relative;width:40px}.modalProgress__step:before{background:#3d3c7b;height:calc(100% + 2px);width:calc(100% + 2px)}.modalProgress__step:after,.modalProgress__step:before{-moz-ransform:translate(-50%,-50%);border-radius:50%;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;z-index:0}.modalProgress__step:after{background:linear-gradient(180deg,#30ac72,#60c946);height:calc(100% + 4px);opacity:0;width:calc(100% + 4px)}.modalProgress__step span{background:#181835;border-radius:50%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modalProgress__step img{-moz-ransform:translate(-50%,-50%);height:24px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:24px;z-index:2}.modalProgress__step img.green,.modalProgress__step.active:before{opacity:0}.modalProgress__step.active:after{opacity:1}.modalProgress__step.active img{opacity:0}.modalProgress__step.active img.green{opacity:1}.modalProgress__coin{align-items:center;border-radius:20.5px;box-sizing:border-box;display:flex;height:40px;justify-content:center;padding:0 36px 0 16px;position:relative;width:92px}.modalProgress__coin svg{-moz-ransform:translateY(-50%);color:#3eaeff;height:21px;position:absolute;right:13px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:23px;z-index:2}.modalProgress__coin svg path.otherpath{color:#005cc9}.modalProgress__coin p{color:#8988bc;font-family:Inter,sans-serif;font-size:12px;font-weight:900;line-height:15px;position:relative;text-align:center;z-index:2}.modalProgress__coin:before{background:#3d3c7b;height:calc(100% + 2px);width:calc(100% + 2px)}.modalProgress__coin:after,.modalProgress__coin:before{-moz-ransform:translate(-50%,-50%);border-radius:20.5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;z-index:0}.modalProgress__coin:after{background:linear-gradient(180deg,#30ac72,#60c946);height:calc(100% + 4px);opacity:0;width:calc(100% + 4px)}.modalProgress__coin span{background:#181835;border-radius:20.5px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.modalProgress__coin.active p{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(180deg,#37b06c -9.09%,#60c947),#8988bc;-webkit-background-clip:text;background-clip:text}.modalProgress__coin.active:before{opacity:0}.modalProgress__coin.active:after{opacity:1}.modalStep .input__outer{margin-bottom:7px}.modalStep .input__row-label{color:#8988bc;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:16px;margin-bottom:3px}.modalStep .input__row-inner{display:flex;justify-content:space-between}.modalStep .input__row .input__outer{margin-bottom:0;width:calc(33.33% - 5px)}.modalStep .input__row .customSelect{width:calc(33.33% - 5px)}.modalStep__btn{box-shadow:0 4px 4px 0 #18183580;cursor:pointer;display:block;margin-top:44px;padding:9px;width:100%}.modalStep__btn,.modalStep__btn-inner{background:none;border-radius:5px;position:relative}.modalStep__btn-inner{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:4px 0;transition:all .3s linear;z-index:1}.modalStep__btn-inner:before{background:#16512e}.modalStep__btn-inner:after,.modalStep__btn-inner:before{border-radius:5px;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.modalStep__btn-inner:after{background:linear-gradient(180deg,#2cc07a,#6be24d);opacity:0}.modalStep__btn p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px;transition:all .3s linear;z-index:1}.modalStep__btn svg{color:#3eaeff;height:30px;margin-left:4px;width:33px;z-index:1}.modalStep__btn svg,.modalStep__btn svg path{transition:all .3s linear}.modalStep__btn svg path.otherpath{color:#005cc9}.modalStep__btn span{left:0;top:0;transition:all .3s linear}.modalStep__btn span,.modalStep__btn span.default:after{border-radius:5px;height:100%;position:absolute;width:100%}.modalStep__btn span.default:after{-moz-ransform:translate(-50%,-50%);background:linear-gradient(180deg,#30ac72,#60c946);content:"";left:50%;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.modalStep__btn span.hov{opacity:0}.modalStep__btn span.hov:before{background:#fff;height:calc(100% + 4px);width:calc(100% + 4px)}.modalStep__btn span.hov:after,.modalStep__btn span.hov:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.modalStep__btn span.hov:after{background:linear-gradient(180deg,#30ac72,#60c946);height:100%;width:100%}.modalStep__btn span.active{opacity:0}.modalStep__btn span.active:before{background:#fff;height:calc(100% + 2px);width:calc(100% + 2px)}.modalStep__btn span.active:after,.modalStep__btn span.active:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.modalStep__btn span.active:after{background:#30ac53;height:100%;width:100%}.modalStep__btn:hover span.default{opacity:0}.modalStep__btn:hover span.hov{opacity:1}.modalStep__btn:hover p{color:#16512e}.modalStep__btn:hover svg{color:#fff}.modalStep__btn:hover svg path.otherpath{color:#2187ff}.modalStep__btn:hover .modalStep__btn-inner:before{opacity:0}.modalStep__btn:hover .modalStep__btn-inner:after{opacity:1}.modalStep__btn.active span.default,.modalStep__btn.active span.hov{opacity:0}.modalStep__btn.active span.active{opacity:1}.modalStep__btn.active p{color:#16512e}.modalStep__btn.active svg{color:#fff;height:16px;margin-left:8px;width:23px}.modalStep__btn.active svg path.otherpath{color:#2187ff}.modalStep__btn.active .modalStep__btn-inner{padding:7px 0}.modalStep__btn.active .modalStep__btn-inner:after,.modalStep__btn.active .modalStep__btn-inner:before{opacity:0}.modalStep__claimed{box-shadow:0 4px 4px 0 #18183580;cursor:pointer;display:block;margin-top:44px;padding:9px;width:100%}.modalStep__claimed,.modalStep__claimed-inner{background:none;border-radius:5px;position:relative}.modalStep__claimed-inner{align-items:center;box-sizing:border-box;display:flex;justify-content:center;padding:7px 0;transition:all .3s linear;z-index:1}.modalStep__claimed span.default,.modalStep__claimed span.hov{opacity:0}.modalStep__claimed p{color:#16512e;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px;transition:all .3s linear;z-index:1}.modalStep__claimed svg{color:#fff;height:16px;margin-left:8px;transition:all .3s linear;width:23px;z-index:1}.modalStep__claimed span{border-radius:5px;height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.modalStep__claimed span.active{opacity:1}.modalStep__claimed span.active:before{background:#fff;height:calc(100% + 2px);width:calc(100% + 2px)}.modalStep__claimed span.active:after,.modalStep__claimed span.active:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.modalStep__claimed span.active:after{background:#30ac53;height:100%;width:100%}.modalLogin .input__outer{margin-bottom:7px}.modalLogin .input__outer:last-child{margin-bottom:0}.modalLogin__inputs{margin-bottom:16px}.modalLogin__link{align-items:center;color:#8988bc;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:16px;text-decoration-line:underline;text-underline-position:under;transition:all .3s linear}.modalLogin__link:hover{color:#fff}.modalOffer{border-radius:8px;box-sizing:border-box;display:flex;margin:auto;max-width:1170px;min-height:419px;overflow:hidden;position:relative;width:100%}.modalOffer__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;overflow:hidden;position:absolute;right:16px;top:22px;width:18px;z-index:1}.modalOffer__close svg{color:#8988bc;height:18px;pointer-events:none;transition:all .3s linear;width:18px}.modalOffer__close:hover svg{color:#4e4d75}.modalOffer__content{background:#d5d5f1;box-sizing:border-box;max-width:736px;padding:42px 48px;width:63%}.modalOffer__content-head{align-items:center;display:flex;justify-content:space-between;margin-bottom:34px}.modalOffer__content-head-image{align-items:center;border-radius:5px;display:flex;justify-content:center;overflow:hidden;width:180px}.modalOffer__content-head-image img{width:100%}.modalOffer__content-head-info{align-items:center;display:flex;width:calc(100% - 197px)}.modalOffer__content-head-info h3{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:700;letter-spacing:.06em;line-height:1;text-transform:uppercase}.modalOffer__content-head-info h3 span{font-weight:900}.modalOffer__content-head-info h4{color:#307bd3;font-family:Inter,sans-serif;font-size:17px;font-weight:700;line-height:1}.modalOffer__content-head-seperator{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:300;letter-spacing:.06em;line-height:1;margin:0 5px}.modalOffer__content-item{align-items:center;background:#efefff;border-radius:5px;box-sizing:border-box;display:flex;height:70px;margin-bottom:18px;padding:0 28px}.modalOffer__content-item:last-child{margin-bottom:0}.modalOffer__content-item-icon{align-items:center;color:#313062;display:flex;font-family:Inter,sans-serif;font-size:25px;font-weight:800;height:24px;justify-content:center;line-height:1;margin-right:30px;width:24px}.modalOffer__content-item-icon svg{height:100%;width:100%}.modalOffer__content-item p{color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:20px}.modalOffer__content-item p b{font-weight:800}.modalOffer__content-item p b.black{font-weight:900}.modalOffer__content-item p i,.modalOffer__content-item p span{text-decoration:underline;text-underline-position:under}.modalOffer__content-item p i{font-style:normal}.modalOffer__info{background:#efefff;box-sizing:border-box;max-width:434px;padding:56px 40px 42px;position:relative;width:37%}.modalOffer__info-title{margin-bottom:60px}.modalOffer__info-title h3{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.modalOffer__info-desc p{color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:20px;margin-bottom:9px}.modalOffer__info-desc p:last-child{margin-bottom:0}.modalOffer__info-desc p span{font-weight:800}.modalOffer__info-btn{align-items:center;background:none;border-radius:5px;bottom:42px;box-shadow:0 2px 2px #15113233;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;left:40px;padding:27px 0;position:absolute;width:calc(100% - 80px)}.modalOffer__info-btn p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:700;line-height:1;text-shadow:0 1px 2px #1ea855}.modalOffer__info-btn span{border-radius:5px;height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.modalOffer__info-btn span.default{background:linear-gradient(180deg,#34c05e,#008748)}.modalOffer__info-btn span.hov{background:linear-gradient(180deg,#3d6,#09b564);opacity:0}.modalOffer__info-btn:hover{padding:26.5px 0}.modalOffer__info-btn:hover span.default{opacity:0}.modalOffer__info-btn:hover span.hov{opacity:1}.modalOffer__info-btn:hover p{font-size:18px}.modalJackpot{background:#d5d5f1;border-radius:5px;box-sizing:border-box;display:flex;margin:auto;max-width:797px;overflow:hidden;padding:50px 63px 41px 50px;position:relative;width:100%}.modalJackpot__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:12px;justify-content:center;overflow:hidden;position:absolute;right:13px;top:16px;width:12px;z-index:1}.modalJackpot__close svg{color:#8988bc;height:12px;pointer-events:none;transition:all .3s linear;width:12px}.modalJackpot__close:hover svg{color:#4e4d75}.modalJackpot__inner{width:100%}.modalJackpot__icon{align-items:center;background:#1f78ff;border-radius:0 0 4px 0;display:flex;height:53px;justify-content:center;left:0;position:absolute;top:0;width:53px;z-index:2}.modalJackpot__icon svg{color:#fff;height:28px;width:28px}.modalJackpot__head{align-items:center;display:flex;justify-content:center;margin-bottom:40px}.modalJackpot__head h3{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:600;letter-spacing:.06em;line-height:1}.modalJackpot__head h3 span{font-weight:900}.modalJackpot__head h4{color:#307bd3;font-family:Inter,sans-serif;font-size:17px;font-weight:700;line-height:1}.modalJackpot__head-seperator{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:300;letter-spacing:.06em;line-height:1;margin:0 5px}.modalJackpot__desc{background:#efefff;border-radius:5px;box-sizing:border-box;margin-bottom:30px;padding:24px 40px}.modalJackpot__desc p{margin-bottom:20px;max-width:410px}.modalJackpot__desc p,.modalJackpot__desc ul li{color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:20px}.modalJackpot__desc ul li{list-style-position:inside;list-style-type:disc}.modalJackpot__desc ul li span{font-weight:700}.modalJackpot__rows{margin-bottom:30px}.modalJackpot__rows:last-child{margin-bottom:0}.modalJackpot__row{align-items:center;background:#efefff;border-radius:5px;box-sizing:border-box;display:flex;margin-bottom:9px;min-height:70px;padding:10px 40px;width:100%}.modalJackpot__row:last-child{margin-bottom:0}.modalJackpot__row p{color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:20px;max-width:580px}.modalJackpot__row p span{font-weight:700}.modalJackpot__row p span.black{font-weight:900}.modalJackpot__row p span svg{color:#313062;height:12px;width:37px}.modalJackpot__row p a{color:#313062;text-decoration:underline;text-underline-position:under}.modalJackpot__disclaimer{background:#efefff;border-radius:5px;box-sizing:border-box;padding:20px 40px;width:100%}.modalJackpot__disclaimer h6{font-weight:700;margin-bottom:24px;text-align:center}.modalJackpot__disclaimer h6,.modalJackpot__disclaimer p{color:#313062;font-family:Inter,sans-serif;font-size:15px;line-height:20px}.modalJackpot__disclaimer p{font-weight:500;margin-bottom:20px}.modalJackpot__disclaimer p span{font-weight:700}.modalJackpot__disclaimer p.light{color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:300;line-height:20px;margin-bottom:0;text-align:center}.modalJackpot__disclaimer ul{box-sizing:border-box;margin-bottom:28px;padding-left:22px}.modalJackpot__disclaimer ul li{box-sizing:border-box;color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:20px;list-style-type:disc;margin-bottom:20px}.modalJackpot__disclaimer ul li:last-child{margin-bottom:0}.modalJackpot__images{align-items:flex-end;display:flex;flex-wrap:wrap;margin:0 -5px}.modalJackpot__image{align-items:center;display:flex;height:110px;justify-content:center;margin:5px}.modalJackpot__image img{height:100%}.modalJackpot__image:first-child{height:auto;width:268px}.modalJackpot__image:first-child img{height:auto;width:100%}.modalProfile{margin:auto;max-width:822px;overflow:hidden;width:100%}.modalProfile__btns{bottom:-2px;display:flex;position:relative;z-index:2}.modalProfile__btn{background:#0f0b26;border:2px solid #181835;box-sizing:border-box;cursor:pointer;height:45px;overflow:hidden;position:relative;transition:all .3s linear;width:219px}.modalProfile__btn:before{background:linear-gradient(0deg,#2f2e5f80,#2f2e5f80),#0f0b26}.modalProfile__btn:after,.modalProfile__btn:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.modalProfile__btn:after{background:#8988bc;opacity:0}.modalProfile__btn p{color:#8988bc;font-family:Inter,sans-serif;font-size:23px;font-weight:600;line-height:28px;position:relative;text-align:center;text-shadow:0 2px 2px #2f2e5f33;transition:all .3s linear;z-index:2}.modalProfile__btn:first-child{border-radius:5px 0 0 0;border-right:1px solid #181835}.modalProfile__btn:nth-child(2){border-left:1px solid #181835;border-right:1px solid #181835}.modalProfile__btn:last-child{border-left:1px solid #181835;border-radius:0 5px 0 0}.modalProfile__btn:hover{border:2px solid #2f2e5f}.modalProfile__btn:hover:before{opacity:0}.modalProfile__btn:hover:after{background:#8988bc;opacity:1}.modalProfile__btn:hover p{color:#fff;font-weight:900}.modalProfile__btn.active{border:2px solid #2f2e5f}.modalProfile__btn.active:before{opacity:0}.modalProfile__btn.active:after{opacity:1}.modalProfile__btn.active p{color:#fff;font-weight:900}.modalProfile__inner{background:#d5d5f1;background:#2f2e5f;border:2px solid #181835;border-radius:5px;border-radius:0 5px 5px 5px;box-sizing:border-box;min-height:628px;padding:43px 51px 43px 46px;position:relative}.modalProfile__inner-close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:12px;justify-content:center;overflow:hidden;position:absolute;right:16px;top:16px;width:12px;z-index:11}.modalProfile__inner-close svg{color:#8988bc;height:12px;pointer-events:none;transition:all .3s linear;width:12px}.modalProfile__inner-close:hover svg{color:#4e4d75}.modalProfile__title h3{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px}.modalProfile__title.mb{margin-bottom:40px}.modalProfile__vip-slider{box-sizing:border-box;max-width:550px;padding-top:72px;position:static}.modalProfile__vip-slider-outer{background:#100f2d;border-radius:5px;box-sizing:border-box;min-height:329px;padding-left:35px;width:100%}.modalProfile__vip-slider-wrapper{margin-bottom:20px;overflow:hidden;padding-top:50px;position:relative}.modalProfile__vip-slider-wrapper-bg{background:linear-gradient(270deg,#100f2d,#100f2d00 12.5%,#100f2d00 90.5%,#100f2d);border-radius:5px;bottom:0;height:calc(100% - 50px);left:0;position:absolute;transition:all .3s linear;width:100%;z-index:1}.modalProfile__vip-slider-item{background:#1c1c43;border-radius:5px 5px 0 0;box-sizing:border-box;height:190px;padding-top:15px;position:relative;transition:all .3s linear}.modalProfile__vip-slider-item-image{align-items:center;display:flex;height:95px;justify-content:center;margin:0 auto 12px}.modalProfile__vip-slider-item-image img{height:100%}.modalProfile__vip-slider-item-icon{align-items:center;display:flex;height:16px;justify-content:center;margin:0 auto;width:23px}.modalProfile__vip-slider-item-icon svg{color:#32ae70;height:100%;width:100%}.modalProfile__vip-slider-item-outer{margin:0 5px;position:relative;z-index:5}.modalProfile__vip-slider-item-claimed{background:#32ae70;border-radius:0 0 5px 5px;cursor:pointer;height:35px;width:100%}.modalProfile__vip-slider-item-claimed p{color:#242352;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.modalProfile__vip-slider-item-disabled{background:#8988bc;border-radius:0 0 5px 5px;cursor:pointer;height:35px;width:100%}.modalProfile__vip-slider-item-disabled p{color:#424272;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.modalProfile__vip-slider-item-disabled p b{font-weight:900}.modalProfile__vip-slider-item-btn{align-items:center;background:none;cursor:pointer;display:flex;height:35px;justify-content:center;position:relative;width:100%}.modalProfile__vip-slider-item-btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.modalProfile__vip-slider-item-btn p b{font-weight:900}.modalProfile__vip-slider-item-btn span{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.modalProfile__vip-slider-item-btn span:before{height:calc(100% + 2px);width:calc(100% + 2px)}.modalProfile__vip-slider-item-btn span:after,.modalProfile__vip-slider-item-btn span:before{-moz-ransform:translate(-50%,-50%);border-radius:0 0 5px 5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.modalProfile__vip-slider-item-btn span:after{height:100%;width:100%}.modalProfile__vip-slider-item-btn span.default:before{background:linear-gradient(180deg,#1f60ab,#1e5ca4)}.modalProfile__vip-slider-item-btn span.default:after{background:linear-gradient(180deg,#3e91f2,#307bd3),#307bd3}.modalProfile__vip-slider-item-btn span.hov{opacity:0}.modalProfile__vip-slider-item-btn span.hov:before{background:linear-gradient(180deg,#fff,#b0f0ff);filter:blur(1px)}.modalProfile__vip-slider-item-btn span.hov:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2),#307bd3}.modalProfile__vip-slider-item-btn span.active{opacity:0}.modalProfile__vip-slider-item-btn span.active:before{background:linear-gradient(180deg,#fff,#b0f0ff)}.modalProfile__vip-slider-item-btn span.active:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2),#307bd3}.modalProfile__vip-slider-item-btn:hover span.hov{opacity:1}.modalProfile__vip-slider-item-btn:focus span.hov{opacity:0}.modalProfile__vip-slider-item-btn:focus span.active{opacity:1}.modalProfile__vip-slider-item-arrow{background:#1c1c43;height:15px;left:50%;position:absolute;top:-8px;transform:translateX(-50%) rotate(45deg);transition:all .3s linear;width:15px;z-index:2}.modalProfile__vip-slider-item-level{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:26px;justify-content:center;left:50%;position:absolute;top:-64px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:26px;z-index:2}.modalProfile__vip-slider-item-level:before{background:#5e5c9e;border-radius:5px;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);transition:all .3s linear;width:100%}.modalProfile__vip-slider-item-level p{color:#c9c9f4;font-family:Inter,sans-serif;font-size:15px;font-weight:800;line-height:18px;transition:all .3s linear}.modalProfile__vip-slider-item-level.active:before{background:#3eaeff}.modalProfile__vip-slider-item-level.active p{color:#fff}.modalProfile__vip-slider-item-progress{align-items:center;display:flex;left:-5px;position:absolute;top:-54px;width:calc(100% + 10px)}.modalProfile__vip-slider-item-progress-line{background:#5e5c9e;height:6px;position:relative;width:50%}.modalProfile__vip-slider-item-progress-line span{background:#3eaeff;height:6px;left:0;position:absolute;top:0}.modalProfile__vip-slider-item h5{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;margin-bottom:8px;text-align:center}.modalProfile__vip-slider-item h6{color:#8988bc;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;text-align:center}.modalProfile__vip-slider-item h6 span{color:#c9c9f4}.modalProfile__vip-slider-item:before{-moz-ransform:translateX(-50%);background:linear-gradient(180deg,#7977be 6.05%,#313062);border-radius:5px 5px 0 0;content:"";height:calc(100% + 1px);left:50%;opacity:0;position:absolute;top:-1px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:calc(100% + 2px);z-index:-1}.modalProfile__vip-slider-item.claimed{background:#242352}.modalProfile__vip-slider-item.claimed .modalProfile__vip-slider-item-image,.modalProfile__vip-slider-item.claimed h5{opacity:.5}.modalProfile__vip-slider-item.claimed .modalProfile__vip-slider-item-arrow{background:#242352}.modalProfile__vip-slider-item.current{background:#2d2c61}.modalProfile__vip-slider-item.current:before{opacity:1}.modalProfile__vip-slider-item.current .modalProfile__vip-slider-item-arrow{background:#2d2c61;border-left:1px solid #7977be;border-top:1px solid #7977be;box-sizing:border-box}.modalProfile__vip-slider-tooltip{-moz-ransform:translateX(-50%);align-items:center;background:#fff;border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;padding:6px 8px;position:absolute;top:-48px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.modalProfile__vip-slider-tooltip-wrapper{align-items:center;display:flex;left:-5px;position:absolute;top:-54px;width:calc(100% + 10px)}.modalProfile__vip-slider-tooltip-outer{position:relative;width:50%}.modalProfile__vip-slider-tooltip:before{background:#fff;bottom:-5px;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:10px}.modalProfile__vip-slider-tooltip p{color:#3eaeff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:16px;text-align:center;text-shadow:0 1px 2px #5e5c9e4d;white-space:nowrap}.modalProfile__vip-slider-tooltip p span{color:#19174f;text-shadow:0 1px 2px #5e5c9e4d}.modalProfile__vip-slider .slick-list{overflow:visible;overflow:initial}.modalProfile__vip-slider .slick-prev{-moz-ransform:translate(0,0);background:#545390;border-radius:8px;height:31px;left:auto;overflow:hidden;right:35px;top:8px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transition:all .3s linear;width:31px}.modalProfile__vip-slider .slick-prev:hover{opacity:.8}.modalProfile__vip-slider .slick-prev.slick-disabled{opacity:.5}.modalProfile__vip-slider .slick-prev:before{-moz-ransform:translate(-50%,-50%);background:url(/static/media/chevronLeft.2b2689884a8f9412c573.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.modalProfile__vip-slider .slick-next{-moz-ransform:translate(0,0);background:#545390;border-radius:8px;height:31px;overflow:hidden;right:0;top:8px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transition:all .3s linear;width:31px}.modalProfile__vip-slider .slick-next:hover{opacity:.8}.modalProfile__vip-slider .slick-next.slick-disabled{opacity:.5}.modalProfile__vip-slider .slick-next:before{-moz-ransform:translate(-50%,-50%);background:url(/static/media/chevronRight.515d396f95fe862438dd.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.modalProfile__vip-desc p{color:#8988bc;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:24px}.modalProfile__vip .modalProfile__prof-content-item{-moz-ransform:translate(-50%,-50%);background:#181835;border:1px solid #9796d0;border-radius:5px;box-sizing:border-box;left:50%;margin-bottom:0;max-width:576px;padding:12px 33px 27px 15px;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%;z-index:10}.modalProfile__vip .modalProfile__prof-content-item-btn{display:none}.modalProfile__vip .modalProfile__prof-content-item-row-inner{width:100%}.modalProfile__vip-overlay{background:#0c0722cc;border-radius:0 4px 4px 4px;box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%;z-index:9}.modalProfile__prof-row{display:flex;justify-content:space-between;margin-bottom:32px}.modalProfile__prof-avatar{display:flex;width:254px}.modalProfile__prof-avatar-image{align-items:center;border-radius:5px;display:flex;height:100%;justify-content:center;overflow:hidden;width:100%}.modalProfile__prof-avatar-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.modalProfile__prof-avatar-image-outer{align-items:center;background:#100f2d;border:1px solid #3d3c7b;border-radius:5px;box-sizing:border-box;display:flex;height:205px;justify-content:center;padding:8px;width:205px}.modalProfile__prof-avatar-icon{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.modalProfile__prof-avatar-icon input{-webkit-appearance:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.modalProfile__prof-avatar-icon svg{color:#383771;height:47px;width:47px}.modalProfile__prof-avatar-btns{margin-left:7px}.modalProfile__prof-avatar-btn{align-items:center;background:#242352;border-radius:5px;cursor:pointer;display:flex;height:42px;justify-content:center;margin-bottom:10px;position:relative;transition:all .3s linear;width:42px}.modalProfile__prof-avatar-btn input{-webkit-appearance:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.modalProfile__prof-avatar-btn:last-child{margin-bottom:0}.modalProfile__prof-avatar-btn svg{color:#8988bc;height:12px;transition:all .3s linear;width:12px}.modalProfile__prof-avatar-btn.edit svg{height:19px;width:19px}.modalProfile__prof-avatar-btn:hover{background:#100f2d}.modalProfile__prof-avatar-btn:hover svg{color:#fff}.modalProfile__prof-info{max-width:414px}.modalProfile__prof-level{align-items:center;background:#100f2d;border:1px solid #3d3c7b;border-radius:5px;box-sizing:border-box;display:flex;margin-bottom:12px;padding:9px 13px;width:100%}.modalProfile__prof-level-image{align-items:center;display:flex;height:42px;justify-content:center;margin-right:20px;width:67px}.modalProfile__prof-level-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.modalProfile__prof-level h6{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px}.modalProfile__prof-ranks{display:flex;justify-content:space-between}.modalProfile__prof-rank{align-items:center;background:#242352;border-radius:5px;display:flex;height:130px;justify-content:center;margin-right:12px;width:130px}.modalProfile__prof-rank:last-child{margin-right:0}.modalProfile__prof-rank-image{align-items:center;display:flex;height:109px;justify-content:center}.modalProfile__prof-rank-image img{height:100%}.modalProfile__prof-rank-icon{align-items:center;display:flex;height:47px;justify-content:center;width:47px}.modalProfile__prof-rank-icon svg{color:#383771;height:100%;width:100%}.modalProfile__prof-content{background:#100f2d;border:1px solid #3d3c7b;border-radius:5px;box-sizing:border-box;padding:16px}.modalProfile__prof-content-item{margin-bottom:12px}.modalProfile__prof-content-item:last-child{margin-bottom:0}.modalProfile__prof-content-item-title{margin-bottom:10px}.modalProfile__prof-content-item-title p{color:#b5b4e7;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px}.modalProfile__prof-content-item-row,.modalProfile__prof-content-item-row-inner{align-items:center;display:flex;justify-content:space-between}.modalProfile__prof-content-item-row-inner{width:calc(100% - 247px)}.modalProfile__prof-content-item-row .button.link{height:33px;width:115px}.modalProfile__prof-content-item-btn{background:#242352;border-radius:5px;cursor:pointer;height:33px;transition:all .3s linear;width:229px}.modalProfile__prof-content-item-btn P{color:#8988bc;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;text-align:center;transition:all .3s linear}.modalProfile__prof-content-item-btn:hover{background:#434284}.modalProfile__prof-content-item-btn:hover p{color:#b5b4e9}.modalProfile__prof-content-item-btn:focus{background:#52519a}.modalProfile__prof-content-item-btn:focus p{color:#b5b4e9}.modalProfile__prof-content-item-input{width:calc(100% - 124px)}.modalProfile__prof-content-item-input .input,.modalProfile__prof-content-item-input .input-outer{width:100%}.modalProfile__prof-content-item-input .input input{background:#2f2e5f;border:1px solid #2f2e5f;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;padding:10px 16px}.modalProfile__sec-email{background:#100f2d;border:1px solid #313062;border-radius:5px;box-sizing:border-box;margin-bottom:36px;padding:18px 18px 26px;position:relative}.modalProfile__sec-email-title{align-items:center;display:flex;margin-bottom:14px}.modalProfile__sec-email-title h6{color:#b5b4e7;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;margin-right:6px}.modalProfile__sec-email-title-verif{align-items:center;background:#37b06c;border-radius:5px;box-sizing:border-box;display:flex;height:16px;justify-content:center;padding:0 8px;transition:all .3s linear}.modalProfile__sec-email-title-verif p{color:#0c0722;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:1;transition:all .3s linear}.modalProfile__sec-email-title-verif.error{background:#b03749}.modalProfile__sec-email-title-verif.error p{color:#fff}.modalProfile__sec-email .input__outer{margin-bottom:12px;max-width:285px;width:100%}.modalProfile__sec-email .input input{background:#2f2e5f;border:initial;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;padding:9px 10px}.modalProfile__sec-email .input input::placeholder{color:#fff}.modalProfile__sec-email-btn{align-items:center;background:none;cursor:pointer;display:flex;justify-content:center}.modalProfile__sec-email-btn p{color:#b5b4e7;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;text-align:center;transition:all .3s linear}.modalProfile__sec-email-btn:hover p{color:#fff}.modalProfile__sec-email .button.link{bottom:20px;height:30px;position:absolute;right:24px;width:100px;z-index:2}.modalProfile__sec-pass{background:#100f2d;border:1px solid #313062;border-radius:5px;box-sizing:border-box;padding:17px 16px 22px;position:relative}.modalProfile__sec-pass-title{margin-bottom:10px}.modalProfile__sec-pass-title h6{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px}.modalProfile__sec-pass .input__outer{margin-bottom:8px;max-width:347px;width:100%}.modalProfile__sec-pass .input__outer:last-child{margin-bottom:0}.modalProfile__sec-pass .input__outer label{color:#8988bc;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;margin-bottom:4px}.modalProfile__sec-pass .input input{background:#2f2e5f;border:1px solid #2f2e5f;color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:12px;padding:8px 10px}.modalProfile__sec-pass .input input::placeholder{color:#fff}.modalProfile__sec-pass .input.wicon input{padding:8px 32px 8px 10px}.modalProfile__sec-pass .button.link{bottom:22px;height:30px;position:absolute;right:24px;width:100px;z-index:2}.modalRoob{background:#2f2e5f;border:2px solid #181835;border-radius:5px;box-sizing:border-box;display:flex;margin:auto;max-width:659px;min-height:679px;overflow:hidden;padding:31px 43px 40px 46px;position:relative;width:100%}.modalRoob__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;overflow:hidden;position:absolute;right:24px;top:42px;width:18px;z-index:1}.modalRoob__close svg{color:#8988bc;height:18px;pointer-events:none;transition:all .3s linear;width:18px}.modalRoob__close:hover svg{color:#4e4d75}.modalRoob__inner{width:100%}.modalRoob__inner-title{align-items:center;display:flex;margin-bottom:43px}.modalRoob__inner-title p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px}.modalRoob__inner-title img{height:43px;margin:-4px 10px 0;width:165px}.modalRoob__number{align-items:center;display:flex;justify-content:center;position:relative;z-index:5}.modalRoob__number p{color:#a69be6;font-family:Inter,sans-serif;font-size:30px;font-weight:900;line-height:36px;text-align:center}.modalRoob__step1{align-items:center;border-radius:8px;box-shadow:0 2px 4px #0e0b2880;box-sizing:border-box;display:flex;height:111px;margin-bottom:24px;overflow:hidden;padding-left:25px;position:relative;width:100%}.modalRoob__step1-content{margin-left:130px;position:relative;z-index:5}.modalRoob__step1-content h5{color:#6ab8ff;font-size:30px;font-weight:900;letter-spacing:.08em}.modalRoob__step1-content h5,.modalRoob__step1-content h6{font-family:Kanit,sans-serif;line-height:25px;text-align:right;text-shadow:0 2px 4px #0e0b2880}.modalRoob__step1-content h6{color:#e0f0ff;font-size:20px;font-weight:600}.modalRoob__step1-image{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:center;max-width:514px;position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:0}.modalRoob__step1-image img{height:100%}.modalRoob__step1-bg{background:linear-gradient(90.01deg,#0e0b28 24.64%,#0e0b2800 99.99%);left:0;max-width:398px;z-index:2}.modalRoob__step1-bg,.modalRoob__step1-bg2{border-radius:8px;height:100%;position:absolute;top:0;width:100%}.modalRoob__step1-bg2{background:linear-gradient(90deg,#0a0c1e,#0a0c1e00);left:56px;max-width:439px;z-index:1}.modalRoob__step2{border-radius:8px;box-shadow:0 2px 4px #0e0b2880;box-sizing:border-box;height:111px;margin-bottom:24px;overflow:hidden;padding-left:21px;width:100%}.modalRoob__step2,.modalRoob__step2-content{align-items:center;display:flex;position:relative}.modalRoob__step2-content{margin-left:24px;z-index:5}.modalRoob__step2-content p{color:#fff;font-family:Kanit,sans-serif;font-size:20px;font-weight:900;letter-spacing:.08em;line-height:30px}.modalRoob__step2-content img{border-radius:8px;height:51px;margin-left:10px;width:115px}.modalRoob__step2-image{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:center;max-width:320px;position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:0}.modalRoob__step2-image img{height:100%}.modalRoob__step2-bg{background:linear-gradient(90deg,#0e0b28 47.5%,#0e0b2800);z-index:3}.modalRoob__step2-bg,.modalRoob__step2-bg2{border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.modalRoob__step2-bg2{background:#0e0b28;max-width:260px;z-index:2}.modalRoob__step2-bg3{background:linear-gradient(90deg,#0a0c1e,#0a0c1e00);border-radius:8px;height:100%;left:0;max-width:439px;position:absolute;top:0;width:100%;z-index:1}.modalRoob__step3{border-radius:8px;box-shadow:0 2px 4px #0e0b2880;box-sizing:border-box;height:111px;margin-bottom:70px;overflow:hidden;padding-left:21px;width:100%}.modalRoob__step3,.modalRoob__step3-content{align-items:center;display:flex;position:relative}.modalRoob__step3-content{margin-left:125px;z-index:5}.modalRoob__step3-content p{color:#fff;font-family:Kanit,sans-serif;font-size:20px;font-weight:600;line-height:30px;text-align:right}.modalRoob__step3-image{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:center;max-width:253px;position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:1}.modalRoob__step3-image img{height:100%}.modalRoob__step3-bg{background:#0e0b28;max-width:263px;z-index:3}.modalRoob__step3-bg,.modalRoob__step3-bg2{height:100%;left:0;position:absolute;top:0;width:100%}.modalRoob__step3-bg2{background:linear-gradient(90deg,#0e0b28 47.5%,#0e0b2800);border-radius:8px;z-index:2}.modalRoob__step3-bg3{background:#0e0b28;border-radius:8px;height:100%;left:0;max-width:514px;position:absolute;top:0;width:100%;z-index:1}.modalRoob__btn{align-items:center;background:none;cursor:pointer;display:flex;height:74px;justify-content:center;transition:all .3s linear;width:100%}.modalRoob__btn:hover{opacity:.8}.modalRoob__btn img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.modalPack{background:#2f2e5f;border:2px solid #181835;border-radius:5px;box-sizing:border-box;display:flex;margin:auto;max-width:659px;min-height:679px;overflow:hidden;padding:16px 43px 40px 46px;position:relative;width:100%}.modalPack__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;overflow:hidden;position:absolute;right:24px;top:42px;width:18px;z-index:1}.modalPack__close svg{color:#8988bc;height:18px;pointer-events:none;transition:all .3s linear;width:18px}.modalPack__close:hover svg{color:#4e4d75}.modalPack__inner{width:100%}.modalPack__inner-title{align-items:center;display:flex;margin-bottom:25px}.modalPack__inner-title p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px}.modalPack__inner-title img{height:75px;margin:-3px 8px 0;width:175px}.modalPack__number{align-items:center;display:flex;justify-content:center;position:relative;z-index:5}.modalPack__number p{color:#a69be6;font-family:Inter,sans-serif;font-size:30px;font-weight:900;line-height:36px;text-align:center}.modalPack__step1{align-items:center;border-radius:8px;box-shadow:0 2px 4px #0e0b2880;box-sizing:border-box;display:flex;height:111px;margin-bottom:24px;overflow:hidden;padding-left:25px;position:relative;width:100%}.modalPack__step1-content{margin-left:130px;position:relative;z-index:5}.modalPack__step1-content h5{color:#6ab8ff;font-size:30px;font-weight:900;letter-spacing:.08em}.modalPack__step1-content h5,.modalPack__step1-content h6{font-family:Kanit,sans-serif;line-height:25px;text-align:right;text-shadow:0 2px 4px #0e0b2880}.modalPack__step1-content h6{color:#e0f0ff;font-size:20px;font-weight:600}.modalPack__step1-image{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:center;position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:0}.modalPack__step1-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.modalPack__step1-bg{background:linear-gradient(90.01deg,#0e0b28 24.64%,#0e0b2800 99.99%);border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.modalPack__step2{border-radius:8px;box-shadow:0 2px 4px #0e0b2880;box-sizing:border-box;height:111px;margin-bottom:24px;overflow:hidden;padding-left:21px;width:100%}.modalPack__step2,.modalPack__step2-content{align-items:center;display:flex;position:relative}.modalPack__step2-content{margin-left:24px;z-index:5}.modalPack__step2-content p{color:#fff;font-family:Kanit,sans-serif;font-size:20px;font-weight:900;letter-spacing:.08em;line-height:30px}.modalPack__step2-content img{border-radius:8px;height:53px;margin-left:10px;width:163px}.modalPack__step2-image{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:center;max-width:244px;position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:2}.modalPack__step2-image img{height:100%}.modalPack__step2-bg{background:linear-gradient(90deg,#0e0b28 47.5%,#0e0b2800);z-index:3}.modalPack__step2-bg,.modalPack__step2-bg2{border-radius:8px;height:100%;left:0;position:absolute;top:0;width:100%}.modalPack__step2-bg2{background:#0e0b28;z-index:2}.modalPack__step3{border-radius:8px;box-shadow:0 2px 4px #0e0b2880;box-sizing:border-box;height:111px;margin-bottom:70px;overflow:hidden;padding-left:21px;width:100%}.modalPack__step3,.modalPack__step3-content{align-items:center;display:flex;position:relative}.modalPack__step3-content{margin-left:125px;z-index:5}.modalPack__step3-content p{color:#fff;font-family:Kanit,sans-serif;font-size:20px;font-weight:600;line-height:30px;text-align:right}.modalPack__step3-image{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:center;max-width:253px;position:absolute;right:0;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:1}.modalPack__step3-image img{height:100%}.modalPack__step3-bg{background:#0e0b28;max-width:263px;z-index:3}.modalPack__step3-bg,.modalPack__step3-bg2{height:100%;left:0;position:absolute;top:0;width:100%}.modalPack__step3-bg2{background:linear-gradient(90deg,#0e0b28 47.5%,#0e0b2800);border-radius:8px;z-index:2}.modalPack__step3-bg3{background:#0e0b28;border-radius:8px;height:100%;left:0;max-width:514px;position:absolute;top:0;width:100%;z-index:1}.modalPack .button.play{height:74px;width:100%}.modalShop{border-radius:8px;box-sizing:border-box;display:flex;margin:auto;max-width:1170px;min-height:335px;overflow:hidden;position:relative;width:100%}.modalShop__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;overflow:hidden;position:absolute;right:16px;top:22px;width:18px;z-index:1}.modalShop__close svg{color:#8988bc;height:18px;pointer-events:none;transition:all .3s linear;width:18px}.modalShop__close:hover svg{color:#4e4d75}.modalShop__content{background:#d5d5f1;box-sizing:border-box;display:flex;justify-content:space-between;max-width:736px;padding:40px 60px 57px 30px;width:63%}.modalShop__content-image{padding-bottom:100%;position:relative;transition:all .3s linear;width:100%;z-index:2}.modalShop__content-image-outer{align-items:center;display:flex;justify-content:center;max-width:204px;position:relative;width:35%}.modalShop__content-image img{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.modalShop__content-info{display:flex;flex-direction:column;justify-content:space-between;width:calc(65% - 30px)}.modalShop__content-info h3{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:700;letter-spacing:.06em;line-height:200%;margin-bottom:8px}.modalShop__content-info h3 span{font-weight:900}.modalShop__content-desc{background:#efefff;border-radius:5px;box-sizing:border-box;min-height:175px;padding:18px 20px 30px}.modalShop__content-desc,.modalShop__content-desc p{color:#313062;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:20px}.modalShop__info{background:#efefff;box-sizing:border-box;flex-direction:column;justify-content:flex-end;max-width:434px;padding:40px 38px 57px;width:37%}.modalShop__info,.modalShop__info-btn{align-items:center;display:flex;position:relative}.modalShop__info-btn{background:none;border-radius:5px;box-shadow:0 2px 2px #15113233;cursor:pointer;justify-content:center;overflow:hidden;padding:15px 0;width:100%}.modalShop__info-btn p{color:#fff;font-family:Inter,sans-serif;font-size:26.2672px;font-weight:800;line-height:32px;text-shadow:0 2.63549px 5.27099px #00489c}.modalShop__info-btn img{filter:drop-shadow(0 2.63549px 5.27099px #00489c);height:42px;margin-left:10px;transform:rotate(16.92deg);width:25px}.modalShop__info-btn span{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.modalShop__info-btn span.default{background:linear-gradient(180deg,#34c05e,#008748)}.modalShop__info-btn span.hov{background:linear-gradient(180deg,#3d6,#09b564);opacity:0}.modalShop__info-btn:hover span.hov{opacity:1}.modalBonus{background:#2f2e5f;border:2px solid #181835;border-radius:5px;box-sizing:border-box;margin:auto;max-width:659px;overflow:hidden;position:relative;width:100%}.modalBonus__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;overflow:hidden;position:absolute;right:24px;top:29px;width:18px;z-index:1}.modalBonus__close svg{color:#8988bc;height:18px;pointer-events:none;transition:all .3s linear;width:18px}.modalBonus__close:hover svg{color:#4e4d75}.modalBonus__title{box-sizing:border-box;padding:26px 36px 19px 58px}.modalBonus__title h6{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px}.modalBonus__action{background:#18183580;box-sizing:border-box;padding:42px 40px 24px 58px}.modalBonus__action .bonusSelect{margin-bottom:38px}.modalBonus__action-btns{align-items:center;display:flex;justify-content:space-between}.modalBonus__action-btns h6{color:#8988bc;font-family:Inter,sans-serif;font-size:15px;font-style:normal;line-height:1;width:20px}.modalBonus__action-btn{align-items:center;background:#008748;border:1px solid #007034;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;max-width:330px;min-height:44px;transition:all .3s linear;width:100%}.modalBonus__action-btn:hover{opacity:.8}.modalBonus__action-btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:20px}.modalBonus__action-btn p span{font-weight:900}.modalBonus__action-btn.register{background:#307bd3;border:1px solid #1e5ca4;width:163px}.modalBonus__action-btn.register p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:1;text-shadow:0 1px 2px #17238c4d}.modalBonus__action-btn.register p span{font-weight:900px}.modalBonus__footer{box-sizing:border-box;padding:11px 40px 17px 58px}.modalBonus__footer-box{background:#181835;border:1px solid #8988bc;border-radius:3px;box-sizing:border-box;margin-bottom:20px;padding:16px 20px 10px}.modalBonus__footer-box h6{color:#8988bc;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;margin-bottom:24px}.modalBonus__footer-items{align-items:center;display:flex;flex-wrap:wrap}.modalBonus__footer-item{align-items:center;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:44px;justify-content:center;margin:10px 25px 10px 0;overflow:hidden;position:relative;transition:all .3s linear;width:145px}.modalBonus__footer-item:before{background:#18183580;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.modalBonus__footer-item img{height:100%;width:100%}.modalBonus__footer-item.active{border:1px solid #50ff20}.modalBonus__footer-item.active:before{opacity:0}.modalBonus__footer-desc{align-items:center;background:#8988bc;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:20px;padding:27px 32px}.modalBonus__footer-desc-elem{background:#181835;border-radius:5px;height:24px;position:relative;width:24px}.modalBonus__footer-desc-elem:before{border-bottom:2px solid #fff;border-right:2px solid #fff;content:"";height:10px;left:8px;opacity:0;position:absolute;top:4px;transform:rotate(45deg);transition:all .3s linear;width:6px}.modalBonus__footer-desc-elem.active:before{opacity:1}.modalBonus__footer-desc p{color:#181835;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:20px;width:calc(100% - 48px)}.modalBonus__footer-desc p span{font-weight:800}.modalBonus__footer-desc p b{font-weight:900}.modalBonus__footer .button.play{height:74px;width:100%}.modalSuccess{background:#2f2e5f;border:2px solid #181835;border-radius:5px;box-sizing:border-box;margin:auto;max-width:659px;overflow:hidden;padding:35px 45px 50px;position:relative;width:100%}.modalSuccess__close{align-items:center;background:none;border-radius:50%;cursor:pointer;display:flex;height:18px;justify-content:center;overflow:hidden;position:absolute;right:24px;top:36px;width:18px;z-index:1}.modalSuccess__close svg{color:#8988bc;height:18px;pointer-events:none;transition:all .3s linear;width:18px}.modalSuccess__close:hover svg{color:#4e4d75}.modalSuccess__title{margin-bottom:24px}.modalSuccess__title h6{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px}.modalSuccess__image{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:280px;width:100%}.modalSuccess__image img{width:100%}.modalSuccess__desc{align-items:center;background:#18183580;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;min-height:163px;padding:24px}.modalSuccess__desc h6{color:#fff;font-weight:700;margin-bottom:8px}.modalSuccess__desc h6,.modalSuccess__desc p{font-family:Inter,sans-serif;font-size:20px;line-height:24px;text-align:center}.modalSuccess__desc p{color:#8988bc;font-weight:500}.input{position:relative}.input__outer label{align-items:center;color:#8988bc;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:16px;margin-bottom:3px}.input__outer label svg{height:12px;margin-right:4px;width:37px}.input button{-moz-ransform:translateY(-50%);align-items:center;background:none;display:flex;height:20px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:20px}.input button svg{color:#fff;height:100%;width:100%}.input input,.input textarea{background:#100f2d;border:1px solid #3d3c7b;border-radius:5px;box-sizing:border-box;color:#fff;display:block;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:16px;padding:13px 18px;resize:none;transition:all .3s linear;width:100%}.input input::placeholder,.input textarea::placeholder{color:#3c3b7a;opacity:1}.input.error input,.input.error textarea{border:1px solid #b03749}.input.wicon input{padding:13px 38px 13px 18px}.customSelect{position:relative;z-index:1}.customSelect__selected{align-items:center;background:#100f2d;border:1px solid #3d3c7b;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;font-family:Inter,sans-serif;font-size:13px;font-weight:600;justify-content:space-between;line-height:16px;padding:13px 18px;width:100%}.customSelect__selected span{color:#fff;display:block;text-align:left;width:calc(100% - 20px)}.customSelect__selected span.placeholder{color:#3c3b7a}.customSelect__selected svg{color:#8988bc;height:16px;transition:all .3s linear;width:16px}.customSelect__options{-ms-overflow-style:none;background:#fff;background:#100f2d;border:1px solid #3d3c7b;border-radius:6px;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;scrollbar-width:none;top:100%;transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;width:100%}.customSelect__options::-webkit-scrollbar{display:none}.customSelect__options span{display:block;text-align:center}.customSelect.active{z-index:2}.customSelect.active .customSelect__selected svg{transform:rotate(180deg)}.customSelect.active .customSelect__options{max-height:200px;opacity:1;overflow-y:auto}.customSelect.error .customSelect__selected{border:1px solid #b03749}.customSelect__option{border-bottom:1px solid #3d3c7b;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:13px;font-weight:600;line-height:16px;padding:10px}.customSelect__option:last-child{border-bottom:initial}.bonusSelect{background:#181835;border:1px solid #8988bc;border-radius:3px;box-sizing:border-box;cursor:pointer;position:relative;width:100%;z-index:1}.bonusSelect__selected{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:15px 20px}.bonusSelect__selected svg{color:#fff;height:16px;transition:all .3s linear;width:16px}.bonusSelect__selected-inner{align-items:center;display:flex}.bonusSelect__selected-inner-icon{align-items:center;display:flex;height:22px;justify-content:center;margin-right:6px;width:22px}.bonusSelect__selected-inner-icon svg{color:#fff;height:100%;transform:rotate(0deg)!important;width:100%}.bonusSelect__selected-inner p{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:1}.bonusSelect__options{-ms-overflow-style:none;max-height:0;opacity:0;overflow:hidden;scrollbar-width:none;width:100%}.bonusSelect__options::-webkit-scrollbar{display:none}.bonusSelect__options span{display:block;text-align:center}.bonusSelect.active{z-index:2}.bonusSelect.active .bonusSelect__selected svg{transform:rotate(180deg)}.bonusSelect.active .bonusSelect__options{max-height:200px;opacity:1;overflow-y:auto}.bonusSelect__option{align-items:center;cursor:pointer;display:flex;padding:15px 20px}.bonusSelect__option svg{color:#fff;height:22px;margin-right:6px;width:22px}.bonusSelect__option p{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:1}.languageSelect{position:relative;z-index:1}.languageSelect__selected{background:#1f1d47;border-radius:5px 0 0 5px;cursor:pointer;height:34px;padding:7px 13px 7px 11px;width:44px}.languageSelect__selected,.languageSelect__selected-image{box-sizing:border-box;overflow:hidden;transition:all .3s linear}.languageSelect__selected-image{align-items:center;border:1px solid #2d2c61;border-radius:17.5px;box-shadow:0 2px 2px 0 #100f2d80;display:flex;height:20px;justify-content:center;width:20px}.languageSelect__selected-image img{height:100%;width:100%}.languageSelect__options{-ms-overflow-style:none;background:#100f2d;border-radius:0 0 5px 5px;box-shadow:0 1px 4px #adacde1a;left:0;max-height:0;opacity:0;overflow:hidden;position:absolute;scrollbar-width:none;top:100%;transition:all .3s linear;width:100%}.languageSelect__options::-webkit-scrollbar{display:none}.languageSelect:hover .languageSelect__selected{background:#3d3c6c;padding:5px 11px 6px 10px}.languageSelect:hover .languageSelect__selected-image{box-shadow:0 2px 2px 0 #2d2c61;height:23px;width:23px}.languageSelect.active{z-index:2}.languageSelect.active .languageSelect__selected{background:#adacde;border-radius:5px 5px 0 0;padding:7px 13px 7px 11px}.languageSelect.active .languageSelect__selected-image{border:1px solid #adacde;box-shadow:0 2px 2px 0 #3d3c6c80;height:20px;width:20px}.languageSelect.active .languageSelect__options{max-height:200px;opacity:1;overflow-y:auto}.languageSelect__option{box-sizing:border-box;cursor:pointer;height:34px;padding:7px 13px 7px 11px;transition:all .3s linear;width:44px}.languageSelect__option-image{align-items:center;border:1px solid #2d2c61;border-radius:17.5px;box-shadow:0 2px 2px 0 #100f2d80;box-sizing:border-box;display:flex;height:20px;justify-content:center;overflow:hidden;transition:all .3s linear;width:20px}.languageSelect__option-image img{height:100%;width:100%}.languageSelect__option:hover{background:#3d3c6c;padding:5px 11px 6px 10px}.languageSelect__option:hover .languageSelect__option-image{box-shadow:0 2px 2px 0 #2d2c61;height:23px;width:23px}.Toastify__close-button{opacity:1;position:absolute;right:10px;top:10px}.Toastify__close-button svg{color:#8988bc;height:12px;transition:all .3s linear;width:12px}.Toastify__close-button:hover svg{color:#fff}.Toastify__toast{background:#1f1d47;border-radius:5px;margin-bottom:20px;min-height:70px;overflow:visible;overflow:initial;padding:0}.Toastify__toast:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";height:calc(100% + 4px);left:50%;position:absolute;top:calc(50% + 1px);transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px);z-index:-1}.Toastify__toast-container{width:340px}.Toastify__toast-body{align-items:stretch;background:#1f1d47;border-radius:5px;flex:initial;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.Toastify__toast-body>div:last-child{box-sizing:border-box;flex:none;padding:11px 14px;width:calc(100% - 52px)}.Toastify__toast-body h6{color:#b5b4e2;font-family:Kanit,sans-serif;font-size:15px;font-weight:700;line-height:22px;margin-bottom:5px}.Toastify__toast-body p{color:#b5b4e2;font-family:Kanit,sans-serif;font-size:12px;font-weight:400;line-height:18px}.Toastify__toast-icon{align-items:center;background:#0d0823;border-radius:5px 0 0 5px;display:flex;justify-content:center;margin-right:0;min-height:70px;width:52px}.Toastify__toast.toastSuccess:before{background:#47d764}.Toastify__toast.toastSuccess .Toastify__toast-icon svg{color:#47d764;height:13px;width:18px}.Toastify__toast.toastError:before{background:#d74747}.Toastify__toast.toastError .Toastify__toast-icon svg{color:#d74747;height:17px;width:17px}.Toastify__toast.toastWarn:before{background:#d7ae47}.Toastify__toast.toastWarn .Toastify__toast-icon svg{color:#d7ae47;height:22px;width:7px}.Toastify__toast.toastInfo:before{background:#307bd3}.Toastify__toast.toastInfo .Toastify__toast-icon svg{color:#307bd3;height:27px;width:8px}.loader{--_m:conic-gradient(#0000 10%,#000),linear-gradient(#000 0 0) content-box;animation:l3 1s linear infinite;aspect-ratio:1;background:#307bd3;border-radius:50%;-webkit-mask:var(--_m);mask:var(--_m);-webkit-mask-composite:source-out;mask-composite:subtract;padding:10px;width:100px}.loader__outer{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:150px 0 200px}.loader__outer h1{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:20px;margin-bottom:64px}.loader__outer.fixed{height:100%;left:0;padding:0;position:fixed;top:0;width:100%}@keyframes l3{to{transform:rotate(1turn)}}.notify{margin-right:20px;position:relative}.notify__btn{align-items:center;background:#2f2e5f;border:1px solid #181835;border-radius:15.29px;box-sizing:border-box;cursor:pointer;display:flex;height:35px;justify-content:center;position:relative;transition:all .3s linear;width:35px}.notify__btn svg{color:#adacde;height:14px;transition:all .3s linear;width:13px}.notify__btn-number{align-items:center;background:#1f78ff;border-radius:15.29px;box-sizing:border-box;display:flex;justify-content:center;min-height:15px;min-width:15px;padding:3px;position:absolute;right:-5px;top:-5px}.notify__btn-number p{color:#fff;font-family:Inter,sans-serif;font-size:9px;font-weight:900;line-height:1}.notify__btn:hover{background:#3f3b80;border:1px solid #fff}.notify__btn:hover svg{color:#fff}.notify__btn.active{background:#3f3b80;border:1px solid #fff}.notify__btn.active svg{color:#fff}.notify__menu{border-radius:10px;box-sizing:border-box;padding:22px;right:0;top:calc(100% + 15px);width:516px}.notify__menu,.notify__menu:before{background:#363270;position:absolute}.notify__menu:before{content:"";height:20px;right:6px;top:-6px;transform:rotate(45deg);width:20px;z-index:1}.notify__menu-inner{-ms-overflow-style:none;max-height:700px;overflow-y:auto;scrollbar-width:none}.notify__menu-inner::-webkit-scrollbar{display:none}.notify__menu-head{align-items:center;background:#1f1d47;border-radius:10px;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:26px;padding:22px 22px 22px 31px}.notify__menu-head h4{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:700;line-height:22px}.notify__menu-head-number{align-items:center;background:#1f78ff;border-radius:30px;box-sizing:border-box;display:flex;justify-content:center;min-height:30px;min-width:30px;padding:5px}.notify__menu-head-number p{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:900;line-height:1}.notify__item{align-items:center;background:#0a0a17;border:1px solid #0a0a17;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;margin-bottom:16px;padding:11px 50px 10px 16px;position:relative;transition:all .3s linear}.notify__item:last-child{margin-bottom:0}.notify__item-image{align-items:center;background:#1f1d47;border-radius:50%;display:flex;height:58px;justify-content:center;position:relative;width:58px}.notify__item-image img{border-radius:50%;height:100%;object-fit:cover;width:100%}.notify__item-image-illu{border-radius:50%;bottom:0;height:22px;overflow:hidden;position:absolute;right:-11px;width:22px}.notify__item-image-illu img{border-radius:0;border-radius:initial;height:100%;object-fit:cover;width:100%}.notify__item-image-illu.kick{background:#32ae70}.notify__item-image-illu.gtb{background:purple}.notify__item-image-illu.rewards{background:#f3c24d}.notify__item-image-illu.vip{background:#b03749}.notify__item-image-illu.info{background:#1f78ff}.notify__item-content{width:calc(100% - 86px)}.notify__item-content h6{font-weight:600;margin-bottom:4px;transition:all .3s linear}.notify__item-content h6,.notify__item-content p{color:#7c77bf;font-family:Inter,sans-serif;font-size:15px;letter-spacing:-.05em;line-height:18px}.notify__item-content p{font-weight:400}.notify__item-close{-moz-ransform:translateY(-50%);align-items:center;background:none;cursor:pointer;display:flex;height:13px;justify-content:center;position:absolute;right:30px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:13px}.notify__item-close svg{color:#3f3b80;height:100%;transition:all .3s linear;width:100%}.notify__item-close:hover svg{color:#d9d9d9}.notify__item.unread{background:#3f3b80;border:1px solid #7c77bf}.notify__item.unread .notify__item-content h6{color:#fff}.notify__item.unread .notify__item-close:hover svg{opacity:.8}.notify__item.unread .notify__item-close svg{color:#d9d9d9}.offr{position:relative}.offr:before{background:linear-gradient(270deg,#100f2d,#100f2d00 19.5%,#100f2d00 80.5%,#0c0722);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.offr:hover .offr__pop,.offr:hover .offr__prof,.offr:hover .offr__rolex{opacity:1}.offr__inner{box-sizing:border-box;padding:85px 0 120px;position:relative;z-index:2}.offr__inner h3{margin-bottom:16px}.offr__inner h3 span{font-weight:600}.offr__row{display:flex;justify-content:space-between}.offr__row-btns{align-items:center;bottom:19px;display:flex;position:absolute;right:-5px;z-index:2}.offr__row-info{align-items:center;background:#2c84ec;border:.5px solid #fff;border-radius:5px;box-shadow:0 2px 6px #100f2d4d;cursor:pointer;display:flex;height:30px;justify-content:center;margin-right:6px;transition:all .3s linear;width:32px}.offr__row-info svg{color:#fff;height:16px;transition:all .3s linear;width:16px}.offr__row-info:hover{background:#2c9fec}.offr__row-info:hover svg{height:19px;width:19px}.offr__row-info:focus{background:#2c9fec}.offr__row-info:focus svg{height:16px;width:16px}.offr__row-btn{align-items:center;background:none;border:1px solid #fff;border-radius:5px;box-shadow:0 2px 6px #100f2d4d;box-sizing:border-box;cursor:pointer;display:flex;justify-content:space-between;overflow:hidden;padding:7px 8px 7px 17px;position:relative;transition:all .3s linear;width:162px}.offr__row-btn:before{background:linear-gradient(180deg,#34c05e,#008748);z-index:-1}.offr__row-btn:after,.offr__row-btn:before{-moz-ransform:translate(-50%,-50%);content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.offr__row-btn:after{background:linear-gradient(180deg,#3d6,#09b564);opacity:0;z-index:0}.offr__row-btn p{color:#fff;font-family:Inter,sans-serif;font-size:10px;font-weight:900;line-height:12px;text-shadow:0 1px 2px #1b8b4e;transition:all .3s linear}.offr__row-btn-icon{align-items:center;border-radius:2px;display:flex;height:16px;justify-content:center;overflow:hidden;position:relative;transition:all .3s linear;width:16px;z-index:1}.offr__row-btn-icon:before{background:#187147;z-index:-2}.offr__row-btn-icon:after,.offr__row-btn-icon:before{-moz-ransform:translate(-50%,-50%);content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.offr__row-btn-icon:after{background:#43e274;opacity:0;transition:all .3s linear;z-index:-1}.offr__row-btn-icon svg{color:#fff;height:16px;width:16px}.offr__row-btn:hover p{font-size:11px;line-height:13px}.offr__row-btn:hover:after{filter:blur(1px);opacity:1;z-index:-1}.offr__row-btn:hover .offr__row-btn-icon{transform:rotateX(180deg)}.offr__row-btn:hover .offr__row-btn-icon:after{opacity:1}.offr__row-btn:focus p{font-size:10px;line-height:12px}.offr__row-btn:focus:after{filter:none;opacity:1;z-index:-1}.offr__row-btn:focus .offr__row-btn-icon:after{opacity:1}.offr__row-bonus{align-items:center;display:flex}.offr__row-bonus img{height:14px;margin-right:4px;width:14px}.offr__row-bonus p{color:#c9c9f4;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px}.offr__prof{border-radius:5px;opacity:.6;transition:all .3s linear;width:calc(33.3334% - 20px)}.offr__prof-wrapper{height:203px;margin-bottom:16px;position:relative}.offr__prof-inner{border-radius:5px;height:100%;overflow:hidden;position:relative}.offr__prof-inner:before{background:#efefff;bottom:0;content:"";height:33px;left:0;position:absolute;width:100%;z-index:1}.offr__prof-inner-bg{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:-1}.offr__prof-inner-bg img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.offr__prof-inner-image{-moz-ransform:translateX(-50%);align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:40px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:189px}.offr__prof-inner-image img{width:100%}.offr__prof-inner-logo{align-items:center;display:flex;justify-content:center;left:8px;position:absolute;top:8px;transition:all .3s linear;width:72px}.offr__prof-inner-logo img{width:100%}.offr__prof-inner-candy{align-items:center;bottom:26px;display:flex;justify-content:center;left:0;position:absolute;transition:all .3s linear;width:89px}.offr__prof-inner-candy img{width:100%}.offr__prof-inner-bomb{align-items:center;bottom:12px;display:flex;justify-content:center;position:absolute;right:0;transition:all .3s linear;width:84px}.offr__prof-inner-bomb img{width:100%}.offr__prof-inner-roobet{align-items:center;display:flex;justify-content:center;left:5px;opacity:0;position:absolute;top:0;transition:all .3s linear;width:97px}.offr__prof-inner-roobet img{width:100%}.offr__prof-tag{align-items:center;background:#424e96;border-radius:5px;display:flex;height:26px;justify-content:center;position:absolute;right:-5px;top:-5px;width:106px}.offr__prof-tag:before{-moz-ransform:translate(-50%,-50%);background:linear-gradient(180deg,#19d5fa,#0070c6);border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px);z-index:-1}.offr__prof-tag img{height:16px;margin-right:6px;width:16px}.offr__prof-tag p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1;text-shadow:0 2px 4px #541ca74d}.offr__prof:hover .offr__prof-inner-image{top:48px;width:184px}.offr__prof:hover .offr__prof-inner-logo{-moz-ransform:translateX(-50%);left:50%;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:70px}.offr__prof:hover .offr__prof-inner-roobet{opacity:1}.offr__prof:hover .offr__prof-inner-candy{bottom:20px;opacity:.8;width:72px}.offr__prof:hover .offr__prof-inner-bomb{opacity:.5;width:72px}.offr__pop{border-radius:5px;opacity:.6;transition:all .3s linear;width:calc(33.3334% - 20px)}.offr__pop-wrapper{height:203px;margin-bottom:10px;position:relative}.offr__pop-inner{border-radius:5px;height:100%;overflow:hidden;position:relative}.offr__pop-inner:before{background:#efefff;bottom:0;content:"";height:33px;left:0;position:absolute;width:100%;z-index:1}.offr__pop-inner-bg{z-index:-3}.offr__pop-inner-bg,.offr__pop-inner-overlay{background:linear-gradient(180deg,#591bab,#a345b9 68.24%,#e86cff);height:100%;left:0;position:absolute;top:0;width:100%}.offr__pop-inner-overlay{mix-blend-mode:overlay;opacity:0;transition:all .3s linear;z-index:-2}.offr__pop-inner-image{-moz-ransform:translateX(-50%);align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:46px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:205px}.offr__pop-inner-image img{width:100%}.offr__pop-inner-text{-moz-ransform:translateX(-50%);align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:102px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:159px}.offr__pop-inner-text img{width:100%}.offr__pop-inner-coinleft{align-items:center;bottom:19px;display:flex;justify-content:center;left:0;position:absolute;transition:all .3s linear;width:154px}.offr__pop-inner-coinleft img{width:100%}.offr__pop-inner-coinright{align-items:center;bottom:23px;display:flex;justify-content:center;position:absolute;right:0;transition:all .3s linear;width:172px}.offr__pop-inner-coinright img{width:100%}.offr__pop-inner-ellipse{-moz-ransform:translate(-50%,-50%);border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;z-index:-1}.offr__pop-inner-ellipse.one{border:12px solid #6321ad;box-sizing:border-box;height:114px;width:114px}.offr__pop-inner-ellipse.two{border:20px solid #6321ad;box-sizing:border-box;height:216px;width:216px}.offr__pop-inner-ellipse.three{border:30px solid #6321ad;height:322px;width:322px}.offr__pop-inner-roobet{align-items:center;display:flex;justify-content:center;left:5px;position:absolute;top:0;transform:translateY(-100%);transition:all .3s linear;width:97px}.offr__pop-inner-roobet img{width:100%}.offr__pop-tag{align-items:center;background:#8928af;border-radius:5px;display:flex;height:26px;justify-content:center;position:absolute;right:-5px;top:-5px;width:106px}.offr__pop-tag:before{-moz-ransform:translate(-50%,-50%);background:linear-gradient(180deg,#6824ae,#4c0a96);border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px);z-index:-1}.offr__pop-tag img{height:16px;margin-right:6px;width:16px}.offr__pop-tag p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:1;text-shadow:0 2px 4px #541ca74d}.offr__pop:hover .offr__pop-inner-ellipse.one{border:12px solid #6321ad;filter:blur(25px);height:185px;top:-4px;transform:translateX(-50%) translateY(0);width:185px}.offr__pop:hover .offr__pop-inner-ellipse.two{border:10px solid #6321ad;height:77px;top:48px;transform:translateX(-50%) translateY(0);width:77px}.offr__pop:hover .offr__pop-inner-ellipse.three{border:100px solid #6321ad;height:149px;top:-88px;transform:translateX(-50%) translateY(0);width:149px}.offr__pop:hover .offr__pop-inner-image{top:39px;width:225px}.offr__pop:hover .offr__pop-inner-overlay{opacity:1;z-index:-1}.offr__pop:hover .offr__pop-inner-text{width:175px}.offr__pop:hover .offr__pop-inner-roobet{transform:translateY(0)}.offr__rolex{border-radius:5px;opacity:.6;transition:all .3s linear;width:calc(33.3334% - 20px)}.offr__rolex-wrapper{height:203px;margin-bottom:16px;position:relative}.offr__rolex-inner{border-radius:5px;box-sizing:border-box;height:100%;overflow:hidden;position:relative}.offr__rolex-inner:before{background:#efefff;bottom:0;content:"";height:33px;left:0;position:absolute;width:100%;z-index:1}.offr__rolex-image{align-items:center;display:flex;justify-content:center;left:-40px;position:absolute;top:-13px;transition:all .3s linear;width:142px}.offr__rolex-image img{width:100%}.offr__rolex-content{min-width:188px;position:absolute;right:18px;top:20px;transition:all .3s linear}.offr__rolex-content h5{color:#fff;font-weight:600;margin-bottom:5px}.offr__rolex-content h4,.offr__rolex-content h5{font-family:Inter,sans-serif;font-size:20px;line-height:20px;position:relative;text-align:center;text-shadow:0 1.01165px 2.0233px #335ee080;z-index:2}.offr__rolex-content h4{color:#82f9ff;font-weight:900;margin-bottom:70px}.offr__rolex-content h6{color:#fff;font-family:Inter,sans-serif;font-size:10.1165px;font-weight:700;line-height:12px;position:relative;text-align:center;text-shadow:0 1.01165px 2.0233px #335ee080;z-index:2}.offr__rolex-btn{align-items:center;border-radius:100px;box-shadow:0 2.0233px 10.1165px #386fcf;display:flex;height:50px;justify-content:flex-end;position:absolute;right:0;top:57px;transition:all .3s linear;width:188px}.offr__rolex-btn p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;text-align:center;width:188px}.offr__rolex-btn span{height:100%;left:0;position:absolute;top:0;width:100%}.offr__rolex-btn span:before{background:linear-gradient(180deg,#4ddbff,#0af);height:54px;right:-2px;top:-2px;width:192px}.offr__rolex-btn span:after,.offr__rolex-btn span:before{border-radius:100px;content:"";position:absolute;transition:all .3s linear}.offr__rolex-btn span:after{background:#0cf;height:50px;right:0;top:0;width:188px}.offr__rolex-bg{background:linear-gradient(180deg,#2245bb,#00abff),#22214a;height:100%;top:0}.offr__rolex-bg,.offr__rolex-bg2{left:0;position:absolute;width:100%}.offr__rolex-bg2{background:linear-gradient(180deg,#2245bb00,#69cdfe);bottom:0;height:143px;mix-blend-mode:overlay}.offr__rolex:hover .offr__rolex-image{left:-50px;top:-37px;width:181px}.offr__rolex:hover .offr__rolex-btn{width:228px}.offr__rolex:hover .offr__rolex-btn span:before{width:232px}.offr__rolex:hover .offr__rolex-btn span:after{width:228px}.offr__rolex:hover .offr__rolex-content{top:14px}.offers{position:relative}.offers:before{background:linear-gradient(270deg,#100f2d,#100f2d00 19.5%,#100f2d00 80.5%,#0c0722);z-index:-1}.offers:after,.offers:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.offers:after{background:#100f2d80;transition:all .3s linear;z-index:1}.offers:hover:after{opacity:0;z-index:-1}.offers__inner{box-sizing:border-box;padding:60px 0 180px}.offers__inner h3{margin-bottom:30px}.offersItem{align-items:center;background:#efefff;border-radius:8px;box-sizing:border-box;display:flex;height:75px;justify-content:space-between;margin-bottom:29px;padding:10px 12px}.offersItem:last-child{margin-bottom:0}.offersItem__content{align-items:center;background:#9695ce4d;border-radius:8px;box-sizing:border-box;display:flex;height:55px;padding-left:180px;position:relative;width:calc(100% - 326px)}.offersItem__content-image{align-items:center;border-radius:5px;display:flex;height:100%;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:180px}.offersItem__content-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.offersItem__content-image.disabled img{filter:brightness(20%)}.offersItem__content-cols{align-items:center;display:flex;justify-content:space-between;width:100%}.offersItem__content-col{align-items:center;display:flex;flex-direction:column;justify-content:center;width:33.3334%}.offersItem__content-col h6{color:#0c0722;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:1;margin-bottom:12px;text-align:center}.offersItem__content-col h6 span{font-weight:900}.offersItem__content-col p{color:#307bd3;font-family:Inter,sans-serif;font-size:13px;font-weight:700;line-height:1;text-align:center}.offersItem__content-col-empty{background:#9191c4;height:3px;width:14px}.offersItem__icon{align-items:center;background:#307bd3;border:1px solid #0000;border-radius:5px;box-shadow:0 2px 2px #15113233;box-sizing:border-box;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .3s linear;width:55px}.offersItem__icon svg{color:#fff;height:24px;transition:all .3s linear;width:24px}.offersItem__icon:hover{background:#2c9fec;border:1px solid #fff}.offersItem__icon:hover svg{height:27px;width:27px}.offersItem__icon:focus{background:#2c9fec;border:1px solid #fff}.offersItem__icon:focus svg{height:24px;width:24px}.offersItem__btn{align-items:center;background:none;cursor:pointer;display:flex;justify-content:center;padding:11.5px 0;position:relative;width:246px}.offersItem__btn,.offersItem__btn span{border-radius:5px;transition:all .3s linear}.offersItem__btn span{height:100%;left:0;position:absolute;top:0;width:100%}.offersItem__btn span.default{opacity:1}.offersItem__btn span.default:before{background:linear-gradient(180deg,#289c64,#167346);height:calc(100% + 4px);width:calc(100% + 4px)}.offersItem__btn span.default:after,.offersItem__btn span.default:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.offersItem__btn span.default:after{background:linear-gradient(180deg,#34c05e,#008748);height:100%;width:100%}.offersItem__btn span.hov{opacity:0}.offersItem__btn span.hov:before{background:#fff;height:calc(100% + 2px);width:calc(100% + 2px)}.offersItem__btn span.hov:after,.offersItem__btn span.hov:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.offersItem__btn span.hov:after{background:linear-gradient(180deg,#3d6,#09b564);height:100%;width:100%}.offersItem__btn span.active{opacity:0}.offersItem__btn span.active:before{background:#fff;background:linear-gradient(180deg,#3d6,#09b564);height:calc(100% + 1px);width:calc(100% + 1px)}.offersItem__btn span.active:after,.offersItem__btn span.active:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);z-index:0}.offersItem__btn span.active:after{height:100%;width:100%}.offersItem__btn:hover{box-shadow:0 2px 2px #15113233}.offersItem__btn:hover span.default{opacity:0}.offersItem__btn:hover span.hov{opacity:1}.offersItem__btn:focus{box-shadow:0 2px 2px #15113233}.offersItem__btn:focus span.default,.offersItem__btn:focus span.hov{opacity:0}.offersItem__btn:focus span.active{opacity:1}.offersItem__btn p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:700;line-height:21px;text-align:center;text-shadow:0 1px 2px #1ea855}.tos-container{color:#fff;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:20px}.tos-content h1{margin-bottom:40px;text-align:center}.tos-content section{margin-bottom:30px}.tos-content h2{border-bottom:2px solid #ddd;margin-bottom:15px;padding-bottom:10px}.tos-content h3{margin-bottom:10px;margin-top:20px}.tos-content ul{list-style-type:disc;padding-left:20px}.tos-content a{color:#007bff;text-decoration:none}.tos-content a:hover{text-decoration:underline}.privacy-container{color:#fff;font-family:Arial,sans-serif;line-height:1.6;margin:0 auto;max-width:800px;padding:20px}.privacy-content h1{margin-bottom:40px;text-align:center}.privacy-content section{margin-bottom:30px}.privacy-content h2{border-bottom:2px solid #ddd;margin-bottom:15px;padding-bottom:10px}.privacy-content h3{margin-bottom:10px;margin-top:20px}.privacy-content ol,.privacy-content ul{list-style-type:disc;padding-left:20px}.privacy-content ol{list-style-type:decimal}.privacy-content a{color:#007bff;text-decoration:none}.privacy-content a:hover{text-decoration:underline}.privacy-content em{font-style:italic}.guessContent__prizes-hugeShards{align-items:center;background:#a419df;border:1px solid #e15eff;border-radius:1.62177px;box-sizing:border-box;cursor:pointer;display:flex;height:28px;justify-content:flex-end;margin:6px 7px 6px 0;padding-right:9px;position:relative;transition:all .3s linear;width:126px}.guessContent__prizes-hugeShards img{bottom:0;height:26px;left:5px;position:absolute}.guessContent__prizes-hugeShards p{color:#fff;font-family:Inter,sans-serif;font-size:10.6303px;font-weight:900;line-height:13px;text-align:right;transition:all .3s linear}.guessContent__prizes-hugeShards:hover{background:#e15eff;border:1px solid #fff}.guessContent__prizes-hugeShards:hover p{color:#fff}.switchpr{background:#22214a;position:relative}.switchpr:before{background:linear-gradient(270deg,#100f2d,#100f2d00 19.5%,#100f2d00 80.5%,#0c0722);z-index:0}.switchpr:after,.switchpr:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%}.switchpr:after{background:#100f2d80;opacity:1;transition:all .3s linear;z-index:5}.switchpr__head{background:linear-gradient(270deg,#0c0722,#100f2d00 19.66%,#100f2d00 79.28%,#0c0722),#100f2d;height:74px;left:0;position:absolute;top:0;width:100%;z-index:2}.switchpr__inner{box-sizing:border-box;padding-bottom:140px;position:relative;z-index:2}.switchpr__wrapper{background:#1412324d;box-sizing:border-box;padding-top:14px}.switchpr__btns{margin-bottom:70px}.switchpr__btn,.switchpr__btns{align-items:center;display:flex}.switchpr__btn{background:none;border-radius:5px;box-sizing:border-box;cursor:pointer;height:40px;margin-right:20px;padding:0 16px;position:relative;width:233px}.switchpr__btn:last-child{margin-right:0}.switchpr__btn svg{margin-right:10px;position:relative;z-index:2}.switchpr__btn svg,.switchpr__btn svg path{transition:all .3s linear}.switchpr__btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:1;position:relative;z-index:2}.switchpr__btn span{-moz-ransform:translate(-50%,-50%);border-radius:5px;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%;z-index:1}.switchpr__btn span:before{height:calc(100% + 1px);width:calc(100% + 1px)}.switchpr__btn span:after,.switchpr__btn span:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchpr__btn span:after{height:100%;width:100%}.switchpr__btn span.default:before{background:linear-gradient(180deg,#1d1c42,#191838)}.switchpr__btn span.default:after{background:#100f2d}.switchpr__btn span.active,.switchpr__btn span.hov{opacity:0;transition:all .3s linear}.switchpr__btn.roobet svg{color:#68689f;height:24px;width:24px}.switchpr__btn.roobet svg path.otherpath{color:#9695ce}.switchpr__btn.roobet span.hov:before{background:linear-gradient(180deg,#f5aa28,#be6620)}.switchpr__btn.roobet span.hov:after{background:radial-gradient(38.37% 53.66% at 13.3% 53.66%,#a5490380 0,#6b2f0080 100%),#100f2d}.switchpr__btn.roobet span.active:before{background:linear-gradient(180deg,#f5aa28,#be6620)}.switchpr__btn.roobet span.active:after{background:radial-gradient(38.37% 53.66% at 13.3% 53.66%,#6b2f0080 0,#551c0180 100%),#100f2d}.switchpr__btn.pack svg{color:#9695ce;height:16px;width:16px}.switchpr__btn.pack svg path.otherpath{color:#3b3a70}.switchpr__btn.pack span.hov:before{background:linear-gradient(180deg,#d4a1ff,#bc6cff)}.switchpr__btn.pack span.hov:after{background:radial-gradient(38.37% 53.66% at 13.3% 53.66%,#7e2ce980 0,#55259380 100%),#100f2d}.switchpr__btn.pack span.active:before{background:linear-gradient(180deg,#d4a1ff,#bc6cff)}.switchpr__btn.pack span.active:after{background:radial-gradient(38.37% 53.66% at 13.3% 53.66%,#55259380 0,#2b1b5580 100%),#100f2d}.switchpr__btn:hover span.hov{opacity:1}.switchpr__btn:hover p{font-weight:500}.switchpr__btn:hover.roobet svg{color:#f5aa28;height:25px;width:25px}.switchpr__btn:hover.roobet svg path.otherpath{color:#be6620}.switchpr__btn:hover.pack svg{color:#d4a1ff;height:18px;width:18px}.switchpr__btn:hover.pack svg path.otherpath{color:#7940c3}.switchpr__btn.active span.active{opacity:1}.switchpr__btn.active.roobet svg{color:#f5aa28}.switchpr__btn.active.roobet svg path.otherpath{color:#be6620}.switchpr__btn.active.pack svg{color:#d4a1ff}.switchpr__btn.active.pack svg path.otherpath{color:#7940c3}.switchpr__btn.active:hover span.hov{opacity:1}.switchpr__btn.active:hover span.active{opacity:0}.switchprPack{animation:fadeIn .3s linear;box-sizing:border-box;display:none;padding:0 16px 16px}.switchprPack__title{display:none}.switchprPack__row{display:flex;justify-content:space-between;margin-bottom:20px}.switchprPack__board{border-radius:5px;box-sizing:border-box;height:182px;padding:16px 0 18px 53px;position:relative;width:65.5%}.switchprPack__board:before{background:linear-gradient(90deg,#46147e33,#191839 90%),#22214a;border:1px solid #9695ce}.switchprPack__board-bg3,.switchprPack__board:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;box-sizing:border-box;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.switchprPack__board-bg3{background:linear-gradient(90deg,#46147e33 -70.03%,#46147e 83%),#22214a;border:1px solid #9747ff;opacity:0;transition:all .3s linear}.switchprPack__board-icon{align-items:center;display:flex;height:21px;justify-content:center;left:18px;position:absolute;top:18px;width:23px}.switchprPack__board-icon svg{color:#bc6cff;height:100%;width:100%}.switchprPack__board-content h2{color:#fff;line-height:28px;margin-bottom:11px}.switchprPack__board-content h2 span{font-weight:600}.switchprPack__board-content p{color:#e5bdee;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px;max-width:245px}.switchprPack__board-podium{align-items:flex-end;bottom:1px;display:flex;position:absolute;right:1px}.switchprPack__board-podium-first{background:linear-gradient(180deg,#f7c9ff,#8c3fe2);border-radius:8px 8px 0 0;height:106px;opacity:.7;order:2;transition:all .3s linear;width:98px}.switchprPack__board-podium-second{background:linear-gradient(180deg,#4a489d,#22214a);border-radius:8px 0 0 0;height:72px;opacity:.7;order:1;transition:all .3s linear;width:98px}.switchprPack__board-podium-third{background:#7038af;border-radius:0 0 3px 0;height:41px;opacity:.7;order:3;transition:all .3s linear;width:66px}.switchprPack__board-star{align-items:center;display:flex;justify-content:center;position:absolute;transition:all .3s linear}.switchprPack__board-star img{width:100%}.switchprPack__board-star.one{right:204px;top:74px;width:28px}.switchprPack__board-star.two{bottom:48px;right:27px;width:26px}.switchprPack__board-star.three{right:55px;top:45px;width:17px}.switchprPack__board-bg{background:radial-gradient(54.96% 51.65% at 60.16% 81.87%,#fff 0,#8c40e2 66.78%,#8c40e200 100%)}.switchprPack__board-bg,.switchprPack__board-bg2{bottom:1px;height:100%;mix-blend-mode:overlay;opacity:.7;position:absolute;right:1px;width:328px}.switchprPack__board-bg2{background:radial-gradient(65.29% 64.88% at 65.74% 81.87%,#e178fb 0,#8c40e2 15%,#231a4900 100%)}.switchprPack__board-crown{align-items:center;display:flex;justify-content:center;position:absolute;right:84px;top:20px;width:60px;z-index:2}.switchprPack__board-crown img{width:100%}.switchprPack__board-image{align-items:center;display:flex;justify-content:center;position:absolute;right:33px;top:62px;width:161px;z-index:2}.switchprPack__board-image img{width:100%}.switchprPack__board-winner{align-items:center;border-radius:5px;display:flex;height:20px;justify-content:center;position:absolute;right:52px;top:98px;width:124px;z-index:2}.switchprPack__board-winner p{color:#f6dfff;font-family:Inter,sans-serif;font-size:10px;font-weight:900;line-height:12px;margin-top:-2px;position:relative;z-index:2}.switchprPack__board-winner p span{color:#e29bff}.switchprPack__board-winner:before{background:linear-gradient(180deg,#da9aff,#c457f2 145%);height:calc(100% + 2px);width:calc(100% + 2px)}.switchprPack__board-winner:after,.switchprPack__board-winner:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprPack__board-winner:after{background:linear-gradient(1turn,#3f26cd,#6447ff 95%);height:100%;width:100%}.switchprPack__board .button.green{bottom:10px;height:38px;position:absolute;right:12px;transition:all .3s linear;width:204px}.switchprPack__board:hover .button.green{bottom:22px}.switchprPack__board:hover:before{opacity:0}.switchprPack__board:hover .switchprPack__board-bg3{opacity:1}.switchprPack__board:hover .switchprPack__board-podium-first{height:130px;opacity:.7;width:120px}.switchprPack__board:hover .switchprPack__board-podium-second{height:88px;opacity:.7;width:120px}.switchprPack__board:hover .switchprPack__board-podium-third{height:50px;opacity:.7;width:57px}.switchprPack__board:hover .switchprPack__board-star.one{right:248px;top:82px;width:31px}.switchprPack__board:hover .switchprPack__board-star.two{bottom:30px;right:15px;width:33px}.switchprPack__board:hover .switchprPack__board-star.three{right:16px;top:16px;width:25px}.switchprPack__register{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:18px 0 0 38px;position:relative;width:32.5%}.switchprPack__register-icon{align-items:center;display:flex;justify-content:center;left:16px;position:absolute;top:14px;z-index:2}.switchprPack__register-icon p{color:#bc6cff;font-family:Inter,sans-serif;font-size:20px;font-weight:900;line-height:24px}.switchprPack__register-content{position:relative;z-index:2}.switchprPack__register-content h2{margin-bottom:10px}.switchprPack__register-content h2 span{font-weight:600}.switchprPack__register-content p{color:#e5bdee;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px;max-width:252px}.switchprPack__register-image{align-items:center;border-radius:5px;display:flex;filter:blur(2px);height:100%;justify-content:center;left:0;opacity:.5;position:absolute;top:0;width:100%}.switchprPack__register-image img{height:100%;object-fit:cover;-o-object-fit:cover;transition:all .3s linear;width:100%}.switchprPack__register-bg{background:linear-gradient(90deg,#46147e33,#191839 90%),#22214a;border:1px solid #9695ce;border-radius:5px}.switchprPack__register-bg,.switchprPack__register-bg2{-moz-ransform:translate(-50%,-50%);box-sizing:border-box;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.switchprPack__register-bg2{background:linear-gradient(90deg,#46147e33 -70%,#46147e 83%);border:1px solid #984ae9;border-radius:5px;opacity:0}.switchprPack__register-btn{-moz-ransform:translateX(-50%);align-items:center;background:none;bottom:13px;cursor:pointer;display:flex;height:37px;justify-content:center;left:50%;max-width:276px;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:100%;z-index:2}.switchprPack__register-btn h6{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:900;line-height:21px;margin-right:10px;position:relative;text-shadow:0 1px 2px #17238c4d;z-index:2}.switchprPack__register-btn h6 b{font-weight:400}.switchprPack__register-btn-inner{align-items:center;display:flex;position:relative;z-index:2}.switchprPack__register-btn-inner p{color:#bc6cff;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;margin-right:4px;transition:all .3s linear}.switchprPack__register-btn-inner svg{color:#ce93ff;height:16px;transition:all .3s linear;width:16px}.switchprPack__register-btn-inner svg path{transition:all .3s linear}.switchprPack__register-btn-inner svg path.otherpath{color:#8c3fe2}.switchprPack__register-btn span{-moz-ransform:translate(-50%,-50%);border-radius:5px;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.switchprPack__register-btn span:before{height:calc(100% + 2px);width:calc(100% + 2px)}.switchprPack__register-btn span:after,.switchprPack__register-btn span:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprPack__register-btn span:after{height:100%;width:100%}.switchprPack__register-btn span.default:before{background:linear-gradient(180deg,#bc6cff,#8b3ee1)}.switchprPack__register-btn span.default:after{background:radial-gradient(83.1% 436.25% at 50% 50%,#2b1b55 0,#1d1b38 100%)}.switchprPack__register-btn span.hov{opacity:0}.switchprPack__register-btn span.hov:before{background:linear-gradient(180deg,#f8a8ff,#bc6cff);filter:blur(1px)}.switchprPack__register-btn span.hov:after{background:linear-gradient(180deg,#bc6cff,#8b3ee1)}.switchprPack__register-btn span.active{opacity:0}.switchprPack__register-btn span.active:before{background:linear-gradient(180deg,#f8a8ff,#bc6cff)}.switchprPack__register-btn span.active:after{background:linear-gradient(180deg,#bc6cff,#8b3ee1)}.switchprPack__register-btn:hover .switchprPack__register-btn-inner p{color:#f7a7ff;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;text-shadow:0 1px 2px #17238c4d}.switchprPack__register-btn:hover .switchprPack__register-btn-inner svg,.switchprPack__register-btn:hover .switchprPack__register-btn-inner svg path.otherpath{color:#f7a7ff}.switchprPack__register-btn:hover span.hov{opacity:1}.switchprPack__register-btn:focus .switchprPack__register-btn-inner p{color:#f7a7ff;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;text-shadow:0 1px 2px #17238c4d}.switchprPack__register-btn:focus .switchprPack__register-btn-inner svg,.switchprPack__register-btn:focus .switchprPack__register-btn-inner svg path.otherpath{color:#f7a7ff}.switchprPack__register-btn:focus span.hov{opacity:0}.switchprPack__register-btn:focus span.active,.switchprPack__register-btn:focus:hover span.hov{opacity:1}.switchprPack__register-btn:focus:hover span.active,.switchprPack__register:hover .switchprPack__register-bg{opacity:0}.switchprPack__register:hover .switchprPack__register-bg2{opacity:1;z-index:1}.switchprPack__register:hover .switchprPack__register-image img{transform:scale(1.2)}.switchprPack__register:hover .switchprPack__register-btn{bottom:25px}.switchprPack__free{border-radius:5px;box-sizing:border-box;height:218px;overflow:hidden;padding:18px 0 0 53px;position:relative;width:100%}.switchprPack__free-icon{align-items:center;display:flex;height:20px;justify-content:center;left:18px;position:relative;position:absolute;top:14px;width:23px;z-index:2}.switchprPack__free-icon svg{color:#bc6cff;height:100%;width:100%}.switchprPack__free-content{max-width:245px;position:relative;z-index:2}.switchprPack__free-content h2{margin-bottom:14px}.switchprPack__free-content h2 span{font-weight:600}.switchprPack__free-content p{color:#e5bdee;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px;max-width:245px}.switchprPack__free-buy{align-items:center;border-radius:5px;bottom:12px;display:flex;height:33px;justify-content:center;position:absolute;right:460px;transition:all .3s linear;width:88px}.switchprPack__free-buy:before{background:linear-gradient(180deg,#fefefd,#f68fff);height:calc(100% + 4px);width:calc(100% + 4px)}.switchprPack__free-buy:after,.switchprPack__free-buy:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprPack__free-buy:after{background:linear-gradient(180deg,#9f46ff,#8134dc);height:100%;width:100%}.switchprPack__free-buy p{color:#f8d6fe;font-family:Inter,sans-serif;font-size:15px;font-weight:900;line-height:18px;position:relative;z-index:2}.switchprPack__free-buy p span{color:#fff;font-size:12px;line-height:15px;margin-left:3px}.switchprPack__free-gift{align-items:center;border-radius:5px;bottom:14px;display:flex;height:42px;justify-content:center;position:absolute;right:262px;transition:all .3s linear;width:116px}.switchprPack__free-gift:before{background:linear-gradient(180deg,#fefefd,#76fbff);border-radius:5px;height:calc(100% + 8px);width:calc(100% + 8px)}.switchprPack__free-gift:after,.switchprPack__free-gift:before{-moz-ransform:translate(-50%,-50%);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprPack__free-gift:after{background:linear-gradient(180deg,#3d8eee,#327ed7);border-radius:2px;height:100%;width:100%}.switchprPack__free-gift p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:900;line-height:24px;position:relative;text-shadow:0 2px 4px #2266b7;z-index:2}.switchprPack__free-gift p span{font-size:17px;line-height:21px;margin-left:8px}.switchprPack__free-cars{position:absolute;right:34px;top:29px;transition:all .3s linear;width:206px}.switchprPack__free-cars-item{align-items:center;box-sizing:border-box;display:flex;height:33px;margin-bottom:11px;padding-left:23px;position:relative;transition:all .3s linear}.switchprPack__free-cars-item:last-child{margin-bottom:0}.switchprPack__free-cars-item:after{background:linear-gradient(90.02deg,#8ffefe80 1.28%,#01c9fd80 16.09%,#01418e80 99.98%),#01418e;border-radius:0 8px 8px 0;content:"";height:100%;left:50%;mix-blend-mode:color-dodge;position:absolute;top:50%;transform:translate(-50%,-50%) skewX(-20deg);width:100%}.switchprPack__free-cars-item p{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#fff,#8f6bff);-webkit-background-clip:text;background-clip:text;filter:blur(.15px);font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;position:relative;z-index:2}.switchprPack__free-cars-item.first{width:198px}.switchprPack__free-cars-item.second{width:184px}.switchprPack__free-cars-item.third{width:171px}.switchprPack__free-image{align-items:center;display:flex;height:100%;justify-content:flex-end;position:absolute;right:0;top:0;transition:all .3s linear;width:100%}.switchprPack__free-image img{height:103%;transition:all .3s linear}.switchprPack__free-image2{display:none}.switchprPack__free .button.green{bottom:15px;height:40px;position:absolute;right:23px;transition:all .3s linear;width:176px}.switchprPack__free:hover .switchprPack__free-image{height:105%;width:110%}.switchprPack__free:hover .switchprPack__free-cars{right:20px;width:241px}.switchprPack__free:hover .switchprPack__free-cars-item.first{width:231px}.switchprPack__free:hover .switchprPack__free-cars-item.second{width:215px}.switchprPack__free:hover .switchprPack__free-cars-item.third{width:200px}.switchprPack__free:hover .switchprPack__free-buy{right:511px}.switchprPack__free:hover .switchprPack__free-gift{width:144px}.switchprPack__cols{align-items:center;display:flex;justify-content:space-between}.switchprPack__deposit{border:1px solid #9695ce;border-radius:5px;box-sizing:border-box;cursor:pointer;height:184px;overflow:hidden;position:relative;width:calc(32.75% - 10px)}.switchprPack__deposit-image{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;width:100%;z-index:2}.switchprPack__deposit-image img{width:100%}.switchprPack__deposit-content{-moz-ransform:translateX(-50%);left:50%;position:absolute;top:44px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:5}.switchprPack__deposit-content h2{font-size:50.5825px;font-weight:900}.switchprPack__deposit-content h2,.switchprPack__deposit-content h3{color:#fff;font-family:Inter,sans-serif;line-height:1;text-align:center;text-shadow:0 1.01165px 2.0233px #335ee080}.switchprPack__deposit-content h3{font-size:20.233px;font-weight:700}.switchprPack__deposit-bg{-moz-ransform:translateX(-50%);background:#b168ff;border:10px solid #893add80;border-radius:5px;height:93px;left:50%;mix-blend-mode:overlay;position:absolute;top:26px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:160px}.switchprPack__deposit-bg2{background:linear-gradient(1turn,#d865ff,#2b0086 103.3%);mix-blend-mode:overlay;z-index:-4}.switchprPack__deposit-bg2,.switchprPack__deposit-bg3{border-radius:5;height:100%;left:0;position:absolute;top:0;width:100%}.switchprPack__deposit-bg3{background:radial-gradient(105.28% 186.26% at 50% 182.97%,#7c40fc00 0,#2b0086 100%);z-index:-5}.switchprPack__deposit-plusbg{-moz-ransform:translateY(-50%);align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%;z-index:-6}.switchprPack__deposit-plusbg img{width:100%}.switchprPack__deposit-bg4{background:linear-gradient(180deg,#7c40fc,#ae40fc),#22214a;border-radius:5px;left:0;position:absolute;z-index:-7}.switchprPack__deposit-bg4,.switchprPack__deposit:hover .switchprPack__deposit-bg{height:100%;top:0;width:100%}.switchprPack__rolex{border:1px solid #9695ce;border-radius:5px;box-sizing:border-box;cursor:pointer;height:184px;overflow:hidden;position:relative;width:32.5%}.switchprPack__rolex-image{align-items:center;display:flex;justify-content:center;left:-40px;position:absolute;top:-13px;transition:all .3s linear;width:142px}.switchprPack__rolex-image img{width:100%}.switchprPack__rolex-content{min-width:188px;position:absolute;right:18px;top:20px;transition:all .3s linear}.switchprPack__rolex-content h5{color:#fff;font-weight:600;margin-bottom:5px}.switchprPack__rolex-content h4,.switchprPack__rolex-content h5{font-family:Inter,sans-serif;font-size:20px;line-height:20px;text-align:center;text-shadow:0 1.01165px 2.0233px #335ee080}.switchprPack__rolex-content h4{color:#82f9ff;font-weight:900;margin-bottom:75px}.switchprPack__rolex-content h6{color:#fff;font-family:Inter,sans-serif;font-size:10.1165px;font-weight:700;line-height:12px;text-align:center;text-shadow:0 1.01165px 2.0233px #335ee080}.switchprPack__rolex-btn{align-items:center;border-radius:100px;box-shadow:0 2.0233px 10.1165px #386fcf;display:flex;height:50px;justify-content:flex-end;position:absolute;right:0;top:57px;transition:all .3s linear;width:188px}.switchprPack__rolex-btn p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;text-align:center;width:188px}.switchprPack__rolex-btn span{height:100%;left:0;position:absolute;top:0;width:100%}.switchprPack__rolex-btn span:before{background:linear-gradient(180deg,#4ddbff,#0af);height:54px;right:-2px;top:-2px;width:192px}.switchprPack__rolex-btn span:after,.switchprPack__rolex-btn span:before{border-radius:100px;content:"";position:absolute;transition:all .3s linear}.switchprPack__rolex-btn span:after{background:#0cf;height:50px;right:0;top:0;width:188px}.switchprPack__rolex-bg{background:linear-gradient(180deg,#2245bb,#00abff),#22214a;height:100%;left:0;position:absolute;top:0;width:100%}.switchprPack__rolex-bg2{background:linear-gradient(180deg,#2245bb00,#69cdfe);bottom:0;height:143px;left:0;mix-blend-mode:overlay;position:absolute;width:100%}.switchprPack__rolex:hover .switchprPack__rolex-image{left:-50px;top:-37px;width:181px}.switchprPack__rolex:hover .switchprPack__rolex-btn{width:228px}.switchprPack__rolex:hover .switchprPack__rolex-btn span:before{width:232px}.switchprPack__rolex:hover .switchprPack__rolex-btn span:after{width:228px}.switchprPack__rolex:hover .switchprPack__rolex-content{top:14px}.switchprPack__iphone{border:1px solid #9695ce;border-radius:5px;box-sizing:border-box;cursor:pointer;height:184px;overflow:hidden;position:relative;width:calc(32.75% - 10px)}.switchprPack__iphone-image{align-items:center;display:flex;height:276px;justify-content:center;left:-66px;position:absolute;top:-7px;transition:all .3s linear;width:161px;z-index:2}.switchprPack__iphone-image img{width:100%}.switchprPack__iphone-bg{background:linear-gradient(180deg,#02727a,#00ac79),#22214a;height:100%;left:0;position:absolute;top:0;width:100%}.switchprPack__iphone-bg2{bottom:0;height:83px;left:0;width:100%}.switchprPack__iphone-bg2,.switchprPack__iphone-bg3{background:linear-gradient(180deg,#13da7000,#13da70);mix-blend-mode:overlay;position:absolute}.switchprPack__iphone-bg3{height:176px;left:-60px;top:35px;transform:rotate(39.42deg);width:393px}.switchprPack__iphone-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:188px;position:absolute;right:18px;top:20px;transition:all .3s linear;z-index:2}.switchprPack__iphone-content h5{font-size:20px;font-weight:600;line-height:20px;margin-bottom:5px}.switchprPack__iphone-content h5,.switchprPack__iphone-content h6{color:#fff;font-family:Inter,sans-serif;text-align:center;text-shadow:0 1.01165px 2.0233px #335ee080}.switchprPack__iphone-content h6{font-size:10.1165px;font-weight:700;line-height:12px}.switchprPack__iphone-content-icon{align-items:center;display:flex;height:16px;justify-content:center;margin-bottom:80px;width:13px}.switchprPack__iphone-content-icon svg{color:#00f261;height:100%;width:100%}.switchprPack__iphone-btn{align-items:center;border-radius:100px;box-shadow:0 2.02px 10.12px 0 #0a878f;display:flex;height:50px;justify-content:flex-end;position:absolute;right:0;top:57px;transition:all .3s linear;width:188px}.switchprPack__iphone-btn p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;text-align:center;width:188px}.switchprPack__iphone-btn span{height:100%;left:0;position:absolute;top:0;width:100%}.switchprPack__iphone-btn span:before{background:linear-gradient(180deg,#6cf542,#00c271);border-radius:100px;content:"";height:54px;position:absolute;right:-2px;top:-2px;transition:all .3s linear;width:192px}.switchprPack__iphone-btn span:after{background:#19db66;border-radius:100px;content:"";height:50px;position:absolute;right:0;top:0;transition:all .3s linear;width:188px}.switchprPack__iphone:hover .switchprPack__iphone-image{height:319px;left:-73px;top:-36px;width:182px}.switchprPack__iphone:hover .switchprPack__iphone-btn{width:228px}.switchprPack__iphone:hover .switchprPack__iphone-btn span:before{width:232px}.switchprPack__iphone:hover .switchprPack__iphone-btn span:after{width:228px}.switchprPack.active{display:block}.switchprRoob{animation:fadeIn .3s linear;box-sizing:border-box;display:none;padding:0 16px 16px}.switchprRoob__title{display:none}.switchprRoob__row{display:flex;justify-content:space-between;margin-bottom:20px}.switchprRoob__reward{border-radius:5px;box-sizing:border-box;height:182px;padding:18px 0 0 52px;position:relative;width:65.5%}.switchprRoob__reward-icon{align-items:center;display:flex;height:21px;justify-content:center;left:18px;position:absolute;top:18px;width:21px}.switchprRoob__reward-icon svg{color:#ffc026;height:100%;width:100%}.switchprRoob__reward-content{max-width:250px}.switchprRoob__reward-content h2{color:#fff;line-height:28px;margin-bottom:11px}.switchprRoob__reward-content h2 span{font-weight:600}.switchprRoob__reward-content p{color:#e5bdee;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px}.switchprRoob__reward-rank{align-items:center;display:flex;justify-content:center;position:absolute;transition:all .3s linear}.switchprRoob__reward-rank img{width:100%}.switchprRoob__reward-rank.first{right:85px;top:30px;transform:rotate(5deg);width:74px}.switchprRoob__reward-rank.second{opacity:0;right:89px;top:33px;transform:rotate(6.74deg);width:68px}.switchprRoob__reward-rank.third{opacity:0;right:99px;top:44px;transform:rotate(5.56deg);width:46px}.switchprRoob__reward-rank.fourth{opacity:0;right:111px;top:58px;transform:rotate(4deg);width:21px}.switchprRoob__reward-btn{align-items:center;background:none;border-radius:5px;bottom:17px;cursor:pointer;display:flex;height:37px;justify-content:center;position:absolute;right:20px;transition:all .3s linear;width:204px}.switchprRoob__reward-btn p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:21px;text-shadow:0 1px 2px #17238c4d;transition:all .3s linear}.switchprRoob__reward-btn p b{font-weight:900}.switchprRoob__reward-btn span{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.switchprRoob__reward-btn span.default:before{background:linear-gradient(180deg,#ffc026,#a7541d);height:calc(100% + 2px);width:calc(100% + 2px)}.switchprRoob__reward-btn span.default:after,.switchprRoob__reward-btn span.default:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprRoob__reward-btn span.default:after{background:radial-gradient(83.1% 436.25% at 50% 50%,#432835 0,#1d1b38 100%);height:100%;width:100%}.switchprRoob__reward-btn span.hov{opacity:0}.switchprRoob__reward-btn span.hov:before{background:linear-gradient(180deg,#ffe387,#f7b625);height:calc(100% + 2px);width:calc(100% + 2px)}.switchprRoob__reward-btn span.hov:after,.switchprRoob__reward-btn span.hov:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprRoob__reward-btn span.hov:after{background:linear-gradient(180deg,#ffc026,#a7541d),radial-gradient(83.1% 436.25% at 50% 50%,#432835 0,#1d1b38 100%);height:100%;width:100%}.switchprRoob__reward-btn span.active{opacity:0}.switchprRoob__reward-btn span.active:before{background:linear-gradient(180deg,#ffe387,#f7b625);height:calc(100% + 2px);width:calc(100% + 2px)}.switchprRoob__reward-btn span.active:after,.switchprRoob__reward-btn span.active:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprRoob__reward-btn span.active:after{background:linear-gradient(180deg,#ffc026,#a7541d),radial-gradient(83.1% 436.25% at 50% 50%,#432835 0,#1d1b38 100%);height:100%;width:100%}.switchprRoob__reward-btn:hover{box-shadow:0 2px 6px #7e250a80}.switchprRoob__reward-btn:hover span.hov{opacity:1}.switchprRoob__reward-btn:hover p{font-size:18px;line-height:22px}.switchprRoob__reward-btn:focus span.hov{opacity:0}.switchprRoob__reward-btn:focus span.active{opacity:1}.switchprRoob__reward-btn:focus p{font-size:17px;line-height:21px}.switchprRoob__reward-bg{background:linear-gradient(90deg,#9b411333,#191839 90%),#22214a;border:1px solid #9695ce;border-radius:5px}.switchprRoob__reward-bg,.switchprRoob__reward-bg2{-moz-ransform:translate(-50%,-50%);box-sizing:border-box;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.switchprRoob__reward-bg2{background:linear-gradient(90deg,#9b411333 -70.03%,#9b4113 83%),#22214a;border:1px solid #a9551d;border-radius:5px;opacity:0;transition:all .3s linear}.switchprRoob__reward:hover .switchprRoob__reward-bg2{opacity:1}.switchprRoob__reward:hover .switchprRoob__reward-btn{bottom:27px}.switchprRoob__reward:hover .switchprRoob__reward-rank.first{right:76px;top:15px;width:89px}.switchprRoob__reward:hover .switchprRoob__reward-rank.second{opacity:.5;right:161px;top:39px;transform:rotate(-5.44deg);width:68px}.switchprRoob__reward:hover .switchprRoob__reward-rank.third{opacity:.5;right:227px;top:64px;transform:rotate(-20.37deg);width:46px}.switchprRoob__reward:hover .switchprRoob__reward-rank.fourth{opacity:.5;right:272px;top:96px;transform:rotate(-38.26deg);width:22px}.switchprRoob__register{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:18px 0 0 38px;position:relative;width:32.5%}.switchprRoob__register-icon{align-items:center;display:flex;justify-content:center;left:16px;position:absolute;top:14px;z-index:2}.switchprRoob__register-icon p{color:#ffc026;font-family:Inter,sans-serif;font-size:20px;font-weight:900;line-height:24px}.switchprRoob__register-content{position:relative;z-index:2}.switchprRoob__register-content h2{margin-bottom:10px}.switchprRoob__register-content h2 span{font-weight:600}.switchprRoob__register-content p{color:#eec8bd;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px;max-width:252px}.switchprRoob__register-image{align-items:flex-start;border-radius:5px;display:flex;filter:blur(2px);height:105px;justify-content:flex-start;left:0;opacity:.2;position:absolute;top:0;transition:all .3s linear;width:100%;z-index:2}.switchprRoob__register-image img{height:100%;transition:all .3s linear}.switchprRoob__register-image2{align-items:center;border-radius:5px;display:flex;justify-content:center;left:0;mix-blend-mode:plus-lighter;opacity:.2;position:absolute;top:87px;width:100%;z-index:2}.switchprRoob__register-image2 img{width:100%}.switchprRoob__register-bg{background:linear-gradient(90deg,#9b411333,#191839 90%),#22214a;border:1px solid #9695ce;border-radius:5px}.switchprRoob__register-bg,.switchprRoob__register-bg2{-moz-ransform:translate(-50%,-50%);box-sizing:border-box;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.switchprRoob__register-bg2{background:linear-gradient(90deg,#9b411333 -70.03%,#9b4113 83%);border:1px solid #a9551d;border-radius:5px;opacity:0}.switchprRoob__register-btn{-moz-ransform:translateX(-50%);align-items:center;background:none;bottom:13px;cursor:pointer;display:flex;height:37px;justify-content:center;left:50%;max-width:276px;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:100%;z-index:2}.switchprRoob__register-btn h6{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:900;line-height:21px;margin-right:10px;position:relative;text-shadow:0 1px 2px #17238c4d;z-index:2}.switchprRoob__register-btn h6 b{font-weight:400}.switchprRoob__register-btn-inner{align-items:center;display:flex;position:relative;z-index:2}.switchprRoob__register-btn-inner img{height:11px;margin-right:6px;width:83px}.switchprRoob__register-btn-inner svg{color:#ffc026;height:23px;transition:all .3s linear;width:23px}.switchprRoob__register-btn-inner svg path{transition:all .3s linear}.switchprRoob__register-btn-inner svg path.otherpath{color:#ffc026}.switchprRoob__register-btn span{-moz-ransform:translate(-50%,-50%);border-radius:5px;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.switchprRoob__register-btn span:before{height:calc(100% + 2px);width:calc(100% + 2px)}.switchprRoob__register-btn span:after,.switchprRoob__register-btn span:before{-moz-ransform:translate(-50%,-50%);border-radius:5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.switchprRoob__register-btn span:after{height:100%;width:100%}.switchprRoob__register-btn span.default:before{background:linear-gradient(180deg,#ffc026,#a7541d)}.switchprRoob__register-btn span.default:after{background:radial-gradient(83.1% 436.25% at 50% 50%,#432835 0,#1d1b38 100%)}.switchprRoob__register-btn span.hov{opacity:0}.switchprRoob__register-btn span.hov:before{background:linear-gradient(180deg,#ffe387,#f7b625);filter:blur(1px)}.switchprRoob__register-btn span.hov:after{background:linear-gradient(180deg,#ffc026,#a7541d)}.switchprRoob__register-btn span.active{opacity:0}.switchprRoob__register-btn span.active:before{background:linear-gradient(180deg,#ffe387,#f7b625)}.switchprRoob__register-btn span.active:after{background:linear-gradient(180deg,#ffc026,#a7541d)}.switchprRoob__register-btn:hover .switchprRoob__register-btn-inner img{filter:brightness(0) invert(1)}.switchprRoob__register-btn:hover .switchprRoob__register-btn-inner svg,.switchprRoob__register-btn:hover .switchprRoob__register-btn-inner svg path.otherpath{color:#fff}.switchprRoob__register-btn:hover span.hov{opacity:1}.switchprRoob__register-btn:focus .switchprRoob__register-btn-inner img{filter:brightness(0) invert(1)}.switchprRoob__register-btn:focus .switchprRoob__register-btn-inner svg,.switchprRoob__register-btn:focus .switchprRoob__register-btn-inner svg path.otherpath{color:#fff}.switchprRoob__register-btn:focus span.hov{opacity:0}.switchprRoob__register-btn:focus span.active,.switchprRoob__register-btn:focus:hover span.hov{opacity:1}.switchprRoob__register-btn:focus:hover span.active,.switchprRoob__register:hover .switchprRoob__register-bg{opacity:0}.switchprRoob__register:hover .switchprRoob__register-bg2{opacity:1;z-index:1}.switchprRoob__register:hover .switchprRoob__register-image{height:100%}.switchprRoob__register:hover .switchprRoob__register-btn{bottom:25px}.switchprRoob__jack{border-radius:5px;box-sizing:border-box;height:218px;overflow:hidden;padding:18px 0 0 53px;position:relative;width:100%}.switchprRoob__jack-icon{align-items:center;display:flex;height:22px;justify-content:center;left:18px;position:relative;position:absolute;top:16px;width:22px;z-index:2}.switchprRoob__jack-icon svg{color:#000;height:100%;width:100%}.switchprRoob__jack-icon:before{-moz-ransform:translateY(-50%);background:#00ff80;border-radius:5px;content:"";height:32px;left:-12px;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:380px;z-index:-1}.switchprRoob__jack-content{max-width:380px;position:relative;z-index:2}.switchprRoob__jack-content h2{color:#000;margin-bottom:11px}.switchprRoob__jack-content h2 span{font-weight:700}.switchprRoob__jack-content-text{align-items:center;background:#ffde19;border-radius:5px;box-sizing:border-box;display:flex;height:32px;padding:0 12px;width:100%}.switchprRoob__jack-content-text p{color:#000;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:20px}.switchprRoob__jack-content-text p span{font-weight:800}.switchprRoob__jack-image{align-items:center;bottom:30px;display:flex;justify-content:center;left:46px;position:absolute;transition:all .3s linear;width:533px;z-index:3}.switchprRoob__jack-image img{width:100%}.switchprRoob__jack-coins{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:109px;transition:all .3s linear;width:1098px;z-index:1}.switchprRoob__jack-coins img{width:100%}.switchprRoob__jack-tickets{align-items:center;display:flex;justify-content:center;left:171px;position:absolute;top:-140px;transition:all .3s linear;width:704px;z-index:0}.switchprRoob__jack-tickets img{width:100%}.switchprRoob__jack-info{align-items:flex-end;display:flex;flex-direction:column;position:absolute;right:18px;top:18px;z-index:3}.switchprRoob__jack-timer{align-items:center;display:flex;margin-bottom:9px}.switchprRoob__jack-timer p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:15px;margin-right:8px}.switchprRoob__jack-timer-item,.switchprRoob__jack-timer-items{align-items:center;display:flex}.switchprRoob__jack-timer-item{background:#fff;border-radius:5px;height:20px;justify-content:center;margin-right:3px;width:46px}.switchprRoob__jack-timer-item:last-child{margin-right:0}.switchprRoob__jack-timer-item h6{color:#100f2d;font-family:Inter,sans-serif;font-size:10px;font-weight:500;line-height:12px}.switchprRoob__jack-timer-item h6 span{font-weight:800}.switchprRoob__jack-slot{display:flex;height:32px;position:relative}.switchprRoob__jack-slot-name{align-items:center;background:#00ff80;border-radius:5px 0 0 5px;box-sizing:border-box;display:flex;padding:0 14px;transition:all .3s linear;width:193px}.switchprRoob__jack-slot-name p{color:#000;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:15px;margin-right:14px}.switchprRoob__jack-slot-name h6,.switchprRoob__jack-slot-name p span{color:#000;font-family:Inter,sans-serif;font-weight:900}.switchprRoob__jack-slot-name h6{font-size:15px;line-height:15px}.switchprRoob__jack-slot-ticket{align-items:center;border-radius:0 5px 5px 0;box-sizing:border-box;display:flex;justify-content:center;overflow:hidden;position:relative;width:124px}.switchprRoob__jack-slot-ticket img{-moz-ransform:translateY(-50%);height:20px;position:absolute;right:11px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:20px}.switchprRoob__jack-slot-ticket p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:.06em;line-height:1}.switchprRoob__jack-slot-ticket-bg{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.switchprRoob__jack-slot-ticket-bg:before{background:linear-gradient(90deg,#000 60.89%,#000)}.switchprRoob__jack-slot-ticket-bg:after,.switchprRoob__jack-slot-ticket-bg:before{-moz-ransform:translate(-50%,-50%);content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.switchprRoob__jack-slot-ticket-bg:after{background:linear-gradient(90deg,#da6226 60.89%,#d14216);opacity:0}.switchprRoob__jack-slot-overlay{-moz-ransform:translate(-50%,-50%);background:#8e380a;border-radius:5px;filter:blur(2px);height:100%;left:50%;mix-blend-mode:overlay;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%;z-index:-1}.switchprRoob__jack-bg{background:url(/static/media/bg.ad58daae1f2ac430bb3f.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px}.switchprRoob__jack-bg,.switchprRoob__jack-bg2{-moz-ransform:translate(-50%,-50%);box-sizing:border-box;height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.switchprRoob__jack-bg2{background:linear-gradient(90deg,#f8bd28,#ec8423 49.5%,#c94c1a);border:1px solid #f6b227;border-radius:5px;opacity:0;transition:all .3s linear}.switchprRoob__jack .button.green{bottom:14px;height:40px;position:absolute;right:18px;transition:all .3s linear;width:176px;z-index:3}.switchprRoob__jack:hover .button.green{bottom:29px}.switchprRoob__jack:hover .switchprRoob__jack-tickets{top:-21px}.switchprRoob__jack:hover .switchprRoob__jack-coins{right:101px}.switchprRoob__jack:hover .switchprRoob__jack-image{bottom:8px;width:643px}.switchprRoob__jack:hover .switchprRoob__jack-slot-overlay{background:#fff}.switchprRoob.active{display:block}.switchpr:hover:after{opacity:0;z-index:-1}.ticketj{background:#252525}.ticketj__inner{box-sizing:border-box;padding:65px 0 130px}.ticketj__inner h2{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:700;line-height:28px;margin-bottom:30px}.ticketj__table-head{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:16px;padding:0 28px 0 106px}.ticketj__table-head-item{align-items:center;display:flex;width:33.3334%}.ticketj__table-head-item:last-child{justify-content:flex-end}.ticketj__table-head-item:last-child p{width:110px}.ticketj__table-head-item p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:.06em;line-height:1}.ticketj__table-row{background:#9faac1;border-radius:5px;display:flex;margin-bottom:18px;overflow:hidden}.ticketj__table-row:last-child{margin-bottom:0}.ticketj__table-row:first-child{background:linear-gradient(90deg,#11e76b,#00c060);border:2px solid #fff;box-shadow:0 2px 10px #100f2d;box-sizing:border-box;height:90px;margin-bottom:32px}.ticketj__table-row:first-child .ticketj__table-number{height:90px}.ticketj__table-row:first-child .ticketj__table-number p{color:#000}.ticketj__table-row:first-child .ticketj__table-item:first-child p{color:#000;font-size:20px;font-weight:900}.ticketj__table-row:first-child .ticketj__table-item p{color:#000;font-size:17px}.ticketj__table-row:first-child .ticketj__table-item-tickets h6{color:#fff;font-weight:900}.ticketj__table-row:first-child .ticketj__table-item-tickets img{margin-left:2px;margin-right:10px}.ticketj__table-row:nth-child(2){background:#039f6e;position:relative}.ticketj__table-row:nth-child(2) .ticketj__table-number{height:68px}.ticketj__table-row:nth-child(2) .ticketj__table-number p{color:#fff}.ticketj__table-row:nth-child(2) .ticketj__table-item p{color:#fff;font-size:17px}.ticketj__table-row:nth-child(2) .ticketj__table-item-tickets img{margin-left:2px;margin-right:10px}.ticketj__table-row:nth-child(2) .ticketj__table-item-tickets h6{color:#fff;font-weight:900}.ticketj__table-row:nth-child(2) .ticketj__table-item-money h5{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:28px;text-align:center;text-shadow:0 1.80064px 3.60129px #663f00}.ticketj__table-row:nth-child(3){background:#006646;position:relative}.ticketj__table-row:nth-child(3) .ticketj__table-number{height:68px}.ticketj__table-row:nth-child(3) .ticketj__table-number p{color:#fff}.ticketj__table-row:nth-child(3) .ticketj__table-item p{color:#fff;font-size:17px}.ticketj__table-row:nth-child(3) .ticketj__table-item-tickets img{margin-left:2px;margin-right:10px}.ticketj__table-row:nth-child(3) .ticketj__table-item-tickets h6{color:#fff;font-weight:900}.ticketj__table-row:nth-child(3) .ticketj__table-item-money h5{color:#fff}.ticketj__table-row:nth-child(4){background:#2f5247}.ticketj__table-row:nth-child(4) .ticketj__table-number{height:68px}.ticketj__table-row:nth-child(4) .ticketj__table-number p{color:#fff}.ticketj__table-row:nth-child(4) .ticketj__table-item p{color:#fff;font-size:17px}.ticketj__table-row:nth-child(4) .ticketj__table-item-tickets img{margin-left:2px;margin-right:10px}.ticketj__table-row:nth-child(4) .ticketj__table-item-tickets h6{color:#fff;font-weight:900}.ticketj__table-row:nth-child(4) .ticketj__table-item-money h5{color:#fff}.ticketj__table-row:nth-child(5){background:linear-gradient(90deg,#d1e1f433,#40059933),#d1e1f4}.ticketj__table-row:nth-child(5) .ticketj__table-number{height:68px}.ticketj__table-row:nth-child(5) .ticketj__table-item-tickets img{margin-left:2px;margin-right:10px}.ticketj__table-row:nth-child(5) .ticketj__table-item-tickets h6{font-weight:900}.ticketj__table-row:nth-child(5) .ticketj__table-item p{font-size:17px}.ticketj__table-row.shards{height:48px;margin-bottom:10px}.ticketj__table-number{align-items:center;display:flex;height:52px;justify-content:center;width:68px}.ticketj__table-number p{color:#242352;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.ticketj__table-items{align-items:center;box-sizing:border-box;display:flex;padding:0 28px 0 38px;width:calc(100% - 68px)}.ticketj__table-items.shards{align-items:center;flex-wrap:inherit;padding:0 18px 0 24px}.ticketj__table-item{align-items:center;display:flex;width:33.3334%}.ticketj__table-item:last-child{justify-content:flex-end}.ticketj__table-item p{color:#0c0722;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:.06em;line-height:1}.ticketj__table-item-title{display:none}.ticketj__table-item-tickets{align-items:center;display:flex}.ticketj__table-item-tickets h6{align-items:center;color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:700;letter-spacing:.06em;line-height:1}.ticketj__table-item-tickets img{height:29px;margin-left:8px;width:29px}.ticketj__table-item-tickets img.shards{height:32px;margin-right:10px;transform:rotate(16.92deg);width:19px}.ticketj__table-item-prize{align-items:center;display:flex;height:90px;position:relative;width:210px}.ticketj__table-item-prize-car{align-items:center;bottom:25px;display:flex;justify-content:center;position:absolute;right:10px;width:173.5px}.ticketj__table-item-prize-car img{width:100%}.ticketj__table-item-money{align-items:center;display:flex;justify-content:center;padding-right:13px;position:relative}.ticketj__table-item-money h5{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.ticketj__table-item-rolex{height:68px;position:relative;width:157px}.ticketj__table-item-rolex-image{-moz-ransform:translateX(-50%);align-items:center;bottom:0;display:flex;justify-content:center;left:calc(50% + 14px);position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:131px}.ticketj__table-item-rolex-image img{width:100%}.ticketj__table-item-eth{align-items:center;box-sizing:border-box;display:flex;height:68px;justify-content:flex-end;padding-right:9px;width:157px}.ticketj__table-item-eth-box{align-items:center;background:linear-gradient(0deg,#833eda,#833eda),#6e9cd4;border-radius:100px;box-sizing:border-box;display:flex;height:29px;justify-content:flex-start;padding-left:40px;position:relative;width:108px}.ticketj__table-item-eth-box h6{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.ticketj__table-item-eth-box img{position:absolute;right:-2px;top:50%;transform:rotate(20.3deg) translateY(-50%);width:35px}.ticketj__table-item-shard{align-items:center;box-sizing:border-box;display:flex;height:68px;justify-content:flex-end;padding-right:22px;width:157px}.ticketj__table-item-shard-box{align-items:center;background:#d5d6e6;border-radius:100px;box-sizing:border-box;display:flex;height:29px;justify-content:flex-start;padding-left:28px;position:relative;width:108px}.ticketj__table-item-shard-box h6{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.ticketj__table-item-shard-box img{position:absolute;right:0;top:50%;transform:rotate(26.01deg) translateY(-50%);width:33px}.ticketj__table-item-wrapper{align-items:center;display:flex}.ticketj__table-item-shards img{height:29px;margin-left:2px;width:29px}.ticketj__table-item .crownImg{width:30px}.ticketj.pack .ticketj__inner{padding:45px 0 225px}.ticketj.pack .ticketj__table-head{padding:0 56px 0 106px}.ticketj.pack .ticketj__table-head-item:last-child p{text-align:right;width:auto}.ticketj.pack .ticketj__table-item-tickets{margin-right:0}.ticketj.pack .ticketj__table-items{padding:0 56px 0 38px}.ticketj.pack .ticketj__table-row:first-child .ticketj__table-number{background:#a030d3}.ticketj.pack .ticketj__table-row:nth-child(2) .ticketj__table-number{background:#b564da}.ticketj.pack .ticketj__table-row:nth-child(3) .ticketj__table-number{background:#c5a6d2}.ticketh__inner{box-sizing:border-box;padding:190px 0 130px}.ticketh__inner h2{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:700;line-height:28px;margin-bottom:30px}.ticketh__table-head{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:16px;padding:0 18px 0 106px}.ticketh__table-head-item{align-items:center;display:flex;width:33.3334%}.ticketh__table-head-item:last-child{justify-content:flex-end}.ticketh__table-head-item:last-child p{width:110px}.ticketh__table-head-item p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:.06em;line-height:1}.ticketh__table-row{background:#d6dbe1;border-radius:5px;display:flex;margin-bottom:26px;overflow:hidden}.ticketh__table-row:last-child{margin-bottom:0}.ticketh__table-row:first-child{background:#fff}.ticketh__table-row:first-child .ticketh__table-number{background:#307bd3;height:68px;width:68px}.ticketh__table-row:first-child .ticketh__table-number p{color:#fff}.ticketh__table-row:first-child .ticketh__table-item p{font-size:17px}.ticketh__table-row:first-child .ticketh__table-item-tickets h6{font-weight:900}.ticketh__table-row:nth-child(2) .ticketh__table-number{background:#759cc9}.ticketh__table-row:nth-child(3) .ticketh__table-number{background:#9db5d1}.ticketh__table-row.shards{height:48px;margin-bottom:10px}.ticketh__table-number{align-items:center;display:flex;height:52px;justify-content:center;width:68px}.ticketh__table-number p{color:#242352;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.ticketh__table-items{align-items:center;box-sizing:border-box;display:flex;padding:0 18px 0 38px;width:calc(100% - 68px)}.ticketh__table-items.shards{align-items:center;flex-wrap:inherit;padding:0 18px 0 24px}.ticketh__table-item{align-items:center;display:flex;width:33.3334%}.ticketh__table-item:last-child{justify-content:flex-end}.ticketh__table-item p{color:#0c0722;font-family:Inter,sans-serif;font-size:15px;font-weight:600;letter-spacing:.06em;line-height:1}.ticketh__table-item-title{display:none}.ticketh__table-item-tickets{align-items:center;display:flex;margin-right:10px}.ticketh__table-item-tickets h6{align-items:center;color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:700;letter-spacing:.06em;line-height:1}.ticketh__table-item-tickets img{height:29px;margin-left:2px;width:29px}.ticketh__table-item-tickets img.shards{height:32px;margin-right:10px;transform:rotate(16.92deg);width:19px}.ticketh__table-item-prize{align-items:center;display:flex}.ticketh__table-item-prize h6{color:#0c0722;font-family:Inter,sans-serif;font-size:20px;font-weight:900;letter-spacing:.06em;line-height:1}.ticketh__table-item-prize-car{align-items:center;display:flex;justify-content:center;margin-left:10px;width:109px}.ticketh__table-item-prize-car img{width:100px}.ticketh__table-item-wrapper{align-items:center;display:flex}.ticketh__table-item-shards img{height:29px;margin-left:2px;width:29px}.ticketh__table-item .crownImg{width:30px}.ticketh.pack .ticketh__inner{padding:45px 0 225px}.ticketh.pack .ticketh__table-head{padding:0 56px 0 106px}.ticketh.pack .ticketh__table-head-item:last-child p{text-align:right;width:auto}.ticketh.pack .ticketh__table-item-tickets{margin-right:0}.ticketh.pack .ticketh__table-items{padding:0 56px 0 38px}.ticketh.pack .ticketh__table-row:first-child .ticketh__table-number{background:#a030d3}.ticketh.pack .ticketh__table-row:nth-child(2) .ticketh__table-number{background:#b564da}.ticketh.pack .ticketh__table-row:nth-child(3) .ticketh__table-number{background:#c5a6d2}.cta{background:#22214a80}.cta__inner{padding:30px 0}.ctaBox{align-items:center;border-radius:5px;box-sizing:border-box;display:flex;min-height:180px;overflow:hidden;padding:30px;position:relative}.ctaBox__content{margin-right:80px;position:relative;z-index:2}.ctaBox__content h1{margin-bottom:20px}.ctaBox__content h1 span{font-weight:700}.ctaBox__content p{margin-bottom:12px}.ctaBox__content .button.register{max-width:181px;padding:10px 0;width:100%}.ctaBox__content .button.register p{color:#fff;font-size:17px;font-weight:500;line-height:21px;margin-bottom:0;text-align:center;text-shadow:0 1px 2px #17238c4d}.ctaBox__items{align-items:center;display:flex;justify-content:space-between;max-width:351px;position:relative;width:100%;z-index:2}.ctaBox__jack{border:.5px solid #3d8eed;border-radius:5px;box-sizing:border-box;min-height:96px;position:relative;width:calc(33.3334% - 8px)}.ctaBox__jack,.ctaBox__jack-inner{overflow:hidden}.ctaBox__jack-car{-moz-ransform:translate(-50%,-50%);align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:calc(50% - 7px);transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:91px}.ctaBox__jack-car img{width:100%}.ctaBox__jack-ticket{align-items:center;display:flex;justify-content:center;position:absolute;transition:all .3s linear}.ctaBox__jack-ticket img{width:100%}.ctaBox__jack-ticket.one{right:24px;top:5px;width:11px}.ctaBox__jack-ticket.two{right:4px;top:25px;width:9px}.ctaBox__jack-ticket.three{left:5px;top:20px;width:7px}.ctaBox__jack-content{align-items:center;background:linear-gradient(180deg,#30ac72,#60c946),#31ad73;border-radius:0 0 5px 5px;bottom:-1px;display:flex;height:22px;justify-content:center;left:-1px;position:absolute;transition:all .3s linear;width:calc(100% + 2px)}.ctaBox__jack-content p{color:#fff;font-family:Inter,sans-serif;font-size:8px;font-weight:900;line-height:10px;text-align:center;text-shadow:0 1px 2px #0a7f66;transition:all .3s linear}.ctaBox__jack-bg{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.ctaBox__jack-bg:before{background:linear-gradient(180deg,#ffc042,#e39536)}.ctaBox__jack-bg:after,.ctaBox__jack-bg:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.ctaBox__jack-bg:after{background:linear-gradient(180deg,#ffd342,#e3d236);opacity:0}.ctaBox__jack-coin{align-items:center;bottom:21.5px;display:flex;justify-content:center;left:0;position:absolute;width:100%;z-index:-1}.ctaBox__jack-coin img{width:100%}.ctaBox__jack:hover .ctaBox__jack-ticket.one{right:33px;top:7px}.ctaBox__jack:hover .ctaBox__jack-ticket.two{right:1px;top:28px;transform:rotate(-54deg)}.ctaBox__jack:hover .ctaBox__jack-ticket.three{left:0;top:25px;transform:rotate(78deg)}.ctaBox__jack:hover .ctaBox__jack-bg:before{opacity:0}.ctaBox__jack:hover .ctaBox__jack-bg:after{opacity:1}.ctaBox__jack:hover .ctaBox__jack-car{width:97px}.ctaBox__jack:hover .ctaBox__jack-content{height:28px}.ctaBox__jack:hover .ctaBox__jack-content p{font-size:9px;line-height:11px}.ctaBox__jack:hover .ctaBox__jack-content p span{color:#ffe572}.ctaBox__bonus{border:.5px solid #3d8eed;border-radius:5px;box-sizing:border-box;min-height:96px;position:relative;width:calc(33.3334% - 8px)}.ctaBox__bonus,.ctaBox__bonus-inner{overflow:hidden}.ctaBox__bonus-bg{align-items:center;border-radius:5px;display:flex;justify-content:center;left:0;overflow:hidden;position:absolute;top:0;width:100%}.ctaBox__bonus-bg img{mix-blend-mode:hard-light;opacity:.1;width:100%}.ctaBox__bonus-bg2{background:#001270;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:100%}.ctaBox__bonus-cube{-moz-ransform:translateX(-50%);align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:2px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:48px;z-index:2}.ctaBox__bonus-cube img{width:100%}.ctaBox__bonus-element{background:radial-gradient(50% 50% at 50% 50%,#0c68c8 0,#1a203f00 100%);height:80px;width:83px}.ctaBox__bonus-element,.ctaBox__bonus-element2{-moz-ransform:translateX(-50%);border-radius:5px;left:50%;position:absolute;top:2px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;z-index:1}.ctaBox__bonus-element2{background:radial-gradient(66.46% 66.46% at 50% 50%,#58aaff 0,#1a203f00 100%);height:84px;opacity:0;width:100%}.ctaBox__bonus-star{align-items:center;display:flex;justify-content:center;position:absolute;transition:all .3s linear;z-index:2}.ctaBox__bonus-star img{width:100%}.ctaBox__bonus-star.one{left:21px;top:15px;width:8px}.ctaBox__bonus-star.two{right:4px;top:32px;width:15px}.ctaBox__bonus-star.three{opacity:0;right:26px;top:28px;width:8px}.ctaBox__bonus-content{align-items:center;background:linear-gradient(180deg,#3e91f2,#307bd3);border-radius:0 0 5px 5px;bottom:-1px;display:flex;height:22px;justify-content:center;left:-1px;position:absolute;transition:all .3s linear;width:calc(100% + 2px);z-index:3}.ctaBox__bonus-content p{color:#fff;font-family:Inter,sans-serif;font-size:8px;font-weight:900;line-height:10px;text-align:center;text-shadow:0 1px 2px #0a7f66;transition:all .3s linear}.ctaBox__bonus:hover .ctaBox__bonus-cube{transform:translateX(-50%) rotate(6.48deg)}.ctaBox__bonus:hover .ctaBox__bonus-content{height:28px}.ctaBox__bonus:hover .ctaBox__bonus-content p{font-size:9px;line-height:11px}.ctaBox__bonus:hover .ctaBox__bonus-element{opacity:0}.ctaBox__bonus:hover .ctaBox__bonus-element2{opacity:1}.ctaBox__bonus:hover .ctaBox__bonus-star.one{left:8px;top:10px;width:12px}.ctaBox__bonus:hover .ctaBox__bonus-star.two{right:5px;top:45px;transform:rotate(40deg);width:20px}.ctaBox__bonus:hover .ctaBox__bonus-star.three{opacity:1;right:21px;top:12px}.ctaBox__vip{border:.5px solid #3d8eed;border-radius:5px;box-sizing:border-box;min-height:96px;position:relative;width:calc(33.3334% - 8px)}.ctaBox__vip,.ctaBox__vip-inner{overflow:hidden}.ctaBox__vip-bg{background:linear-gradient(180deg,#1a203f,#0d1129);height:100%;z-index:-1}.ctaBox__vip-bg,.ctaBox__vip-overlay{border-radius:5px;left:0;position:absolute;top:0;width:100%}.ctaBox__vip-overlay{background:linear-gradient(180deg,#1a203f,#14193500 23.5%,#13183300 73.5%,#0d1129);height:75px;z-index:1}.ctaBox__vip-element{background:radial-gradient(50% 50% at 50% 50%,#0c68c8 0,#1a203f00 100%);border-radius:5px;height:78px;left:10px;position:absolute;top:0;transition:all .3s linear;width:83px;z-index:-1}.ctaBox__vip-element.two{background:radial-gradient(50% 50% at 50% 50%,#e2811f 0,#1a203f00 100%);opacity:0}.ctaBox__vip-rank{-moz-ransform:translateX(-50%);left:50%;position:absolute;top:13px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear}.ctaBox__vip-rank-scroll{align-items:center;display:flex;height:12px;justify-content:center;left:-18px;position:absolute;top:50%;transform:translateY(-50%);width:12px}.ctaBox__vip-rank-scroll:after{background:#3eaeff;border-radius:2px;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(-45deg);width:12px;z-index:1}.ctaBox__vip-rank-scroll:before{-moz-ransform:translate(-50%,-50%);background:linear-gradient(0,#1a203f,#3eaeff 50.5%,#111630);content:"";height:72px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:2px;z-index:-1}.ctaBox__vip-rank-scroll p{color:#fff;font-family:Inter,sans-serif;font-size:7px;font-weight:800;line-height:1;position:relative;text-shadow:0 1px 1px #3e8bff;z-index:2}.ctaBox__vip-rank-image{align-items:center;display:flex;justify-content:center;width:51px}.ctaBox__vip-rank-image img{width:100%}.ctaBox__vip-rank.two{opacity:0;top:12px;transform:translateY(-120%) translateX(-50%)}.ctaBox__vip-rank.two .ctaBox__vip-rank-scroll:after{background:#e2811f}.ctaBox__vip-rank.two .ctaBox__vip-rank-scroll:before{background:linear-gradient(0,#1a203f,#e25e1f 50.5%,#111630)}.ctaBox__vip-rank.two .ctaBox__vip-rank-scroll p{text-shadow:0 1px 1px #e2531f}.ctaBox__vip-rank.two .ctaBox__vip-rank-image{width:49px}.ctaBox__vip-content{align-items:center;background:linear-gradient(180deg,#3e91f2,#307bd3);border-radius:0 0 5px 5px;bottom:-1px;display:flex;height:22px;justify-content:center;left:-1px;position:absolute;transition:all .3s linear;width:calc(100% + 2px);z-index:3}.ctaBox__vip-content p{color:#fff;font-family:Inter,sans-serif;font-size:8px;font-weight:900;line-height:10px;text-align:center;text-shadow:0 1px 2px #0a7f66;transition:all .3s linear}.ctaBox__vip:hover .ctaBox__vip-content{height:28px}.ctaBox__vip:hover .ctaBox__vip-content p{font-size:9px;line-height:11px}.ctaBox__vip:hover .ctaBox__vip-rank{opacity:0;transform:translateY(120%) translateX(-50%)}.ctaBox__vip:hover .ctaBox__vip-rank.two{opacity:1;transform:translateY(0) translateX(-50%)}.ctaBox__vip:hover .ctaBox__vip-element{opacity:0}.ctaBox__vip:hover .ctaBox__vip-element.two{opacity:.5}.ctaBox__character{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:0;width:259px;z-index:2}.ctaBox__character img{width:100%}.ctaBox__bg{background:linear-gradient(90deg,#302f8100,#537cdb)}.ctaBox__bg,.ctaBox__bg3{height:100%;left:0;mix-blend-mode:hard-light;position:absolute;top:0;transition:all .3s linear;width:100%;z-index:1}.ctaBox__bg3{background:linear-gradient(90deg,#302f8100,#302f8180);opacity:0}.ctaBox__bg2{background:linear-gradient(90deg,#302f81,#537cdb);height:100%;left:0;position:absolute;top:0;width:100%}.ctaBox__ellipse{height:519px;left:-55px;opacity:1;width:519px}.ctaBox__ellipse,.ctaBox__ellipse2{-moz-ransform:translateY(-50%);background:#1e2f81;border-radius:50%;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.ctaBox__ellipse2{height:492px;left:171px;opacity:.5;width:492px}.ctaBox__star{align-items:center;display:flex;justify-content:center;position:absolute;z-index:2}.ctaBox__star img{width:100%}.ctaBox__star.one{left:848px;top:115px;width:27px}.ctaBox__star.two{right:53px;top:63px;width:13px}.ctaBox__star.three{left:413px;top:23px;width:37px}.ctaBox:hover .ctaBox__bg{opacity:0}.ctaBox:hover .ctaBox__bg3{opacity:1}.cta.kick .ctaBox__character{width:236px}.cta.kick .ctaBox__ellipse{background:#014f08;z-index:1}.cta.kick .ctaBox__ellipse2{background:#01490c;z-index:1}.cta.kick .ctaBox__bg{background:linear-gradient(90deg,#2f814000,#53db77);z-index:0}.cta.kick .ctaBox__bg2{background:linear-gradient(90deg,#016d0a,#1c6225);z-index:0}.cta.kick .ctaBox__bg4{background:linear-gradient(180deg,#2f814000,#53db77);height:100%;left:0;mix-blend-mode:hard-light;opacity:.8;position:absolute;top:0;width:100%;z-index:2}.cta.kick .ctaBox__content{margin-right:155px}.cta.kick .ctaBox__content h1{font-weight:800}.cta.kick .ctaBox__content p{color:#fff4a1}.cta.kick .ctaBox__content p b{font-weight:800}.cta.kick .ctaBox__content p span{font-weight:900}.cta.kick .ctaBox__content-btn{align-items:center;background:linear-gradient(180deg,#55dc23,#00ad1d);border:2px solid #fff;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;max-width:181px;transition:all .3s linear;width:100%}.cta.kick .ctaBox__content-btn:hover{opacity:.8}.cta.kick .ctaBox__content-btn p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:21px;margin-bottom:0;text-shadow:0 1px 2px #17238c4d}.cta.kick .ctaBox__content-btn p span{font-weight:900}.cta.kick .ctaBox__kick{align-items:center;display:flex;justify-content:center;position:relative;width:142px;z-index:2}.cta.kick .ctaBox__kick img{width:100%}.cta.pred .ctaBox__guess{align-items:center;display:flex;height:432px;justify-content:center;position:absolute;right:125px;top:-140px;width:436px;z-index:2}.cta.pred .ctaBox__guess img{width:100%}.cta.pred .ctaBox__timer{align-items:center;display:flex;justify-content:center;position:absolute;right:13px;top:11px;z-index:2}.cta.pred .ctaBox__timer p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:20px;margin-bottom:0;margin-right:9px}.cta.pred .ctaBox__timer-item,.cta.pred .ctaBox__timer-items{align-items:center;display:flex}.cta.pred .ctaBox__timer-item{background:#fff;border-radius:3.67px;height:26px;justify-content:center;margin-right:4px;width:64px}.cta.pred .ctaBox__timer-item:last-child{margin-right:0}.cta.pred .ctaBox__timer-item h6{color:#100f2d;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px}.cta.pred .ctaBox__timer-item h6 span{font-size:17px;font-weight:800;line-height:20px}.cta.pred .ctaBox__content{margin-right:0}.cta.pred .ctaBox__content-btn{align-items:center;background:linear-gradient(180deg,#f2aa3e,#d37f30);border:1px solid #fff;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:40px;justify-content:center;max-width:181px;transition:all .3s linear;width:100%}.cta.pred .ctaBox__content-btn:hover{opacity:.8}.cta.pred .ctaBox__content-btn p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:21px;margin-bottom:0;text-shadow:0 1px 2px #17238c4d}.cta.pred .ctaBox__content-btn p span{font-weight:900}.cta.pred .ctaBox__ellipse{background:#401b12;z-index:1}.cta.pred .ctaBox__ellipse2{background:#594920}.cta.pred .ctaBox__bg{background:linear-gradient(180deg,#ffc95d00 23.3%,#ffc95d 132.22%);border-radius:5px;z-index:2}.cta.pred .ctaBox__bg2{background:linear-gradient(180deg,#20132300 -29.72%,#c23700 132.22%);border-radius:5px;z-index:1}.cta.pred .ctaBox__bg3{background:linear-gradient(90deg,#201323,#c24700);border-radius:5px;mix-blend-mode:hard-light;opacity:1;z-index:2}.cta.pred .ctaBox__bg4{background:linear-gradient(90deg,#52290e,#9c591b);border-radius:5px;height:100%;left:0;opacity:.8;position:absolute;top:0;width:100%;z-index:1}.cta.pred .ctaBox__star{z-index:3}.cta.pred .ctaBox__star.one{bottom:40px;left:auto;right:462px;top:auto}.cta.pred .ctaBox__star.two{bottom:58px;right:125px}.cta.pred .ctaBox:hover .ctaBox__bg{opacity:1}.latest{overflow:hidden}.latest__inner{box-sizing:border-box;padding:24px 0 295px}.latest__inner h3{margin-bottom:24px}.latest__inner h3 span{font-weight:600}.latest__slider-item{border-radius:5px;display:block;margin:0 10px;overflow:hidden;position:relative}.latest__slider-item-link{display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.latest__slider-item-image{align-items:center;display:flex;justify-content:center;width:100%}.latest__slider-item-image img{width:100%}.latest__slider .slick-list{overflow:visible;overflow:initial}.latest__slider .slick-slide{position:relative}.latest__slider .slick-slide:before{background:#100f2db3;content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%;z-index:2}.latest__slider .slick-slide.slick-active .latest__slider-item-link{display:block}.latest__slider .slick-slide.slick-active:before{opacity:0;z-index:-2}.latest__slider .slick-prev{-moz-ransform:translate(0,0);background:linear-gradient(180deg,#2d2d54,#313063);border-radius:8px;height:31px;left:auto;overflow:hidden;right:44px;top:-49px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transition:all .3s linear;width:31px}.latest__slider .slick-prev:hover{opacity:.8}.latest__slider .slick-prev.slick-disabled{opacity:.5}.latest__slider .slick-prev:before{-moz-ransform:translate(-50%,-50%);background:url(/static/media/chevronLeft.2b2689884a8f9412c573.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.latest__slider .slick-next{-moz-ransform:translate(0,0);background:linear-gradient(180deg,#2d2d54,#313063);border-radius:8px;height:31px;overflow:hidden;right:10px;top:-49px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transition:all .3s linear;width:31px}.latest__slider .slick-next:hover{opacity:.8}.latest__slider .slick-next.slick-disabled{opacity:.5}.latest__slider .slick-next:before{-moz-ransform:translate(-50%,-50%);background:url(/static/media/chevronRight.515d396f95fe862438dd.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:100%;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.vipReg{background:#22214a}.vipReg__inner{align-items:flex-start;box-sizing:border-box;display:flex;justify-content:space-between;padding:120px 0 165px}.vipReg__image{align-items:center;display:flex;justify-content:center;width:317px}.vipReg__image img{width:100%}.vipReg__content{box-sizing:border-box;padding-top:36px;width:calc(100% - 370px)}.vipReg__content h3{margin-bottom:16px}.vipReg__form{align-items:center;display:flex;justify-content:space-between;width:100%}.vipReg__form-input{width:calc(100% - 198px)}.vipReg__form-input input{background:#efefff;border-radius:8px;box-sizing:border-box;color:#22214a;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;padding:11px 20px;width:100%}.vipReg__form-input input::placeholder{color:#9191b7;opacity:1}.vipReg__form-btn{background:#30ac72;border-radius:8px;box-sizing:border-box;cursor:pointer;max-width:181px;padding:11px 0;transition:all .3s linear;width:100%}.vipReg__form-btn:hover{opacity:.8}.vipReg__form-btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.jackpot{background:#000;position:relative}.jackpot:before{background:linear-gradient(90deg,#100f2d,#039f6e 50.5%,#100f2d);bottom:0;content:"";height:3px;z-index:1}.jackpot:before,.jackpot__bg{left:0;position:absolute;width:100%}.jackpot__bg{height:100%;overflow:hidden;top:0}.jackpot__bg-inner{background:radial-gradient(29.78% 29.78% at 50% 57.19%,#006646 0,#000 100%);height:100%;height:1654px;top:117px;width:100%;width:2476px}.jackpot__bg-inner,.jackpot__car{-moz-ransform:translateX(-50%);left:50%;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.jackpot__car{align-items:center;bottom:-70px;display:flex;justify-content:center;width:426px;z-index:2}.jackpot__car img{width:100%}.jackpot__inner{box-sizing:border-box;margin:0 auto;max-width:1032px;padding:140px 0 120px;width:100%}.jackpot__head{align-items:flex-end;display:flex;justify-content:space-between;margin-bottom:52px}.jackpot__head-title{display:flex;flex-direction:column}.jackpot__head-title h2{color:#fff;font-weight:500;line-height:35px}.jackpot__title{align-items:center;display:flex;justify-content:space-between;margin-bottom:42px}.jackpot__promo{align-items:center;background:#0c6440;border-radius:30px;box-sizing:border-box;display:flex;padding:20px 24px}.jackpot__promo-icon{align-items:center;display:flex;height:22px;justify-content:center;margin-right:11px;width:22px}.jackpot__promo-icon svg{color:#1ffaa1;height:100%;width:100%}.jackpot__promo p{color:#1ffaa1;font-family:Inter,sans-serif;font-size:18px;font-weight:900;line-height:22px}.jackpot__promo p a{color:#fff;text-decoration-line:underline;text-underline-position:under}.jackpot__timer{align-items:center;background:#083221;border-radius:30px;box-sizing:border-box;display:flex;padding:18px 26px}.jackpot__timer p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:20px;margin-right:9px}.jackpot__timer-item,.jackpot__timer-items{align-items:center;display:flex}.jackpot__timer-item{background:#1ffaa1;border-radius:30px;height:26px;justify-content:center;margin-right:4px;width:64px}.jackpot__timer-item:last-child{margin-right:0}.jackpot__timer-item h6{color:#100f2d;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px}.jackpot__timer-item h6 span{font-size:17px;font-weight:800;line-height:20px}.jackpotContent{display:flex;justify-content:space-between;margin-bottom:20px}.jackpotContent__inner{width:100%}.jackpotContent__side{max-width:454px;width:44%}.jackpotContent__top{align-items:center;border-radius:0 5px 0 20px;display:flex;height:26px;justify-content:center;position:absolute;right:-1px;top:-1px;width:115px;z-index:3}.jackpotContent__top h5{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:900;line-height:100%}.jackpotContent__top.first{background:#fff;border-bottom:1px solid #000;border-left:1px solid #000}.jackpotContent__top.first h5{color:#000}.jackpotContent__top.second{background:#fff;box-sizing:border-box}.jackpotContent__top.second h5{color:#000}.jackpotContent__top.third{background:#fff}.jackpotContent__top.third h5{color:#000}.jackpotContent__top.fourth{background:#fff}.jackpotContent__top.fourth h5{color:#000}.jackpotContent__icon{align-items:center;background:#1f78ff;border-radius:4px 0 4px 0;cursor:pointer;display:flex;height:30px;justify-content:center;left:-1px;position:absolute;top:-1px;transition:all .3s linear;width:30px;z-index:2}.jackpotContent__icon svg{color:#fff;height:16px;transition:all .3s linear;width:16px}.jackpotContent__icon:hover{background:#00a8ff;height:34px;width:34px}.jackpotContent__icon:hover svg{height:22px;width:22px}.jackpotContent__icon:focus{background:#00a8ff;height:30px;width:30px}.jackpotContent__icon:focus svg{height:16px;width:16px}.jackpotContent__banner{border-radius:5px;box-sizing:border-box;height:208px;margin-bottom:24px;padding:42px 0 0 27px;position:relative}.jackpotContent__banner:before{-moz-ransform:translate(-50%,-50%);background:#fff;border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px)}.jackpotContent__banner-bg{background:url(/static/media/bannerBg.d0b25670d963c0748260.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:100%}.jackpotContent__banner-el{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0;width:311px;z-index:1}.jackpotContent__banner-el-outer{border-radius:5px 0 0 5px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.jackpotContent__banner-el img{width:100%}.jackpotContent__banner-image{-moz-ransform:translateX(-50%);align-items:center;display:flex;justify-content:center;left:50%;position:absolute;top:50px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:535px;z-index:2}.jackpotContent__banner-image-outer{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}.jackpotContent__banner-image img{transition:all .3s linear;width:100%}.jackpotContent__banner-info{position:relative;z-index:2}.jackpotContent__banner-info-gtr{align-items:center;display:flex;justify-content:center;margin-bottom:15px;width:186px}.jackpotContent__banner-info-gtr img{width:100%}.jackpotContent__banner-info-fer{margin-bottom:24px}.jackpotContent__banner-info-fer-logo{align-items:center;display:flex;justify-content:center;margin-right:8px;width:52px}.jackpotContent__banner-info-fer-logo img{width:100%}.jackpotContent__banner-info-fer-inner h6{color:#f3b309;font-family:Inter,sans-serif;font-size:12px;font-weight:700;letter-spacing:.1em;line-height:1}.jackpotContent__banner-info-fer-text{align-items:center;display:flex;justify-content:center;margin-bottom:5px;width:328px}.jackpotContent__banner-info-fer-text img{width:100%}.jackpotContent__banner-info p{color:#d3aafc;font-family:Inter,sans-serif;font-size:13.5048px;font-weight:600;line-height:100%;margin-bottom:10px;text-align:center}.jackpotContent__banner-info-price{align-items:center;background:#fdda17;border-radius:90px;display:flex;height:34px;justify-content:center;width:241px}.jackpotContent__banner-info-price h6{color:#000;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:28px}.jackpotContent__banner:hover .jackpotContent__banner-image img{scale:1.1}.jackpotContent__rolex{border-radius:5px;box-sizing:border-box;height:60px;margin-bottom:20px;padding:17px 0 15px 27px;position:relative;width:100%}.jackpotContent__rolex:before{-moz-ransform:translate(-50%,-50%);background:#000;border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px)}.jackpotContent__rolex-bg{background:#039f6e;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:100%}.jackpotContent__rolex-prize h5{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:28px;text-align:center;text-shadow:0 1.80064px 3.60129px #005c3f;width:140px}.jackpotContent__eth{border-radius:5px;box-sizing:border-box;height:60px;margin-bottom:18px;padding:17px 0 15px 27px;position:relative;width:100%}.jackpotContent__eth:before{-moz-ransform:translate(-50%,-50%);background:#000;border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px)}.jackpotContent__eth-bg{background:#006646;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:100%}.jackpotContent__eth-prize h5{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:28px;text-align:center;text-shadow:0 1.80064px 3.60129px #00422d;width:140px}.jackpotContent__four{border-radius:5px;box-sizing:border-box;height:60px;padding:17px 0 15px 27px;position:relative;width:100%}.jackpotContent__four:before{-moz-ransform:translate(-50%,-50%);background:#000;border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px)}.jackpotContent__four-bg{background:#2f5247;border-radius:5px;height:100%;left:0;position:absolute;top:0;width:100%}.jackpotContent__four-prize h5{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:28px;text-align:center;text-shadow:0 1.80064px 3.60129px #00422d;width:140px}.jackpotContent__lottery{border:1px solid #5955c1;border-radius:5px;box-sizing:border-box;height:174px;padding:24px 0 0 30px;position:relative;transition:all .3s linear}.jackpotContent__lottery-bg{background:#100f2d}.jackpotContent__lottery-bg,.jackpotContent__lottery-bg2{border-radius:5px;height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.jackpotContent__lottery-bg2{background:linear-gradient(180deg,#100f2d,#5955c1);opacity:0}.jackpotContent__lottery-title h2{color:#fff}.jackpotContent__lottery-title h2 span{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#44bfff 36.24%,#307bd3 64.96%);-webkit-background-clip:text;background-clip:text}.jackpotContent__lottery-title p,.jackpotContent__lottery-title p a{color:#fff;font-family:Inter,sans-serif;font-size:11.1186px;font-weight:600;line-height:13px}.jackpotContent__lottery-title p a{text-decoration:underline;text-underline-position:under;transition:all .3s linear}.jackpotContent__lottery-title p a:hover{opacity:.8}.jackpotContent__lottery-title p span{color:#9bd3ff}.jackpotContent__lottery-items{align-items:flex-end;bottom:0;display:flex;position:absolute;right:39px}.jackpotContent__lottery-item{border-radius:5px 5px 0 0;box-sizing:border-box;margin-right:22px;transition:all .3s linear;width:112px}.jackpotContent__lottery-item h5,.jackpotContent__lottery-item h6{transition:all .3s linear}.jackpotContent__lottery-item:last-child{margin-right:0}.jackpotContent__lottery-item.first{background:linear-gradient(180deg,#83b1dc,#719ac0);height:65px;padding-top:8px}.jackpotContent__lottery-item.first h5{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:25px;text-align:center;text-shadow:0 2px 4px #598cbc}.jackpotContent__lottery-item.first h6{color:#02417b;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-align:center}.jackpotContent__lottery-item.first h6 span{color:#092153;font-weight:900}.jackpotContent__lottery-item.second{background:linear-gradient(180deg,#57cdff,#389fff);height:73px;padding-top:14px}.jackpotContent__lottery-item.second h5{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:25px;text-align:center;text-shadow:0 2px 4px #2386d899}.jackpotContent__lottery-item.second h6{color:#02417b;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-align:center}.jackpotContent__lottery-item.second h6 span{color:#092153;font-weight:900}.jackpotContent__lottery-item.third{background:linear-gradient(180deg,#ffeb38,#ffd538);height:90px;padding-top:24px}.jackpotContent__lottery-item.third h5{color:#5c0d06;font-family:Inter,sans-serif;font-size:23px;font-weight:900;line-height:25px;text-align:center;text-shadow:0 2px 4px #dd602b4d}.jackpotContent__lottery-item.third h6{color:#dd602b;font-family:Inter,sans-serif;font-size:16px;font-weight:600;line-height:20px;text-align:center}.jackpotContent__lottery-item.third h6 span{color:#5c0d06;font-weight:900}.jackpotContent__lottery .jackpotContent__icon{border-radius:0 0 0 4px;left:auto;right:0}.jackpotContent__lottery:hover .jackpotContent__lottery-bg2{opacity:1}.jackpotContent__lottery:hover .jackpotContent__lottery-item.first{height:75px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.first h5{font-size:22.585px;line-height:27px;text-shadow:0 2.2585px 4.51701px #598cbc}.jackpotContent__lottery:hover .jackpotContent__lottery-item.first h6,.jackpotContent__lottery:hover .jackpotContent__lottery-item.first h6 span{font-size:15.8095px;line-height:19px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.second{height:83px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.second h5{font-size:22.9932px;line-height:28px;text-shadow:0 2.29932px 4.59864px #2386d899}.jackpotContent__lottery:hover .jackpotContent__lottery-item.second h6,.jackpotContent__lottery:hover .jackpotContent__lottery-item.second h6 span{font-size:16.0952px;line-height:19px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.third{height:102px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.third h5{font-size:25.1852px;line-height:30px;text-shadow:0 2.51852px 5.03704px #dd602b4d}.jackpotContent__lottery:hover .jackpotContent__lottery-item.third h6,.jackpotContent__lottery:hover .jackpotContent__lottery-item.third h6 span{font-size:17.6296px;line-height:21px}.jackpotContent__tickets{border:1px solid #5955c1;border-radius:5px;box-shadow:0 0 10px #100f2d;box-sizing:border-box;margin-bottom:16px;padding:32px 30px;position:relative;transition:all .3s linear;width:100%}.jackpotContent__tickets .jackpotContent__icon{border-radius:0 0 0 4px;left:auto;right:0}.jackpotContent__tickets-bg{background:#100f2d}.jackpotContent__tickets-bg,.jackpotContent__tickets-bg2{border-radius:5px;height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.jackpotContent__tickets-bg2{background:radial-gradient(106% 106% at 50% 50%,#5955c1 0,#100f2d 100%),#0003;opacity:0}.jackpotContent__tickets-title{margin-bottom:16px}.jackpotContent__tickets-title h3{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px}.jackpotContent__tickets-title h3 span{color:#9bd3ff;text-decoration:underline;text-underline-position:under}.jackpotContent__tickets-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:11px}.jackpotContent__tickets-row-item{background:#100f2d;position:relative;width:calc(50% - 5px)}.jackpotContent__tickets-row-item:before{-moz-ransform:translate(-50%,-50%);background:linear-gradient(180deg,#44bfff,#fff);border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px)}.jackpotContent__tickets-row-item-head{align-items:center;background:#100f2d;border-radius:5px 5px 0 0;display:flex;flex-direction:column;height:63px;justify-content:center;position:relative;z-index:2}.jackpotContent__tickets-row-item-head h6{color:#45c0ff;font-family:Inter,sans-serif;font-size:14.9016px;font-weight:900;line-height:18px;text-align:center}.jackpotContent__tickets-row-item-head-desc{align-items:center;display:flex;justify-content:center}.jackpotContent__tickets-row-item-head-desc p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.jackpotContent__tickets-row-item-head-desc p span{font-style:italic;font-weight:900}.jackpotContent__tickets-row-item-head-icon{align-items:center;background:#1f78ff;border-radius:50%;cursor:pointer;display:flex;height:16px;justify-content:center;margin-left:8px;transition:all .3s linear;width:16px}.jackpotContent__tickets-row-item-head-icon:hover{opacity:.8}.jackpotContent__tickets-row-item-head-icon svg{color:#fff;height:12px;width:12px}.jackpotContent__tickets-row-item-body{align-items:center;background:#fff;display:flex;height:30px;justify-content:center;position:relative;width:100%;z-index:2}.jackpotContent__tickets-row-item-body img{filter:drop-shadow(0 .74508px 1.49016px rgba(36,35,82,.3));height:16px;margin-left:4px;width:16px}.jackpotContent__tickets-row-item-body p{color:#100f2d;font-family:Inter,sans-serif;font-size:15px;font-weight:900;line-height:18px}.jackpotContent__tickets-row-item-body p span{color:#307bd3;font-weight:900}.jackpotContent__tickets-row-item-body p b{font-weight:700}.jackpotContent__tickets-row-item-body p i{font-style:normal;font-weight:300}.jackpotContent__tickets-box{position:relative}.jackpotContent__tickets-box-inner{align-items:center;background:#100f2d;border-radius:5px;display:flex;flex-direction:column;height:84px;justify-content:center;position:relative;z-index:2}.jackpotContent__tickets-box:before{-moz-ransform:translate(-50%,-50%);background:linear-gradient(180deg,#44bfff,#307bd3);border-radius:5px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px)}.jackpotContent__tickets-box h6{color:#45c0ff;font-size:14.9016px}.jackpotContent__tickets-box h6,.jackpotContent__tickets-box p{font-family:Inter,sans-serif;font-weight:900;line-height:18px;text-align:center}.jackpotContent__tickets-box p{color:#fff;font-size:15px;margin:0 auto;max-width:245px}.jackpotContent__tickets:hover{padding:24px 24px 40px}.jackpotContent__tickets:hover .jackpotContent__tickets-bg{opacity:0}.jackpotContent__tickets:hover .jackpotContent__tickets-bg2{opacity:1}.jackpot .button.play{height:48px;width:100%}.leaderboard__inner{box-sizing:border-box;padding:85px 0}.leaderboard__title{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-bottom:50px}.leaderboard__title h1{line-height:85px}.leaderboard__title h2{color:#fff;font-weight:500;line-height:28px}.leaderboard__timer{align-items:center;display:flex;justify-content:center;margin-bottom:72px}.leaderboard__timer p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:20px;margin-right:9px}.leaderboard__timer-item,.leaderboard__timer-items{align-items:center;display:flex}.leaderboard__timer-item{background:#fff;border-radius:3.67px;height:26px;justify-content:center;margin-right:4px;width:64px}.leaderboard__timer-item:last-child{margin-right:0}.leaderboard__timer-item h6{color:#100f2d;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px}.leaderboard__timer-item h6 span{font-size:17px;font-weight:800;line-height:20px}.leaderboard .button.play{height:48px;margin:0 auto;max-width:374px;width:100%}.leaderboard .button.play span.default:after{background:linear-gradient(180deg,#30ac72,#60c946)}.leaderboard .button.play svg{right:16px}.guess{position:relative}.guess__bg{background:linear-gradient(0deg,#602300,#100f2d 66.77%);height:calc(100% - 35px)}.guess__bg,.guess__coins{bottom:0;left:0;position:absolute;width:100%}.guess__coins{align-items:center;display:flex;filter:blur(1px);justify-content:center}.guess__coins img{width:100%}.guess__inner{box-sizing:border-box;padding:126px 0 292px}.guessContent{background:#0d082480;border:1px solid #1f1d47;border-radius:5px;box-sizing:border-box;margin:0 -58px 0 auto;max-width:1031px;min-height:536px;padding:72px 42px 50px 60px;position:relative;width:100%}.guessContent__inner{display:flex;justify-content:space-between;margin-bottom:70px}.guessContent__info{max-width:285px}.guessContent__info p{color:#adacde;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:20px}.guessContent__title{display:flex;flex-direction:column;margin-bottom:12px}.guessContent__title h1{font-size:61px;line-height:1}.guessContent__title h2{color:#e8f4ff;font-family:Kanit,sans-serif;font-size:34px;font-weight:400;letter-spacing:.01em;line-height:1}.guessContent__action{max-width:431px;width:calc(100% - 300px)}.guessContent__action-info{align-items:center;display:flex;justify-content:space-between;margin-bottom:40px}.guessContent__action-info h4{color:#fff;font-family:#22214a;font-size:25px;font-weight:600;line-height:30px}.guessContent__action-info h5{color:#fff;font-family:Inter,sans-serif;font-size:16.9006px;font-weight:500;line-height:20px;text-align:right}.guessContent__action-info h5.error{color:#ed6363}.guessContent__action-auth{align-items:center;display:flex}.guessContent__action-auth h6{color:#fff;font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:16px;text-align:center;width:56px}.guessContent__action-auth .button{max-width:none;padding:9.5px 0;width:calc(50% - 28px)}.guessContent__action-auth .button p b{font-weight:900}.guessContent__action-auth .button.login p{color:#fff;font-size:17px;font-weight:400;letter-spacing:-.05em;line-height:21px}.guessContent__action-auth .button.register p{color:#fff;font-size:17px;font-weight:500;letter-spacing:inherit;line-height:21px;text-shadow:0 1px 2px #17238c4d}.guessContent__action-predict{width:100%}.guessContent__action-predict-input{margin-bottom:32px}.guessContent__action-predict-input input{background:#444376;border:1px solid #1f93ff;border-radius:8px;box-sizing:border-box;color:#fff;font-family:Kanit,sans-serif;font-size:17px;font-weight:400;line-height:26px;padding:10px 20px;width:100%}.guessContent__action-predict-input input::placeholder{color:#ffffff80;opacity:1}.guessContent__action-predict-input.error input{border:1px solid #ed6363}.guessContent__action-predict .button.green{align-items:center;display:flex;height:48px;justify-content:center;width:100%}.guessContent__action-predict .button.green svg{color:#fff;height:16px;margin-left:8px;position:relative;width:23px;z-index:2}.guessContent__action-predict .button.green p{color:#fff;font-size:22px;font-weight:700;line-height:1;text-shadow:0 .884161px 1.76832px #187443}.guessContent__action-predict .button.green.active span.hov{opacity:0}.guessContent__action-predict .button.green.active span.active{opacity:1}.guessContent__timer{align-items:center;display:flex;justify-content:center}.guessContent__timer p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:20px;margin-right:9px}.guessContent__timer-item,.guessContent__timer-items{align-items:center;display:flex}.guessContent__timer-item{background:#fff;border-radius:3.67px;height:26px;justify-content:center;margin-right:4px;width:64px}.guessContent__timer-item:last-child{margin-right:0}.guessContent__timer-item h6{color:#100f2d;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px}.guessContent__timer-item h6 span{font-size:17px;font-weight:800;line-height:20px}.guessContent__wheel{height:217px;left:-171px;position:absolute;top:72px;width:217px}.guessContent__wheel-bg{background:#ffd848;filter:blur(2px)}.guessContent__wheel-bg,.guessContent__wheel-bg2{-moz-ransform:translate(-50%,-50%);border-radius:50%;height:100%;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.guessContent__wheel-bg2{background:#8e3813;filter:blur(10px)}.guessContent__wheel-image{-moz-ransform:translate(-50%,-50%);align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%}.guessContent__wheel-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.guessContent__wheel-mid{align-items:center;display:flex;height:110px;justify-content:center;width:110px}.guessContent__wheel-mid,.guessContent__wheel-mid img{-moz-ransform:translate(-50%,-50%);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.guessContent__wheel-mid img{height:100%;object-fit:cover;-o-object-fit:cover;transition:all .3s linear;width:100%}.guessContent__wheel-mid img.on{opacity:0;z-index:1}.guessContent__wheel-selector{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:48.67px;justify-content:center;left:50%;position:absolute;top:-8.24px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:47.57px}.guessContent__wheel-selector img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.guessContent__wheel-midBg{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:168.6px;justify-content:center;left:calc(50% - 1px);opacity:0;position:absolute;top:27px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:169.02px}.guessContent__wheel-midBg img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.guessContent__wheel-rotated{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:176px;justify-content:center;left:50%;position:absolute;top:22.6px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:175px}.guessContent__wheel-rotated img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.guessContent__wheel:hover .guessContent__wheel-bg,.guessContent__wheel:hover .guessContent__wheel-bg2{opacity:1}.guessContent__wheel:hover .guessContent__wheel-rotated{transform:translateX(-50%) rotate(-167.44deg)}.guessContent__wheel:hover .guessContent__wheel-mid img.on,.guessContent__wheel:hover .guessContent__wheel-midBg{opacity:1}.guessContent__prizes h5{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:600;line-height:21px;margin-bottom:16px}.guessContent__prizes-items{display:flex;flex-wrap:wrap}.guessContent__prizes-car{align-items:center;background:#db5e1f;border:1px solid #f0ca36;border-radius:1.62177px;box-sizing:border-box;cursor:pointer;display:flex;height:28px;justify-content:flex-end;margin:6px 7px 6px 0;padding-right:9px;position:relative;transition:all .3s linear;width:126px}.guessContent__prizes-car img{bottom:-2px;height:26px;left:5px;position:absolute}.guessContent__prizes-car p{color:#fff;font-family:Inter,sans-serif;font-size:10.6303px;font-weight:900;line-height:13px;text-align:right}.guessContent__prizes-car:hover{background:#f7911b}.guessContent__prizes-gaming{align-items:center;background:linear-gradient(0deg,#3369e880 .44%,#012a7480 99.56%);border:1px solid #ef95ff;border-radius:1.62177px;box-sizing:border-box;cursor:pointer;display:flex;height:28px;justify-content:flex-end;margin:6px 7px 6px 0;padding-right:9px;position:relative;transition:all .3s linear;width:126px}.guessContent__prizes-gaming img{bottom:0;height:26px;left:5px;position:absolute}.guessContent__prizes-gaming p{color:#fff;font-family:Inter,sans-serif;font-size:10.6303px;font-weight:900;line-height:13px;text-align:right;transition:all .3s linear}.guessContent__prizes-gaming:hover{background:#3369e880;border:1px solid #fff}.guessContent__prizes-gaming:hover p{color:#fff}.guessContent__prizes-item{align-items:center;border:1px solid #dac069;border-radius:1.62177px;box-sizing:border-box;cursor:pointer;display:flex;height:28px;justify-content:space-between;margin:6px 7px 6px 0;padding:0 9px;position:relative;transition:all .3s linear;width:126px}.guessContent__prizes-item:last-child{margin-right:0}.guessContent__prizes-item:before{background:linear-gradient(0deg,#3369e880 .44%,#012a7480 99.56%)}.guessContent__prizes-item:after,.guessContent__prizes-item:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.guessContent__prizes-item:after{background:#3369e880;opacity:0}.guessContent__prizes-item-title{align-items:center;display:flex;position:relative;z-index:2}.guessContent__prizes-item-title svg{color:#fff;height:15px;margin-right:4px;width:15px}.guessContent__prizes-item-title h6{color:#fff;font-family:Inter,sans-serif;font-size:7.55357px;font-weight:900;line-height:9px}.guessContent__prizes-item p{color:#dac069;font-family:Inter,sans-serif;font-size:10.6303px;font-weight:900;line-height:13px;position:relative;text-align:right;z-index:2}.guessContent__prizes-item.pack{border:1px solid #ef95ff}.guessContent__prizes-item.pack .guessContent__prizes-item-title svg{color:#ef95ff}.guessContent__prizes-item.pack .guessContent__prizes-item-title svg path.otherpath{color:#731d82}.guessContent__prizes-item.pack p{color:#ef95ff}.guessContent__prizes-item:hover,.guessContent__prizes-item:hover.pack{border:1px solid #fff}.guessContent__prizes-item:hover:before{opacity:0}.guessContent__prizes-item:hover:after{opacity:1}.store{overflow:hidden;position:relative}.store__image{align-items:center;display:flex;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:-1}.store__image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.store__image2{display:none}.store__star{align-items:center;display:flex;justify-content:center;position:absolute}.store__star img{width:100%}.store__star.one{-moz-ransform:translateX(-50%);filter:blur(1px);left:calc(50% - 615px);top:227px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:rotate(25.05deg);width:36px}.store__star.two{-moz-ransform:translateX(-50%);filter:blur(5px);left:calc(50% + 621px);top:410px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:rotate(-29.42deg);width:102px}.store__star.three{-moz-ransform:translateX(-50%);filter:blur(1px);left:calc(50% - 430px);top:470px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transform:rotate(-20.15deg);width:17px}.store__bg{background:linear-gradient(180deg,#5a3ffe,#100f2d);z-index:-2}.store__bg,.store__bg2{bottom:0;height:100%;left:0;position:absolute;width:100%}.store__bg2{background:linear-gradient(180deg,#3989e7,#204d8100);mix-blend-mode:hue;z-index:0}.store__inner{box-sizing:border-box;padding:110px 0 170px}.store__inner h1{color:#fff;font-family:Inter,sans-serif;font-size:37px;font-weight:800;line-height:1;margin-bottom:44px}.store__top-title{margin-bottom:24px}.store__top-title h3{color:#fff;font-family:Inter,sans-serif;font-size:19px;font-weight:400;line-height:1}.store__top-title h3 span{font-weight:600}.store__top-items{align-items:center;display:flex;justify-content:space-between;margin-bottom:70px}.store__top-item{align-items:center;background:#0c0722;border-radius:5px;box-sizing:border-box;display:flex;min-height:216px;overflow:hidden;padding:44px 16px 44px 200px;position:relative;width:calc(50% - 12px)}.store__top-item-image{padding-bottom:135%;position:relative;transition:all .3s linear;width:100%}.store__top-item-image-outer{-moz-ransform:translateY(-50%);left:10px;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:160px}.store__top-item-image-outer:before{background:linear-gradient(179.36deg,#0c0722 .55%,#0c072200 16.38%,#0c072200 84.12%,#0c0722 99.45%);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.store__top-item-image img{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.store__top-item-content-title{margin-bottom:16px}.store__top-item-content-title h2{color:#fff;font-family:Inter,sans-serif;font-size:28px;font-weight:700;line-height:34px}.store__top-item-content-title h2 span{color:#87b8c3}.store__top-item-content-title p{color:#fff}.store__top-item-content-stock p,.store__top-item-content-title p{font-family:Inter,sans-serif;font-size:11.7px;font-weight:400;line-height:14px}.store__top-item-content-stock p{color:#adacde}.store__top-item:nth-child(2) .store__top-item-content-title h2 span{color:#72d5ff}.store__top-item .button.buy{margin-bottom:5px;max-width:236px;width:100%}.store__top-item:hover .store__top-item-image{scale:1.1}.store__earn{background:linear-gradient(180deg,#3b8bea,#3157d5);border-radius:5px 5px 0 0;overflow:hidden;position:relative}.store__earn-shard{align-items:center;display:flex;justify-content:center;position:absolute}.store__earn-shard img{width:100%}.store__earn-shard.one{bottom:-50px;left:10px;width:72px}.store__earn-shard.one img{transform:rotate(21.15deg)}.store__earn-shard.two{bottom:-62px;left:98px;width:62px}.store__earn-shard.two img{transform:rotate(44.95deg)}.store__earn-shard.three{display:none}.store__earn-inner{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;padding:30px 40px 30px 75px}.store__earn-info{width:220px}.store__earn-info h2{color:#fff;font-family:Inter,sans-serif;font-size:28px;font-weight:500;line-height:34px}.store__earn-info h2 span{font-weight:800}.store__earn-info h2 img.shard{height:33px;margin-bottom:-7px;transform:rotate(21.15deg);width:20px}.store__earn-info h2 img.kickIcon{height:21px;margin-bottom:-1px;width:64px}.store__earn-row{display:flex;justify-content:space-between;width:calc(100% - 260px)}.store__earn-item{background:#0c0722;border-radius:5px;overflow:hidden;width:calc(33.33334% - 12px)}.store__earn-item-title{align-items:center;background:#54afff;box-sizing:border-box;display:flex;padding:8px 10px}.store__earn-item-title svg{color:#fff;filter:drop-shadow(0 1.87019px 3.74038px #0057bd);height:15px;margin-right:6px;width:15px}.store__earn-item-title h4{color:#fff;font-family:Inter,sans-serif;font-size:16.8317px;font-weight:800;line-height:20px;text-shadow:0 1.87019px 3.74038px #0057bd}.store__earn-item-content{box-sizing:border-box;padding:16px;position:relative}.store__earn-item-content-image{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:absolute;width:67px}.store__earn-item-content-image img{width:100%}.store__earn-item-content p{color:#adacde;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px}.store__earn-item.guess .store__earn-item-content{padding:16px 16px 16px 70px}.store__earn-item.disabled .store__earn-item-title{background:#313061}.store__earn-item.disabled .store__earn-item-title h4{color:#adacde;text-shadow:0 1.87019px 3.74038px #0c072280}.store__earn-item.disabled .store__earn-item-title svg{color:#adacde;filter:drop-shadow(0 1.87019px 3.74038px rgba(12,7,34,.5))}.store__prize{background:#100f2d}.store__prize-inner{box-sizing:border-box;padding:50px 72px 122px}.store__prize-title{margin-bottom:22px}.store__prize-title h3{color:#fff;font-family:Inter,sans-serif;font-size:18.7px;font-weight:400;line-height:1}.store__prize-title h3 span{font-weight:800}.store__prize-items{display:flex;flex-wrap:wrap;margin:0 -12px;width:calc(100% + 24px)}.store__prize-item{border-radius:4px;box-sizing:border-box;margin:22px 12px;overflow:hidden;position:relative;width:calc(25% - 24px)}.store__prize-item-inner{background:radial-gradient(57.06% 57.06% at 50% 50%,#3e3cab 0,#252457 100%);box-sizing:border-box;padding:42px 0 20px}.store__prize-item-title{align-items:center;background:#0c072280;border-radius:0 0 20px 0;box-sizing:border-box;display:flex;left:0;max-width:173px;padding:9px 12px;position:absolute;top:0;width:100%;z-index:2}.store__prize-item-title h6{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:1}.store__prize-item-title svg{color:#fff;height:12px;margin-right:4px;margin-top:-2px;width:12px}.store__prize-item-image{padding-bottom:100%;position:relative;transition:all .3s linear;width:100%;z-index:2}.store__prize-item-image-outer{margin:0 auto;max-width:130px;position:relative;width:65%}.store__prize-item-image-circle{-moz-ransform:translate(-50%,-50%);align-items:center;display:flex;height:100%;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%;z-index:0}.store__prize-item-image-circle img{height:100%;width:100%}.store__prize-item-image img{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;object-fit:contain;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.store__prize-item .button.buy{border-radius:0 0 5px 5px;margin-bottom:1px;margin-left:1px;width:calc(100% - 2px)}.store__prize-item .button.buy span,.store__prize-item .button.buy span:after,.store__prize-item .button.buy span:before{border-radius:0 0 5px 5px}.store__prize-item .button.buy p{font-size:20px}.store__prize-item .button.buy img{height:32px;transform:rotate(16.92deg);width:19px}.store__prize-item.legend .store__prize-item-inner{background:none;position:relative}.store__prize-item.legend .store__prize-item-bg{background:#313061;height:100%;left:0;position:absolute;top:0;width:100%}.store__prize-item.legend .store__prize-item-bg2{background:linear-gradient(227.26deg,#9c5231 .5%,#c87243 30.24%,#ffc421 52.89%,#be6b3f 65.16%,#511b12 94.89%);height:100%;left:0;mix-blend-mode:color-dodge;position:absolute;top:0;width:100%}.store__prize-item.legend .store__prize-item-bg3{background:#313061;height:100%;left:0;mix-blend-mode:difference;opacity:.5;position:absolute;top:0;width:100%}.store__prize-item.legend .store__prize-item-bg4{background:#3ed2ff;height:100%;left:0;mix-blend-mode:color;opacity:.5;position:absolute;top:0;width:100%}.store__prize-item.legend .store__prize-item-bg5,.store__prize-item.legend .store__prize-item-bg6,.store__prize-item.legend .store__prize-item-bg7{background:#adecff;height:100%;left:0;mix-blend-mode:overlay;opacity:.5;position:absolute;top:0;width:100%}.store__prize-item.legend .store__prize-item-bg8{background:radial-gradient(71.74% 71.74% at 50% 50%,#3ed2ff00 0,#0c0722 100%);height:100%;left:0;mix-blend-mode:overlay;opacity:.5;position:absolute;top:0;width:100%}.store__prize-item.epic .store__prize-item-inner{background:none;position:relative}.store__prize-item.epic .store__prize-item-backg{background:radial-gradient(89.13% 89.13% at 50% 50%,#ab5d3c 0,#252457 100%);height:100%;left:0;position:absolute;top:0;width:100%}.store__prize-item.epic .store__prize-item-backg2{background:#783e17;height:100%;left:0;mix-blend-mode:color;opacity:.5;position:absolute;top:0;width:100%}.store__prize-item.epic .store__prize-item-backg3{background:#c16c3e;height:100%;left:0;mix-blend-mode:overlay;position:absolute;top:0;width:100%}.store__prize-item:hover .store__prize-item-image{scale:1.1}.profile{background:#0a0a17}.profile__inner{box-sizing:border-box;padding:100px 0 300px}.profile__title{margin-bottom:40px}.profile__title h1{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:700;line-height:28px}.profile__btns{background:#1f1d47;border-radius:10px;box-sizing:border-box;padding:6px}.profile__btn{background:none;border-radius:6px;box-sizing:border-box;cursor:pointer;margin-right:10px;max-width:61px;overflow:hidden;padding:9px 0;position:relative;width:100%}.profile__btn:last-child{margin-right:0}.profile__btn p{color:#bdbaef;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:13px;position:relative;text-shadow:0 2px 4px #1f1d4780;transition:all .3s linear;z-index:2}.profile__btn:before{background:linear-gradient(180deg,#13112d29,#1f1d4766)}.profile__btn:after,.profile__btn:before{content:"";height:100%;left:0;position:absolute;top:0;transition:all .3s linear;width:100%}.profile__btn:after{background:#3f3b80;opacity:0}.profile__btn.active p{color:#fff}.profile__btn.active:after{opacity:1}.profile__btn.active:before{opacity:0}.profile__btn:hover p{color:#fff}.profile__btn:hover:after{opacity:1}.profile__btn:hover:before{opacity:0}.profileAccount{margin-top:20px}.profileAccount__inner{display:flex;justify-content:space-between}.profileAccount__content{border:1px solid #363270;border-radius:10px;box-sizing:border-box;padding:35px 35px 40px 45px;width:calc(55% - 9px)}.profileAccount__title{margin-bottom:24px}.profileAccount__title h3{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17px}.profileAccount__info{align-items:center;background:#24224c;border-radius:10px;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:50px;max-width:484px;padding:10px 14px}.profileAccount__info-content{align-items:flex-start;display:flex;flex-direction:column;width:calc(100% - 120px)}.profileAccount__info-name h4{color:#fff;font-family:Inter,sans-serif;font-size:23px;font-weight:700;line-height:28px}.profileAccount__info-rank{align-items:center;background:#1c1a3a;border-radius:12px;box-sizing:border-box;display:flex;justify-content:center;min-width:81px;padding:3px 14px}.profileAccount__info-rank-image{align-items:center;display:flex;height:16px;justify-content:center}.profileAccount__info-rank-image img{height:100%}.profileAccount__info-rank h6{color:#f3c24d;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:15px;margin-left:8px}.profileAccount__avatar{display:flex;width:90px}.profileAccount__avatar-image{align-items:center;background:#3f3b80;border-radius:50%;display:flex;height:69px;justify-content:center;overflow:hidden;width:69px}.profileAccount__avatar-image img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.profileAccount__avatar-icon{align-items:center;background:#3f3b80;border-radius:50%;display:flex;height:69px;justify-content:center;overflow:hidden;position:relative;width:69px}.profileAccount__avatar-icon input{-webkit-appearance:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.profileAccount__avatar-icon svg{color:#24224c;height:47px;width:47px}.profileAccount__avatar-btns{margin-left:1px}.profileAccount__avatar-btn{align-items:center;background:#3f3b80;border-radius:5.71px;cursor:pointer;display:flex;height:20px;justify-content:center;margin-bottom:6px;position:relative;transition:all .3s linear;width:20px}.profileAccount__avatar-btn input{-webkit-appearance:none;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.profileAccount__avatar-btn:last-child{margin-bottom:0}.profileAccount__avatar-btn svg{color:#24224c;height:8px;transition:all .3s linear;width:8px}.profileAccount__avatar-btn.edit svg{height:12px;width:12px}.profileAccount__avatar-btn:hover{background:#100f2d}.profileAccount__avatar-btn:hover svg{color:#fff}.profileAccount__links{max-width:484px}.profileAccount__link{margin-bottom:20px}.profileAccount__link:last-child{margin-bottom:0}.profileAccount__link-title{margin-bottom:6px}.profileAccount__link-title p{color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:400;line-height:13px}.profileAccount__link-row{display:flex;justify-content:space-between}.profileAccount__link-row .button.link{border-radius:10px;width:74px}.profileAccount__link-input{border:1px solid #24224c;border-radius:10px;box-sizing:border-box;overflow:hidden;position:relative;width:calc(100% - 81px)}.profileAccount__link-input.error{border:1px solid #b03749}.profileAccount__link-input-icon{-moz-ransform:translateY(-50%);align-items:center;background:#24224c;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:33px}.profileAccount__link-input-icon svg{color:#6760d6;height:14px;width:14px}.profileAccount__link-input-linked{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:11px;justify-content:center;position:absolute;right:12px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:11px}.profileAccount__link-input-linked svg{color:#2eb48a;height:100%;width:100%}.profileAccount__link-input input{background:#0a0a17;box-sizing:border-box;color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:500;line-height:13px;padding:10px 46px 11px;width:100%}.profileAccount__vip{border:1px solid #363270;border-radius:20px;box-sizing:border-box;height:462px;overflow:hidden;position:relative;width:calc(45% - 9px)}.profileAccount__vip:before{background:#0a0a1780;content:"";height:calc(100% - 112px);left:0;opacity:0;position:absolute;top:112px;width:100%;z-index:-1}.profileAccount__vip.locked:before{opacity:1;z-index:3}.profileAccount__vip-progress{align-items:center;background:#0a0a17;display:flex;height:90px;justify-content:center}.profileAccount__vip-map{background:#002540;height:calc(100% - 202px);overflow:hidden;position:relative}.profileAccount__vip-map:after{content:"";height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.profileAccount__vip-map-inner{height:100%;overflow:hidden}.profileAccount__vip-map .map{justify-content:center;margin-left:0;width:100%}.profileAccount__vip-map .map__outer{margin-top:0;padding-top:0}.profileAccount__vip-map .map__outer:before{background:linear-gradient(180deg,#031627,#002641 18.19%,#150152 43%,#450041 65%,#722800 98.8%),#0a0a17;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.profileAccount__vip-map .map .vipp__roob,.profileAccount__vip-map .map__black,.profileAccount__vip-map .map__outer.hidden:before{display:none}.profileAccount__vip-btn{align-items:center;background:#d37c30;bottom:0;cursor:pointer;display:flex;height:48px;justify-content:center;left:0;position:absolute;transition:all .3s linear;width:100%;z-index:2}.profileAccount__vip-btn:hover{opacity:.8}.profileAccount__vip-btn p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:25px;text-align:center}.profileAccount__vip .vipp__roob{-moz-ransform:translateX(-50%);border-radius:14px;left:50%;max-width:372px;padding:22px 30px 25px;position:absolute;top:168px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:100%}.profileAccount__vip .vipp__roob h6{font-size:14.8889px;line-height:18px;margin-bottom:20px}.profileAccount__vip .vipp__roob-lock{height:16px;top:-9px;width:12px}.profileAccount__vip .vipp__roob-input{margin:0 auto 14px;max-width:222px}.profileAccount__vip .vipp__roob-input input{border-radius:7px;font-size:16px;line-height:20px;padding:8px 16px}.profileAccount__vip .vipp__roob-btn{border-radius:7px;height:38px;margin:0 auto;max-width:222px;width:100%}.profileAccount__vip .vipp__roob-btn p{font-size:20.691px;font-weight:600;line-height:25px}.profileAccount .vippProgress{margin:0}.profileAccount .vippRewards__head{border-radius:20px 20px 0 0;margin-bottom:0;z-index:2}.profileSec{margin-top:70px}.profileSec__btn{align-items:center;background:#24224c;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;padding:15px 30px;transition:all .3s linear;width:100%}.profileSec__btn:hover{opacity:.8}.profileSec__btn h6{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17px}.profileSec__btn img{height:20px;margin-right:16px;width:20px}.profileSec__btn.active{background:#363270}.profileSec__change{background:#3f3b80;border-radius:6px;box-sizing:border-box;cursor:pointer;padding:18px 0 19px;transition:all .3s linear;width:100%}.profileSec__change:hover{opacity:.8}.profileSec__change p{color:#fff;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:13px;text-align:center;text-shadow:0 2px 4px #1f1d4780}.profileSec__password{margin-bottom:22px;max-width:576px;width:100%}.profileSec__password-content{background:#0a0a17;border:1px solid #24224c;border-radius:10px;box-sizing:border-box;margin:12px auto 0;max-width:484px;padding:20px 18px 28px;width:100%}.profileSec__password-desc{margin-bottom:24px}.profileSec__password-desc p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px}.profileSec__inputs{margin-bottom:38px}.profileSec__inputs .input__outer{margin-bottom:10px}.profileSec__inputs .input__outer:first-child{margin-bottom:38px}.profileSec__inputs .input__outer:last-child{margin-bottom:0}.profileSec__inputs .input__outer label{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;margin-bottom:4px}.profileSec__inputs .input input{background:#1f1d47;border:1px solid #1f1d47;border-radius:10px;color:#fff;font-size:12px;font-weight:400;line-height:16px;padding:8px 38px 8px 18px}.profileSec__inputs .input button{height:16px;width:16px}.profileSec__inputs .input.error input{border:1px solid #b03749}.profileSec__email{margin-bottom:22px;max-width:576px;width:100%}.profileSec__email-content{background:#0a0a17;border:1px solid #24224c;border-radius:10px;box-sizing:border-box;margin:20px auto 0;max-width:484px;padding:20px 18px 18px;width:100%}.profileSec__confirm{max-width:576px;width:100%}.profileSec__confirm-content{background:#0a0a17;border:1px solid #24224c;border-radius:10px;box-sizing:border-box;margin:20px auto 0;max-width:484px;padding:20px 18px 18px;width:100%}.profileSec__confirm-title{align-items:center;display:flex;margin-bottom:4px}.profileSec__confirm-title h6{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;margin-right:6px}.profileSec__confirm-title-verif{align-items:center;background:#37b06c;border-radius:5px;box-sizing:border-box;display:flex;height:16px;justify-content:center;padding:0 8px;transition:all .3s linear}.profileSec__confirm-title-verif p{color:#0c0722;font-family:Inter,sans-serif;font-size:10px;font-weight:600;line-height:1;transition:all .3s linear}.profileSec__confirm-title-verif.error{background:#b03749}.profileSec__confirm-title-verif.error p{color:#fff}.profileSec__confirm .profileSec__inputs,.profileSec__confirm .profileSec__inputs .input__outer{margin-bottom:0}.profileSec__confirm .profileSec__change{margin-top:24px}.profile__vip{margin-top:65px}.profile__vip-content{display:flex;justify-content:space-between}.profile__vip-slider{box-sizing:border-box;max-width:550px;padding-top:72px;position:static}.profile__vip-slider-outer{background:#1f1d47;border-radius:10px;box-sizing:border-box;min-height:329px;padding:32px 0 20px 35px;width:100%}.profile__vip-slider-wrapper{overflow:hidden;position:relative}.profile__vip-slider-wrapper-bg{background:linear-gradient(270deg,#0a0a17,#0a0a1700 12.5%,#0a0a1700 90.5%,#0a0a17);border-radius:5px;bottom:0;height:100%;left:0;position:absolute;transition:all .3s linear;width:100%;z-index:1}.profile__vip-slider-item{background:#0a0a17;border-radius:5px 5px 0 0;box-sizing:border-box;height:190px;padding-top:15px;position:relative;transition:all .3s linear}.profile__vip-slider-item-image{align-items:center;display:flex;height:95px;justify-content:center;margin:0 auto 12px}.profile__vip-slider-item-image img{height:100%}.profile__vip-slider-item-icon{align-items:center;display:flex;height:16px;justify-content:center;margin:0 auto;width:23px}.profile__vip-slider-item-icon svg{color:#32ae70;height:100%;width:100%}.profile__vip-slider-item-outer{margin:0 5px;position:relative;z-index:5}.profile__vip-slider-item-claimed{background:#32ae70;border-radius:0 0 5px 5px;cursor:pointer;height:35px;width:100%}.profile__vip-slider-item-claimed p{color:#242352;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.profile__vip-slider-item-disabled{background:#8988bc;border-radius:0 0 5px 5px;cursor:pointer;height:35px;width:100%}.profile__vip-slider-item-disabled p{color:#424272;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.profile__vip-slider-item-disabled p b{font-weight:900}.profile__vip-slider-item-btn{align-items:center;background:none;cursor:pointer;display:flex;height:35px;justify-content:center;position:relative;width:100%}.profile__vip-slider-item-btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:600;line-height:18px;text-align:center}.profile__vip-slider-item-btn p b{font-weight:900}.profile__vip-slider-item-btn span{-moz-ransform:translate(-50%,-50%);height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear;width:100%}.profile__vip-slider-item-btn span:before{height:calc(100% + 2px);width:calc(100% + 2px)}.profile__vip-slider-item-btn span:after,.profile__vip-slider-item-btn span:before{-moz-ransform:translate(-50%,-50%);border-radius:0 0 5px 5px;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.profile__vip-slider-item-btn span:after{height:100%;width:100%}.profile__vip-slider-item-btn span.default:before{background:linear-gradient(180deg,#1f60ab,#1e5ca4)}.profile__vip-slider-item-btn span.default:after{background:linear-gradient(180deg,#3e91f2,#307bd3),#307bd3}.profile__vip-slider-item-btn span.hov{opacity:0}.profile__vip-slider-item-btn span.hov:before{background:linear-gradient(180deg,#fff,#b0f0ff);filter:blur(1px)}.profile__vip-slider-item-btn span.hov:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2),#307bd3}.profile__vip-slider-item-btn span.active{opacity:0}.profile__vip-slider-item-btn span.active:before{background:linear-gradient(180deg,#fff,#b0f0ff)}.profile__vip-slider-item-btn span.active:after{background:linear-gradient(180deg,#3eb3f2,#3e91f2),#307bd3}.profile__vip-slider-item-btn:hover span.hov{opacity:1}.profile__vip-slider-item-btn:focus span.hov{opacity:0}.profile__vip-slider-item-btn:focus span.active{opacity:1}.profile__vip-slider-item-arrow{background:#0a0a17;height:15px;left:50%;position:absolute;top:-8px;transform:translateX(-50%) rotate(45deg);transition:all .3s linear;width:15px;z-index:2}.profile__vip-slider-item-level{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:26px;justify-content:center;left:50%;position:absolute;top:-64px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:26px;z-index:2}.profile__vip-slider-item-level:before{background:#5e5c9e;border-radius:5px;content:"";height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) rotate(45deg);transition:all .3s linear;width:100%}.profile__vip-slider-item-level p{color:#c9c9f4;font-family:Inter,sans-serif;font-size:15px;font-weight:800;line-height:18px;transition:all .3s linear}.profile__vip-slider-item-level.active:before{background:#3eaeff}.profile__vip-slider-item-level.active p{color:#fff}.profile__vip-slider-item-progress{align-items:center;display:flex;left:-5px;position:absolute;top:-54px;width:calc(100% + 10px)}.profile__vip-slider-item-progress-line{background:#5e5c9e;height:6px;position:relative;width:50%}.profile__vip-slider-item-progress-line span{background:#3eaeff;height:6px;left:0;position:absolute;top:0}.profile__vip-slider-item h5{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:700;line-height:18px;margin-bottom:8px;text-align:center}.profile__vip-slider-item h6{box-sizing:border-box;color:#8988bc;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:15px;padding:0 5px;text-align:center}.profile__vip-slider-item h6 span{color:#c9c9f4}.profile__vip-slider-item:before{-moz-ransform:translateX(-50%);background:linear-gradient(180deg,#7977be 6.05%,#313062);border-radius:5px 5px 0 0;content:"";height:calc(100% + 1px);left:50%;opacity:0;position:absolute;top:-1px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s linear;width:calc(100% + 2px);z-index:-1}.profile__vip-slider-item.claimed{background:#242352}.profile__vip-slider-item.claimed .profile__vip-slider-item-image,.profile__vip-slider-item.claimed h5{opacity:.5}.profile__vip-slider-item.claimed .profile__vip-slider-item-arrow{background:#242352}.profile__vip-slider-item.current{background:#2d2c61}.profile__vip-slider-item.current:before{opacity:1}.profile__vip-slider-item.current .profile__vip-slider-item-arrow{background:#2d2c61;border-left:1px solid #7977be;border-top:1px solid #7977be;box-sizing:border-box}.profile__vip-slider-tooltip{-moz-ransform:translateX(-50%);align-items:center;background:#fff;border-radius:5px;box-sizing:border-box;display:flex;justify-content:center;padding:6px 8px;position:absolute;top:-48px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.profile__vip-slider-tooltip-wrapper{align-items:center;display:flex;left:-5px;position:absolute;top:-54px;width:calc(100% + 10px)}.profile__vip-slider-tooltip-outer{position:relative;width:50%}.profile__vip-slider-tooltip:before{background:#fff;bottom:-5px;content:"";height:10px;left:50%;position:absolute;transform:translateX(-50%) rotate(45deg);width:10px}.profile__vip-slider-tooltip p{color:#3eaeff;font-family:Inter,sans-serif;font-size:12px;font-weight:600;line-height:16px;text-align:center;text-shadow:0 1px 2px #5e5c9e4d;white-space:nowrap}.profile__vip-slider-tooltip p span{color:#19174f;text-shadow:0 1px 2px #5e5c9e4d}.profile__vip-slider .slick-list{overflow:visible;overflow:initial}.profile__vip-slider .slick-prev{-moz-ransform:translate(0,0);-moz-ransform:translateY(-50%);background:#545390;border-radius:8px;box-shadow:0 2px 10px #0a0a17;height:95px;left:16px;overflow:hidden;top:50%;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .3s linear;width:31px;z-index:50}.profile__vip-slider .slick-prev:hover{opacity:.8}.profile__vip-slider .slick-prev.slick-disabled{opacity:.5}.profile__vip-slider .slick-prev:before{-moz-ransform:translate(-50%,-50%);background:url(/static/media/chevronLeft3.34821a58fe2f3c43e671.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:16px;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:9px}.profile__vip-slider .slick-next{-moz-ransform:translate(0,0);-moz-ransform:translateY(-50%);background:#545390;border-radius:8px;box-shadow:0 2px 10px #0a0a17;height:95px;overflow:hidden;right:16px;top:50%;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .3s linear;width:31px;z-index:50}.profile__vip-slider .slick-next:hover{opacity:.8}.profile__vip-slider .slick-next.slick-disabled{opacity:.5}.profile__vip-slider .slick-next:before{-moz-ransform:translate(-50%,-50%);background:url(/static/media/chevronRight3.0bd08646b36294ca7343.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;content:"";height:16px;left:50%;opacity:1;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:9px}.profile__vip-inner{position:relative;width:calc(100% - 300px)}.profile__vip-desc{background:#0a0a17;border:1px solid #24224c;border-radius:10px;box-sizing:border-box;padding:27px 15px;width:276px}.profile__vip-desc h6{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17px;margin-bottom:32px}.profile__vip-desc p{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:400;line-height:15px}.profile__vip-desc p span{font-weight:700}.profile__vip-desc p b{font-weight:900}.profile__vip .profileAccount__link{-moz-ransform:translate(-50%,-50%);background:#0a0a17;border:1px solid #24224c;border-radius:20px;box-sizing:border-box;left:50%;margin-bottom:0;max-width:576px;padding:16px 24px 24px;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:100%;z-index:52}.profile__vip-overlay{background:#0c0722cc;border-radius:0 4px 4px 4px;height:100%;left:0;top:0;z-index:51}.profile__vip-overlay,.profile__vip-overlay-btn{box-sizing:border-box;position:absolute;width:100%}.profile__vip-overlay-btn{-moz-ransform:translate(-50%,-50%);align-items:center;background:#307bd3;border:1px solid #1f60ab;border-radius:5px;cursor:pointer;display:flex;height:28px;justify-content:center;left:50%;max-width:196px;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);transition:all .3s linear}.profile__vip-overlay-btn:hover{opacity:.8}.profile__vip-overlay-btn p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;letter-spacing:-.05em;line-height:18px}.profile__vip-rewards{background:#0a0a17;border:1px solid #24224c;border-radius:10px;box-sizing:border-box;margin-top:24px;padding:40px 17px 40px 25px;width:100%}.profile__vip-rewards-title{margin-bottom:58px}.profile__vip-rewards-title h6{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:700;line-height:21px}.profile__vip-rewards-items{box-sizing:border-box;padding-left:20px}.profile__vip-rewards-item{align-items:center;border-radius:20px;box-shadow:0 3px 1px #2c285580;display:flex;justify-content:space-between;margin-bottom:50px;position:relative}.profile__vip-rewards-item:last-child{margin-bottom:0}.profile__vip-rewards-item-rank{left:0;top:0}.profile__vip-rewards-item-icon{-moz-ransform:translate(-50%,-50%);align-items:center;display:flex;height:25px;justify-content:center;left:calc(50% + 3px);position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:27px}.profile__vip-rewards-item-icon img{height:100%;object-fit:cover;width:100%}.profile__vip-rewards-item-info{background:#1f1d47;border-radius:20px 0 0 20px;box-sizing:border-box;padding:5px 0 5px 78px;width:calc(50% - 1px)}.profile__vip-rewards-item-info p{color:#bdbaef;font-family:Kanit,sans-serif;font-size:20px;font-weight:500;line-height:30px}.profile__vip-rewards-item-price{background:#307bd3;border-radius:0 20px 20px 0;box-sizing:border-box;padding:7px 30px 7px 0;width:calc(50% - 1px)}.profile__vip-rewards-item-price p{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:900;line-height:26px;text-align:right;text-shadow:0 1px 4px #3e337e}.profile__vip-rewards-item-rank{-moz-ransform:translateY(-50%);align-items:center;display:flex;justify-content:center;left:-31px;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:83px}.profile__vip-rewards-item-rank img{max-width:100%}.map{align-items:flex-start;display:flex;height:5413.85px;justify-content:flex-end;margin-right:-396px;width:2096px}.map__outer{display:flex;height:4126.85px;justify-content:center;margin-top:calc(-100vh + 140px);overflow:hidden;padding-top:191px;position:relative}.map__outer:before{background:#0a0a1780;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s linear;width:100%;z-index:-10}.map__outer.hidden{box-sizing:border-box;height:calc(100vh - 66px)}.map__outer.hidden:before{opacity:1;z-index:9}.map__black{background:#0a0a1780;height:calc(100% + 191px);position:absolute;right:-50%;top:-191px;width:100%;z-index:-1}.map__inner{position:relative}.mapItem{box-sizing:border-box;cursor:pointer;position:absolute;transition:all .3s linear}.mapItem__image{-moz-ransform:translateX(-50%);align-items:center;animation:fadeIn .3s linear;display:flex;justify-content:center;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.mapItem__image img{height:100%;transition:all .3s linear;width:100%}.mapItem__reward{align-items:center;animation:fadeIn .3s linear;display:flex;justify-content:center}.mapItem__reward h5{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1;text-shadow:0 2.98151px 5.96302px #00254080}.mapItem__reward img{height:27.53px;margin-left:6px;transform:rotate(28.04deg);width:16.06px}.mapItem__lock{align-items:center;animation:fadeIn .3s linear;display:none;height:27px;justify-content:center;position:absolute;right:0;top:-10px;width:20px}.mapItem__lock svg{color:#fff;height:100%;width:100%}.mapItem__content{align-items:center;animation:fadeIn .3s linear;display:none}.mapItem__content-image{align-items:center;display:flex;justify-content:center;margin-right:20px}.mapItem__content-image img{height:100%;width:100%}.mapItem__content-body{animation:fadeIn .3s linear;display:none}.mapItem__content-body h6{color:#fff;font-size:30px;line-height:36px}.mapItem__content-body h6,.mapItem__content-body p{font-family:Inter,sans-serif;font-weight:700;letter-spacing:.01em;text-align:center;text-shadow:0 2.98151px 5.96302px #00254080}.mapItem__content-body p{color:#96c6e5;font-size:15px;line-height:18px}.mapItem__claim{align-items:center;display:flex;justify-content:center}.mapItem__claim svg{color:#fff;height:23px;width:30px}.mapItem__claim p{color:#d9ff42;font-family:Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1;text-align:center;text-shadow:0 2.98151px 5.96302px #00254080;transition:all .3s linear}.mapItem.step-0{background:linear-gradient(180deg,#4ab7ff40,#4ab7ff80);border:1.49075px solid #9bd7ff80;border-radius:29.82px;box-shadow:0 2.98151px 5.96302px #00254040;height:90px;left:calc(50% - 50px);min-width:120px;padding-top:45px;top:98px}.mapItem.step-0 .mapItem__image{height:76px;top:-40px;width:73px}.mapItem.step-1{background:linear-gradient(180deg,#4ab7ff40,#4ab7ff80);border:1.49075px solid #9bd7ff80;border-radius:29.82px;box-shadow:0 2.98151px 5.96302px #00254040;height:90px;left:calc(50% - 180px);min-width:120px;padding-top:45px;top:349px}.mapItem.step-1 .mapItem__image{height:76px;top:-40px;width:73px}.mapItem.step-2{background:linear-gradient(180deg,#4ab7ff40,#4ab7ff80);border:1.49075px solid #9bd7ff80;border-radius:29.82px;box-shadow:0 2.98151px 5.96302px #00254040;height:90px;left:calc(50% - 80px);min-width:120px;padding-top:45px;top:513px}.mapItem.step-2 .mapItem__image{height:80px;top:-40px;width:62px}.mapItem.step-3{background:linear-gradient(180deg,#0055ff40,#0055ff80);border:1.49075px solid #9dbdff80;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:90px;left:calc(50% - 45px);min-width:120px;padding-top:50px;top:745px}.mapItem.step-3 .mapItem__image{height:87px;top:-42px;width:59px}.mapItem.step-4{background:linear-gradient(180deg,#5900ff40,#5900ff80);border:1.49075px solid #b085ff80;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:91px;left:calc(50% + 8px);min-width:144px;padding-top:50px;top:1012px}.mapItem.step-4 .mapItem__image{height:92px;top:-53px;width:52px}.mapItem.step-5{background:linear-gradient(180deg,#9d00ff40,#9d00ff80);border:1.49075px solid #e0adff80;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;min-width:144px;padding-top:58px;right:calc(50% - 270px);top:1292.5px}.mapItem.step-5 .mapItem__image{height:85px;top:-26px;width:68px}.mapItem.step-6{background:linear-gradient(180deg,#9d00ff40,#9d00ff80);border:1.49075px solid #e0adff80;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;left:calc(50% - 278px);min-width:144px;padding-top:58px;top:1425px}.mapItem.step-6 .mapItem__image{height:102px;top:-48px;width:67px}.mapItem.step-7{background:linear-gradient(180deg,#9d00ff40,#9d00ff80);border:1.49075px solid #e0adff80;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;min-width:144px;padding-top:60px;right:calc(50% - 250px);top:1588px}.mapItem.step-7 .mapItem__image{height:104px;top:-42px;width:81px}.mapItem.step-8{background:linear-gradient(180deg,#9d00ff40,#9d00ff80);border:1.49075px solid #e0adff80;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;left:calc(50% - 256px);min-width:144px;padding-top:60px;top:1816px}.mapItem.step-8 .mapItem__image{height:103px;top:-42px;width:80px}.mapItem.step-9{background:linear-gradient(180deg,#ff00d040,#ff00d080);border:1.49075px solid #ffcdf680;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;left:calc(50% - 108px);min-width:144px;padding-top:63px;top:2173.5px}.mapItem.step-9 .mapItem__image{height:105px;top:-37px;width:92px}.mapItem.step-10{background:linear-gradient(180deg,#ff00d040,#ff00d080);border:1.49075px solid #ffcdf680;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;left:calc(50% - 172px);min-width:144px;padding-top:63px;top:2542px}.mapItem.step-10 .mapItem__image{height:99px;top:-37px;width:93px}.mapItem.step-11{background:linear-gradient(180deg,#ff009940,#ff009980);border:1.49075px solid #ff9294b3;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #00254040;height:109px;min-width:167px;padding-top:72px;right:calc(50% - 300px);top:2652px}.mapItem.step-11 .mapItem__image{height:117px;top:-50px;width:115px}.mapItem.step-12{background:linear-gradient(180deg,#ff620040,#ff620080);border:1.49075px solid #fff;border-radius:29.8151px;box-shadow:0 2.98151px 5.96302px #f7d25a40;height:140px;min-width:216px;padding-top:90px;right:calc(50% - 154px);top:3295px}.mapItem.step-12 .mapItem__image{height:159px;top:-70px;width:150px}.mapItem.step-12 .mapItem__reward h5{font-size:29.8151px}.mapItem:hover{border-radius:20px;height:auto;padding-bottom:15px;padding-left:15px;padding-right:15px;z-index:2}.mapItem:hover .mapItem__lock{display:flex}.mapItem:hover .mapItem__reward{display:none}.mapItem:hover .mapItem__content-body{display:block}.mapItem:hover.step-0 .mapItem__content-image,.mapItem:hover.step-1 .mapItem__content-image{height:76px;width:73px}.mapItem:hover.step-2 .mapItem__content-image{height:80px;width:62px}.mapItem:hover.step-3 .mapItem__content-image{height:87px;width:59px}.mapItem:hover.step-4 .mapItem__content-image{height:92px;width:52px}.mapItem:hover.step-5 .mapItem__content-image{height:85px;width:68px}.mapItem:hover.step-6 .mapItem__content-image{height:102px;width:67px}.mapItem:hover.step-7 .mapItem__content-image{height:104px;width:81px}.mapItem:hover.step-8 .mapItem__content-image{height:103px;width:80px}.mapItem:hover.step-9 .mapItem__content-image{height:105px;width:92px}.mapItem:hover.step-10 .mapItem__content-image{height:99px;width:93px}.mapItem:hover.step-11 .mapItem__content-image{height:117px;width:115px}.mapItem:hover.step-12 .mapItem__content-image{height:159px;width:150px}.mapItem.claim{background:linear-gradient(180deg,#29c12940,#29c12980);border:1.49075px solid #29c12980;border-radius:20px;transition:all .3s linear}.mapItem.claim,.mapItem.claim:hover{box-shadow:0 2.98151px 5.96302px #00254040}.mapItem.claim:hover{background:linear-gradient(180deg,#29c12940,#84ff3d80);border:1.49075px solid #7bff00;border-radius:20px}.mapItem.claim:hover .mapItem__image{display:flex}.mapItem.claim:hover .mapItem__image img{scale:1.05}.mapItem.claim:hover .mapItem__claim p{color:#fff;font-size:30px}.mapItem.claim:hover.step-0,.mapItem.claim:hover.step-1,.mapItem.claim:hover.step-2{height:98px;min-width:136px;padding:45px 0 0}.mapItem.claim:hover.step-3{height:98px;min-width:136px;padding:50px 0 0}.mapItem.claim:hover.step-4{height:99px;min-width:160px;padding:50px 0 0}.mapItem.claim:hover.step-5,.mapItem.claim:hover.step-6{height:117px;min-width:160px;padding:58px 0 0}.mapItem.claim:hover.step-7,.mapItem.claim:hover.step-8{height:117px;min-width:160px;padding:60px 0 0}.mapItem.claim:hover.step-10,.mapItem.claim:hover.step-9{height:117px;min-width:160px;padding:63px 0 0}.mapItem.claim:hover.step-11{height:117px;min-width:183px;padding:72px 0 0}.mapItem.claim:hover.step-12{height:148px;min-width:232px;padding:90px 0 0}.mapShard{cursor:pointer;display:flex}.mapShard,.mapShard__lock{align-items:center;position:absolute}.mapShard__lock{animation:fadeIn .3s linear;display:none;height:27px;justify-content:center;right:0;top:-10px;width:20px}.mapShard__lock svg{color:#fff;height:100%;width:100%}.mapShard__image{align-items:center;animation:fadeIn .3s linear;display:flex;height:66.35px;justify-content:center;width:38.71px}.mapShard__image img{height:100%;object-fit:cover;width:100%}.mapShard__image2{align-items:center;animation:fadeIn .3s linear;display:none;height:66.35px;justify-content:center;width:38.71px}.mapShard__image2 img{height:100%;object-fit:cover;width:100%}.mapShard__claimed{align-items:center;display:flex;height:66.35px;justify-content:center;width:38.71px}.mapShard__claimed img{height:100%;object-fit:cover;width:100%}.mapShard__content{animation:fadeIn .3s linear;display:none;margin-left:14px}.mapShard__content-top{align-items:center;display:flex;margin-bottom:15px}.mapShard__content-top h6{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1;text-shadow:0 2.98151px 5.96302px #00254080}.mapShard__content-shards{align-items:center;background:linear-gradient(180deg,#4ab7ff40,#4ab7ff80);border-radius:29.8151px;box-sizing:border-box;display:flex;height:33px;margin:0 auto;padding:0 28px}.mapShard__content-shards p{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1;text-shadow:0 2.98151px 5.96302px #00254080}.mapShard__content-shards img{height:28.95px;margin-left:5px;transform:rotate(25.87deg);width:16.89px}.mapShard__content-wager p{color:#fff;font-family:Inter,sans-serif;font-size:22px;font-weight:700;letter-spacing:.01em;line-height:1;text-align:center;text-shadow:0 2.98151px 5.96302px #00254080}.mapShard__content-wager p span{color:#96c6e5}.mapShard__content-claim p{color:#fff;font-family:Inter,sans-serif;font-size:30px;font-weight:700;letter-spacing:.01em;line-height:1;text-align:center;text-shadow:0 2.98151px 5.96302px #00254080}.mapShard.step-1a{left:calc(50% - 10px);top:399px}.mapShard.step-2a{left:calc(50% - 112px);top:662px}.mapShard.step-3a{left:calc(50% - 142px);top:873px}.mapShard.step-3b{right:calc(50% - 182px);top:945px}.mapShard.step-4a{left:calc(50% - 226px);top:1140px}.mapShard.step-4b{left:calc(50% - 80px);top:1235px}.mapShard.step-5a{left:calc(50% - 47px);top:1427px}.mapShard.step-6a{right:calc(50% - 196px);top:1483px}.mapShard.step-7a{right:calc(50% - 126px);top:1749px}.mapShard.step-8a{right:calc(50% - 33px);top:1982px}.mapShard.step-8b{left:calc(50% - 165px);top:2076px}.mapShard.step-9a{left:calc(50% - 160px);top:2353px}.mapShard.step-9b{right:calc(50% - 40px);top:2460px}.mapShard.step-10a{right:calc(50% - 188px);top:2833px}.mapShard.step-10b{right:calc(50% - 56px);top:3019px}.mapShard.step-10c{left:calc(50% - 165px);top:3123px}.mapShard:hover{background:linear-gradient(180deg,#4ab7ff40,#4ab7ff80);border:1.49075px solid #9bd7ff80;border-radius:20px;box-shadow:0 2.98151px 5.96302px #00254040;box-sizing:border-box;padding:10px 12px;z-index:2}.mapShard:hover .mapShard__lock{display:flex}.mapShard:hover .mapShard__image{display:none}.mapShard:hover .mapShard__image2{display:flex}.mapShard:hover .mapShard__content{display:block}.mapShard.claim:hover{background:linear-gradient(180deg,#29c12940,#84ff3d80);border:1.49075px solid #7bff00;border-radius:20px;box-shadow:0 2.98151px 5.96302px #00254040}.mapShard.claim:hover .mapShard__content-shards{background:linear-gradient(180deg,#29c12940,#84ff3d80);border-radius:29.8151px}.mapShard.claimed:hover{background:none;border:initial;border-radius:0;border-radius:initial;box-shadow:none;padding:0}.vipp{position:relative}.vipp.hidden .vipp__bg{background:linear-gradient(180deg,#031627,#002641),#0a0a17}.vipp.hidden .vipp__rew{height:100%}.vipp.hidden .vippMap:after{opacity:1;z-index:10}.vipp__bg{background:linear-gradient(180deg,#031627,#002641 18.19%,#000349 30.69%,#150152 43%,#450041 60%,#722800 81.6%,#722800 86.87%),#0a0a17}.vipp__bg,.vipp__bg:before{height:100%;left:0;position:absolute;top:0;width:100%}.vipp__bg:before{background:linear-gradient(90deg,#0a0a17,rgba(10,10,23,.499) 30.36%,#0a0a1700 53.34%,#0a0a1700 78.13%,#0a0a17 99.79%);content:""}.vipp__black{background:#0a0a1780;height:100%;position:absolute;right:0;top:0;width:574px;z-index:-1}.vipp__timer{-moz-ransform:translateX(-50%);align-items:center;display:flex;justify-content:flex-end;position:absolute;right:100px;top:35px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:1}.vipp__timer p{color:#fff;font-family:Inter,sans-serif;font-size:16.8932px;font-weight:500;line-height:16px;margin-right:9px;white-space:nowrap}.vipp__timer-item,.vipp__timer-items{align-items:center;display:flex}.vipp__timer-item{background:#fff;border-radius:3.67px;height:22px;justify-content:center;margin-right:4px;width:52px}.vipp__timer-item:last-child{margin-right:0}.vipp__timer-item h6{color:#100f2d;font-family:Inter,sans-serif;font-size:13.40861px;font-weight:500;line-height:10px}.vipp__timer-item h6 span{font-size:16.8932px;font-weight:800;line-height:16px}.vippRewards{-moz-ransform:translateX(-50%);height:calc(100vh - 140px);left:calc(50% - 328.5px);position:sticky;top:101px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:432px;z-index:10}.vippRewards__head{align-items:center;border-radius:20px;box-sizing:border-box;display:flex;height:112px;justify-content:space-between;margin-bottom:17px;overflow:hidden;padding:5px 56px 5px 30px;position:relative;width:100%}.vippRewards__head:before{background:linear-gradient(180deg,#3c000080,#3c0000);border:.786207px solid #7c353d;border-radius:15.7241px;box-shadow:0 1.57241px 3.14483px #f7d25a40;content:"";height:168px;left:-29px;mix-blend-mode:overlay;position:absolute;top:-22px;width:185px}.vippRewards__head-bg{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:-1}.vippRewards__head-bg img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.vippRewards__head-rank{align-items:center;bottom:-22px;display:flex;height:122.93px;justify-content:center;position:absolute;right:-27px;width:116.18px;z-index:2}.vippRewards__head-rank img{height:100%;transform:rotate(19.36deg);width:100%}.vippRewards__head-content{max-width:126px}.vippRewards__head-content-image{align-items:center;display:flex;justify-content:center;width:126px}.vippRewards__head-content-image img{width:100%}.vippRewards__head-content h6{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:900;letter-spacing:.15em;line-height:17px;margin-top:-10px;text-align:center;text-shadow:0 2.75148px 4.81509px #31000040}.vippRewards__head-prize{background:linear-gradient(180deg,rgba(255,98,0,.125),#ff620040);border:.786207px solid #7c353d;border-radius:15.7241px;box-shadow:0 1.57241px 3.14483px #f7d25a40;box-sizing:border-box;max-width:194px;mix-blend-mode:plus-lighter;padding:5px 56px 5px 30px;width:100%}.vippRewards__head-prize h6{color:#fff;font-weight:500}.vippRewards__head-prize h5,.vippRewards__head-prize h6{font-family:Inter,sans-serif;font-size:20px;letter-spacing:.01em;line-height:24px;text-align:center}.vippRewards__head-prize h5{color:#fced83;font-weight:900;text-shadow:0 1.57241px 4.71724px #610f0080}.vippRewards__body{-ms-overflow-style:none;background:#01142080;border:1px solid #2e2d57;border-radius:10px;box-sizing:border-box;height:calc(100% - 129px);scrollbar-width:none}.vippRewards__body::-webkit-scrollbar{display:none}.vippRewards__btns{align-items:center;background:#1f1d47;border-radius:10px 10px 0 0;box-sizing:border-box;display:flex;padding:6px 18px}.vippRewards__btn{align-items:center;background:linear-gradient(180deg,#13112d29,#1f1d4766);border-radius:6px;cursor:pointer;display:flex;justify-content:center;margin-right:10px;overflow:hidden;padding:9px 0;position:relative;width:61px}.vippRewards__btn:last-child{margin-right:0}.vippRewards__btn:before{background:#3f3b80;border-radius:6px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s linear;width:100%}.vippRewards__btn p{color:#bdbaef;font-family:Inter,sans-serif;font-size:11px;font-weight:600;line-height:13px;text-shadow:0 2px 4px #1f1d4780;transition:all .3s linear}.vippRewards__btn:hover p{color:#fff}.vippRewards__btn:hover:before{opacity:1}.vippRewards__btn.active p{color:#fff}.vippRewards__btn.active:before{opacity:1}.vipp__rew{box-sizing:border-box;height:calc(100% - 43px);padding:47px 22px 25px 12px}.vipp__rew-title{align-items:center;display:flex;justify-content:space-between;margin-bottom:29px}.vipp__rew-title h6{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:700;line-height:17px}.vipp__rew-title-icon{align-items:center;background:#307bd3;border-radius:50%;cursor:pointer;display:flex;height:29px;justify-content:center;transition:all .3s linear;width:29px}.vipp__rew-title-icon:hover{opacity:.8}.vipp__rew-title-icon svg{color:#fff;height:16px;width:16px}.vipp__rew-content{height:calc(100% - 58px)}.vipp__rew-head{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;margin-bottom:10px;padding-left:50px}.vipp__rew-head-info{box-sizing:border-box;padding:0 0 0 16px;width:60%}.vipp__rew-head-info h6{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:15px}.vipp__rew-head-price{box-sizing:border-box;padding:0 14px 0 0;width:40%}.vipp__rew-head-price h6{color:#fff;font-family:Inter,sans-serif;font-size:12px;font-weight:500;line-height:15px;text-align:right}.vipp__rew-items{-ms-overflow-style:none;box-sizing:border-box;height:calc(100% - 25px);overflow-y:auto;padding-left:50px;scrollbar-width:none}.vipp__rew-items::-webkit-scrollbar{display:none}.vipp__rew-item{align-items:center;border-radius:20px;display:flex;justify-content:space-between;margin-bottom:20px;position:relative}.vipp__rew-item:last-child{margin-bottom:0}.vipp__rew-item-rank{left:0;top:0}.vipp__rew-item-icon{-moz-ransform:translate(-50%,-50%);align-items:center;display:flex;height:20.02px;justify-content:center;left:60%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:17.4px}.vipp__rew-item-icon svg{height:100%;width:100%}.vipp__rew-item-info{align-items:center;background:#1f1d47;border-radius:20px 0 0 20px;box-sizing:border-box;display:flex;height:33px;padding:0 0 0 16px;width:60%}.vipp__rew-item-info p{color:#bdbaef;font-family:Inter,sans-serif;font-size:14.9665px;font-weight:600;line-height:18px}.vipp__rew-item-price{align-items:center;background:#307bd3;border-radius:0 20px 20px 0;box-sizing:border-box;display:flex;height:33px;justify-content:flex-end;padding:0 14px 0 0;width:40%}.vipp__rew-item-price img{height:25.06px;margin-right:5px;transform:rotate(28.04deg);width:14.62px}.vipp__rew-item-price p{color:#fff;font-family:Inter,sans-serif;font-size:18px;font-weight:900;line-height:22px;text-align:right;text-shadow:0 .831472px 3.32589px #3e337e}.vipp__rew-item-rank{-moz-ransform:translateY(-50%);align-items:center;display:flex;justify-content:center;left:-50px;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:50px}.vipp__rew-item-rank img{max-width:100%}.vipp__rew-item.step-0 .vipp__rew-item-rank img{max-width:29.1px}.vipp__rew-item.step-0 .vipp__rew-item-icon svg{color:#457a94}.vipp__rew-item.step-0 .vipp__rew-item-price{background:#457a94}.vipp__rew-item.step-1 .vipp__rew-item-rank img{max-width:29.1px}.vipp__rew-item.step-1 .vipp__rew-item-icon svg{color:#4088bb}.vipp__rew-item.step-1 .vipp__rew-item-price{background:#4088bb}.vipp__rew-item.step-2 .vipp__rew-item-rank img{max-width:29.1px}.vipp__rew-item.step-2 .vipp__rew-item-icon svg{color:#338ac8}.vipp__rew-item.step-2 .vipp__rew-item-price{background:#338ac8}.vipp__rew-item.step-3 .vipp__rew-item-rank img{max-width:24.94px}.vipp__rew-item.step-3 .vipp__rew-item-icon svg{color:#2a71e3}.vipp__rew-item.step-3 .vipp__rew-item-price{background:#2a71e3}.vipp__rew-item.step-4 .vipp__rew-item-rank img{max-width:24.94px}.vipp__rew-item.step-4 .vipp__rew-item-icon svg{color:#6a5bdc}.vipp__rew-item.step-4 .vipp__rew-item-price{background:#6a5bdc}.vipp__rew-item.step-5 .vipp__rew-item-rank img{max-width:34.09px}.vipp__rew-item.step-5 .vipp__rew-item-icon svg{color:#7a50f8}.vipp__rew-item.step-5 .vipp__rew-item-price{background:#7a50f8}.vipp__rew-item.step-6 .vipp__rew-item-rank img{max-width:32.43px}.vipp__rew-item.step-6 .vipp__rew-item-icon svg{color:#9244ff}.vipp__rew-item.step-6 .vipp__rew-item-price{background:#9244ff}.vipp__rew-item.step-7 .vipp__rew-item-rank img{max-width:37.42px}.vipp__rew-item.step-7 .vipp__rew-item-icon svg{color:#ae44ff}.vipp__rew-item.step-7 .vipp__rew-item-price{background:#ae44ff}.vipp__rew-item.step-8 .vipp__rew-item-rank img{max-width:38.25px}.vipp__rew-item.step-8 .vipp__rew-item-icon svg{color:#be4eb9}.vipp__rew-item.step-8 .vipp__rew-item-price{background:#be4eb9}.vipp__rew-item.step-9 .vipp__rew-item-rank img{max-width:41.57px}.vipp__rew-item.step-9 .vipp__rew-item-icon svg{color:#c2448b}.vipp__rew-item.step-9 .vipp__rew-item-price{background:#c2448b}.vipp__rew-item.step-10 .vipp__rew-item-rank img{max-width:44.9px}.vipp__rew-item.step-10 .vipp__rew-item-icon svg{color:#c2448b}.vipp__rew-item.step-10 .vipp__rew-item-price{background:#c2448b}.vipp__rew-item.step-11 .vipp__rew-item-rank img{max-width:47.39px}.vipp__rew-item.step-11 .vipp__rew-item-icon svg{color:#cb6948}.vipp__rew-item.step-11 .vipp__rew-item-price{background:#cb6948}.vipp__rew-item.step-12 .vipp__rew-item-rank img{max-width:50px}.vipp__rew-item.step-12 .vipp__rew-item-icon svg{color:#ed8e12}.vipp__rew-item.step-12 .vipp__rew-item-price{background:#ed8e12}.vipp__rew-rows{-ms-overflow-style:none;height:calc(100% - 58px);overflow-y:auto;scrollbar-width:none}.vipp__rew-rows::-webkit-scrollbar{display:none}.vipp__rew-row{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.vipp__rew-row:last-child{margin-bottom:0}.vipp__rew-row-content{align-items:center;background:#1f1d47;border-radius:20px 0 0 20px;box-sizing:border-box;display:flex;height:31px;padding-left:17px;position:relative;transition:all .3s linear;width:calc(100% - 131px)}.vipp__rew-row-content.claim{background:#29c129}.vipp__rew-row-content svg{color:#fff;height:11px;margin-left:24px;width:15px}.vipp__rew-row-content p{color:#ecebff;font-family:Inter,sans-serif;font-size:12px;font-weight:800;line-height:14px}.vipp__rew-row-content p span{color:#bdbaef;font-weight:600}.vipp__rew-row-icon{-moz-ransform:translateY(-50%);align-items:center;display:flex;justify-content:center;position:absolute;right:-20px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:35px}.vipp__rew-row-icon.shard{right:-12px;width:20px}.vipp__rew-row-icon img{width:100%}.vipp__rew-row-btn{align-items:center;background:#3a3870;border:1px solid #3a3870;border-radius:20px;box-sizing:border-box;cursor:pointer;display:flex;height:31px;justify-content:center;width:100px}.vipp__rew-row-btn.claim,.vipp__rew-row-btn.claimed{border:1px solid #29c129}.vipp__rew-row-btn.claimed p{color:#fff}.vipp__rew-row-btn p{color:#bdbaef;font-family:Inter,sans-serif;font-size:12px;font-weight:800;line-height:14px;text-align:center;transition:all .3s linear}.vipp__rew-row-btn img{height:18.47px;margin-left:4px;transform:rotate(28.04deg);width:10.77px}.vipp__rew-row-btn:hover p{color:#fff}.vipp__register{-moz-ransform:translateX(-50%);background:#01142080;border:1px solid #307bd3;border-radius:20px;box-sizing:border-box;left:calc(50% + 30px);padding:28px 30px 26px;position:absolute;top:0;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:15}.vipp__register h6{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;margin-bottom:6px;text-align:center}.vipp__register-lock{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:21px;justify-content:center;left:50%;position:absolute;top:-12px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:16px}.vipp__register-lock svg{color:#fff;height:100%;width:100%}.vipp__register-btn{align-items:center;background:#307bd3;border:1px solid #1f60ab;border-radius:9.26462px;box-sizing:border-box;cursor:pointer;display:flex;height:52px;justify-content:center;transition:all .3s linear;width:300px}.vipp__register-btn:hover{opacity:.8}.vipp__register-btn p{color:#fff;font-family:Inter,sans-serif;font-size:27.7939px;font-weight:900;line-height:34px;text-align:center}.vipp__roob{-moz-ransform:translateX(-50%);background:#01142080;border:1px solid #d37c30;border-radius:20px;box-sizing:border-box;left:calc(50% + 30px);padding:20px 30px 17px;position:absolute;top:0;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);z-index:15}.vipp__roob h6{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;margin-bottom:24px;text-align:center}.vipp__roob-lock{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:21px;justify-content:center;left:50%;position:absolute;top:-12px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:16px}.vipp__roob-lock svg{color:#fff;height:100%;width:100%}.vipp__roob-input{margin-bottom:20px;width:100%}.vipp__roob-input input{background:#0a0a17;border:1.85292px solid #6e4323;color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:700;line-height:24px;max-width:300px;padding:13px 16px;width:100%}.vipp__roob-btn,.vipp__roob-input input{border-radius:9.26462px;box-sizing:border-box}.vipp__roob-btn{align-items:center;background:#d37c30;border:1px solid #b26019;cursor:pointer;display:flex;height:52px;justify-content:center;transition:all .3s linear;width:300px}.vipp__roob-btn:hover{opacity:.8}.vipp__roob-btn p{color:#fff;font-family:Inter,sans-serif;font-size:27.7939px;font-weight:900;line-height:34px;text-align:center}.vippMap{position:relative}.vippMap:after{background:#0a0a1780;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:all .3s linear;width:100%;z-index:-10}.vippMap .map__outer:before{display:none}.vippMap__popup{bottom:81px;box-sizing:border-box;display:none;height:203px;left:0;position:fixed;width:100%;z-index:50}.vippMap__popup,.vippMap__popup-image{align-items:center;justify-content:center}.vippMap__popup-image{display:flex;height:125px;margin-right:20px;position:relative;z-index:2}.vippMap__popup-image img{height:100%}.vippMap__popup-image.shard{height:109px;width:64px}.vippMap__popup-image.shard img{width:100%}.vippMap__popup-content h6{color:#fff;font-size:42.3529px;line-height:51px}.vippMap__popup-content h6,.vippMap__popup-content p{font-family:Inter,sans-serif;font-weight:700;letter-spacing:.01em;text-align:center;text-shadow:0 4.20919px 8.41838px #00254080}.vippMap__popup-content p{color:#96c6e5;font-size:21.1765px;line-height:26px}.vippMap__popup-claim{align-items:center;background:linear-gradient(180deg,#29c129b3,#29c129);border:1px solid #fbff8a80;border-radius:20px;box-sizing:border-box;display:flex;height:74px;justify-content:flex-end;margin-left:-66px;padding-right:60px;width:256px}.vippMap__popup-claim p{color:#fff;font-family:Inter,sans-serif;font-size:42.3529px;font-weight:700;letter-spacing:.01em;line-height:51px;text-align:center;text-shadow:0 4.20919px 8.41838px #10620080}.vippMap__popup-close{align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;position:absolute;right:21px;top:18px;width:20px}.vippMap__popup-close svg{color:#00233c;height:100%;width:100%}.vippMap__popup-lock{-moz-ransform:translateX(-50%);align-items:center;display:flex;height:27px;justify-content:center;left:50%;position:absolute;top:-15px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:20px}.vippMap__popup-lock svg{color:#fff;height:100%;width:100%}.vippMap__popup.step-0,.vippMap__popup.step-1,.vippMap__popup.step-2{background:#4a83ffb3;border:1px solid #8aafffb3}.vippMap__popup.step-3{background:linear-gradient(180deg,#0055ffb3,#0055ffb3);border:1px solid #9dbdffb3}.vippMap__popup.step-4{background:linear-gradient(180deg,#5900ffb3,#5900ffb3);border:1px solid #b085ffb3}.vippMap__popup.step-5,.vippMap__popup.step-6,.vippMap__popup.step-7,.vippMap__popup.step-8{background:linear-gradient(180deg,#9d00ffb3,#9d00ffb3);border:1px solid #e0adffb3}.vippMap__popup.step-10,.vippMap__popup.step-9{background:linear-gradient(180deg,#ff00d0b3,#ff00d0b3);border:1px solid #ffcdf6b3}.vippMap__popup.step-11{background:linear-gradient(180deg,#ff0099b3,#ff0099b3);border:1px solid #ff9294b3}.vippMap__popup.step-12{background:linear-gradient(180deg,#ff6200b3,#ff6200b3);border:1px solid #ffffffb3}.vippMap__popup.shard{background:#4a83ffb3;border:1px solid #8aafffb3}.vippMap__popup.claim{background:linear-gradient(180deg,#29c1297d,#29c129b3);border:1px solid #8aafff80}.vippProgress{margin:0 auto 22px;max-width:266px;position:relative;width:100%}.vippProgress,.vippProgress__info{align-items:center;display:flex;justify-content:center}.vippProgress__info{-moz-ransform:translateY(-50%);background:#307bd3;border-radius:50%;cursor:pointer;height:30px;position:absolute;right:-50px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transition:all .3s linear;width:30px}.vippProgress__info:hover{opacity:.8}.vippProgress__info svg{color:#fff;height:16px;width:16px}.vippProgress__rank{align-items:center;display:flex;justify-content:center;position:relative;width:35px}.vippProgress__rank img{width:100%}.vippProgress__rank-tooltip{-moz-ransform:translateX(-50%);align-items:center;background:#3f3b80;border-radius:20px;bottom:calc(100% + 11px);display:flex;height:23px;justify-content:center;left:50%;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:128px}.vippProgress__rank-tooltip h6{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Inter,sans-serif;font-size:12px;font-weight:700;line-height:15px;overflow:hidden;text-align:center;text-overflow:ellipsis;width:124px}.vippProgress__rank-tooltip h6 span{color:#b4b2dc;font-weight:500}.vippProgress__line{background:#3a3870;border:1px solid #3f3b80;border-radius:20px;box-sizing:border-box;height:16px;margin:0 14px;position:relative;width:168px}.vippProgress__line-elems{-moz-ransform:translateY(-50%);align-items:center;display:flex;height:100%;justify-content:space-evenly;overflow:hidden;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:100%}.vippProgress__line-elem{background:#333162;height:20px;transform:skew(-30deg);width:8px}.vippProgress__line-inner{background:linear-gradient(180deg,#27cf27,#00a75f);border-radius:20px;left:0;overflow:hidden}.vippProgress__line-inner,.vippProgress__line-inner-elems{-moz-ransform:translateY(-50%);height:100%;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%)}.vippProgress__line-inner-elems{align-items:center;display:flex;justify-content:space-evenly;width:168px}.vippProgress__line-inner-elem{background:linear-gradient(6.9deg,#00aa5a 10.65%,#39e639 89.69%);height:20px;transform:skew(-30deg);width:8px}.vippProgress__other{-moz-ransform:translateY(-50%);align-items:center;display:flex;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:20px;z-index:5}.vippProgress__other img{width:100%}@media (max-width:1480px){.map{justify-content:flex-start;margin-right:0}.map__outer{display:block}}@media (max-width:1460px){.vipReg__inner{padding:80px 0 120px}.latest__inner{padding:80px 0 160px}.offers__inner{padding:60px 0 140px}.offr__inner{padding:70px 0 100px}.store__image{height:100%}.store__star.one{-moz-ransform:translate(0,0);left:270px;top:80px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transform:rotate(25.05deg)}.store__star.two{-moz-ransform:translate(0,0);left:auto;right:30px;top:100px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);transform:rotate(-29.42deg)}}@media (max-width:1340px){.guessContent{margin:initial;max-width:none;padding:120px 42px 50px}.guessContent__wheel{-moz-ransform:translateX(-50%);left:50%;top:-120px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.guess__inner{padding:180px 0 292px}.map{margin-left:-100px}.vippRewards{left:calc(50% - 354.5px);width:380px}.vippRewards__head{padding:15px 15px 15px 20px}.vippRewards__head-rank{height:auto;width:80px}}@media (max-width:1180px){.auto__container{padding:0 30px}.header__inner-logo{margin-right:24px}.nav__inner-link{margin-right:16px}.nav__inner-link:last-child{margin-right:0}.nav__dropdown-jackpot-image{width:160px}.nav__dropdown-jackpot:hover .nav__dropdown-jackpot-content h5:before{width:250px}.footer__top-inner{padding:40px 0}.footer__note-inner p{max-width:none;width:calc(50% - 20px)}.vipReg__inner{padding:60px 0 80px}.latest__inner{box-sizing:border-box;padding:80px 60px 120px 0}.offersItem__btn{width:200px}.offersItem__content{width:calc(100% - 275px)}.ctaBox__content{margin-right:30px}.switchprPack,.switchprRoob{padding:0}.switchprPack__free-image img{height:108%}.modalOffer__content{padding:32px}.modalOffer__info{padding:52px 32px 32px}.modalOffer__info-btn{bottom:32px;left:32px;width:calc(100% - 64px)}.modalShop__content,.modalShop__info{padding:40px 30px 57px}.jackpot__promo p{font-size:16px}.jackpotContent__side{width:calc(44% - 10px)}.jackpotContent__lottery-items{right:16px}.store__top-item{padding:24px 16px 24px 160px}.store__top-item-image-outer{width:120px}.store__top-item-image-outer:before{transition:all .3s linear}.store__top-item:hover .store__top-item-image-outer:before{scale:1.1}.store__earn-inner{align-items:flex-start;padding:24px 24px 24px 45px}.store__earn-row{width:calc(100% - 240px)}.store__prize-inner{padding:50px 32px 72px}.notify{margin-right:10px}.vippRewards{-moz-ransform:translate(0,0);left:30px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.map{margin-left:-240px}}@media (max-width:1024px){.header__inner-logo{margin-right:16px}.header__btns{max-width:260px}.header__btns .button{width:calc(50% - 5px)}.header__btns .button p{font-size:13px}.header__more-level{margin-right:12px}.header__more-level-progress{width:70px}.header__more-account{width:auto}.header__more-account p{display:none}.nav__inner-link{margin-right:16px}.nav__inner-link-content{width:70px}.nav__inner-link p,.nav__inner-link.vip p{font-size:13px}.nav__inner-link.vip .nav__inner-link-content{width:131px}.nav__dropdown-jackpot-image{-moz-ransform:translateY(-50%);max-width:120px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:40%}.nav__dropdown-jackpot:hover .nav__dropdown-jackpot-content h5:before{width:200px}.vipReg__inner{padding:60px 0}.vipReg__image{width:calc(30% - 16px)}.vipReg__content{width:calc(70% - 16px)}.offersItem__icon{width:44px}.offersItem__btn{width:160px}.offersItem__btn p{font-size:15px}.offersItem__content{padding-left:140px;width:calc(100% - 224px)}.offersItem__content-image{width:140px}.offersItem__content-col h6{font-size:12px;margin-bottom:8px}.offersItem__content-col p{font-size:12px}.offr__pop,.offr__prof{width:calc(33.3334% - 10px)}.offr__rolex-image{left:-70px}.offr__rolex:hover .offr__rolex-image{left:-100px}.ctaBox{align-items:flex-start;flex-direction:column;padding-bottom:89px}.ctaBox__star.one{left:auto;right:260px}.ctaBox__content{margin-bottom:24px;margin-right:0;position:static}.ctaBox__content p{margin-bottom:0}.ctaBox .button.register,.ctaBox__content-btn{bottom:24px;position:absolute;z-index:2}.cta.pred .ctaBox__guess{height:326px;right:110px;top:-61px;width:330px}.switchpr__inner{padding-bottom:120px}.switchprRoob__row{flex-direction:column;margin-bottom:24px}.switchprRoob__reward{margin-bottom:24px;width:100%}.switchprRoob__register{height:182px;width:100%}.switchprRoob__register-image img{object-fit:cover;width:100%}.switchprRoob__register-btn{left:38px;transform:translate(0)}.switchprRoob__jack-content{margin-bottom:13px}.switchprRoob__jack-info{align-items:flex-start;position:relative;right:auto;top:auto}.switchprRoob__jack-coins{right:0}.switchprRoob__jack-image{left:auto;right:20px;width:380px}.switchprRoob__jack .button.green{left:53px;right:auto}.switchprRoob__jack:hover .button.green{bottom:14px}.switchprRoob__jack:hover .switchprRoob__jack-coins{right:10px}.switchprRoob__jack:hover .switchprRoob__jack-image{left:auto;right:10px;width:420px}.switchprPack__row{flex-direction:column;margin-bottom:24px}.switchprPack__board{margin-bottom:24px;width:100%}.switchprPack__register{height:182px;width:100%}.switchprPack__register-btn{left:38px;transform:translate(0)}.switchprPack__free-content p{color:#fff}.switchprPack__free-image img{height:100%}.switchprPack__deposit{width:calc(33.3334% - 10px)}.switchprPack__deposit-content h2{font-size:40px}.switchprPack__deposit-content h3{font-size:16px}.switchprPack__iphone{width:calc(33.3334% - 10px)}.switchprPack__iphone-image{left:-110px}.switchprPack__iphone:hover .switchprPack__iphone-image{left:-120px}.switchprPack__rolex{width:calc(33.3334% - 10px)}.switchprPack__rolex-image{left:-70px}.switchprPack__rolex:hover .switchprPack__rolex-image{left:-100px}.modalOffer__content-head{align-items:flex-start;flex-direction:column;margin-bottom:24px}.modalOffer__content-head-image{margin-bottom:24px}.modalOffer__content-head-info{width:100%}.modalShop{flex-direction:column}.modalShop__content{max-width:none;padding:32px 24px;width:100%}.modalShop__content-info{width:calc(100% - 224px)}.modalShop__info{max-width:none;padding:24px;width:100%}.jackpot__inner{padding:100px 0 120px}.jackpot__head{align-items:center;flex-direction:column;justify-content:center;margin-bottom:24px}.jackpot__head-title h2{text-align:center}.jackpot__title{align-items:center;flex-direction:column;justify-content:center;margin-bottom:100px}.jackpot__promo{margin-bottom:24px}.jackpot__promo p{flex:1 1}.jackpotContent{flex-direction:column}.jackpotContent__inner{margin:0 auto 32px;width:100%}.jackpotContent__side{margin:0 auto;max-width:600px;width:100%}.jackpotContent__lottery-items{right:39px}.jackpotContent__banner-image{width:600px}.guessContent{padding:120px 24px 50px}.store__top-item{padding:24px 16px 24px 140px;width:calc(50% - 8px)}.store__top-item-content-title h2{font-size:24px}.store__earn-inner{flex-direction:column}.store__earn-info{margin-bottom:24px;width:100%}.store__earn-row{position:relative;width:100%;z-index:2}.store__earn-item.guess .store__earn-item-content{min-height:75px}.store__prize-inner{padding:50px 24px 72px}.store__prize-item{margin:22px 8px;width:calc(25% - 16px)}.store__prize-items{margin:0 -8px;width:calc(100% + 16px)}.profile__vip-desc{width:220px}.profile__vip-inner{width:calc(100% - 240px)}.profileAccount__content{width:calc(45% - 9px)}.profileAccount__vip{width:calc(55% - 9px)}.map{justify-content:center;margin-left:0;width:100%}.map__outer{margin-top:0;padding-top:112px}.map__black{display:none}.vippBtns{background:linear-gradient(180deg,#181835,#1f1d47 8.99%),#1f1d47;bottom:0;padding:6px 0 11px;position:fixed;width:100%;z-index:50}.vippBtn,.vippBtns{align-items:center;box-sizing:border-box;display:flex;justify-content:center}.vippBtn{background:#3f3b80;border:1px solid #3f3b80;border-radius:50%;cursor:pointer;height:36px;width:36px}.vippBtn,.vippBtn svg{transition:all .3s linear}.vippBtn svg{color:#6864b6}.vippBtn svg path{transition:all .3s linear}.vippBtn svg path.otherpath{color:#bdbaef}.vippBtn.rw svg{height:16px;width:19px}.vippBtn.prog svg{height:19px;width:21px}.vippBtn.mp svg{height:18px;width:19px}.vippBtn:hover{background:#1f78ff33;border:1px solid #1f78ff;height:52px;width:52px}.vippBtn:hover svg{color:#1f78ff}.vippBtn:hover svg path.otherpath{color:#44b4ff}.vippBtn:hover.rw svg{height:23px;width:27px}.vippBtn:hover.prog svg{height:24px;width:26px}.vippBtn:hover.mp svg{height:24px;width:25px}.vippBtn.active{background:#1f78ff33;border:1px solid #1f78ff;height:52px;width:52px}.vippBtn.active svg{color:#1f78ff}.vippBtn.active svg path.otherpath{color:#44b4ff}.vippBtn.active.rw svg{height:23px;width:27px}.vippBtn.active.prog svg{height:24px;width:26px}.vippBtn.active.mp svg{height:24px;width:25px}.vippBtn__outer{align-items:center;display:flex;height:64px;justify-content:center;margin-right:60px;width:64px}.vippBtn__outer:last-child{margin-right:0}.vipp__timer{-moz-ransform:translate(0,0);justify-content:center;position:static;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);width:100%}.vippMap{padding-top:11px;position:relative}.vippMap:before{background:linear-gradient(180deg,#0a0a17,#0a0a1700);content:"";height:115px;left:0;position:absolute;top:0;width:100%;z-index:-1}.vippMap__title{margin-bottom:12px}.vippMap__title h1{-webkit-text-fill-color:#0000;text-fill-color:#0000;background:linear-gradient(90deg,#ffed71,#ffbe00);-webkit-background-clip:text;background-clip:text;font-family:Inter,sans-serif;font-size:54.9321px;font-weight:900;line-height:66px;text-align:center}.vippMap__title h2{color:#fff;font-family:Kanit,sans-serif;font-size:30.8993px;font-weight:400;letter-spacing:.01em;line-height:46px;margin-top:-22px;text-align:center}.vipp__register,.vipp__roob{left:50%;max-width:362px;width:100%}.vippRew{background:#1f1d47;padding-top:11px;position:relative}.vippRew:before{background:linear-gradient(180deg,#0a0a17,#0a0a1700);content:"";height:115px;left:0;position:absolute;top:0;width:100%}.vippRew .vipp__register{-moz-ransform:translate(0,0);margin-bottom:32px;margin-left:30px;margin-top:9px;max-width:none;position:static;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);width:calc(100% - 60px)}.vippRew .vipp__register-btn{margin:0 auto}.vippRew .vipp__roob{-moz-ransform:translate(0,0);margin-bottom:32px;margin-left:30px;margin-top:9px;max-width:none;position:static;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);width:calc(100% - 60px)}.vippRew .vipp__roob-input{margin:0 auto 20px;max-width:300px}.vippRew .vipp__roob-btn{margin:0 auto}.vippRew .vipp__rew{height:auto;padding:0 30px 60px}.vippRew .vipp__rew-content{background:linear-gradient(180deg,#0a0a17,#292657);border:1px solid #3f3b80;border-radius:20px;box-sizing:border-box;height:auto;padding:20px 18px}.vippRew .vipp__rew-items{height:auto;overflow:visible;overflow:initial}.vippRew .vipp__rew-item-icon{left:50%}.vippRew .vipp__rew-item-info,.vippRew .vipp__rew-item-price{width:50%}.vippRew .vippProgress{box-sizing:border-box;margin:0 auto 60px;padding-top:51px;z-index:2}.vippRew .vippProgress__info{display:none}.vippProg{background:#1f1d47;box-sizing:border-box;padding:0 0 81px;top:66px;width:100%;z-index:20}.vippProg:before{background:linear-gradient(180deg,#0a0a17,#0a0a1700);content:"";height:93px;left:0;position:absolute;top:0;width:100%;z-index:1}.vippProg__inner,.vippProg__map{position:relative}.vippProg__map{border-bottom:0;box-sizing:border-box;overflow:hidden}.vippProg__map:before{background:linear-gradient(0,#002440,#00244000);display:none;height:150px;z-index:3}.vippProg__map:after,.vippProg__map:before{bottom:0;content:"";left:0;position:absolute;width:100%}.vippProg__map:after{height:100%;opacity:0;z-index:1}.vippProg__map-inner{height:190px;overflow:hidden}.vippProg__map-date{align-items:center;background:#3f3b80;border-radius:0 0 20px 0;box-sizing:border-box;display:flex;height:25px;justify-content:center;left:0;padding:0 15px 0 27px;position:absolute;top:0;z-index:3}.vippProg__map-date p{color:#fff;font-family:Kanit,sans-serif;font-size:15px;font-weight:700;letter-spacing:.01em;line-height:1;margin-top:-3px;text-align:center}.vippProg__map-icon{align-items:center;background:#307bd3;border-radius:50%;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:16px;top:35px;transition:all .3s linear;width:30px;z-index:3}.vippProg__map-icon:hover{opacity:.8}.vippProg__map-icon svg{color:#fff;height:16px;width:16px}.vippProg .map__outer{padding-top:0}.vippProg .map__outer:before{background:linear-gradient(180deg,#031627,#002641 18.19%,#000349 30.69%,#150152 43%,#450041 60%,#722800 81.6%,#722800 86.87%),#0a0a17;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.vippProg__box{background:linear-gradient(180deg,#0a0a17,#292657);border-top:1px solid #3f3b80;box-sizing:border-box;padding:42px 30px 70px}.vippProg .vipp__rew{padding:0}.vippProg .vipp__rew-title{margin-bottom:14px}.vippProg .vipp__rew-title-icon{display:none}.vippProg .vipp__rew-rows{overflow:visible;overflow:initial}.vippProg .vippProgress{margin:0 auto 34px;z-index:10}.vippProg .vippProgress__info{display:none}}@media (max-width:840px){main{padding-top:89px}.auto__container{padding:0 24px}.bgOverlay{display:none}.header{background:linear-gradient(0,#181835,#1f1d47 8.99%),#1f1d47}.header__inner{display:block;padding:20.5px 0}.header__inner:before{display:none}.header__inner-logo{height:43px;margin-right:0;width:41px}.header__inner-logo-ellipse{height:38.25px;left:1.94px;top:1.4px;width:37.95px}.header__inner-logo-ellipse2{height:39.23px;left:1.1px;top:2.51px;width:38.23px}.header__inner-logo svg{height:30.71px;right:4.99px;top:5.31px;width:30.47px}.header__inner-logo:hover svg{height:31.55px;right:2.77px;top:4.75px;width:29.09px}.header__inner-logo:hover .header__inner-logo-ellipse{color:#1fa2ff;height:39.37px;left:4.99px;top:.84px;width:35.46px}.header__inner-logo:hover .header__inner-logo-ellipse2{color:#2843db;height:39.93px;left:2.49px;top:.84px;width:37.95px}.header__inner-content{justify-content:space-between;width:100%}.header .languageSelect,.header__btns{display:none}.header__more{right:84px}.header__more-account,.header__more-btns{display:none}.header__more-balance{background:#0a0a17;height:45px;margin-right:13px;width:175px}.nav{background:none;height:calc(100% - 89px);left:0;position:fixed;top:89px;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%);transition:all .2s ease-in-out 0s;-moz-transition:all .2s ease-in-out 0s;width:100%;z-index:100}.nav.active{-moz-ransform:translate(0,0);transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.nav__inner{-ms-overflow-style:none;align-items:normal;background:#1f1d47;border:initial;box-sizing:border-box;flex-direction:column;height:100%;justify-content:normal;overflow-y:auto;padding:24px;position:absolute;scrollbar-width:none;width:100%;z-index:1}.nav__inner::-webkit-scrollbar{display:none}.nav__inner:before{background:linear-gradient(180deg,#181835,#1f1d47 17.65%);content:"";height:85px;left:0;position:absolute;top:-6px;width:100%;z-index:-1}.nav__inner-link{margin-bottom:20px;margin-right:0;padding:0;width:auto}.nav__inner-link:last-child{margin-bottom:0}.nav__inner-link-content{display:none}.nav__inner-link.roobet .nav__dropdown-col:last-child{margin-bottom:18px;order:2}.nav__inner-link.roobet .nav__dropdown-col:nth-child(2){margin-bottom:0;order:3}.nav__inner-link.roobet .nav__dropdown-col:nth-child(2) .nav__dropdown-item:first-child,.nav__inner-link.vip .nav__inner-link-content{display:none}.nav__head{box-sizing:border-box;justify-content:space-between;margin-bottom:5px;padding:23px 9px}.nav__head,.nav__head-logo{align-items:center;display:flex}.nav__head-logo{height:43px;justify-content:center;width:41px}.nav__head-logo img{height:100%;width:100%}.nav__head-close{align-items:center;background:#201f45;border:1px solid #181835;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:38px;justify-content:center;transition:all .3s linear;width:42px}.nav__head-close svg{color:#8988bc;height:17px;transition:all .3s linear;width:17px}.nav__head-close:hover{background:#4c4a92}.nav__head-close:hover svg{color:#fff}.nav__btns{align-items:center;display:flex;justify-content:space-between;margin:0 auto 38px;max-width:363px;width:100%}.nav__btn{background:#307bd3;border-radius:5px;border-radius:20px;cursor:pointer;height:42px;position:relative;width:calc(50% - 4px)}.nav__btn:before{-moz-ransform:translate(-50%,-50%);background:linear-gradient(180deg,#1f60ab,#1e5ca4);border-radius:20px;content:"";height:calc(100% + 2px);left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:calc(100% + 2px);z-index:-1}.nav__btn:last-child{background:linear-gradient(90deg,#5d5ba6,#484690)}.nav__btn:last-child:before{background:linear-gradient(180deg,#49488d,#212047);height:calc(100% + 1px);width:calc(100% + 1px)}.nav__dropdown{margin:0 auto;max-height:none!important;max-width:363px;opacity:1!important;position:static;transform:translate(0)!important;transition:none 0s ease 0s;transition:initial}.nav__dropdown-title{align-items:center;background:#3f3b80;border-radius:20px;box-sizing:border-box;display:flex;height:57px;padding:16px 26px;position:relative}.nav__dropdown-title p{color:#fff!important;font-family:Inter,sans-serif;font-size:20px!important;font-weight:600!important;line-height:24px!important;text-shadow:0 2.51961px 5.03922px #1f1d4780}.nav__dropdown-title svg{color:#fff!important;height:24px!important;margin-right:6px!important;width:24px!important}.nav__dropdown-title svg path.otherpath{color:#6863c7!important}.nav__dropdown-title img{height:27px;margin-right:10px;transform:rotate(28.04deg);width:16px}.nav__dropdown-title-image{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.nav__dropdown-title-image img{height:100%;margin-right:0;object-fit:cover;transform:rotate(0);width:100%}.nav__dropdown-title.roobet svg{color:#68689f!important;height:24px!important;margin-right:6px!important;width:24px!important}.nav__dropdown-title.roobet svg path.otherpath{color:#fff!important}.nav__dropdown-title.roobet .nav__dropdown-title-chevron svg{color:#fff!important;height:100%!important;margin-right:0!important;width:100%!important}.nav__dropdown-title.shop{background:#3c8eee;overflow:hidden}.nav__dropdown-title-chevron{-moz-ransform:translateY(-50%);align-items:center;display:none;height:16px;justify-content:center;position:absolute;right:26px;top:50%;transform:translateY(-50%);-o-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);width:16px}.nav__dropdown-title-chevron svg{color:#fff!important;height:100%!important;margin-right:0!important;width:100%!important}.nav__dropdown-title.vip{background:linear-gradient(90deg,#b16615,#ffc026);padding:16px 15px}.nav__dropdown-title.vip .nav__dropdown-title p{color:#fff;font-family:Inter,sans-serif;font-size:20px;font-weight:600;line-height:24px;text-shadow:0 2.51961px 5.03922px #1f1d4780}.nav__dropdown-title.vip .nav__dropdown-title-icon{align-items:center;display:flex;height:32px;justify-content:center;margin-right:10px;width:30px}.nav__dropdown-title.vip .nav__dropdown-title-icon img{height:100%;margin-right:0;object-fit:cover;transform:rotate(0deg);width:100%}.nav__dropdown-title.vip .nav__dropdown-title-star{align-items:center;display:flex;justify-content:center;position:absolute;z-index:1}.nav__dropdown-title.vip .nav__dropdown-title-star img{height:100%;margin-right:0;object-fit:cover;transform:rotate(17.01deg);width:100%}.nav__dropdown-title.vip .nav__dropdown-title-star.one{height:16px;right:138px;top:5px;width:17px}.nav__dropdown-title.vip .nav__dropdown-title-star.two{bottom:5px;height:15px;right:106px;width:18px}.nav__dropdown-title.vip .nav__dropdown-title-star.three{bottom:11px;height:23px;right:6px;width:27px}.nav__dropdown-title.vip .nav__dropdown-title-bg{align-items:center;display:flex;height:57px;justify-content:center;position:absolute;right:31px;top:0;width:87px}.nav__dropdown-title.vip .nav__dropdown-title-bg img{height:100%;margin-right:0;object-fit:cover;transform:rotate(0deg);width:100%}.nav__dropdown-inner{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:initial;border-radius:0;border-radius:initial;display:none;flex-direction:column;min-height:0;min-height:auto;padding:8px 26px 30px}.nav__dropdown-inner.mobActive{display:flex}.nav__dropdown-play{border-radius:20px;height:111px;margin-bottom:18px;width:100%}.nav__dropdown-col{margin-bottom:8px;width:100%}.nav__dropdown-col-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.nav__dropdown-col:last-child{margin-bottom:0}.nav__dropdown-item{border-radius:20px;height:52px;margin-bottom:8px;min-height:0;min-height:auto}.nav__dropdown-item-ranks{width:120px}.nav__dropdown-item:last-child{margin-bottom:0}.nav__dropdown-item-title{padding:4px 20px}.nav__dropdown-jackpot{border-radius:20px;height:52px;min-height:0;min-height:auto}.nav__dropdown-jackpot-content{right:30px}.nav__dropdown-jackpot-content h4{font-size:13px}.nav__dropdown-jackpot-content h5{font-size:18px}.nav__dropdown.pack .nav__dropdown-col:nth-child(2){margin-bottom:0}.nav__dropdown-content{flex-direction:column;height:auto;margin-bottom:18px;order:1}.nav__dropdown-content .nav__dropdown-item{display:none;margin-bottom:8px;width:100%}.nav__dropdown-row{flex-direction:column;height:auto;margin-bottom:0;order:2;width:100%}.nav__dropdown-row-image{border-radius:20px;height:96px;margin-bottom:18px;width:100%}.nav__dropdown-row-image:last-child{margin-bottom:0}.nav__dropdown-leaderboard{border-radius:20px;height:80px;width:100%}.nav__dropdown.mobActive{background:#0a0a17;border:1px solid #363270;border-radius:20px;box-sizing:border-box}.nav__dropdown.mobActive .nav__dropdown-title{background:none}.nav__dropdown.mobActive .nav__dropdown-title-chevron{display:flex}.nav__more{display:block;margin:0 auto 25px;max-width:363px;width:100%}.nav__more-info{background:#3f3b80;border-radius:20px;box-sizing:border-box;cursor:pointer;padding:14px 47px 14px 14px;position:relative}.nav__more-avatar,.nav__more-info{align-items:center;display:flex;justify-content:center;overflow:hidden}.nav__more-avatar{background:#2f2e5f;border-radius:50%;height:70px;margin-right:10px;width:70px}.nav__more-avatar img{height:100%;object-fit:cover;width:100%}.nav__more-avatar svg{color:#adacde;height:50px;width:50px}.nav__more-content{align-items:flex-start;display:flex;flex-direction:column}.nav__more-content-name{margin-bottom:2px}.nav__more-content-name h4{-webkit-line-clamp:1;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-family:Inter,sans-serif;font-size:30px;font-weight:700;line-height:36px;max-width:150px;overflow:hidden;text-overflow:ellipsis}.nav__more-content-rank{background:#1c1a3a;border-radius:12px;box-sizing:border-box;min-width:96px;padding:4px 14px}.nav__more-content-rank,.nav__more-content-rank-image{align-items:center;display:flex;justify-content:center}.nav__more-content-rank-image{height:19px}.nav__more-content-rank-image img{height:100%}.nav__more-content-rank h6{color:#f3c24d;font-family:Inter,sans-serif;font-size:14px;font-weight:500;line-height:17px;margin-left:8px}.nav__more-btn{background:#2f2e5f;cursor:pointer;height:100%;position:absolute;right:0;top:0;width:47px}.nav__more-btn svg{color:#adacde;height:16px;transition:all .3s linear;width:17px}.nav__more-btn:hover svg{color:#fff}.nav__more .button.continue{border-radius:20px;height:40px;padding:10px 0}.nav__more .button.continue span,.nav__more .button.continue span:after,.nav__more .button.continue span:before{border-radius:20px}.nav__more .button.continue p{color:#fff;font-family:Inter,sans-serif;font-size:17px;font-weight:500;line-height:1;text-shadow:0 1px 2px #17238c4d}.burger{background:#2f2e5f;border:1px solid #181835;border-radius:5px;border-radius:50%;box-sizing:border-box;cursor:pointer;display:block;height:48px;position:relative;transition:all .3s linear;width:48px}.burger:before{-moz-ransform:translateX(-50%);top:15px;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.burger span,.burger:before{background-color:#fff;border-radius:100px;box-shadow:0 4px 4px #18183580;content:"";height:3px;left:50%;position:absolute;transition:all .3s ease;width:20px}.burger span{-moz-ransform:translate(-50%,-50%);top:50%;transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}.burger:after{-moz-ransform:translateX(-50%);background-color:#fff;border-radius:100px;bottom:15px;box-shadow:0 4px 4px #18183580;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);transition:all .3s ease;width:20px}.burger:hover{background:#4c4a92;border:1px solid #181835}.burger svg{color:#d9d9d9;display:none;height:13px;width:13px}.burger.active{align-items:center;display:flex;justify-content:center}.burger.active span,.burger.active:after,.burger.active:before{display:none}.burger.active svg{display:block}.footer__top-inner{flex-direction:column;padding:40px 0 60px}.footer__top-row{flex-direction:column;margin-bottom:60px;width:100%}.footer__top-logo{margin-bottom:48px;margin-right:0}.footer__note-inner{display:block;padding:30px 0}.footer__note-inner p{margin-bottom:24px;width:100%}.footer__note-inner p:last-child{margin-bottom:0}.footer__note-inner p br{display:none}.footer__links-inner{flex-wrap:wrap;padding:24px 0}.footer__copy-inner p{text-align:center}.vipReg__inner{align-items:center;flex-direction:column;padding:40px 0 60px}.vipReg__image{margin-bottom:24px;max-width:250px;width:100%}.vipReg__content{width:100%}.vipReg__form-btn,.vipReg__form-input input{border-radius:5px}.vipReg__content{padding-top:0}.latest__inner{padding:60px 0 100px}.offers:after,.offers:before{display:none}.offers__inner{padding:60px 0}.offers__inner h3{margin-bottom:24px}.offersItem{height:auto;padding:98px 12px 10px;position:relative}.offersItem__content{padding-left:0;position:static;width:100%}.offersItem__content-image{height:74px;left:12px;top:10px;width:274px}.offersItem__content-col h6{font-size:15px}.offersItem__content-col p{font-size:13px}.offersItem__btn{position:absolute;right:12px;top:10px;width:calc(100% - 383px)}.offersItem__btn p{font-size:17px}.offersItem__icon{left:300px;position:absolute;top:10px;width:55px}.offr:before{display:none}.offr__inner{padding:60px 0}.offr__inner h3{margin-bottom:32px}.offr__row{align-items:center;flex-direction:column}.offr__pop{margin-bottom:32px;opacity:1;width:100%}.offr__pop:last-child{margin-bottom:0}.offr__pop.animate .offr__pop-inner-ellipse.one{border:12px solid #6321ad;filter:blur(25px);height:185px;top:-4px;transform:translateX(-50%) translateY(0);width:185px}.offr__pop.animate .offr__pop-inner-ellipse.two{border:10px solid #6321ad;height:77px;top:48px;transform:translateX(-50%) translateY(0);width:77px}.offr__pop.animate .offr__pop-inner-ellipse.three{border:100px solid #6321ad;height:149px;top:-88px;transform:translateX(-50%) translateY(0);width:149px}.offr__pop.animate .offr__pop-inner-image{top:39px;width:225px}.offr__pop.animate .offr__pop-inner-overlay{opacity:1;z-index:-1}.offr__pop.animate .offr__pop-inner-text{width:175px}.offr__pop.animate .offr__pop-inner-roobet{transform:translateY(0)}.offr__prof{margin-bottom:32px;opacity:1;width:100%}.offr__prof:last-child{margin-bottom:0}.offr__prof.animate .offr__prof-inner-image{top:48px;width:184px}.offr__prof.animate .offr__prof-inner-logo{-moz-ransform:translateX(-50%);left:50%;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:70px}.offr__prof.animate .offr__prof-inner-roobet{opacity:1}.offr__prof.animate .offr__prof-inner-candy{bottom:20px;opacity:.8;width:72px}.offr__prof.animate .offr__prof-inner-bomb{opacity:.5;width:72px}.offr__rolex{opacity:1;width:100%}.offr__rolex-image{left:-40px}.offr__rolex-btn,.offr__rolex-content{-moz-ransform:translateX(-50%);left:50%;right:auto;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.offr__rolex-btn{justify-content:center}.offr__rolex-btn span:before{width:calc(100% + 4px)}.offr__rolex-btn span:after,.offr__rolex-btn span:before{-moz-ransform:translateX(-50%);left:50%;right:auto;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.offr__rolex-btn span:after{width:100%}.offr__rolex:hover .offr__rolex-image{left:-50px}.offr__rolex:hover .offr__rolex-btn{width:228px}.offr__rolex:hover .offr__rolex-btn span:before{width:calc(100% + 4px)}.offr__rolex:hover .offr__rolex-btn span:after{width:100%}.offr__rolex.animate .offr__rolex-image{left:-50px;top:-37px;width:181px}.offr__rolex.animate .offr__rolex-btn{width:228px}.offr__rolex.animate .offr__rolex-btn span:before{width:calc(100% + 4px)}.offr__rolex.animate .offr__rolex-btn span:after{width:100%}.offr__rolex.animate .offr__rolex-content{top:14px}.cta{background:none}.cta .auto__container,.cta__inner{padding:0}.ctaBox{border-radius:0;padding:110px 24px 108px}.ctaBox__bg{opacity:1!important;z-index:-3}.ctaBox__bg2{z-index:-2}.ctaBox__bg3{background:linear-gradient(180deg,#302f81 -2.42%,#537cdb 87.9%);mix-blend-mode:normal;opacity:1;z-index:-1}.ctaBox__ellipse{height:542px;left:0;top:-225px;width:550px}.ctaBox__ellipse,.ctaBox__ellipse2{-moz-ransform:translate(0,0);transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.ctaBox__ellipse2{height:643px;left:-24px;top:-167px;width:615px}.ctaBox__star.two{top:120px}.ctaBox__star.three{bottom:50px;top:auto}.ctaBox .button.register{bottom:50px}.ctaBox__jack.animate .ctaBox__jack-ticket.one{right:33px;top:7px}.ctaBox__jack.animate .ctaBox__jack-ticket.two{right:1px;top:28px;transform:rotate(-54deg)}.ctaBox__jack.animate .ctaBox__jack-ticket.three{left:0;top:25px;transform:rotate(78deg)}.ctaBox__jack.animate .ctaBox__jack-bg:before{opacity:0}.ctaBox__jack.animate .ctaBox__jack-bg:after{opacity:1}.ctaBox__jack.animate .ctaBox__jack-car{width:97px}.ctaBox__jack.animate .ctaBox__jack-content{height:28px}.ctaBox__jack.animate .ctaBox__jack-content p{font-size:9px;line-height:11px}.ctaBox__jack.animate .ctaBox__jack-content p span{color:#ffe572}.ctaBox__bonus.animate .ctaBox__bonus-cube{transform:translateX(-50%) rotate(6.48deg)}.ctaBox__bonus.animate .ctaBox__bonus-content{height:28px}.ctaBox__bonus.animate .ctaBox__bonus-content p{font-size:9px;line-height:11px}.ctaBox__bonus.animate .ctaBox__bonus-element{opacity:0}.ctaBox__bonus.animate .ctaBox__bonus-element2{opacity:1}.ctaBox__bonus.animate .ctaBox__bonus-star.one{left:8px;top:10px;width:12px}.ctaBox__bonus.animate .ctaBox__bonus-star.two{right:5px;top:45px;transform:rotate(40deg);width:20px}.ctaBox__bonus.animate .ctaBox__bonus-star.three{opacity:1;right:21px;top:12px}.ctaBox__vip.animate .ctaBox__vip-content{height:28px}.ctaBox__vip.animate .ctaBox__vip-content p{font-size:9px;line-height:11px}.ctaBox__vip.animate .ctaBox__vip-rank{opacity:0;transform:translateY(120%) translateX(-50%)}.ctaBox__vip.animate .ctaBox__vip-rank.two{opacity:1;transform:translateY(0) translateX(-50%)}.ctaBox__vip.animate .ctaBox__vip-element{opacity:0}.ctaBox__vip.animate .ctaBox__vip-element.two{opacity:.5}.cta.pred .ctaBox{padding:210px 24px 150px}.cta.pred .ctaBox__guess{bottom:-40px;height:253px;right:0;top:auto;width:256px}.cta.pred .ctaBox__timer{left:24px;right:auto;top:155px}.cta.pred .ctaBox__star.two{display:none}.cta.pred .ctaBox__star.three{bottom:109px;left:17px;width:21px}.cta.pred .ctaBox__star.one{bottom:20px;left:87px;top:auto;width:17px}.cta.pred .ctaBox__ellipse{height:582px;top:-287px;width:590px}.cta.pred .ctaBox__ellipse2{background:#561c05;height:759px;left:-24px;top:-337px;width:675px;z-index:1}.cta.pred .ctaBox__content-btn{bottom:50px}.switchpr:after,.switchpr:before{display:none}.switchpr__wrapper{background:none}.switchpr__inner{padding-bottom:100px}.switchprRoob__jack{height:319px}.switchprRoob__jack-image{bottom:10px}.switchprRoob__jack .button.green,.switchprRoob__jack:hover .button.green{bottom:110px}.switchprRoob__jack:hover .switchprRoob__jack-tickets{transform:translateY(150%)}.switchprRoob__jack.animate .button.green{bottom:110px}.switchprRoob__jack.animate .switchprRoob__jack-tickets{transform:translateY(150%)}.switchprRoob__jack.animate .switchprRoob__jack-coins{right:10px}.switchprRoob__jack.animate .switchprRoob__jack-image{left:auto;right:10px;width:420px}.switchprRoob__jack.animate .switchprRoob__jack-slot-overlay{background:#fff}.switchprRoob__reward.animate .switchprRoob__reward-bg2{opacity:1}.switchprRoob__reward.animate .switchprRoob__reward-btn{bottom:27px}.switchprRoob__reward.animate .switchprRoob__reward-rank.first{right:76px;top:15px;width:89px}.switchprRoob__reward.animate .switchprRoob__reward-rank.second{opacity:.5;right:161px;top:39px;transform:rotate(-5.44deg);width:68px}.switchprRoob__reward.animate .switchprRoob__reward-rank.third{opacity:.5;right:227px;top:64px;transform:rotate(-20.37deg);width:46px}.switchprRoob__reward.animate .switchprRoob__reward-rank.fourth{opacity:.5;right:272px;top:96px;transform:rotate(-38.26deg);width:22px}.switchprRoob__register.animate .switchprRoob__register-bg{opacity:0}.switchprRoob__register.animate .switchprRoob__register-bg2{opacity:1;z-index:1}.switchprRoob__register.animate .switchprRoob__register-image{height:100%}.switchprRoob__register.animate .switchprRoob__register-btn{bottom:25px}.switchprPack__board{padding:16px 0 18px 38px}.switchprPack__board-icon{left:8px}.switchprPack__board-content{position:relative;z-index:2}.switchprPack__board-content p span{display:none}.switchprPack__board.animate .button.green{bottom:22px}.switchprPack__board.animate:before{opacity:0}.switchprPack__board.animate .switchprPack__board-bg3{opacity:1}.switchprPack__board.animate .switchprPack__board-podium-first{height:130px;opacity:.7;width:120px}.switchprPack__board.animate .switchprPack__board-podium-second{height:88px;opacity:.7;width:120px}.switchprPack__board.animate .switchprPack__board-podium-third{height:50px;opacity:.7;width:57px}.switchprPack__board.animate .switchprPack__board-star.one{right:248px;top:82px;width:31px}.switchprPack__board.animate .switchprPack__board-star.two{bottom:30px;right:15px;width:33px}.switchprPack__board.animate .switchprPack__board-star.three{right:16px;top:16px;width:25px}.switchprPack__register.animate .switchprPack__register-bg{opacity:0}.switchprPack__register.animate .switchprPack__register-bg2{opacity:1;z-index:1}.switchprPack__register.animate .switchprPack__register-image img{transform:scale(1.2)}.switchprPack__register.animate .switchprPack__register-btn{bottom:25px}.switchprPack__free .button.green{bottom:85px;left:53px;right:auto}.switchprPack__free-cars{display:none}.switchprPack__free-image img{margin-right:-200px}.switchprPack__free-buy{right:260px}.switchprPack__free-gift{right:32px}.switchprPack__free:hover .switchprPack__free-buy{right:300px}.switchprPack__free:hover .switchprPack__free-gift{width:144px}.switchprPack__free.animate .switchprPack__free-image{height:105%;width:110%}.switchprPack__free.animate .switchprPack__free-cars{right:20px;width:241px}.switchprPack__free.animate .switchprPack__free-cars-item.first{width:231px}.switchprPack__free.animate .switchprPack__free-cars-item.second{width:215px}.switchprPack__free.animate .switchprPack__free-cars-item.third{width:200px}.switchprPack__free.animate .switchprPack__free-buy{right:300px}.switchprPack__free.animate .switchprPack__free-gift{width:144px}.switchprPack__cols{flex-direction:column}.switchprPack__deposit{margin-bottom:24px;width:100%}.switchprPack__deposit.animate .switchprPack__deposit-bg{height:100%;top:0;width:100%}.switchprPack__iphone{margin-bottom:24px;width:100%}.switchprPack__iphone-image{left:-66px}.switchprPack__iphone-btn,.switchprPack__iphone-content{-moz-ransform:translateX(-50%);left:50%;right:auto;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.switchprPack__iphone-btn{justify-content:center}.switchprPack__iphone-btn span:before{width:calc(100% + 4px)}.switchprPack__iphone-btn span:after,.switchprPack__iphone-btn span:before{-moz-ransform:translateX(-50%);left:50%;right:auto;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.switchprPack__iphone-btn span:after{width:100%}.switchprPack__iphone:hover .switchprPack__iphone-image{left:-73px}.switchprPack__iphone:hover .switchprPack__iphone-btn{width:228px}.switchprPack__iphone:hover .switchprPack__iphone-btn span:before{width:calc(100% + 4px)}.switchprPack__iphone:hover .switchprPack__iphone-btn span:after{width:100%}.switchprPack__iphone.animate .switchprPack__iphone-image{height:319px;left:-73px;top:-36px;width:182px}.switchprPack__iphone.animate .switchprPack__iphone-btn{width:228px}.switchprPack__iphone.animate .switchprPack__iphone-btn span:before{width:calc(100% + 4px)}.switchprPack__iphone.animate .switchprPack__iphone-btn span:after,.switchprPack__rolex{width:100%}.switchprPack__rolex-image{left:-40px}.switchprPack__rolex-btn,.switchprPack__rolex-content{-moz-ransform:translateX(-50%);left:50%;right:auto;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.switchprPack__rolex-btn{justify-content:center}.switchprPack__rolex-btn span:before{width:calc(100% + 4px)}.switchprPack__rolex-btn span:after,.switchprPack__rolex-btn span:before{-moz-ransform:translateX(-50%);left:50%;right:auto;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.switchprPack__rolex-btn span:after{width:100%}.switchprPack__rolex:hover .offr__rolex-image{left:-50px}.switchprPack__rolex:hover .offr__rolex-btn{width:228px}.switchprPack__rolex:hover .offr__rolex-btn span:before{width:calc(100% + 4px)}.switchprPack__rolex:hover .offr__rolex-btn span:after{width:100%}.switchprPack__rolex.animate .switchprPack__rolex-image{left:-50px;top:-37px;width:181px}.switchprPack__rolex.animate .switchprPack__rolex-btn{width:228px}.switchprPack__rolex.animate .switchprPack__rolex-btn span:before{width:calc(100% + 4px)}.switchprPack__rolex.animate .switchprPack__rolex-btn span:after{width:100%}.switchprPack__rolex.animate .switchprPack__rolex-content{top:14px}.modalOffer{flex-direction:column}.modalOffer__close{right:16px;top:16px}.modalOffer__content{border-radius:5px 5px 0 0;max-width:none;padding:32px 24px 24px;width:100%}.modalOffer__content-head{align-items:center;flex-direction:row}.modalOffer__content-head-image{margin-bottom:0;margin-right:10px}.modalOffer__info{border-radius:0 0 5px 5px;max-width:none;padding:24px;width:100%}.modalOffer__info-desc,.modalOffer__info-title{margin-bottom:24px}.modalOffer__info-btn{bottom:auto;left:auto;position:relative;width:100%}.modal__inner{background:#1f1d47;border:0;height:100%;margin:0;max-width:none;padding:24px;width:100%}.modal__inner:before{background:linear-gradient(180deg,#181835,#1f1d47 17.65%);content:"";height:85px;left:0;position:absolute;top:-6px;width:100%;z-index:-1}.modal__inner-title{margin:0 auto 40px;max-width:428px}.modal__inner-title.mb{margin-bottom:40px}.modal__inner .button.continue{bottom:auto;left:auto;margin-top:32px;position:relative;width:100%}.modal__head{box-sizing:border-box;justify-content:space-between;margin-bottom:5px;padding:23px 0;width:100%}.modal__head,.modal__head-logo{align-items:center;display:flex}.modal__head-logo{height:43px;justify-content:center;width:41px}.modal__head-logo img{height:100%;width:100%}.modal__head-close{align-items:center;background:#201f45;border:1px solid #181835;border-radius:5px;box-sizing:border-box;cursor:pointer;display:flex;height:38px;justify-content:center;transition:all .3s linear;width:42px}.modal__head-close svg{color:#8988bc;height:17px;transition:all .3s linear;width:17px}.modal__head-close:hover{background:#4c4a92}.modal__head-close:hover svg{color:#fff}.modalProgress{margin:0 auto 26px;max-width:428px}.modalProgress__step{height:32px;width:32px}.modalProgress__steps{width:calc(100% - 130px)}.modalSteps{margin:0 auto;max-width:428px}.modal.addClass{box-sizing:border-box;padding:0}.modal.newHead{height:calc(100% - 89px);top:89px}.modalStep .button{height:44px}.modalProfile__btn{height:40px;width:150px}.modalProfile__btn p{font-size:18px;line-height:22px}.modalProfile__inner{padding:32px 24px}.modalProfile__vip-desc p{font-size:16px;line-height:20px}.modalProfile__prof-row{flex-direction:column;margin-bottom:24px}.modalProfile__prof-avatar{margin:0 auto 24px;position:relative;width:205px}.modalProfile__prof-avatar-btns{margin-left:0;position:absolute;right:-49px;top:0}.modalProfile__prof-info{margin:0 auto}.modalProfile__prof-content-item-row-inner{width:calc(100% - 160px)}.modalProfile__prof-content-item-row .button.link{width:80px}.modalProfile__prof-content-item-btn{width:150px}.modalProfile__prof-content-item-input{width:calc(100% - 90px)}.modalJackpot{padding:60px 24px 40px}.modalJackpot__icon{height:42px;width:42px}.modalJackpot__icon svg{height:24px;width:24px}.modalJackpot__head{flex-direction:column;margin-bottom:32px}.modalJackpot__head h3{margin-bottom:16px}.modalJackpot__head-seperator{display:none}.modalJackpot__row{padding:10px 24px}.modalJackpot__row p{font-size:14px;max-width:none}.modalJackpot__desc{padding:16px 24px}.modalJackpot__desc P,.modalJackpot__desc ul li{font-size:14px}.modalJackpot__disclaimer{padding:16px 24px}.modalJackpot__disclaimer P,.modalJackpot__disclaimer ul li{font-size:14px}.modalShop__content{flex-direction:column}.modalShop__content-image-outer{margin:0 auto 32px;width:204px}.modalShop__content-info{width:100%}.modalBonus__title{padding:20px 24px}.modalBonus__close{top:22px}.modalBonus__action{padding:24px}.modalBonus__footer{padding:16px 24px}.modalBonus__footer-item{margin:10px 16px 10px 0}.modalBonus__footer-desc{border-radius:10px;padding:16px 24px}.modalBonus__footer-desc p{font-size:14px;width:calc(100% - 40px)}.modalBonus__footer .button.play{height:64px}.modalRoob{padding:40px 24px}.modalRoob__close{right:16px;top:16px}.modalRoob__inner-title img{width:125px}.modalRoob__inner-title p{font-size:18px}.modalRoob__step1-content{margin-left:24px}.modalRoob__step1-content h5{text-align:left}.modalRoob__step2-bg2,.modalRoob__step3-bg{opacity:0}.modalRoob__step3-content{margin-left:24px}.modalPack{padding:40px 24px}.modalPack__close{right:16px;top:16px}.modalPack__inner-title img{height:50px;width:125px}.modalPack__inner-title p{font-size:18px}.modalPack__step1-content{margin-left:24px}.modalPack__step1-content h5{text-align:left}.modalPack__step2-bg2,.modalPack__step3-bg{opacity:0}.modalPack__step3-content{margin-left:24px}.modalLogin{margin:0 auto;max-width:428px}.jackpot__car{bottom:-58px;width:350px}.jackpotContent__banner-image{top:80px;width:350px}.jackpotContent__banner-el{left:-53px}.jackpotContent__banner-info-price{width:180px}.jackpotContent__banner-info-fer-text{width:200px}.ticketh__inner{padding:130px 0}.ticketh__table-row:first-child .ticketh__table-number{height:52px;width:52px}.ticketh__table-head{padding:0 18px 0 70px}.ticketh__table-head-item p{font-size:14px}.ticketh__table-number{height:52px;width:52px}.ticketh__table-items{padding:0 18px;width:calc(100% - 52px)}.ticketh__table-item p{font-size:13px!important}.ticketh__table-item-prize h6{font-size:15.4123px}.ticketh__table-item-prize-car{margin-left:5px;width:60px}.ticketh__table-item-tickets{margin-right:5px}.ticketh__table-item-tickets h6{font-size:15.4123px}.ticketh__table-item-tickets img{height:22px;width:22px}.ticketh.pack .ticketh__inner{padding:45px 0 130px}.ticketh.pack .ticketh__table-items{padding:0 18px}.ticketh.pack .ticketh__table-head{padding:0 18px 0 70px}.ticketj__table-row:first-child .ticketj__table-number{width:52px}.ticketj__table-head{padding:0 18px 0 70px}.ticketj__table-head-item{width:40%}.ticketj__table-head-item:first-child{width:20%}.ticketj__table-head-item p{font-size:14px}.ticketj__table-number{height:52px;width:52px}.ticketj__table-items{padding:0 18px;width:calc(100% - 52px)}.ticketj__table-item{width:40%}.ticketj__table-item:first-child{width:20%}.ticketj__table-item p{font-size:13px!important}.ticketj__table-item-prize{width:100px}.ticketj__table-item-money{justify-content:flex-end}.ticketj__table-item-money h5{padding-left:0;width:auto}.ticketj__table-item-rolex{width:100px}.ticketj__table-item-rolex-image{width:80px}.ticketj__table-item-eth{width:100px}.ticketj__table-item-eth-box{justify-content:center;padding-left:0;width:80px}.ticketj__table-item-eth-box h6{font-size:16px}.ticketj__table-item-eth-box img{width:30px}.ticketj__table-item-shard{width:100px}.ticketj__table-item-shard-box{justify-content:center;padding-left:0;width:80px}.ticketj__table-item-shard-box h6{font-size:16px}.ticketj__table-item-shard-box img{width:28px}.ticketj__table-item-tickets h6{font-size:15.4123px}.ticketj__table-item-tickets img{height:22px;width:22px}.ticketj.pack .ticketj__inner{padding:45px 0 130px}.ticketj.pack .ticketj__table-items{padding:0 18px}.ticketj.pack .ticketj__table-head{padding:0 18px 0 70px}.leaderboard__inner{padding:180px 0 85px}.guessContent{background:none;border:initial;padding:0}.guessContent__wheel{display:none}.guessContent__inner{align-items:center;flex-direction:column;justify-content:center}.guessContent__title{align-items:center;margin-bottom:50px}.guessContent__title h1,.guessContent__title h2{text-align:center}.guessContent__info{margin-bottom:140px}.guessContent__info p{text-align:center}.guessContent__action{width:100%}.guessContent__action-auth{flex-direction:column}.guessContent__action-auth h6{margin:16px 0}.guess__inner{padding:130px 0 470px}.guess__coins{height:305px;justify-content:flex-start;overflow:hidden}.guess__coins img{height:100%;width:auto}.store__image{display:none}.store__image2{align-items:center;display:flex;height:489px;justify-content:center;left:0;position:absolute;top:300px;width:100%}.store__image2 img{height:100%}.store__star.one{filter:blur(.501157px);left:calc(50% + 150px);top:220px;transform:rotate(25.05deg) translateX(-50%);width:18px}.store__star.two{display:none}.store__star.three{filter:blur(.501157px);left:calc(50% - 150px);top:600px;transform:rotate(-20.15deg) translateX(-50%);width:37px}.store__inner{padding:170px 0 110px}.store__inner h1{text-align:center}.store__top-title{display:none}.store__top-items{flex-direction:column;margin-bottom:124px}.store__top-item{margin-bottom:24px;max-width:355px;min-height:0;min-height:auto;width:100%}.store__top-item:last-child{margin-bottom:0}.store__top-item-image-outer{width:110px}.store__top-item-content-title h2{font-size:18px;line-height:24px}.store__top-item-content-stock p,.store__top-item-content-title p{font-size:7.5px;line-height:9px}.store__top-item .button.buy{min-height:28px}.store__top-item .button.buy p{font-size:15px}.store__top-item .button.buy img{height:24px;width:14px}.store__earn{border-radius:0;border-radius:initial;margin:0 -24px;width:calc(100% + 48px)}.store__earn-inner{padding:80px 0 130px}.store__earn-info{margin:0 auto 70px;width:220px}.store__earn-info h2{text-align:center}.store__earn-row{align-items:center;flex-direction:column}.store__earn-item{margin-bottom:24px;min-height:112px;width:204px}.store__earn-item:last-child{margin-bottom:0}.store__earn-shard.one{bottom:-35px;left:calc(50% - 10px);width:57px}.store__earn-shard.one,.store__earn-shard.two{-moz-ransform:translateX(-50%);transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%)}.store__earn-shard.two{bottom:-55px;left:calc(50% + 50px);width:48px}.store__earn-shard.three{-moz-ransform:translateX(-50%);bottom:-62px;display:flex;left:calc(50% - 60px);transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:57px}.store__earn-shard.three img{transform:rotate(-9deg)}.store__prize{margin:0 -24px;width:calc(100% + 48px)}.store__prize-item{width:calc(33.3334% - 16px)}.notify{margin-right:0;position:static}.notify__btn{border-radius:20px;height:45px;width:45px}.notify__btn svg{height:18px;width:16px}.notify__menu{background:#1f1d47;border-radius:0;display:none;height:calc(100% - 89px);left:0;padding:0;position:fixed;right:auto;top:89px;width:100%;z-index:105}.notify__menu-head{display:none}.notify__menu-inner{box-sizing:border-box;height:100%;max-height:none;padding:30px 24px}.notify__menu:before{background:linear-gradient(180deg,#181835,#1f1d47 17.65%);content:"";height:85px;left:0;position:absolute;right:auto;top:-6px;transform:rotate(0deg);width:100%;z-index:auto}.notify__menu.mod{display:block}.profile .auto__container{padding:0 24px}.profile__title{display:none}.profile__inner{padding:0 0 150px}.profile__btns{border-radius:0;margin:0 -24px;padding:25px 24px 15px;position:relative;width:calc(100% + 48px)}.profile__btns:before{background:linear-gradient(180deg,#181835,#1f1d47 17.65%);content:"";height:100%;left:0;position:absolute;top:-6px;width:100%}.profile__btn{border-radius:20px;max-width:77px;padding:10px 0}.profile__btn p{font-size:15px;line-height:18px}.profile__vip{margin-top:79px}.profile__vip-content{display:block}.profile__vip-inner{margin:0 -24px 34px;width:calc(100% + 48px)}.profile__vip-desc{padding:40px 40px 64px;width:100%}.profile__vip-desc h6{font-size:16px;margin-bottom:30px}.profile__vip-desc p{font-size:15px;line-height:18px}.profile__vip-slider-outer{background:none;border-bottom:1px solid #313062;border-radius:0;border-top:1px solid #313062;box-sizing:border-box}.profile__vip-slider-wrapper-bg{display:none}.profile__vip-rewards{max-width:none}.profile__vip-rewards-item-info{padding:5px 0 5px 60px;width:calc(60% - 1px)}.profile__vip-rewards-item-info p{font-size:16px}.profile__vip-rewards-item-icon{left:calc(60% + 3px)}.profile__vip-rewards-item-price{width:calc(40% - 1px)}.profile__vip-rewards-item-price p{font-size:18px}.profileSec__password{margin-bottom:30px;max-width:none}.profileSec__password-content{margin:20px auto 0;padding:32px 32px 40px}.profileSec__password-desc{margin-bottom:56px}.profileSec__password-desc p{font-size:14px;line-height:17px}.profileSec__email{margin-bottom:30px;max-width:none}.profileSec__email-content{padding:32px 32px 40px}.profileSec__confirm{max-width:none}.profileSec__confirm-title{margin-bottom:8px}.profileSec__confirm-title h6{font-size:15px;line-height:18px}.profileSec__confirm-content{padding:32px 32px 40px}.profileSec__btn{border-radius:20px;justify-content:space-between;padding:24px 38px}.profileSec__btn img{height:28px;margin-right:0;width:28px}.profileSec__btn h6{font-size:20px;line-height:24px}.profileSec__inputs{margin-bottom:80px}.profileSec__inputs .input__outer{margin-bottom:24px}.profileSec__inputs .input__outer label{font-size:15px;line-height:18px}.profileSec__inputs .input__outer:first-child{margin-bottom:57px}.profileSec__inputs .input input{border-radius:20px;font-size:14px;padding:16px 38px 16px 18px}.profileSec__change{border-radius:20px;padding:27px 0 28px}.profileSec__change p{font-size:15px;line-height:18px}.profileAccount{border:0;margin-top:70px;padding:0}.profileAccount__inner{align-items:center;flex-direction:column}.profileAccount__content{border:0;margin-bottom:118px;padding:0;width:100%}.profileAccount__vip{width:100%}.profileAccount__title{display:none}.profileAccount__info{align-items:center;flex-direction:column;justify-content:center;margin-bottom:72px;max-width:none;padding:22px 0 28px;position:relative}.profileAccount__info-content{align-items:center;width:auto}.profileAccount__info-name h4{font-size:30px;line-height:36px;text-align:center}.profileAccount__info-rank{min-width:96px;padding:4px 14px}.profileAccount__info-rank-image{height:19px}.profileAccount__info-rank h6{font-size:14px;line-height:17px}.profileAccount__avatar{margin-bottom:4px;width:auto}.profileAccount__avatar-btns{margin-left:0;position:absolute;right:18px;top:10px}.profileAccount__avatar-btn{border-radius:50%;height:36px;margin-bottom:10px;width:36px}.profileAccount__avatar-btn.edit svg{height:21px;width:21px}.profileAccount__avatar-btn svg{height:16px;width:16px}.profileAccount__links{max-width:none}.profileAccount__link{margin-bottom:25px}.profileAccount__link-title{margin-bottom:7px}.profileAccount__link-title p{font-size:15px;line-height:18px}.profileAccount__link-input{border-radius:20px}.profileAccount__link-input input{font-size:15px;line-height:18px;padding:17px 67px}.profileAccount__link-input-icon{width:53px}.profileAccount__link-input-icon svg{height:28px;width:28px}.profileAccount__link-input-linked{height:14px;right:22px;width:14px}.profileAccount__link-row .button.link p{font-size:15px;line-height:18px}.vippRew .vipp__register,.vippRew .vipp__roob{margin-left:24px;width:calc(100% - 48px)}.vippRew .vipp__rew{padding:0 24px 60px}.vippProg__box{padding:42px 24px 70px}}@media (max-width:600px){.offers__inner{padding:45px 0}.offersItem{flex-direction:column;padding:108px 12px 15px}.offersItem__btn{position:relative;right:auto;top:auto;width:100%}.offersItem__content{background:none;border-radius:0;border-radius:initial;height:auto;margin-bottom:21px}.offersItem__content-cols{align-items:flex-start;flex-direction:column}.offersItem__content-col{align-items:center;background:#9695ce4d;border-radius:8px;box-sizing:border-box;flex-direction:row;justify-content:flex-start;margin-bottom:11px;min-height:43px;padding:14px 13px;width:100%}.offersItem__content-col:last-child{margin-bottom:0}.offersItem__content-col h6{margin-bottom:0;margin-right:8px}.offersItem__content-image{top:15px}.offersItem__icon{left:298px;top:15px}.modalOffer__content-item{box-sizing:border-box;height:auto;min-height:70px;padding:10px 12px}.modalOffer__content-item-icon{margin-right:12px}.modalOffer__content-head{align-items:flex-start;flex-direction:column}.modalOffer__content-head-image{margin-bottom:24px;margin-right:0}.modalProfile__vip-slider{max-width:380px}.modalProfile__sec-email-title{margin-bottom:24px}.modalProfile__sec-email .input__outer{max-width:none}.modalProfile__sec-email .button.link{bottom:auto;right:18px;top:10px}.modalProfile__sec-pass .input__outer{max-width:none}.modalProfile__sec-pass .button.link{bottom:auto;right:18px;top:10px}.modalBonus__action-btns{flex-direction:column}.modalBonus__action-btns h6{margin-bottom:16px}.modalBonus__action-btn{margin-bottom:16px;max-width:none;width:100%!important}.modalBonus__action-btn:last-child{margin-bottom:0}.map{height:auto;margin-left:-34px}.map__outer{height:3200px}.mapItem{border-radius:20px!important}.mapItem__claim p,.mapItem__reward h5{font-size:15px}.mapItem__claim svg{height:17px;width:24px}.mapItem__content-body h6{font-size:16px;line-height:20px}.mapItem__content-body p{font-size:12px;line-height:14px}.mapItem__lock{height:23px;width:16px}.mapItem.step-0{height:60px;left:calc(50% - 20px);min-width:80px;padding-top:27px;top:66px}.mapItem.step-0 .mapItem__image{height:auto;top:-27px;width:49px}.mapItem.step-1{height:60px;left:calc(50% - 94px);min-width:80px;padding-top:27px;top:234px}.mapItem.step-1 .mapItem__image{height:auto;top:-27px;width:49px}.mapItem.step-2{height:60px;left:calc(50% + 56px);min-width:80px;padding-top:30px;top:339px}.mapItem.step-2 .mapItem__image{height:auto;top:-28px;width:39px}.mapItem.step-3{height:60px;left:calc(50% - 12px);min-width:80px;padding-top:30px;top:500px}.mapItem.step-3 .mapItem__image{height:auto;top:-28px;width:39px}.mapItem.step-4{height:61px;left:calc(50% + 29px);min-width:96px;padding-top:30px;top:679px}.mapItem.step-4 .mapItem__image{height:auto;top:-36px;width:39px}.mapItem.step-5{height:73px;min-width:96px;padding-top:39px;right:calc(50% - 203px);top:878px}.mapItem.step-5 .mapItem__image{height:auto;top:-26px;width:53px}.mapItem.step-6{height:73px;left:calc(50% - 158px);min-width:96px;padding-top:39px;top:967px}.mapItem.step-6 .mapItem__image{height:auto;top:-40px;width:53px}.mapItem.step-7{height:73px;min-width:96px;padding-top:35px;right:calc(50% - 184px);top:1065px}.mapItem.step-7 .mapItem__image{height:auto;top:-32px;width:53px}.mapItem.step-8{height:73px;left:calc(50% - 140px);min-width:96px;padding-top:35px;top:1218px}.mapItem.step-8 .mapItem__image{height:auto;top:-32px;width:53px}.mapItem.step-9{height:73px;left:calc(50% - 53px);min-width:96px;padding-top:45px;top:1458px}.mapItem.step-9 .mapItem__image{height:auto;top:-27px;width:61px}.mapItem.step-10{height:73px;left:calc(50% - 90px);min-width:96px;padding-top:45px;top:1705px}.mapItem.step-10 .mapItem__image{height:auto;top:-25px;width:62px}.mapItem.step-11{height:73px;min-width:112px;padding-top:48px;right:calc(50% - 220px);top:1779px}.mapItem.step-11 .mapItem__image{height:auto;top:-34px;width:77px}.mapItem.step-12{height:94px;min-width:145px;padding-top:62px;right:calc(50% - 123px);top:2210px}.mapItem.step-12 .mapItem__image{height:auto;top:-47px;width:101px}.mapItem.step-12 .mapItem__reward h5{font-size:20px}.mapItem:hover{height:auto;padding-bottom:0;padding-left:0;padding-right:0}.mapItem:hover .mapItem__lock{display:none}.mapItem:hover .mapItem__reward{display:flex}.mapItem:hover .mapItem__content-body{display:none}.mapItem:hover.step-0,.mapItem:hover.step-1,.mapItem:hover.step-2,.mapItem:hover.step-3{height:60px}.mapItem:hover.step-4{height:61px}.mapItem:hover.step-10,.mapItem:hover.step-11,.mapItem:hover.step-5,.mapItem:hover.step-6,.mapItem:hover.step-7,.mapItem:hover.step-8,.mapItem:hover.step-9{height:73px}.mapItem:hover.step-12{height:94px}.mapItem.claim:hover{background:linear-gradient(180deg,#29c12940,#29c12980);border:1.49075px solid #29c12980;box-shadow:0 2.98151px 5.96302px #00254040}.mapItem.claim:hover .mapItem__image img{scale:1}.mapItem.claim:hover .mapItem__claim p{color:#d9ff42;font-size:15px}.mapItem.claim:hover.step-0,.mapItem.claim:hover.step-1{height:60px;min-width:80px;padding-top:27px}.mapItem.claim:hover.step-2,.mapItem.claim:hover.step-3{height:60px;min-width:80px;padding-top:30px}.mapItem.claim:hover.step-4{height:61px;min-width:96px;padding-top:30px}.mapItem.claim:hover.step-5,.mapItem.claim:hover.step-6{height:73px;min-width:96px;padding-top:39px}.mapItem.claim:hover.step-7,.mapItem.claim:hover.step-8{height:73px;min-width:96px;padding-top:35px}.mapItem.claim:hover.step-10,.mapItem.claim:hover.step-9{height:73px;min-width:96px;padding-top:45px}.mapItem.claim:hover.step-11{height:73px;min-width:112px;padding-top:48px}.mapItem.claim:hover.step-12{height:94px;min-width:145px;padding-top:62px}.mapShard__lock{height:23px;width:16px}.mapShard__claimed,.mapShard__image,.mapShard__image2{height:auto;width:19px}.mapShard__content-top{margin-bottom:8px}.mapShard__content-shards p,.mapShard__content-wager p{font-size:14px}.mapShard__content-claim p{font-size:20px}.mapShard.step-1a{left:calc(50% + 20px);top:274px}.mapShard.step-2a{left:calc(50% - 72px);top:425px}.mapShard.step-3a{left:calc(50% - 66px);top:579px}.mapShard.step-3b{right:calc(50% - 145px);top:634px}.mapShard.step-4a{left:calc(50% - 126px);top:761px}.mapShard.step-4b{left:calc(50% - 15px);top:828px}.mapShard.step-5a{left:calc(50% - 4px);top:955px}.mapShard.step-6a{right:calc(50% - 151px);top:994px}.mapShard.step-7a{right:calc(50% - 105px);top:1173px}.mapShard.step-8a{right:calc(50% - 48px);top:1327px}.mapShard.step-8b{left:calc(50% - 84px);top:1393px}.mapShard.step-9a{left:calc(50% - 73px);top:1573px}.mapShard.step-9b{right:calc(50% - 54px);top:1647px}.mapShard.step-10a{right:calc(50% - 153px);top:1900px}.mapShard.step-10b{right:calc(50% - 56px);top:2021px}.mapShard.step-10c{left:calc(50% - 92px);top:2094px}.mapShard:hover{background:none;border:initial;border-radius:0;border-radius:initial;box-shadow:none;padding:0}.mapShard:hover .mapShard__lock{display:none}.mapShard:hover .mapShard__image{display:flex}.mapShard:hover .mapShard__content,.mapShard:hover .mapShard__image2{display:none}.mapShard.claim:hover,.mapShard.claimed:hover{background:none;border:initial;border-radius:0;border-radius:initial;box-shadow:none;padding:0}.map .vipp__register,.map .vipp__roob{left:calc(50% + 34px)}.vipp__bg{background:linear-gradient(180deg,#031627,#002641 18.19%,#150152 43%,#450041 65%,#722800 98.8%),#0a0a17}.vipp__bg:before{display:none}.vippMap__popup{display:flex}}@media (max-width:540px){.Toastify__toast-container{left:13px;width:calc(100% - 26px)}h3{font-size:15px;line-height:18px}.auto__container{padding:0 13px}.footer .auto__container,.header .auto__container{padding:0 24px}.footer__links-inner{flex-wrap:nowrap;justify-content:space-between}.footer__links-col{margin-right:0}.vipReg__inner{padding:24px 0 40px}.vipReg__form-btn{width:140px}.vipReg__form-input{width:calc(100% - 150px)}.latest__inner{padding:45px 0 80px}.latest__slider .slick-prev{right:46px}.latest__slider .slick-next,.latest__slider .slick-prev{border-radius:5px;height:28px;width:28px}.latest__slider .slick-slide.slick-active:before{opacity:1}.latest__slider .slick-slide.slick-current:before{opacity:0}.offr__inner{padding:70px 0 45px}.offr__inner h3{margin-bottom:24px}.offr__rolex-content{-moz-ransform:translate(0,0);left:auto;right:36px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.ctaBox{height:398px}.ctaBox__content{margin-bottom:10px}.ctaBox__content h1{font-size:17px;line-height:20px;margin-bottom:0}.ctaBox__content p{font-size:10px;line-height:20px}.ctaBox__ellipse{left:-135px}.ctaBox__ellipse2{left:-160px}.ctaBox__character{width:155px}.ctaBox__star.one{bottom:38px;left:259px;top:auto;width:17px}.ctaBox__star.two{bottom:26px;left:104px;top:auto;width:10px}.ctaBox__star.three{bottom:114px;left:17px;width:21px}.ctaBox__items{max-width:339px}.ctaBox__bonus,.ctaBox__jack,.ctaBox__vip{width:calc(33.3334% - 4px)}.cta.kick .ctaBox__character{bottom:-16px;width:192px}.cta.kick .ctaBox__content{margin-bottom:16px;margin-right:0;padding-top:20px}.cta.kick .ctaBox__content-btn{bottom:60px}.cta.kick .ctaBox__content h1{font-size:23px;line-height:20px;margin-bottom:20px}.cta.kick .ctaBox__content p{font-size:15px;line-height:20px}.cta.kick .ctaBox__kick{width:72px}.cta.pred .ctaBox__guess{bottom:-20px;height:202px;right:-20px;top:auto;width:206px}.switchpr{background:none}.switchpr__inner{padding:45px 0}.switchpr__wrapper{padding-top:0}.switchpr__btns,.switchpr__head{display:none}.switchprPack{display:flex!important;flex-direction:column;order:2}.switchprPack__title{align-items:center;box-sizing:border-box;display:flex;margin-bottom:12px;padding-left:20px}.switchprPack__title svg{color:#9695ce;height:24px;margin-right:6px;width:24px}.switchprPack__title svg path.ohterpath{color:#68689f}.switchprPack__title p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:18px}.switchprPack__board{height:142px;margin-bottom:30px;order:2;overflow:hidden;padding:11px 0 0 30px}.switchprPack__board-content{z-index:4}.switchprPack__board-content h2{font-size:17px;line-height:21px;margin-bottom:8px}.switchprPack__board-content p{font-size:10px;line-height:12px;max-width:200px}.switchprPack__board-icon{height:12px;left:9px;top:15px;width:12px}.switchprPack__board-podium{bottom:-41px;right:-50px}.switchprPack__board-crown{right:36px}.switchprPack__board-winner{right:5px}.switchprPack__board-image{right:5px;width:122px}.switchprPack__board .button.green{bottom:10px;left:30px;width:190px;z-index:5}.switchprPack__board.animate .button.green,.switchprPack__board:hover .button.green{bottom:10px}.switchprPack__register{order:3}.switchprPack__register-btn{left:50%;max-width:none;transform:translateX(-50%);width:calc(100% - 60px)}.switchprPack__free{height:419px;margin-bottom:30px;order:1;padding:35px 0 0 53px}.switchprPack__free-icon{left:22px;top:32px;width:21px}.switchprPack__free-content p{color:#e5bdee}.switchprPack__free-buy,.switchprPack__free-gift,.switchprPack__free-image{display:none}.switchprPack__free-image2{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.switchprPack__free-image2 img{height:100%;object-fit:cover;-o-object-fit:cover;width:100%}.switchprPack__free .button.green{bottom:0!important;height:58px;left:0;width:100%}.switchprPack__free .button.green,.switchprPack__free .button.green span,.switchprPack__free .button.green span:after,.switchprPack__free .button.green span:before{border-radius:0;border-radius:initial}.switchprPack__iphone-content,.switchprPack__rolex-content{-moz-ransform:translate(0,0);left:auto;right:36px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.switchpr__wrapper{display:flex;flex-direction:column}.switchprRoob{display:flex!important;flex-direction:column;margin-bottom:80px;order:1}.switchprRoob__title{align-items:center;box-sizing:border-box;display:flex;margin-bottom:12px;padding-left:20px}.switchprRoob__title svg{color:#9695ce;height:24px;margin-right:6px;width:24px}.switchprRoob__title svg path.ohterpath{color:#68689f}.switchprRoob__title p{color:#fff;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:18px}.switchprRoob__row{order:2}.switchprRoob__jack{height:419px;margin-bottom:30px;order:1;padding:30px 0 0 24px}.switchprRoob__jack-content h2{padding-left:22px}.switchprRoob__jack-content-text{height:auto;padding:6px 12px;width:calc(100% - 24px)}.switchprRoob__jack-tickets{left:12px;top:-34px}.switchprRoob__jack-icon{height:20px;left:20px;top:29px;width:23px}.switchprRoob__jack-icon:before{width:320px}.switchprRoob__jack-image{-moz-ransform:translate(-50%,-50%);bottom:auto;left:50%;right:auto;top:calc(50% + 30px);transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:280px}.switchprRoob__jack .button.green,.switchprRoob__jack:hover .button.green{border-radius:0;border-radius:initial;bottom:0;left:0;max-width:none;width:100%}.switchprRoob__jack:hover .switchprRoob__jack-image{-moz-ransform:translate(-50%,-50%);bottom:auto;left:50%;right:auto;top:calc(50% + 30px);transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:310px}.switchprRoob__jack.animate .button.green{border-radius:0;border-radius:initial;bottom:0;left:0;max-width:none;width:100%}.switchprRoob__jack.animate .switchprRoob__jack-image{-moz-ransform:translate(-50%,-50%);bottom:auto;left:50%;right:auto;top:calc(50% + 30px);transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);width:310px}.switchprRoob__reward{height:142px;order:2;padding:10px 0 0 30px}.switchprRoob__reward-icon{height:12px;left:9px;top:12px;width:12px}.switchprRoob__reward-content h2{box-sizing:border-box;font-size:17px;line-height:21px}.switchprRoob__reward-content p{font-size:10px;line-height:12px;max-width:200px}.switchprRoob__reward-btn{bottom:10px!important;height:28px;right:12px!important;width:140px}.switchprRoob__reward-btn p{font-size:15px;line-height:18px}.switchprRoob__reward-rank.first{right:37px!important;top:24px!important;width:55px}.switchprRoob__reward-rank.second{right:39px;top:26px;width:50px}.switchprRoob__reward-rank.third{right:48px;top:38px;width:34px}.switchprRoob__reward-rank.fourth{right:59px;top:50px;width:16px}.switchprRoob__reward:hover .button.green{bottom:0;right:-40px}.switchprRoob__reward:hover .switchprRoob__reward-bg2{opacity:1}.switchprRoob__reward:hover .switchprRoob__reward-btn{bottom:27px}.switchprRoob__reward:hover .switchprRoob__reward-rank.first{right:76px;top:15px;width:50px}.switchprRoob__reward:hover .switchprRoob__reward-rank.second{display:none;opacity:.5;right:86px;top:35px;transform:rotate(-5.44deg);width:45px}.switchprRoob__reward:hover .switchprRoob__reward-rank.third{opacity:.5;right:126px;top:54px;transform:rotate(-20.37deg);width:30px}.switchprRoob__reward:hover .switchprRoob__reward-rank.fourth{opacity:.5;right:155px;top:76px;transform:rotate(-38.26deg);width:11px}.switchprRoob__register{height:200px;order:3}.switchprRoob__register-btn{left:50%;max-width:none;transform:translateX(-50%);width:calc(100% - 60px)}.modalOffer__content{padding:32px 12px 16px}.modalOffer__content-head-info{flex-wrap:wrap}.modalOffer__content-head-info h3{font-size:16px}.modalOffer__content-head-info h4{font-size:15px}.modalOffer__content-item p{font-size:12px}.modalOffer__info{padding:16px 12px}.modalProfile__btn{height:35px;width:100px}.modalProfile__btn p{font-size:14px;line-height:18px}.modalProfile__inner{padding:24px 16px}.modalProfile__vip-slider{margin-left:-120px;max-width:184px}.modalProfile__vip-slider-tooltip{left:10px}.modalProfile__vip-slider-outer{padding-left:0}.modalProfile__prof-content-item{position:relative}.modalProfile__prof-content-item-input{position:absolute;top:25px;width:100%}.modalProfile__prof-content-item-row{padding-top:44px}.modalProfile__prof-content-item-row .button.link{width:100%}.modalProfile__prof-content-item-btn,.modalProfile__prof-content-item-row-inner{width:calc(50% - 8px)}.modalProfile__prof-rank{margin-right:0!important;width:calc(33.3334% - 8px)}.modalProfile__prof-rank-image{height:80px}.modalProfile__prof-info{max-width:none;width:100%}.modalProfile__prof-raks{width:100%}.modalJackpot__head h3{font-size:18px;line-height:22px;text-align:center}.modalBonus__footer-items{align-items:flex-start;flex-direction:column;flex-wrap:nowrap}.modalBonus__footer-item{margin:0 0 16px}.modalSuccess{padding:32px 24px}.modalSuccess__close{top:34px}.modalSuccess__image{max-width:230px}.modalSuccess__desc{border-radius:10px}.modalSuccess__desc h6{font-size:18px;margin-bottom:4px}.modalSuccess__desc p{font-size:18px}.modalRoob{padding:40px 16px}.jackpot__car{bottom:-43px;width:280px}.jackpotContent__inner{margin-bottom:16px}.jackpotContent__top{height:18px;width:76px}.jackpotContent__top h5{font-size:12px}.jackpotContent__icon{height:26px;width:26px}.jackpotContent__icon svg{height:14px;width:14px}.jackpotContent__banner{height:140px;margin-bottom:16px;padding:32px 0 0 27px}.jackpotContent__banner-el{left:-100px}.jackpotContent__banner-image{top:50px;width:250px}.jackpotContent__banner-info-gtr{margin-bottom:16px;width:90px}.jackpotContent__banner-info-fer{margin-bottom:12px}.jackpotContent__banner-info-fer-logo{width:30px}.jackpotContent__banner-info-fer-text{width:120px}.jackpotContent__banner-info p{font-size:9px;margin-bottom:6px}.jackpotContent__banner-info-price{height:auto;padding:3px 0;width:140px}.jackpotContent__banner-info-price h6{font-size:16px;line-height:20px;text-align:center}.jackpotContent__tickets{margin-bottom:16px;padding:26px 24px 40px}.jackpotContent__tickets-title{margin-bottom:36px}.jackpotContent__tickets-title h3{font-size:16.36px}.jackpotContent__tickets-row{flex-direction:column;justify-content:center;margin-bottom:16px}.jackpotContent__tickets-row-item{margin-bottom:16px;width:100%}.jackpotContent__tickets-row-item-head{height:51px}.jackpotContent__tickets-row-item-head h6{font-size:12.1876px;line-height:15px}.jackpotContent__tickets-row-item-head-desc p{font-size:12.268px;line-height:15px;max-width:134px}.jackpotContent__tickets-row-item-body{height:24px}.jackpotContent__tickets-row-item-body p{font-size:12.268px;line-height:15px}.jackpotContent__tickets-row-item:last-child{margin-bottom:0}.jackpotContent__tickets-box-inner{height:70px}.jackpotContent__tickets-box h6{font-size:12.1876px;line-height:15px}.jackpotContent__tickets-box p{font-size:12.268px;line-height:15px;max-width:200px}.jackpotContent__tickets:hover{padding:22px 16px 44px}.jackpotContent__lottery{height:142px;padding:18px 0 0 24px}.jackpotContent__lottery-title h2{font-size:28.6168px;line-height:35px}.jackpotContent__lottery-title p{font-size:9.09086px;line-height:11px}.jackpotContent__lottery-items{right:24px}.jackpotContent__lottery-item{margin-right:18px;width:92px}.jackpotContent__lottery-item h5{font-size:19.0283px!important;line-height:23px!important}.jackpotContent__lottery-item h6,.jackpotContent__lottery-item h6 span{font-size:13.3198px!important;line-height:16px!important}.jackpotContent__lottery-item.first{height:54px}.jackpotContent__lottery-item.second{height:60px;padding-top:10px}.jackpotContent__lottery-item.third{height:73px;padding-top:16px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.first{height:64px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.second{height:70px}.jackpotContent__lottery:hover .jackpotContent__lottery-item.third{height:83px}.ticketh__inner{padding:35px 0 130px}.ticketh__inner h2{text-align:center}.ticketh__table-head{display:none}.ticketh__table-number{border-radius:5px 0 5px 0}.ticketh__table-row{background:#fff;height:122px;margin-bottom:20px}.ticketh__table-row:first-child{height:163px;margin-bottom:53px}.ticketh__table-row:first-child .ticketh__table-item:nth-child(2){margin-left:-50px}.ticketh__table-row:first-child .ticketh__table-item:nth-child(2) p{height:33.91px}.ticketh__table-items{align-items:flex-start;flex-wrap:wrap;padding:0 18px 0 24px}.ticketh__table-item{align-items:flex-start;box-sizing:border-box;flex-direction:column}.ticketh__table-item-title{display:block;margin-bottom:12px}.ticketh__table-item-title h5{color:#606060;font-family:Inter,sans-serif;font-size:11.5592px;font-weight:600;letter-spacing:.06em;line-height:1}.ticketh__table-item-tickets h6{font-weight:900!important}.ticketh__table-item-prize-car{width:84px}.ticketh__table-item:first-child{align-items:center;flex-direction:row;height:52px;width:100%}.ticketh__table-item:first-child p{font-weight:700}.ticketh__table-item:nth-child(2){width:40%}.ticketh__table-item:nth-child(2) p{align-items:center;display:flex;height:22px}.ticketh__table-item:last-child{width:60%}.ticketh.pack .ticketh__table-row:first-child .ticketh__table-item:nth-child(2){margin-left:0}.ticketh.pack .ticketh__table-item:nth-child(2) p,.ticketh.pack .ticketh__table-row:first-child .ticketh__table-item:nth-child(2) p{height:15.41px}.ticketj__inner h2{text-align:center}.ticketj__table-head{display:none}.ticketj__table-number{border-radius:5px 0 5px 0;left:0;position:absolute;top:0}.ticketj__table-row{background:#9faac1;display:block;height:123px;margin-bottom:22px;position:relative}.ticketj__table-row:first-child{height:200px}.ticketj__table-row:first-child .ticketj__table-number{height:52px}.ticketj__table-row:first-child .ticketj__table-item-title h5{color:#000}.ticketj__table-row:nth-child(2){height:200px}.ticketj__table-row:nth-child(2) .ticketj__table-item-title h5{color:#fff}.ticketj__table-row:nth-child(3){height:200px}.ticketj__table-row:nth-child(3) .ticketj__table-item-title h5{color:#fff}.ticketj__table-row:nth-child(4){height:200px}.ticketj__table-row:nth-child(4) .ticketj__table-item-title h5{color:#fff}.ticketj__table-row:nth-child(5){height:200px}.ticketj__table-row:last-child{margin-bottom:0}.ticketj__table-items{align-items:flex-start;flex-wrap:wrap;justify-content:space-between;padding:0 20px;width:100%}.ticketj__table-item{align-items:flex-start;box-sizing:border-box;flex-direction:column}.ticketj__table-item-title{display:block;margin-bottom:4px}.ticketj__table-item-title h5{color:#0c0722;font-family:Inter,sans-serif;font-size:11.5592px;font-weight:600;letter-spacing:.06em;line-height:1}.ticketj__table-item-tickets h6{font-weight:900!important}.ticketj__table-item-prize{-moz-ransform:translateX(-50%);bottom:10px;height:auto;left:50%;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:auto}.ticketj__table-item-prize-car{position:static;width:250px}.ticketj__table-item-money{-moz-ransform:translateX(-50%);bottom:20px;height:auto;left:50%;padding-right:0;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:auto}.ticketj__table-item-money h5{width:auto}.ticketj__table-item-rolex{-moz-ransform:translateX(-50%);bottom:0;height:auto;left:50%;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:auto}.ticketj__table-item-rolex-image{-moz-ransform:translate(0,0);position:static;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0);width:131px}.ticketj__table-item-eth{-moz-ransform:translateX(-50%);bottom:15px;height:auto;left:50%;padding-right:0;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:auto}.ticketj__table-item-eth-box{background:#6e9cd4;height:35px;justify-content:flex-start;padding-left:47px;width:128px}.ticketj__table-item-eth-box img{right:8px;width:40px}.ticketj__table-item-eth-box h6{font-size:23.6691px}.ticketj__table-item-shard{-moz-ransform:translateX(-50%);bottom:15px;height:auto;left:50%;padding-right:0;position:absolute;transform:translateX(-50%);-o-transform:translateX(-50%);-ms-transform:translateX(-50%);-webkit-transform:translateX(-50%);width:auto}.ticketj__table-item-shard-box{background:#eceeff;height:35px;justify-content:flex-start;padding-left:39px;width:128px}.ticketj__table-item-shard-box img{right:4px;top:calc(50% - 2px);width:38px}.ticketj__table-item-shard-box h6{font-size:23.6691px}.ticketj__table-item:first-child{align-items:center;box-sizing:border-box;flex-direction:row;height:52px;margin-bottom:16px;padding-left:57px;width:100%}.ticketj__table-item:first-child p{font-weight:700}.ticketj__table-item:nth-child(2){width:auto}.ticketj__table-item:nth-child(2) p{align-items:center;display:flex;font-weight:900;height:22px}.ticketj__table-item:last-child{width:auto}.ticketj.pack .ticketj__table-row:first-child .ticketj__table-item:nth-child(2){margin-left:0}.ticketj.pack .ticketj__table-item:nth-child(2) p,.ticketj.pack .ticketj__table-row:first-child .ticketj__table-item:nth-child(2) p{height:15.41px}.store__earn,.store__prize{margin:0 -13px;width:calc(100% + 26px)}.store__prize-item{width:calc(50% - 16px)}.notify__item{border-radius:20px}.notify__item-close{-moz-ransform:translate(0,0);right:17px;top:12px;transform:translate(0);-o-transform:translate(0);-ms-transform:translate(0);-webkit-transform:translate(0)}.profile__vip-slider-outer{padding:32px 0 20px 118px}.profile__vip-rewards-item{flex-direction:column}.profile__vip-rewards-item-info{border-radius:20px 20px 0 0;padding:5px 16px;width:100%}.profile__vip-rewards-item-info p{text-align:center}.profile__vip-rewards-item-icon{display:none}.profile__vip-rewards-item-price{border-radius:0 0 20px 20px;padding:5px 16px;width:100%}.profile__vip-rewards-item-price p{text-align:center}.profileAccount__vip{height:auto}.profileAccount__vip .vippRewards__head{height:90px}.profileAccount__vip .vippRewards__head:before{height:135px;left:-24px;width:148px}.profileAccount__vip .vippRewards__head-rank{bottom:-16px;width:93px}.profileAccount__vip .vippRewards__head-prize{align-items:flex-start;display:flex;flex-direction:column;height:60px;justify-content:center;padding:0 0 0 24px;width:155px}.profileAccount__vip .vippRewards__head-prize h5,.profileAccount__vip .vippRewards__head-prize h6{font-size:15px;line-height:19px}.profileAccount__vip .vippRewards__head-content-image{width:80px}.profileAccount__vip .vippRewards__head-content h6{font-size:10px}.profileAccount__vip .vippProgress{max-width:204px}.profileAccount__vip .vippProgress__rank{width:28px}.profileAccount__vip .vippProgress__line{margin:0 10px;width:128px}.profileAccount__vip .vippProgress__line-inner-elems{width:128px}.profileAccount__vip .vippProgress__info{height:22px;right:-36px;width:22px}.profileAccount__vip .vippProgress__info svg{height:12px;width:12px}.profileAccount__vip .vippProgress__other{width:16px}.profileAccount__vip .vipp__roob{top:112px;width:calc(100% - 30px)}.profileAccount__vip-map{height:184px}.profileAccount__vip-progress{height:68px}.profileAccount__vip-btn{height:36px}.profileAccount__vip-btn p{font-size:16px}.vipp__register{border-radius:14px;padding:21px 30px 19px}.vipp__register h6{font-size:14.8889px;line-height:18px;margin-bottom:5px}.vipp__register-lock{height:16px;top:-9px;width:12px}.vipp__register-btn{border-radius:7px;height:38px;margin:0 auto;max-width:222px;width:100%}.vipp__register-btn p{font-size:20.691px;line-height:25px}.vipp__roob{border-radius:14px;padding:22px 30px 25px}.vipp__roob h6{font-size:14.8889px;line-height:18px;margin-bottom:20px}.vipp__roob-lock{height:16px;top:-9px;width:12px}.vipp__roob-input{margin:0 auto 14px;max-width:222px}.vipp__roob-input input{border-radius:7px;font-size:16px;line-height:20px;padding:8px 16px}.vipp__roob-btn{border-radius:7px;height:38px;margin:0 auto;max-width:222px;width:100%}.vipp__roob-btn p{font-size:20.691px;font-weight:600;line-height:25px}.vippRew .vipp__register{margin-bottom:10px;margin-left:8px;width:calc(100% - 16px)}.vippRew .vipp__roob{margin-bottom:20px;margin-left:8px;width:calc(100% - 16px)}.vippRew .vipp__roob-input{max-width:222px}.vippRew .vipp__rew{padding:0 8px 40px}.vippRew .vipp__rew-title{margin-bottom:8px}}@media (max-width:440px){.footer__note-inner p{text-align:left}.vipReg__form{flex-direction:column}.vipReg__form-btn{max-width:none;width:100%}.vipReg__form-input{margin-bottom:16px;width:100%}.vipReg__content h3{font-size:18px}.store__prize-title{margin-bottom:60px}.store__prize-title h3{text-align:center}.store__prize-items{align-items:center;flex-direction:column;flex-wrap:nowrap}.store__prize-item{margin:0 0 30px;max-width:200px;width:100%}.header__more{justify-content:space-between;width:calc(100% - 162px)}.header__more-balance{margin-right:0;width:calc(100% - 58px)}.profile__vip-rewards-item{border-radius:10px}.profile__vip-rewards-item-rank{width:60px}.profile__vip-rewards-item-info{border-radius:10px 10px 0 0}.profile__vip-rewards-item-price{border-radius:0 0 10px 10px}}@media (max-width:390px){.offersItem__content-image{width:calc(100% - 93px)}.offersItem__icon{left:auto;right:12px}.vipp__register,.vipp__roob{max-width:352px}.jackpot h1{font-size:66px}.jackpotContent__lottery-items{right:16px}.jackpot__promo p{font-size:14px}}
/*# sourceMappingURL=main.94ea9c3a.css.map*/