@charset "UTF-8";
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95);-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-name:headShake;animation-name:headShake;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-animation-name:swing;animation-name:swing;-webkit-transform-origin:top center;transform-origin:top center}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInDown{0%{opacity:.7;-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInLeft{0%{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInRight{0%{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}80%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes backInUp{0%{opacity:.7;-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7)}80%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}@keyframes backOutDown{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7)}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}@keyframes backOutLeft{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7)}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}@keyframes backOutRight{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7)}to{opacity:.7;-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7)}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}@keyframes backOutUp{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}20%{opacity:.7;-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7)}to{opacity:.7;-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7)}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}@keyframes flip{0%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)}40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)}50%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)}80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg)}to{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)}}.animate__animated.animate__flip{-webkit-animation-name:flip;animation-name:flip;-webkit-backface-visibility:visible;backface-visibility:visible}@-webkit-keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-animation-name:flipInX;animation-name:flipInX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg)}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-animation-name:flipInY;animation-name:flipInY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg)}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*.75);animation-duration:calc(var(--animate-duration)*.75);-webkit-animation-name:flipOutY;animation-name:flipOutY;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg)}60%{opacity:1;-webkit-transform:skewX(20deg);transform:skewX(20deg)}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg)}60%{opacity:1;-webkit-transform:skewX(-20deg);transform:skewX(-20deg)}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg)}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg)}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateIn{0%{opacity:0;-webkit-transform:rotate(-200deg);transform:rotate(-200deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownLeft{0%{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInDownRight{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpLeft{0%{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rotateInUpRight{0%{opacity:0;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}@keyframes rotateOut{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(200deg);transform:rotate(200deg)}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;-webkit-transform:rotate(90deg);transform:rotate(90deg)}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(80deg);transform:rotate(80deg)}40%,80%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1;-webkit-transform:rotate(60deg);transform:rotate(60deg)}to{opacity:0;-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0)}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}@keyframes zoomInDown{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}@keyframes zoomInLeft{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}@keyframes zoomInRight{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}@keyframes zoomInUp{0%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0)}60%{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}@keyframes zoomOutDown{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}@keyframes zoomOutUp{40%{-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19);opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0)}to{-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1);opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:hidden}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:hidden}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:hidden}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:hidden}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}.styles_commonButton__otTF8{background-clip:padding-box;border-radius:19px;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:13px;font-weight:500;height:38px;min-height:38px;touch-action:manipulation;transition:.1s ease-in-out;-webkit-user-select:none;user-select:none}.styles_secondary__GM0Tp{background:transparent;border:3px solid #5942ee;box-shadow:0 0 8px rgba(27,14,175,.75);display:inline-block}.styles_secondary__GM0Tp:hover{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border:none;box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondary__GM0Tp:active{background:linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.48)),linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondary__GM0Tp:disabled{box-shadow:none;opacity:.4;pointer-events:none}.styles_secondaryInverted__AJISb{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border:none;box-shadow:0 0 8px rgba(27,14,175,.75);display:inline-block}.styles_secondaryInverted__AJISb:hover{background:transparent;border:3px solid #5942ee;box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondaryInverted__AJISb:active{background:linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.48)),linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondaryInverted__AJISb:disabled{box-shadow:none;opacity:.4;pointer-events:none}.styles_primary__lKfbi{background:linear-gradient(180deg,#0e9628,#7db30a);border:none;box-shadow:0 0 8px rgba(110,175,14,.75)}.styles_primary__lKfbi:hover{background:linear-gradient(0deg,rgba(147,255,138,.4),rgba(147,255,138,.4)),linear-gradient(180deg,#0e9628,#7db30a);box-shadow:0 0 24px rgba(110,175,14,.72)}.styles_primary__lKfbi:active{background:linear-gradient(0deg,rgba(0,0,0,.32),rgba(0,0,0,.32)),linear-gradient(180deg,#0e9628,#7db30a);box-shadow:0 0 24px rgba(110,175,14,.72)}.styles_primary__lKfbi:disabled{background:linear-gradient(180deg,#0e9628,#7db30a);box-shadow:none;opacity:.7;pointer-events:none}.styles_secondaryBold__x92pr{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border:none;box-shadow:0 0 8px rgba(27,14,175,.75)}.styles_secondaryBold__x92pr:hover{background:linear-gradient(0deg,rgba(182,159,249,.4),rgba(182,159,249,.4)),linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondaryBold__x92pr:active{background:linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.48)),linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondaryBold__x92pr:disabled{background:linear-gradient(90deg,#162152 3.45%,#371570 98.28%);box-shadow:none;opacity:.7;pointer-events:none}.styles_secondaryTiny__fKh82{background:transparent;border:2px solid #5942ee;box-shadow:0 0 8px rgba(27,14,175,.75);display:inline-block}.styles_secondaryTiny__fKh82:hover{background:linear-gradient(0deg,rgba(182,159,249,.4),rgba(182,159,249,.4)),linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border:none;box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondaryTiny__fKh82:active{background:linear-gradient(0deg,rgba(0,0,0,.48),rgba(0,0,0,.48)),linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);box-shadow:0 0 24px rgba(27,14,175,.72)}.styles_secondaryTiny__fKh82:disabled{box-shadow:none;opacity:.4;pointer-events:none}.styles_primaryTiny__3O8Tr,.styles_secondaryGreen__L2pRD{background:transparent;border:2px solid #0e9628;box-shadow:0 0 8px rgba(110,175,14,.75);display:inline-block}.styles_primaryTiny__3O8Tr:hover,.styles_secondaryGreen__L2pRD:hover{background:linear-gradient(0deg,rgba(147,255,138,.4),rgba(147,255,138,.4)),linear-gradient(180deg,#0e9628,#7db30a);border:none;box-shadow:0 0 24px rgba(110,175,14,.72)}.styles_primaryTiny__3O8Tr:active,.styles_secondaryGreen__L2pRD:active{background:linear-gradient(0deg,rgba(0,0,0,.32),rgba(0,0,0,.32)),linear-gradient(180deg,#0e9628,#7db30a);box-shadow:0 0 24px rgba(110,175,14,.72)}.styles_primaryTiny__3O8Tr:disabled,.styles_secondaryGreen__L2pRD:disabled{box-shadow:none;opacity:.4;pointer-events:none}.styles_secondaryRed__B65Bv{background:transparent;border:2px solid #b30a0a;box-shadow:0 0 8px rgba(179,10,10,.75);display:inline-block}.styles_secondaryRed__B65Bv:hover{border:none}.styles_secondaryRed__B65Bv:active,.styles_secondaryRed__B65Bv:hover{background:linear-gradient(180deg,#e81717,#b30a0a);box-shadow:0 0 8px rgba(179,10,10,.75)}.styles_secondaryRed__B65Bv:disabled{box-shadow:none;opacity:.4;pointer-events:none}.styles_wrapper__qwRlI{background-image:url(/static/media/stars.4b6240b37689f3c59195.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;color:#fff;font-family:Montserrat;height:100vh;width:100vw}.styles_buttons__H\+lUO,.styles_textWrapper__2q8lL,.styles_wrapper__qwRlI{align-items:center;display:flex;flex-direction:column;justify-content:center}.styles_buttons__H\+lUO,.styles_textWrapper__2q8lL{position:relative;z-index:3}.styles_title__5w3Cc{font-size:72px;font-style:normal;font-weight:800;letter-spacing:-1px;line-height:88px;margin:0 0 14px;text-align:center}.styles_desc__0XzyZ{font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1px;line-height:49px;margin:0}.styles_imageWrapper__hYNhw{display:flex;flex-direction:column;height:550px;justify-content:center;min-height:550px;position:relative}.styles_planetWrapper__wuzpu{-webkit-animation:styles_planet__-XjHK 10s linear infinite;animation:styles_planet__-XjHK 10s linear infinite;height:300px;position:relative;width:300px;z-index:2}.styles_planet__-XjHK{-webkit-animation:styles_planet__-XjHK 60s linear infinite;animation:styles_planet__-XjHK 60s linear infinite;height:auto;position:absolute;width:300px}.styles_planet__-XjHK::selection{pointer-events:none}.styles_air__vU\+t5{height:auto;left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:600px}.styles_rocket__ybMW4{-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100px}.styles_emoji__UMJ1Z,.styles_rocket__ybMW4{height:auto;position:absolute;right:-50%;top:50%}.styles_emoji__UMJ1Z{-webkit-animation:styles_emoji__UMJ1Z 10s ease-out infinite;animation:styles_emoji__UMJ1Z 10s ease-out infinite;opacity:0;-webkit-transform:translateX(-200%);transform:translateX(-200%);width:20px;z-index:1}.styles_buttonsWrapper__vuyGA{align-items:center;display:flex}.styles_button__YenkQ{margin-left:1rem;position:relative}.styles_button__YenkQ .styles_tooltip__YydAU{align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.3);border-radius:20px;bottom:120%;color:#fff;display:none;font-size:13px;justify-content:center;left:calc(50% - 120px);padding:6px 12px;position:absolute;text-align:center;width:240px;z-index:3}.styles_button__YenkQ:hover .styles_tooltip__YydAU{display:flex}@media(max-width:768px){.styles_title__5w3Cc{font-size:62px;line-height:78px}.styles_desc__0XzyZ{font-size:30px;line-height:39px}.styles_imageWrapper__hYNhw{height:400px;min-height:400px}.styles_planetWrapper__wuzpu{height:200px;width:200px}.styles_planet__-XjHK{width:200px}.styles_air__vU\+t5{width:400px}.styles_rocket__ybMW4{width:70px}.styles_emoji__UMJ1Z{width:18px}}@media(max-width:425px){.styles_title__5w3Cc{font-size:42px;line-height:28px}.styles_desc__0XzyZ{font-size:20px;line-height:29px}.styles_planetWrapper__wuzpu{height:150px;width:150px}.styles_planet__-XjHK{width:150px}.styles_air__vU\+t5{width:300px}.styles_rocket__ybMW4{width:60px}.styles_emoji__UMJ1Z{width:16px}}@media(max-width:375px){.styles_imageWrapper__hYNhw{height:300px;min-height:300px}.styles_buttonsWrapper__vuyGA{flex-direction:column}.styles_button__YenkQ{margin:1rem 0 0}}@-webkit-keyframes styles_planet__-XjHK{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@keyframes styles_planet__-XjHK{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}}@-webkit-keyframes styles_emoji__UMJ1Z{0%{opacity:1;rotate:0}50%{opacity:0;rotate:90deg;width:0}}@keyframes styles_emoji__UMJ1Z{0%{opacity:1;rotate:0}50%{opacity:0;rotate:90deg;width:0}}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before,.react-datepicker__year-read-view--down-arrow{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border:8px solid transparent;box-sizing:content-box;content:"";height:0;left:-8px;position:absolute;width:1px;z-index:-1}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-top:-8px;top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#f0f0f0;border-top:none}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae;top:-1px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-top-color:#aeaeae;bottom:-1px}.react-datepicker-wrapper{border:0;display:inline-block;padding:0}.react-datepicker{background-color:#fff;border:1px solid #aeaeae;border-radius:.3rem;color:#000;display:inline-block;font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{left:50px;position:absolute}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative;text-align:center}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__year-dropdown-container--select{display:inline-block;margin:0 15px}.react-datepicker-time__header,.react-datepicker-year-header,.react-datepicker__current-month{color:#000;font-size:.944rem;font-weight:700;margin-top:0}.react-datepicker-time__header{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.react-datepicker__navigation{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:32px;justify-content:center;overflow:hidden;padding:0;position:absolute;text-align:center;text-indent:-999em;top:2px;width:32px;z-index:1}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{display:block;margin-left:auto;margin-right:auto;position:relative;top:0}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover :before{border-color:#a6a6a6}.react-datepicker__navigation-icon{font-size:20px;position:relative;top:-1px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{left:-7px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{right:-7px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;margin:2px;width:4rem}.react-datepicker__input-time-container{clear:both;float:left;margin:5px 0 10px 15px;text-align:left;width:100%}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{display:inline-block;margin-left:5px}.react-datepicker__time-container{border-left:1px solid #aeaeae;float:right;width:85px}.react-datepicker__time-container--with-today-button{border:1px solid #aeaeae;border-radius:.3rem;display:inline;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{background:#fff;border-bottom-right-radius:.3rem;position:relative}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{border-bottom-right-radius:.3rem;margin:0 auto;overflow-x:hidden;text-align:center;width:85px}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{box-sizing:content-box;height:calc(195px + .85rem);list-style:none;margin:0;overflow-y:scroll;padding-left:0;padding-right:0;width:100%}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{background-color:#f0f0f0;cursor:pointer}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{background-color:transparent;cursor:default}.react-datepicker__week-number{color:#ccc;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day-names,.react-datepicker__week{white-space:nowrap}.react-datepicker__day-names{margin-bottom:-8px}.react-datepicker__day,.react-datepicker__day-name,.react-datepicker__time-name{color:#000;display:inline-block;line-height:1.7rem;margin:.166rem;text-align:center;width:1.7rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{background-color:#f0f0f0;border-radius:.3rem}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{background-color:#3dcc4a;border-radius:.3rem;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--in-range,.react-datepicker__day--in-selecting-range,.react-datepicker__day--selected,.react-datepicker__month-text--in-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--selected,.react-datepicker__quarter-text--in-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--selected,.react-datepicker__year-text--in-range,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--selected{background-color:#216ba5;border-radius:.3rem;color:#fff}.react-datepicker__day--in-range:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--selected:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__year-text--in-range:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--selected:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background-color:#bad9f1;border-radius:.3rem;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:rgba(33,107,165,.5)}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{color:#ccc;cursor:default}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{display:inline-block;position:relative;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{padding:.5rem;position:absolute}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__month-read-view,.react-datepicker__month-year-read-view,.react-datepicker__year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover,.react-datepicker__year-read-view:hover{cursor:pointer}.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__year-read-view--down-arrow{right:-16px;top:0;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown,.react-datepicker__year-dropdown{background-color:#f0f0f0;border:1px solid #aeaeae;border-radius:.3rem;left:25%;position:absolute;text-align:center;top:30px;width:50%;z-index:1}.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover,.react-datepicker__year-dropdown:hover{cursor:pointer}.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable,.react-datepicker__year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__month-option,.react-datepicker__month-year-option,.react-datepicker__year-option{display:block;line-height:20px;margin-left:auto;margin-right:auto;width:100%}.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type,.react-datepicker__year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type,.react-datepicker__year-option:last-of-type{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem;-webkit-user-select:none;user-select:none}.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover,.react-datepicker__year-option:hover{background-color:#ccc}.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected,.react-datepicker__year-option--selected{left:15px;position:absolute}.react-datepicker__close-icon{background-color:transparent;border:0;cursor:pointer;display:table-cell;height:100%;outline:0;padding:0 6px 0 0;position:absolute;right:0;top:0;vertical-align:middle}.react-datepicker__close-icon:after{background-color:#216ba5;border-radius:50%;color:#fff;content:"×";cursor:pointer;display:table-cell;font-size:12px;height:16px;line-height:1;padding:2px;text-align:center;vertical-align:middle;width:16px}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;clear:left;cursor:pointer;font-weight:700;padding:5px 0;text-align:center}.react-datepicker__portal{align-items:center;background-color:rgba(0,0,0,.8);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2147483647}.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:3rem;width:3rem}@media (max-height:550px),(max-width:400px){.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__time-name{line-height:2rem;width:2rem}}.react-datepicker__portal .react-datepicker-time__header,.react-datepicker__portal .react-datepicker__current-month{font-size:1.44rem}.react-datepicker__children-container{height:auto;margin:.4rem;padding-left:.2rem;padding-right:.2rem;width:13.8rem}.react-datepicker__aria-live{border:0;-webkit-clip-path:circle(0);clip-path:circle(0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.react-datepicker__calendar-icon{height:1em;vertical-align:-.125em;width:1em}.styles_wrapper__nT33C{align-items:flex-start;display:flex;font-family:Montserrat;justify-content:flex-start}.styles_tableTitlesWrap__OYj-2{align-items:center;display:flex;justify-content:flex-start}.styles_tablesTitles__oBvns{background:transparent;color:#fff;font-size:16px;font-weight:700;margin-right:20px;padding:10px 20px!important}.styles_tablesTitles__oBvns p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin:0;text-transform:uppercase;transition:.2s ease-in-out}.styles_tablesTitles__oBvns p:hover{color:#ed9700}.styles_tablesTitlesCurrent__wLdIo{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border-radius:20px;color:#fff;font-size:16px;font-weight:700;margin-right:20px;padding:10px 20px!important}.styles_tablesTitlesCurrent__wLdIo p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin:0;text-transform:uppercase}.styles_calendar__2\+uHO{align-items:center;display:flex;margin:0 0 0 auto}.styles_resetButton__Gv\+hQ{background:none;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin-right:10px}.styles_resetIcon__NQR0D{fill:#fff;border-radius:12px;height:auto;transition:all .2s ease-in-out;width:20px}.styles_resetIcon__NQR0D:hover{box-shadow:0 0 12px 0 #fff}@media(max-width:1090px){.styles_tablesTitlesCurrent__wLdIo,.styles_tablesTitles__oBvns{font-size:16px}.styles_tableTitlesWrap__OYj-2{flex-wrap:wrap}.styles_tablesTitlesCurrent__wLdIo,.styles_tablesTitles__oBvns{font-size:13px;padding:5px 10px!important}}@media(max-width:825px){.styles_wrapper__nT33C{flex-direction:column}.styles_calendar__2\+uHO{margin:20px auto 0}}@media(max-width:476px){.styles_calendar__2\+uHO{margin:10px auto 0 0}}@media(max-width:370px){.styles_tablesTitlesCurrent__wLdIo,.styles_tablesTitles__oBvns{font-size:12px}}.styles_wrapper__q1Ctg{align-items:center;border-radius:100%;display:flex;height:auto;justify-content:center;position:relative;transition:ease-in-out;width:40px;z-index:1}.styles_border__94K04{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(132.79deg,#4513b6 15.16%,#e01f48 85.97%);-webkit-filter:drop-shadow(0 0 20px #1a0965);filter:drop-shadow(0 0 20px #1a0965);padding:2px}.styles_pointer__B4aIe{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_avatar__tVIXD{border-radius:100%;height:100%;width:100%}.styles_badge__lWg3Z{left:50%;pointer-events:none;position:absolute;top:52%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:103%;z-index:2}.styles_wrapper__hWux9{align-items:center;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;justify-content:flex-start;width:100%}.styles_wrapper__hWux9:hover{-webkit-transform:scale(1.02);transform:scale(1.02);transition:all .2s ease-in-out}.styles_avatar__Hp4ke{margin:0 10px 0 0;width:30px}.styles_alias__HSzne{color:#fff;display:inline-block;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}@media(max-width:863px){.styles_alias__HSzne{font-size:10px}.styles_avatar__Hp4ke{width:25px}}@media(max-width:580px){.styles_alias__HSzne{font-size:10px}.styles_avatar__Hp4ke{width:20px}}@media(max-width:400px){.styles_alias__HSzne{font-size:9px}}@media(max-width:380px){.styles_alias__HSzne{font-size:8px}}.styles_tableWrapper__1Ajfs{margin:30px 0 0;position:relative;width:100%;z-index:3}.styles_tableWrapperItem__Rz24l{margin-top:30px;width:100%}.styles_wrapper__LLgIT{align-items:center;display:flex;width:100%}@media(max-width:640px){.styles_wrapper__LLgIT{flex-direction:column;margin-bottom:1rem}}.styles_link__ukrTX{align-items:center;background:#283041;border-radius:8px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;display:flex;justify-content:flex-start;outline:none;padding:8px 12px;text-decoration:none}.styles_link__ukrTX img{display:inline-block;margin-right:15px;width:32px}.styles_title__GtS0E{color:#78839e;font-family:Montserrat;font-size:12px;font-weight:500;line-height:14px;margin:0}.styles_subtitle__7NyGZ{color:#fff8e8;font-family:Montserrat;font-size:13px;font-weight:700;line-height:15px;margin:0}.styles_wrapper__6qVgG{right:0;top:-93px}@media(max-width:900px){.styles_wrapper__6qVgG{position:static}}.styles_wrapper__DWogP{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.styles_title__6Dfiy{margin-bottom:0;width:auto}@media(max-width:640px){.styles_wrapper__DWogP{justify-content:center;margin-bottom:24px;width:100%}}.styles_wrapper__iPo-r{align-items:center;background:none;border:none;display:flex;justify-content:center}.styles_wrapper__iPo-r .styles_tooltip__4XDDf{align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(7,11,22,.722);border-radius:20px;bottom:0;color:#fff;display:none;font-size:13px;font-weight:500;justify-content:center;left:0;min-width:-webkit-min-content;min-width:min-content;padding:6px 12px;position:absolute;text-align:center;-webkit-transform:translateY(110%);transform:translateY(110%);width:100%;z-index:5}.styles_wrapper__iPo-r:hover .styles_tooltip__4XDDf{display:flex}.styles_tooltipText__1grNV,.styles_tooltip__4XDDf{width:auto}.styles_info__LnPuQ{fill:#fff;cursor:pointer;height:auto;opacity:.5;transition:all .2s ease-in-out;width:18px}.styles_info__LnPuQ:hover{opacity:1}.styles_wrapper__MYf0R{background:rgba(7,11,22,.722);border-radius:8px;display:flex;flex-direction:column;margin:0;max-height:160px;min-height:160px;overflow-y:auto;padding:8px;scrollbar-width:none;width:100%}.styles_wrapper__MYf0R::-webkit-scrollbar{width:none}.styles_wrapper__MYf0R::-webkit-scrollbar-track{background:transparent}.styles_row__yTVns{align-items:center;display:flex;justify-content:space-between;margin:2px 0;width:100%}.styles_row__yTVns p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_rowCurrency__rczPB{align-items:center;display:flex;justify-content:center}.styles_rowCurrency__rczPB img{height:auto;margin-right:3px;width:35px}.styles_rowCurrency__rczPB h5{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0;min-width:100px;text-align:end}.styles_wrapper__emCZ0{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 20px 40px 10px rgba(0,0,0,.251);display:flex;flex-wrap:wrap;gap:16px;height:100%;justify-content:center;left:0;padding:32px;position:absolute;top:0;width:100%;z-index:15}.styles_wrapper__emCZ0 img{height:auto;max-width:200px;width:100%}.styles_wrapper__emCZ0 button{min-width:140px;padding:0 16px;width:auto}.styles_text__E-rKc{align-items:center;display:flex;flex-direction:column;justify-content:center}.styles_text__E-rKc p{color:#fff;font-size:16px;text-transform:uppercase}.styles_text__E-rKc h3,.styles_text__E-rKc p{font-family:Montserrat;font-weight:500;margin:0}.styles_text__E-rKc h3{color:#a2a5cc;font-size:14px}.styles_wrapper__QlINc{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;min-height:480px;overflow:hidden;position:relative;width:100%}.styles_icon__XJH3A{border-radius:16px;display:inline-block;height:auto;width:100%}.styles_body__MyCZX{display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.styles_header__YhyYz{align-items:center;display:flex;position:relative;width:100%}.styles_header__YhyYz p{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0 5px 0 0}.styles_header__YhyYz button{background:none;border:none}.styles_info__uZ\+Xw{fill:#fff;cursor:pointer;height:auto;opacity:.5;transition:all .2s ease-in-out;width:18px}.styles_info__uZ\+Xw:hover{opacity:1}.styles_title__LhTO7{align-items:center;background:none;border:none;display:flex;justify-content:space-between;width:100%}.styles_title__LhTO7 p{color:#888aa7;font-family:Montserrat;font-size:12px;font-weight:500;margin:0}.styles_title__LhTO7 div{align-items:center;display:flex;justify-content:center}.styles_title__LhTO7 img{height:auto;width:30px}.styles_titleActive__ZXV4F{color:#fccd00}.styles_titleActive__ZXV4F,.styles_titleInactive__evrxz{font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_titleInactive__evrxz{color:#a2a5cc}.styles_buttonWrap__Xhc4e{margin-top:8px;width:100%}.styles_forbiddenRakeback__DVrPd{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:flex-end;width:100%}.styles_forbiddenRakeback__DVrPd img{display:inline-block;height:auto;margin:20px auto;width:50%}.styles_desc__8xKHX{color:#fff;font-size:18px;font-weight:400;letter-spacing:.12px;line-height:22px;margin:0 auto 14px;text-align:center}.styles_link__yKxuL,.styles_link__yKxuL span{border-radius:19px;width:100%}.styles_link__yKxuL span{line-height:24px;text-align:center}.styles_wrapper__Wl7G\+{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;flex-grow:3;min-height:480px;min-width:500px;overflow:hidden;position:relative}.styles_icon__tfNsi{bottom:0;height:100%;max-width:605px;position:absolute;right:0;width:auto;z-index:0}.styles_header__FyA9c{align-items:center;display:flex;gap:8px;margin-bottom:24px;position:relative;width:100%;z-index:3}.styles_header__FyA9c h3{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_body__4\+htL{gap:8px;z-index:1}.styles_body__4\+htL,.styles_earn__YPPDt{display:flex;flex-direction:column;width:100%}.styles_earn__YPPDt{background-image:url(/static/media/green-bg.c30672c0abac1aa55e67.webp);background-position:0;background-repeat:no-repeat;background-size:100% 100%;border-radius:16px;padding:16px}.styles_earn__YPPDt h2{color:#fff;font-family:Montserrat;font-size:24px;font-weight:700;margin:0 0 24px}.styles_earnLineWrap__BE8xq{align-items:center;display:flex;flex-wrap:wrap;gap:30px}.styles_earnLine__ccEKw{align-items:center;display:flex;justify-content:center}.styles_earnLine__ccEKw h6{color:#fccd00;font-family:Montserrat;font-size:24px;font-weight:700;margin:0 10px 0 0}.styles_earnLine__ccEKw p{color:#fff;margin:0}.styles_earnLine__ccEKw h4,.styles_earnLine__ccEKw p{font-family:Montserrat;font-size:16px;font-weight:600}.styles_earnLine__ccEKw h4{color:#7074a4;margin:0 0 0 5px}.styles_linkTitle__1aVDL{color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:600;margin:24px 0 0}.styles_linkWrap__em8yz{align-items:center;background:rgba(7,11,22,.722);border-radius:18px;display:flex;gap:16px;margin:16px 0;width:100%;z-index:2}.styles_linkWrap__em8yz h5{color:#fff;display:inline-block;flex-grow:1;font-family:Montserrat;font-size:14px;font-weight:500;line-height:36px;margin:0;overflow:hidden;padding:0 16px;text-overflow:ellipsis;white-space:nowrap}.styles_linkBodyTooltip__1CVFr{align-items:center;background:gray;border-radius:19px;color:#fff;display:flex;font-family:Montserrat;font-size:11px;font-weight:500;height:37px;justify-content:center;position:absolute;right:0;text-transform:uppercase;-webkit-transform:translateY(0);transform:translateY(0);transition:all .1s ease-in-out;transition-delay:.2s;transition-duration:.2s;transition-timing-function:cubic-bezier(0,0,.2,1);visibility:hidden;width:100%}.styles_linkBodyTooltip__1CVFr.styles_open__cKSKa{-webkit-transform:translateY(-150%);transform:translateY(-150%);visibility:visible}.styles_linkBodyButton__99mn0{align-items:center;background:linear-gradient(180deg,#0e9628,#7db30a);border:none;border-radius:19px;box-shadow:0 13px 16px rgba(0,0,0,.2);cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:37px;justify-content:center;padding:0 24px;position:relative;transition:.1s ease-in-out}.styles_linkBodyButton__99mn0 img{height:12px;left:12px;position:absolute;top:13px;width:12px}.styles_linkBodyButton__99mn0 p{color:#fff;font-family:Montserrat;font-size:11px;font-weight:500;margin-bottom:2px;margin-left:18px;text-transform:uppercase}.styles_linkBodyButton__99mn0:hover{-webkit-filter:brightness(120%);filter:brightness(120%)}.styles_share__Z4ra-{align-items:center;background-image:url(/static/media/purple-bg.483027a7fd70c6619a52.webp);background-position:50%;background-repeat:no-repeat;background-size:100% 100%;display:flex;justify-content:center;margin:0 0 24px;padding:16px;width:100%}.styles_share__Z4ra- p{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_share__Z4ra- img{height:auto;margin-right:5px;width:25px}.styles_buttonWrap__vbm4y{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;width:250px;z-index:2}.styles_stats__6XYUg{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:16px}.styles_statsItem__s2Bkb{display:flex;flex-direction:column}.styles_statsItem__s2Bkb p{color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_statsItem__s2Bkb h2{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0}.styles_statsItem__s2Bkb img{height:30px;width:auto}.styles_statsItem__s2Bkb div{align-items:center;display:flex;justify-content:center}.styles_statsItemReferral__CIAuR{opacity:0;width:1px!important}.styles_notAuthWrap__0z-7d{display:flex;height:100%;position:relative;width:100%}.styles_padding__VE4bc{padding:16px}.styles_hidden__SbN1I{display:none}.styles_noShadow__LXyaP{box-shadow:none}@media(max-width:1024px){.styles_notAuthWrap__0z-7d img{width:100px}}@media(max-width:860px){.styles_body__4\+htL{grid-template-columns:1fr}.styles_pool__Eel4Z{width:100%}.styles_notAuthWrap__0z-7d{min-height:400px}.styles_notAuthWrap__0z-7d img{width:200px}}@media(max-width:640px){.styles_wrapper__Wl7G\+{min-width:100%}.styles_earn__YPPDt h2{font-size:16px}.styles_earnLine__ccEKw{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start}.styles_earnLine__ccEKw h6{font-size:22px}.styles_earnLine__ccEKw h4,.styles_earnLine__ccEKw p{font-size:14px}.styles_share__Z4ra- p{font-size:12px}.styles_share__Z4ra- img{margin-right:3px;width:20px}.styles_buttonWrap__vbm4y{width:100%}.styles_stats__6XYUg{flex-direction:column}.styles_statsItem__s2Bkb{align-items:center;display:flex;flex-direction:row;justify-content:space-between;width:100%}}.styles_wrapper__Od9Nl{max-width:1400px;overflow:hidden;padding:0 30px 30px}.styles_pageWrapper__7ST32,.styles_wrapper__Od9Nl{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_pageWrapper__7ST32{position:relative}.styles_block1__\+gG\+P{grid-gap:16px;display:grid;gap:16px;grid-template-columns:3fr 323px;margin-bottom:24px;width:100%}.styles_block1NotAuth__SpM0D{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr;margin-bottom:24px;width:100%}.styles_cardWrapper__TV8zF{grid-gap:30px;display:grid;grid-template-columns:repeat(auto-fill,minmax(600px,1fr));margin-bottom:30px;width:100%;z-index:5}@media(max-width:1100px){.styles_cardWrapper__TV8zF{grid-template-columns:1fr}}@media(max-width:900px){.styles_block1__\+gG\+P{grid-template-columns:1fr}}@media(max-width:640px){.styles_wrapper__Od9Nl{padding:0 15px 30px}}.styles_dividendsTables__Ml1NB{color:#fff;display:flex;flex-direction:column;height:100%;margin:0 0 30px;position:relative;width:100%}.styles_dividendsTablesTitles__UR0Ot{align-items:center;display:flex;justify-content:flex-start}.styles_dividendsTablesWrap__wy4nZ{display:flex;height:100%;margin-top:30px;width:100%}@media(max-width:1024px){.styles_dividendsTables__Ml1NB{margin:0}}@media(max-width:580px){.styles_dividendsTablesTitles__UR0Ot{align-items:flex-start;flex-direction:column;justify-content:flex-start;margin:0}}.styles_wrapper__BTt-b{right:0;top:-93px}@media(max-width:1024px){.styles_wrapper__BTt-b{position:static}}.styles_wrapper__TXky4{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}.styles_title__XW2gT{margin-bottom:0;width:auto}@media(max-width:640px){.styles_wrapper__TXky4{justify-content:center;margin-bottom:24px;width:100%}}.styles_dividendsTimer__UwCJf{color:#fff;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:500;left:35px;letter-spacing:2.286px;min-width:100px;text-align:end;top:21%}@media(max-width:640px){.styles_dividendsTimer__UwCJf{font-size:20px;min-width:80px}}.styles_wrapper__9krZ7{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;flex-grow:3;min-height:480px;min-width:500px;overflow:hidden;padding:16px;position:relative}.styles_icon__ku20u{bottom:0;height:100%;max-width:605px;position:absolute;right:0;width:auto;z-index:0}.styles_header__Qeoaw{align-items:center;display:flex;gap:8px;position:relative;width:100%;z-index:3}.styles_header__Qeoaw h3{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_body__yy6FW{gap:8px;margin-top:16px;z-index:1}.styles_body__yy6FW,.styles_pool__ccQgN{display:flex;flex-direction:column;width:100%}.styles_pool__ccQgN{border:4px solid #7074a4;border-radius:16px;max-width:580px;padding:16px}.styles_pool__ccQgN p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_poolRow__NzKlG{align-items:center;display:flex;justify-content:flex-start;margin:25px 0}.styles_poolRow__NzKlG img{height:auto;margin-right:3px;width:50px}.styles_poolRow__NzKlG h2{color:#fff;font-family:Montserrat;font-size:40px;font-weight:700;margin:0}.styles_totalHeader__mNrnh{align-items:center;display:flex;gap:16px}.styles_totalHeader__mNrnh h4{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_totalTimer__i7syM{align-items:center;display:flex}.styles_totalTimer__i7syM img{height:auto;margin-right:5px;width:24px}.styles_currencyWrap__wGz5s{align-items:center;display:flex;gap:8px;justify-content:space-between;margin-bottom:30px;margin-top:25px;width:100%}.styles_currencyWrap__wGz5s button{background:none;border:none;color:#fccd00;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_currenciesList__Zxv3B{align-items:center;display:flex;margin-right:4vw}.styles_currenciesList__Zxv3B img{display:inline-block;height:auto;margin-left:-12px;width:45px}.styles_currenciesList__Zxv3B img:first-of-type{margin-left:0}.styles_paid__gKily{background:rgba(4,12,27,.502);border-radius:10px;display:flex;flex-direction:column;margin-top:25px;max-width:580px;padding:16px;position:relative;width:100%}.styles_paid__gKily p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_paidAmount__613zZ{align-items:center;display:flex;z-index:2}.styles_paidAmount__613zZ img{height:auto;width:35px}.styles_paidAmount__613zZ h3{color:#fff;font-family:Montserrat;font-size:24px;font-weight:400;margin:0}.styles_paidIcon__5Q2ZR{bottom:-17%;height:100%;position:absolute;right:-2%;width:auto;z-index:1}@media(max-width:860px){.styles_body__yy6FW{grid-template-columns:1fr}.styles_pool__ccQgN{width:100%}.styles_poolRow__NzKlG{margin:16px 0}.styles_poolRow__NzKlG img{margin-right:0;width:40px}.styles_poolRow__NzKlG h2{font-size:26px}.styles_currencyWrap__wGz5s{margin-bottom:0;margin-top:16px}}@media(max-width:640px){.styles_wrapper__9krZ7{min-width:100%}.styles_totalHeader__mNrnh{flex-wrap:wrap}.styles_totalTimer__i7syM img{margin-right:3px;width:19px}.styles_currencyWrap__wGz5s{align-items:center;flex-direction:column;justify-content:center;margin-top:16px}.styles_currenciesList__Zxv3B{margin-right:0}.styles_paid__gKily{min-height:132px}.styles_paidIcon__5Q2ZR{bottom:-17%;height:100%;position:absolute;right:-4%;width:auto;z-index:1}}.styles_wrapper__hk-iV{background:#202d4a;border-radius:20px;display:grid;grid-template-columns:1fr 1fr;margin-bottom:24px;min-height:437px;overflow:hidden;padding:16px;position:relative;width:100%}.styles_pool__CxTQ1{display:flex;flex-direction:column;width:100%;z-index:1}.styles_poolHeader__-yIk8{align-items:center;display:flex;gap:8px;justify-content:flex-start;position:relative;width:100%}.styles_poolHeader__-yIk8 h4{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0}.styles_poolAmount__MJi-3{display:flex;flex-direction:column;justify-content:center;margin:21px auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.styles_poolAmount__MJi-3 p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_poolAmount__MJi-3 div{align-items:center;display:flex;justify-content:center}.styles_poolAmount__MJi-3 img{height:auto;width:45px}.styles_poolAmount__MJi-3 h3{color:#fff;font-family:Montserrat;font-size:40px;font-weight:700;margin:0}.styles_poolPlanet__5SLlg{bottom:-110%;left:-10%;max-width:900px;min-width:805px}.styles_poolPlanet__5SLlg,.styles_poolStars__eAnDM{-webkit-animation:styles_rotatePlanet__V0395 40s linear infinite;animation:styles_rotatePlanet__V0395 40s linear infinite;position:absolute;width:100%;z-index:1;z-index:0}.styles_poolStars__eAnDM{bottom:-100%;left:0;max-width:650px;min-width:600px}@-webkit-keyframes styles_rotatePlanet__V0395{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes styles_rotatePlanet__V0395{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.styles_historyWrap__8wb3o{display:flex;flex-direction:column;width:100%;z-index:1}.styles_historyWrap__8wb3o h2{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:600;margin:0 0 16px}.styles_history__hk4i8{-ms-overflow-style:none;background:rgba(22,30,49,.502);border-radius:8px;display:flex;flex-direction:column;height:auto;max-height:333px;overflow:scroll!important;scrollbar-width:none;width:100%}.styles_history__hk4i8::-webkit-scrollbar{display:none}.styles_historyHeader__B5F-k{align-items:center;background:rgba(109,157,251,.078);display:flex;height:32px;justify-content:flex-start;min-height:32px}.styles_historyHeader__B5F-k p{color:#888aa7;display:flex;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;line-height:18px;margin:0;padding:0 0 0 20px;width:50%}.styles_historyContent__ICoH0{display:flex;min-height:42px;width:100%}.styles_historyContent__ICoH0:nth-of-type(odd){background:rgba(7,11,22,.502)}.styles_historyContent__ICoH0:nth-of-type(2n){background:rgba(22,30,49,.502)}.styles_historyContent__ICoH0 h4{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;justify-content:flex-start;line-height:17px;margin:0;padding:0 0 0 20px;width:50%}.styles_historyContent__ICoH0 h4 img{display:inline-block;height:30px;margin-left:-3px;width:30px}@media(max-width:1100px){.styles_poolAmount__MJi-3{margin:16px auto}.styles_poolAmount__MJi-3 img{width:40px}.styles_poolAmount__MJi-3 h3{font-size:30px}}@media(max-width:900px){.styles_wrapper__hk-iV{grid-template-columns:1fr}.styles_poolAmount__MJi-3 img{width:35px}.styles_poolAmount__MJi-3 h3{font-size:24px}.styles_poolPlanet__5SLlg{bottom:-70%;left:-15%}.styles_poolStars__eAnDM{bottom:-60%;left:5%}.styles_historyWrap__8wb3o h2{color:#fff}}@media(max-width:470px){.styles_historyHeader__B5F-k p{font-size:14px;padding:0 0 0 10px;width:50%}.styles_historyContent__ICoH0 h4{font-size:12px;padding:0 0 0 10px}.styles_poolPlanet__5SLlg{bottom:-80%;left:-55%}.styles_poolStars__eAnDM{bottom:-70%;left:-45%}}.styles_wrapper__pN8dC{background:#202d4a;border-radius:20px}.styles_body__8khOm,.styles_wrapper__pN8dC{display:flex;flex-direction:column;width:100%}.styles_body__8khOm{gap:16px;padding:16px}.styles_body__8khOm h4{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_icon__BB7TC{border-radius:20px;display:inline;height:auto;width:100%}.styles_titleWrap__OK\+6Z{position:relative}.styles_bodyItem__iQB04,.styles_titleWrap__OK\+6Z{align-items:center;display:flex;gap:8px;width:100%}.styles_bodyItem__iQB04{flex-wrap:wrap;justify-content:space-between}.styles_bodyItem__iQB04 p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_bodyItem__iQB04 h5{color:#fff;font-family:Montserrat;font-size:14px;font-weight:600;margin:0}.styles_wrapper__QZJUN{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;width:100%}.styles_icon__EkRnO{border-radius:20px;display:inline;height:auto;width:100%}.styles_titleWrap__uJa3U{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;position:relative;width:100%}.styles_titleItem__U\+sQT{align-items:center;display:flex;justify-content:center}.styles_titleItem__U\+sQT h4{margin:0 5px 0 0!important}.styles_discount__2Qrof{background:linear-gradient(180deg,#0e9628,#7db30a);border:2px solid transparent;border-radius:19px;box-shadow:0 0 8px 0 rgba(110,175,14,.749);display:flex}.styles_discount__2Qrof p{background:#202d4a;border-radius:19px;color:#fff;font-family:Montserrat;font-size:11px;font-weight:700;margin:0;padding:4px 8px}.styles_body__Wv2Xx{display:flex;flex-direction:column;gap:2px;padding:16px;width:100%}.styles_body__Wv2Xx h4{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0 0 4px}.styles_bodyItem__Cw\+5R{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.styles_bodyItem__Cw\+5R p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_bodyItem__Cw\+5R h5{color:#fff;font-family:Montserrat;font-size:14px;font-weight:600;margin:0}.styles_bodyItem__Cw\+5R img{height:auto;width:35px}.styles_bodyItem__Cw\+5R div{align-items:center;display:flex;justify-content:center}.styles_wrapper__6hZ6m{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;overflow:hidden;width:100%}.styles_icon__MXk1-{border-radius:20px;display:inline;height:auto;width:100%}.styles_titleWrap__Q8d4O{align-items:center;display:flex;gap:8px;position:relative;width:100%}.styles_body__bcwTQ{display:flex;flex-direction:column;gap:2px;padding:16px;width:100%}.styles_body__bcwTQ h4{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_bodyItem__lEu\+e{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;width:100%}.styles_bodyItem__lEu\+e p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_bodyItem__lEu\+e h5{color:#fff}.styles_bodyItem__lEu\+e h5,.styles_bodyItem__lEu\+e h6{font-family:Montserrat;font-size:14px;font-weight:600;margin:0}.styles_bodyItem__lEu\+e h6{color:#99d290}.styles_bodyItem__lEu\+e img{height:auto;width:35px}.styles_bodyItem__lEu\+e div{align-items:center;display:flex;justify-content:center}.styles_wrapper__M54ZM{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;width:100%}.styles_icon__-Nt8G{border-radius:20px;display:inline;height:auto;width:100%}.styles_titleWrap__WGSWa{align-items:center;display:flex;gap:8px;position:relative;width:100%}.styles_body__5X6gu{display:flex;flex-direction:column;gap:16px;padding:16px;width:100%}.styles_body__5X6gu h4{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_bodyItem__sfO18{align-items:center;display:flex;justify-content:center;min-height:25px;width:100%}.styles_bodyItem__sfO18 p{color:#fff;font-family:Montserrat;font-size:24px;font-weight:400;margin:0}.styles_bodyItem__sfO18 img{height:auto;width:50px}.styles_buttonWrap__tA2m8{align-items:flex-end;display:flex;justify-content:flex-end;width:100%}.styles_dividendsWrap__u15qO{max-width:1400px;padding:0 30px 30px}.styles_dividendsWrap__u15qO,.styles_pageWrapper__wRX14{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_pageWrapper__wRX14{position:relative}.styles_block1__RwQOp{grid-gap:16px;grid-template-columns:3fr 323px}.styles_block1NotAuth__XJ8yb,.styles_block1__RwQOp{display:grid;gap:16px;margin-bottom:24px;width:100%}.styles_block1NotAuth__XJ8yb{grid-gap:16px;grid-template-columns:1fr}.styles_block2__B6dCJ{grid-gap:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin:0 0 30px;width:100%;z-index:1}@media(max-width:900px){.styles_block1__RwQOp{grid-template-columns:1fr}}@media(max-width:768px){.styles_block2__B6dCJ{grid-template-columns:1fr}}@media(max-width:640px){.styles_dividendsWrap__u15qO{padding:0 15px 30px}}.styles_wrapper__ih-vE{align-items:center;background:none;border:none;display:flex;justify-content:center}.styles_wrapper__ih-vE .styles_tooltip__CEKMW{align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(7,11,22,.722);border-radius:20px;bottom:0;color:#fff;display:none;font-size:13px;font-weight:500;justify-content:center;left:0;min-width:-webkit-min-content;min-width:min-content;padding:6px 12px;position:absolute;text-align:center;-webkit-transform:translateY(110%);transform:translateY(110%);width:100%;z-index:5}.styles_wrapper__ih-vE:hover .styles_tooltip__CEKMW{display:flex}.styles_tooltipText__cTQod,.styles_tooltip__CEKMW{width:auto}.styles_info__0\+qNw{fill:#fff;cursor:pointer;height:auto;opacity:.5;transition:all .2s ease-in-out;width:18px}.styles_info__0\+qNw:hover{opacity:1}.styles_progressBarCircle__bqXUq{align-items:center;background:hsla(0,0%,100%,.2);border-radius:50%;display:flex;height:12px;justify-content:center;position:absolute;width:12px}.styles_progressBarCircle__bqXUq div{background:#fff;border-radius:50%;height:4px;width:4px}.styles_wrapper__DnL\+C{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;flex-grow:3;min-height:480px;min-width:500px;overflow:hidden;padding:16px;position:relative}.styles_icon__V4Kos{bottom:0;height:100%;max-width:605px;pointer-events:none;position:absolute;right:0;width:auto;z-index:0}.styles_header__o02wp{align-items:center;display:flex;gap:8px;margin:0 0 24px;position:relative;width:100%;z-index:3}.styles_header__o02wp h3{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:0}.styles_tooltip__LDAsw{max-width:400px}.styles_info__zBJuT{background:linear-gradient(90deg,rgba(9,7,131,.72) 3.45%,rgba(32,45,74,0) 98.28%);border-radius:16px;padding:27px 24px;width:100%}.styles_title__ym0g-{color:#fff;font-size:24px;font-weight:700;line-height:29px;margin:0 0 16px}.styles_description__n\+EP1{color:#fff;font-size:14px;font-weight:400}.styles_body__CHNRt{align-items:center;-webkit-column-gap:16px;column-gap:16px;display:flex;flex-direction:row;flex-grow:1;padding:24px 0 0;position:relative}.styles_rankWrapper__QJaZl{align-items:center;display:flex;height:270px;justify-content:center;width:250px}.styles_rankImage__al0H1{height:auto;width:200px}.styles_progress__2\+B-Z{display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:flex-end}.styles_current__AoVk1{align-items:center;-webkit-column-gap:48px;column-gap:48px;display:flex;margin:0 0 22px}p.styles_subtitle__9Gupw{color:#888aa7;font-size:14px;font-weight:500;margin:0 0 8px}.styles_rankData__eqifN{align-items:center;-webkit-column-gap:4px;column-gap:4px;display:flex}.styles_rankTitle__Kh\+dQ{background:linear-gradient(180deg,rgba(214,145,21,.4),rgba(214,145,21,.16)),#424862;color:#fccd00}.styles_rankTitle__Kh\+dQ,.styles_rankVip__ocB6R{border-radius:4px;font-size:15.4719px;font-style:normal;font-weight:600;line-height:19px;padding:4px 8px}.styles_rankVip__ocB6R{background:linear-gradient(90deg,#ffffb2,#ebbb2e),#424862;color:#795620}.styles_cashback__9pEO5{align-items:center;-webkit-column-gap:8px;column-gap:8px;display:flex}.styles_cashbackText__qPmhG{color:#7074a4;font-size:24px;font-weight:600;line-height:29px}.styles_cashbackText__qPmhG.styles_currentPercentage__3F1ES{color:#8bc834}.styles_buttons__cC\+wE{margin:0 0 22px}.styles_ranksButton__k5kl7{padding:0 20px;width:-webkit-max-content!important;width:max-content!important}.styles_progressBarWrapper__gs53\+{min-height:131px}.styles_noShadow__7ZPcH{box-shadow:none}@media(max-width:1240px){.styles_rankWrapper__QJaZl{height:170px;width:150px}.styles_rankImage__al0H1{width:100px}}@media(max-width:640px){.styles_wrapper__DnL\+C{min-width:100%}.styles_icon__V4Kos{display:none}}@media(max-width:600px){.styles_info__zBJuT{padding:16px}.styles_title__ym0g-{font-size:16px;line-height:19px}.styles_body__CHNRt{flex-direction:column}.styles_rankWrapper__QJaZl{height:270px;width:250px}.styles_rankImage__al0H1{width:200px}.styles_progress__2\+B-Z{width:100%}.styles_current__AoVk1{align-items:flex-start;flex-direction:column;row-gap:16px;width:100%}.styles_current__AoVk1 div{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_current__AoVk1 .styles_cashback__9pEO5,.styles_current__AoVk1 .styles_rankData__eqifN{width:auto}.styles_current__AoVk1 p.styles_subtitle__9Gupw{text-wrap:nowrap;margin:0}.styles_ranksButton__k5kl7{width:100%!important}}.styles_cashbackTableWrap__UVmHe{color:#fff;height:100%;margin:30px 0 0;max-width:1339px;position:relative;width:100%}.styles_cashbackTableBody__TQqQZ{display:flex;height:100%;margin-top:30px;width:100%}@media(max-width:1024px){.styles_cashbackTableWrap__UVmHe{margin-top:0}}.styles_wrapper__ZYdF6{max-width:1400px;padding:0 30px 30px}.styles_page__3XeT8,.styles_wrapper__ZYdF6{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_page__3XeT8{position:relative}.styles_main__YImB9{grid-gap:16px;display:grid;gap:16px;grid-template-columns:3fr 323px;margin-bottom:24px;width:100%}@media(max-width:1090px){.styles_main__YImB9{grid-template-columns:1fr}}@media(max-width:640px){.styles_wrapper__ZYdF6{padding:0 15px 30px}}.styles_homeTablesWrap__L1nPL{color:#fff;height:100%;margin:0 0 30px;position:relative;width:100%}.styles_homeTablesNavigation__cX11r{display:flex;margin-top:30px;width:auto}.styles_homeTablesBody__EO7eB{display:flex;flex-direction:column;height:100%;margin-top:30px;width:100%}.carousel .control-arrow,.carousel.carousel-slider .control-arrow{background:none;border:0;cursor:pointer;filter:alpha(opacity=40);font-size:32px;opacity:.4;position:absolute;top:20px;transition:all .25s ease-in;z-index:2}.carousel .control-arrow:focus,.carousel .control-arrow:hover{filter:alpha(opacity=100);opacity:1}.carousel .control-arrow:before,.carousel.carousel-slider .control-arrow:before{border-bottom:8px solid transparent;border-top:8px solid transparent;content:"";display:inline-block;margin:0 5px}.carousel .control-disabled.control-arrow{cursor:inherit;display:none;filter:alpha(opacity=0);opacity:0}.carousel .control-prev.control-arrow{left:0}.carousel .control-prev.control-arrow:before{border-right:8px solid #fff}.carousel .control-next.control-arrow{right:0}.carousel .control-next.control-arrow:before{border-left:8px solid #fff}.carousel-root{outline:none}.carousel{position:relative;width:100%}.carousel *{box-sizing:border-box}.carousel img{display:inline-block;pointer-events:none;width:100%}.carousel .carousel{position:relative}.carousel .control-arrow{background:none;border:0;font-size:18px;margin-top:-13px;outline:0;top:50%}.carousel .thumbs-wrapper{margin:20px;overflow:hidden}.carousel .thumbs{list-style:none;position:relative;-webkit-transform:translateZ(0);transform:translateZ(0);transition:all .15s ease-in;white-space:nowrap}.carousel .thumb{border:3px solid #fff;display:inline-block;margin-right:6px;overflow:hidden;padding:2px;transition:border .15s ease-in;white-space:nowrap}.carousel .thumb:focus{border:3px solid #ccc;outline:none}.carousel .thumb.selected,.carousel .thumb:hover{border:3px solid #333}.carousel .thumb img{vertical-align:top}.carousel.carousel-slider{margin:0;overflow:hidden;position:relative}.carousel.carousel-slider .control-arrow{bottom:0;color:#fff;font-size:26px;margin-top:0;padding:5px;top:0}.carousel.carousel-slider .control-arrow:hover{background:rgba(0,0,0,.2)}.carousel .slider-wrapper{margin:auto;overflow:hidden;transition:height .15s ease-in;width:100%}.carousel .slider-wrapper.axis-horizontal .slider{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-horizontal .slider .slide{flex-direction:column;flex-flow:column}.carousel .slider-wrapper.axis-vertical{-ms-box-orient:horizontal;display:-moz-flex;display:flex}.carousel .slider-wrapper.axis-vertical .slider{flex-direction:column}.carousel .slider{list-style:none;margin:0;padding:0;position:relative;width:100%}.carousel .slider.animated{transition:all .35s ease-in-out}.carousel .slide{margin:0;min-width:100%;position:relative;text-align:center}.carousel .slide img{border:0;vertical-align:top;width:100%}.carousel .slide iframe{border:0;display:inline-block;margin:0 40px 40px;width:calc(100% - 80px)}.carousel .slide .legend{background:#000;border-radius:10px;bottom:40px;color:#fff;font-size:12px;left:50%;margin-left:-45%;opacity:.25;padding:10px;position:absolute;text-align:center;transition:all .5s ease-in-out;transition:opacity .35s ease-in-out;width:90%}.carousel .control-dots{bottom:0;margin:10px 0;padding:0;position:absolute;text-align:center;width:100%;z-index:1}@media (min-width:960px){.carousel .control-dots{bottom:0}}.carousel .control-dots .dot{background:#fff;border-radius:50%;box-shadow:1px 1px 2px rgba(0,0,0,.9);cursor:pointer;display:inline-block;filter:alpha(opacity=30);height:8px;margin:0 8px;opacity:.3;transition:opacity .25s ease-in;width:8px}.carousel .control-dots .dot.selected,.carousel .control-dots .dot:hover{filter:alpha(opacity=100);opacity:1}.carousel .carousel-status{color:#fff;font-size:10px;padding:5px;position:absolute;right:0;text-shadow:1px 1px 1px rgba(0,0,0,.9);top:0}.carousel:hover .slide .legend{opacity:1}.styles_wrapper__qFhAK{height:-webkit-max-content;height:max-content;overflow:hidden}.styles_wrapper__qFhAK>div:last-child{display:none}.styles_wrapper__ndlY6{align-items:center;aspect-ratio:1340/343;border:none;display:flex;height:auto;justify-content:center;max-height:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;width:100%}@media(max-width:1024px){.styles_wrapper__ndlY6{aspect-ratio:963/333}}@media(max-width:700px){.styles_wrapper__ndlY6{aspect-ratio:639/315}}.styles_wrapper__tHnb1{aspect-ratio:2.1;background:#1f2d4b;border-radius:16px;display:inline-block;font-size:10px;overflow:hidden!important;position:relative;width:100%;z-index:2}.styles_content__NYzUM{align-items:center;display:flex}.styles_img__sF1tm{width:100%}.styles_title__dIaJZ{border-radius:4px;color:#fff;font-size:2em;font-weight:700;line-height:28px;padding:5px;top:11%}.styles_subtitle__\+rtJn,.styles_title__dIaJZ{left:5%;letter-spacing:.16px;margin:0;position:absolute;text-transform:uppercase;z-index:2}.styles_subtitle__\+rtJn{background-color:#dc9300;color:#000;font-size:1.6em;font-weight:800;padding:2px 5px;top:45%}.styles_label__gjo6v{color:#fff;font-size:1em;font-weight:400;left:5%;letter-spacing:.16px;margin:0;padding:5px;position:absolute;top:65%;z-index:2}@media(max-width:500px){.styles_subtitle__\+rtJn{padding:2px 5px 0}}.styles_wrapper__U\+EuE{border-radius:16px;font-size:10px;overflow:hidden!important;position:relative;width:100%;z-index:2}.styles_title__Uev-u{border-radius:4px;font-size:3em;font-weight:700;top:11%}.styles_subtitle__ZsMYB,.styles_title__Uev-u{color:#fff;left:5%;letter-spacing:.16px;line-height:28px;margin:0;padding:5px;position:absolute;text-transform:uppercase;z-index:2}.styles_subtitle__ZsMYB{font-size:2.4em;font-weight:400;top:40%}h5.styles_subtitle__ZsMYB{top:58%}.styles_bg__B6z8P{border-radius:16px;height:100%;left:0;overflow:hidden;position:absolute;top:0;-webkit-transform:matrix(-1,0,0,1,0,0);transform:matrix(-1,0,0,1,0,0);width:100%;z-index:1}.styles_bg__B6z8P.styles_gamesBg__qBYx6{background:linear-gradient(270deg,rgba(60,177,64,0),rgba(27,110,30,.4))}.styles_dividendsBg__qiBrP{background:linear-gradient(270deg,rgba(21,112,195,0),rgba(21,112,195,.4))}.styles_referralBg__WzRsA{background:linear-gradient(270deg,rgba(40,213,193,0),rgba(40,213,193,.4))}.styles_cashbackBg__u8Hdg{background:linear-gradient(270deg,rgba(202,82,30,0),rgba(202,82,30,.4))}.styles_wrapper__U\+EuE:hover{box-shadow:0 16px 50px rgba(23,196,41,.4)}.styles_wrapper__U\+EuE:hover .styles_gamesBg__qBYx6{background:linear-gradient(270deg,rgba(60,177,64,0),rgba(27,110,30,.7))}.styles_wrapper__U\+EuE:hover .styles_gamesRoulette__Ep\+kb{bottom:-25%;right:-5%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_gamesCherry__jh5xp{bottom:66%;right:37%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_gamesFirstStar__eVUjX{right:48%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_gamesSecondStar__\+PpyZ{bottom:69%;transition:all .2s ease-in-out}.styles_gamesRoulette__Ep\+kb{bottom:-30%;position:absolute;right:-10%;width:50%;z-index:1}.styles_gamesCherry__jh5xp{bottom:46%;position:absolute;right:27%;width:10%;z-index:1}.styles_gamesFirstStar__eVUjX{bottom:10%;position:absolute;right:34%;width:10%;z-index:1}.styles_gamesSecondStar__\+PpyZ{bottom:47%;position:absolute;right:8%;width:8%;z-index:1}.styles_wrapper__U\+EuE:hover{box-shadow:0 16px 50px rgba(14,199,186,.4)}.styles_wrapper__U\+EuE:hover .styles_referralPeople__oOvCZ{bottom:-52%;right:-16%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_referralBg__WzRsA{background:linear-gradient(270deg,rgba(40,213,193,0),rgba(40,213,193,.7))}.styles_wrapper__U\+EuE:hover .styles_referralUsd__5Gn4z{bottom:63%;right:23%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_referralStar__Ilz2o{right:43%;transition:all .2s ease-in-out}.styles_referralPeople__oOvCZ{bottom:-55%;position:absolute;right:-20%;width:55%;z-index:1}.styles_referralUsd__5Gn4z{bottom:43%;position:absolute;right:13%;width:15%;z-index:1}.styles_referralStar__Ilz2o{bottom:4%;position:absolute;right:26%;width:10%;z-index:1}.styles_wrapper__U\+EuE:hover{box-shadow:0 16px 50px rgba(196,116,23,.4)}.styles_wrapper__U\+EuE:hover .styles_cashbackBg__u8Hdg{background:linear-gradient(270deg,rgba(202,82,30,0),rgba(202,82,30,.7))}.styles_wrapper__U\+EuE:hover .styles_cashbackWallet__xdeVK{bottom:-10%;right:-5%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_cashbackChart__ecKvK{bottom:66%;right:35%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_cashbackStar__BSUve{right:40%;transition:all .2s ease-in-out}.styles_cashbackWallet__xdeVK{bottom:-15%;position:absolute;right:-10%;width:45%;z-index:1}.styles_cashbackChart__ecKvK{bottom:46%;position:absolute;right:15%;width:14%;z-index:1}.styles_cashbackStar__BSUve{bottom:6%;position:absolute;right:25%;width:11%;z-index:1}.styles_wrapper__U\+EuE:hover{box-shadow:0 16px 50px rgba(23,103,196,.4);overflow:hidden!important;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_homeNavigationItemWrapDividendsBg__IW1-C{background:linear-gradient(270deg,rgba(21,112,195,0),rgba(21,112,195,.7))}.styles_wrapper__U\+EuE:hover .styles_dividendChart__G-uuK{bottom:-25%;right:-5%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_dividendPercent1__oHIOC{bottom:66%;right:32%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_dividendPercent2__7AeON{right:46%;transition:all .2s ease-in-out}.styles_wrapper__U\+EuE:hover .styles_dividendPercent3__ithAW{bottom:66%;transition:all .2s ease-in-out}.styles_dividendChart__G-uuK{bottom:-30%;position:absolute;right:-10%;width:45%;z-index:1}.styles_dividendPercent1__oHIOC{bottom:46%;position:absolute;right:22%;width:11%;z-index:1}.styles_dividendPercent2__7AeON{bottom:6%;position:absolute;right:26%;width:13%;z-index:1}.styles_dividendPercent3__ithAW{bottom:45%;position:absolute;right:3%;width:8%;z-index:1}@media(max-width:780px){.styles_wrapper__U\+EuE{font-size:1.2vw}}@media(max-width:500px){.styles_wrapper__U\+EuE{font-size:1.6vw}}.styles_slider__TEyQv{border-radius:20px}.styles_welcomeNavWrap__U9WAH{grid-gap:30px;display:grid;grid-template-columns:repeat(4,1fr);height:auto;margin:30px 0 0;width:100%}@media(max-width:1200px){.styles_welcomeNavWrap__U9WAH{grid-gap:15px;grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){.styles_welcomeSlideImgDkt__rFBPq{display:none!important}.styles_welcomeSlideImgTab__t-5ee{display:inline-block!important}}@media(max-width:700px){.styles_welcomeSlide__yjeuw{display:flex;flex-direction:column;width:100%}.styles_welcomeSlideImgTab__t-5ee{display:none!important}.styles_welcomeSlideImgMob__tMcnW{display:inline-block!important}}@media(max-width:650px){.styles_welcomeNavWrap__U9WAH{grid-gap:15px}}@media(max-width:550px){.styles_welcomeNavWrap__U9WAH{grid-template-columns:repeat(2,1fr)}}.styles_gamesNavItem__S9kkn{align-items:center;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;flex-shrink:0;height:100%;justify-content:space-between;padding:15px;width:auto}.styles_gamesNavItem__S9kkn img{border-radius:50%;display:inline-block;width:26px}.styles_gamesNavItem__S9kkn p{color:#556b9a;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:17px;margin:0 0 0 10px}.styles_gamesNavItem__S9kkn:hover p{color:#fff}.styles_gamesNavItem__S9kkn.styles_active__quqwH{background:rgba(0,0,0,.34);border-radius:14px}.styles_gamesNavItem__S9kkn.styles_active__quqwH p{color:#fff}.styles_gamesNavItem__S9kkn:first-of-type.styles_active__quqwH img{box-shadow:0 0 25px -3px #7226c0}.styles_gamesNavItem__S9kkn:nth-of-type(2).styles_active__quqwH img{box-shadow:0 0 25px -3px #417124}.styles_gamesNavItem__S9kkn:nth-of-type(3).styles_active__quqwH img{box-shadow:0 0 25px -3px #3035b1}.styles_gamesNavItem__S9kkn:nth-of-type(4).styles_active__quqwH img{box-shadow:0 0 25px -3px #b52741}.styles_gamesNavItem__S9kkn:nth-of-type(5).styles_active__quqwH img{box-shadow:0 0 25px -3px #e47414}.styles_gamesNavItem__S9kkn:nth-of-type(6).styles_active__quqwH img{box-shadow:0 0 25px -3px #e09419}.styles_gamesNavItem__S9kkn:nth-of-type(7).styles_active__quqwH img{box-shadow:0 0 25px -3px #179234}.styles_gamesNavItem__S9kkn:nth-of-type(8).styles_active__quqwH img{box-shadow:0 0 25px -3px #ca484b}@media(max-width:1250px){.styles_gamesNavItem__S9kkn{flex-direction:column;padding:7px 10px}.styles_gamesNavItem__S9kkn p{font-size:14px;line-height:17px;margin:0}}@media(max-width:600px){.styles_gamesNavItem__S9kkn{flex-direction:column;padding:5px 10px}.styles_gamesNavItem__S9kkn img{width:20px}.styles_gamesNavItem__S9kkn p{font-size:12px;line-height:14px;margin:0}}@media(max-width:370px){.styles_gamesNavItem__S9kkn{flex-direction:column;padding:5px 10px}.styles_gamesNavItem__S9kkn p{font-size:10px;line-height:12px}}.styles_gamesNavInput__OmhRU{align-items:center;justify-content:flex-start;position:relative;width:100%}.styles_gamesNavInputArea__FPgog{background:#151e31;border:none;border-radius:20px;box-shadow:none;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:40px;line-height:17px;padding:0 0 0 15px;width:100%;z-index:2}.styles_gamesNavInputArea__FPgog:active,.styles_gamesNavInputArea__FPgog:focus{border:none;outline:none}.styles_gamesNavInputArea__FPgog::-webkit-input-placeholder{color:#fff}.styles_gamesNavInputArea__FPgog::placeholder{color:#fff}.styles_searchIcon__yDqjz{right:15px;width:15px}.styles_searchIcon__yDqjz,.styles_xButton__ErB7x{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);z-index:1}.styles_xButton__ErB7x{right:50px;width:10px}.styles_xButton__ErB7x.styles_hidden__ZCmcK{display:none}@media(max-width:800px){.styles_searchIcon__yDqjz{display:none!important}}.styles_gamesNavWrap__tT\+\+l{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#202d4a;border-radius:20px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:flex;height:70px;justify-content:space-between;margin:0;mix-blend-mode:normal;padding:5px 30px 5px 5px;width:100%}.styles_gamesNavItemWrap__340q-{display:flex;height:100%;justify-content:space-between;padding:0 26% 0 0;width:70%}.styles_gamesNavSearchWrap__ODz7\+{display:flex;width:288px}@media(max-width:1300px){.styles_gamesNavItemWrap__340q-{padding:0 10px 0 0}}@media(max-width:1024px){.styles_gamesNavItemWrap__340q-{width:100%}.styles_gamesNavSearchWrap__ODz7\+{display:none;max-width:0;overflow:hidden}}@media(max-width:800px){.styles_gamesNavWrap__tT\+\+l{padding:5px}}@media(max-width:600px){.styles_gamesNavWrap__tT\+\+l{height:60px}}.styles_status__vWgcb{align-items:center;background:#1d2a47;background:linear-gradient(0deg,#1d2a47,#475e95);border-radius:6px;color:#fff;display:flex;height:14%;left:3%;padding:2px 8px;position:absolute;top:5%;width:-webkit-max-content;width:max-content;z-index:3}.styles_dotWrapper__g51x\+{height:10px;margin-right:2px;min-width:10px;position:relative;width:10px}.styles_dot__yfmvJ{-webkit-animation:styles_pulse__ilgX9 2s ease-in-out infinite;animation:styles_pulse__ilgX9 2s ease-in-out infinite;height:6px;left:calc(50% - 3px);position:absolute;top:calc(50% - 3px);width:6px}.styles_dot__yfmvJ.styles_open__Gadi-{fill:green}.styles_dot__yfmvJ.styles_closed__2VsPS{fill:red}.styles_players__enk9i{align-items:center;background:#1d2a47;background:linear-gradient(0deg,#1d2a47,#475e95);border-radius:6px;color:#fff;display:flex;height:14%;left:3%;padding:2px 8px;position:absolute;top:22%;width:-webkit-max-content;width:max-content;z-index:3}.styles_playerIcon__fMsJ8{fill:currentColor;height:auto;margin-right:2px;width:10px}.styles_playersCount__Rp42v{flex-grow:1;text-align:center}.styles_limits__KJ78m{align-items:center;background:#1d2a47;background:linear-gradient(0deg,#1d2a47,#475e95);border-radius:6px;color:#fff;display:flex;height:14%;left:3%;padding:2px 8px;position:absolute;top:39%;width:-webkit-max-content;width:max-content;z-index:3}.styles_limits__KJ78m.styles_withoutPlayers__JLYOs{top:22%}.styles_symbol__tKlRB{font-weight:500;margin-right:2px}.styles_amount__hgs\+I{flex-grow:1;text-align:center;white-space:nowrap}@-webkit-keyframes styles_pulse__ilgX9{0%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes styles_pulse__ilgX9{0%,to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}50%{opacity:.5;-webkit-transform:scale(1.5);transform:scale(1.5)}}.styles_slotCardWrap__wXji9{background:#202d4a;border-radius:20px;font-size:10px;position:relative;width:100%}.styles_slotCardWrap__wXji9:hover .styles_live__OpXMB{display:none}.styles_slotCardLock__z9CCA{align-items:center;background-color:rgba(27,34,51,.8);border-radius:20px;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;overflow:hidden;padding:10%;pointer-events:none;position:absolute;top:0;width:100%;z-index:4}.styles_slotCardLock__z9CCA img{display:inline-block;height:40px;width:40px!important}.styles_slotCardLock__z9CCA h6{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:16px;font-weight:400;margin:5px 0 0;text-align:center}.styles_slotCardLabel__qlATJ{height:20%;position:absolute;right:3%;top:4%;width:auto!important;z-index:3}.styles_slotCardBg__Hl\+qX{aspect-ratio:312/200;border-radius:20px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:inline-block;height:100%;max-height:200px;-o-object-fit:cover;object-fit:cover;width:100%}.styles_slotCardGift__9NJAj{bottom:4%;height:20%;position:absolute;right:3%;visibility:hidden;width:auto!important;z-index:3}.styles_games__card-soon__SbIXq,.styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardDemo__23Kas,.styles_slotCardFreeSpins__S0C96{align-items:center;border-radius:20px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;flex-direction:column;font-size:1.6em;height:100%;justify-content:center;left:0;margin:0;padding:10px;position:absolute;top:0;width:100%;z-index:2}.styles_games__card-soon__SbIXq p,.styles_slotCardDemoNoBonus__nAvwm p,.styles_slotCardDemo__23Kas p,.styles_slotCardFreeSpins__S0C96 p{color:#fff;font-family:Montserrat;font-size:1.6em;font-weight:800;margin:0;visibility:hidden}.styles_slotCardFreeSpins__S0C96{box-shadow:0 0 10px 5px #ed9700}.styles_slotCardDropsIcon__Y8ZYR{left:0;position:absolute;top:0;width:25%!important;z-index:1}.styles_slotCardProvider__adE\+K{bottom:20px;color:#fff;font-family:Montserrat;font-size:1.4em;font-weight:600;left:20px;margin:0;position:absolute;visibility:hidden;z-index:2}.styles_slotCardButton__N6WtX{background:transparent;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;position:absolute;right:20px;top:20px;visibility:hidden;width:15%;z-index:3}.styles_slotCardButton__N6WtX,.styles_slotCardButton__N6WtX:active,.styles_slotCardButton__N6WtX:disabled,.styles_slotCardButton__N6WtX:hover{border:none;box-shadow:none;outline:none}.styles_slotCardButton__N6WtX:disabled{cursor:none;pointer-events:none}.styles_slotCardButton__N6WtX img{width:100%}.styles_slotCardWrap__wXji9:active .styles_slotCardBg__Hl\+qX,.styles_slotCardWrap__wXji9:hover .styles_slotCardBg__Hl\+qX{-webkit-filter:blur(1px);filter:blur(1px)}.styles_slotCardWrap__wXji9:active .styles_games__card-soon__SbIXq,.styles_slotCardWrap__wXji9:active .styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardWrap__wXji9:active .styles_slotCardDemo__23Kas,.styles_slotCardWrap__wXji9:active .styles_slotCardFreeSpins__S0C96,.styles_slotCardWrap__wXji9:hover .styles_games__card-soon__SbIXq,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemo__23Kas,.styles_slotCardWrap__wXji9:hover .styles_slotCardFreeSpins__S0C96{background-color:rgba(27,34,51,.8);box-shadow:0 0 10px 5px #0e9628;height:100%;padding:10px;visibility:visible;width:100%;z-index:2}.styles_slotCardWrap__wXji9:active .styles_games__card-soon__SbIXq p,.styles_slotCardWrap__wXji9:active .styles_slotCardDemoNoBonus__nAvwm p,.styles_slotCardWrap__wXji9:active .styles_slotCardDemo__23Kas p,.styles_slotCardWrap__wXji9:active .styles_slotCardFreeSpins__S0C96 p,.styles_slotCardWrap__wXji9:hover .styles_games__card-soon__SbIXq p,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemoNoBonus__nAvwm p,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemo__23Kas p,.styles_slotCardWrap__wXji9:hover .styles_slotCardFreeSpins__S0C96 p{visibility:visible}.styles_slotCardWrap__wXji9:active .styles_slotCardLabel__qlATJ,.styles_slotCardWrap__wXji9:hover .styles_slotCardLabel__qlATJ{display:none}.styles_slotCardWrap__wXji9:active .styles_slotCardFreeSpins__S0C96,.styles_slotCardWrap__wXji9:hover .styles_slotCardFreeSpins__S0C96{box-shadow:0 0 10px 5px #ed9700}.styles_slotCardWrap__wXji9:active .styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemoNoBonus__nAvwm{box-shadow:0 0 10px 5px red}.styles_slotCardWrap__wXji9:active .styles_slotCardButton__N6WtX,.styles_slotCardWrap__wXji9:active .styles_slotCardGift__9NJAj,.styles_slotCardWrap__wXji9:active .styles_slotCardProvider__adE\+K,.styles_slotCardWrap__wXji9:hover .styles_slotCardButton__N6WtX,.styles_slotCardWrap__wXji9:hover .styles_slotCardGift__9NJAj,.styles_slotCardWrap__wXji9:hover .styles_slotCardProvider__adE\+K{visibility:visible}.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_games__card-soon__SbIXq,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardDemo__23Kas,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardFreeSpins__S0C96{background:none;box-shadow:none;cursor:none;pointer-events:none}.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_games__card-soon__SbIXq p,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardDemoNoBonus__nAvwm p,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardDemo__23Kas p,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardFreeSpins__S0C96 p{visibility:hidden}.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardBg__Hl\+qX{cursor:none;-webkit-filter:none;filter:none;pointer-events:none}.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardButton__N6WtX,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardGift__9NJAj,.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardProvider__adE\+K{visibility:hidden}.styles_slotCardWrap__wXji9.styles_slotBlocked__Hiu25:hover .styles_slotCardLabel__qlATJ{display:inline-block}@media(max-width:1300px){.styles_slotCardWrap__wXji9{font-size:9px}}@media(max-width:1200px){.styles_slotCardBg__Hl\+qX{max-height:152px}}@media(max-width:1024px){.styles_slotCardBg__Hl\+qX{max-height:192px}}@media(max-width:940px){.styles_slotCardWrap__wXji9{font-size:7px}.styles_slotCardLock__z9CCA img{height:30px;width:30px!important}.styles_slotCardLock__z9CCA h6{font-size:12px}}@media(max-width:650px){.styles_slotCardWrap__wXji9{grid-gap:15px;font-size:5px}.styles_slotCardBg__Hl\+qX{max-height:120px}}@media(max-width:550px){.styles_slotCardWrap__wXji9:active .styles_games__card-soon__SbIXq,.styles_slotCardWrap__wXji9:active .styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardWrap__wXji9:active .styles_slotCardDemo__23Kas,.styles_slotCardWrap__wXji9:active .styles_slotCardFreeSpins__S0C96,.styles_slotCardWrap__wXji9:hover .styles_games__card-soon__SbIXq,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemoNoBonus__nAvwm,.styles_slotCardWrap__wXji9:hover .styles_slotCardDemo__23Kas,.styles_slotCardWrap__wXji9:hover .styles_slotCardFreeSpins__S0C96{box-shadow:0 0 5px 2px #0e9628;height:100%;padding:10px;visibility:visible;width:100%;z-index:2}.styles_slotCardBg__Hl\+qX{max-height:182px}}@media(max-width:400px){.styles_slotCardBg__Hl\+qX{max-height:115px}}.styles_gamesCardsWrap__T7tBx{align-items:center;display:flex;flex-direction:column;font-size:10px;height:100%;justify-content:space-around;margin-top:30px;max-width:1340px;width:100%}.styles_gamesTitle__xoTi3{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:48px;font-weight:700;justify-content:center;text-transform:uppercase}.styles_gamesLine__-7yh0{background-color:#ed9700;border-radius:1px;height:2px;width:90px}.styles_gamesCard__3eggO{grid-gap:30px;display:grid;grid-template-columns:repeat(4,1fr);height:auto;width:100%}.styles_gamesAddMore__AGglo{margin-top:30px}.styles_button__fQSXj{text-transform:uppercase}@media(max-width:1300px){.styles_gamesCardsWrap__T7tBx{font-size:9px}}@media(max-width:1200px){.styles_gamesCardsWrap__T7tBx{padding:0}}@media(max-width:1024px){.styles_gamesCard__3eggO{grid-gap:15px;grid-template-columns:repeat(3,1fr)}}@media(max-width:940px){.styles_gamesCardsWrap__T7tBx{font-size:7px}}@media(max-width:650px){.styles_gamesCardsWrap__T7tBx{font-size:5px}}@media(max-width:550px){.styles_gamesCard__3eggO{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.styles_gamesTitle__xoTi3{font-size:40px}}.styles_wrapper__rOZyY{align-items:center;background:hsla(0,0%,100%,.24);border:none;border-radius:8px;display:flex;height:40px;justify-content:center;margin:30px 0 15px;position:absolute;right:0;top:0;width:40px}.styles_icon__0fCQC{color:#fff;height:auto;width:12px}.styles_prev__4JYVG{right:190px}.styles_next__tN93l{right:125px}.styles_prevIcon__a0s-E{rotate:180deg}.styles_wrapper__oLScA{overflow:visible;overflow:initial;width:100%}.styles_slide__FAcDw{width:100%}.styles_card__8AFTY{display:block;padding:15px;position:relative}.styles_sliderWrap__BUFVh{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;position:relative;width:100%}.styles_sliderHeader__bK0XT{align-items:center;display:flex;justify-content:space-between;margin:30px 0 15px;width:100%}.styles_sliderHeaderTitle__bEEls{align-items:center;display:flex;justify-content:flex-start}.styles_sliderHeaderTitle__bEEls img{display:inline-block;margin:0 10px 0 0;width:26px}.styles_sliderHeaderTitle__bEEls p{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_sliderHeaderBtn__dTBit{align-items:center;display:flex;justify-content:center;width:100px}.styles_sliderBody__6m9cA{align-items:flex-start;display:flex;justify-content:flex-start;width:100%}.styles_button__ml4LL{text-transform:uppercase}@media(max-width:550px){.styles_sliderHeaderTitle__bEEls img{margin:0 8px 0 0;width:22px}.styles_sliderHeaderTitle__bEEls p{font-size:14px;line-height:18px}}.styles_gamesSliderWrap__w8Rwb{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_homeGamesTitle__tqLT-{font-size:48px;font-weight:700;line-height:59px;margin:50px auto 20px;position:relative;text-transform:uppercase}.styles_homeGamesTitle__tqLT-:before{background:#ed9700;border-radius:2px;content:"";height:2px;left:50%;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:30%}.styles_homeGamesCategories__dgont{display:none;margin:15px 0;position:relative;width:100%}.styles_homeGamesCategories__dgont img{height:14px;position:absolute;right:15px;top:10px;width:14px}.styles_homeGamesInput__DrRVH{background:rgba(0,0,0,.2);border:none;border-radius:19px;box-sizing:border-box;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:38px;padding:6px 50px 6px 20px;width:100%}.styles_homeGamesInput__DrRVH:focus{background-color:rgba(0,0,0,.2);border:2px solid #6c5dd3;border-radius:19px;box-shadow:none;color:#fff;outline:none}.styles_homeGamesInput__DrRVH::-webkit-input-placeholder{color:#fff}.styles_homeGamesInput__DrRVH::placeholder{color:#fff}.styles_homeGamesSliders__DysNI{align-items:flex-start;display:flex;justify-content:flex-start;min-height:60vh;width:100%}@media(max-width:1024px){.styles_homeGamesCategories__dgont{display:flex;margin:30px 0 0}}@media(max-width:900px){.styles_homeGamesTitle__tqLT-{font-size:24px;margin:30px auto 10px}}.styles_homeStatisticsWrap__MGVyh{align-items:center;display:flex;flex-direction:column;font-size:10px;height:100%;justify-content:space-around;max-width:1340px;width:100%}.styles_homeStatisticsTitle__FW0h4{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:48px;font-weight:700;justify-content:center;text-transform:uppercase}.styles_homeStatisticsTitleLine__JI6hn{background-color:#ed9700;border-radius:1px;height:2px;width:90px}.styles_homeStatisticsCards__E3Ckx{grid-gap:30px;display:grid;grid-template-columns:repeat(4,1fr);margin-top:30px;width:100%}.styles_homeStatisticsCardsItem__JHSBR{align-items:flex-start;border:3px solid hsla(0,0%,100%,.1);border-radius:20px;display:flex;height:102px;padding:10px 0 0 32px;position:relative;width:100%}.styles_homeStatisticsCardsItemTitle__Wjgt0{display:flex;flex-direction:column;height:40px;justify-content:flex-start;width:100%;z-index:2}.styles_homeStatisticsCardsItemTitle__Wjgt0 h3{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0;opacity:.7;text-transform:uppercase;z-index:2}.styles_homeStatisticsCardsItemImg__HNYxW{align-items:center;display:flex;justify-content:flex-start}.styles_homeStatisticsCardsItemImg__HNYxW p{color:#fff;font-family:Montserrat;font-size:22px;font-weight:500;margin:-10px 0 0;text-transform:uppercase;z-index:2}.styles_currencyStatistic__Wx1mT{height:48px;margin:-10px 0 0 -10px;width:48px}.styles_currencyStatisticAccount__ipVXj{height:30px;margin:0 10px 10px 0;width:30px}.styles_statisticsImg__iT7vT{bottom:-9px;height:67%;position:absolute;right:-14px;width:55%;z-index:0}.styles_statisticsAccount__Ft7te{bottom:-3px;height:57%;position:absolute;right:-3px;width:50%;z-index:0}@media(max-width:1350px){.styles_homeStatisticsCardsItem__JHSBR{padding:10px 0 0 10px}}@media(max-width:1240px){.styles_currencyStatistic__Wx1mT{height:42px;width:42px}.styles_currencyStatisticAccount__ipVXj{height:24px;width:24px}.styles_homeStatisticsCardsItemImg__HNYxW p{font-size:18px}.styles_homeStatisticsCardsItemTitle__Wjgt0 h3{font-size:14px}.styles_statisticsImg__iT7vT{width:60%}.styles_statisticsAccount__Ft7te{right:-5px;width:55%}}@media(max-width:950px){.styles_homeStatisticsCards__E3Ckx{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.styles_homeStatisticsCardsItem__JHSBR{padding:10px 0 0 32px}.styles_currencyStatistic__Wx1mT{height:48px;width:48px}.styles_currencyStatisticAccount__ipVXj{height:30px;width:30px}.styles_homeStatisticsCardsItemImg__HNYxW p{font-size:22px}.styles_homeStatisticsCardsItemTitle__Wjgt0 h3{font-size:16px}.styles_statisticsImg__iT7vT{width:55%}.styles_statisticsAccount__Ft7te{right:-3px;width:50%}}@media(max-width:640px){.styles_homeStatisticsWrap__MGVyh{margin-top:0}}.styles_seoWrap__u27Oy{align-items:center;background:#202d4a;border-radius:20px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);height:auto;margin:0 0 30px;padding:30px}.styles_seoContent__nJG2h,.styles_seoWrap__u27Oy{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_seoContent__nJG2h{align-items:flex-start;color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:400;overflow:hidden}.styles_seoContent__nJG2h h1{font-size:26px;font-weight:700;margin:10px 0 25px}.styles_seoContent__nJG2h h2{font-size:20px;font-weight:700;margin:10px 0 20px}.styles_seoContent__nJG2h h3,.styles_seoContent__nJG2h h4,.styles_seoContent__nJG2h h5{font-size:18px;font-weight:700;margin:10px 0 15px}.styles_seoContent__nJG2h p{font-size:14px;font-weight:500;margin:8px 0 10px}.styles_seoContent__nJG2h li{color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:500;margin:5px 0}.styles_seoContent__nJG2h a{color:#fff;text-decoration:none}.styles_seoContent__nJG2h a:hover{opacity:.8}.styles_seoContent__nJG2h table{border:1px solid #7074a4;border-collapse:collapse;margin:0 0 32px;table-layout:fixed;width:100%}.styles_seoContent__nJG2h table tr{border-bottom:1px solid #7074a4}.styles_seoContent__nJG2h table thead th{font-weight:700}.styles_seoContent__nJG2h table tbody td,.styles_seoContent__nJG2h table thead th{border-right:1px solid #7074a4;padding:10px 4px}.styles_seoTitle__1V9zK{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0 0 30px;position:relative;text-align:center;width:100%}.styles_seoTitle__1V9zK:before{background:#ed9700;content:"";height:2px;left:50%;position:absolute;top:-10px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:90px}.styles_seoShadow__dkUkm{box-shadow:0 -10px 35px 30px #202d4a;display:flex;height:0;width:100%}.styles_seoBtn__b5fqv{align-items:center;display:flex;justify-content:center;margin-top:30px;width:100%}.styles_seoBtn__b5fqv button{height:42px!important;text-transform:uppercase!important}@media(max-width:640px){.styles_seoWrap__u27Oy{padding:30px 15px 15px}.styles_seoShadow__dkUkm{box-shadow:0 -10px 35px 14px #202d4a}}.styles_homePage__J4pBD{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:23px;font-weight:600;height:100%;justify-content:flex-start;max-width:1400px;padding:30px;width:100%}@media(max-width:640px){.styles_homePage__J4pBD{padding:30px 15px}}.styles_dropSearchWrap__EdBz\+{display:flex;position:relative;width:100%}.styles_dropSearchWrap__EdBz\+.styles_disable__OuxQW{opacity:.5;pointer-events:none}.styles_dropSearchHeaderPara__h-5jf{color:#fff;font-size:16px;font-weight:400;line-height:20px;margin:0}.styles_dropSearchHeader__Jb4cc{align-items:center;background:rgba(0,0,0,.2);border-radius:19px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:38px;justify-content:space-between;padding-left:20px;position:relative;width:100%}.styles_dropSearchHeader__Jb4cc:hover{border:2px solid #6c5dd3;transition:.2s ease-in-out}.styles_dropSearchI__viMnP{border:1px solid #888aa7;border-width:0 3px 3px 0;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:inline-block;height:3px;margin-right:30px;padding:3px;position:absolute;right:0;top:12px;transition:all .3s ease-in-out}.styles_dropSearchI__viMnP.styles_iUp__TKe-h{margin-top:3px;transform:rotate(225deg);-webkit-transform:rotate(225deg)}.styles_dropSearchI__viMnP.styles_iDown__dKEGg{margin-bottom:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.styles_dropSearchBody__j5T1b{background-color:#000;border-radius:24px;flex-direction:column;height:0;margin-top:10px;max-height:0;opacity:0;overflow:hidden;position:absolute;top:40px;transition:all .1s ease-in-out;transition-delay:0ms;transition-duration:0ms;transition-timing-function:cubic-bezier(0,0,.2,1);visibility:hidden;width:100%}.styles_dropSearchBodyOpen__JtAvu{height:auto;max-height:400px;opacity:.94;padding:10px 15px 20px 0;transition:all .3s ease-in-out;transition-delay:.1s;transition-duration:.1s;visibility:visible;z-index:5}.styles_dropSearchBodyPara__nOs2c{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:16px;font-weight:400;line-height:20px;margin-bottom:10px;width:100%}.styles_dropSearchBodyPara__nOs2c:hover{color:#ffa608}.styles_dropSearchBodyInputWrap__CH3yX{display:flex;margin:5px 0 10px;padding:0 0 0 10px;position:relative;width:100%}.styles_dropSearchBodyInputWrap__CH3yX img{height:auto!important;position:absolute;right:10px!important;top:50%!important;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;width:16px!important}.styles_dropSearchBodyInput__PG9sg{background:#202d4a;border:none;border-radius:19px;box-shadow:none;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:38px;line-height:17px;outline:none;padding:0 0 0 15px;width:100%}.styles_dropSearchBodyInput__PG9sg::-webkit-input-placeholder{color:#7074a4}.styles_dropSearchBodyInput__PG9sg::placeholder{color:#7074a4}.styles_bonusTab__ZKbf9{align-items:center;background:#161e31;border-radius:8px;color:#fff;display:flex;font-family:Montserrat;font-size:16px;font-weight:600;justify-content:center;margin-right:20px;padding:10px 20px}.styles_bonusTab__ZKbf9 img{display:inline-block;margin:0 3px 3px 0;width:15px}.styles_bonusTab__ZKbf9 p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin:0;transition:.2s ease-in-out}.styles_bonusTab__ZKbf9 p:hover{color:#ed9700}.styles_bonusTabActive__FxaYK{background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:20px;color:#fff;font-size:16px;font-weight:600;margin-right:20px;padding:10px 20px}.styles_bonusTabActive__FxaYK p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin:0}.styles_bonusTabActive__FxaYK p:hover{color:#fff}@media(max-width:900px){.styles_bonusTabActive__FxaYK p,.styles_bonusTab__ZKbf9 p{font-size:14px;margin-right:2px}.styles_bonusTabActive__FxaYK img,.styles_bonusTab__ZKbf9 img{width:13px}}.styles_gameTitlesWrap__4gppV{align-items:center;display:flex;font-family:Montserrat;justify-content:flex-start;width:100%}.styles_gamesTitles__dN1s\+{background:#161e31;border-radius:8px;color:#fff;font-size:16px;font-weight:600;margin-right:20px;padding:10px 20px}.styles_gamesTitles__dN1s\+ p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin:0;transition:.2s ease-in-out}.styles_gamesTitles__dN1s\+ p:hover{color:#ed9700}.styles_gamesTitlesCurrent__nRGsB{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border-radius:20px;color:#fff;font-size:16px;font-weight:600;margin-right:20px;padding:10px 20px}.styles_gamesTitlesCurrent__nRGsB p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin:0}@media(max-width:900px){.styles_gameTitlesWrap__4gppV{flex-wrap:wrap}.styles_gamesTitlesCurrent__nRGsB,.styles_gamesTitles__dN1s\+{font-size:14px;margin-right:2px}}.styles_contentGamesPage__mc6zm{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.styles_contentGamesPageFilter__5mZxq{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin:30px 0 0;width:100%}.styles_contentGamesPageTabs__xJUPh{color:#fff;display:flex;width:auto}.styles_contentGamesPageItem__YlPqY{height:30px;position:relative;width:288px}.styles_contentGamesPageItemLabel__BwdEq{height:14px;position:absolute;right:15px;top:10px;width:14px}.styles_contentGamesPageItem__YlPqY:nth-of-type(2){display:none}.styles_contentGamesPageItemInput__B5olK{background:rgba(0,0,0,.2);border:none;border-radius:19px;box-sizing:border-box;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:38px;padding:6px 50px 6px 20px;width:288px}.styles_contentGamesPageItemInput__B5olK:focus{background-color:rgba(0,0,0,.2);border:2px solid #6c5dd3;border-radius:19px;box-shadow:none;color:#fff;outline:none}.styles_contentGamesPageItemInput__B5olK::-webkit-input-placeholder{color:#fff}.styles_contentGamesPageItemInput__B5olK::placeholder{color:#fff}.styles_contentGamesPageResult__OFxGc{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:36px;font-weight:700;justify-content:center;margin-top:50px;text-transform:uppercase;width:100%}@media(max-width:1300px){.styles_contentGamesPage__mc6zm{padding:0}}@media(max-width:1024px){.styles_contentGamesPageItem__YlPqY:nth-of-type(2){display:flex;margin:20px 0;position:relative}}@media(max-width:640px){.styles_contentGamesPageFilter__5mZxq{align-items:center;justify-content:center;margin:30px 0 0;width:100%}}@media(max-width:500px){.styles_contentGamesPageItem__YlPqY{margin:0;width:100%}.styles_contentGamesPageItemInput__B5olK{width:100%}}.styles_gamesPage__C1Hk1{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:1400px;min-height:100vh;padding:0 30px 30px;width:100%}@media(max-width:640px){.styles_gamesPage__C1Hk1{padding:0 15px 30px}}.styles_wrapper__i8Qfr{align-items:center;background:none;border:none;display:flex;justify-content:center;position:relative;width:100%}.styles_wrapper__i8Qfr .styles_tooltip__I2glq{align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.3);border-radius:20px;color:#fff;display:none;font-size:13px;font-weight:500;justify-content:center;min-width:-webkit-min-content;min-width:min-content;padding:6px 12px;position:absolute;text-align:center;top:-10px;-webkit-transform:translateY(-100%);transform:translateY(-100%);width:100%;z-index:5}.styles_wrapper__i8Qfr:hover .styles_tooltip__I2glq{display:flex}.styles_wrapper__k\+jW6{display:flex;flex-direction:column;margin:0 0 14px;width:100%}.styles_row__4Ag6V{align-items:center;display:flex;justify-content:space-between;margin:0 0 8px}.styles_row__4Ag6V:last-child{margin:0}.styles_col__YqSHm{display:flex;flex-direction:column;width:100%}.styles_title__dnl9C{color:#7074a4;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0 0 6px}.styles_data__89J0K,.styles_data__89J0K>span{align-items:center;color:#fff;display:flex;font-size:14px;font-style:normal;font-weight:500;height:28px;line-height:18px;margin:0}.styles_coin__LFsyK{height:auto;width:28px}@media(max-width:640px){.styles_wrapper__k\+jW6{flex-direction:row;justify-content:space-between}.styles_row__4Ag6V{align-items:flex-start;flex-grow:1;justify-content:space-between;margin:0}.styles_col__YqSHm:first-child{margin:0 14px 0 0}}@media(max-width:500px){.styles_wrapper__k\+jW6{flex-direction:column}.styles_col__YqSHm{align-items:center;flex-direction:row;justify-content:space-between}.styles_col__YqSHm .styles_title__dnl9C{margin:0 14px 0 0}.styles_col__YqSHm:first-child{min-width:215px;width:215px}}@media(max-width:400px){.styles_col__YqSHm:first-child{min-width:165px;width:165px}.styles_title__dnl9C{margin:0 8px 0 0}.styles_data__89J0K,.styles_data__89J0K>span,.styles_title__dnl9C{font-size:12px;line-height:16px}.styles_data__89J0K img,.styles_data__89J0K>span img{width:18px}}@media(max-width:330px){.styles_col__YqSHm:first-child{min-width:135px;width:135px}.styles_title__dnl9C{margin:0 6px 0 0}.styles_data__89J0K,.styles_data__89J0K>span,.styles_title__dnl9C{font-size:10px;line-height:14px}.styles_data__89J0K img,.styles_data__89J0K>span img{width:16px}}.styles_wrapper__ih-ms{display:flex;height:100%;max-height:100%;min-height:100px;width:100%}.styles_wrapper__ih-ms>div{flex-grow:1;pointer-events:none}.styles_wrapper__meYw6{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:rgba(7,11,22,.72);border-radius:16px;display:flex;flex-direction:column;padding:18px 24px;width:325px}.styles_mobile__fFGWt{height:calc(100% - 40px);left:20px;position:absolute;top:20px;width:calc(100% - 40px);z-index:5}.styles_titleWrapper__SX\+jh{align-items:center;display:flex;justify-content:space-between;margin:0 0 14px}.styles_title__3ZMV-{color:#fff;font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_tooltip__aCSyD{margin:0 14px 0 0;width:-webkit-max-content;width:max-content}.styles_tooltip__aCSyD:last-child{margin:0}.styles_button__E0aW-{background:none;border:none;outline:none}.styles_button__E0aW- svg{opacity:1;transition:all .1s ease-in-out}.styles_button__E0aW-:hover svg{opacity:.7;transition:all .1s ease-in-out}.styles_icon__P75RG{fill:#fff;height:auto;width:14px}.styles_buttons__n\+utl{align-items:center;display:flex}@media(max-width:640px){.styles_mobile__fFGWt{height:calc(100% - 8px);left:4px;top:4px;width:calc(100% - 8px)}}.styles_limboGameWrap__dqExi{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:1400px;min-height:100vh;padding:15px 30px;width:100%}.styles_limboGameContentWrap__5T3jp{display:flex;height:auto;justify-content:space-between;width:100%}.styles_limboGameContentWrap__5T3jp>div:nth-of-type(2){margin:0}.styles_limboGameContent__LN38q{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding-right:30px;width:calc(100% - 375px)}.styles_limboGameContentHeader__bEffw{grid-column-gap:15px;display:grid;grid-template-columns:minmax(200px,100%) minmax(-webkit-min-content,auto);grid-template-columns:minmax(200px,100%) minmax(min-content,auto);margin-bottom:15px;width:100%}.styles_limboGameContentMain__klOcR{display:flex;height:100%;position:relative;width:100%}.styles_limboGameContentDropdown__rkuCZ{display:flex;margin-top:5px;width:100%}.styles_limboGameContentNavigation__bk\+w2{display:inline-flex;flex-wrap:wrap;gap:15px;margin-top:15px;width:100%}.styles_limboGameContentNavigationSubmitWrap__OiiKT{align-items:flex-start;display:flex;flex-grow:4;justify-content:flex-start;min-width:190px}.styles_limboGameAutoSettings__so3Pb{display:grid;grid-template-columns:1fr;margin-top:15px;width:calc(100% - 375px)}.styles_limboGameTableWrap__nDdNM{display:grid;grid-template-columns:1fr;width:100%}.styles_statistics__FWHux{top:6px}@media(max-width:1260px){.styles_limboGameContent__LN38q{min-width:100%;padding:0;width:100%}.styles_limboGameAutoSettings__so3Pb{width:100%}}@media(max-width:640px){.styles_limboGameWrap__dqExi{padding:15px}.styles_limboGameContentHeader__bEffw{margin-bottom:5px}.styles_limboGameContentDropdown__rkuCZ{margin-top:0;order:3}.styles_limboGameContentNavigation__bk\+w2{gap:10px;margin-top:10px}.styles_limboGameAutoSettings__so3Pb{min-width:100%;width:100%}}.styles_allGamesHistoryWrap__6W4-5{align-items:center;background:rgba(0,0,0,.5);border-radius:20px;box-shadow:0 40px 50px rgba(0,0,0,.25);display:flex;flex-grow:1;height:54px;justify-content:flex-start;overflow:hidden;padding:0 15px}.styles_allGamesHistoryTitle__17rzH{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:600;line-height:26px;margin-right:25px}.styles_allGamesHistoryContent__cMSD9{align-items:center;display:flex;flex-direction:row-reverse;justify-content:flex-start;overflow:hidden;width:100%}.styles_allGamesHistoryContentElem__dq5yv{align-items:center;background:rgba(136,138,167,.15);border-radius:10px;display:flex;height:35px;justify-content:center;margin:0 3px;mix-blend-mode:normal;padding:0 5px;text-align:center}.styles_result__Gbjoa{font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin:0;min-width:30px;text-align:center}.styles_win__oPEVp{color:#0e9628}.styles_loss__nZx33{color:#e01f48}.styles_tie__HWgNh{color:#fccd00}@media(max-width:1024px){.styles_allGamesHistoryWrap__6W4-5{padding:0 10px}.styles_allGamesHistoryTitle__17rzH{font-size:16px;margin-right:15px}}@media(max-width:580px){.styles_allGamesHistoryTitle__17rzH{display:none}}.styles_wrapper__otZCs{align-items:center;display:flex}.styles_gamesOptionsBtnWrap__TZ6JQ{align-items:center;display:flex;justify-content:space-between;width:auto}.styles_gamesOptionsBtnDkt__1cMWp{display:flex;width:100%}.styles_gamesOptionsBtnMbl__9bR3r{display:none}.styles_gamesOptionsBtnNav__i8kcJ{align-items:flex-start;border:2px solid #888aa7;border-radius:10px;display:flex;flex-direction:column;justify-content:center;min-height:40px;padding-left:8px;position:relative;width:40px}.styles_gamesOptionsBtnNav__i8kcJ div{background:#fff;height:2px;width:21px}.styles_gamesOptionsBtnNav__i8kcJ div:nth-of-type(2){margin:4px 0}.styles_gamesOptionsBtnNav__i8kcJ i{border:1px solid #fff;border-width:0 3px 3px 0;display:inline-block;height:3px;padding:3px;position:absolute;right:0;top:14px;transform:rotate(135deg);-webkit-transform:rotate(135deg)}.styles_gamesOptionsBtnNavWrap__Ro0Xk{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:20px;box-shadow:0 40px 50px rgba(0,0,0,.25);cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;flex-direction:column;justify-content:flex-start;left:0;min-height:54px;overflow:hidden;padding:7px 0;position:absolute;top:0;transition:height .1s ease-in-out;width:54px;z-index:2}.styles_gamesOptionsBtnNavWrap__Ro0Xk:active,.styles_gamesOptionsBtnNavWrap__Ro0Xk:focus{border:none!important;box-shadow:none!important;outline:none!important}.styles_gamesOptionsBtnNavBody__qGCe2{max-height:0;visibility:hidden}.styles_gamesOptionsBtnNavBody__qGCe2.styles_gamesOptionsBtnNavBodyOpen__0wnsc{max-height:600px;padding-top:5px;visibility:visible}.styles_gamesOptionsBtnElem__x1gEi{align-items:center;background:#202d4a;border-radius:4px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:32px;justify-content:center;margin:0 2px;width:32px}.styles_gamesOptionsBtnElem__x1gEi:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}.styles_gamesOptionsBtnElemImg__nvwSd{width:25px}.styles_gamesOptionsBtnElem__x1gEi.styles_gamesOptionsBtnElemActive__ACR\+H{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);box-shadow:0 0 20px #6e32f0;transition:.1s ease-in-out}.styles_gamesOptionsBtnElem__x1gEi.styles_gamesOptionsBtnElemActive__ACR\+H:hover img{-webkit-transform:scale(1.05);transform:scale(1.05)}@media(max-width:1350px){.styles_gamesOptionsBtnWrap__TZ6JQ{align-items:flex-start;background:transparent;height:54px;justify-content:flex-start;padding:0;width:54px}.styles_gamesOptionsBtnDkt__1cMWp{display:none}.styles_gamesOptionsBtnMbl__9bR3r{align-items:center;display:flex;justify-content:center;position:relative;z-index:4}.styles_gamesOptionsBtnElem__x1gEi{margin:5px 0}}.styles_wrapper__JkSvY{align-items:center;background:rgba(0,0,0,.5);border:none;border-radius:20px;box-shadow:0 40px 50px rgba(0,0,0,.25);cursor:pointer;display:flex;height:54px;justify-content:center;margin:0 14px 0 0;min-height:54px;min-width:54px;transition:height .1s ease-in-out;width:54px}.styles_icon__2Dfsy{height:auto;width:24px}.styles_active__IVfbt{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);transition:height .1s ease-in-out}@media(max-width:370px){.styles_wrapper__JkSvY{margin:0 7px 0 0}}.styles_limboTablesWrap__FMXWa{color:#fff;height:100%;margin:30px 0;max-width:1339px;position:relative;width:100%}.styles_limboTableMyBetsWrap__S4Tta{display:flex;margin:30px 0;width:100%}.styles_myBetsTableWrap__tmGV5{align-items:center;border-radius:20px;position:relative}.styles_myBetsTableContent__83OY4,.styles_myBetsTableWrap__tmGV5{display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_myBetsTableContent__83OY4{align-items:flex-start}.styles_myBetsTableThead__IP5ME{background:rgba(109,157,251,.08);border-radius:19px;display:flex;height:50px;width:100%}.styles_myBetsTableTheadTr__2VyJk{align-items:center;display:flex;height:50px;justify-content:space-between;width:100%}.styles_myBetsTableTheadTh__wsle5{align-items:center;justify-content:flex-start;padding:0 10px;width:25%}.styles_myBetsTableTheadTh__wsle5 b{color:#6987c7}.styles_myBetsTableTbody__HKpAK{display:flex;flex-direction:column;height:100%;overflow:hidden;padding:0 3px;width:100%}.styles_myBetsTableTbodyTr__WEQYp{align-items:center;border-radius:19px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:50px;justify-content:space-between;width:100%}.styles_myBetsTableTbodyTr__WEQYp:nth-of-type(2n){background-color:rgba(0,0,0,.2)}.styles_myBetsTableTbodyTd__rtOON,.styles_myBetsTableTbodyTh__qgg\+I{align-items:center;display:flex;height:50px;justify-content:flex-start;padding:0 10px;width:25%}.styles_myBetsTableTbodyTd__rtOON strong{color:#8bc834;font-family:Montserrat;font-size:14px;font-weight:600;margin:0}.styles_myBetsTableTbodyTd__rtOON code{color:#f02f41;font-family:Montserrat;font-size:14px;font-weight:600;margin:0}.styles_myBetsTableTbodyTd__rtOON small{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_myBetsTableTbodyTd__rtOON span{color:#fff;font-family:Montserrat;font-size:14px;font-weight:300;margin:0}.styles_myBetsTableCurrencyImg__KP1c2{height:45px;margin:-5px 0 0 -9px;width:45px}@media(max-width:1024px){.styles_myBetsTableTbodyTd__rtOON code,.styles_myBetsTableTbodyTd__rtOON small,.styles_myBetsTableTbodyTd__rtOON strong{font-size:12px}.styles_myBetsTableCurrencyImg__KP1c2{height:30px;width:30px}}@media(max-width:863px){.styles_myBetsTableTheadTh__wsle5 b{font-size:13px}.styles_myBetsTableTbodyTd__rtOON code,.styles_myBetsTableTbodyTd__rtOON small,.styles_myBetsTableTbodyTd__rtOON span,.styles_myBetsTableTbodyTd__rtOON strong{font-size:10px}}@media(max-width:640px){.styles_myBetsTableContent__83OY4{padding:30px 10px}.styles_myBetsTableTbodyTd__rtOON:nth-last-of-type(2),.styles_myBetsTableTheadTh__wsle5:nth-last-of-type(2){display:none}.styles_myBetsTableTbodyTd__rtOON,.styles_myBetsTableTheadTh__wsle5{width:35%}.styles_myBetsTableTbodyTd__rtOON:nth-last-of-type(4),.styles_myBetsTableTheadTh__wsle5:nth-last-of-type(4){width:30%}}@media(max-width:480px){.styles_myBetsTableTbodyTd__rtOON code,.styles_myBetsTableTbodyTd__rtOON small,.styles_myBetsTableTbodyTd__rtOON strong{display:inline-block;height:14px;margin-bottom:5px;margin-left:0;overflow:hidden;width:62px;word-spacing:15px}.styles_myBetsTableTbodyTd__rtOON span{font-size:8px}.styles_myBetsTableCurrencyImg__KP1c2{height:25px;width:25px}.styles_myBetsTableTbodyTd__rtOON,.styles_myBetsTableTheadTh__wsle5{padding:0;width:35%}.styles_myBetsTableTbodyTd__rtOON:nth-last-of-type(3),.styles_myBetsTableTheadTh__wsle5:nth-last-of-type(3){width:30%}.styles_myBetsTableTbodyTd__rtOON:nth-last-of-type(4),.styles_myBetsTableTheadTh__wsle5:nth-last-of-type(4){padding:0 0 0 10px;width:30%}}.styles_inputCustomWrapper__fXXZF{align-items:flex-start;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp) auto!important;display:flex;height:38px;justify-content:flex-start;position:relative}.styles_inputCustomWrapper__fXXZF input{background:rgba(0,0,0,.2);border-radius:20px;box-sizing:border-box;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:100%;line-height:20px;width:100%}.styles_inputCustomWrapper__fXXZF input:focus{background-color:rgba(0,0,0,.2);border:2px solid #6c5dd3;border-radius:19px;box-shadow:none;color:#fff;outline:none}.styles_inputCustomWrapper__fXXZF input::-webkit-input-placeholder{color:#3c516a}.styles_inputCustomWrapper__fXXZF input::placeholder{color:#3c516a}.styles_inputError__RgS4F{border:2px solid #f02f41;border-radius:19px;-webkit-filter:drop-shadow(0 0 1px rgba(240,47,65,.5));filter:drop-shadow(0 0 1px rgba(240,47,65,.5))}.styles_autoBetNewWrap__fnJme{background:linear-gradient(90deg,#7a2cff 25%,#3856dd);background-origin:padding-box,border-box;background-repeat:no-repeat;border-radius:16px;height:0;margin-top:10px;overflow:hidden;transition:height .1s ease-in-out}.styles_autoBetNewWrap__fnJme.styles_autoBetsOpen__O8L4Y{height:228px}.styles_autoBetNewContainer__WcbDJ{background-color:#18213d;border-radius:16px;color:#fff;display:flex;flex-wrap:wrap;justify-content:space-around;margin:4px;padding:25px 10px}.styles_autoBetNewContainer__WcbDJ.styles_autoBetsDisable__IwjnR{pointer-events:none}.styles_autoBetNewItem__FIDPo{counter-reset:order-counter;display:flex;flex-direction:column;margin:10px 0;width:30%}.styles_autoBetNewItem__FIDPo:first-child{order:1}.styles_autoBetNewItem__FIDPo:nth-child(2){order:2}.styles_autoBetNewItem__FIDPo:nth-child(3){order:3}.styles_autoBetNewItem__FIDPo:nth-child(4){order:4}.styles_autoBetNewItem__FIDPo:nth-child(5){order:5}.styles_autoBetNewItem__FIDPo:nth-child(6){order:6}.styles_autoBetNewCheckboxWrap__LOzpI{height:100%;position:relative}.styles_autoBetNewCheckboxWrap__LOzpI input{border-radius:19px;height:21px;opacity:0;width:42px;z-index:1}.styles_autoBetNewCheckboxWrap__LOzpI input:checked+.styles_autoBetNewCheckboxLabel__5Iyzy{background:linear-gradient(90deg,#7a2cff 25%,#3856dd),linear-gradient(90deg,#7a2cff 25%,#3856dd)}.styles_autoBetNewCheckboxWrap__LOzpI input:checked+.styles_autoBetNewCheckboxLabel__5Iyzy:after{border-radius:50%;content:"";display:block;height:25px;transition:.2s;width:25px}.styles_autoBetNewCheckboxLabel__5Iyzy{background:#bebebe;border-radius:25px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:35px;left:0;position:absolute;top:0;width:35px}.styles_autoBetNewCheckboxLabel__5Iyzy:after{background:#fff;border-radius:50%;box-shadow:1px 3px 3px 1px rgba(0,0,0,.2);content:"";display:block;height:25px;margin:4px 3px 3px 5px;transition:.2s;width:25px}.styles_autoBetNewFieldIcon__DIs3B{position:absolute;right:8px;top:7px}@media(max-width:680px){.styles_autoBetNewWrap__fnJme.styles_autoBetsOpen__O8L4Y{height:313px}.styles_autoBetNewItem__FIDPo{width:45%}.styles_autoBetNewItem__FIDPo:first-child{order:1}.styles_autoBetNewItem__FIDPo:nth-child(2){order:3}.styles_autoBetNewItem__FIDPo:nth-child(3){order:4}.styles_autoBetNewItem__FIDPo:nth-child(4){order:2}.styles_autoBetNewItem__FIDPo:nth-child(5){order:5}.styles_autoBetNewItem__FIDPo:nth-child(6){order:6}}@media(max-width:400px){.styles_autoBetNewWrap__fnJme.styles_autoBetsOpen__O8L4Y{height:295px}.styles_autoBetNewItem__FIDPo h6{font-size:.67em}}.styles_button__h77ZL{background-clip:padding-box;border:3.5px solid transparent;border-radius:20px;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:11px;font-weight:500;height:100%;touch-action:manipulation;transition:.1s ease-in-out;-webkit-user-select:none;user-select:none;width:100%}.styles_button__h77ZL:disabled{pointer-events:none;touch-action:none}.styles_secondary__tFr0L{background-color:#2e245c;background-origin:padding-box,border-box}.styles_secondary__tFr0L:hover{box-shadow:0 0 15px #7a2cff}.styles_secondary__tFr0L:active{box-shadow:4px 2px 8px 4px rgba(144,31,219,.2)}.styles_secondary__tFr0L:disabled{border:3px solid #5f626e;box-shadow:none;pointer-events:none;touch-action:none}.styles_bgSecondary__DW0bg{background:linear-gradient(90deg,#7a2cff 25%,#3856dd),linear-gradient(90deg,#7a2cff 25%,#3856dd);border-radius:20px;min-height:30px;width:100%}.styles_betAmountWrap__8JGtT{background:#202d4a;border-radius:16px;height:91px;min-width:275px;mix-blend-mode:normal;padding:7px}.styles_betAmountButtonWrap__ga3jq,.styles_betAmountWrap__8JGtT{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_betAmountButtonWrap__ga3jq{flex-direction:column;height:100%;max-width:68px;min-width:48px}.styles_betAmountInputWrap__HT-o-{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:280px;min-width:170px;width:100%}.styles_betAmountInputWrap__HT-o- p{color:#888aa7;font-family:Montserrat;font-size:18px;font-weight:500;line-height:19px;margin:0}.styles_betAmountInputWrap__HT-o- input{background-color:transparent;border:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:20px;font-weight:500;outline:none;width:140px}.styles_betAmountInputWrap__HT-o- input::-webkit-inner-spin-button,.styles_betAmountInputWrap__HT-o- input::-webkit-outer-spin-button{-webkit-appearance:none}.styles_betAmountInputWrap__HT-o- input[type=number]{-moz-appearance:textfield}.styles_betAmountInputContent__RXJp3{align-items:center;display:flex;justify-content:center}.styles_betAmountInputContent__RXJp3 img{width:35px}@media(max-width:1200px){.styles_betAmountInputWrap__HT-o-{min-width:auto}.styles_betAmountInputWrap__HT-o- p{font-size:16px}.styles_betAmountInputWrap__HT-o- input{font-size:14px;width:100px}}@media(max-width:1024px){.styles_betAmountInputWrap__HT-o- p{font-size:16px}.styles_betAmountInputWrap__HT-o- input{font-size:14px;width:100px}}.styles_bonusAmountInfoWrap__pYxlh{display:flex}.styles_bonusAmountInfoAvailable__KZ5GV{background:#424862;color:#fff}.styles_bonusAmountInfoAvailable__KZ5GV,.styles_bonusAmountInfoWrong__fpZ96{border-radius:8px;font-family:Montserrat;font-size:9px;font-style:normal;font-weight:400;line-height:11px;margin:0 2px;padding:2px 4px;text-align:center}.styles_bonusAmountInfoWrong__fpZ96{background:rgba(238,77,106,.16);color:#ee4d6a}.styles_limboBetAmountBlockWrap__Hlghu{display:flex;flex-grow:4;width:auto}@media(max-width:640px){.styles_limboBetAmountBlockWrap__Hlghu{width:100%}}.styles_wrapper__c-1Xq{height:100%;width:100%}.styles_gameBetButton__AY8tx{align-items:center;background:linear-gradient(356.38deg,#0e4d96 2.57%,#2b79d5 93.2%);border:none;border-radius:16px;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:100%;justify-content:center;outline:none;touch-action:manipulation;width:100%}.styles_gameBetButton__AY8tx:disabled{opacity:.7;pointer-events:none;touch-action:none}.styles_gameBetButton__AY8tx:active{-webkit-transform:scale(.98);transform:scale(.98)}.styles_gameBetButton__AY8tx:hover{-webkit-filter:brightness(110%);filter:brightness(110%)}.styles_limboSubmitButtonWrap__bc7ds{display:flex;flex-grow:4;height:91px;min-width:130px}.styles_limboSubmitButton__SbJhp{font-size:18px;font-weight:500;line-height:22px}.styles_limboSubmitButtonText__pyLSx,.styles_limboSubmitButton__SbJhp{color:#fff;font-family:Montserrat;font-style:normal;letter-spacing:.09px}.styles_limboSubmitButtonText__pyLSx{font-size:16px;font-weight:600;line-height:27px;margin:0;text-align:center;text-transform:uppercase}@media(max-width:1400px){.styles_limboSubmitButtonText__pyLSx{font-size:13px}}@media(max-width:1250px){.styles_limboSubmitButtonText__pyLSx{font-size:11px}}@media(max-width:1100px){.styles_limboSubmitButtonText__pyLSx{font-size:14px}}@media(max-width:1024px){.styles_limboSubmitButtonText__pyLSx{font-size:14px}}@media(max-width:680px){.styles_limboSubmitButtonText__pyLSx{font-size:12px}}@media(max-width:640px){.styles_limboSubmitButtonWrap__bc7ds{height:60px;margin:0 0 15px!important}.styles_limboSubmitButtonText__pyLSx{font-size:14px;line-height:20px}}.styles_limboOptionInputWrap__oh9Gv{align-items:center;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.1);border-radius:16px;display:flex;flex-grow:1;height:91px;justify-content:space-between;mix-blend-mode:normal;width:157px}.styles_limboOptionInputWrap__oh9Gv h3{color:#888aa7;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:4px}.styles_limboOptionInputContent__f9ozz{align-items:center;display:flex;flex-direction:column;justify-content:space-around}.styles_limboOptionInputContentBtn__sggy8{align-items:center;background:rgba(136,138,167,.15);border:none;border-radius:4px;box-shadow:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-family:Montserrat;font-size:21px;font-style:normal;font-weight:600;height:21px;justify-content:center;line-height:21px;margin:20px 5px 0;text-align:center;width:21px}.styles_limboOptionInputContentBtn__sggy8:active,.styles_limboOptionInputContentBtn__sggy8:focus,.styles_limboOptionInputContentBtn__sggy8:hover{box-shadow:none;outline:none}.styles_limboOptionInputContentBtn__sggy8:disabled{pointer-events:none}.styles_limboOptionInputContentInput__W0Yca{background:transparent;border:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:22px;font-style:normal;font-weight:400;height:33px;letter-spacing:.09px;line-height:27px;padding:0 5px;text-align:center;width:60px}.styles_limboOptionInputContentInput__W0Yca:active,.styles_limboOptionInputContentInput__W0Yca:focus,.styles_limboOptionInputContentInput__W0Yca:hover{border:none;box-shadow:none;outline:none}.styles_limboOptionInputContentInput__W0Yca:disabled{pointer-events:none}@media(max-width:1250px){.styles_limboOptionInputWrap__oh9Gv{height:91px;width:127px}.styles_limboOptionInputWrap__oh9Gv h3{font-size:10px}.styles_limboOptionInputContentInput__W0Yca{font-size:18px}}@media(max-width:1200px){.styles_limboOptionInputWrap__oh9Gv{height:91px;width:117px}.styles_limboOptionInputContentInput__W0Yca{font-size:16px}}@media(max-width:1100px){.styles_limboOptionInputWrap__oh9Gv{height:91px;width:157px}.styles_limboOptionInputWrap__oh9Gv h3{font-size:12px}.styles_limboOptionInputContentInput__W0Yca{font-size:22px}}@media(max-width:768px){.styles_limboOptionInputWrap__oh9Gv{height:51px;width:100%}.styles_limboOptionInputWrap__oh9Gv h3{font-size:14px;margin:0}.styles_limboOptionInputContent__f9ozz{flex-direction:row}.styles_limboOptionInputContentBtn__sggy8{margin:0 10px}.styles_limboOptionInputContentInput__W0Yca{font-size:16px}}@media(max-width:640px){.styles_limboOptionInputContentBtn__sggy8{margin:0 10px}.styles_limboOptionInputContentInput__W0Yca{font-size:16px}}.styles_limboScreenWrap__1vY1V{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:5px 0 0;width:100%}.styles_limboCanvasWrap__5tUmf,.styles_limboScreenWrap__1vY1V{border-radius:22px;height:100%;max-height:435px;min-height:435px;overflow:hidden;position:relative}.styles_limboCanvasWrap__5tUmf{background:#100b2f;margin:0;width:inherit}.styles_limboImagesBlock__deWGf{align-items:center;flex-direction:column;justify-content:flex-start;left:0;position:absolute;top:0}.styles_limboImagesBlock__deWGf,.styles_limboImagesWrap__5DlWT{border-radius:22px;display:flex;height:100%;overflow:hidden;width:100%}.styles_limboImagesWrap__5DlWT{position:relative}.styles_limboImagesMoon__qIZsh{position:absolute;right:0;top:0;width:20%}.styles_limboImagesSaturn__mecyh{left:0;position:absolute;top:0;width:20%}.styles_limboImagesBrickRight__gTfhR{bottom:0;position:absolute;right:0;width:7%}.styles_limboImagesBrickLeft__GeeWg{bottom:0;left:0;position:absolute;width:7%}.styles_limboImagesMoonBottom__I8HAb{bottom:0;left:50%;position:absolute;-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1);width:90%}.styles_limboImagesShip__whoz7{bottom:6.3%}.styles_limboImagesShipFly__eU2do,.styles_limboImagesShip__whoz7{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);visibility:hidden;width:30%}.styles_limboImagesShipFly__eU2do{bottom:0;-webkit-transform-origin:top;transform-origin:top}.styles_limboImagesShipFly__eU2do.styles_shipVisible__\+DL1r,.styles_limboImagesShip__whoz7.styles_shipVisible__\+DL1r{visibility:visible}@-webkit-keyframes styles_moonAnimate__n7Ie9{0%{right:0;top:0}to{right:-100%;top:-100%}}@keyframes styles_moonAnimate__n7Ie9{0%{right:0;top:0}to{right:-100%;top:-100%}}.styles_limboImagesMoon__qIZsh.styles_limboAnim__x-Ju-{-webkit-animation:styles_moonAnimate__n7Ie9 10s ease-in-out;animation:styles_moonAnimate__n7Ie9 10s ease-in-out}@-webkit-keyframes styles_saturnAnimate__s1eT6{0%{left:0;top:0}to{left:-100%;top:-100%}}@keyframes styles_saturnAnimate__s1eT6{0%{left:0;top:0}to{left:-100%;top:-100%}}.styles_limboImagesSaturn__mecyh.styles_limboAnim__x-Ju-{-webkit-animation:styles_saturnAnimate__s1eT6 10s ease-in-out;animation:styles_saturnAnimate__s1eT6 10s ease-in-out}@-webkit-keyframes styles_bricksRightAnimate__xXtLA{0%{bottom:0;right:0}to{bottom:-100%;right:-100%}}@keyframes styles_bricksRightAnimate__xXtLA{0%{bottom:0;right:0}to{bottom:-100%;right:-100%}}.styles_limboImagesBrickRight__gTfhR.styles_limboAnim__x-Ju-{-webkit-animation:styles_bricksRightAnimate__xXtLA 10s ease-in-out;animation:styles_bricksRightAnimate__xXtLA 10s ease-in-out}@-webkit-keyframes styles_bricksLeftAnimate__ueK4v{0%{bottom:0;left:0}to{bottom:-100%;left:-100%}}@keyframes styles_bricksLeftAnimate__ueK4v{0%{bottom:0;left:0}to{bottom:-100%;left:-100%}}.styles_limboImagesBrickLeft__GeeWg.styles_limboAnim__x-Ju-{-webkit-animation:styles_bricksLeftAnimate__ueK4v 10s ease-in-out;animation:styles_bricksLeftAnimate__ueK4v 10s ease-in-out}@-webkit-keyframes styles_moonBottomAnimate__C8QNN{0%{bottom:0}30%{bottom:-105%}to{bottom:-105%}}@keyframes styles_moonBottomAnimate__C8QNN{0%{bottom:0}30%{bottom:-105%}to{bottom:-105%}}.styles_limboImagesMoonBottom__I8HAb.styles_limboAnim__x-Ju-{-webkit-animation:styles_moonBottomAnimate__C8QNN 10s ease-in-out;animation:styles_moonBottomAnimate__C8QNN 10s ease-in-out}@-webkit-keyframes styles_shipFlyAnimate__l9YH7{0%{bottom:0;-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}20%{bottom:3%;-webkit-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}to{bottom:3%;-webkit-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}}@keyframes styles_shipFlyAnimate__l9YH7{0%{bottom:0;-webkit-transform:translateX(-50%) scale(1);transform:translateX(-50%) scale(1)}20%{bottom:3%;-webkit-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}to{bottom:3%;-webkit-transform:translateX(-50%) scale(.7);transform:translateX(-50%) scale(.7)}}.styles_limboImagesShipFly__eU2do.styles_shipVisible__\+DL1r{-webkit-animation:styles_shipFlyAnimate__l9YH7 10s ease-in-out;animation:styles_shipFlyAnimate__l9YH7 10s ease-in-out}@media(max-width:900px){.styles_limboCanvasWrap__5tUmf,.styles_limboScreenWrap__1vY1V{max-height:400px;min-height:400px}}@media(max-width:768px){.styles_limboCanvasWrap__5tUmf,.styles_limboScreenWrap__1vY1V{max-height:300px;min-height:300px}}@media(max-width:500px){.styles_limboCanvasWrap__5tUmf,.styles_limboScreenWrap__1vY1V{max-height:250px;min-height:250px}}@media(max-width:460px){.styles_limboImagesShip__whoz7{bottom:5%;width:35%}.styles_limboImagesShipFly__eU2do{width:35%}}@media(max-width:400px){.styles_limboImagesShip__whoz7{bottom:5.7%}}@media(max-width:370px){.styles_limboImagesShip__whoz7{bottom:5.5%}}.styles_limboWinInfoLose__OKCaW,.styles_limboWinInfoWin__ip5M4{font-family:Montserrat;font-size:72px;font-style:normal;font-weight:800;left:50%;letter-spacing:-1px;line-height:88px;position:absolute;top:5%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.styles_limboWinInfoWin__ip5M4{color:#0e9628}.styles_limboWinInfoLose__OKCaW{color:#e01f48}@media(max-width:900px){.styles_limboWinInfoLose__OKCaW,.styles_limboWinInfoWin__ip5M4{font-size:52px;line-height:68px}}@media(max-width:640px){.styles_limboWinInfoLose__OKCaW,.styles_limboWinInfoWin__ip5M4{top:10%}}@media(max-width:580px){.styles_limboWinInfoLose__OKCaW,.styles_limboWinInfoWin__ip5M4{font-size:40px;line-height:48px}}.styles_autoSwitchWrap__ZWFM-{align-items:center;background:#202d4a;border:none;border-radius:16px;box-shadow:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:100%;justify-content:center;mix-blend-mode:normal;outline:none;padding:10px;width:100%}.styles_autoSwitchWrap__ZWFM- .styles_autoSwitchCircle__SOWK7{background:transparent;border:2px solid #424862;border-radius:50%;height:17px;margin:0;width:17px}.styles_autoSwitchWrap__ZWFM- h5{color:#fff;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:500;letter-spacing:.09px;line-height:22px;margin:0 0 0 10px}.styles_autoSwitchWrap__ZWFM-:active,.styles_autoSwitchWrap__ZWFM-:focus{box-shadow:none;outline:none}.styles_autoSwitchWrap__ZWFM-:hover{-webkit-filter:brightness(110%);filter:brightness(110%)}.styles_autoSwitchWrap__ZWFM-:disabled{cursor:auto!important;opacity:.7}.styles_autoSwitchWrap__ZWFM-.styles_autoSwitchWrapActive__GP--L{background:linear-gradient(180deg,#0e9628,#7db30a)}.styles_autoSwitchWrap__ZWFM-.styles_autoSwitchWrapActive__GP--L .styles_autoSwitchCircle__SOWK7{background:#fff;border:none}@media(max-width:1300px){.styles_autoSwitchWrap__ZWFM- h5{font-size:16px}}@media(max-width:1200px){.styles_limboSubmitButtonText__fyhqV{font-size:14px}}.styles_limboSwitchAuto__h748m{align-items:center;display:flex;height:90px;justify-content:center;margin:0 0 0 15px;min-width:60px}.styles_limboSwitchAuto__h748m h4{color:#fff;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:600;line-height:22px;margin:0 10px 0 0}@media(max-width:640px){.styles_limboSwitchAuto__h748m{height:60px;max-width:123px}}.styles_wrapper__i4vQy{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;width:50%}.styles_wrapper__i4vQy span{-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#fff;-webkit-text-stroke-width:2px;background:-webkit-linear-gradient(#fff 100%,#c4c4c4 0,#fff);-webkit-background-clip:text;display:block;font-size:200px;font-weight:700;letter-spacing:.09px;line-height:200px;text-align:center;text-shadow:0 20px 30px rgba(0,0,0,.25)}.styles_wrapper__i4vQy span.styles_win__kyXxo{-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#97ec15;-webkit-text-stroke-width:2px;background:-webkit-linear-gradient(#78c613 100%,#49730a 0);-webkit-background-clip:text}.styles_wrapper__i4vQy span.styles_lose__C-73x{-webkit-text-fill-color:transparent;-webkit-text-stroke-color:#b32162;-webkit-text-stroke-width:2px;background:-webkit-linear-gradient(#e41717 60%,#6c0707);-webkit-background-clip:text}.styles_hidden__C\+kkd{visibility:hidden}.styles_beforeAnimation__\+3Wkf{-webkit-transform:translateY(110%);transform:translateY(110%);transition:all 0s ease-in-out;transition-delay:0ms;transition-duration:.2s}.styles_animation__pZKD-{animation-direction:reverse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:styles_roll__IKeCW;animation-name:styles_roll__IKeCW;-webkit-animation-timing-function:linear;animation-timing-function:linear}.styles_afterAnimation__azAQs{-webkit-transform:translateY(-300%);transform:translateY(-300%)}.styles_stop__sjHK5{-webkit-transform:translateY(0);transform:translateY(0);transition:all 0s ease-in-out;transition-delay:0ms;transition-duration:.2s}.styles_withoutAnimation__u\+OZO{transition:none}@-webkit-keyframes styles_roll__IKeCW{0%{-webkit-filter:blur(0);-moz-filter:blur(0);-o-filter:blur(0);-ms-filter:blur(0);-webkit-transform:translateY(100%);transform:translateY(100%)}10%{-webkit-filter:blur(8px);-moz-filter:blur(8px);-o-filter:blur(8px);-ms-filter:blur(8px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}95%{-webkit-filter:blur(8px);-moz-filter:blur(8px);-o-filter:blur(8px);-ms-filter:blur(8px);-webkit-transform:translateY(-5000%);transform:translateY(-5000%)}to{-webkit-filter:blur(0);-moz-filter:blur(0);-o-filter:blur(0);-ms-filter:blur(0);-webkit-transform:translateY(-6000%);transform:translateY(-6000%)}}@keyframes styles_roll__IKeCW{0%{-webkit-filter:blur(0);-moz-filter:blur(0);-o-filter:blur(0);-ms-filter:blur(0);-webkit-transform:translateY(100%);transform:translateY(100%)}10%{-webkit-filter:blur(8px);-moz-filter:blur(8px);-o-filter:blur(8px);-ms-filter:blur(8px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}95%{-webkit-filter:blur(8px);-moz-filter:blur(8px);-o-filter:blur(8px);-ms-filter:blur(8px);-webkit-transform:translateY(-5000%);transform:translateY(-5000%)}to{-webkit-filter:blur(0);-moz-filter:blur(0);-o-filter:blur(0);-ms-filter:blur(0);-webkit-transform:translateY(-6000%);transform:translateY(-6000%)}}@media(max-width:700px){.styles_wrapper__i4vQy span{font-size:140px;line-height:140px}}@media(max-width:640px){.styles_wrapper__i4vQy span{font-size:70px;line-height:70px}}.styles_wrapper__uGWs\+{align-items:flex-start;display:flex;justify-content:space-between;margin:24px 0;width:100%}.styles_button__nr6UZ{align-items:center;background:linear-gradient(180deg,#e81717,#b30a0a);border:none;border-radius:16px;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-size:18px;font-weight:600;height:74px;justify-content:center;mix-blend-mode:normal;text-transform:uppercase;transition:.1s ease-in-out;width:48.5%}.styles_button__nr6UZ:active{border:4px solid #19203c}.styles_button__nr6UZ:hover{-webkit-filter:brightness(120%);filter:brightness(120%)}.styles_button__nr6UZ:disabled{opacity:.7;pointer-events:none}.styles_active__k7d9r{background:linear-gradient(180deg,#0e9628,#7db30a)}@media(max-width:700px){.styles_button__nr6UZ{height:60px}}@media(max-width:640px){.styles_wrapper__uGWs\+{align-items:flex-start;display:flex;justify-content:space-between;margin:5px 0 15px;width:100%}}@media(max-width:570px){.styles_button__nr6UZ{font-size:14px;font-size:12px;height:54px;height:48px}}.styles_wrapper__UBABQ{height:-webkit-max-content;height:max-content;width:100%}.styles_range__egfS\+{border-radius:20px;cursor:auto!important;display:flex;height:72px;width:100%}.styles_rangeLine__bnr4l{border-radius:20px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:18px;width:100%}.styles_rangeLine__bnr4l.styles_disabled__BAomN{opacity:.7}.styles_rangeThumb__3moJy{align-items:center;background-color:#000;border-radius:50%;color:hsla(0,0%,100%,.8);cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-size:36px;font-weight:500;height:72px;justify-content:center;width:72px}.styles_rangeThumb__3moJy,.styles_rangeThumb__3moJy:active,.styles_rangeThumb__3moJy:focus{border:2px solid #344876!important;box-shadow:none!important;outline:none!important}.styles_disabled__BAomN{pointer-events:none}@media(max-width:700px){.styles_rangeLine__bnr4l{height:14px}.styles_rangeThumb__3moJy{font-size:24px;height:56px;width:56px}.styles_range__egfS\+{height:62px}}.styles_wrapper__sfSuI{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:linear-gradient(75.91deg,#39286d 41.18%,rgba(35,73,143,.06) 90.97%);border-radius:20px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:flex;flex-direction:column;height:415px;justify-content:space-between;margin:0 0 15px;mix-blend-mode:normal;padding:0 30px;position:relative;width:100%}.styles_info__Hvu24{display:flex;height:53%;position:relative}.styles_imageWrapper__28Y0N{align-items:center;display:flex;justify-content:center;width:50%}.styles_image__YbwNY{height:auto;margin-top:100px;pointer-events:none;width:380px}.styles_auto__iNIg9{align-items:center;display:flex;position:absolute;right:0;top:1rem}.styles_auto__iNIg9 span{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:600;line-height:22px;margin-right:6px}@media(max-width:1400px){.styles_image__YbwNY{margin-top:80px;width:340px}.styles_auto__iNIg9 span{font-size:16px;line-height:20px}}@media(max-width:1024px){.styles_wrapper__sfSuI{height:auto;padding:20px 20px 0}.styles_auto__iNIg9{top:0}.styles_info__Hvu24{height:190px}}@media(max-width:700px){.styles_image__YbwNY{margin-top:60px;width:320px}}@media(max-width:640px){.styles_wrapper__sfSuI{height:240px;margin:0 0 10px;padding:15px 15px 0}.styles_info__Hvu24{height:90px}.styles_image__YbwNY{margin-top:30px;width:180px}}@media(max-width:470px){.styles_image__YbwNY{margin-top:44px;width:160px}}@media(max-width:370px){.styles_image__YbwNY{margin-top:34px;width:130px}}.styles_wrapper__7zu\+U{align-items:center;display:flex;justify-content:space-between;margin:0 0 15px}.styles_wrapper__7zu\+U>div{align-items:center;display:flex;justify-content:center}.styles_wrapper__7zu\+U span{color:#888aa7;display:block;font-size:18px;line-height:20px;margin:0 10px 0 0}.styles_wrapper__7zu\+U p{color:#fff;font-size:18px;font-weight:500;line-height:20px;margin:0}.styles_div__jurB5{border-left:1px solid #424862;height:20px}.styles_payout__YWXWj{margin:0;padding:0}.styles_payout__YWXWj p{text-align:right;width:190px}@media(max-width:1400px){.styles_wrapper__7zu\+U>div{flex-direction:column}.styles_wrapper__7zu\+U span{font-size:14px;margin:0}.styles_wrapper__7zu\+U p{font-size:14px;height:22px;vertical-align:middle}.styles_payout__YWXWj{width:150px}.styles_payout__YWXWj p{text-align:center;width:-webkit-max-content;width:max-content}}@media(max-width:640px){.styles_wrapper__7zu\+U{margin:0 0 5px}}@media(max-width:570px){.styles_wrapper__7zu\+U p,.styles_wrapper__7zu\+U span{font-size:11px}.styles_payout__YWXWj{width:120px}}@media(max-width:420px){.styles_wrapper__7zu\+U p,.styles_wrapper__7zu\+U span{font-size:9px}.styles_payout__YWXWj{width:100px}}.styles_button__eZYhU{flex-grow:4;height:91px}.styles_button__eZYhU h4{color:#fff;font-size:22px;font-weight:500;line-height:20px;margin:0}@media(max-width:640px){.styles_button__eZYhU{height:60px;min-height:60px}.styles_button__eZYhU h4{font-size:14px}}.styles_wrapper__OkfbO{display:inline-flex;flex-wrap:wrap;gap:15px;width:100%}.styles_betAmount__WEpOx{flex-grow:3;height:91px}.styles_diceSubmitAutoWrap__CyZ3O{align-items:flex-start;display:flex;flex-grow:4;justify-content:flex-start;max-width:406px;min-width:190px}@media(max-width:640px){.styles_wrapper__OkfbO{gap:10px}.styles_betAmount__WEpOx{height:91px;min-height:91px;width:100%}.styles_diceSubmitAutoWrap__CyZ3O{max-width:100%}}.styles_diceAutoSwitchWrap__lVrD6{display:flex;height:91px;margin:0 0 0 15px;min-width:60px}@media(max-width:640px){.styles_diceAutoSwitchWrap__lVrD6{height:60px;order:4}}.styles_wrapper__zcWEy{color:#fff;height:100%;margin:30px 0;padding:0 30px;position:relative;width:100%}.styles_table__hC5yM{display:flex;margin:30px 0;width:100%}@media(max-width:640px){.styles_wrapper__zcWEy{padding:0 15px}}.styles_wrapper__kFSqn{flex-direction:column;font-family:Montserrat;max-width:1440px}.styles_gameWrapper__VcQck,.styles_wrapper__kFSqn{display:flex;width:100%}.styles_dice__ss6s9{display:flex;flex-direction:column;min-width:calc(100% - 375px);padding:0 30px;width:calc(100% - 375px)}.styles_gameHeader__fPlSY{grid-column-gap:15px;display:grid;grid-template-columns:minmax(160px,100%) minmax(-webkit-min-content,auto);grid-template-columns:minmax(160px,100%) minmax(min-content,auto);margin:15px 0;width:100%}.styles_lottery__mPwdq{height:100%;margin:0 30px 0 0;min-width:345px}.styles_autoSettings__TD2FU{padding:0 30px;width:calc(100% - 375px)}@media(max-width:1260px){.styles_autoSettings__TD2FU,.styles_dice__ss6s9{min-width:100%;width:100%}}@media(max-width:640px){.styles_dice__ss6s9{padding:0 15px}.styles_gameHeader__fPlSY{margin:10px 0}.styles_autoSettings__TD2FU{padding:0 15px}}.styles_kenoBetAmountBlockWrap__GmlSn{display:flex;flex-grow:1}@media(max-width:640px){.styles_kenoBetAmountBlockWrap__GmlSn{width:100%}}.styles_kenoSubmitButtonWrap__1A6Nm{display:flex;flex-grow:4;height:91px}.styles_kenoSubmitButton__rspKF{color:#fff;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:500;letter-spacing:.09px;line-height:22px}@media(max-width:640px){.styles_kenoSubmitButtonWrap__1A6Nm{height:60px}.styles_kenoSubmitButton__rspKF{font-size:14px}}.styles_kenoAdditionalButtonsWrap__MiL9t{grid-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);height:50px;width:48.5%}.styles_kenoAdditionalButtonPick__0pixt,.styles_kenoAdditionalButtonTable__pJTlr{align-items:center;border:none;border-radius:16px;box-shadow:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-family:Montserrat;font-size:16px;font-weight:600;height:100%;justify-content:center;line-height:20px;mix-blend-mode:normal;outline:none;width:100%}.styles_kenoAdditionalButtonPick__0pixt:active,.styles_kenoAdditionalButtonPick__0pixt:focus,.styles_kenoAdditionalButtonTable__pJTlr:active,.styles_kenoAdditionalButtonTable__pJTlr:focus{border:none;box-shadow:none;outline:none}.styles_kenoAdditionalButtonPick__0pixt:disabled,.styles_kenoAdditionalButtonTable__pJTlr:disabled{opacity:.7;pointer-events:none}.styles_kenoAdditionalButtonPick__0pixt{background:#424862}.styles_kenoAdditionalButtonPick__0pixt:active,.styles_kenoAdditionalButtonPick__0pixt:focus{background:linear-gradient(135.09deg,#791fed,#ae5eff 44.25%,#7720e7 99.96%)}.styles_kenoAdditionalButtonTable__pJTlr{background:linear-gradient(180deg,#0e9628,#7db30a)}@media(max-width:640px){.styles_kenoAdditionalButtonsWrap__MiL9t{height:60px;margin:0}.styles_kenoAdditionalButtonPick__0pixt,.styles_kenoAdditionalButtonTable__pJTlr{font-size:12px;font-weight:400;min-width:63px;padding:0 5px}}.styles_kenoRiskAutoWrap__V6p-F{align-items:center;display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between;min-width:80px}.styles_kenoRiskDropWrap__WIxkN{display:flex;flex-grow:1;width:auto}@media(max-width:640px){.styles_kenoRiskAutoWrap__V6p-F{height:auto;margin:0;width:100%}}.styles_wrapper__GVyLT{align-items:flex-start;background:rgba(0,0,0,.2)!important;border:none;border-radius:24px;display:flex;flex-direction:column;height:38px;justify-content:flex-start;position:relative;width:100%}.styles_wrapper__GVyLT.styles_disabled__B1Ad\+{pointer-events:none}.styles_header__Uf\+qT{align-items:center;background:transparent;border:none;border-radius:24px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:100%;justify-content:flex-start;outline:none;padding-left:15px;position:relative;width:100%}.styles_header__Uf\+qT:active,.styles_header__Uf\+qT:focus,.styles_header__Uf\+qT:hover{border:2px solid #6c5dd3;box-shadow:none!important;outline:none!important}.styles_header__Uf\+qT:disabled{pointer-events:none}.styles_body__GKTKw{align-items:center;background-color:#000;border:10px solid transparent;border-radius:24px;flex-direction:column;height:0;justify-content:flex-start;margin-top:10px;max-height:300px;opacity:.9;overflow-y:auto;position:absolute;scrollbar-width:thin;top:0;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .1s ease-in-out;transition-delay:0ms;transition-duration:0ms;transition-timing-function:cubic-bezier(0,0,.2,1);visibility:hidden;width:100%}.styles_body__GKTKw::-webkit-scrollbar{background:#000;width:6px}.styles_body__GKTKw::-webkit-scrollbar-thumb{background:#50566a;-webkit-border-radius:1ex;-webkit-box-shadow:0 1px 2px rgba(0,0,0,.75)}.styles_body__GKTKw::-webkit-scrollbar-corner{background:#000}.styles_body__GKTKw.styles_open__p2ebB{height:auto;padding:0 5px;scrollbar-width:thin;-webkit-transform:translateY(-110%);transform:translateY(-110%);transition:all .1s ease-in-out;transition-delay:.1s;transition-duration:.1s;visibility:visible;z-index:20}.styles_arrowDrop__iP1or{border:1px solid #888aa7;border-width:0 3px 3px 0;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:inline-block;height:3px;margin-right:30px;padding:3px;position:absolute;right:-8px;top:12px;transition:all .3s ease-in-out}.styles_arrowDrop__iP1or.styles_up__0F46c{margin-top:3px;transform:rotate(225deg);-webkit-transform:rotate(225deg)}.styles_arrowDrop__iP1or.styles_down__ZVl3s{border:1px solid #888aa7;border-width:0 3px 3px 0;display:inline-block;margin-bottom:3px;padding:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.styles_arrowDrop__iP1or.styles_down__ZVl3s,.styles_titleItem__a-Ine{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_titleItem__a-Ine{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;margin:5px 0;text-align:left;width:100%}.styles_titleItem__a-Ine:hover{color:#ffa608}.styles_kenoOddsWrap__k0lbg{grid-gap:5px;display:grid;grid-template-columns:repeat(auto-fit,minmax(30px,1fr));height:58px;justify-content:space-between;margin:5px 0 0;width:100%}.styles_kenoOddsEmpty__9brxx{align-items:center;background:#202d4a;border-radius:16px;display:flex;font-size:16px;justify-content:center;width:100%}.styles_kenoOddsEmpty__9brxx,.styles_kenoOddsEmpty__9brxx h4{color:#fff;font-family:Montserrat;font-weight:500;line-height:20px}.styles_kenoOddsEmpty__9brxx h4{font-size:14px;margin:0}.styles_kenoOddsEmpty__9brxx h5{background:linear-gradient(135.09deg,#791fed,#ae5eff 44.25%,#7720e7 99.96%);box-shadow:0 5px 10px #450e8b;margin:0 10px}.styles_kenoOddsEmpty__9brxx h5,.styles_kenoOddsEmpty__9brxx h6{border-radius:8px;color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;height:32px;line-height:32px;text-align:center;width:32px}.styles_kenoOddsEmpty__9brxx h6{background:rgba(136,138,167,.15);margin:0 0 0 10px;mix-blend-mode:normal}.styles_kenoOddsItem__uoLiB{align-items:center;background:hsla(0,0%,100%,.1);border:2px solid hsla(0,0%,100%,.09);border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:center;mix-blend-mode:normal}.styles_kenoOddsItem__uoLiB h4{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_kenoOddsItem__uoLiB h5{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_kenoOddsItem__uoLiB.styles_kenoOddsItemActive__dQKAK{border:2px solid #fff}@media(max-width:640px){.styles_kenoOddsWrap__k0lbg{grid-gap:2px;grid-template-columns:repeat(auto-fit,minmax(20px,1fr));height:43px}.styles_kenoOddsEmpty__9brxx{color:#202d4a}.styles_kenoOddsEmpty__9brxx h5,.styles_kenoOddsEmpty__9brxx h6{display:none}.styles_kenoOddsEmpty__9brxx h4{font-size:12px;line-height:12px;text-align:center;width:100%}.styles_kenoOddsItem__uoLiB{border-radius:8px}.styles_kenoOddsItem__uoLiB h4{font-size:7px;font-weight:500;line-height:14px}.styles_kenoOddsItem__uoLiB h5{font-size:6px;line-height:18px}.styles_kenoOddsItem__uoLiB.styles_kenoOddsItemActive__dQKAK{border-radius:8px}}.styles_kenoSquaresWrap__QhtT2{background:radial-gradient(64.72% 64.72% at 50% 72.66%,#201246 0,#000516 100%);display:grid;padding:8px 0;width:100%}.styles_kenoSquaresContent__DHIDV{grid-gap:8px;display:grid;grid-template-columns:repeat(8,1fr);margin:0 auto;max-width:550px;min-height:295px;width:100%}.styles_kenoSquareItemFast__8Anq3,.styles_kenoSquareItem__QRwhS{align-items:center;background:rgba(136,138,167,.15);border:none;border-radius:16px;box-shadow:none;display:flex;justify-content:center;mix-blend-mode:normal;outline:none;width:100%}.styles_kenoSquareItemFast__8Anq3 p,.styles_kenoSquareItem__QRwhS p{color:#fff;font-family:Montserrat;font-size:18px;font-weight:400;letter-spacing:.12px;line-height:22px;margin:0;text-align:center}.styles_kenoSquareItemFast__8Anq3 img,.styles_kenoSquareItem__QRwhS img{display:none}.styles_kenoSquareItemFast__8Anq3:hover,.styles_kenoSquareItem__QRwhS:hover{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;-webkit-transform:scale(.95);transform:scale(.95)}.styles_kenoSquareItemFast__8Anq3:disabled,.styles_kenoSquareItem__QRwhS:disabled{pointer-events:none}@-webkit-keyframes styles_kenoSquareScale__llPj9{0%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes styles_kenoSquareScale__llPj9{0%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}.styles_kenoSquareItemFast__8Anq3.styles_kenoSquareItemLoseFast__6757g,.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemLose__RJraV{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#302267;box-shadow:0 20px 40px 10px rgba(0,0,0,.25)}.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemLose__RJraV{-webkit-animation:styles_kenoSquareScale__llPj9 .4s ease-in-out;animation:styles_kenoSquareScale__llPj9 .4s ease-in-out}.styles_kenoSquareItemFast__8Anq3.styles_kenoSquareItemPickFast__kpGc9,.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemPick__uh8cj{background:linear-gradient(135.09deg,#791fed,#ae5eff 44.25%,#7720e7 99.96%);box-shadow:0 5px 10px #450e8b}.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemPick__uh8cj{-webkit-animation:styles_kenoSquareScale__llPj9 .4s ease-in-out;animation:styles_kenoSquareScale__llPj9 .4s ease-in-out}.styles_kenoSquareItemFast__8Anq3.styles_kenoSquareItemWinFast__iDR41,.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemWin__LAQbF{background:transparent;border:2px solid #791fed;position:relative}.styles_kenoSquareItemFast__8Anq3.styles_kenoSquareItemWinFast__iDR41 p,.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemWin__LAQbF p{color:#232323;font-weight:600;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.styles_kenoSquareItemFast__8Anq3.styles_kenoSquareItemWinFast__iDR41 img,.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemWin__LAQbF img{display:inline-block;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:75%;z-index:1}.styles_kenoSquareItem__QRwhS.styles_kenoSquareItemWin__LAQbF{-webkit-animation:styles_kenoSquareScale__llPj9 .4s ease-in-out;animation:styles_kenoSquareScale__llPj9 .4s ease-in-out}@media(max-width:640px){.styles_kenoSquaresWrap__QhtT2{padding:10px 5px}.styles_kenoSquaresContent__DHIDV{grid-gap:5px;min-height:calc(100px + 30vw)}.styles_kenoSquareItemFast__8Anq3,.styles_kenoSquareItem__QRwhS{border-radius:8px}.styles_kenoSquareItemFast__8Anq3 p,.styles_kenoSquareItem__QRwhS p{font-size:14px;line-height:18px}}.styles_kenoTablesWrap__Twvwk{color:#fff;margin:30px 0;position:relative;width:100%}.styles_kenoTableMyBetsWrap__Dxs\+x{display:flex;margin:30px 0;width:100%}.styles_kenoWinAnimation__MVCel{align-items:center;display:flex;height:250px;justify-content:center;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0);width:250px}.styles_kenoWinAnimation__MVCel.styles_kenoWinAnimationActive__M1eFL{-webkit-animation:styles_scaleKenoWin__dmArr 1s ease-in-out;animation:styles_scaleKenoWin__dmArr 1s ease-in-out;z-index:2}.styles_kenoWinAnimation__MVCel.styles_kenoWinAnimationActiveFast__P7yLz{-webkit-animation:styles_scaleKenoWin__dmArr .4s ease-in-out;animation:styles_scaleKenoWin__dmArr .4s ease-in-out;z-index:2}@-webkit-keyframes styles_scaleKenoWin__dmArr{0%{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}20%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}to{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}@keyframes styles_scaleKenoWin__dmArr{0%{-webkit-transform:translate(-50%,-50%) scale(0);transform:translate(-50%,-50%) scale(0)}20%{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}to{-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}}.styles_kenoWinAnimationContentWrap__q6LJg{color:#fff;display:flex;font-family:Montserrat;height:100%;position:relative;width:100%}.styles_kenoWinAnimationContentWrap__q6LJg img{left:0;position:absolute;top:0;width:100%;z-index:3}.styles_kenoWinAnimationContentWrap__q6LJg h3{font-size:36px;font-weight:500;line-height:68px;top:35%}.styles_kenoWinAnimationContentPayout__gqPDb,.styles_kenoWinAnimationContentWrap__q6LJg h3{left:50%;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:4}.styles_kenoWinAnimationContentPayout__gqPDb{align-items:center;color:#fff;display:flex;flex-direction:row;font-family:Montserrat;justify-content:center;text-align:center;top:60%}.styles_kenoWinAnimationContentPayout__gqPDb h4{font-size:16px;font-weight:600;line-height:29px;margin:0}.styles_kenoWinAnimationContentPayout__gqPDb img{display:inline-block;margin:0;position:static!important;-webkit-transform:translate(0)!important;transform:translate(0)!important;width:30px}@media(max-width:640px){.styles_kenoWinAnimation__MVCel{height:200px;width:200px}.styles_kenoWinAnimationContentWrap__q6LJg h3{font-size:24px}.styles_kenoWinAnimationContentPayout__gqPDb h4{font-size:12px}.styles_kenoWinAnimationContentPayout__gqPDb img{width:25px}}.styles_kenoCheckboxAutoWrap__pw4nw{align-items:center;display:flex;height:90px;justify-content:space-between;margin:0 0 0 15px;min-width:60px}@media(max-width:640px){.styles_kenoCheckboxAutoWrap__pw4nw{height:60px}}.styles_kenoGameWrap__DK3Ac{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:1400px;min-height:100vh;padding:15px 30px;width:100%}.styles_kenoGameContentWrap__S7gnr{display:flex;height:auto;justify-content:space-between;width:100%}.styles_kenoGameContentWrap__S7gnr>div:nth-of-type(2){margin:0}.styles_kenoGameContent__C51hj{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding-right:30px}.styles_kenoGameContentHeader__UqGln{grid-column-gap:15px;display:grid;grid-template-columns:minmax(200px,100%) minmax(-webkit-min-content,auto);grid-template-columns:minmax(200px,100%) minmax(min-content,auto);margin-bottom:15px;width:100%}.styles_kenoGameContentHeader__UqGln>div:nth-of-type(2){margin:0}.styles_kenoGameContentMain__bSvzb{display:flex;height:100%;position:relative;width:100%}.styles_kenoGameContentOdds__Zht4L{display:flex;margin-top:10px;width:100%}.styles_kenoGameContentNavigation__TP1ak{display:inline-flex;flex-wrap:wrap;gap:15px;margin-top:15px;width:100%}.styles_kenoGameContentNavigationSubmitWrap__2efP2{align-items:flex-start;display:flex;justify-content:flex-start;width:48.5%}.styles_kenoGameContentNavigationFooterWrap__Rl7Jr{display:inline-flex;gap:15px;width:100%}.styles_kenoGameAutoSettings__esFdV{display:grid;grid-template-columns:1fr;width:calc(100% - 375px)}.styles_kenoGameTableWrap__wNNhu{display:grid;grid-template-columns:1fr;width:100%}@media(max-width:1260px){.styles_kenoGameContent__C51hj{min-width:100%;padding:0;width:100%}.styles_kenoGameAutoSettings__esFdV{width:100%}}@media(max-width:640px){.styles_kenoGameWrap__DK3Ac{padding:15px}.styles_kenoGameContentHeader__UqGln{margin-bottom:10px}.styles_kenoGameContentOdds__Zht4L{margin-top:6px}.styles_kenoGameContentNavigation__TP1ak{gap:10px;margin-top:10px}.styles_kenoGameContentNavigationSubmitWrap__2efP2{width:100%}.styles_kenoGameAutoSettings__esFdV{min-width:100%;width:100%}}.styles_minesGameWrap__AzIng{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-width:1400px;min-height:100vh;padding:15px 30px;width:100%}.styles_minesGameContentWrap__FR-bt{display:flex;height:auto;justify-content:space-between;width:100%}.styles_minesGameContentWrap__FR-bt>div:nth-of-type(2){margin:0}.styles_minesGameContent__VVvXO{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;justify-content:flex-start;padding-right:30px;width:calc(100% - 375px)}.styles_minesGameContentHeader__s6uyK{grid-column-gap:15px;display:grid;grid-template-columns:minmax(200px,100%) minmax(-webkit-min-content,auto);grid-template-columns:minmax(200px,100%) minmax(min-content,auto);margin-bottom:15px;width:100%}.styles_minesGameContentMain__bxH8H{display:flex;height:100%;position:relative;width:100%}.styles_minesGameContentSlider__Z3ImD{display:flex;margin-top:15px;width:100%}.styles_minesGameContentDropdown__jaqTl{display:flex;margin-top:5px;width:100%}.styles_minesGameContentNavigation__VO5UP{display:inline-flex;flex-wrap:wrap;gap:15px;margin:15px 0 0;width:100%}.styles_minesGameContentNavigationSubmitWrap__IOsIX{align-items:flex-start;display:flex;flex-grow:4;justify-content:flex-start;max-width:406px;min-width:190px}.styles_minesGameAutoSettings__mr3kW{display:grid;grid-template-columns:1fr;margin-top:15px;width:calc(100% - 375px)}.styles_minesGameTableWrap__nGo6Y{display:grid;grid-template-columns:1fr;width:100%}@media(max-width:1260px){.styles_minesGameContent__VVvXO{min-width:100%;padding:0;width:100%}.styles_minesGameAutoSettings__mr3kW{width:100%}}@media(max-width:640px){.styles_minesGameWrap__AzIng{padding:15px}.styles_minesGameContentHeader__s6uyK{margin-bottom:10px}.styles_minesGameContentDropdown__jaqTl{margin-top:0;order:3}.styles_minesGameContentNavigation__VO5UP{gap:10px;margin:10px 0 0}.styles_minesGameContentNavigationSubmitWrap__IOsIX{max-width:100%}.styles_minesGameAutoSettings__mr3kW{min-width:100%;width:100%}.styles_minesGameContentSlider__Z3ImD{margin-top:10px}}.styles_minesTablesWrap__t3vmv{color:#fff;height:100%;margin:30px 0;max-width:1339px;position:relative;width:100%}.styles_minesTableMyBetsWrap__JshTF{display:flex;margin:30px 0;width:100%}.styles_minesSubmitButtonWrap__I-KJe{display:flex;flex-grow:4;height:91px}.styles_minesSubmitButton__Rliyf{color:#fff;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:500;letter-spacing:.09px;line-height:22px}.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;letter-spacing:.09px;line-height:27px;margin:0;text-align:center;text-transform:uppercase}@media(max-width:1400px){.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{font-size:13px}}@media(max-width:1200px){.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{font-size:11px}}@media(max-width:1100px){.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{font-size:14px}}@media(max-width:1024px){.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{font-size:14px}}@media(max-width:680px){.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{font-size:12px}}@media(max-width:640px){.styles_minesSubmitButtonWrap__I-KJe{height:60px;order:3}.styles_minesSubmitButton__Rliyf h5,.styles_minesSubmitButton__Rliyf h6{font-size:14px;line-height:20px}}.styles_minesBetAmountBlockWrap__zQrCI{display:flex;flex-grow:3}@media(max-width:640px){.styles_minesBetAmountBlockWrap__zQrCI{width:100%}}.styles_minesRiskAutoWrap__fwWiV{grid-gap:15px;align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;min-height:38px;width:100%}.styles_minesRiskDropWrap__sdx2I{display:flex;flex-grow:1;width:auto}.styles_minesCheckboxAutoWrap__EgIsR{align-items:center;display:flex;justify-content:space-between;width:110px}.styles_minesCheckboxAutoWrap__EgIsR h4{color:#fff;font-family:Montserrat;font-size:18px;font-weight:600;line-height:22px;margin:0}@media(max-width:640px){.styles_minesRiskAutoWrap__fwWiV{order:2}}.styles_minesDiamondBombItemWrap__2XiZK{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_minesDiamondBombItemImage__kxooH{display:inline-block;width:50%}.styles_minesDiamondBombItemDescription__uONto{align-items:center;display:flex;flex-direction:column;justify-content:center}.styles_minesDiamondBombItemDescription__uONto h5,.styles_minesDiamondBombItemDescription__uONto h6{color:#fff;font-family:Montserrat;font-style:normal;letter-spacing:.12px;line-height:28px;margin:0;text-align:center;text-transform:uppercase}.styles_minesDiamondBombItemDescription__uONto h5{font-size:20px;font-weight:400;margin:20px 0}.styles_minesDiamondBombItemDescription__uONto h6{font-size:28px;font-weight:800}@media(max-width:1300px){.styles_minesDiamondBombItemDescription__uONto h5{font-size:14px}.styles_minesDiamondBombItemDescription__uONto h6{font-size:18px}}@media(max-width:1100px){.styles_minesDiamondBombItemDescription__uONto h5{font-size:18px}.styles_minesDiamondBombItemDescription__uONto h6{font-size:28px}}@media(max-width:1024px){.styles_minesDiamondBombItemDescription__uONto h5{font-size:18px}.styles_minesDiamondBombItemDescription__uONto h6{font-size:28px}}@media(max-width:768px){.styles_minesDiamondBombItemWrap__2XiZK{display:none}}.styles_minesSquaresWrap__dcsIG{grid-gap:5px;display:grid;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:375px;min-height:295px;width:100%}.styles_minesSquaresItemWrap__-IipI{align-items:center;-webkit-animation:styles_appear__M\+fu7 .3s ease-in-out;animation:styles_appear__M\+fu7 .3s ease-in-out;background:transparent;border:none;border-radius:16px;box-shadow:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:60px;justify-content:center;min-width:65px;outline:none}.styles_minesSquaresItemWrap__-IipI:disabled{pointer-events:none}.styles_minesSquaresItemWrap__-IipI:active,.styles_minesSquaresItemWrap__-IipI:focus{box-shadow:none;outline:none}@-webkit-keyframes styles_appear__M\+fu7{0%{-webkit-transform:scale(.85);transform:scale(.85)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes styles_appear__M\+fu7{0%{-webkit-transform:scale(.85);transform:scale(.85)}to{-webkit-transform:scale(1);transform:scale(1)}}.styles_auto__selection__DbVbJ,.styles_square__active__WQOhz,.styles_square__default__RLp0f,.styles_square__lose__OtCNi,.styles_square__single__fFPP9,.styles_square__win__MbOK5{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;box-shadow:0 5px 9px 5px rgba(0,0,0,.25);display:flex;height:100%;justify-content:center;mix-blend-mode:normal;overflow:hidden;text-align:center;width:100%}.styles_square__active__WQOhz{-webkit-animation:styles_pumping__77ZJH .2s ease-in-out infinite alternate;animation:styles_pumping__77ZJH .2s ease-in-out infinite alternate;background:rgba(136,138,167,.15)}.styles_square__active__WQOhz img{height:35px;margin-bottom:-3px;opacity:.5;width:25px}@-webkit-keyframes styles_pumping__77ZJH{0%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes styles_pumping__77ZJH{0%{-webkit-transform:scale(.95);transform:scale(.95)}to{-webkit-transform:scale(1);transform:scale(1)}}.styles_square__win__MbOK5{-webkit-animation:styles_appear__M\+fu7 .3s ease-in-out;animation:styles_appear__M\+fu7 .3s ease-in-out;background:radial-gradient(78.2% 77.86% at 48.56% 48.93%,rgba(0,94,18,0) 41.63%,rgba(14,150,40,.5) 100%);border:3px solid #0e9628}.styles_square__win__MbOK5 img{height:50px;margin-bottom:-3px;opacity:1;width:50px}.styles_square__lose__OtCNi,.styles_square__single__fFPP9{-webkit-animation:styles_appear__M\+fu7 .3s ease-in-out;animation:styles_appear__M\+fu7 .3s ease-in-out;background:#162035;border:2px solid #162035}.styles_square__lose__OtCNi img,.styles_square__single__fFPP9 img{height:56px;opacity:1;width:61px}.styles_square__single__fFPP9{border:3px solid #ed5b12}.styles_square__single__fFPP9 img{height:54px;opacity:1;width:59px}.styles_square__finished__TPd9N{opacity:.3}.styles_square__default__RLp0f{-webkit-animation:styles_appear__M\+fu7 .3s ease-in-out;animation:styles_appear__M\+fu7 .3s ease-in-out;background:rgba(136,138,167,.15)}.styles_square__default__RLp0f img{height:35px;margin-bottom:-3px;opacity:.5;width:25px}.styles_square__default__RLp0f:hover{background:rgba(136,138,167,.55)}.styles_square__default__RLp0f:hover .styles_square__default__RLp0f img{opacity:1}.styles_auto__selection__DbVbJ{background:#0e9628;-webkit-transform:scale(.92);transform:scale(.92);transition:-webkit-transform .1s ease-in-out;transition:transform .1s ease-in-out;transition:transform .1s ease-in-out,-webkit-transform .1s ease-in-out}.styles_auto__selection__DbVbJ img{height:35px;margin-bottom:-3px;opacity:1;width:25px}@media(max-width:500px){.styles_minesSquaresWrap__dcsIG{grid-gap:3px;height:auto;max-width:308px;min-height:266px;min-width:308px}.styles_minesSquaresItemWrap__-IipI{height:50px;min-width:50px}.styles_auto__selection__DbVbJ,.styles_square__active__WQOhz,.styles_square__default__RLp0f{border-radius:16px;box-shadow:0 10px 20px 5px rgba(0,0,0,.25)}.styles_auto__selection__DbVbJ img,.styles_square__active__WQOhz img,.styles_square__default__RLp0f img{height:27px;width:20px}.styles_square__win__MbOK5{border:2px solid #0e9628;border-radius:16px;box-shadow:0 10px 20px 5px rgba(0,0,0,.25)}.styles_square__win__MbOK5 img{height:39px;width:39px}.styles_square__lose__OtCNi,.styles_square__single__fFPP9{border-radius:16px;box-shadow:0 10px 20px 5px rgba(0,0,0,.25)}.styles_square__lose__OtCNi img,.styles_square__single__fFPP9 img{height:46px;width:51px}}.styles_minesWinAnimation__VtWLn{align-items:center;bottom:20%;color:#fff;display:none;font-size:22px;height:200px;justify-content:center;left:50%;opacity:0;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:250px}@-webkit-keyframes styles_appearResultMines__BF0PU{0%{bottom:0;opacity:0}20%{bottom:20%;opacity:1}99%{bottom:20%;opacity:1}to{display:none;opacity:0}}@keyframes styles_appearResultMines__BF0PU{0%{bottom:0;opacity:0}20%{bottom:20%;opacity:1}99%{bottom:20%;opacity:1}to{display:none;opacity:0}}.styles_minesWinAnimation__VtWLn.styles_minesWinAnimationActive__i6\+rR{-webkit-animation:styles_appearResultMines__BF0PU .5s ease-in-out;animation:styles_appearResultMines__BF0PU .5s ease-in-out;display:flex}.styles_minesWinAnimationContentBig__iiSVo,.styles_minesWinAnimationContent__6H387{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;position:relative;width:100%}.styles_minesWinAnimationContentShadow__mexYp{background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,.6) 61.91%,transparent 100%);bottom:-60%;height:500px;left:-50%;position:absolute;width:500px;z-index:0}.styles_minesWinAnimationContentItem1__bp8mO{background:linear-gradient(180deg,#0e9628,#075816);border-radius:11.2348px;height:50px;padding:0 20px 0 15px;position:absolute;right:0;text-align:center;top:15px;-webkit-transform:skewX(-15deg);transform:skewX(-15deg);z-index:1}.styles_minesWinAnimationContentItem1__bp8mO p{font-size:16px;font-style:italic;line-height:50px;-webkit-transform:skewX(15deg);transform:skewX(15deg)}.styles_minesWinAnimationContentItem1__bp8mO p,.styles_minesWinAnimationContentItem2__iCg1d{color:#fff;font-family:Montserrat;font-weight:800;letter-spacing:.533654px;text-shadow:0 5.61741px 5.61741px rgba(0,0,0,.35);text-transform:uppercase}.styles_minesWinAnimationContentItem2__iCg1d{background:linear-gradient(180deg,#d1a123,#d06325);border-radius:11.2348px;font-size:57px;font-style:normal;height:90px;line-height:90px;text-align:center;width:100%;z-index:1}.styles_minesWinAnimationContentItem3__P6P2e{align-items:center;background:linear-gradient(180deg,#4125bb,#291778);border-radius:11.2348px;bottom:10px;display:flex;height:58px;justify-content:center;left:15px;position:absolute;-webkit-transform:skewX(-10deg);transform:skewX(-10deg);width:180px;z-index:1}.styles_minesWinAnimationContentImageSmall__I2sBp{height:25px;-webkit-transform:skewX(10deg);transform:skewX(10deg);width:25px}.styles_minesWinAnimationContentWinAmount__Nym9-{color:#fff;font-family:Montserrat;font-size:15px;font-style:normal;font-weight:500;letter-spacing:.224696px;line-height:39px;margin:0;text-shadow:0 5.61741px 5.61741px rgba(0,0,0,.35);-webkit-transform:skewX(10deg);transform:skewX(10deg);z-index:2}.styles_minesWinAnimationContentImageBig__StI4h{-webkit-animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;height:50px;left:40%;position:absolute;top:15px;width:55px;z-index:2}.styles_minesWinAnimationContentImageMiddle1__2mFJA,.styles_minesWinAnimationContentImageMiddle2__gwoIQ,.styles_minesWinAnimationContentImageMiddle3__zRXfq{-webkit-animation:styles_rotation__FVHRM 3s linear infinite;animation:styles_rotation__FVHRM 3s linear infinite;height:45px;position:absolute;width:45px;z-index:2}.styles_minesWinAnimationContentImageMiddle1__2mFJA{left:-15px;top:30px}.styles_minesWinAnimationContentImageMiddle2__gwoIQ{bottom:30px;height:40px;left:-20px;width:40px}.styles_minesWinAnimationContentImageMiddle3__zRXfq{right:-25px;top:-15px}.styles_minesWinAnimationContentImageSmall1__xu2Vo,.styles_minesWinAnimationContentImageSmall2__Gu3Mj,.styles_minesWinAnimationContentImageSmall3__2yR0Y{-webkit-animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;position:absolute;z-index:2}.styles_minesWinAnimationContentImageSmall1__xu2Vo{height:35px;left:30px;top:-20px;width:35px}.styles_minesWinAnimationContentImageSmall2__Gu3Mj{height:30px;right:-10px;top:70px;width:30px}.styles_minesWinAnimationContentImageSmall3__2yR0Y{bottom:20px;height:25px;right:25px;width:25px}.styles_minesWinAnimationContentBigWin__5bXZG{height:250px;left:-2%;position:absolute;top:-20%;width:250px;z-index:1}.styles_minesWinAnimationContentBigItem1__bVGmp{background:linear-gradient(180deg,#0e9628,#075816);border-radius:11.2348px;bottom:-10px;height:60px;left:55px;padding:0 20px 0 15px;position:absolute;text-align:center;width:130px;z-index:2}.styles_minesWinAnimationContentBigItem1__bVGmp p{color:#fff;font-family:Montserrat;font-size:22px;font-weight:800;letter-spacing:.533654px;line-height:60px;margin:0;text-shadow:0 5.61741px 5.61741px rgba(0,0,0,.35);text-transform:uppercase}.styles_minesWinAnimationContentBigLarge__Hhmco,.styles_minesWinAnimationContentBigMiddle1__yW7Hr,.styles_minesWinAnimationContentBigMiddle2__ZtCfe,.styles_minesWinAnimationContentBigMiddle3__quWsH,.styles_minesWinAnimationContentBigSmall1__CcxIz,.styles_minesWinAnimationContentBigSmall2__sq7iS,.styles_minesWinAnimationContentBigSmall3__nrx2K,.styles_minesWinAnimationContentBigSmall4__cgFaQ,.styles_minesWinAnimationContentBigTiny__JRDhb{position:absolute;z-index:3}.styles_minesWinAnimationContentBigLarge__Hhmco{-webkit-animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;height:60px;left:40px;top:-50px;width:60px}.styles_minesWinAnimationContentBigMiddle1__yW7Hr{right:-10px;top:10px}.styles_minesWinAnimationContentBigMiddle1__yW7Hr,.styles_minesWinAnimationContentBigMiddle2__ZtCfe{-webkit-animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;height:45px;width:45px}.styles_minesWinAnimationContentBigMiddle2__ZtCfe{bottom:-25px;left:25px}.styles_minesWinAnimationContentBigMiddle3__quWsH{-webkit-animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;height:45px;left:-20px;top:50px;width:45px}.styles_minesWinAnimationContentBigSmall1__CcxIz{right:50px;top:-60px}.styles_minesWinAnimationContentBigSmall1__CcxIz,.styles_minesWinAnimationContentBigSmall2__sq7iS{-webkit-animation:styles_rotation__FVHRM 3s linear infinite;animation:styles_rotation__FVHRM 3s linear infinite;height:35px;width:35px}.styles_minesWinAnimationContentBigSmall2__sq7iS{left:-20px;top:0}.styles_minesWinAnimationContentBigSmall3__nrx2K{bottom:20px;left:-30px}.styles_minesWinAnimationContentBigSmall3__nrx2K,.styles_minesWinAnimationContentBigSmall4__cgFaQ{-webkit-animation:styles_rotation__FVHRM 3s linear infinite;animation:styles_rotation__FVHRM 3s linear infinite;height:35px;width:35px}.styles_minesWinAnimationContentBigSmall4__cgFaQ{bottom:10px;right:0}.styles_minesWinAnimationContentBigTiny__JRDhb{-webkit-animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;animation:styles_coinPumping__Kg-yU .7s ease-in-out infinite alternate;height:30px;right:-40px;top:100px;width:30px}@-webkit-keyframes styles_coinPumping__Kg-yU{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.41);transform:scale(1.41)}}@keyframes styles_coinPumping__Kg-yU{0%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(1.41);transform:scale(1.41)}}@-webkit-keyframes styles_rotation__FVHRM{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes styles_rotation__FVHRM{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media(max-width:500px){.styles_minesWinAnimation__VtWLn{bottom:5%;left:50%}.styles_minesWinAnimationContentBig__iiSVo,.styles_minesWinAnimationContent__6H387{height:150px;width:200px}.styles_minesWinAnimationContentItem1__bp8mO{height:30px}.styles_minesWinAnimationContentItem1__bp8mO p{font-size:12px;line-height:30px}.styles_minesWinAnimationContentItem2__iCg1d{font-size:37px;font-weight:800;height:60px;line-height:60px}.styles_minesWinAnimationContentItem3__P6P2e{height:38px;width:130px}.styles_minesWinAnimationContentImageSmall__I2sBp{height:20px;width:20px}.styles_minesWinAnimationContentWinAmount__Nym9-{font-size:11px;line-height:38px}.styles_minesWinAnimationContentImageBig__StI4h{height:40px;width:45px}.styles_minesWinAnimationContentBigWin__5bXZG{height:200px;left:-2%;position:absolute;top:-20%;width:200px;z-index:1}.styles_minesWinAnimationContentBigItem1__bVGmp{bottom:-20px;height:50px;left:37px;width:120px;z-index:2}.styles_minesWinAnimationContentBigItem1__bVGmp p{font-size:18px;line-height:50px}.styles_minesWinAnimationContentBigLarge__Hhmco{height:40px;width:40px}.styles_minesWinAnimationContentBigMiddle1__yW7Hr{height:35px;width:35px}.styles_minesWinAnimationContentBigMiddle2__ZtCfe{bottom:-25px;height:25px;left:25px;width:25px}.styles_minesWinAnimationContentBigMiddle3__quWsH{height:35px;width:35px}.styles_minesWinAnimationContentShadow__mexYp{bottom:-60%;height:400px;left:-50%;position:absolute;width:400px;z-index:0}}.styles_minesAutoSwitchWrap__A6fql{display:flex;height:90px;margin:0 0 0 15px;min-width:60px}@media(max-width:640px){.styles_minesAutoSwitchWrap__A6fql{height:60px;max-width:123px;order:4}}.styles_pageWrapper__Jdv6r{background:url(/static/media/404.3309c728d2d0b9f3ff9b.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;font-family:Montserrat;height:calc(100vh - 75px);justify-content:center;position:relative;width:100%}.styles_pageWrapper__Jdv6r,.styles_wrapper__xkawr{align-items:center;display:flex;flex-direction:column}.styles_wrapper__xkawr{height:-webkit-max-content;height:max-content;width:-webkit-max-content;width:max-content}.styles_planetWrapper__i8LI1{height:280px;position:relative;width:300px}.styles_asteroidsWrapper__mhyqu{height:auto;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:140%;z-index:1}.styles_asteroids__K2d3B{-webkit-animation:styles_rotate__dcJN9 30s linear infinite;animation:styles_rotate__dcJN9 30s linear infinite;width:100%}.styles_number__JTqsa{height:auto;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:60%;z-index:2}.styles_firstNumber__0DzXm{left:-50%}.styles_lastNumber__jYlld{right:-50%}.styles_planet__Jg4XW{height:auto;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:3}.styles_text__d5767{color:#fff;font-size:22px;font-style:normal;font-weight:500;letter-spacing:.38px;line-height:34px;margin-top:6rem;text-align:center;width:100%}.styles_button__qXOeq{margin-top:.5rem}.styles_button__qXOeq button{text-transform:uppercase}@media(max-width:1260px){.styles_pageWrapper__Jdv6r{height:calc(100vh - 135px)}}@media(max-width:1250px){.styles_planetWrapper__i8LI1{height:260px;width:280px}}@media(max-width:1150px){.styles_planetWrapper__i8LI1{height:240px;width:260px}}@media(max-width:1050px){.styles_planetWrapper__i8LI1{height:220px;width:240px}}@media(max-width:850px){.styles_planetWrapper__i8LI1{height:180px;width:200px}}@media(max-width:750px){.styles_pageWrapper__Jdv6r{background:url(/static/media/404-mobile.99c05ce291b5e637f127.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.styles_text__d5767{font-size:28px;font-weight:500;line-height:34px;width:300px}}@media(max-width:450px){.styles_planetWrapper__i8LI1{height:130px;width:150px}.styles_text__d5767{font-size:20px;line-height:30px;width:240px}}@media(max-width:300px){.styles_planetWrapper__i8LI1{height:100px;width:120px}.styles_text__d5767{font-size:18px;line-height:28px;width:240px}}@-webkit-keyframes styles_rotate__dcJN9{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes styles_rotate__dcJN9{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.styles_label__aIRC\+{display:flex;flex-direction:column;width:100%}.styles_labelText__W1tp-{color:#7074a4;cursor:pointer;font-size:14px;font-weight:600;margin:0 0 .5rem}.styles_select__mhuiJ{font-size:14px;line-height:18px;width:100%}.styles_select__mhuiJ .styles_control__sy\+q9{background-color:rgba(7,11,22,.72);border-color:rgba(7,11,22,.72);border-radius:18px;border-width:2px;outline:none;padding:0 16px}.styles_select__mhuiJ .styles_control__sy\+q9:hover{border-color:rgba(122,44,255,.7);border-width:2px;box-shadow:none}.styles_select__mhuiJ .styles_control__sy\+q9.styles_active__4av99{border-color:#7a2cff;border-width:2px;box-shadow:none}.styles_select__mhuiJ .styles_value__6s9y\+{color:#fff}.styles_select__mhuiJ .styles_placeholder__Eanug,.styles_select__mhuiJ .styles_value__6s9y\+{font-size:14px;font-weight:500;line-height:18px}.styles_select__mhuiJ .styles_menu__W2PdX{background-color:rgba(7,11,22,.72);border-radius:18px;padding:6px}.styles_select__mhuiJ .styles_option__dihJx{background-color:inherit;border-radius:14px;border-width:1px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;line-height:18px;margin:0 0 .25rem;padding:4px 18px}.styles_select__mhuiJ .styles_option__dihJx:last-child{margin:0}.styles_select__mhuiJ .styles_option__dihJx.styles_selected__zQai2{background:#202d4a}.styles_select__mhuiJ .styles_option__dihJx:hover{background:rgba(32,45,74,.7)}.styles_wrapper__9jEGK{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.styles_sort__QSN6x{width:150px}.styles_searchWrapper__Rt93C{height:-webkit-max-content;height:max-content;position:relative;width:-webkit-max-content;width:max-content}.styles_searchWrapper__Rt93C.styles_expanded__HqwBB{padding-left:40px}.styles_search__zKUtv{background-color:rgba(7,11,22,.72);border:2px solid rgba(7,11,22,.72);border-radius:18px;color:#fff;font-size:14px;font-weight:500;height:40px;line-height:18px;outline:none;padding:0 32px;width:250px}.styles_search__zKUtv:hover{border:2px solid rgba(122,44,255,.7)}.styles_search__zKUtv:focus{border:2px solid #7a2cff}.styles_reset__Ztwqi{background:none;border:none;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_reset__Ztwqi svg{fill:#fff;height:auto;width:24px}.styles_reset__Ztwqi:hover svg{fill:hsla(0,0%,100%,.7)}.styles_searchIcon__WX8Ul{cursor:pointer;position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_searchIcon__WX8Ul :hover{fill:hsla(0,0%,100%,.8)}@media(max-width:520px){.styles_wrapper__9jEGK{align-items:center;flex-direction:column}.styles_searchWrapper__Rt93C,.styles_search__zKUtv,.styles_sort__QSN6x{width:100%}.styles_label__9\+\+1k{margin:0 0 20px}.styles_labelText__Po3wS{text-align:center}}p{margin:0}.styles_article__Otvsf{background:#202d4a;border-radius:16px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:flex;flex-direction:column;grid-column:span 2;height:100%;width:100%}.styles_article__Otvsf .styles_imageWrapper__SeXc1{border-top-left-radius:16px;border-top-right-radius:16px;height:210px;width:100%}.styles_article__Otvsf .styles_imageWrapper__SeXc1 .styles_image__8bppv{height:100%;width:auto}.styles_article__Otvsf .styles_contentWrapper__VaH70{height:210px;width:100%}.styles_article__Otvsf:first-child,.styles_article__Otvsf:nth-child(2){flex-direction:row;grid-column:span 3;height:230px}.styles_article__Otvsf:first-child .styles_imageWrapper__SeXc1,.styles_article__Otvsf:nth-child(2) .styles_imageWrapper__SeXc1{border-bottom-left-radius:16px;border-top-right-radius:0;height:100%;width:50%}.styles_article__Otvsf:first-child .styles_contentWrapper__VaH70,.styles_article__Otvsf:nth-child(2) .styles_contentWrapper__VaH70{height:230px;max-width:50%}.styles_imageWrapper__SeXc1{align-items:center;display:flex;justify-content:center;overflow:hidden}.styles_contentWrapper__VaH70{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;padding:16px}.styles_meta__ryAD\+{align-items:center;display:flex;margin:0 0 16px;width:100%}.styles_tagWrapper__Uz4-K{align-items:center;display:flex;height:16px}.styles_tag__fC8Ti{color:#fccd00;font-size:13px;font-weight:400;line-height:15px}.styles_tag__fC8Ti button{background:none;border:none;color:inherit;font:inherit}.styles_tag__fC8Ti:after{content:" |";font-size:13px;line-height:15px;margin-right:.25rem}.styles_tag__fC8Ti:last-child:after{content:""}.styles_date__Wycqu{color:#7074a4;font-size:13px;font-weight:400;line-height:18px;margin-left:auto}.styles_title__-uZ3g{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:16px;font-weight:600;line-height:20px;margin:0 0 8px;max-height:40px;overflow:hidden;text-decoration:none}.styles_title__-uZ3g:hover{color:#fff}.styles_desc__rLYLN{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#c1c5fb;display:-webkit-box;font-size:14px;font-weight:500;line-height:18px;overflow:hidden}.styles_link__XWObb{align-items:center;color:#fff;display:flex;font-size:11px;font-weight:500;line-height:16px;margin-top:auto;position:relative;text-decoration:none;text-transform:uppercase;width:-webkit-max-content;width:max-content}.styles_link__XWObb span{background:#202d4a;border-radius:16px;height:100%;padding:3px 13px;position:relative;width:100%;z-index:2}.styles_link__XWObb:hover{box-shadow:0 0 15px #7a2cff;color:#fff}.styles_link__XWObb:before{background:#3856dd;background:linear-gradient(90deg,#3856dd,#7a2cff);border-radius:16px;content:"";height:calc(100% + 6px);left:-3px;padding:3px;position:absolute;top:-3px;width:calc(100% + 6px);z-index:1}@media(max-width:1200px){.styles_title__-uZ3g{font-size:14px;line-height:18px}.styles_desc__rLYLN{font-size:12px;line-height:16px}.styles_date__Wycqu,.styles_tag__fC8Ti{font-size:11px;line-height:15px}}@media(max-width:900px){.styles_article__Otvsf{grid-column:span 3}.styles_article__Otvsf:first-of-type,.styles_article__Otvsf:nth-of-type(2){flex-direction:column;height:-webkit-max-content;height:max-content}.styles_article__Otvsf:first-of-type .styles_imageWrapper__SeXc1,.styles_article__Otvsf:nth-of-type(2) .styles_imageWrapper__SeXc1{border-top-left-radius:16px;border-top-right-radius:16px;height:210px;width:100%}.styles_article__Otvsf:first-of-type .styles_contentWrapper__VaH70,.styles_article__Otvsf:nth-of-type(2) .styles_contentWrapper__VaH70{height:210px;max-height:210px;max-width:100%;width:100%}}@media(max-width:550px){.styles_article__Otvsf,.styles_article__Otvsf:first-of-type,.styles_article__Otvsf:nth-of-type(2){grid-column:span 6}}.styles_wrapper__GNz8F{color:#fff;display:flex;flex-direction:column;flex-grow:1;height:100%;margin:32px 0;min-height:500px;width:100%}.styles_totalWrapper__EFylP{align-items:center;display:flex;margin:0 0 24px}.styles_total__fAnN6{font-size:24px;font-weight:400;line-height:28px;margin-right:20px}.styles_reset__ZCAMx{align-items:center;background:none;border:none;display:flex;justify-content:center;position:relative}.styles_reset__ZCAMx .styles_tooltip__1yjxe{align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.3);border-radius:20px;bottom:120%;color:#fff;display:none;font-size:13px;justify-content:center;padding:6px 12px;position:absolute;text-align:center;width:-webkit-max-content;width:max-content;z-index:3}.styles_reset__ZCAMx:hover .styles_tooltip__1yjxe{display:flex}.styles_reset__ZCAMx svg{fill:#fff;height:auto;width:24px}.styles_reset__ZCAMx:hover svg{fill:hsla(0,0%,100%,.7)}.styles_loader__cLjds{align-items:center;display:flex;flex-grow:1;justify-content:center}.styles_articles__zG8av{grid-column-gap:16px;grid-row-gap:24px;display:grid;grid-template-columns:repeat(6,1fr);height:auto;width:100%}.styles_wrapper__x1QCr{align-items:center;color:#7074a4;display:flex;font-size:13px;font-weight:400;justify-content:center;line-height:18px;list-style-type:none}.styles_wrapper__x1QCr::selection{pointer-events:none}.styles_break__Pz8vC,.styles_page__Ggqvt{margin:0 .25rem}.styles_page__Ggqvt:first-child{margin-left:0}.styles_page__Ggqvt:last-child{margin-right:0}.styles_pageLink__LMNNx{align-items:center;border:1px solid transparent;color:#7074a4;display:flex;font-size:13px;font-weight:400;height:2rem;justify-content:center;line-height:18px;text-decoration:none;width:2rem}.styles_pageLink__LMNNx:hover{color:hsla(0,0%,100%,.8)}.styles_active__wdgwJ{border:1px solid #fff;border-radius:10000px}.styles_active__wdgwJ a{color:#fff}.styles_previous__bO4Ha{fill:currentColor;height:auto;margin-right:.5rem;-webkit-transform:rotate(180deg);transform:rotate(180deg);width:8px}.styles_previous__bO4Ha:hover{color:hsla(0,0%,100%,.8)}.styles_next__mej\+b{fill:currentColor;height:auto;margin-left:.5rem;width:8px}.styles_next__mej\+b:hover{fill:hsla(0,0%,100%,.8)}.styles_wrapper__BA-KI{display:flex;flex-direction:column;font-family:Montserrat;height:100%;max-width:1340px;min-height:100vh;padding:0 30px 30px;position:relative;width:100%}.styles_wrapper__x9kxJ{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.styles_item__xhXmq{margin-right:.25rem}.styles_item__xhXmq:after{color:#7074a4;content:" /";font-size:13px;font-weight:400;line-height:18px}.styles_item__xhXmq:last-child{margin-right:0}.styles_item__xhXmq:last-child:after{content:""}.styles_link__enann{text-decoration:none}.styles_link__enann:hover .styles_title__90LrK{color:hsla(0,0%,100%,.7)}.styles_title__90LrK{color:#7074a4;font-size:13px;font-weight:400;line-height:18px}.styles_wrapper__WlVXv{background:#202d4a;border-radius:16px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:column;height:300px;max-width:100%;width:100%}.styles_imageWrapper__Rzr3J{align-items:center;border-top-left-radius:16px;border-top-right-radius:16px;display:flex;height:150px;justify-content:center;max-width:100%;overflow:hidden;width:100%}.styles_image__2OrTY{height:100%;width:auto}.styles_contentWrapper__97GsZ{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;padding:10px}.styles_title__t2phT{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.9rem;margin:0 0 8px;max-height:40px;overflow:hidden}.styles_titleLink__65Iu8{color:#fff;text-decoration:none}.styles_titleLink__65Iu8:hover{color:#fff;opacity:.8}.styles_desc__xS5gv{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#c1c5fb;display:-webkit-box;font-size:.83rem;font-weight:500;line-height:1rem;overflow:hidden}.styles_link__0AIUu{align-items:center;color:#fff;display:flex;font-size:11px;font-weight:500;line-height:16px;margin-top:auto;position:relative;text-decoration:none;text-transform:uppercase;width:-webkit-max-content;width:max-content}.styles_link__0AIUu span{background:#202d4a;border-radius:16px;height:100%;padding:3px 13px;position:relative;width:100%;z-index:2}.styles_link__0AIUu:hover{box-shadow:0 0 15px #7a2cff;color:#fff}.styles_link__0AIUu:before{background:#3856dd;background:linear-gradient(90deg,#3856dd,#7a2cff);border-radius:16px;content:"";height:calc(100% + 6px);left:-3px;padding:3px;position:absolute;top:-3px;width:calc(100% + 6px);z-index:1}@media(max-width:700px){.styles_wrapper__WlVXv.styles_last__onR9d{display:none}}@media(max-width:500px){.styles_wrapper__WlVXv.styles_last__onR9d{display:flex}}.styles_content__NEEN0{margin:0 auto 20px;width:860px}.styles_title__2UfuH{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.015em;margin:0 0 10px;text-transform:uppercase}.styles_articles__za5wo{grid-gap:2%;display:grid;grid-template-columns:repeat(3,32%);list-style-type:none;margin:0;max-width:100%;padding:0;width:100%}@media(max-width:920px){.styles_content__NEEN0{width:100%}}@media(max-width:700px){.styles_articles__za5wo{grid-template-columns:repeat(2,48%)}}@media(max-width:500px){.styles_content__NEEN0{padding:0 30px}.styles_articles__za5wo{grid-gap:20px;grid-template-columns:repeat(1,100%)}}@media(max-width:370px){.styles_title__2UfuH{font-size:1.5rem}}.styles_content__yeyup{margin:0 auto 20px;width:860px}.styles_title__PBWOM{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.015em;margin:0 0 10px;text-transform:uppercase}.styles_articles__bnVPI{grid-gap:2%;display:grid;grid-template-columns:repeat(3,32%);list-style-type:none;margin:0;max-width:100%;padding:0;width:100%}@media(max-width:920px){.styles_content__yeyup{width:100%}}@media(max-width:700px){.styles_articles__bnVPI{grid-template-columns:repeat(2,48%)}}@media(max-width:500px){.styles_content__yeyup{padding:0 30px}.styles_articles__bnVPI{grid-gap:20px;grid-template-columns:repeat(1,100%)}}@media(max-width:370px){.styles_title__PBWOM{font-size:1.5rem}}.styles_wrapper__lDwnO{display:flex;flex-direction:column;font-family:Montserrat;max-width:1340px;padding:30px;position:relative;width:100%}.styles_loader__V70bQ{align-items:center;display:flex;flex-grow:1;justify-content:center}.styles_nav__96sfe{align-items:center;display:flex;justify-content:space-between;margin:0 0 32px}.styles_link__Hv28n{align-items:center;color:#fff;display:flex;font-size:11px;font-weight:500;line-height:16px;position:relative;text-decoration:none;text-transform:uppercase;width:-webkit-max-content;width:max-content}.styles_link__Hv28n span{background:#202d4a;border-radius:16px;height:100%;padding:3px 13px;position:relative;width:100%;z-index:2}.styles_link__Hv28n:hover{box-shadow:0 0 15px #7a2cff;color:#fff}.styles_link__Hv28n:before{background:#3856dd;background:linear-gradient(90deg,#3856dd,#7a2cff);border-radius:16px;content:"";height:calc(100% + 6px);left:-3px;padding:3px;position:absolute;top:-3px;width:calc(100% + 6px);z-index:1}.styles_imageWrapper__SxZjr{align-items:center;display:flex;height:100%;justify-content:center;margin:0 0 60px;max-height:400px;overflow:hidden;width:100%}.styles_image__7zVZO{height:auto;width:100%}.styles_content__x7tvD{margin:0 auto 1rem;width:860px}.styles_meta__AUL9a{align-items:center;display:flex;margin:0 0 16px;width:100%}.styles_tagWrapper__2XN0D{height:24px}.styles_tag__Dgwh9{color:#fccd00;font-size:13px;font-weight:400;line-height:18px}.styles_tag__Dgwh9:after{content:", "}.styles_tag__Dgwh9:last-child:after{content:""}.styles_date__7dANo{color:#7074a4;font-size:13px;font-weight:400;line-height:18px;margin-left:auto}.styles_title__6kFAL{color:#fff;font-size:2rem;font-weight:700;letter-spacing:-.015em;margin:0 0 40px}.styles_html__gvl1o *{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.styles_html__gvl1o h1,.styles_html__gvl1o h2,.styles_html__gvl1o h3{letter-spacing:-.015em;margin:0 0 32px}.styles_html__gvl1o h1:last-child,.styles_html__gvl1o h2:last-child,.styles_html__gvl1o h3:last-child{margin:0}.styles_html__gvl1o h1{font-size:2rem;font-weight:700;line-height:2.1rem}.styles_html__gvl1o h2{font-size:1.6rem;font-weight:700;line-height:1.7rem}.styles_html__gvl1o h3{font-size:1.4rem;font-weight:600;line-height:1.5rem}.styles_html__gvl1o h4{font-size:1.2rem;font-weight:600;line-height:1.3rem}.styles_html__gvl1o li,.styles_html__gvl1o p{margin:0 0 32px}.styles_html__gvl1o li:last-child,.styles_html__gvl1o p:last-child{margin:0}.styles_html__gvl1o table{border:1px solid #fff;border-collapse:collapse;margin:0 0 32px;table-layout:fixed;width:100%}.styles_html__gvl1o table tr{border-bottom:1px solid #fff}.styles_html__gvl1o table thead th{font-weight:700}.styles_html__gvl1o table tbody td,.styles_html__gvl1o table thead th{border-right:1px solid #fff;padding:10px 4px}@media(max-width:920px){.styles_content__x7tvD{width:100%}}@media(max-width:600px){.styles_imageWrapper__SxZjr{margin:0 0 40px}.styles_title__6kFAL{font-size:28px;line-height:32px}}@media(max-width:500px){.styles_wrapper__lDwnO{padding:30px 0}.styles_content__x7tvD,.styles_nav__96sfe{padding:0 30px}.styles_imageWrapper__SxZjr{margin:0 0 20px}.styles_title__6kFAL{font-size:24px;line-height:28px}}@media(max-width:400px){.styles_title__6kFAL{font-size:20px;line-height:24px}}@media(max-width:340px){.styles_title__6kFAL{font-size:16px;font-weight:700;line-height:20px}}.styles_wrapper__XbCyF{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.styles_sort__KWLaB{width:150px}.styles_searchWrapper__1xNL6{height:-webkit-max-content;height:max-content;margin-left:auto;position:relative;width:-webkit-max-content;width:max-content}.styles_searchWrapper__1xNL6.styles_expanded__ZOcb3{padding-left:24px}.styles_search__qwLwl{background-color:rgba(7,11,22,.72);border:2px solid rgba(7,11,22,.72);border-radius:18px;color:#fff;font-size:14px;font-weight:500;height:40px;line-height:18px;outline:none;padding:0 32px;width:250px}.styles_search__qwLwl:hover{border:2px solid rgba(122,44,255,.7)}.styles_search__qwLwl:focus{border:2px solid #7a2cff}.styles_reset__f0kgK{background:none;border:none;left:0;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.styles_reset__f0kgK svg{fill:#fff;height:auto;width:10px}.styles_reset__f0kgK:hover svg{fill:hsla(0,0%,100%,.7)}.styles_searchIcon__2BzzA{position:absolute;right:16px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media(max-width:520px){.styles_wrapper__XbCyF{align-items:center;flex-direction:column}.styles_searchWrapper__1xNL6,.styles_search__qwLwl,.styles_sort__KWLaB{width:100%}.styles_label__8dnfT{margin:0 0 20px}.styles_labelText__0f69d{text-align:center}}.styles_link__sGJeV{align-items:center;background:linear-gradient(90deg,#7a2cff 35%,#3856dd);border-radius:14px;display:flex;justify-content:center;padding:2px;text-decoration:none;width:-webkit-max-content;width:max-content}.styles_link__sGJeV span{background:#202d4a;border-radius:13px;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.1px;line-height:13px;padding:6px 12px;text-transform:uppercase;white-space:nowrap}.styles_link__sGJeV:hover{-webkit-filter:drop-shadow(0 0 8px rgba(27,14,175,.75));filter:drop-shadow(0 0 8px rgba(27,14,175,.75))}.styles_link__sGJeV:hover span{color:hsla(0,0%,100%,.7)}.styles_wrapper__nEOk1{background:#202d4a;border-radius:16px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:flex;flex-direction:column;height:330px;padding:40px 32px;width:100%}.styles_titleWrapper__Mdi9U{align-items:center;display:flex;margin:0 0 20px;text-decoration:none}.styles_titleWrapper__Mdi9U img{height:auto;margin-right:1rem;width:18px}.styles_titleWrapper__Mdi9U p{color:#fff;font-size:18px;font-weight:600;letter-spacing:.12px;line-height:28px;margin:0}.styles_articles__T\+dpn{display:flex;flex-direction:column;height:100%;list-style-type:none;margin:0;max-height:200px;overflow:hidden;padding:0;position:relative;width:100%}.styles_article__LHwzd{color:#a2a5cc;cursor:pointer;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0 0 14px}.styles_articleHidden__iMkuJ{background:#a2a5cc;background:linear-gradient(0deg,#202d4a,rgba(162,165,204,0));bottom:0;height:100px;left:0;position:absolute;width:100%}.styles_highlight__Q3-\+h{color:#fff}.styles_info__9bfbT{align-items:center;display:flex;justify-content:space-between}.styles_topics__zfHVZ{color:#fccd00;font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_topics__zfHVZ::selection{pointer-events:none}.styles_wrapper__kJe2A{grid-gap:24px;color:#fff;display:grid;flex-grow:1;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));height:auto;margin:32px 0;min-height:500px;width:100%}.styles_wrapper__utrOe{display:flex;flex-direction:column;font-family:Montserrat;height:100%;max-width:1340px;min-height:100vh;padding:0 30px 30px;position:relative;width:100%}.styles_wrapper__Ztf03{border-bottom:1px solid #888aa7;overflow:hidden;width:100%}.styles_wrapper__Ztf03:first-child .styles_titleWrapper__DuxfF{padding-top:0}.styles_wrapper__Ztf03:last-child{border:0}.styles_titleWrapper__DuxfF{align-items:center;cursor:pointer;display:flex;justify-content:space-between;padding:12px 0;width:100%}.styles_title__0a1k2{color:#fff;font-size:16px;font-weight:600;line-height:20px}.styles_title__0a1k2::selection{pointer-events:none}.styles_iconWrapper__fpDfT{padding:0 12px}.styles_icon__ark7d{fill:#fff;height:auto;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:8px}.styles_icon__ark7d.styles_open__JSkmn{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.styles_body__ATKA9{max-height:0}.styles_body__ATKA9.styles_open__JSkmn{margin:0 0 12px;max-height:500px;transition:max-height .5s ease-in-out}.styles_body__ATKA9>*{color:#c1c5fb;font-size:14px;font-weight:400;line-height:18px}.styles_wrapper__AZSkN{background:#202d4a;border-radius:16px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;list-style-type:none;margin:32px 0;padding:40px 32px 28px;width:100%}.styles_wrapper__tmaIm{display:flex;flex-direction:column;font-family:Montserrat;height:100%;max-width:1340px;min-height:100vh;padding:0 30px 30px;position:relative;width:100%}@media(max-width:640px){.styles_link__dQsw3{margin-top:1rem}}.styles_wrapper__WS\+ZV{align-items:center;background-image:url(/static/media/banner-bg.8bae00d3ff4ac55ba48d.webp);background-position:top;background-repeat:no-repeat;background-size:contain;border-top-left-radius:20px;border-top-right-radius:20px;display:flex;height:800px;max-width:1264px;position:relative;width:100%;z-index:0}.styles_defaultIcon__7Ljlv{position:absolute;z-index:2}.styles_coinStarship__M1dDA{left:5%;max-width:450px;top:5%;width:27vw}.styles_starship__DYZKI{bottom:5%;max-width:350px;right:5%;width:22vw}.styles_coinCasino__zoBul{max-width:450px;right:5%;top:5%;width:27vw}.styles_casino__znqN-{bottom:5%;left:5%;max-width:350px;width:22vw}.styles_vipWrapper__DDB-9{background-image:url(/static/media/bright.8234966ce68364b6c4ce.webp);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;height:100%;position:relative;width:100%}.styles_vip__Qsqmm{height:auto;left:50%;position:absolute;top:7%;translate:-50%;width:195px;z-index:3}.styles_content__M5pXa{align-items:center;display:flex;flex-direction:column;left:50%;max-width:50%;position:absolute;top:calc(7% + 300px);-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:3}.styles_title__erwbH{color:#fff;font-size:32px;font-weight:400;letter-spacing:-.5px;line-height:39px;margin:0 0 10px;text-align:center}.styles_subtitle__J\+MbE{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;margin:0 0 40px;text-align:center}.styles_description__rbaQ8{color:#fff;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;margin:0;text-align:center}@media(max-width:1200px){.styles_content__M5pXa{max-width:70%}.styles_coinCasino__zoBul,.styles_coinStarship__M1dDA{top:10%}}@media(max-width:1100px){.styles_content__M5pXa{max-width:80%}.styles_coinCasino__zoBul,.styles_coinStarship__M1dDA{top:15%}}@media(max-width:1000px){.styles_wrapper__WS\+ZV{height:600px}.styles_casino__znqN-,.styles_starship__DYZKI{display:none}}@media(max-width:900px){.styles_defaultIcon__7Ljlv{display:none}}@media(max-width:600px){.styles_wrapper__WS\+ZV{height:700px}.styles_content__M5pXa{max-width:none;padding:0 20px}.styles_title__erwbH{font-size:30px;line-height:37px}.styles_subtitle__J\+MbE{font-size:14px;line-height:18px}.styles_description__rbaQ8{font-size:12px;line-height:16px}}@media(max-width:550px){.styles_title__erwbH{font-size:28px;line-height:35px}}@media(max-width:500px){.styles_wrapper__WS\+ZV{background-size:auto 50%}}@media(max-width:400px){.styles_title__erwbH{font-size:24px;line-height:31px}}.styles_wrapper__\+Uilj{align-items:center;display:flex;flex-direction:column;margin:0 0 40px;max-width:1264px;width:100%}.styles_title__00TGf{color:#fff;font-size:32px;font-weight:400;letter-spacing:-.5px;line-height:39px;margin:0 0 32px;text-align:center}.styles_nav__-QArR{margin:0 0 40px;width:80%}.styles_categories__ceW32{grid-gap:10px;display:grid;grid-template-columns:repeat(3,1fr);list-style-type:none;margin:0;padding:0;width:100%}.styles_category__yOyZ9{align-items:center;background:#202d4a;border-radius:8px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;padding:12px 20px}.styles_category__yOyZ9.styles_active__YQhRC{background:#3856dd;background:linear-gradient(135deg,#3856dd,#7a2cff)}.styles_icon__q9zs\+{height:38px;margin:0 10px 0 0;width:auto}.styles_text__IqMtm{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;text-align:left}.styles_bonuses__NUXEK{grid-gap:20px;display:grid;grid-template-columns:repeat(2,1fr);list-style-type:none;margin:0;max-width:80%;padding:0;width:100%}.styles_bonus__Vl5lH{align-items:center;background:#202d4a;border-radius:16px;display:flex;flex-direction:column;height:350px;overflow:hidden;padding:16px;position:relative;z-index:0}.styles_bright__IfNfP{background-image:url(/static/media/bright-benefits.2d1fe834c92f6fde6c6a.webp);background-position:top;background-repeat:no-repeat;background-size:auto 100%;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_content__RwQq1{align-items:center;display:flex;flex-direction:column;position:relative;width:100%;z-index:2}.styles_bonusIcon__o42QQ{height:180px;width:auto}.styles_bonusTitle__ZCSMt{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;margin:30px 0 10px;text-align:center}.styles_desc__hYdFd{color:#c1c5fb;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;margin:0;text-align:center}.styles_actionButton__tEvcS{align-items:center;background:#1a92d1;border:none;border-radius:19px;color:#fff;display:flex;font-size:13px;font-weight:500;margin:14px 0 0;padding:4px 12px}.styles_actionButton__tEvcS:hover{box-shadow:0 0 8px rgba(26,146,209,.75)}.styles_actionButton__tEvcS:active{opacity:.8}.styles_actionIcon__upVi4{fill:#fff;height:auto;margin:0 10px 0 0;width:20px}@media(max-width:1000px){.styles_bonusIcon__o42QQ{height:140px;margin:20px 0 0}}@media(max-width:950px){.styles_nav__-QArR{width:100%}.styles_bonuses__NUXEK{max-width:100%}}@media(max-width:650px){.styles_icon__q9zs\+{height:28px;margin:0 6px 0 0}.styles_text__IqMtm{font-size:14px;line-height:18px}.styles_bonuses__NUXEK{grid-template-columns:1fr}}@media(max-width:550px){.styles_category__yOyZ9{flex-direction:column;padding:6px 8px}.styles_icon__q9zs\+{height:48px;margin:0 0 10px}}@media(max-width:400px){.styles_text__IqMtm{font-size:10px;line-height:14px}}.styles_wrapper__5picA{align-items:center;display:flex;flex-direction:column;max-width:1264px;width:100%}.styles_title__oNRWx{color:#fff;font-size:32px;font-weight:400;letter-spacing:-.5px;line-height:39px;margin:0 0 16px;text-align:center}.styles_orange__QDyPE{color:#fccd00}.styles_desc__SzKrC{color:#fff;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;margin:0 0 24px;text-align:center}.styles_bonuses__HlSKM{grid-gap:20px;display:grid;grid-template-columns:repeat(3,1fr);list-style-type:none;margin:0;max-width:80%;padding:0;width:100%}.styles_bonus__LGtgb{background:#202d4a;border-radius:16px;height:270px;overflow:hidden;padding:35px 10px;position:relative;z-index:0}.styles_iconBg__bsBaB{background-image:url(/static/media/weekly-bonus-bg.a88b0534fcdffbd48a71.webp);background-position:top;background-repeat:no-repeat;background-size:100% auto;display:block;height:50%;left:0;position:absolute;top:0;width:100%;z-index:2}.styles_bonusIcon__GsapE{-webkit-filter:grayscale(1);filter:grayscale(1);height:100px;width:auto}.styles_content__rVp5y{height:100%;justify-content:space-between;position:relative;z-index:3}.styles_content__rVp5y,.styles_textWrapper__-3PgK{align-items:center;display:flex;flex-direction:column;width:100%}.styles_text__hh9Ax{align-items:center;display:flex;margin:0 0 10px}.styles_text__hh9Ax:last-child{margin:0}.styles_text__hh9Ax span{font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;text-align:left}.styles_secondary__SVLMj{color:#a2a5cc;width:80px}.styles_bonusEmoji__y99sP{margin:0 10px 0 0}.styles_main__RfeKb{align-items:center;display:flex}.styles_main__RfeKb img{height:auto;margin:0 6px 0 0;width:28px}@media(max-width:950px){.styles_bonuses__HlSKM{max-width:100%}}@media(max-width:790px){.styles_text__hh9Ax span{font-size:12px;line-height:16px}}@media(max-width:730px){.styles_bonuses__HlSKM{grid-template-columns:repeat(2,1fr)}.styles_text__hh9Ax span{font-size:14px;line-height:18px}}@media(max-width:530px){.styles_bonuses__HlSKM{grid-template-columns:1fr}}.styles_wrapper__JaZ9D{align-items:center;color:#fff;display:flex;flex-direction:column;max-width:1400px;padding:20px 38px;width:100%}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}.styles_wrapper__crJAJ{border-radius:8px;box-shadow:0 0 5px 0 rgba(0,0,0,.5);height:44px;width:44px}.styles_link__XzZJ\+{align-items:center;border-radius:8px;display:flex;height:100%;justify-content:center;overflow:hidden;position:relative;width:100%}.styles_image__MG3Fz{border-radius:8px;height:44px;width:auto}.styles_hovered__YQYMM{-webkit-transform:scale(1.2);transform:scale(1.2)}.styles_hidden__Y3KPh:after{background:rgba(0,0,0,.6);content:"";height:100%;left:0;position:absolute;right:0;width:100%}.styles_wrapper__\+XeZA{display:flex;flex-direction:column}.styles_titleWrapper__Gw8nA{align-items:center;display:flex;margin:0 0 12px}.styles_titleWrapper__Gw8nA img{height:auto;margin-right:12px;width:18px}.styles_titleWrapper__Gw8nA ::selection{pointer-events:none}.styles_title__nT25b{font-size:12px;font-weight:600;line-height:20px;margin:0}.styles_games__YOgcy{grid-gap:4px;display:grid;grid-template-columns:repeat(3,1fr);list-style-type:none;margin:0;max-height:144px;overflow:hidden;overflow-y:auto;padding:5px;width:154px}.styles_notFound__Ea2sQ{align-items:center;display:flex;flex-direction:column;width:100%}.styles_notFound__Ea2sQ p{color:#7074a4;font-size:9px;font-weight:700;line-height:12px;margin:0 0 12px;text-align:center}.styles_notFound__Ea2sQ a{background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:19px;color:#fff;font-size:11px;font-weight:700;letter-spacing:1.1px;line-height:13px;padding:8px 16px;text-transform:uppercase;transition:all .2s ease-in-out;white-space:nowrap}.styles_notFound__Ea2sQ a:hover{box-shadow:0 0 15px rgba(110,175,14,.75);transition:all .2s ease-in-out}.styles_wrapper__N9bZ0{background:#202d4a!important;border-bottom-right-radius:8px!important;border-top-right-radius:8px!important;box-shadow:0 30px 30px rgba(0,0,0,.25);color:#fff;font-family:Montserrat,sans-serif;opacity:1!important;padding:18px 16px!important;pointer-events:auto!important}.styles_wrapper__N9bZ0:hover{opacity:1!important;visibility:visible!important}.styles_wrapper__y3D3F{align-items:center;display:flex;justify-content:center}.styles_withBonus__3C76x{margin-bottom:80px}.styles_select__vSss1{color:#fff;font-size:12px;font-weight:500;line-height:15px}.styles_select__vSss1 .styles_control__-H1NL{background-color:rgba(7,11,22,.72);border-color:hsla(0,0%,100%,.1);border-radius:18px;border-width:2px;outline:none;padding:0 0 0 20px;position:relative}.styles_select__vSss1 .styles_control__-H1NL:hover{border-color:rgba(122,44,255,.7);border-width:2px;box-shadow:none}.styles_select__vSss1 .styles_control__-H1NL.styles_active__bhWjt{border-color:#7a2cff;border-width:2px;box-shadow:none}.styles_select__vSss1 .styles_value__J9gRv{color:#fff;width:22px}.styles_select__vSss1 .styles_placeholder__OeAmy,.styles_select__vSss1 .styles_value__J9gRv{font-size:14px;font-weight:500;line-height:18px}.styles_select__vSss1 .styles_menu__hY25J{background-color:rgba(7,11,22,.72);border-radius:18px;padding:6px}.styles_select__vSss1 .styles_option__GUyBH{align-items:center;background-color:inherit;border-radius:14px;border-width:1px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;line-height:18px;margin:0 0 .25rem;padding:4px 18px 4px 25px}.styles_select__vSss1 .styles_option__GUyBH:last-child{margin:0}.styles_select__vSss1 .styles_option__GUyBH.styles_selected__SqVbm{background:#202d4a}.styles_select__vSss1 .styles_option__GUyBH:hover{background:rgba(32,45,74,.7)}.styles_select__vSss1 .styles_indicatorsContainer__DIHwp{padding:0 5px 0 0}.styles_iconWrapper__hK31r{align-items:center;border-radius:100%;display:flex;height:15px;justify-content:center;left:5px;overflow:hidden;position:absolute;width:15px}.styles_icon__64wDI{height:100%;width:auto}@media(max-width:1024px){.styles_withBonus__3C76x{margin-bottom:10px}}.styles_lotteryMobileWrap__174yT{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#242c45;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:none;height:60px;justify-content:space-between;mix-blend-mode:normal;padding:0 30px;width:100%}.styles_lotteryMobileImg__kkow1{display:inline-block;width:45px}.styles_lotteryMobilePrize__FhYcS{align-items:center;display:flex;height:100%;justify-content:center}.styles_lotteryMobilePrize__FhYcS img{display:inline-block;width:45px}.styles_lotteryMobilePrize__FhYcS p{color:#fff;font-family:Montserrat;font-size:22px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_lotteryMobileButton__ggmwm{align-items:center;display:flex;height:100%;justify-content:center}.styles_lotteryMobileButton__ggmwm button{background:linear-gradient(180deg,#eab62f,#f7931a);border:none;border-radius:19px;box-shadow:0 0 10px rgba(247,147,26,.75);color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:700;height:40px;letter-spacing:1.1px;line-height:13px;outline:none;text-transform:uppercase;width:140px}.styles_lotteryMobileButton__ggmwm button:hover{box-shadow:-7.9602 0 15px e-16px rgba(247,147,26,.75);cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_lotteryMobileButton__ggmwm button:active{box-shadow:4px 4px 8px 0 rgba(63,80,34,.2)}@media(max-width:1260px){.styles_lotteryMobileWrap__174yT{display:flex}}@media(max-width:1024px){.styles_lotteryMobileWrap__174yT{height:30px;padding:0 15px}.styles_lotteryMobileImg__kkow1,.styles_lotteryMobilePrize__FhYcS img{width:25px}.styles_lotteryMobilePrize__FhYcS p{font-size:16px;line-height:16px}.styles_lotteryMobileButton__ggmwm button{font-size:11px;height:24px;width:100px}}@media(max-width:400px){.styles_lotteryMobileImg__kkow1{width:20px}.styles_lotteryMobilePrize__FhYcS img{width:25px}.styles_lotteryMobilePrize__FhYcS p{font-size:14px;line-height:16px}.styles_lotteryMobileButton__ggmwm button{font-size:10px;height:24px;width:80px}}.styles_lotteryHeader__fXuyG{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:hsla(0,0%,100%,.07);background:#151d2f;border:2px solid #202d4a;border-radius:26px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:flex;height:48px;justify-content:space-between;margin-left:10px;mix-blend-mode:normal;padding:0 4px 0 0}.styles_lotteryHeaderImg__tTChB{display:inline-block;height:48px}.styles_lotteryHeaderPrize__xcHwe{align-items:center;display:flex;height:100%;justify-content:center;margin-right:10px}.styles_lotteryHeaderPrize__xcHwe img{display:inline-block;width:38px}.styles_lotteryHeaderPrize__xcHwe p{color:#fff;flex-shrink:0;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_lotteryHeaderButton__Y7X4z{align-items:center;display:flex;height:100%;justify-content:center}.styles_lotteryHeaderButton__Y7X4z button{background:linear-gradient(180deg,#eab62f,#f7931a);border:none;border-radius:19px;box-shadow:0 0 10px rgba(247,147,26,.75);color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:700;height:38px;letter-spacing:1.1px;line-height:13px;outline:none;text-transform:uppercase;width:120px}.styles_lotteryHeaderButton__Y7X4z button:hover{box-shadow:-7.9602 0 15px e-16px rgba(247,147,26,.75);cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_lotteryHeaderButton__Y7X4z button:active{box-shadow:4px 4px 8px 0 rgba(63,80,34,.2)}@media(max-width:1450px){.styles_lotteryHeaderButton__Y7X4z button{font-size:10px;width:90px}}@media(max-width:1400px){.styles_lotteryHeaderPrize__xcHwe img{width:28px}.styles_lotteryHeaderPrize__xcHwe p{font-size:14px}}@media(max-width:1380px){.styles_lotteryHeader__fXuyG{height:38px}.styles_lotteryHeaderImg__tTChB{height:30px;width:30px}.styles_lotteryHeaderButton__Y7X4z button{border-radius:15px;font-size:8px;height:32px;width:70px}.styles_lotteryHeaderPrize__xcHwe img{width:25px}.styles_lotteryHeaderPrize__xcHwe p{font-size:11px}}@media(max-width:1260px){.styles_lotteryHeader__fXuyG{display:none}}.styles_burgerElemWrap__IwIuk{align-items:center;display:flex;justify-content:flex-start;margin-bottom:20px}.styles_burgerElemWrap__IwIuk a{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;outline:none;text-decoration:none}.styles_burgerElemContent__eeGLx{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_burgerElemIcon__o\+WUd{display:inline-block;margin-right:10px;width:22px}.styles_burgerElemTitle__KwYHa{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_wrapper__B3HUA{align-items:center;background:none;border:none;display:flex;font-family:Montserrat;font-style:normal;outline:none;padding:0 4px;position:relative;text-decoration:none;width:100%}.styles_icon__xUG2a{width:26px}.styles_animation__Oos5A{-webkit-animation:styles_ring__sgKd0 2s ease-in-out 0s;animation:styles_ring__sgKd0 2s ease-in-out 0s}.styles_dot__boz2e{background:red;border-radius:100%;height:8px;position:absolute;right:6px;top:2px;width:8px}.styles_dot__boz2e:after,.styles_dot__boz2e:before{content:"";display:block}.styles_dot__boz2e:before{-webkit-animation:styles_pulse-ring__mDBfh 1.25s cubic-bezier(.215,.61,.355,1) infinite;animation:styles_pulse-ring__mDBfh 1.25s cubic-bezier(.215,.61,.355,1) infinite;background-color:red;border-radius:45px;box-sizing:border-box;height:300%;margin-left:-100%;margin-top:-100%;position:relative;width:300%}.styles_dot__boz2e:after{-webkit-animation:styles_pulse-dot__8vE8u 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;animation:styles_pulse-dot__8vE8u 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;background-color:red;border-radius:15px;box-shadow:0 0 8px rgba(0,0,0,.3);height:100%;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes styles_ring__sgKd0{0%{-webkit-transform:rotate(0);transform:rotate(0)}9%{-webkit-transform:rotate(50deg);transform:rotate(50deg)}18%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}27%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}36%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}45%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}54%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}63%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}72%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}81%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}90%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes styles_ring__sgKd0{0%{-webkit-transform:rotate(0);transform:rotate(0)}9%{-webkit-transform:rotate(50deg);transform:rotate(50deg)}18%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}27%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}36%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}45%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}54%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}63%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}72%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}81%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}90%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes styles_pulse-dot__8vE8u{0%{-webkit-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes styles_pulse-dot__8vE8u{0%{-webkit-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes styles_pulse-ring__mDBfh{0%{-webkit-transform:scale(.33);transform:scale(.33)}80%,to{opacity:0}}@keyframes styles_pulse-ring__mDBfh{0%{-webkit-transform:scale(.33);transform:scale(.33)}80%,to{opacity:0}}.styles_burgerUserWrap__zJodp{align-items:center;display:flex;justify-content:flex-start;padding:0 24px 20px;width:100%}.styles_burgerUserBg__UZYuf{align-items:center;background:hsla(0,0%,100%,.05);border-radius:25px;display:flex;height:58px;justify-content:space-between;padding:13px;width:100%}.styles_burgerUserFirstBlock__8yY0l{align-items:center;display:flex;justify-content:flex-start;width:auto}.styles_burgerUserAvaWrap__nBTL8{align-items:center;background:linear-gradient(132.79deg,#4513b6 15.16%,#e01f48 85.97%);border-radius:50%;display:flex;height:40px;justify-content:center;min-width:42px}.styles_burgerUserAva__aCHge{border-radius:50%;display:inline-block;height:38px;width:40px}.styles_burgerUserInfo__shy\+s{align-items:flex-start;display:flex;flex-direction:column;font-family:Montserrat;font-style:normal;justify-content:flex-start;margin-left:10px}.styles_burgerUserInfo__shy\+s h4{color:#fff;font-size:13px;font-weight:400;line-height:24px;margin:0}.styles_burgerUserWallet__So4jj{align-items:center;display:flex;justify-content:flex-start}.styles_burgerUserWallet__So4jj img{display:inline-block;height:14px;margin-right:7px;width:14px}.styles_burgerUserWallet__So4jj h5{color:#52c330;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:18px;margin:0}.styles_burgerUserAdditionalBlock__dXXQ9{align-items:center;display:flex;justify-content:flex-start;padding-right:10px;width:auto}@media(max-width:360px){.styles_burgerUserWallet__So4jj h5{font-size:14px}}.styles_wrapper__4h6oo{align-items:center;background:linear-gradient(270deg,rgba(111,73,45,.27) -.32%,rgba(111,73,45,0)),#202d4a;background-image:url(/static/media/bg.e2ecc7cc954c2422a47f.webp);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:8px;display:flex;height:48px;justify-content:space-between;margin:0 14px 0 0;max-width:164px;padding:0 0 0 8px;position:relative;width:100%}.styles_wrapper__4h6oo:last-child{margin:0}.styles_title__bL4Rv{color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0}.styles_iconWrapper__BF5AX{overflow:hidden;position:relative;width:70px}.styles_iconWrapper__BF5AX,.styles_icon__O4h47{border-bottom-right-radius:8px;border-top-right-radius:8px;height:48px}.styles_icon__O4h47{position:absolute;right:0;width:auto}.styles_customWheel__lfXzg{right:-25%}.styles_count__shLfu{align-items:center;background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:100%;color:#fff;display:flex;font-size:14px;font-weight:500;height:20px;justify-content:center;line-height:18px;position:absolute;right:0;top:0;-webkit-transform:translate(30%,-30%);transform:translate(30%,-30%);width:20px;z-index:3}.styles_wrapper__sBlYe{grid-gap:12px;display:grid;grid-template-columns:repeat(3,1fr);padding:0 24px 28px;width:100%}.styles_wrapper__sBlYe,.styles_wrapper__sBlYe:active,.styles_wrapper__sBlYe:focus,.styles_wrapper__sBlYe:hover{color:#fff;text-decoration:none}.styles_imageBonusWrap__yqpSE{display:flex;position:relative}.styles_imageBonusWrap__yqpSE h3{background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:50%;color:#fff;font-family:Montserrat;font-size:13px;font-weight:500;height:20px;line-height:19px;margin:0;position:absolute;right:5px;text-align:center;top:-2px;width:20px}.styles_image__EZ1tq{height:49px;margin:0 10px 0 0;width:auto}.styles_image__EZ1tq:last-child{margin:0}@media(max-width:472px){.styles_wrapper__sBlYe{grid-template-columns:repeat(2,1fr)}}@media(max-width:350px){.styles_wrapper__sBlYe{grid-template-columns:repeat(1,1fr)}}.styles_burgerWrap__GLOXq{display:none;z-index:15}.styles_burgerBtn__iEvIY{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:32px;margin-left:20px;position:relative;touch-action:manipulation;width:32px}.styles_burgerBtn__iEvIY:before{top:11px}.styles_burgerBtn__iEvIY:after,.styles_burgerBtn__iEvIY:before{background-color:#fff;content:"";height:2px;position:absolute;width:32px}.styles_burgerBtn__iEvIY:after{bottom:11px}.styles_burgerBtnOpen__76wMn{cursor:pointer;height:10px;margin-left:20px;position:relative;width:32px;z-index:15}.styles_burgerBtnOpen__76wMn:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.styles_burgerBtnOpen__76wMn:after,.styles_burgerBtnOpen__76wMn:before{background-color:#fff;bottom:0;content:"";height:2px;position:absolute;width:22px}.styles_burgerBtnOpen__76wMn:before{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.styles_burgerMenu__\+4hY-{-ms-overflow-style:none;background:#161e30;height:100vh;left:0;overflow-y:auto;padding-bottom:40px;position:fixed;top:0;-webkit-transform:translateX(-130%);transform:translateX(-130%);transition:all 1s ease-in-out;transition-delay:.2s;transition-duration:.5s;transition-timing-function:cubic-bezier(0,0,.2,1);width:100%;z-index:12}.styles_burgerMenu__\+4hY-.styles_open__9uV33{-webkit-transform:translateX(0);transform:translateX(0)}.styles_burgerMenuLogoWrap__x6qUL{align-items:center;display:flex;padding:24px;width:100%}.styles_burgerMenuLogo__ukRzb{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:inline-block;width:120px}.styles_burgerMenuContentAuth__8GcY8,.styles_burgerMenuContent__mHtZ2{align-items:flex-start;border-bottom:1px solid hsla(0,0%,100%,.1);border-top:1px solid hsla(0,0%,100%,.1);display:flex;flex-direction:column;height:auto;padding:28px 24px;width:100%}.styles_burgerMenuContentAuth__8GcY8{border:none}.styles_burgerMenu__\+4hY-::-webkit-scrollbar{width:0}.styles_burgerMenuElem__1QwTT{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_burgerMenuLogOut__FG4h3{display:inline-block;margin:0 15px 0 0;width:23px}.styles_burgerMenuLogOut__FG4h3,.styles_burgerMenuTitle__GrwXi{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_burgerMenuTitle__GrwXi{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_languageWrap__\+KuTW{align-items:flex-start;display:flex;justify-content:flex-start;margin-top:28px;padding-bottom:40px;padding-left:24px;width:100%}.styles_languageWrap__\+KuTW.styles_auth__iBhbA{margin-top:0}@media(max-width:1024px){.styles_burgerWrap__GLOXq{align-items:center;display:flex;justify-content:center;overflow:hidden;z-index:15}.styles_burgerMenu__\+4hY-.styles_open__9uV33{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start;z-index:15}.styles_burgerBtnOpen__76wMn{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:10px;margin-left:auto;width:32px}}.styles_toggleMfa__4o9tV{display:flex}.styles_toggleMfa__4o9tV input:checked+.styles_toggleMfaSlider__gaLq-:before{background-color:#fff;-webkit-transform:translateX(20px);transform:translateX(20px)}.styles_toggleMfa__4o9tV input:checked+.styles_toggleMfaSlider__gaLq-{box-shadow:0 0 0 2px #3c55df,0 0 8px #7a2dfe}.styles_toggleMfaSwitch__KUg\+e input{display:none}.styles_toggleMfaSwitch__KUg\+e{display:inline-block;height:20px;position:relative;width:40px}.styles_toggleMfaSlider__gaLq-{border:4px solid transparent;border-radius:30px;bottom:0;box-shadow:0 0 0 2px #888aa7,0 0 4px #888aa7;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;transition:.2s}.styles_toggleMfaSlider__gaLq-:before{background-color:#888aa7;border-radius:30px;content:"";height:100%;position:absolute;-webkit-transform:translateX(-20px);transform:translateX(-20px);transition:.2s;width:100%}.styles_wrapper__qooJM{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;width:156px}.styles_header__40xU7{align-items:center;background:transparent;border:none;box-shadow:none!important;cursor:pointer;display:flex;outline:none!important;position:relative;transition:.2s ease-in-out;width:100%}.styles_header__40xU7:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_header__40xU7:after{background:url(/static/media/arrow-gray.7a019c236abc2d73216a.svg);background-position:50%;background-repeat:no-repeat;content:"";height:12px;position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%) rotate(90deg);transform:translateY(-50%) rotate(90deg);transition:all .2s ease-in-out;width:12px}.styles_header__40xU7.styles_open__Uk\+he:after{-webkit-transform:translateY(-50%) rotate(270deg);transform:translateY(-50%) rotate(270deg)}.styles_icon__80vjJ{height:30px;width:30px}.styles_icon__80vjJ.styles_selected__zt2bp{height:40px;width:40px}.styles_text__WH9vm{color:#fff;font-size:13px;font-weight:400;margin:0}.styles_text__WH9vm.styles_title__BXzn3{font-weight:600}.styles_text__WH9vm.styles_gray__wdLIM{color:#7074a4}.styles_text__WH9vm.styles_amount__IWGVH{font-weight:600;margin:3px 0 0}.styles_currenciesWrapper__GY2Z5{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(7,11,22,.92);border-radius:8px;bottom:-10px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);display:flex;flex-direction:column;list-style-type:none;opacity:0;overflow:hidden;padding:16px 0 0;position:absolute;-webkit-transform:translateY(100%);transform:translateY(100%);transition:all .2s ease-in-out;z-index:20}.styles_currenciesWrapper__GY2Z5.styles_open__Uk\+he{opacity:1}.styles_currencies__g5L24{-ms-overflow-style:none;align-items:flex-start;display:flex;flex-direction:column;margin:0;max-height:50vh;overflow:hidden;overflow-y:scroll;padding:0 12px;row-gap:2px;scrollbar-width:none;width:276px}.styles_currencies__g5L24::-webkit-scrollbar{display:none}.styles_currency__7dH0s{align-items:flex-start;display:flex;justify-content:space-between;margin:0 0 8px;width:100%}.styles_currency__7dH0s.styles_selectable__I0E1J{cursor:pointer}.styles_currency__7dH0s.styles_selectable__I0E1J:hover{scale:1.02;transition:all .2s ease-in-out}.styles_row__hPj7J{align-items:flex-start;display:flex}.styles_col__A2gz-{display:flex;flex-direction:column;margin:3px 0 0}.styles_totalWrapper__4DBNv{background:#161e31;display:flex;flex-direction:column;padding:12px}.styles_totalRow__6BGlc{align-items:center;display:flex;justify-content:space-between;margin:0 0 14px}.styles_totalRow__6BGlc:last-child{margin:0}.styles_totalText__4rBwt{color:#7074a4;font-size:14px;font-weight:400;margin:0}.styles_totalAmountWrapper__ccz2r{align-items:center;-webkit-column-gap:6px;column-gap:6px;display:flex}.styles_usdIcon__HUA5Q{height:24px;width:24px}.styles_totalAmount__Epn3H{color:#fff;font-size:16px;font-weight:600;margin:0}.styles_wallet__hQL-b{align-items:center;background:transparent;border:2px solid #202d4a;border-radius:26px;display:flex;height:40px;justify-content:flex-end;min-width:280px;position:relative;width:280px;z-index:3}.styles_walletCurrency__L9ZwG{align-items:center;display:flex;justify-content:center}.styles_walletIcon__17RDy{width:16px;z-index:1}.styles_walletButton__3mrS7,.styles_walletIcon__17RDy{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_walletButton__3mrS7{align-items:center;background:#202d4a;border-radius:19px;display:flex;height:40px;justify-content:center;min-width:116px;transition:.2s ease-in-out;width:116px}.styles_walletButton__3mrS7 p{color:#fff;font-family:Montserrat;font-size:13px;font-weight:600;margin:0 0 0 10px;text-transform:uppercase}.styles_walletButton__3mrS7:focus{border:3px solid #313e57}.styles_walletButton__3mrS7:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_walletMob__JL1Qn{display:none}.styles_walletMob__JL1Qn img{height:24px;width:24px;z-index:1}.styles_walletMob__JL1Qn img,.styles_wrapper__T\+RGg{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_wrapper__T\+RGg{align-items:flex-start;background:rgba(22,30,49,0);border-radius:8px;display:flex;margin:0 0 10px;padding:14px 16px;position:relative;transition:background-color 1s;width:100%}.styles_wrapper__T\+RGg:last-child{margin:0}.styles_background__BfbHD{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%)}.styles_imageWrapper__A212x{background:rgba(255,203,153,.24);border-radius:100%;height:40px;margin-right:8px;min-width:40px;position:relative;width:40px}.styles_image__587tR{height:auto;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px}.styles_title__tgNyo{color:#99d290;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:0}.styles_description__naCT-{color:#fff;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:6px;vertical-align:middle}.styles_description__naCT- img{height:auto;width:30px}.styles_description__naCT- span{font-size:13px;font-style:normal;font-weight:400;line-height:18px;vertical-align:middle}.styles_date__dSctA{color:#c1c5fb;font-size:10px;font-style:normal;font-weight:400;line-height:11px;margin-bottom:0}.styles_red__Jip5e{color:#ee4d6a}.styles_new__qaqbh{background:#ee4d6a;border-radius:8px;font-size:9px;font-weight:700;line-height:12px;padding:2.5px 5px;position:absolute;right:40px;text-transform:uppercase;top:15px}.styles_removeButton__q7ZOY{background:none;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;position:absolute;right:16px;top:10px}.styles_removeIcon__sAb8N{fill:#fff;height:auto;width:18px}.styles_wrapper__Htenn{background:rgba(7,11,22,.92);border-radius:16px;box-shadow:0 30px 30px rgba(0,0,0,.25);color:#fff;font-family:Montserrat;font-style:normal;padding:24px 16px;position:absolute;right:0;top:70px;width:438px;z-index:10}.styles_header__e6HaU{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_title__ooPFR{font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_button__u5WRd{align-items:center;background:none;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex}.styles_button__u5WRd:hover{opacity:.8}.styles_button__u5WRd:active{opacity:.7}.styles_button__u5WRd:disabled{opacity:.6;pointer-events:none}.styles_buttonIcon__cQdc5{margin:0 8px 0 0}.styles_buttonText__5EXzl{color:#fff;font-size:13px;font-weight:700;line-height:16px}.styles_buttonText__5EXzl::selection{pointer-events:none}.styles_clearAllWrapper__bfJIE{align-items:center;display:flex;justify-content:flex-end;margin:10px 0}.styles_notificationsContainer__fFn\+M{max-height:300px;overflow:hidden;overflow-y:auto;scrollbar-width:thin;width:100%}.styles_notificationsContainer__fFn\+M::-webkit-scrollbar{width:20px}.styles_notificationsContainer__fFn\+M::-webkit-scrollbar-track{background-color:transparent}.styles_notificationsContainer__fFn\+M::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#50566a;border-bottom:8px solid transparent;border-radius:1px;border-right:13px solid transparent;border-top:8px solid transparent}.styles_date__9rLW7{color:#a2a5cc;font-size:13px;font-weight:700;line-height:16px;margin:0;text-transform:capitalize}.styles_notifications__qyuLa{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0;width:100%}.styles_empty__R8Qdq{color:#a2a5cc;font-size:16px;font-weight:600;line-height:20px;text-align:center}.styles_wrapper__sp9Ss{background:#161e31;color:#fff;display:none;flex-direction:column;font-family:Montserrat;font-style:normal;height:calc(100vh - 74px);height:-webkit-fill-available;left:0;padding:24px 0 0;position:fixed;top:74px;width:100%;z-index:20}.styles_header__UT7xO{align-items:center;display:flex;justify-content:space-between;padding:0 22px;width:100%}.styles_title__a9yE0{font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_button__ISpnT{align-items:center;background:none;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex}.styles_button__ISpnT:hover{opacity:.8}.styles_button__ISpnT:active{opacity:.7}.styles_button__ISpnT:disabled{opacity:.6;pointer-events:none}.styles_buttonIcon__uo5d2{fill:#fff;height:auto;margin:0 8px 0 0;width:24px}.styles_buttonText__Z390r{color:#fff;font-size:13px;font-weight:700;line-height:16px}.styles_buttonText__Z390r::selection{pointer-events:none}.styles_buttonsWrapper__YmY-4{align-items:center;display:flex;justify-content:space-between;margin:18px 0 14px;padding:0 22px}.styles_buttonsWrapper__YmY-4 svg{height:auto;margin-right:10px;width:20px}.styles_notificationsContainer__Tt-0A{flex-grow:1;overflow:hidden;overflow-y:auto;padding:0 22px 12px;width:100%}.styles_date__SDGHf{color:#a2a5cc;font-size:13px;font-weight:700;line-height:16px;margin:0;text-transform:capitalize}.styles_notifications__vuLdJ{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0;width:100%}.styles_empty__7U\+xz{color:#a2a5cc;font-size:16px;font-weight:600;line-height:20px;text-align:center}@media(max-width:1024px){.styles_wrapper__sp9Ss{display:flex}}.styles_wrapper__vCujH{align-items:center;display:flex;margin:0 0 0 2rem;position:relative}.styles_divider__bdNm4{border-left:2px solid #313e57;height:16px}.styles_notifyWrapper__f1DWo{display:flex;padding:1rem}.styles_button__6yyIU{background:none;border:none;margin:0;outline:none;padding:0;position:relative}.styles_icon__wvyZJ{width:26px}.styles_animation__ZhWPL{-webkit-animation:styles_ring__PnFKd 2s ease-in-out 0s;animation:styles_ring__PnFKd 2s ease-in-out 0s}.styles_dot__jldwd{background:red;border-radius:100%;height:8px;position:absolute;right:2px;top:2px;width:8px}.styles_dot__jldwd:after,.styles_dot__jldwd:before{content:"";display:block}.styles_dot__jldwd:before{-webkit-animation:styles_pulse-ring__MnVV0 1.25s cubic-bezier(.215,.61,.355,1) infinite;animation:styles_pulse-ring__MnVV0 1.25s cubic-bezier(.215,.61,.355,1) infinite;background-color:red;border-radius:45px;box-sizing:border-box;height:300%;margin-left:-100%;margin-top:-100%;position:relative;width:300%}.styles_dot__jldwd:after{-webkit-animation:styles_pulse-dot__srqz4 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;animation:styles_pulse-dot__srqz4 1.25s cubic-bezier(.455,.03,.515,.955) -.4s infinite;background-color:red;border-radius:15px;box-shadow:0 0 8px rgba(0,0,0,.3);height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:1450px){.styles_icon__wvyZJ{width:24px}}@media(max-width:1380px){.styles_icon__wvyZJ{width:20px}}@media(max-width:1024px){.styles_wrapper__vCujH{display:none}}@-webkit-keyframes styles_ring__PnFKd{0%{-webkit-transform:rotate(0);transform:rotate(0)}9%{-webkit-transform:rotate(50deg);transform:rotate(50deg)}18%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}27%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}36%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}45%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}54%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}63%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}72%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}81%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}90%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes styles_ring__PnFKd{0%{-webkit-transform:rotate(0);transform:rotate(0)}9%{-webkit-transform:rotate(50deg);transform:rotate(50deg)}18%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}27%{-webkit-transform:rotate(40deg);transform:rotate(40deg)}36%{-webkit-transform:rotate(-35deg);transform:rotate(-35deg)}45%{-webkit-transform:rotate(30deg);transform:rotate(30deg)}54%{-webkit-transform:rotate(-25deg);transform:rotate(-25deg)}63%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}72%{-webkit-transform:rotate(-15deg);transform:rotate(-15deg)}81%{-webkit-transform:rotate(10deg);transform:rotate(10deg)}90%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@-webkit-keyframes styles_pulse-dot__srqz4{0%{-webkit-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@keyframes styles_pulse-dot__srqz4{0%{-webkit-transform:scale(.8);transform:scale(.8)}50%{-webkit-transform:scale(1);transform:scale(1)}to{-webkit-transform:scale(.8);transform:scale(.8)}}@-webkit-keyframes styles_pulse-ring__MnVV0{0%{-webkit-transform:scale(.33);transform:scale(.33)}80%,to{opacity:0}}@keyframes styles_pulse-ring__MnVV0{0%{-webkit-transform:scale(.33);transform:scale(.33)}80%,to{opacity:0}}.styles_userInfo__GIDJO{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:0 auto;max-width:136px;position:relative;width:100%;z-index:800}.styles_userInfoContent__eD2U9{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:18px;margin-top:10px;min-height:10px;width:147px}.styles_userInfoFooter__iN-ks{align-items:center;border-top:1px solid #313e57;display:flex;height:50px;width:127px}.styles_userInfoFooter__iN-ks img{height:14px;margin-right:13px;width:14px}.styles_userInfoFooter__iN-ks img,.styles_userInfoFooter__iN-ks p{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_userInfoFooter__iN-ks p{color:#fff;font-size:13px;font-weight:500;margin:0!important;text-transform:none}.styles_userInfoFooter__iN-ks:hover img,.styles_userInfoFooter__iN-ks:hover p{-webkit-transform:scale(1.2);transform:scale(1.2)}.styles_userInfoContentItem__tSzQ8{display:flex;flex-direction:column;margin:7px 0;width:100%;z-index:999}.styles_userInfoContentItem__tSzQ8 p{align-items:center;display:flex;justify-content:flex-start;margin:0;text-transform:none;width:100%}.styles_userInfoContentItem__tSzQ8 p:hover{color:#ffa608;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_userInfoContentElem__WSFJt{font-weight:300;justify-content:space-around;width:147px}.styles_userInfoContentElem__WSFJt,.styles_userInfoContentElem__WSFJt a{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:13px;margin:0}.styles_userInfoContentElem__WSFJt a{font-weight:500;justify-content:flex-start;text-decoration:none;text-transform:none;width:100%}.styles_userInfoContentElem__WSFJt a:hover{color:#ffa608;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_userInfoContentElem__WSFJt i{border:1px solid #313e57;border-width:0 3px 3px 0;display:inline-block;height:3px;margin-right:30px;padding:3px}.styles_userInfoContentElem__WSFJt .styles_right__RTnAA{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.styles_authUser__j\+BIH{align-items:center;display:flex;height:100%;justify-content:center;width:189px}.styles_authUser__j\+BIH p{color:#fff;font-family:Montserrat;font-size:13px;font-weight:700;margin:0 0 5px 10px}.styles_authUser__j\+BIH h3{color:#52c330;font-family:Montserrat;font-size:12px;font-weight:700;margin:-5px 0 0;text-transform:uppercase}.styles_authUserDescription__5YTx-{align-items:flex-end;display:flex;flex-direction:column;justify-content:center;padding:0 5px 0 0}.styles_authUserDescription__5YTx- h3{position:relative;text-align:end;width:120px}.styles_authUserBorderImg__m8D28{align-items:center;background:linear-gradient(132.79deg,#4513b6 15.16%,#e01f48 85.97%);border-radius:50%;display:flex;height:40px;justify-content:center;transition:ease-in-out;width:42px}.styles_authUserBorderImg__m8D28:hover{box-shadow:0 0 6px 1px rgba(233,244,36,.99);-webkit-transform:scale(1.07);transform:scale(1.07)}.styles_authUserAvatar__VZcv8{border-radius:50%;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:38px;width:40px}.styles_authUserCoin__D6Y90{margin:0 3px 3px 0;width:12px}@media(max-width:1024px){.styles_authUser__j\+BIH{display:none!important}}.styles_authWrap__2PmD4{align-items:center;display:flex;justify-content:space-around;margin-right:36px;z-index:11}@media(max-width:768px){.styles_authWrap__2PmD4{justify-content:space-around;width:350px}}@media(max-width:500px){.styles_authWrap__2PmD4{margin-right:10px!important}}.lazy-load-image-background.blur{-webkit-filter:blur(15px);filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{-webkit-filter:blur(0);filter:blur(0);transition:-webkit-filter .3s;transition:filter .3s;transition:filter .3s,-webkit-filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}.styles_logoWrap__0Cj5p{align-items:center;display:flex;height:100%;justify-content:space-between;margin-left:32px;width:270px}.styles_logoWrap__0Cj5p img{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin-right:10px;-webkit-transform:scale(1);transform:scale(1);transition:.06s ease-in-out;width:128px}.styles_logoWrap__0Cj5p a{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;text-decoration:underline}.styles_logoWrap__0Cj5p a:hover{color:#fff}.styles_logoImage__-8Yq4,.styles_logoWrap__0Cj5p a:hover{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_logoImage__-8Yq4{width:128px}.styles_logoImageWrap__twqhi{align-items:center;display:flex;justify-content:space-around}.styles_logoImageWrap__twqhi a{background:transparent;border:none;outline:none;position:relative;text-decoration:none}.styles_logoImageWrap__twqhi a:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_logoImageWrap__twqhi a:hover img{-webkit-transform:scale(1);transform:scale(1)}.styles_bonusButton__nhFU5:hover{-webkit-transform:scale(1)!important;transform:scale(1)!important}.styles_bonusButton__nhFU5:hover .styles_bonusWrap__DCJC3{background:linear-gradient(336deg,#e9415e 8.55%,#f98c27 91.45%);border:1px solid #ffe551}.styles_bonusWrap__DCJC3{align-items:center;background:linear-gradient(336deg,#a6103a 8.55%,#ed9700 91.45%);border:1px solid rgba(255,229,81,.58);border-radius:20px;display:flex;height:32px;justify-content:center;margin-right:5px;padding:0 10px}.styles_bonusWrap__DCJC3 img{height:auto;margin-right:3px;width:20px}.styles_bonusWrap__DCJC3 p{color:#ffc99a;font-family:Montserrat;font-size:11px;font-weight:500;margin:0;text-transform:uppercase}.styles_logoGift__VvZS8{-webkit-filter:drop-shadow(0 0 10px #ed9700);filter:drop-shadow(0 0 10px #ed9700);height:45px!important;width:45px!important}.styles_logoGiftCount__oduV4{background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:50%;color:#fff;font-family:Montserrat;font-size:13px;font-weight:500;height:20px;line-height:19px;margin:0;position:absolute;right:5px;text-align:center;top:-2px;width:20px}.styles_logoWheel__jGyB6{-webkit-animation:styles_spinning__KJvLm 9s linear infinite;animation:styles_spinning__KJvLm 9s linear infinite;display:inline-block;height:40px!important;width:40px!important}@-webkit-keyframes styles_spinning__KJvLm{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes styles_spinning__KJvLm{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@media(max-width:1024px){.styles_logoWrap__0Cj5p{display:none!important}}.styles_preRegisterWrap__bk5PQ{align-items:center;display:flex;height:100%;justify-content:space-between;margin-right:30px;width:270px}.styles_preRegisterWrap__bk5PQ a{color:#fff;font-family:Montserrat;font-weight:500;text-decoration:underline}.styles_button__PvmTy{text-transform:uppercase}@media(max-width:500px){.styles_preRegisterWrap__bk5PQ{width:70%}}.styles_headerWrap__keN2k{align-items:center;background:linear-gradient(0deg,#0f1522,#0f1522),rgba(0,0,0,.3);box-shadow:0 20px 60px rgba(0,0,0,.25);display:flex;height:75px;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:21}@media(max-width:858px){.styles_headerWrap__keN2k{z-index:6}}@media(max-width:768px){.styles_headerWrap__keN2k{justify-content:space-between}}.styles_footerDate__RE3qt{align-items:flex-start;display:flex;justify-content:flex-start;margin:0;padding:30px;width:50%}.styles_footerDate__RE3qt p{margin:0}.styles_rights__RdEtg{margin-left:.25rem!important}@media(max-width:900px){.styles_footerDate__RE3qt{align-items:center;justify-content:center;order:5;padding-right:0;width:100%}}@media(max-width:640px){.styles_footerDate__RE3qt{flex-direction:column}}.styles_footerDescription__a8v5L{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding-left:15px;width:40%}.styles_footerDescriptionItem1__8E0D-{align-items:center;display:flex;justify-content:flex-start;margin-bottom:20px;width:100%}.styles_footerDescriptionStop__Ku42i{align-items:center;border:2px solid #e01f48;border-radius:50%;color:#fff;display:flex;font-family:Montserrat;font-size:14px;font-weight:700;height:30px;justify-content:center;line-height:30px;margin-right:20px;width:30px}.styles_footerDescriptionStop1__H6RMl{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.styles_footerDescriptionItem2__NSP0v{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:95%}@media(max-width:900px){.styles_footerDescription__a8v5L{align-items:center;height:auto;justify-content:space-between;order:3;padding:0 30px;width:100%}.styles_footerDescriptionItem1__8E0D-,.styles_footerDescriptionItem2__NSP0v{align-items:center;justify-content:center;width:100%}.styles_footerDescriptionItem2__NSP0v{text-align:center}}.styles_telWrap__\+A3zt{background:#202d4a!important;border-radius:8px!important;box-shadow:0 30px 30px rgba(0,0,0,.25)!important;height:auto;max-height:400px;opacity:1!important;padding:0!important;pointer-events:auto!important;width:auto}.styles_telWrap__\+A3zt:hover{opacity:1!important;visibility:visible!important}.styles_footerSocialItem__0WaJm{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 10px}.styles_footerSocialItem__0WaJm img{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:30px;margin-bottom:5px;width:30px}.styles_footerSocialItem__0WaJm img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.styles_telContent__\+BFeK{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:16px;width:100%}.styles_telContent__\+BFeK h3{color:#7074a4!important;font-family:Montserrat;font-size:13px!important;font-style:normal;font-weight:400!important;line-height:18px!important;margin:0 0 8px!important}.styles_telOfficialItem__5\+ght{align-items:center;border-radius:4px;display:flex;justify-content:flex-start;margin-bottom:16px;padding:6px}.styles_telOfficialItem__5\+ght a{align-items:center;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;justify-content:flex-start;outline:none;text-decoration:none}.styles_telOfficialItem__5\+ght img{display:inline-block;margin-right:10px;width:20px}.styles_telOfficialItem__5\+ght p{color:#fff;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0}.styles_telOfficialItem__5\+ght:hover{background:rgba(7,11,22,.72)}.styles_telFlagsWrap__n-1yT{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr);width:100%}.styles_telFlagItem__0NuPb{align-items:center;border-radius:4px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;justify-content:flex-start;outline:none;padding:6px;text-decoration:none}.styles_telFlagItem__0NuPb:hover{background:rgba(7,11,22,.72)}.styles_telFlagItem__0NuPb img{display:inline-block;height:20px;margin-right:10px;width:28px}.styles_telFlagItem__0NuPb p{color:#fff;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin:0}@media(max-width:900px){.styles_footerSocialItem__0WaJm{align-items:center;justify-content:center;margin:0 5px 15px;width:30%}.styles_footerSocialItem__0WaJm img{height:48px;width:48px}}@media(max-width:640px){.styles_footerSocialItem__0WaJm{margin:0 0 10px}.styles_footerSocialItem__0WaJm img{height:30px;width:30px}.styles_footerSocialItem__0WaJm p{font-size:12px}}.styles_footerSocialItem__-1Ddb{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 10px}.styles_footerSocialItem__-1Ddb img{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:30px;margin-bottom:5px;width:30px}.styles_footerSocialItem__-1Ddb img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}@media(max-width:900px){.styles_footerSocialItem__-1Ddb{align-items:center;justify-content:center;margin:0 5px 15px;width:30%}.styles_footerSocialItem__-1Ddb img{height:48px;width:48px}}@media(max-width:640px){.styles_footerSocialItem__-1Ddb{margin:0 0 10px}.styles_footerSocialItem__-1Ddb img{height:30px;width:30px}.styles_footerSocialItem__-1Ddb p{font-size:12px}}.styles_footerSocialWrap__CacbE{align-items:center;display:flex;justify-content:flex-end;padding:30px;width:50%}@media(max-width:900px){.styles_footerSocialWrap__CacbE{justify-content:center;width:100%}}.styles_footerSupport__hVQ4X{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-around;padding:30px 0;width:70%}.styles_wrapper__wKoDk{align-items:center;display:flex;justify-content:center;width:100%}.styles_slider__18j1u{width:100%}.styles_providerSlide__sDqI\+{align-items:center;display:flex}.styles_providerBlock__1dcbN{width:200px}.styles_providerImage__15PUF{height:auto;width:120px!important}@media(max-width:900px){.styles_slider__18j1u{width:90%}}@media(max-width:768px){.styles_slider__18j1u{width:90%}}.styles_footerScroll__SkrTm{bottom:10px;position:absolute;right:30px}.styles_footerScroll__SkrTm img{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:50px;transition:.2s ease-in-out;width:50px}.styles_footerScroll__SkrTm img:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}@media(max-width:900px){.styles_footerScroll__SkrTm{display:none}}.styles_footerInfo__mW4uB{display:grid;grid-template-columns:repeat(auto-fit,minmax(50px,1fr));height:auto;padding:0 15px 0 30px;width:60%}.styles_footerInfoBlock__fP8Db{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.styles_footerInfoBlockTitle__3tfif{display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.styles_footerInfoBlockTitle__3tfif h4{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_footerInfoBlockTitle__3tfif h3{display:none}.styles_footerInfoBlockItemWrap__K2XHR{display:flex;flex-direction:column;height:auto}.styles_footerInfoBlockItem__4FdGo{background:none;border:none;color:#888aa7;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:10px;text-align:left;text-decoration:none;width:-webkit-max-content;width:max-content}.styles_footerInfoBlockItem__4FdGo img{margin-left:5px;opacity:.5;width:12px}@media(max-width:900px){.styles_footerInfo__mW4uB{grid-template-columns:1fr;width:100%}.styles_footerInfoBlock__fP8Db{align-items:flex-start;border-top:1px solid #888aa7;justify-content:space-between;width:100%}.styles_footerInfoBlock__fP8Db:last-of-type{border-bottom:1px solid #888aa7}.styles_footerInfoBlockTitle__3tfif{margin:10px 0}.styles_footerInfoBlockTitle__3tfif h3{align-items:center;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-family:Montserrat;font-size:26px;font-style:normal;font-weight:600;height:26px;justify-content:center;line-height:26px;margin:0;width:26px}.styles_footerInfoBlockItemWrap__K2XHR{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.styles_footerInfoBlockItemWrap__K2XHR.styles_open__07bpA{max-height:300px}}.styles_btcRatesSliderWrap__xkPqL{display:flex;height:36px}.styles_btcRateWrap__g3zRc,.styles_btcRatesSliderWrap__xkPqL{align-items:center;color:#fff;justify-content:center;width:192px}.styles_btcRateWrap__g3zRc{background:rgba(136,138,167,.15);border-radius:6px;display:flex!important;font-family:Montserrat;font-size:14px;font-weight:600;height:100%;line-height:20px}.styles_btcRateWrap__g3zRc p{font-size:14px;margin:0}.styles_slide__Yh3Z3{align-items:center;display:flex;justify-content:center;width:100%}.styles_btcRateImg__c29PM{display:inline-block;height:auto;margin-left:-5px;width:35px!important}.styles_ratesSlider__UFZV-{align-items:center;display:flex;justify-content:center;width:100%}@media(max-width:900px){.styles_btcRateWrap__g3zRc{margin:0 0 30px}}.styles_footer__s4fH0{align-items:center;background:rgba(17,3,3,.169);display:flex;flex-wrap:wrap;height:auto;justify-content:space-around;padding-bottom:40px;position:relative;width:100%}.styles_footer__s4fH0 h3,.styles_footer__s4fH0 p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}.styles_footer__s4fH0 p a{color:#ed9700;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:14px;font-weight:400;padding-left:5px;text-decoration:none}@media(max-width:640px){.styles_footer__s4fH0{align-items:center;padding-bottom:40px}}.styles_depositBonusWrap__meSFh{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:12px;position:relative;width:100%}.styles_depositBonusSelection__-NWuU{align-items:center;display:flex;justify-content:center;width:100%}.styles_depositBonusSelection__-NWuU p{color:#888aa7!important;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:17px;margin:0 0 6px}.styles_depositBonusBtn__Cqfp6{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:none;color:#000;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:600;height:15px;justify-content:center;line-height:15px;margin:0 0 6px 5px;outline:none;text-align:center;width:15px}.styles_depositBonusInfo__ueWVA{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(7,11,22,.72);border-radius:12px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;left:0;padding:16px 10px;position:absolute;top:18px;width:100%;z-index:2}.styles_depositBonusInfo__ueWVA h2{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_depositBonusInfo__ueWVA h2 img{height:16px;margin-right:8px}.styles_depositBonusInfo__ueWVA h3{color:#fff;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:400;line-height:16px;margin:10px 0;text-align:left}.styles_depositTitle__FEriK{color:#fff;font-size:24px;font-weight:700;margin:0 0 20px;text-transform:uppercase}.styles_depositCurrencyItem__lZrZV,.styles_depositCurrencyWrap__z0t6p{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_depositCurrencyItem__lZrZV{margin-bottom:12px}.styles_depositCurrencyItem__lZrZV p{color:#888aa7!important}.styles_depositCurrencyTitle__3TXMT{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0 0 6px}.styles_depositContentCopyWrap__WHICk,.styles_depositContentWrap__VbNdC{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_depositAddressWrap__-I3aR{align-items:center;background-color:rgba(0,0,0,.2);border-radius:19px;display:flex;height:38px;justify-content:center;margin:0 0 15px;position:relative;width:100%;z-index:2}.styles_depositAddressWrap__-I3aR p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;margin:0;overflow:hidden;text-align:center;width:288px}.styles_depositTooltip__XP5px{align-items:center;background:gray;border-radius:19px;color:#fff;display:flex;font-size:10px;font-weight:400;height:20px;justify-content:center;padding:0 10px;position:absolute;right:0;text-transform:uppercase;-webkit-transform:translateY(0);transform:translateY(0);transition:all .1s ease-in-out;transition-delay:.2s;transition-duration:.2s;visibility:hidden}.styles_depositTooltip__XP5px.styles_depositTooltipOpen__Ppt4x{-webkit-transform:translateY(-170%);transform:translateY(-170%);visibility:visible}.styles_depositTooltipIcon__6LgCW{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;position:absolute;right:15px;top:10px}.styles_depositTooltipIcon__6LgCW:active{border:2px solid rgba(0,0,0,.2)}.styles_depositContentMinimumAmount__-h4id{align-items:center;color:#888aa7;display:flex;font-family:Montserrat;font-size:14px;font-weight:400;justify-content:center;margin:0;width:100%}.styles_depositContentMinimumAmount__-h4id p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:600;margin:0 5px}.styles_depositQr__s2N6K{align-items:center;background-color:rgba(0,0,0,.2);border-radius:20px;display:flex;height:auto;justify-content:space-between;margin-bottom:10px;margin-top:10px;padding:10px;width:100%}.styles_depositQrBorder__KWjLW{align-items:center;background-color:#fff;border-radius:8px;display:flex;height:100%;justify-content:center;min-height:110px;min-width:110px;z-index:1}.styles_depositQrCode__VO-dh{border-radius:8px!important;height:110px!important;width:110px!important;z-index:2}.styles_depositQrContent__8bxcy{align-items:flex-start;background:hsla(0,0%,100%,.08);border:1px solid #424862;border-radius:8px;display:flex;flex-direction:column;flex-grow:2;font-family:Montserrat;height:100%;justify-content:flex-start;margin-left:10px;padding:4%}.styles_depositQrContent__8bxcy h5{color:#fff;font-size:16px;font-weight:600;line-height:20px;margin:0;text-align:left}.styles_depositQrContent__8bxcy h5 img{height:16px;margin-right:5px}.styles_depositQrContent__8bxcy h6{color:#fff;font-size:13px;font-weight:400;line-height:16px;margin:0;text-align:left}.styles_depositLink__9HiUj{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:14px;font-weight:400;margin:0 0 10px}@media(max-width:800px){.styles_depositCurrencyWrap__z0t6p{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.styles_depositCurrencyItem__lZrZV{align-items:flex-start;display:flex;flex-direction:column;width:48.5%}.styles_depositCurrencyTitle__3TXMT{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0 0 6px}}@media(max-width:768px){.styles_depositTitle__FEriK{font-size:18px}}@media(max-width:640px){.styles_depositAddressWrap__-I3aR p{width:208px}}.styles_wrapper__\+HItp{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(7,11,22,.72);border-radius:12px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin:5px 0 15px;padding:16px 10px;width:100%}.styles_titleWrapper__qJZPQ{align-items:center;display:flex}.styles_icon__z9D0n{height:16px;margin-right:8px;width:auto}.styles_title__z4OdV{color:#fff;font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_desc__\+wTq-{color:#fff;font-size:13px;font-weight:400;line-height:16px;margin:10px 0;text-align:left}.styles_link__DuWlv{align-items:center;background:linear-gradient(180deg,#0e9628,#7db30a);background-clip:padding-box;border:none;border-radius:19px;box-shadow:0 0 8px rgba(110,175,14,.75);color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-size:13px;font-weight:700;line-height:13px;padding:10px 20px;text-align:center;text-decoration:none;text-transform:uppercase;touch-action:manipulation;transition:.1s ease-in-out;-webkit-user-select:none;user-select:none}.styles_link__DuWlv:hover{background:linear-gradient(0deg,rgba(147,255,138,.4),rgba(147,255,138,.4)),linear-gradient(180deg,#0e9628,#7db30a);box-shadow:0 0 24px rgba(110,175,14,.72);color:#fff}.styles_wrapper__5fsGj{align-items:center;background:#161e31;border-radius:8px;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;padding:20px 8px;row-gap:8px;width:100%}.styles_icon__Rn2Oy{height:56px;width:56px}.styles_title__okMRT{color:#fff;font-size:16px;font-weight:600;margin:0 0 4px}.styles_text__6j\+3c{color:#7074a4;font-size:13px;font-weight:400;margin:0}.styles_line__jQkux{background:#7074a4;height:1px;margin:14px 0;width:100%}.styles_info__pVEMp{align-items:center;color:#7074a4;display:flex;font-size:13px;justify-content:space-between;margin:0;width:100%}.styles_info__pVEMp span{font-weight:400}.styles_info__pVEMp span:last-child{color:#8bc834}.styles_progressBar__UHu3q{background:hsla(0,0%,100%,.2);border-radius:3px;display:flex;height:6px;overflow:hidden;width:100%}.styles_progress__DGhya{background:#8bc834;border-radius:3px;height:100%;transition:all .2s ease-in-out}.styles_note__mPOGo{color:#fff;font-size:14px;font-weight:400;margin:0}.styles_link__x5Wiz{color:#fccd00;font-size:14px;font-weight:400;margin:0 0 16px;transition:all .2s ease-in-out}.styles_link__x5Wiz:active,.styles_link__x5Wiz:hover{opacity:.8}.styles_titleWrapper__Ykvyw{align-items:center;display:flex;justify-content:center;margin:0 0 20px;width:100%}.styles_title__Iy10O{color:#fff;font-size:24px;font-weight:700;text-align:center;text-transform:uppercase}.styles_row__G4UdD{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:0 0 20px;width:100%}.styles_label__eINRg{color:#888aa7;font-size:14px;font-weight:400;line-height:17px;margin:0 0 7px}.styles_label__eINRg.styles_wm__0Ge92{margin:0}.styles_maxAmount__FjLAa{align-items:center;display:flex;justify-content:center}.styles_amount__YGBXO{color:#fff;font-size:14px;font-weight:400;line-height:17px;margin:0 0 0 10px}.styles_error__j-Vpc{align-items:center;color:red;display:flex;font-size:12px;font-weight:600;justify-content:center;line-height:17px;min-height:50px;text-align:center;width:288px}.styles_button__EbHRq{text-transform:uppercase}.styles_forbidden__n6xO4{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:60px 30px 30px;width:100%}.styles_forbiddenText__zrkzp{color:#fff;font-size:22px;font-weight:600;line-height:27px}.styles_image__ZjSDZ{display:inline-block;margin:30px 0 50px;width:200px}@media(max-width:768px){.styles_title__Iy10O{font-size:18px}}@media(max-width:540px){.styles_forbiddenText__zrkzp{font-size:18px}}.styles_wrapper__p4Pjy{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_para__gDN38{color:#fff;font-size:22px;font-weight:600;line-height:27px;text-align:center}.styles_monster__2doag{display:inline-block;min-height:250px;width:60%}@media(max-width:540px){.styles_para__gDN38{font-size:18px}.styles_monster__2doag{min-height:200px}}.styles_wrapper__NH6zm{align-items:center;background:none;border:none;display:flex;justify-content:center}.styles_wrapper__NH6zm .styles_tooltip__WHCqc{align-items:center;-webkit-animation-duration:.2s;animation-duration:.2s;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(7,11,22,.722);border-radius:20px;bottom:0;color:#fff;display:none;font-size:13px;font-weight:500;justify-content:center;left:0;min-width:-webkit-min-content;min-width:min-content;padding:6px 12px;position:absolute;text-align:center;-webkit-transform:translateY(110%);transform:translateY(110%);width:100%;z-index:5}.styles_wrapper__NH6zm:hover .styles_tooltip__WHCqc{display:flex}.styles_tooltipText__j-pyN,.styles_tooltip__WHCqc{width:auto}.styles_info__izpVF{fill:#fff;cursor:pointer;height:auto;opacity:.5;transition:all .2s ease-in-out;width:18px}.styles_info__izpVF:hover{opacity:1}.styles_withdrawalTitleWrap__xhGv5{align-items:center;display:flex;justify-content:center;margin-bottom:20px;width:100%}.styles_withdrawalTitle__cFGo9{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:24px;font-weight:700;justify-content:center;text-transform:uppercase}.styles_withdrawalFormWrap__RhIMh{flex-grow:1}.styles_withdrawalFormWrap__RhIMh,.styles_withdrawalForm__2kewS{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_withdrawalForm__2kewS{position:relative}.styles_withdrawalForm__2kewS p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}.styles_withdrawalForm__2kewS h4{margin:0;width:278px}.styles_withdrawalForm__2kewS h4,.styles_withdrawalForm__2kewS h5{color:#888aa7;font-family:Montserrat;font-size:10px;font-weight:400}.styles_withdrawalForm__2kewS h5{margin:2px 0 0;width:288px}.styles_withdrawalForm__2kewS h3{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}.styles_withdrawalFormCopy__q8fvm{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:14px;font-weight:400;justify-content:flex-start;margin-bottom:15px;margin-top:10px;position:relative;width:100%;z-index:10}.styles_withdrawalFormCopyDrop__KfEpH{align-items:flex-start;display:flex;height:38px;justify-content:flex-start;margin:5px 0 15px;position:relative;width:100%}.styles_withdrawalFormBtn__mzexg{background-color:transparent;border:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:14px;font-weight:700;position:absolute;right:10px;text-transform:uppercase;top:8px}.styles_withdrawalFormBtn__mzexg:disabled{cursor:auto!important}.styles_withdrawalNumbers__yaJCS{color:#d5d6df;display:inline-block;font-weight:600;margin:0 3px}.styles_withdrawalAmountsWrap__W2lNG{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_withdrawalAmounts__XO24F{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:space-between;text-align:left}.styles_withdrawalAmounts__XO24F h5{align-items:center;-webkit-column-gap:.25rem;column-gap:.25rem;display:flex;position:relative;width:auto}.styles_withdrawalAddressBook__EPOhR{align-items:center;background:#161e31;border-radius:8px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;display:flex;justify-content:center;padding:10px}.styles_withdrawalAddressBook__EPOhR img{display:inline-block;width:50px}.styles_withdrawalFormFooter__9\+78z{align-items:center;display:flex;flex-direction:column;flex-grow:1;margin-top:20px;width:100%}.styles_withdrawalFormFooter__9\+78z p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}.styles_withdrawalFormFooterAddress__-G2MH{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;margin:5px 0 15px;position:relative;width:100%}.styles_withdrawalFormFooterAddress__-G2MH img{height:14px;position:absolute;right:20px;top:28px;width:14px}.styles_withdrawalFormFooterAddress__-G2MH textarea{width:400px}.styles_withdrawalFormTextarea__WPik5{background-color:rgba(0,0,0,.2);border:none;border-radius:19px;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:40px;margin-top:5px;outline:none;overflow:hidden;padding:8px 15px 3px}.styles_withdrawalTitleForbidden__klSfq{color:#fff;font-family:Montserrat;font-size:24px;font-weight:700;margin-top:30%;width:90%}.styles_withdrawalFormErrorMessage__ijcL7{color:#ff274b;display:flex;font-family:Montserrat;font-size:10px;font-weight:600;justify-content:center;margin-bottom:15px;padding-top:10px;text-align:center;width:100%}.styles_memoWarning__5zrQA{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(7,11,22,.72);border-radius:12px;box-shadow:0 20px 40px 10px rgba(0,0,0,.25);color:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin:5px 0 15px;padding:16px 10px;width:100%}.styles_memoTitleWrapper__BTAhR{align-items:center;display:flex}.styles_memoIcon__fzN5E{height:16px;margin-right:8px;width:auto}.styles_memoTitle__6ErLS{color:#fff;font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_memoDesc__HH7jG{color:#fff;font-size:13px;font-weight:400;line-height:16px;margin:10px 0;text-align:left}.styles_button__IYSQU{margin-top:auto;text-transform:uppercase}@media(max-width:768px){.styles_withdrawalTitle__cFGo9{font-size:18px}}@media(max-width:540px){.styles_withdrawalFormFooterAddress__-G2MH textarea{width:300px}}.styles_addressItemWrap__9\+jTx{align-items:center;background:rgba(0,0,0,.2);border-radius:19px;display:flex;height:auto;justify-content:space-between;margin:5px 0;mix-blend-mode:normal;padding:5px 10px;width:100%}.styles_addressItemImg__eSIjp{display:inline-block;width:30px}.styles_addressItemName__1XdZt{color:#fff}.styles_addressItemName__1XdZt,.styles_addressItemTitle__c2IJ\+{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.styles_addressItemTitle__c2IJ\+{color:#888aa7}.styles_addressItemButton__rSOP1{align-items:center;background:transparent;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;height:20px;justify-content:center;margin:0!important;position:relative;width:20px}.styles_addressItemButton__rSOP1,.styles_addressItemButton__rSOP1:active,.styles_addressItemButton__rSOP1:focus,.styles_addressItemButton__rSOP1:hover{border:none;box-shadow:none;outline:none}.styles_addressItemButton__rSOP1 img{display:inline-block;height:20px;width:20px}.styles_addressItemButton__rSOP1 img:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_addressItemButtonWrap__ciY9X{align-items:center;display:flex;justify-content:space-between;width:80px}.styles_addressBtnCopyTooltip__PKa1D{background:gray;border-radius:19px;color:#fff;display:inline-block;font-family:Montserrat;font-size:10px;font-weight:400;height:20px;line-height:20px;position:absolute;right:0;text-align:center;text-transform:uppercase;-webkit-transform:translateY(-100%);transform:translateY(-100%);transition:all .1s ease-in-out;visibility:hidden;width:50px}.styles_addressBtnCopyTooltip__PKa1D.styles_open__IEwXL{-webkit-transform:translateY(-200%);transform:translateY(-200%);visibility:visible}.styles_addressWrap__pTMaQ{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:space-between;min-height:400px;padding:30px;width:100%}.styles_addressTitle__5Gjks{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:24px;font-weight:700;justify-content:center;text-transform:uppercase}.styles_addressHeader__yGQ8w{justify-content:space-between;margin-top:15px}.styles_addressHeaderItem__IYCKm,.styles_addressHeader__yGQ8w{align-items:center;display:flex;flex-direction:column;width:100%}.styles_addressHeaderItem__IYCKm{justify-content:flex-start;margin-bottom:20px}.styles_addressHeaderItem__IYCKm h6{color:#888aa7;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:17px}.styles_addressWallets__hhFHK{align-items:center;display:flex;flex-direction:column;margin:20px 0;min-height:150px;width:100%}.styles_addressWalletsTitle__tlz6D{color:#888aa7;display:flex;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;justify-content:flex-start;line-height:17px;margin-bottom:7px;width:100%}.styles_addressError__8glRn{color:#ff274b;font-size:10px;font-weight:600;margin:5px 0;min-height:20px}.styles_addressError__8glRn,.styles_addressWalletsEmpty__2xHaM{display:flex;font-family:Montserrat;justify-content:center;width:100%}.styles_addressWalletsEmpty__2xHaM{align-items:center;color:#888aa7;font-size:20px;font-style:normal;font-weight:400;height:100%;line-height:17px}.styles_button__h2ksE{padding:0 12px;text-transform:uppercase}@media(max-width:768px){.styles_addressTitle__5Gjks{font-size:18px}}@media(max-width:540px){.styles_addressWrap__pTMaQ{padding:15px 15px 30px}}.styles_withdrawConfirmTitle__G61yP{color:#fff;font-size:24px;font-weight:700;letter-spacing:.12px;line-height:29px;text-align:center;text-transform:uppercase}.styles_withdrawConfirmationImage__0orFC{display:inline-block;width:200px}.styles_withdrawConfirmContent__ig-S8{align-items:center;display:flex;flex-direction:column;flex-grow:3;justify-content:flex-start;width:100%}.styles_withdrawConfirmContent__ig-S8 h5{color:#888aa7;font-size:14px;font-weight:400;margin:0}.styles_withdrawConfirmContent__ig-S8 h4{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:flex-start}.styles_withdrawConfirmContent__ig-S8 h4 img{display:inline-block;margin-left:-15px;width:35px}.styles_withdrawConfirmItem__1aaj3{align-items:center;display:flex;justify-content:space-between;padding:5px 15px;width:100%}.styles_withdrawConfirmItem__1aaj3 h4{color:#888aa7;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_withdrawConfirmItem__1aaj3 p{color:#fff;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_withdrawConfirmItem__1aaj3 p img{display:inline-block;margin-bottom:3px;width:35px}.styles_withdrawConfirmItem__1aaj3:first-of-type{border-bottom:1px solid hsla(0,0%,100%,.24)}.styles_withdrawConfirmItem__1aaj3:nth-of-type(3){align-items:flex-start;flex-direction:column;justify-content:flex-start}.styles_withdrawConfirmItem__1aaj3:nth-of-type(3) h4{margin-bottom:4px}.styles_withdrawConfirmItem__1aaj3:nth-of-type(3) p{word-break:break-all}.styles_withdrawConfirmProgress__699Ir{align-items:center;display:flex;flex-direction:column;flex-grow:3;justify-content:flex-start;width:100%}.styles_withdrawConfirmProgress__699Ir p{color:#888aa7;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_withdrawConfirmProgressItem__S4epx{color:#fff;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_withdrawConfirmProgressItem__S4epx img{display:inline-block;margin-bottom:3px;width:35px}.styles_h3__mOaJ8{color:#f02f41;font-size:14px;font-weight:400;margin:10px 0}.styles_button__FxZyr{text-transform:uppercase}.styles_wrapper__GOGyt{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.styles_title__3KUps{color:#888aa7;font-size:14px;font-weight:400;line-height:17px;margin:25px 0 10px}.styles_amount__660K0{color:#fff;font-size:12px;font-weight:400;line-height:17px;margin:10px 0}.styles_title__P74XQ{color:#fff;font-size:24px;font-weight:700;text-transform:uppercase}.styles_header__aOUD5{align-items:center;display:flex;justify-content:center;margin:30px 0 0;width:100%}.styles_header__aOUD5 button:first-child{margin:0 8px 0 0}.styles_content__Jm5r\+{align-items:flex-start;display:flex;flex-direction:column;flex-grow:2;justify-content:flex-start;margin:0 0 30px;width:100%}.styles_error__AOc3u{color:red;font-size:12px;font-weight:600;line-height:17px;margin:10px 0;text-align:center;width:100%}.styles_forbidden__fRiab{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.styles_forbiddenText__SZtb7{color:#fff;font-size:22px;font-weight:600;line-height:27px}.styles_image__sIC7Z{display:inline-block;margin:30px 0 50px;width:200px}.styles_button__p9b5\+{text-transform:uppercase}@media(max-width:768px){.styles_title__P74XQ{font-size:18px}}@media screen and (max-width:540px){.styles_forbiddenText__SZtb7{font-size:18px}}.styles_vaultConfirmTitle__lnOLf{color:#fff;font-size:24px;font-weight:700;letter-spacing:.12px;line-height:29px;text-align:center;text-transform:uppercase}.styles_vaultConfirmationImage__4AEjV{display:inline-block;width:200px}.styles_vaultConfirmContent__uY44o{align-items:center;display:flex;flex-direction:column;flex-grow:3;justify-content:flex-start;width:100%}.styles_vaultConfirmContent__uY44o h5{color:#888aa7;font-size:14px;font-weight:400;margin:0}.styles_vaultConfirmContent__uY44o h4{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:flex-start}.styles_vaultConfirmContent__uY44o h4 img{display:inline-block;margin-left:-15px;width:35px}.styles_vaultConfirmItem__9VCd9{align-items:center;display:flex;justify-content:space-between;padding:5px 15px;width:100%}.styles_vaultConfirmItem__9VCd9 h4{color:#888aa7;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_vaultConfirmItem__9VCd9 p{color:#fff;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_vaultConfirmItem__9VCd9 p img{display:inline-block;margin-bottom:3px;width:35px}.styles_vaultConfirmItem__9VCd9:first-of-type{border-bottom:1px solid hsla(0,0%,100%,.24)}.styles_vaultConfirmItem__9VCd9:first-of-type p img{border-radius:50%;margin:5px 5px 8px;width:20px}.styles_h3__pgarZ{color:#f02f41;font-size:14px;font-weight:400;margin:10px 0}.styles_button__Vk-Gd{padding:0 16px;text-transform:uppercase;width:-webkit-max-content;width:max-content}.styles_tipsConfirmTitle__odEXA{color:#fff;font-size:24px;font-weight:700;letter-spacing:.12px;line-height:29px;text-align:center}.styles_tipsConfirmationImage__hcYgS{display:inline-block;width:200px}.styles_tipsConfirmContent__zvxR2{align-items:center;display:flex;flex-direction:column;flex-grow:3;justify-content:flex-start;width:100%}.styles_tipsConfirmContent__zvxR2 h5{color:#888aa7;font-size:14px;font-weight:400;margin:0}.styles_tipsConfirmContent__zvxR2 h4{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;justify-content:flex-start}.styles_tipsConfirmContent__zvxR2 h4 img{display:inline-block;margin-left:-15px;width:35px}.styles_tipsConfirmItem__QjRke{align-items:center;display:flex;justify-content:space-between;padding:5px 15px;width:100%}.styles_tipsConfirmItem__QjRke h4{color:#888aa7;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_tipsConfirmItem__QjRke p{color:#fff;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_tipsConfirmItem__QjRke p img{display:inline-block;margin-bottom:3px;width:35px}.styles_avatar__isP7t{display:inline-block;height:22px;margin:0 8px 5px 0;width:22px}.styles_avatar__isP7t>img{margin:0!important}.styles_tipsConfirmItem__QjRke:first-of-type{border-bottom:1px solid hsla(0,0%,100%,.24)}.styles_tipsConfirmItem__QjRke:first-of-type p img{border-radius:50%;margin:5px 5px 8px;width:20px}.styles_h3__AXZB4{color:#f02f41;font-size:14px;font-weight:400;margin:10px 0}.styles_button__ec5os,.styles_buyTitle__suMBA{text-transform:uppercase}.styles_buyTitle__suMBA{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:24px;font-weight:700;justify-content:center;margin-bottom:30px}@media(max-width:768px){.styles_buyTitle__suMBA{font-size:18px}}.styles_wrapper__EkFuD{grid-gap:30px;display:grid;grid-template-columns:repeat(2,1fr)}.styles_block__DFsFW{align-items:center;background:#161e31;border-radius:8px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;display:flex;height:48px;justify-content:center;padding:16px 20px}.styles_block__DFsFW img{display:inline-block;width:100%}.styles_block__DFsFW.styles_active__R5kNc{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%)}.styles_wrapper__R6NRg{align-items:flex-end;display:flex;flex-grow:1;justify-content:center;width:100%}.styles_wrapper__R6NRg button{text-transform:uppercase}.styles_wrapper__KwJTO{grid-gap:15px;display:grid;grid-template-columns:60% 36%;position:relative;width:100%}.styles_block__lpvz5{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.styles_block__lpvz5 p{color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:400;margin-bottom:7px}.styles_block__lpvz5 div{width:100%}.styles_buyCryptoInputDropWrap__NkZ9P{display:flex;width:100%}.styles_buyCryptoInputDropWrap__NkZ9P.styles_disable__A8J02{opacity:.5;pointer-events:none}.styles_buyCryptoInputDropHeaderPara__ffZmY{color:#fff;font-size:16px;font-weight:500!important;line-height:20px;margin:0!important}.styles_buyCryptoInputDropHeader__yrJIr{align-items:center;background:rgba(0,0,0,.141);border-radius:18px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;display:flex;height:38px;justify-content:space-between;padding-left:20px;position:relative;width:100%}.styles_buyCryptoInputDropHeader__yrJIr:hover{border:2px solid #6c5dd3;transition:.2s ease-in-out}.styles_buyCryptoInputDropI__QchBC{border:1px solid #888aa7;border-width:0 3px 3px 0;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;display:inline-block;height:3px;margin-right:30px;padding:3px;position:absolute;right:-10px;top:12px;transition:all .3s ease-in-out}.styles_buyCryptoInputDropI__QchBC.styles_iUp__j73xm{margin-top:3px;transform:rotate(225deg);-webkit-transform:rotate(225deg)}.styles_buyCryptoInputDropI__QchBC.styles_iDown__qWOUf{margin-bottom:3px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.styles_buyCryptoInputDropBody__XjHJ7{background:#070b16;border-radius:24px;flex-direction:column;height:0;left:0;margin-top:10px;max-height:0;opacity:0;overflow:hidden;position:absolute;top:60px;transition:all .1s ease-in-out;transition-delay:0ms;transition-duration:0ms;transition-timing-function:cubic-bezier(0,0,.2,1);visibility:hidden;width:100%}.styles_buyCryptoInputDropBodyOpen__nXNHK{height:auto;max-height:200px;opacity:.94;padding:10px 15px 20px 0;transition:all .3s ease-in-out;transition-delay:.1s;transition-duration:.1s;visibility:visible;z-index:5}.styles_buyCryptoInputDropBodyInputWrap__iHaiG{display:flex;margin:5px 0 10px;padding:0 0 0 10px;position:relative;width:100%}.styles_buyCryptoInputDropBodyInputWrap__iHaiG img{height:auto!important;position:absolute;right:10px!important;top:50%!important;-webkit-transform:translateY(-50%)!important;transform:translateY(-50%)!important;width:16px!important}.styles_buyCryptoInputDropBodyInput__GncoH{background:transparent;border:1px solid #424862;border-radius:19px;box-shadow:none;color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;height:38px;line-height:17px;outline:none;padding:0 0 0 15px;width:100%}.styles_buyCryptoInputDropBodyInput__GncoH::-webkit-input-placeholder{color:#7074a4}.styles_buyCryptoInputDropBodyInput__GncoH::placeholder{color:#7074a4}.styles_buyCryptoInputDropBodyContent__YV5b-{align-items:flex-start;border-bottom:20px solid transparent;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:160px;overflow-y:auto;padding:0 0 0 10px;scrollbar-color:#424862 transparent;scrollbar-width:thin;width:100%}.styles_buyCryptoInputDropBodyContent__YV5b-::-webkit-scrollbar{width:6px}.styles_buyCryptoInputDropBodyContent__YV5b-::-webkit-scrollbar-track{background:transparent}.styles_buyCryptoInputDropBodyContent__YV5b-::-webkit-scrollbar-thumb{background-color:#424862;border:1px solid transparent;border-radius:20px}.styles_buyCryptoInputDropBodyItem__5IGvD{align-items:center;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;display:flex;justify-content:flex-start;padding:5px 7px;width:100%;z-index:2}.styles_buyCryptoInputDropBodyItem__5IGvD h2{align-items:center;background:#5942ee;border-radius:50%;display:flex;justify-content:center;margin-right:10px;padding:5px}.styles_buyCryptoInputDropBodyItem__5IGvD img{display:inline-block;height:25px;width:25px}.styles_buyCryptoInputDropBodyItem__5IGvD div{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.styles_buyCryptoInputDropBodyItem__5IGvD h3,.styles_buyCryptoInputDropBodyItem__5IGvD h4{font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_buyCryptoInputDropBodyItem__5IGvD h4{color:#424862}.styles_buyCryptoInputDropBodyItem__5IGvD h3{color:#fff}.styles_byCryptoInputDropNoResults__Smho3{color:#424862;font-family:Montserrat;font-size:14px;font-weight:500;margin:0;padding:20px 0;text-align:center;width:100%}.styles_wrapper__5sPcf{align-items:center;display:flex;justify-content:flex-start;margin:10px 0;min-height:30px;padding:0 0 0 5px}.styles_wrapper__5sPcf p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;margin:0}.styles_wrapper__5sPcf h6{color:#b83518;font-family:Montserrat;font-size:12px;font-weight:500;margin:0}.styles_wrapper__XoC0X{align-items:flex-start;margin-top:30px}.styles_wrapper__9khe1,.styles_wrapper__XoC0X{display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.styles_wrapper__9khe1{align-items:center}.styles_title__d9ZgC{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:10px 0 0;text-align:center}.styles_bodyImage__755J8{display:inline-block;margin:30px 0 0;width:70%}.styles_dropWrap__b9r70{align-items:center;display:flex;justify-content:center;margin-top:15px;position:relative;width:100%}.styles_dropHeader__atVHl{color:#fccd00;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto;font-family:Montserrat;font-size:14px;font-weight:500;line-height:20px;margin:0;text-decoration:underline}.styles_dropBody__hwQUD{background:#070b16;border-radius:24px;flex-direction:column;height:0;left:0;margin-top:10px;max-height:0;opacity:0;overflow:hidden;position:absolute;top:20px;transition:all .1s ease-in-out;transition-delay:0ms;transition-duration:0ms;transition-timing-function:cubic-bezier(0,0,.2,1);visibility:hidden;width:100%}.styles_dropBodyOpen__GCSYb{height:auto;max-height:300px;opacity:.94;padding:10px 15px 20px 0;transition:all .3s ease-in-out;transition-delay:.1s;transition-duration:.1s;visibility:visible;z-index:5}.styles_dropBodyContent__l98sM{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:260px;overflow-y:auto;scrollbar-color:#424862 transparent;scrollbar-width:thin;width:100%}.styles_dropBodyContent__l98sM::-webkit-scrollbar{width:6px}.styles_dropBodyContent__l98sM::-webkit-scrollbar-track{background:transparent}.styles_dropBodyContent__l98sM::-webkit-scrollbar-thumb{background-color:#424862;border:1px solid transparent;border-radius:20px}.styles_dropBodyItem__S\+QEO{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:18px;margin:0 0 5px;padding:0 0 0 15px}.styles_loginWrap__WdNhw{display:flex;height:700px;width:100%}.styles_loginImage__CLe24{background-image:url(/static/media/login-side-icon-1.2f5f11bafb28002099d4.webp);background-repeat:no-repeat;background-size:cover;height:100%;width:400px}.styles_loginCaptchaWrap__-Kw1i{height:270px}.styles_loginContent__Ji0je{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;justify-content:space-around;padding:30px 0}.styles_loginTitle__WIs5Q{color:#fff;font-family:Montserrat;font-size:36px;font-weight:700;text-transform:uppercase}.styles_loginCaptcha__52pcH{display:flex;height:auto;justify-content:center;margin:0 auto 10px;width:100%}.styles_loginForm__aFaPk{align-items:center;display:flex;flex-direction:column;height:140px;justify-content:space-around;margin-bottom:10px;width:100%}.styles_loginForm__aFaPk p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}.styles_loginFormEmailIcon__wxfax{height:12px;left:25px;position:absolute;top:35%;width:14px;z-index:1}.styles_loginFormLockIcon__gMCfC{height:15px;left:25px;position:absolute;top:30%;width:14px;z-index:1}.styles_loginFormAdditionalIcon__WZMFJ{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:14px;position:absolute;right:25px;top:30%;width:14px;z-index:1}.styles_loginErrorMessage__2IFwl{align-items:center;color:#f02f41;display:flex;font-family:Montserrat;font-size:14px;font-weight:600;height:30px;justify-content:center;margin:0;width:288px}.styles_loginFooter__a64s-{align-items:center;display:flex;flex-direction:column;height:70px;justify-content:space-around;margin-top:-10px;position:relative;width:100%}.styles_loginFooter__a64s- span{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0 10px 0 0}.styles_loginBtn1__g6e-k{border:none;border-bottom:1px solid #ffb22d;color:#ffb22d;margin-left:5px}.styles_loginBtn1__g6e-k,.styles_loginBtn2__m3\+4X{background:transparent;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:14px;font-weight:400}.styles_loginBtn2__m3\+4X{border:none;border-bottom:1px solid #888aa7;color:#888aa7}.styles_button__nSoKZ{text-transform:uppercase}@media(max-width:1100px){.styles_loginWrap__WdNhw{height:490px}.styles_loginImage__CLe24{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;outline:0;outline-offset:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.styles_loginCaptchaWrap__-Kw1i{height:auto}}.styles_forgotWrap__xjKoj{align-items:center;display:flex;flex-direction:column;height:440px;justify-content:space-around;width:100%}.styles_forgotTitle__ypM4A{color:#fff;font-size:30px;font-weight:700;margin:10px 0 0;max-width:95%;text-transform:uppercase}.styles_forgotForm__IR3O\+{align-items:center;display:flex;flex-direction:column;height:70px;justify-content:space-around;margin-bottom:40px;margin-top:30px;width:100%}.styles_forgotForm__IR3O\+ p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0}.styles_forgotFormEmailIcon__6OAxO{height:12px;left:25px;position:absolute;top:35%;width:14px;z-index:1}.styles_forgotCheckBoxError__-s9OE{align-items:center;color:#f02f41;display:flex;font-family:Montserrat;font-size:14px;font-weight:600;height:50px;justify-content:center;margin:0;width:288px}.styles_forgotBtn__otXHe{align-items:center;display:flex;flex-direction:column;height:70px;justify-content:flex-start;margin-top:-20px;position:relative;width:100%}.styles_forgotBtn__otXHe span{margin:0 10px 0 0}.styles_forgotBtn1__-aUIO,.styles_forgotBtn__otXHe span{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400}.styles_forgotBtn1__-aUIO{background:transparent;border:none;border-bottom:1px solid #888aa7;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_button__HgmP4{text-transform:uppercase}.styles_successWrap__JCyK0{align-items:center;display:flex;flex-direction:column;height:400px;justify-content:space-around;width:100%}.styles_successTitle__NrR5R{color:#fff;font-family:Montserrat;font-size:30px;font-weight:700;margin-top:10px}.styles_successForm__2MOfi{align-items:center;display:flex;flex-direction:column;height:170px;justify-content:space-around;width:100%}.styles_successForm__2MOfi p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:15px 0 0}.styles_successImg__VA7Ml{height:193px;width:332px}.styles_signupContent__8qkoE{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:100%;padding:30px 0}.styles_signupContent__8qkoE form{width:100%}.styles_signupContent__8qkoE h3{color:#fff;font-size:36px;font-weight:700;text-transform:uppercase}.styles_signupContent__8qkoE p{margin:0}.styles_submitButton__fgnTq{text-transform:uppercase}.styles_form__iIl\+y{align-items:center;display:flex;flex-direction:column}.styles_form__iIl\+y label{color:#888aa7;font-size:14px;font-weight:400;margin:15px 0 6px}.styles_form__iIl\+y label:first-child{margin-top:0}.styles_form__iIl\+y #styles_user-email__-Cl3D{text-transform:lowercase}.styles_form__iIl\+y #styles_user-email__-Cl3D::-webkit-input-placeholder{text-transform:none}.styles_form__iIl\+y #styles_user-email__-Cl3D::placeholder{text-transform:none}.styles_form__iIl\+y .styles_promocode__KdFag input{text-transform:uppercase}.styles_form__iIl\+y .styles_promocode__KdFag input::-webkit-input-placeholder{text-transform:none}.styles_form__iIl\+y .styles_promocode__KdFag input::placeholder{text-transform:none}.styles_form__iIl\+y .styles_checkboxes__et4Y\+{margin:14px 0}.styles_form__iIl\+y .styles_checkboxWrapper__zmQ8a{align-items:center;display:flex;margin:0;width:288px}.styles_form__iIl\+y .styles_checkboxWrapper__zmQ8a .styles_checkboxWrapperLabel__u91r2{display:flex;flex-grow:1;margin:0 0 0 30px}.styles_form__iIl\+y .styles_checkboxWrapper__zmQ8a .styles_checkboxWrapperLabel__u91r2 label{text-align:start}.styles_form__iIl\+y .styles_checkboxWrapper__zmQ8a .styles_checkboxWrapperLabel__u91r2 label a{color:#ffb22d;font-weight:400}.styles_form__iIl\+y .styles_checkboxWrapper__zmQ8a .styles_checkboxWrapperLabel__u91r2 label a:hover{color:#ffb22d;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_signEmailIcon__iuzw9{height:12px;left:25px;position:absolute;top:35%;width:14px;z-index:1}.styles_signLockIcon__WyzFv{height:15px;left:25px;position:absolute;top:30%;width:14px;z-index:1}.styles_signAdditionalIcon__fSBNq{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:14px;position:absolute;right:25px;top:30%;width:14px;z-index:1}.styles_errorContainer__y9l2e{align-items:center;display:flex;justify-content:center;margin:10px auto;min-height:50px;width:288px}.styles_errorContainer__y9l2e p{color:#f02f41;font-size:14px;font-weight:600}.styles_loginButton__ZDv-T{align-items:center;display:flex;height:50px;justify-content:center;width:100%}.styles_loginButton__ZDv-T p{color:#888aa7;font-size:14px;font-weight:400;margin:0 10px 0 0}.styles_loginButton__ZDv-T button{background:transparent;border:none;border-bottom:1px solid #888aa7;color:#888aa7;font-size:14px;font-weight:400}.styles_loginButton__ZDv-T button:hover{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important}.styles_promocode__KdFag{text-transform:uppercase}.styles_promocode__KdFag::-webkit-input-placeholder{text-transform:none}.styles_promocode__KdFag::placeholder{text-transform:none}.styles_signConfirmWrap__h9N6m{align-items:center;display:flex;flex-direction:column;height:500px;width:100%}.styles_signConfirmTitle__uNTy\+{color:#fff;font-family:Montserrat;font-size:36px;font-weight:700;text-transform:uppercase}.styles_signConfirmFormWrap__AywmF{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.styles_signConfirmForm__BLdld{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_signConfirmForm__BLdld p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:15px 0 0}.styles_signConfirmFormText__V7L8E{color:#888aa7;display:flex;font-family:Montserrat;font-size:14px;font-weight:400;margin:20px 0 0;text-align:left;width:288px}.styles_signConfirmFormInputWrap__UwyHa{margin:30px 0;position:relative;width:100%}.styles_signConfirmFormInputWrap__UwyHa input[type=number]{-moz-appearance:textfield}.styles_signConfirmFormInputWrap__UwyHa input[type=number]::-webkit-inner-spin-button,.styles_signConfirmFormInputWrap__UwyHa input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.styles_signConfirmFormInput__Gf\+ZZ{uotline:none;background:rgba(0,0,0,.2);border:2px solid #313e57;border-radius:9px;color:#fff;font-size:20px;font-weight:500;height:40px;margin:0 5px;text-align:center;width:40px}.styles_signConfirmFormInput__Gf\+ZZ:focus,.styles_signConfirmFormInput__Gf\+ZZ:hover{border:2px solid #442a81;outline:none}.styles_signConfirmFormInput__Gf\+ZZ input{outline:none}.styles_signConfirmFooter__Ucotg{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:70px;justify-content:space-around;position:relative;width:100%}.styles_signConfirmFooter__Ucotg span{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;margin:0 10px 0 0}.styles_signConfirmFooterTooltip__l8wtc{align-items:center;background:#000;border-radius:19px;color:#fff;display:flex;font-family:Montserrat;font-size:11px;font-weight:500;height:67px;justify-content:center;left:18.7%;padding:0 15px;position:absolute;text-transform:uppercase;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .1s ease-in-out;transition-delay:.1s;transition-duration:.1s;transition-timing-function:cubic-bezier(0,0,.2,1);visibility:hidden;width:288px}.styles_signConfirmFooterTooltip__l8wtc.styles_signConfirmFooterTooltipOpen__6v10t{-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:visible}.styles_signConfirmBtnWrap__IDly4{margin-top:auto}.styles_signConfirmBtn1__rWYdr,.styles_signConfirmBtnWrap__IDly4{color:#ffb22d;font-family:Montserrat;font-size:14px;font-weight:400}.styles_signConfirmBtn1__rWYdr{background:transparent;border:none;border-bottom:1px solid #ffb22d;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;margin-left:5px}@media(max-width:640px){.styles_signConfirmFooterTooltip__l8wtc{left:10%}}.styles_collectWrap__AFVgm{align-items:center;background:radial-gradient(100% 60% at 50% 0,rgba(179,98,3,.46) 0,rgba(255,212,59,0) 100%);display:flex;flex-direction:column;height:auto;justify-content:space-around;margin-top:-20px;padding:40px 30px 30px;width:100%}.styles_collectImg__9Y81g{display:inline-block;height:190px;width:180.05px}.styles_collectTitle__JdQ0o{color:#eab52d;font-family:Montserrat;font-size:40px;font-style:normal;font-weight:400;letter-spacing:-1px;line-height:49px;margin:30px 0;text-transform:uppercase}.styles_collectSlider__JmK0a{border:1px solid #424862;display:flex;width:100%}.styles_collectSliderScroll__fRtEM{align-items:flex-start;border:8px solid transparent;display:flex;flex-direction:column;height:100%;justify-content:flex-start;max-height:150px;overflow-y:auto;scrollbar-color:#424862 transparent;scrollbar-width:thin;width:100%}.styles_collectSliderScroll__fRtEM::-webkit-scrollbar{width:6px}.styles_collectSliderScroll__fRtEM::-webkit-scrollbar-track{background:transparent}.styles_collectSliderScroll__fRtEM::-webkit-scrollbar-thumb{background-color:#424862;border-radius:5px}.styles_collectSliderItem__rqvem{align-items:center;display:flex;justify-content:space-between;padding:0 10px 0 6px;width:100%}.styles_collectSliderItemCurrency__gQ0X4{align-items:center;display:flex;justify-content:flex-start}.styles_collectSliderItemCurrency__gQ0X4 img{display:inline-block;width:35px}.styles_collectSliderItemCurrency__gQ0X4 h4{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_collectSliderItemFlag__b1lRb{align-items:center;background:#424862;border-radius:10px;display:flex;justify-content:flex-start;padding:4px 8px}.styles_collectSliderItemFlag__b1lRb img{display:inline-block;margin:0 4px 0 0;width:10px}.styles_collectSliderItemFlag__b1lRb p{color:#99d290;font-family:Montserrat;font-size:9px;font-style:normal;font-weight:600;line-height:12px;margin:0}.styles_collectPara__Rv-57{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:20px 0;width:100%}.styles_button__JwcQB{text-transform:uppercase}@media screen and (max-width:540px){.styles_collectSliderScroll__fRtEM{max-height:130px}.styles_collectSliderItemCurrency__gQ0X4 img{margin:0 4px -2px 0;width:30px}.styles_collectSliderItemCurrency__gQ0X4 h4{font-size:14px;line-height:18px}}.styles_rankRowWrap__tcVYV,.styles_rankRow__AoLM9{align-items:center;display:flex;justify-content:flex-start}.styles_rankRowWrap__tcVYV{background:#161e31;border-radius:8px;margin:5px 0;padding:8px}.styles_rankRowWrap__tcVYV.styles_rankNoReached__K7l2h{opacity:.2}.styles_rankRowCheckmark__c04MN{-webkit-animation:styles_showRankDescriptionResult__Fjwbr .5s ease-in-out forwards;animation:styles_showRankDescriptionResult__Fjwbr .5s ease-in-out forwards;display:inline-block;margin-left:5px;opacity:0;width:19px}@-webkit-keyframes styles_showRankDescriptionResult__Fjwbr{0%{opacity:0}to{opacity:1}}@keyframes styles_showRankDescriptionResult__Fjwbr{0%{opacity:0}to{opacity:1}}.styles_rankRowImg__CbdQK{display:inline-block;margin:0 5px;width:19px}.styles_rankRowTitle__Gjq13{color:#c1c5fb;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}.styles_levelWrap__KtrEE{align-items:center;background:linear-gradient(0deg,#202d4a 50%,#6020a1);display:flex;flex-direction:column;font-family:Montserrat;height:auto;justify-content:flex-start;padding:30px;width:100%}.styles_levelUpTitle__ia9Dd{color:#fff;font-family:Montserrat;font-size:30px;font-style:normal;font-weight:800;letter-spacing:.18px;line-height:43px;margin-bottom:10px;text-transform:uppercase}.styles_levelSubtitle__7-2QA{color:#a2a5cc;font-size:16px;font-weight:600;line-height:20px;margin:0;text-align:center;width:100%}.styles_levelSubtitle__7-2QA:last-of-type{margin-bottom:30px}.styles_levelContent__qxSsC{align-items:flex-start;display:flex;justify-content:flex-start;margin-bottom:30px;width:100%}.styles_levelImageWrap__56gYU{align-items:center;display:flex;flex-direction:column;height:250px;justify-content:center;width:50%}.styles_levelImage__U8AlE{display:inline-block;height:200px;margin-bottom:30px}.styles_levelImageRankWrap__F-T4g{align-items:center;display:flex;justify-content:center}.styles_levelImageRankWrap__F-T4g h2{background:linear-gradient(180deg,rgba(214,145,21,.4),rgba(214,145,21,.16)),#424862;color:#fccd00;margin:0}.styles_levelImageRankWrap__F-T4g h2,.styles_levelImageRankWrap__F-T4g h3{border-radius:4px;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;padding:5px 7px}.styles_levelImageRankWrap__F-T4g h3{background:linear-gradient(90deg,#ffffb2,#ebbb2e),#424862;color:#795620;margin:0 0 0 3px}.styles_levelDescriptionWrap__ob7\+T{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:50%}.styles_levelDescriptionWrap__ob7\+T h2{color:#c1c5fb;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0 0 15px}.styles_levelDescription1__pUV1e{align-items:center;background:#161e31;border-radius:8px;display:flex;flex-direction:row;justify-content:flex-start;margin:0 0 5px;padding:8px 10px}.styles_levelDescription1__pUV1e img{display:inline-block;margin:0;width:19px}.styles_levelDescription1__pUV1e h4{color:#c1c5fb;margin:0 5px}.styles_levelDescription1__pUV1e h4,.styles_levelDescription1__pUV1e h5{font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.styles_levelDescription1__pUV1e h5{color:#fff;margin:0}.styles_levelDescription2__SskNO{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin:15px 0 0;width:100%}.styles_levelDescription2__SskNO h2{margin:0!important}.styles_button__z1B\+k{text-transform:uppercase}@media(max-width:1100px){.styles_levelUpTitle__ia9Dd{font-size:22px;line-height:26px}.styles_levelContent__qxSsC{flex-direction:column}.styles_levelImageWrap__56gYU{width:100%}.styles_levelDescriptionWrap__ob7\+T{align-items:center;justify-content:center;margin-top:15px;width:100%}}.styles_avatarsWrap__btwdW{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:flex-start;min-height:500px;width:100%}.styles_avatarsTitle__g25I9{color:#fff;font-size:24px;font-weight:700;margin:10px 0 30px;text-transform:uppercase}.styles_avatarsMode__Mcviy{align-items:center;display:flex;justify-content:center;margin:0 0 30px;width:100%}.styles_avatarsModeBtn__SaRoy{align-items:center;background:#161e31;border:none;border-radius:20px;box-shadow:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-size:16px;font-style:normal;font-weight:600;height:40px;justify-content:center;line-height:20px;outline:none;padding:0 20px;text-transform:uppercase;width:auto}.styles_avatarsModeBtn__SaRoy:nth-of-type(2){margin:0 0 0 15px}.styles_avatarsModeBtn__SaRoy.styles_avatarsModeDefault__kkvN-{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%)}.styles_avatarsModeBtn__SaRoy.styles_avatarsModePremium__uxL\+4{background:linear-gradient(90deg,#b38f30 3.45%,#ddc153 98.28%)}.styles_avatarsBody__sYVDq{display:flex;flex-wrap:wrap;margin-left:20px;max-height:360px;max-width:410px;padding-right:15px;position:relative;scrollbar-color:#50566a transparent;scrollbar-width:thin!important;width:100%}.styles_avatarsBodyElem__tstpL{height:98px;width:25%}.styles_avatarsBodyElem__tstpL .styles_avatarsBodyElemImg__4JfjV{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:100%;width:100%}.styles_avatarsBodyElem__tstpL .styles_focus__yfFxF{border:4px solid #fff;outline:none}.styles_avatarsBodyShadow__l6iH2{bottom:-10px;box-shadow:10px 10px 50px 70px #242c45;position:-webkit-sticky;position:sticky;width:100%}.styles_avatarsButton__S5oY9{align-items:center;display:flex;justify-content:center;margin:30px 0 0;width:100%}.styles_disableScroll__Ly9dz{pointer-events:none}.styles_avatarsBodyClose__HiUgW{align-items:center;background:rgba(0,0,0,.7);display:flex;flex-direction:column;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.styles_avatarsBodyClose__HiUgW h2{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:linear-gradient(180deg,#e1c559,#b28e32);-webkit-background-clip:text;background-clip:text;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:400;letter-spacing:.12px;line-height:28px;text-align:center}.styles_avatarsBodyClose__HiUgW h3{color:#fff;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;text-align:center}.styles_avatarsBodyClose__HiUgW img{display:inline-block;height:40%;margin:30px 0}.styles_button__Kr2p6{text-transform:uppercase}@media(max-width:640px){.styles_avatarsBody__sYVDq{max-width:300px}.styles_avatarsBodyElem__tstpL{height:68px}}.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps .ps__rail-x,.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-y,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus{background-color:transparent;opacity:.9}.ps__thumb-x{bottom:2px;display:none!important;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out;visibility:hidden}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{padding:0 6px 0 0;right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:7px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y>.ps__thumb-y{background-color:#50566a;height:173px;width:7px}@supports (-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}.styles_bugBountyWrap__RsG-Y{align-items:center;display:flex;flex-direction:column;height:520px;justify-content:space-around;width:100%}.styles_bugBountyTitle__LtsZe{color:#fff;font-family:Montserrat;font-size:36px;font-weight:700;margin-top:10px}.styles_bugBountyBody__5oF4Q{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:14px;justify-content:flex-start;padding:0 40px;text-align:left;width:100%}.styles_bugBountyBody__5oF4Q p{font-size:12px;font-weight:300;margin:0 0 8px}.styles_bugBountyBody__5oF4Q h3{font-size:13px;font-weight:600;padding-left:15px}.styles_bugBountyBody__5oF4Q h4{font-size:13px;font-weight:400;padding-left:15px}.styles_bugBountyBody__5oF4Q span{color:#52c330;font-size:12px;font-weight:300;font-weight:600}@media(max-width:768px){.styles_bugBountyBody__5oF4Q{padding:0 20px}.styles_bugBountyBody__5oF4Q p{font-size:12px;margin-bottom:4px}.styles_bugBountyBody__5oF4Q h3,.styles_bugBountyBody__5oF4Q h4{font-size:13px}}.styles_blockedIpWrap__T4J4f{align-items:center;display:flex;flex-direction:column;height:440px;justify-content:space-around;width:100%}.styles_blockedIpTitle__cP2Yi{color:#fff;font-family:Montserrat;font-size:36px;font-weight:700;margin-top:10px}.styles_blockedIpBody__vnRkd{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:18px;justify-content:flex-start;padding:0 40px;text-align:center;width:100%}.styles_blockedIpBody__vnRkd h3{font-size:18px;font-weight:600;margin:0 auto;padding-left:15px}.styles_blockedIpImage__nyQRM{display:inline-block;width:200px}.styles_button__xMRVp{text-transform:uppercase}@media(max-width:768px){.styles_blockedIpBody__vnRkd{padding:0 20px}.styles_blockedIpBody__vnRkd h3{font-size:14px}}.styles_provablyFairWrap__J2T\+M{align-items:center;display:flex;flex-direction:column;height:350px;justify-content:space-around;width:100%}.styles_provablyFairTitle__TZR4x{color:#fff;font-family:Montserrat;font-size:36px;font-weight:700;margin-top:10px}.styles_provablyFairBody__8BsmD{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-size:14px;justify-content:flex-start;padding:0 40px;text-align:left;width:100%}.styles_provablyFairBody__8BsmD p{font-size:12px;font-weight:300;margin:0 0 8px}@media(max-width:768px){.styles_provablyFairBody__8BsmD{padding:0 20px}.styles_provablyFairBody__8BsmD p{font-size:12px;margin-bottom:4px}}.styles_changePassSuccess__IY4fb{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;margin:auto;max-width:288px;padding:25px 0}.styles_changePassSuccessTitle__ioyQj{font-size:36px;font-weight:800;margin-bottom:35px;text-transform:uppercase}.styles_changePassSuccessSubTitle__uDgjD{font-size:14px;font-weight:300;margin-bottom:30px;max-width:270px;text-align:center}.styles_changePassSuccessImg__GOiyE{max-height:300px;max-width:300px}.styles_button__EFdoD{text-transform:uppercase}@media screen and (max-width:540px){.styles_changePassSuccess__IY4fb{padding:25px 25px 15px}}.styles_wrapper__lw6L9{align-items:center;background:radial-gradient(100% 100% at 50% 0,#184e8d 0,rgba(36,44,69,0) 100%);display:flex;flex-direction:column;height:100%;justify-content:flex-start;margin:-20px 0 0;padding:60px 0;width:100%}.styles_avatar__4WwVj{width:106px}.styles_alias__ShCh8{color:#fff;font-size:24px;font-weight:400;line-height:28px;margin:24px 0 0}.styles_rank__HrgFk{align-items:center;display:flex;justify-content:center;margin:13px 0 70px}.styles_rankIcon__B3opU{margin:0 10px 0 0;width:30px}.styles_rankDesc__QvvD9{color:#54b652;font-size:16px;font-weight:600;line-height:20px;margin:0}.styles_buttons__FuHnP{position:relative}.styles_button__54EZW{padding:0 0 0 10px;text-transform:uppercase}.styles_buttonIcon__buJbm{left:30px;position:absolute;top:12px;width:14px}.styles_minesVerify__Zu5qH{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_minesVerify__Zu5qH h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_minesVerify__Zu5qH p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px}.styles_hash__9PBtF{display:flex;width:100%}.styles_hash__9PBtF .styles_hashTitle__gRPDy{margin-right:1rem;min-width:155px}.styles_hash__9PBtF .styles_hashTitle__gRPDy p{margin:8px 0 0;padding:.3rem 0}.styles_hash__9PBtF .styles_hashContent__YAtWU{flex-grow:1;width:50%}div.styles_hashText__BEH4F{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}div.styles_hashText__BEH4F p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}div.styles_hashText__BEH4F button{margin-left:auto}.styles_bold__ZofS4{font-weight:700}.styles_diceVerifyWrap__OMKm7{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_diceVerifyWrap__OMKm7 h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_diceVerifyWrap__OMKm7 p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px}.styles_diceBold__HKzTj{font-weight:700}.styles_hash__FntXV{display:flex;width:100%}.styles_hash__FntXV .styles_hashTitle__bEZez{margin-right:1rem;min-width:155px}.styles_hash__FntXV .styles_hashTitle__bEZez p{margin:8px 0 0;padding:.3rem 0}.styles_hash__FntXV .styles_hashContent__ubwyw{flex-grow:1;width:50%}div.styles_hashText__\+VO1E{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}div.styles_hashText__\+VO1E p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}div.styles_hashText__\+VO1E button{margin-left:auto}.styles_bold__0UxOs{font-weight:700}.styles_authRequired__jkqoG{align-items:center;display:flex;flex-direction:column}.styles_button__zk0f9{text-transform:uppercase}.styles_wrapper__u\+O6V{border-radius:20px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_wrapper__3ExZO{align-items:center;display:flex;flex-direction:column;height:100%;width:100%}.styles_mainImage__Ar1Dj{background-position:50%;background-repeat:no-repeat;background-size:70%;height:240px;z-index:2}.styles_image__7CvMm{height:100%;width:auto}.styles_winInfo__Q5-Lx{align-items:center;background-position:top;background-repeat:no-repeat;background-size:90%;display:flex;flex-direction:column;margin:-34px 0 0;padding:14px 0;width:224px;z-index:1}.styles_text__qygWO{color:#c5d5ff;font-size:14px;font-weight:500;line-height:20px;margin:0}.styles_amount__W0aOF{color:#fff;font-size:24px;font-weight:600;letter-spacing:-.5px;line-height:24px;margin:0;text-transform:uppercase}@media(max-width:1100px){.styles_mainImage__Ar1Dj{height:200px}.styles_winInfo__Q5-Lx{margin:-54px 0 0;padding:8px 0;width:174px;z-index:3}.styles_text__qygWO{font-size:12px;line-height:18px}.styles_amount__W0aOF{font-size:20px;line-height:20px}}.styles_list__hqYaJ{grid-gap:10px;display:grid;grid-template-columns:repeat(4,1fr);list-style-type:none;margin:0;padding:0;width:100%}.styles_list__hqYaJ ::selection{pointer-events:none}.styles_item__JqEW9{align-items:center;display:flex;justify-content:flex-start;overflow:hidden;width:100%}.styles_icon__gzujf{height:auto;margin:0 10px 0 0;width:22px}.styles_text__fE6Eb{color:inherit;font-size:14px;font-weight:600;line-height:22px;margin:0;text-align:center;text-shadow:rgba(0,0,0,.25) 1px 1px 2px;white-space:nowrap}@media(max-width:1100px){.styles_list__hqYaJ{grid-gap:6px;padding:10px 0 0}.styles_item__JqEW9{flex-direction:column}.styles_icon__gzujf{margin:0 0 10px}.styles_text__fE6Eb{font-size:10px;line-height:18px}}.styles_wrapper__at9EQ{align-items:center;color:#fff;display:flex;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:600;justify-content:space-between;line-height:28px;margin:0 0 8px;width:100%}.styles_wrapper__at9EQ:last-child{margin:0}.styles_alias__aWvss,.styles_date__oQHOl{align-items:center;display:flex;width:48.5%}.styles_avatar__zBsY6{height:26px;margin:0 10px 0 0;width:26px}.styles_prize__TDNTj{align-items:center;display:flex;width:48.5%}.styles_prizeIcon__vtxTj{height:auto;width:30px}.styles_prizeAmount__isZoD{align-items:center;display:flex}.styles_prizeAmount__isZoD span:first-child{margin:0 10px 0 0}.styles_wrapper__vcqVi{display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style-type:none;margin:0;padding:0;width:100%}.styles_header__9j0eB{align-items:center;color:#c1c5fb;display:flex;font-size:14px;font-style:normal;font-weight:500;justify-content:space-between;line-height:18px;margin:0 0 16px;text-align:left;width:100%}.styles_date__D4pA\+,.styles_prize__nMbSZ{width:48.5%}.styles_noWins__Nln14{margin:auto 0}.styles_wrapper__YI\+Vh{display:flex;flex-direction:column;height:100%;justify-content:flex-start;list-style-type:none;margin:0;padding:0;width:100%}.styles_header__iNeS-{align-items:center;color:#c1c5fb;display:flex;font-size:14px;font-style:normal;font-weight:500;justify-content:space-between;line-height:18px;margin:0 0 16px;text-align:left;width:100%}.styles_alias__\+bniY,.styles_prize__XlbUT{width:48.5%}.styles_noWins__jYBn2{margin:auto 0}.styles_wrapper__S6Nzd{background:rgba(7,11,22,.72);border-radius:20px 0 0 20px;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;font-style:normal;height:100%;left:0;min-width:350px;overflow:hidden;overflow-y:auto;padding:54px 24px;position:absolute;top:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;width:40%;z-index:100}.styles_wrapper__S6Nzd.styles_visible__g5V82{-webkit-transform:translateX(0);transform:translateX(0)}.styles_closeIcon__5cYyJ{fill:#fff;height:auto;width:14px}.styles_close__KdZJx{background:none;border:none;outline:none;position:absolute;right:24px;top:14px}.styles_header__6MH54{align-items:center;display:flex;justify-content:space-between;margin:0 0 24px;position:relative}.styles_title__3X1rg{font-size:24px;font-weight:400;letter-spacing:.12px;line-height:28px;margin:0}.styles_select__1rjIK{align-items:center;-webkit-appearance:none;appearance:none;background:rgba(7,11,22,.8);border:none;border-radius:18px;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;display:flex;font-size:14px;font-weight:500;justify-content:space-between;line-height:18px;outline:none;padding:10px 16px;position:relative;width:120px}.styles_selectIcon__zUR5b{border-right:3px solid transparent;border-top:3px solid transparent;border-color:currentcolor currentcolor transparent transparent;border-style:solid;border-width:3px;box-sizing:border-box;color:#fff;display:inline-block;height:0;margin:7px;padding:0;-webkit-transform:rotate(135deg);transform:rotate(135deg);vertical-align:middle;width:0}.styles_selectIcon__zUR5b:after,.styles_selectIcon__zUR5b:before{box-sizing:border-box;content:""}.styles_selectIcon__zUR5b.styles_active__XcdWI{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.styles_historyTypeList__DfGhC{align-items:flex-start;background:rgba(7,11,22,.8);border:none;border-radius:18px;bottom:calc(-26px - 100%);display:flex;flex-direction:column;list-style-type:none;margin:0;padding:10px 16px;position:absolute;right:0;width:120px}.styles_historyTypeItem__\+6Jwj{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:13px;font-weight:500;line-height:17px;margin:0 0 6px;text-align:left;width:100%}.styles_historyTypeItem__\+6Jwj:hover{opacity:.8}.styles_historyTypeItem__\+6Jwj:last-child{margin:0}.styles_historyWrapper__Da5W\+{flex-grow:1}@media(max-width:1100px){.styles_wrapper__S6Nzd{border-radius:0;bottom:0;height:70%;padding:34px 24px;top:auto;-webkit-transform:translateY(100%);transform:translateY(100%);width:100%}.styles_wrapper__S6Nzd.styles_visible__g5V82{-webkit-transform:translateY(0);transform:translateY(0)}.styles_header__6MH54{align-items:center;flex-direction:column;width:100%}.styles_title__3X1rg{margin:0 0 10px}.styles_select__1rjIK{width:100%}.styles_historyTypeList__DfGhC{bottom:calc(10px - 100%);width:100%}}.styles_wrapper__Q0LxZ{height:100%;position:relative;width:100%}.styles_wheelWrapper__WbrXX{background-position:50%;background-repeat:no-repeat;background-size:100%;left:100%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:400px}.styles_wheel__zFQEY{height:auto;width:380px;z-index:1}.styles_wheel__zFQEY.styles_active__cTL3m{-webkit-animation:styles_spin__mehWw 6s cubic-bezier(.68,.38,.3,1) both;animation:styles_spin__mehWw 6s cubic-bezier(.68,.38,.3,1) both;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.styles_pointer__Ejcvr{height:auto;left:50%;position:absolute;top:-26px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:158px;z-index:2}.styles_button__N0gw\+{cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:auto;width:90px;z-index:3}.styles_button__N0gw\+,.styles_text__S9Mqi{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.styles_text__S9Mqi{color:#fff;font-size:18px;font-weight:600;pointer-events:none;text-transform:uppercase;z-index:4}.styles_result__zofmC{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:100%;display:flex;flex-direction:column;height:100%;justify-content:center;left:50%;pointer-events:none;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:100%;z-index:5}.styles_winText__RzcWg{color:#fff;font-size:26px;font-weight:400;letter-spacing:-.563976px;line-height:28px;margin:0;z-index:6}@media(max-width:1100px){.styles_wheelWrapper__WbrXX{left:50%;width:65%}.styles_wheel__zFQEY{width:100%}.styles_pointer__Ejcvr{top:-16px;width:120px}.styles_button__N0gw\+{width:60px}.styles_text__S9Mqi{font-size:14px}.styles_winText__RzcWg{font-size:16px;line-height:18px}}@media(max-width:540px){.styles_pointer__Ejcvr{top:-20px;width:100px}.styles_button__N0gw\+{width:58px}}@-webkit-keyframes styles_spin__mehWw{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(var(--wheel-rotate));transform:rotate(var(--wheel-rotate))}}@keyframes styles_spin__mehWw{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(var(--wheel-rotate));transform:rotate(var(--wheel-rotate))}}.styles_wrapper__C5Ckr{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center}.styles_button__gKQTq{background-color:#0e9628;border:none;border-radius:8px;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:22px;font-weight:700;line-height:27px;overflow:hidden;padding:10px 24px;position:relative;text-align:center;text-transform:uppercase;transition:all .2s ease-in-out}.styles_button__gKQTq:enabled:hover{opacity:.7;transition:all .2s ease-in-out}.styles_button__gKQTq:disabled{background:#5f626e;pointer-events:none}.styles_notAvailable__4Mm0j{color:#fff;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0 0 10px}.styles_time__dHX\+8,.styles_timer__er6aL{align-items:center;display:flex}.styles_time__dHX\+8{background-color:#0e9628;border:none;border-radius:8px;flex-direction:column;height:56px;justify-content:center;margin:0 10px 0 0;width:50px}.styles_time__dHX\+8:last-child{margin:0}.styles_unit__VL3CS{color:#fff;font-size:24px;font-weight:500;letter-spacing:.12px;line-height:28px;margin:0 0 5px}.styles_label__23JHc{color:#c5d5ff;font-size:10px;font-weight:500;letter-spacing:.12px;line-height:12px;margin:0;text-transform:uppercase}.styles_div__crOtz{color:#fff;font-size:24px;font-weight:500;letter-spacing:.12px;line-height:28px;margin:0 10px 0 0}.styles_history__fCSaj{background:none;border:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:16px;font-weight:600;line-height:20px;margin:10px 0 0;overflow:hidden;position:relative;text-align:center;text-decoration-line:underline;transition:all .2s ease-in-out}.styles_history__fCSaj:enabled:hover{opacity:.7;transition:all .2s ease-in-out}.styles_wheelDisabled__HGW6N{align-items:center;display:flex;flex-grow:1;justify-content:center}.styles_button__oI8kS{background:none;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;position:absolute;right:44px;top:10px;z-index:3}.styles_icon__vxJW-{height:14px;width:auto}.styles_wrapper__FhSkV{background-color:#242c45;border-radius:20px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:repeat(6,1fr);height:550px;padding:10px 30px 30px;position:relative;z-index:0}.styles_info__Wzdl7{grid-row-end:3;grid-row-start:1}.styles_actions__cc1Jk,.styles_info__Wzdl7{grid-column-end:6;grid-column-start:1;z-index:2}.styles_actions__cc1Jk{grid-row-end:6;grid-row-start:4}.styles_rewards__FeViN{grid-column-end:6;grid-column-start:1;grid-row-end:7;grid-row-start:6;z-index:2}.styles_wheel__zOxYj{grid-column-end:7;grid-column-start:6;grid-row-end:7;grid-row-start:1;z-index:2}.styles_statistics__-Tbe4{border-radius:20px;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%}@media(max-width:1100px){.styles_wrapper__FhSkV{grid-template-columns:1fr;grid-template-rows:repeat(7,1fr);height:auto;padding:10px}.styles_info__Wzdl7{grid-column-end:2;grid-column-start:1;grid-row-end:3;grid-row-start:1}.styles_wheel__zOxYj{grid-column-end:2;grid-column-start:1;grid-row-end:6;grid-row-start:3}.styles_actions__cc1Jk{grid-column-end:6;grid-column-start:1;grid-row-end:7;grid-row-start:6;z-index:2}.styles_rewards__FeViN{grid-column-end:2;grid-column-start:1;grid-row-end:8;grid-row-start:7}}@media(max-width:540px){.styles_wrapper__FhSkV{height:750px}}.styles_rulesWrap__8xvFg{align-items:flex-start;display:flex;flex-direction:column;font-family:Montserrat;height:auto;justify-content:flex-start;min-height:300px;padding:10px 30px 30px;width:100%}.styles_rulesTitle__-lMiW{align-items:center;display:flex;justify-content:space-evenly;width:100%}.styles_rulesTitleItem__778gc{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:24px;font-style:normal;font-weight:800;letter-spacing:.12px;line-height:29px;position:relative;text-align:center;text-transform:uppercase}.styles_rulesTitleItem__778gc.styles_active__j0XWY:after{background:linear-gradient(180deg,#0e9628,#7db30a);bottom:-5px;content:"";height:3px;left:0;position:absolute;width:100%}.styles_limitsWrap__hQkXn{align-items:flex-start;display:flex;height:100%;justify-content:space-between;padding:30px 0 0 30px;width:100%}.styles_limitsContent__z3Fpt{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;width:48.5%}.styles_limitsContent__z3Fpt h5{color:#fff;font-family:Montserrat;font-size:18px;font-style:normal;font-weight:700;line-height:18px;margin:0 0 10px}.styles_limitsElemWrap__qvNpH{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_limitsElemWrap__qvNpH img{margin-left:-8px;width:35px}.styles_limitsElemWrap__qvNpH h4{color:#fff;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0}@media screen and (max-width:540px){.styles_rulesWrap__8xvFg{padding:15px}.styles_limitsElemWrap__qvNpH{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_limitsElemWrap__qvNpH img{margin-left:-8px;width:30px}.styles_limitsElemWrap__qvNpH h4{font-size:12px}}.styles_cancelWrap__j3gGN{align-items:center;display:flex;flex-direction:column;width:100%}.styles_cancelTitle__iiC47{color:#fff;font-family:Montserrat;font-size:36px;font-weight:700;text-transform:uppercase}.styles_cancelFormWrap__rM3ro{height:100%}.styles_cancelFormWrap__rM3ro,.styles_cancelForm__-lYtO{align-items:center;display:flex;flex-direction:column;width:100%}.styles_cancelForm__-lYtO{justify-content:flex-start}.styles_cancelForm__-lYtO p{margin:15px 0 0}.styles_cancelFormText__W475y,.styles_cancelForm__-lYtO p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400}.styles_cancelFormText__W475y{display:flex;margin:20px 0 0;text-align:left;width:288px}.styles_cancelBtnWrap__ii836{display:flex;margin-top:30px}.styles_cancelBtnWrap__ii836 button:first-child{margin-right:20px}.styles_button__sOvmj{text-transform:uppercase}.styles_hotWrap__3h\+gn{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;height:auto;justify-content:flex-start;min-height:300px;padding:10px 30px 30px;width:100%}.styles_hotTitle__v2CrN{font-size:24px;font-weight:700;letter-spacing:.12px;line-height:29px;text-align:center;text-transform:uppercase;width:100%}.styles_hotImg__bmsB0{display:inline-block;width:100%}.styles_hotContent__BE8zO{display:flex;flex-wrap:wrap;margin:15px 0;width:100%}.styles_hotContentItem__r9ZF4{align-items:center;display:flex;justify-content:flex-start;margin:5px 0;min-width:50%}.styles_hotContentItem__r9ZF4 h6{border:1px solid #7a2dfe;border-radius:8px;font-size:14px;font-weight:500;line-height:18px;margin:0 10px 0 0;padding:5px 10px}.styles_hotContentItem__r9ZF4 h5{font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_hotFooter__SHKvL{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_hotFooter__SHKvL p{font-size:14px;font-weight:500;line-height:18px;margin:0 15px 0 0}.styles_hotCheckboxWrap__EhsZ0{height:100%;margin-top:-5px;position:relative}.styles_hotCheckboxWrap__EhsZ0 input{border-radius:19px;height:21px;opacity:0;width:42px;z-index:1}.styles_hotCheckboxWrap__EhsZ0 input:checked+.styles_hotCheckboxLabel__2JRE4{background:transparent;border:3px solid #7a2dfe}.styles_hotCheckboxWrap__EhsZ0 input:checked+.styles_hotCheckboxLabel__2JRE4:after{background:#fff;border-radius:50%;content:"";display:block;height:21px;margin-left:25px;transition:.2s;width:21px}.styles_hotCheckboxWrap__EhsZ0 input:disabled+.styles_hotCheckboxLabel__2JRE4{pointer-events:none}.styles_hotCheckboxLabel__2JRE4{background:transparent;border:3px solid #888aa7;border-radius:25px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:30px;left:0;position:absolute;top:0;width:55px}.styles_hotCheckboxLabel__2JRE4:after{background:#888aa7;border-radius:50%;box-shadow:1px 3px 3px 1px rgba(0,0,0,.2);content:"";display:block;height:21px;margin:1px 3px 3px 5px;transition:.2s;width:21px}.styles_hotClose__LBX9-{align-items:center;display:flex;justify-content:center;margin:30px 0 0;width:100%}.styles_button__RSh40{text-transform:uppercase}@media screen and (max-width:540px){.styles_hotWrap__3h\+gn{padding:15px}.styles_hotContentItem__r9ZF4 h6{font-size:12px;line-height:18px;padding:5px 10px}.styles_hotContentItem__r9ZF4 h5{font-size:12px;line-height:18px}}.styles_gamesRulesWrap__ioavv{align-items:center;display:flex;flex-direction:column;font-family:Montserrat;height:auto;justify-content:flex-start;min-height:220px;padding:10px 30px 30px;width:100%}.styles_rulesTitle__oezyi{align-items:center;display:flex;justify-content:space-evenly;width:100%}.styles_rulesTitleItem__J0iAp{color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:24px;font-style:normal;font-weight:800;letter-spacing:.12px;line-height:29px;position:relative;text-align:center;text-transform:uppercase}.styles_rulesWrap__nHCGh{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding-top:20px;width:100%}.styles_rulesSlider__1z5b5{align-items:center;display:flex;justify-content:center;width:100%}.styles_rulesSlider__1z5b5 img{border-radius:16px;height:239px;-o-object-fit:cover;object-fit:cover;width:100%}.styles_ruleDescription__i\+g4o{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:80px 0 30px;width:100%}.styles_ruleDescriptionTitle__q0G7N{color:#fff;font-size:16px;font-weight:600;line-height:20px;margin:0;max-height:0;opacity:0;overflow:hidden;visibility:hidden}.styles_ruleDescriptionTitle__q0G7N.styles_active__RQtdN{max-height:300px;min-height:80px;opacity:1;transition:opacity .7s ease-in-out;visibility:visible}.styles_button__anu5-{text-transform:uppercase}@media screen and (max-width:540px){.styles_gamesRulesWrap__ioavv{padding:15px 15px 40px}.styles_rulesSlider__1z5b5{align-items:center;display:flex;justify-content:center;width:100%}.styles_rulesSlider__1z5b5 img{height:180px}}.styles_contactsWrap__s3PP5{align-items:center;background:radial-gradient(100% 100% at 50% 0,#34109a 0,#242c45 100%);display:flex;flex-direction:column;font-family:Montserrat;height:auto;justify-content:flex-start;min-height:300px;padding:0 30px 30px;width:100%}.styles_contactContentTitleWrap__U5726{align-items:center;display:flex;justify-content:center;margin-bottom:20px;margin-top:30px;width:100%}.styles_contactContentTitle__WkAL3{color:#fff;font-size:24px;font-weight:700;text-transform:uppercase}.styles_contactContentTitle__WkAL3,.styles_contactContent__1t58D{align-items:center;display:flex;flex-direction:column;justify-content:center}.styles_contactContent__1t58D{width:100%}.styles_contactContentItem__rFurQ{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;margin:0 10px}.styles_contactContentItem__rFurQ img{display:inline-block;height:116px}.styles_contactContentItem__rFurQ p{color:#888aa7;font-size:16px;font-weight:500;line-height:20px;margin:-10px 0 0}.styles_contactContentItem__rFurQ span{color:#fff;font-size:20px;font-weight:400;line-height:28px;margin:0 0 10px}@media(max-width:768px){.styles_contactContentTitle__WkAL3{font-size:18px}}@media screen and (max-width:540px){.styles_contactsWrap__s3PP5{padding:0 15px 30px}.styles_contactContentItem__rFurQ{margin:0 10px}.styles_contactContentItem__rFurQ img{height:96px}.styles_contactContentItem__rFurQ h5{font-size:14px;line-height:18px}.styles_contactContentItem__rFurQ h4{font-size:18px;line-height:22px}}.styles_wrapper__uC2hY{background-image:url(/static/media/popup_background.d25f4712e750e1b2ae23.webp);background-repeat:no-repeat;color:#fff;flex-direction:column;font-family:Montserrat;padding:0 0 20px}.styles_imageWrapper__ZqSG9,.styles_wrapper__uC2hY{align-items:center;background-position:top;background-size:contain;display:flex}.styles_imageWrapper__ZqSG9{background-image:url(/static/media/popup-gradient.dd98304da0e967804277.webp);background-repeat:repeat-x;justify-content:center;padding:60px 0 40px;width:100%}.styles_image__WhY-U{height:auto;width:240px}.styles_title__6WvAE{font-size:24px;font-weight:700;letter-spacing:.1199999973px;line-height:28px;margin:0 0 30px;text-align:center}.styles_description__1tBhi{font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;margin:0 0 30px;padding:0 32px;text-align:center}.styles_coinVerifyWrap__NUNBC{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_coinVerifyWrap__NUNBC h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_coinVerifyWrap__NUNBC p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px}.styles_hash__VNPYO{display:flex;width:100%}.styles_hash__VNPYO .styles_hashTitle__-PLC9{margin-right:1rem;min-width:155px}.styles_hash__VNPYO .styles_hashTitle__-PLC9 p{margin:8px 0 0;padding:.3rem 0}.styles_hash__VNPYO .styles_hashContent__CNQl5{flex-grow:1;width:50%}div.styles_hashText__S\+j5b{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}div.styles_hashText__S\+j5b p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}div.styles_hashText__S\+j5b button{margin-left:auto}.styles_bold__cDFsz{font-weight:700}.styles_authRequired__5L2dg{align-items:center;display:flex;flex-direction:column}.styles_button__w0nKN{text-transform:uppercase}.styles_betDetailsWrap__yFo6V{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:0 30px;width:100%}.styles_betDetailsTitle__R9\+7L{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800;margin:10px 0}.styles_betDetailsSubtitle__WR6\+L,.styles_betDetailsTitle__R9\+7L{align-items:flex-start;display:flex;justify-content:flex-start;width:100%}.styles_betDetailsSubtitle__WR6\+L{margin-bottom:20px}.styles_betDetailsSubtitleItem1__w6x6T{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-right:25px}.styles_betDetailsSubtitleItem1__w6x6T p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;line-height:17px;margin:5px 0 0;padding:0}.styles_betDetailsSubtitleItem2__VdigK{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.styles_betDetailsSubtitleItem2__VdigK h3{color:#fff;font-family:Montserrat;font-size:14px;font-weight:600;line-height:17px;margin:5px 0 0;padding:0}.styles_betDetailsAmountBlock__2fB7-{align-items:flex-start;display:flex;justify-content:space-around;width:100%}.styles_betDetailsAmount__iB1-w,.styles_betDetailsPayout__je3HW{align-items:flex-start;padding:0 0 0 17px;width:150px}.styles_betDetailsAmount__iB1-w,.styles_betDetailsMultiplier__v-BxN,.styles_betDetailsPayout__je3HW{background:#2f374f;border:2px solid rgba(136,138,167,.29);border-radius:16px;display:flex;flex-direction:column;height:60px;justify-content:center}.styles_betDetailsMultiplier__v-BxN{align-items:center;margin:0 10px;padding:5px 10px;width:auto}.styles_betDetailsAmountTitle__RvX7G{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:.09px;line-height:17px;margin:0;padding:0}.styles_betDetailsAmountSubtitle__IH7Dg{align-items:center;display:flex;height:30px;justify-content:center;margin:0 0 0 -5px}.styles_betDetailsTokenIcon__WXmB-{height:30px;width:30px}.styles_betDetailsAmountResult__JhDLk{color:#fff;font-family:Montserrat;font-size:14px;font-weight:600;letter-spacing:.09px;line-height:17px}.styles_seeds__4zNoU{margin:5px 0 0}.styles_subtitleItem__i96sE:first-child{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;line-height:17px;margin:5px 1rem 0 0;min-width:100px}.styles_subtitleItem__i96sE:first-child p{margin:0;padding:.3rem 0}.styles_subtitleItem__i96sE:last-child{flex-grow:1;width:50%}.styles_seedsText__UXE3N{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:0;padding:.3rem .6rem;width:100%}.styles_seedsText__UXE3N p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles_seedsText__UXE3N div{margin-left:auto}.styles_verifyButtonWrapper__q49oi{margin-top:1rem}.styles_button__v0WOO{text-transform:uppercase}@media(max-width:540px){.styles_betDetailsTitle__R9\+7L{font-size:24px}.styles_betDetailsSubtitleItem1__w6x6T{margin-right:15px;width:50px}.styles_betDetailsSubtitleItem1__w6x6T p{font-size:12px}.styles_betDetailsSubtitleItem2__VdigK h3{font-size:10px;word-break:break-all}.styles_betDetailsAmountBlock__2fB7-{align-items:center;flex-direction:column;justify-content:center}.styles_betDetailsAmount__iB1-w,.styles_betDetailsPayout__je3HW{align-items:center;padding:0}.styles_betDetailsAmount__iB1-w img,.styles_betDetailsPayout__je3HW img{margin-left:-3px}.styles_betDetailsMultiplier__v-BxN{height:60px;margin:10px 0;padding:5px 10px;width:150px}.styles_betDetailsAmountTitle__RvX7G{font-size:12px}.styles_betDetailsTokenIcon__WXmB-{height:25px;width:25px}.styles_betDetailsAmountResult__JhDLk{font-size:12px}}.styles_kenoBetContentWrap__etkIP{align-items:center;color:#fff;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.styles_kenoBetSquaresContent__YKT7j{grid-gap:4px;display:grid;grid-template-columns:repeat(8,1fr);height:250px;margin:15px auto;max-width:450px;width:100%}.styles_kenoSquareItemDetail__3P0jW{align-items:center;background:rgba(136,138,167,.15);border:none;border-radius:8px;box-shadow:none;display:flex;justify-content:center;mix-blend-mode:normal;outline:none;width:100%}.styles_kenoSquareItemDetail__3P0jW p{color:#fff;font-family:Montserrat;font-size:18px;font-weight:400;letter-spacing:.12px;line-height:22px;margin:0;text-align:center}.styles_kenoSquareItemDetail__3P0jW img{display:none}.styles_kenoSquareItemDetail__3P0jW.styles_kenoSquareItemDetailLose__tg1fF{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#302267;box-shadow:0 20px 40px 10px rgba(0,0,0,.25)}.styles_kenoSquareItemDetail__3P0jW.styles_kenoSquareItemDetailWin__NVCgH{background:transparent;border:2px solid #791fed;position:relative}.styles_kenoSquareItemDetail__3P0jW.styles_kenoSquareItemDetailWin__NVCgH p{color:#232323;font-weight:600;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:2}.styles_kenoSquareItemDetail__3P0jW.styles_kenoSquareItemDetailWin__NVCgH img{display:inline-block;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:75%;z-index:1}.styles_kenoSquareItemDetail__3P0jW.styles_kenoSquareItemDetailPick__9\+pyQ{background:linear-gradient(135.09deg,#791fed,#ae5eff 44.25%,#7720e7 99.96%);box-shadow:0 5px 10px #450e8b}@media(max-width:540px){.styles_kenoBetSquaresContent__YKT7j{height:200px}.styles_kenoSquareItemDetail__3P0jW{border-radius:8px}.styles_kenoSquareItemDetail__3P0jW p{font-size:12px;line-height:18px}}.styles_userBonusFrontWrap__JfcFU{align-items:center;background:#202d4a;border-radius:16px;display:flex;flex-direction:column;height:100%;justify-content:flex-start;overflow:hidden;position:relative;width:100%}.styles_userBonusFrontImg__uHWGR{aspect-ratio:300/180;display:inline-block;-o-object-fit:cover;object-fit:cover;width:100%}.styles_titleWrap__qivLa{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;margin:20px 0 10px;width:100%}.styles_userBonusFrontName__wg4a4{color:#fccd00;font-family:Montserrat;font-size:16px;font-weight:600;line-height:20px;margin:0 15px;text-align:center}.styles_userBonusFrontFlipBtn__ykUma{background:#424862;border:none;border-radius:17px;box-shadow:none;color:#fff;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:9px;font-style:normal;font-weight:700;line-height:12px;margin:0 16px;outline:none;padding:8px 12px;text-align:center;z-index:1}.styles_userBonusFrontContent__iqsOZ{height:100%;padding:20px 15px}.styles_userBonusFrontContentInfo__LY5j9,.styles_userBonusFrontContent__iqsOZ{align-items:center;display:flex;flex-direction:column;justify-content:space-between;width:100%}.styles_userBonusFrontContentInfo__LY5j9{margin-bottom:15px}.styles_userBonusFrontContentInfoMinMaxItem__IJ6mR{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px;width:100%}.styles_userBonusFrontContentInfoMinMaxItem__IJ6mR h3{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;line-height:20px;margin:0}.styles_userBonusFrontContentInfoMinMaxItem__IJ6mR h4{color:#7074a4;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0}.styles_userBonusFrontContentInfoAmount__ksLeM{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_userBonusFrontContentInfoAmount__ksLeM h3{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;line-height:20px;margin:0}.styles_userBonusFrontContentInfoAmount__ksLeM h4{color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_userBonusFrontContentInfoAmount__ksLeM h5{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;line-height:18px;margin:0}.styles_userBonusFrontContentInfoAmount__ksLeM h6{color:#99d290;font-family:Montserrat;font-size:14px;font-weight:400;line-height:20px;margin:0 0 0 10px}.styles_userBonusFrontContentInfoAmount__ksLeM h6 img{margin:0 7px 5px 0;width:17px}.styles_userBonusFrontContentInfoTimer__py-x0{align-items:center;display:flex;height:auto;justify-content:space-between;width:100%}.styles_userBonusFrontContentInfoTimer__py-x0 h4{color:#7074a4;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0 0 7px}.styles_userBonusFrontContentInfoTimerContent__euwEx{align-items:flex-start;color:#fff;display:flex;justify-content:center}.styles_userBonusFrontContentInfoTimerContent__euwEx img{display:block;height:auto;margin:0 2px 4px 0;width:19px}.styles_userBonusFrontContentInfoTimerItem__iYOAz{align-items:center;display:flex;justify-content:center;margin:0 2px;width:25px}.styles_userBonusFrontContentInfoTimerItem__iYOAz p{color:#fff;font-size:14px;font-style:normal;font-weight:400;line-height:16px;margin:0}.styles_userBonusFrontContentButton__OdFnh{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:20px;position:relative;width:100%}.styles_userBonusFrontContentButton__OdFnh h6{background:#fff;border-radius:50%;color:#000;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;height:16px;line-height:17px;position:absolute;right:20px;text-align:center;top:11px;width:16px}.styles_userBonusFrontContentButton__OdFnh button{text-transform:uppercase}.styles_userBonusFrontContentProgress__6SCgX{align-items:center;border-radius:8px;display:flex;flex-direction:column;height:60px;justify-content:flex-end;margin-top:20px;padding:10px 10px 0;width:100%}.styles_userBonusFrontContentProgressAmount__UxHFI{display:flex;justify-content:center;margin-bottom:8px;width:100%}.styles_userBonusFrontContentProgressAmount__UxHFI h2,.styles_userBonusFrontContentProgressAmount__UxHFI h3{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0}.styles_userBonusFrontContentProgressAmount__UxHFI h2{color:#99d290;margin-right:6px}.styles_userBonusFrontContentProgressAmount__UxHFI h3{color:#fff}.styles_userBonusFrontContentProgressLine__5smw0{background:#424862;border-radius:4px;display:flex;height:8px;overflow:hidden;position:relative;width:100%}.styles_userBonusFrontContentProgressLineInner__rHfx4{-webkit-animation:styles_userBonusProgress__bZooc 2s ease-in-out forwards;animation:styles_userBonusProgress__bZooc 2s ease-in-out forwards;-webkit-animation-delay:1s;animation-delay:1s;background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:4px;height:8px;left:0;opacity:0;position:absolute;top:0}@-webkit-keyframes styles_userBonusProgress__bZooc{0%{opacity:0}to{opacity:1}}@keyframes styles_userBonusProgress__bZooc{0%{opacity:0}to{opacity:1}}.styles_userBonusFrontContentGame__nFKTM{align-items:center;background:#161e31;border-radius:8px;display:flex;justify-content:flex-start;margin-top:10px;padding:10px;width:100%}.styles_userBonusFrontContentGame__nFKTM img{border-radius:2px;display:inline-block;height:48px;width:71px}.styles_userBonusFrontContentGame__nFKTM .styles_spinsContent__MgS4l{display:flex;flex-direction:column;height:100%;justify-content:space-evenly;margin-left:10px}.styles_userBonusFrontContentGame__nFKTM .styles_spinsContent__MgS4l h4{color:#7074a4;font-family:Open Sans;font-size:9px;font-style:normal;font-weight:700;line-height:12px;margin:0}.styles_userBonusFrontContentGame__nFKTM .styles_spinsContent__MgS4l h5{color:#fff;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0}.styles_userBonusFrontContentGame__nFKTM .styles_spinsContent__MgS4l button{-webkit-text-fill-color:transparent;text-fill-color:transparent;background:transparent;background:linear-gradient(180deg,#0e9628,#7db30a);-webkit-background-clip:text;background-clip:text;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:12px;font-style:normal;font-weight:700;line-height:18px;text-transform:uppercase}.styles_userBonusFrontContentGame__nFKTM .styles_spinsContent__MgS4l button:disabled{pointer-events:none}.styles_userBonusFrontContentSpinAmount__h5glH{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:15px 0;width:100%}.styles_userBonusFrontContentSpinAmount__h5glH h4{color:#fff;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin:0}.styles_userBonusFrontContentSpinAmount__h5glH h5{color:#fccd00;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin:0}@media(max-width:400px){.styles_userBonusFrontContentInfoMinMaxItem__IJ6mR h3{font-size:14px}}.styles_bonusLoginWrap__6GVf4{align-items:center;background-image:url(/static/media/bonus-pop-up-bg.24b35f9fc2f06cb38c90.webp);background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;justify-content:space-between;min-height:500px;padding:30px;width:100%}.styles_bonusLoginMainTitle__y5GQ\+{color:#fff;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:700;letter-spacing:.12px;line-height:28px}.styles_bonusLoginSubtitle__hianC{color:#c1c5fb;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px}.styles_bonusLoginTitleWrap__ainZp{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-top:30px;position:relative;width:100%}.styles_bonusLoginTitleBlurImg__ifQ6K{left:50%;position:absolute;top:-40%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80%}.styles_bonusLoginTitleImg__Se2dd{display:inline-block;height:120px;z-index:2}.styles_bonusLoginTitle__eWOLc{color:#fff;font-family:Montserrat;font-size:24px;font-style:normal;font-weight:400;letter-spacing:.12px;line-height:28px;margin:50px 0 10px;text-align:center;z-index:2}.styles_bonusLoginTimerWrap__LehbZ{align-items:center;display:flex;justify-content:center;min-height:100px;width:100%}.styles_bonusLoginTimerWrap__LehbZ h4{color:#fff!important;font-size:14px!important;font-weight:400!important;line-height:18px!important}.styles_bonusLoginBtn__\+2cRY{margin-top:60px}.styles_bonusLoginBtn__\+2cRY,.styles_wrapperSlider__9cZmk{align-items:center;display:flex;justify-content:center;width:100%}.styles_wrapperSlider__9cZmk{height:100%}.styles_bonusSlide__GI2z0{align-items:center;display:flex!important;flex-direction:column;justify-content:space-between;width:100%}.styles_button__HCjor{background:none;background:hsla(0,0%,100%,.24);border:none;border-radius:8px;bottom:0;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:40px;position:absolute;top:199px;transition:all .2s ease-in-out;width:40px;z-index:2}.styles_button__HCjor:hover{opacity:.7}.styles_button__HCjor.styles_left__fl9ld{left:13%;margin:0 0 0 -60px;top:20%}.styles_button__HCjor.styles_right__u2YQd{margin:0 -60px 0 0;right:13%;top:20%}.styles_arrow__1Ot1g{height:auto;width:10px}.styles_arrowLeft__TiUGC{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.styles_viewAll__huxLl{text-transform:uppercase}@media(max-width:580px){.styles_bonusLoginTitle__eWOLc{bottom:-30px}.styles_bonusLoginTitle__eWOLc p{font-size:14px;line-height:24px;padding:10px 20px}.styles_bonusLoginTitleBlurImg__ifQ6K{position:absolute;top:-35%;width:100%}}@media(max-width:540px){.styles_bonusLoginTitle__eWOLc{font-size:18px}.styles_bonusLoginBtn__\+2cRY{margin-bottom:70px;margin-top:20px}.styles_button__HCjor.styles_left__fl9ld{left:50%;margin:0 0 0 -60px;top:95%}.styles_button__HCjor.styles_right__u2YQd{margin:0 -60px 0 0;right:50%;top:95%}}.styles_bonusCancelWrap__9UREq{align-items:center;background:linear-gradient(1turn,#202d4a 60%,#e3aa1a);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px;width:100%}.styles_bonusCancelImg__EwtAO{display:inline-block;width:40%}.styles_bonusCancelTitle__ZrJwd{color:#fff;font-size:24px;letter-spacing:.12px;line-height:28px;margin:30px 0 16px}.styles_bonusCancelDescription__bk0cR,.styles_bonusCancelTitle__ZrJwd{font-family:Montserrat;font-style:normal;font-weight:400;text-align:center}.styles_bonusCancelDescription__bk0cR{color:#c1c5fb;font-size:14px;line-height:18px;margin:0}.styles_error__JZOIa{color:red;font-family:Montserrat;font-size:14px;font-weight:500;margin:16px 0 0;min-height:30px}.styles_bonusCancelBtn__uu-4X{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin:40px 0 0;width:100%}.styles_bonusCancelBtnWrap__UcAlO{display:flex;width:100%}.styles_bonusCancelBtnWrap__UcAlO:first-of-type{margin-bottom:20px}.styles_button__FV0A2{text-transform:uppercase}.styles_kenoVerify__RfkB9{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_kenoVerify__RfkB9 h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_kenoVerify__RfkB9 p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px}.styles_hash__19tpU{display:flex;width:100%}.styles_hash__19tpU .styles_hashTitle__RYfPp{margin-right:1rem;min-width:155px}.styles_hash__19tpU .styles_hashTitle__RYfPp p{margin:8px 0 0;padding:.3rem 0}.styles_hash__19tpU .styles_hashContent__B9n6K{flex-grow:1;width:50%}div.styles_hashText__peQmf{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}div.styles_hashText__peQmf p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}div.styles_hashText__peQmf button{margin-left:auto}.styles_bold__RSAWm{font-weight:700}.styles_authRequired__sYiWq{align-items:center;display:flex;flex-direction:column}.styles_button__TdiyU{text-transform:uppercase}.styles_bonusCollectWrap__fCItl{align-items:center;background:linear-gradient(180deg,rgba(179,98,3,.46) -25.56%,rgba(255,212,59,0) 100%,#242c45 0);display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:30px;width:100%}.styles_bonusCollectWrap__fCItl h2{color:#eab52d;font-family:Montserrat;font-size:40px;font-style:normal;font-weight:700;letter-spacing:-1px;line-height:49px;text-align:center;text-transform:uppercase}.styles_bonusCollectWrap__fCItl h3{font-size:16px;margin:10px 0 30px}.styles_bonusCollectWrap__fCItl h3,.styles_bonusCollectWrap__fCItl h4{color:#fff;font-family:Montserrat;font-style:normal;font-weight:600;line-height:20px;text-align:center}.styles_bonusCollectWrap__fCItl h4{border:1px solid #424862;font-size:18px;margin:0 0 40px;padding:16px 26px}.styles_bonusCollectWrap__fCItl h4 img{margin-bottom:2px;width:35px}.styles_bonusCollectImg__Wffkm{display:inline-block;margin:50px 0 30px;width:50%}.styles_button__Vl2mw{text-transform:uppercase}.styles_currencyWrap__BohRn{border:1px solid #424862;border-radius:8px;display:flex;height:100%;max-height:162px;width:100%}.styles_currencyScrollWrap__1YMSy{grid-gap:10px;border:8px solid transparent;display:grid;grid-template-columns:repeat(2,1fr);height:100%;max-height:160px;overflow-y:auto;scrollbar-color:#424862 transparent;scrollbar-width:thin;width:100%}.styles_currencyScrollWrap__1YMSy::-webkit-scrollbar{width:6px}.styles_currencyScrollWrap__1YMSy::-webkit-scrollbar-track{background:transparent}.styles_currencyScrollWrap__1YMSy::-webkit-scrollbar-thumb{background-color:#424862;border-radius:5px}.styles_currencyItem__mLrHU{align-items:center;display:flex;justify-content:flex-start}.styles_currencyItem__mLrHU img{width:40px}.styles_currencyItem__mLrHU .styles_currencyToken__OZn7W{color:#fff;font-family:Montserrat;font-size:22px;font-style:normal;font-weight:400;line-height:28px;margin:0}.styles_currencyItem__mLrHU.styles_currencyItemSmall__ui25S img{width:28px}.styles_currencyItem__mLrHU.styles_currencyItemSmall__ui25S .styles_currencyToken__OZn7W{color:#fff;font-family:Montserrat;font-size:13px;font-style:normal;font-weight:500;line-height:20px;margin:0}@media(max-width:1500px){.styles_currencyWrap__BohRn{max-height:130px}.styles_currencyScrollWrap__1YMSy{max-height:126px}.styles_currencyItem__mLrHU img{width:30px}.styles_currencyItem__mLrHU .styles_currencyToken__OZn7W{font-size:20px;line-height:28px}}@media(max-width:1350px){.styles_currencyScrollWrap__1YMSy{max-height:126px}.styles_currencyItem__mLrHU img{width:30px}.styles_currencyItem__mLrHU .styles_currencyToken__OZn7W{font-size:18px;line-height:28px}}@media(max-width:640px){.styles_currencyWrap__BohRn{max-height:240px}.styles_currencyScrollWrap__1YMSy{grid-gap:5px;grid-template-columns:repeat(1,1fr);max-height:238px}.styles_currencyItem__mLrHU img{width:30px}.styles_currencyItem__mLrHU .styles_currencyToken__OZn7W{font-size:16px;line-height:20px}}.styles_wrapper__z4tT8{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.styles_gradient__8GHAN{background:radial-gradient(100% 100% at 50% 0,#6f492d 0,rgba(111,73,45,0) 100%);height:330px;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_info__xa5Qa{fill:#fff;cursor:pointer;-webkit-filter:brightness(2);filter:brightness(2);height:14px;position:absolute;right:60px;top:18px;transition:all .1s ease-in-out;width:14px;z-index:8}.styles_info__xa5Qa:hover{fill:hsla(0,0%,100%,.8);transition:all .1s ease-in-out}.styles_content__22VME{align-items:center;display:flex;flex-direction:column;padding:30px 0;position:relative;width:340px;z-index:2}.styles_titleWrapper__\+uKOP{align-items:center;display:flex;justify-content:center;margin:0 0 14px}.styles_title__2b0SE{color:#fff;font-size:36px;font-weight:800;letter-spacing:.18px;line-height:43px;margin:0 12px 0 0;text-align:center}.styles_percent__PHXn\+{background:linear-gradient(180deg,#0e9628,#7db30a);border-radius:19px;color:#fff;cursor:default;font-size:11px;font-weight:700;letter-spacing:1.1px;line-height:13px;padding:6px 12px;text-align:center}.styles_percent__PHXn\+::selection{pointer-events:none}.styles_image__6b2sP{height:300px;margin:0 0 14px;width:auto}.styles_image__6b2sP::selection{pointer-events:none}.styles_currencies__9c1T2{margin:0 0 14px;width:100%}.styles_error__-fgku{color:red;font-size:12px;font-weight:400;margin-bottom:14px}.styles_collect__fmy14{width:100%}.styles_desc__uXKFw{color:#fff;font-size:18px;font-weight:400;letter-spacing:.12px;line-height:22px;margin:0 auto 14px;text-align:center}.styles_button__hKqfC{text-transform:uppercase}@media(max-width:400px){.styles_content__22VME{width:80%}.styles_title__2b0SE{font-size:30px;line-height:37px}.styles_percent__PHXn\+{font-size:9px;font-weight:700;line-height:11px;padding:4px 8px}.styles_image__6b2sP{height:auto;width:100%}.styles_desc__uXKFw{font-size:14px;line-height:18px}}.styles_wrapper__nJ337{align-items:center;display:flex;flex-direction:column;position:relative;width:100%}.styles_gradient__eK\+Tf{background:radial-gradient(100% 100% at 50% 0,#6f492d 0,rgba(111,73,45,0) 100%);height:330px;left:0;position:absolute;top:0;width:100%;z-index:1}.styles_back__8UqPt{fill:#fff;cursor:pointer;-webkit-filter:brightness(2);filter:brightness(2);height:24px;left:20px;position:absolute;top:13px;transition:all .1s ease-in-out;width:24px;z-index:8}.styles_back__8UqPt:hover{fill:hsla(0,0%,100%,.8);transition:all .1s ease-in-out}.styles_content__oBLG5{align-items:center;display:flex;flex-direction:column;padding:30px 0 0;position:relative;width:90%;z-index:2}.styles_title__vm4nW{color:#fff;font-size:36px;font-weight:800;letter-spacing:.18px;line-height:43px;margin:0 0 12px;text-align:center}.styles_desc__YvYkw{color:#fff;font-size:14px;font-weight:400;line-height:18px;margin:0 0 12px;text-align:left}.styles_tableWrapper__0B9OR{padding:0 0 30px}.styles_tableTitle__wQaQ1{color:#fff;font-size:16px;font-weight:600;line-height:20px;margin:24px 0}.styles_ranks__Khiht{display:flex;justify-content:space-between;list-style-type:none;margin:0;padding:0 10px;width:100%}.styles_rank__AgHAx{align-items:center;color:#fff;display:flex;flex-direction:column;font-size:14px;font-weight:600;line-height:18px;text-align:center;width:15%}.styles_percentage__Yb0HE{align-items:center;background:rgba(7,11,22,.72);border-radius:8px;display:flex;height:34px;justify-content:center;margin:0 0 3px;padding:0;width:100%}.styles_text__Csh83{color:#c1c5fb;font-size:13px;font-weight:400;line-height:18px;text-align:center;text-transform:uppercase}.styles_hotKeyBlackJack__e\+1A-{align-items:flex-start;color:#fff;display:flex;flex-direction:column;font-family:Montserrat;height:auto;justify-content:flex-start;min-height:300px;padding:10px 30px 30px;width:100%}.styles_hotKeyBlackJackImage__MQfZ9{-webkit-animation:styles_displayOption__uQRwV 1s ease-in-out forwards;animation:styles_displayOption__uQRwV 1s ease-in-out forwards;display:inline-block;min-height:100px;opacity:0;width:100%}.styles_hotKeyBlackJackTitle__iqYRO{align-items:center;display:flex;font-size:24px;font-weight:700;justify-content:center;letter-spacing:.12px;line-height:29px;text-align:center;text-transform:uppercase;width:100%}.styles_hotKeyBlackJackTopicWrap__rcBXj{align-items:center;display:flex;justify-content:flex-start;margin:20px 0;width:100%}.styles_hotKeyBlackJackTopicItem__bU8b6{border:none;color:#7074a4;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-family:Montserrat;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-right:10px;padding:5px 0}.styles_hotKeyBlackJackTopicItemActive__wa7GG{border-bottom:2px solid #5942ee;color:#fff}.styles_hotKeyBlackJackOptionsWrap__BW9to{display:inline-flex;flex-wrap:wrap;margin-bottom:30px;min-height:130px;width:100%}.styles_hotKeyBlackJackOptionsItem__v0S4u{align-items:center;-webkit-animation:styles_displayOption__uQRwV 1s ease-in-out forwards;animation:styles_displayOption__uQRwV 1s ease-in-out forwards;display:flex;justify-content:flex-start;margin:0 0 10px;min-width:50%;opacity:0}.styles_hotKeyBlackJackOptionsItem__v0S4u h4{border:1px solid #7a2dfe;border-radius:8px;color:#fff;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0 10px 0 0;padding:5px 10px}.styles_hotKeyBlackJackOptionsItem__v0S4u h5{color:#fff;font-family:Montserrat;font-size:14px;font-style:normal;font-weight:400;line-height:18px;margin:0;text-align:left}@-webkit-keyframes styles_displayOption__uQRwV{0%{opacity:0}to{opacity:1}}@keyframes styles_displayOption__uQRwV{0%{opacity:0}to{opacity:1}}.styles_hotKeyBlackJackFooter__ABFel{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_hotKeyBlackJackFooter__ABFel p{font-size:14px;font-weight:500;line-height:18px;margin:0 15px 0 0}.styles_hotKeyBlackJackInputWrap__V4Ev1{height:100%;margin-top:-5px;position:relative}.styles_hotKeyBlackJackInputWrap__V4Ev1 input{border-radius:19px;height:21px;opacity:0;width:42px;z-index:1}.styles_hotKeyBlackJackInputWrap__V4Ev1 input:checked+.styles_hotKeyBlackJackInputLabel__CHrGV{background:transparent;border:3px solid #7a2dfe}.styles_hotKeyBlackJackInputWrap__V4Ev1 input:checked+.styles_hotKeyBlackJackInputLabel__CHrGV:after{background:#fff;border-radius:50%;content:"";display:block;height:21px;margin-left:25px;transition:.2s;width:21px}.styles_hotKeyBlackJackInputWrap__V4Ev1 input:disabled+.styles_hotKeyBlackJackInputLabel__CHrGV{pointer-events:none}.styles_hotKeyBlackJackInputLabel__CHrGV{background:transparent;border:3px solid #888aa7;border-radius:25px;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;height:30px;left:0;position:absolute;top:0;width:55px}.styles_hotKeyBlackJackInputLabel__CHrGV:after{background:#888aa7;border-radius:50%;box-shadow:1px 3px 3px 1px rgba(0,0,0,.2);content:"";display:block;height:21px;margin:1px 3px 3px 5px;transition:.2s;width:21px}.styles_hotKeyBlackJackClose__Ut7Vl{align-items:center;display:flex;justify-content:center;margin:30px 0 0;width:100%}.styles_button__oaMIa{text-transform:uppercase}@media screen and (max-width:540px){.styles_hotKeyBlackJack__e\+1A-{padding:15px}}.styles_blackJackBet__J92vk{grid-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);margin:30px 0 0;width:100%}.styles_blackJackBetItem__We-eX{align-items:flex-start;display:flex;justify-content:flex-start;min-height:220px;position:relative;width:100%}.styles_blackJackBetResult__Ugr2A{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_blackJackBetResult__Ugr2A h3{color:#fff}.styles_blackJackBetResult__Ugr2A h3,.styles_blackJackBetResult__Ugr2A h4{font-family:Montserrat;font-size:14px;font-style:normal;font-weight:500;line-height:18px;margin:0 5px 0 0}.styles_blackJackBetResult__Ugr2A h4{color:#fccd00}.styles_seeds__CNNkA{align-items:center;display:flex;margin:5px 0 0;max-width:100%}.styles_subtitleItem__FX9zQ:first-child{margin:5px 1rem 0 0;min-width:100px}.styles_subtitleItem__FX9zQ:first-child p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;line-height:17px;margin:0;padding:.3rem 0;text-align:left}.styles_subtitleItem__FX9zQ:last-child{flex-grow:1;width:50%}.styles_seedsText__wcDmY{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:0;padding:.3rem .6rem;width:100%}.styles_seedsText__wcDmY p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles_seedsText__wcDmY div{margin-left:auto}.styles_verifyButtonWrapper__7r888{margin-top:1rem}.styles_verifyButton__hWf0x{text-transform:uppercase}@media(max-width:540px){.styles_blackJackBetItem__We-eX{min-height:200px}}.styles_wrapper__ecxwC{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_wrapper__ecxwC h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_wrapper__ecxwC p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px;margin:0 0 10px}.styles_wrapper__ecxwC .styles_hash__mTTdN{display:flex;width:100%}.styles_wrapper__ecxwC .styles_hash__mTTdN .styles_hashTitle__ejviz{margin-right:1rem;min-width:155px}.styles_wrapper__ecxwC .styles_hash__mTTdN .styles_hashTitle__ejviz p{margin:8px 0 0;padding:.3rem 0}.styles_wrapper__ecxwC .styles_hash__mTTdN .styles_hashContent__ube4k{flex-grow:1;width:50%}.styles_wrapper__ecxwC div.styles_hashText__0IviT{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}.styles_wrapper__ecxwC div.styles_hashText__0IviT p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles_wrapper__ecxwC div.styles_hashText__0IviT button{margin-left:auto}.styles_wrapper__ecxwC .styles_bold__8dA1q{font-weight:700}.styles_wrapper__ecxwC .styles_lastParagraph__SBZx4{margin:0 0 24px}.styles_wrapper__MRmuD{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;padding:15px;width:100%}.styles_title__q9on7{color:#7074a4;font-family:Montserrat;font-size:16px;font-weight:500;margin:0 0 20px}.styles_list__4ntrT li{color:#7074a4;font-family:Montserrat;font-size:14px;font-weight:400;margin:5px 0;text-decoration:none}.styles_description__Wtb2n{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin:30px auto;max-width:800px;opacity:70%;text-align:center}.styles_wrapper__bA1d9{align-items:center;display:flex;margin:20px 0;width:100%}.styles_list__9oA3r{align-items:center;display:flex;list-style-type:none;margin:0;padding:0}.styles_item__JgMSO{margin:0 16px 0 0}.styles_item__JgMSO:last-child{margin:0}.styles_button__0Xi4\+{background:none;border:none;border-bottom:2px solid transparent;color:#7074a4;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;padding:0 0 2px;text-align:left}.styles_button__0Xi4\+.styles_active__39Yit{border-bottom:2px solid #5942ee;color:#fff}.styles_image__KyIGR{align-self:center;height:auto;margin:0 0 20px;max-width:300px;width:100%}.styles_title__65lgg{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;text-align:center}.styles_desc__LC\+Re{color:#c1c5fb;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;text-align:left}.styles_game__QXfVt ol,.styles_game__QXfVt ul{padding:0 1.5rem}.styles_game__QXfVt li{color:#c1c5fb;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;margin:0 0 6px;text-align:left}.styles_game__QXfVt li:last-child{margin:0}.styles_list__7rCXz{background:rgba(0,0,0,.7);display:flex;flex-direction:column;height:auto;list-style-type:none;margin:0;padding:34px 24px}.styles_item__adyUp{align-items:center;display:flex;flex-direction:column;margin:0 0 32px}.styles_title__hgxdU{color:#fff;font-size:16px;font-weight:600;letter-spacing:0;line-height:20px;margin:0 0 16px;text-align:center}.styles_cards__f9V3T{align-items:center;display:flex;justify-content:space-between;margin:0 0 16px;width:100%}.styles_card__UvCse{height:auto;width:17%}.styles_desc__Up\+vU{color:#c1c5fb;font-size:14px;font-weight:400;letter-spacing:0;line-height:18px;text-align:center}.styles_wrapper__HgoxP{display:flex;flex-direction:column;max-height:100%;overflow:hidden;padding:0 16px}.styles_title__7gd83{color:#fff;font-size:24px;font-weight:800;letter-spacing:.12px;line-height:29px;text-align:center;text-transform:uppercase}.styles_container__u2K9J{display:flex;flex-direction:column;flex-grow:1;overflow:hidden;overflow-y:scroll}.styles_wrapper__eHAsg{align-items:flex-start;display:flex;flex-direction:column;width:50%}.styles_row__DHD2F{align-items:center;display:flex;margin:0 0 10px}.styles_row__DHD2F:last-child{margin:0}.styles_text__e7-Kq{color:#fff;font-size:14px;font-weight:600;line-height:17px}.styles_combination__OIZyN{color:#fccd00;font-size:14px;font-weight:500;line-height:17px;margin:0 0 0 10px}.styles_cards__wn4-7{height:100px;position:relative}.styles_card__abVTU{height:100px;width:auto}.styles_kicker__xdKJz{background:#5942ee;color:#fff;font-size:14px;font-weight:500;line-height:17px;margin:0 0 0 10px;padding:0 2px}@media(max-width:540px){.styles_wrapper__eHAsg{margin:0 0 15px}}.styles_combinations__FFTYJ{align-items:center;display:flex;justify-content:space-between;margin:10px 0;width:100%}.styles_payouts__EI3No{align-items:center;display:flex;margin:0 0 10px;width:100%}.styles_payout__8yW4i{align-items:center;color:#a2a5cc;display:flex;font-size:14px;font-weight:600;justify-content:flex-start;line-height:17px;margin:0;width:25%}.styles_amount__FRKo1{color:#fff;margin:0 0 0 6px}.styles_seeds__gw\+-7{align-items:center;display:flex;margin:5px 0 0;max-width:100%}.styles_subtitleItem__cHVNi:first-child{margin:5px 1rem 0 0;min-width:100px}.styles_subtitleItem__cHVNi:first-child p{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:400;line-height:17px;margin:0;padding:.3rem 0;text-align:left}.styles_subtitleItem__cHVNi:last-child{flex-grow:1;width:50%}.styles_seedsText__0ujSr{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:0;padding:.3rem .6rem;width:100%}.styles_seedsText__0ujSr p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles_seedsText__0ujSr div{margin-left:auto}.styles_verifyButtonWrapper__05L0g{margin-top:1rem}.styles_verifyButton__WGa2R{text-transform:uppercase}@media(max-width:540px){.styles_combinations__FFTYJ{align-items:flex-start;flex-direction:column}.styles_payouts__EI3No{grid-gap:10px;display:grid;grid-template-columns:repeat(2,1fr)}}.styles_wrapper__qy-89{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_wrapper__qy-89 h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_wrapper__qy-89 p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px;margin:0 0 10px}.styles_wrapper__qy-89 .styles_hash__4ovQd{display:flex;width:100%}.styles_wrapper__qy-89 .styles_hash__4ovQd .styles_hashTitle__nKroI{margin-right:1rem;min-width:155px}.styles_wrapper__qy-89 .styles_hash__4ovQd .styles_hashTitle__nKroI p{margin:8px 0 0;padding:.3rem 0}.styles_wrapper__qy-89 .styles_hash__4ovQd .styles_hashContent__Cm\+Z5{flex-grow:1;width:50%}.styles_wrapper__qy-89 div.styles_hashText__51ont{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}.styles_wrapper__qy-89 div.styles_hashText__51ont p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles_wrapper__qy-89 div.styles_hashText__51ont button{margin-left:auto}.styles_wrapper__qy-89 .styles_bold__JASzA{font-weight:700}.styles_wrapper__qy-89 .styles_lastParagraph__4jfur{margin:0 0 24px}.styles_wrapper__oFe81{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;margin:30px 0;position:relative;width:100%}.styles_bg__HD5F3{display:inline-block;-o-object-fit:cover;object-fit:cover;width:100%}.styles_para__q4Rma{color:#fff;font-family:Montserrat;font-size:14px;font-weight:400;margin-top:20px}.styles_para__q4Rma span{color:#888aa7;font-family:Montserrat;font-size:14px;font-weight:600;text-transform:uppercase}.styles_winWrap__tZ1Dd{align-items:center;background-image:url(/static/media/plinko-win.ee691ddd873eaae4c639.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;flex-direction:column;height:70%;justify-content:center;left:50%;position:absolute;top:10%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:70%}.styles_winWrap__tZ1Dd h3{color:#fff;font-family:Montserrat;font-size:18px;font-weight:500;margin:0 0 10px}.styles_winWrap__tZ1Dd img{display:inline-block;width:25px}.styles_winWrap__tZ1Dd p{color:#fff;font-family:Montserrat;font-size:10px;font-weight:500;margin:0}.styles_amountWrap__gIOV-{align-items:center;display:flex;justify-content:center;width:100%}.styles_wrapper__yCmnf{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:30px;width:100%}.styles_wrapper__yCmnf h3{color:#fff;font-family:Montserrat;font-size:36px;font-weight:800}.styles_wrapper__yCmnf p{color:#fff;font-family:Montserrat;font-size:14px;font-weight:500;line-height:17px;margin:0 0 10px}.styles_wrapper__yCmnf .styles_hash__R6uWT{display:flex;width:100%}.styles_wrapper__yCmnf .styles_hash__R6uWT .styles_hashTitle__g\+pd4{margin-right:1rem;min-width:155px}.styles_wrapper__yCmnf .styles_hash__R6uWT .styles_hashTitle__g\+pd4 p{margin:8px 0 0;padding:.3rem 0}.styles_wrapper__yCmnf .styles_hash__R6uWT .styles_hashContent__zS9gw{flex-grow:1;width:50%}.styles_wrapper__yCmnf div.styles_hashText__-GKd6{align-items:center;border:2px solid #3757dd;border-radius:14px;box-sizing:border-box;display:flex;margin:5px 0 0;padding:.3rem .6rem;width:100%}.styles_wrapper__yCmnf div.styles_hashText__-GKd6 p{color:#fff;font-family:Montserrat;font-size:.8rem;font-weight:600;line-height:17px;margin:0;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.styles_wrapper__yCmnf div.styles_hashText__-GKd6 button{margin-left:auto}.styles_wrapper__yCmnf .styles_bold__SRfvP{font-weight:700}.styles_wrapper__yCmnf .styles_lastParagraph__bUG1n{margin:0 0 24px}.styles_wrapper__LXb6g{align-items:center;background:linear-gradient(180deg,#d9ab40,#282c44);background-repeat:no-repeat;background-size:100% 220px;display:flex;flex-direction:column;padding:40px 0 30px;width:auto}.styles_image__lpNZo{height:auto;margin-bottom:32px;width:182px}.styles_title__Hibtb{color:#fff;font-family:Montserrat;font-size:24px;text-transform:uppercase}.styles_description__4xm1R{color:#c1c5fb;font-family:Montserrat;font-size:14px;font-weight:400;max-width:300px;text-align:center}.styles_action__iuP8t{margin:80px 16px 0;width:328px!important}.styles_wrapper__8FkbT{align-items:flex-start;display:flex;flex-direction:column;padding:16px;width:100%}.styles_title__Qr8yh{color:#888aa7;font-family:Montserrat;font-size:16px;font-weight:500;margin:0}.styles_total__TL4yN{align-items:center;display:flex;margin-bottom:20px}.styles_total__TL4yN img{display:block;height:auto;width:40px}.styles_total__TL4yN p{color:#fff;font-family:Montserrat;font-size:24px;font-weight:400;margin:0}.styles_totalCurrency__9-NAB{align-items:flex-start;display:flex;flex-direction:column;margin:16px 0;width:100%}.styles_totalCurrencyTitle__A33H9{color:#888aa7;font-family:Montserrat;font-size:16px;font-weight:500;margin:0}.styles_currency__jg7VM{align-items:center;display:flex}.styles_currency__jg7VM img{height:auto;margin-right:3px;width:30px}.styles_currency__jg7VM p{color:#fff;font-family:Montserrat;font-size:16px;font-weight:500;margin:0;min-width:100px}.styles_currencyList__wo\+nR{background:rgba(7,11,22,.722);border-radius:16px;display:flex;flex-direction:column;margin-bottom:16px;padding:8px;width:100%}.styles_currencyListItem__9xL7\+{align-items:center;display:flex;justify-content:space-between;width:100%}.styles_currencyListItemTitle__bew3L{color:#888aa7;font-family:Montserrat;font-size:16px;font-weight:400;margin:0}.styles_wrapper__CV-nx{background:#202d4a;border-radius:20px}.styles_header__55q-J,.styles_wrapper__CV-nx{display:flex;flex-direction:column;width:100%}.styles_header__55q-J{align-items:flex-start}.styles_header__55q-J img{display:inline-block;height:auto;width:100%}.styles_header__55q-J p{color:#fccd00;font-family:Montserrat;font-size:16px;font-weight:600;margin:0;padding:0 16px}.styles_body__0a1nR{display:flex;flex-direction:column;gap:8px;padding:16px;width:100%}.styles_bodyInp__j10kM{align-items:center;display:flex;justify-content:flex-start;margin-right:10px;padding-right:8px;padding-top:2px;width:100%}.styles_bodyInp__j10kM div{justify-content:flex-start!important}.styles_bodyInp__j10kM div img{height:35px!important;left:5px!important;position:absolute;top:2px!important;width:35px!important}.styles_wrapper__J4\+VI{background:#202d4a;display:flex;flex-direction:column;padding:24px 16px 16px;width:100%}.styles_title__-5sQ0{color:#fff;font-family:Montserrat;font-size:16px;font-weight:600;margin-bottom:16px;text-align:left;width:100%}.styles_buttonWrap__DacjL{display:flex;margin-top:16px;width:100%}.styles_listStyle__VtQdZ{max-height:100%}.styles_wrapper__wDnEJ{padding:30px 14px;position:relative;width:100%}.styles_gradient__5NTad{background:linear-gradient(180deg,rgba(167,0,208,.54) -15.89%,rgba(156,0,230,0));height:280px;left:0;position:absolute;top:0;width:100%;z-index:0}.styles_content__4A\+mW{align-items:center;display:flex;flex-direction:column;position:relative;z-index:1}.styles_title__ymnCn{color:#fff;font-size:24px;font-weight:800;line-height:28px;margin:0 0 24px}.styles_slider__b4bXj{margin:0 0 30px}.styles_subtitle__r67IO{color:#c1c5fb;font-size:14px;font-weight:400;line-height:18px}.styles_list__tBbuw{align-items:center;display:flex;flex-direction:column;list-style-type:none;margin:0 0 32px;padding:0;row-gap:4px;width:100%}.styles_listItem__Ru9IY{align-items:center;background:#161e31;border-radius:8px;color:#c1c5fb;-webkit-column-gap:5px;column-gap:5px;display:inline-flex;font-size:13px;font-weight:600;line-height:16px;padding:8px;width:-webkit-max-content;width:max-content}.styles_listItem__Ru9IY img{height:24px;width:24px}.styles_listItem__Ru9IY span.styles_white__iaF5i{color:#fff}.styles_listAdditional__7L9gL{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));list-style-type:none;margin:0;padding:0;width:100%}.styles_listAdditionalItem__sEBdz{align-items:center;-webkit-column-gap:8px;column-gap:8px;display:flex;width:100%}.styles_listAdditionalItem__sEBdz img{height:20px;width:20px}.styles_listAdditionalItem__sEBdz span{color:#c1c5fb;font-size:13px;font-weight:600;line-height:16px}.styles_wrapper__QuLUr{align-items:center;display:flex;justify-content:space-between;margin:0 0 24px;width:100%}.styles_user__USUo6{align-items:center;-webkit-column-gap:18px;column-gap:18px;display:flex}.styles_avatar__4PQUe{height:66px;width:66px}.styles_userInfo__Idv7-{align-items:flex-start;display:flex;flex-direction:column}.styles_alias__EMrTx{color:#fff;font-size:16px;font-weight:600;line-height:19.5px;margin:0 0 10px}.styles_rank__dBepA{align-items:center;-webkit-column-gap:4px;column-gap:4px;display:flex}.styles_rankTitle__KIDc0{background:linear-gradient(180deg,rgba(214,145,21,.4),rgba(214,145,21,.16)),#424862;color:#fccd00}.styles_rankTitle__KIDc0,.styles_rankVip__mnBWj{border-radius:4px;font-size:15.4719px;font-style:normal;font-weight:600;line-height:19px;padding:4px 8px}.styles_rankVip__mnBWj{background:linear-gradient(90deg,#ffffb2,#ebbb2e),#424862;color:#795620}.styles_result__Dbuvs{align-items:center;-webkit-column-gap:8px;column-gap:8px;display:flex;flex-grow:1;justify-content:flex-end;list-style-type:none;margin:0;padding:0}.styles_resultItem__m0IXF{align-items:center;background:#161e31;border-radius:8px;display:flex;flex-direction:column;max-width:170px;padding:12px;width:100%}.styles_subtitle__Fv6Tg{color:#7074a4;font-size:14px;font-weight:400;line-height:18px;margin:0 0 4px}.styles_subcontent__V1-zG{align-items:center;-webkit-column-gap:4px;column-gap:4px;display:flex}.styles_subcontent__V1-zG img{height:20px;width:20px}.styles_text__m7-nA{color:#fff;font-size:16px;font-weight:600;line-height:19.5px;margin:0}@media(max-width:850px){.styles_wrapper__QuLUr{align-items:center;flex-direction:column;row-gap:20px}.styles_result__Dbuvs{justify-content:center;width:100%}}@media(max-width:660px){.styles_wrapper__QuLUr{align-items:flex-start}.styles_result__Dbuvs{flex-wrap:wrap;justify-content:flex-start;row-gap:8px;width:100%}.styles_resultItem__m0IXF{flex-grow:1;max-width:calc(50% - 4px)}.styles_resultItem__m0IXF:first-child{align-items:center;flex-direction:row;flex-grow:0;justify-content:space-between;max-width:none;width:100%}.styles_resultItem__m0IXF:first-child p.styles_subtitle__Fv6Tg{margin:0}.styles_text__m7-nA{font-size:14px;font-weight:400;line-height:18px}}@media(max-width:340px){.styles_resultItem__m0IXF{align-items:center;flex-direction:row;justify-content:space-between;max-width:none;width:100%}.styles_resultItem__m0IXF p.styles_subtitle__Fv6Tg{margin:0}}.styles_head__f9k6a{background:#263658;box-shadow:0 1px 2px 0 rgba(0,0,0,.05);position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.styles_headCell__P9rp-{color:#6987c7;font-size:14px;font-weight:500;line-height:18px;padding:18px 0}.styles_headCell__P9rp-:first-child{border-bottom-left-radius:14px;border-top-left-radius:14px;padding-left:24px}.styles_headCell__P9rp-:last-child{border-bottom-right-radius:14px;border-top-right-radius:14px;padding-right:24px}.styles_headCell__P9rp- div{width:-webkit-max-content;width:max-content}.styles_cell__c2Lhm{padding:15px 0}.styles_cell__c2Lhm:first-child{padding-left:24px}.styles_cell__c2Lhm:last-child{padding-right:24px}.styles_content__cjIqv{align-items:center;color:#fff;display:flex;font-size:14px;font-weight:400;line-height:17px;max-width:100%}.styles_even__qZU08{background:rgba(22,30,49,.4)}.styles_even__qZU08:first-child{border-bottom-left-radius:14px;border-top-left-radius:14px}.styles_even__qZU08:last-child{border-bottom-right-radius:14px;border-top-right-radius:14px}.styles_row__x9Kqz{position:relative;z-index:0}.styles_body__BkwFx{width:100%}.styles_emptyRow__ttxwO{position:relative}.styles_emptyCell__uJN6f{align-items:center;color:#6987c7;display:flex;font-size:14px;font-weight:500;height:100%;justify-content:center;line-height:18px;min-height:300px;position:absolute;width:100%}.styles_wrapper__9OZrP{display:flex;flex-direction:column;max-width:100%}.styles_tableWrapper__KtNlO{max-width:100%;min-height:350px;overflow:hidden;overflow-x:auto;overflow-y:auto;position:relative}.styles_tableWrapper__KtNlO::-webkit-scrollbar{background:transparent;height:6px;width:3px}.styles_tableWrapper__KtNlO::-webkit-scrollbar-thumb{background:#50566a;-webkit-border-radius:1ex}.styles_tableWrapper__KtNlO::-webkit-scrollbar-corner{background:transparent}.styles_table__3VaEy{border-collapse:collapse;border-spacing:0;min-width:600px;table-layout:fixed;width:100%}.styles_pagination__YVJhS{margin-bottom:0;width:auto}.styles_place__UtX3R{align-items:center;display:flex;justify-content:flex-start;width:100%}.styles_image__07HY4{height:24px;width:24px}.styles_text__ggRne{margin:0 0 0 6px}.styles_player__Br-VL{align-items:center;-webkit-column-gap:6px;column-gap:6px;display:flex;transition:all .2s ease-in-out}.styles_player__Br-VL:hover{cursor:pointer;-webkit-transform:scale(1.1);transform:scale(1.1)}.styles_avatar__ep5fy{height:24px;width:24px}.styles_alias__mxB4v{color:#fff;font-size:14px;font-weight:400;line-height:17px;margin:0}.styles_wrapper__ZD8Oy{align-items:center;-webkit-column-gap:6px;column-gap:6px;display:flex}.styles_icon__OPR7G{height:24px;width:24px}.styles_wager__FL1LW{color:#fff;font-size:14px;font-weight:400;line-height:17px;margin:0}.styles_wrapper__UFVdH{align-items:flex-start;display:flex;flex-direction:column;max-height:90vh;padding:24px;position:relative;width:960px}.styles_title__MGprN{color:#fff;font-size:24px;font-weight:400;line-height:28px;margin:0 0 24px}.styles_loader__tlqdf{background:#242c45;height:100%;left:0;max-height:100%;max-width:100%;min-height:100%;position:absolute;top:0;width:100%;z-index:12}@media(max-width:1020px){.styles_wrapper__UFVdH{max-width:90vw}}.styles_wrapper__BcMF-{background:#202d4a;border-radius:20px;display:flex;flex-direction:column;padding:0 16px;width:100%}.styles_title__yNT4F{color:#fff;font-size:24px;font-weight:800;margin:0 0 18px;text-align:center}.styles_description__fnDc9{color:#a2a5cc;font-size:14px;font-weight:500;margin:0;text-align:center}.styles_buttons__PiD\+c{grid-column-gap:16px;-webkit-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:repeat(2,1fr);margin:48px 0 0}.styles_wrapper__Alr0y{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:rgba(22,32,54,.8);border-radius:8px;display:flex;font-family:Montserrat;height:auto;margin-bottom:10px;opacity:1;padding:14px 16px;position:relative;-webkit-transform:translateX(0);transform:translateX(0);transition:all .2s ease-in-out;width:355px}.styles_wrapper__Alr0y:last-child{margin-bottom:0}.styles_transform__-SH9M{-webkit-transform:translateX(400px);transform:translateX(400px);transition:all .2s ease-in-out}.styles_hidden__SOK3f{opacity:0;transition:all 2s ease-in-out}.styles_borderGold__dYjLk,.styles_border__CT1QP{background:linear-gradient(90deg,#3856dd 3.45%,#7a2cff 98.28%);border-bottom-left-radius:8px;border-top-left-radius:8px;display:flex;height:100%;left:0;position:absolute;top:0;width:6px}.styles_borderGold__dYjLk{background:#e8ad17;width:3px}.styles_imageWrapper__60dLs{background:rgba(255,203,153,.24);border-radius:100%;height:40px;margin-right:8px;min-width:40px;position:relative;width:40px}.styles_image__1AGLr{height:auto;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:24px}.styles_bonusCustomImage__5mdx8{display:inline-block;margin-right:15px;width:50px}.styles_contentWrapper__RlI9D{align-items:flex-start;display:flex;flex-grow:1;height:-webkit-max-content;height:max-content}.styles_content__bSvop{display:flex;flex-direction:column;flex-grow:1}.styles_customBonusTitle__wD01Q,.styles_title__I9NwE{color:#99d290;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-bottom:0}.styles_customBonusTitle__wD01Q{text-transform:uppercase}.styles_description__Ib5qk{color:#fff;font-size:13px;font-style:normal;font-weight:400;line-height:18px;margin-bottom:6px;vertical-align:middle}.styles_description__Ib5qk img{height:auto;width:30px}.styles_description__Ib5qk span{font-size:13px;font-style:normal;font-weight:400;line-height:18px;vertical-align:middle}.styles_date__4oYNk{color:#7074a4;font-size:10px;font-style:normal;font-weight:400;line-height:11px;margin-bottom:0}.styles_red__KNJIw{color:#ee4d6a}.styles_removeButton__cnsbZ{background:none;border:none;cursor:url(/static/media/cursor-pointer.2a855d90b369f61d8208.webp),auto!important;position:absolute;right:16px;top:10px}.styles_removeIcon__HWkoY{fill:#fff;height:auto;width:18px}.styles_wrapper__58Lbv{display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0;position:fixed;right:1rem;top:85px;z-index:10}.styles_launcher__UMY3o{background:linear-gradient(to bottom right,#3856dd,#7a2cff);border-color:hsla(0,0%,100%,.2);border-radius:9999px;border-width:1px;bottom:3rem;box-shadow:0 25px 50px -12px rgba(0,0,0,.25);cursor:pointer;padding:.25rem;position:fixed;right:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .5s ease-in-out;z-index:30}.styles_hidden__BbZmp{display:none}.styles_launcher__UMY3o:hover{-webkit-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.styles_launcher__UMY3o:active{-webkit-transform:translate(-50%,-50%) scale(.75);transform:translate(-50%,-50%) scale(.75)}@media (min-width:768px){.styles_launcher__UMY3o{bottom:0}}.styles_routerWrap__MeWHi{align-items:flex-start;display:flex;height:100%;justify-content:center;min-height:100vh;width:100%}.styles_routWrap__qJ5u1{height:100%;min-height:100vh;position:relative;width:100%}.styles_routBg__X7HwE{display:none;height:100vh;left:0;-o-object-fit:cover;object-fit:cover;position:fixed;top:0;width:100vw}.styles_routBg__X7HwE.styles_active__z0YxI{display:inline-block}.styles_wrapper__D4aSD{align-items:center;background:linear-gradient(90deg,#8742ee,#220a5b);bottom:0;box-shadow:0 2.88px 72px 0 #6c59ee;display:flex;height:84px;justify-content:space-between;left:0;position:fixed;width:100%;z-index:100}.styles_wrapperTitle__maoG5{display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 0 0 16px}.styles_wrapperButton__H1GKm,.styles_wrapperTitleImage__NwURo{align-items:center;display:flex;height:100%;position:relative}.styles_wrapperButton__H1GKm{justify-content:center;padding:0 16px}.styles_giftHandImage__hDpKj{height:50%;margin-left:16px;width:auto;z-index:1}.styles_confetiImage__ZIokw,.styles_giftImage__IQxCF{height:100%;left:0;position:absolute;top:0;width:auto;z-index:0}.styles_confetiImage__ZIokw{-o-object-fit:cover;object-fit:cover}.styles_title__OHTFn{color:#fff;font-size:20px;font-weight:600;margin:0;text-transform:uppercase;z-index:1}.styles_descriptionDesc__u7O\+A,.styles_descriptionMob__CtPlr{color:#fff;font-size:12px;font-weight:400;margin:0;z-index:1}.styles_descriptionMob__CtPlr{display:none;text-transform:uppercase}.styles_button__VnHuE{background:linear-gradient(180deg,#eab62f,#f7931a);border:none;border-radius:19px;box-shadow:0 0 10px rgba(247,147,26,.75);color:#fff;padding:0 24px;text-transform:uppercase;z-index:1}@media(max-width:900px){.styles_descriptionDesc__u7O\+A{display:none}.styles_descriptionMob__CtPlr{display:block}}@media(max-width:500px){.styles_wrapperTitle__maoG5{padding:0 0 0 8px}.styles_giftHandImage__hDpKj{margin-left:4px}.styles_title__OHTFn{font-size:14px}}*{box-sizing:border-box;margin:0;padding:0}*,body{font-weight:700}body{background:radial-gradient(44.11% 51.33% at 10.08% 47.02%,#442a81 0,rgba(22,30,49,0) 100%),radial-gradient(58.77% 68.38% at 100% 52.05%,#2654a9 0,rgba(26,61,122,0) 100%),#161e31;width:100vw}body::-webkit-scrollbar{display:none}html{background:radial-gradient(44.11% 51.33% at 10.08% 47.02%,#442a81 0,rgba(22,30,49,0) 100%),radial-gradient(58.77% 68.38% at 100% 52.05%,#2654a9 0,rgba(26,61,122,0) 100%),#161e31}.visually-hidden{clip:rect(0 0 0 0);border:0;-webkit-clip-path:inset(100%);clip-path:inset(100%);height:1px;margin:-1px;outline:0;outline-offset:0;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}#root{background:#161e31;width:100vw}.wrapper{height:100%;position:relative;width:100%}.wrapper.blur{-webkit-filter:blur(5px);filter:blur(5px)}.radial-bg-1{display:flex;flex-direction:row-reverse;height:100%;width:100%}.home{flex-direction:column;height:100%;overflow:hidden;position:relative}.games,.home{align-items:center;display:flex;justify-content:center;width:100%}.games{color:#fff;height:100vh}.basic{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}@media (max-width:1024px){.home{width:100vw}}@-moz-document url-prefix(){html{scrollbar-width:none}}*,:after,:before{box-sizing:border-box}body{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;color:#adb5bd;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}hr{border:0;border-top:1px solid;color:inherit;margin:1rem 0;opacity:.25}h1,h2,h3,h4,h5,h6{color:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:calc(1.375rem + 1.5vw)}h2{font-size:calc(1.325rem + .9vw)}h3{font-size:calc(1.3rem + .6vw)}h4{font-size:calc(1.275rem + .3vw)}h5{font-size:1.25rem}h6{font-size:1rem}p{margin-bottom:1rem;margin-top:0}abbr[title]{cursor:help;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit;margin-bottom:1rem}ol,ul{padding-left:2rem}dl,ol,ul{margin-bottom:1rem;margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:.875em}mark{background-color:var(--bs-highlight-bg);padding:.1875em}sub,sup{font-size:.75em;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#6ea8fe;text-decoration:underline}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo;font-size:1em}pre{display:block;font-size:.875em;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}code{word-wrap:break-word;color:#e685b5;font-size:.875em}a>code{color:inherit}kbd{background-color:#adb5bd;border-radius:.25rem;color:#212529;font-size:.875em;padding:.1875rem .375rem}kbd kbd{font-size:1em;padding:0}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{border-collapse:collapse;caption-side:bottom}caption{color:rgba(173,181,189,.75);padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none!important}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{border-style:none;padding:0}textarea{resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}output{display:inline-block}iframe{border:0}summary{cursor:pointer;display:list-item}progress{vertical-align:baseline}[hidden]{display:none!important}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::file-selector-button{-webkit-appearance:button;font:inherit}@media (min-width:1200px){h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}h4{font-size:1.5rem}}@font-face{font-family:Montserrat;font-style:normal;font-weight:800;src:url(/static/media/Montserrat-ExtraBold.0eac3d0f226f458230a2.ttf)}@font-face{font-family:Montserrat;font-style:normal;font-weight:700;src:url(/static/media/Montserrat-Bold.0915f0a8c3367a6d05ec.ttf)}@font-face{font-family:Montserrat;font-style:normal;font-weight:600;src:url(/static/media/Montserrat-SemiBold.2f7a846126c7d5ee9163.ttf)}@font-face{font-family:Montserrat;font-style:normal;font-weight:500;src:url(/static/media/Montserrat-Medium.647f0e61af3a76a138c3.ttf)}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;src:url(/static/media/Montserrat-Regular.2a2d37bf7680d86811db.ttf)}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;src:url(/static/media/Montserrat-Light.34270926ef09970234f5.ttf)}@font-face{font-family:OpenSans;font-style:normal;font-weight:600;src:url(/static/media/OpenSans.da1919d9724581171c80.ttf)}@font-face{font-family:ViaodaLibre;font-style:normal;font-weight:400;src:url(/static/media/ViaodaLibre-Regular.2c497cba176930608f7c.ttf)}
/*# sourceMappingURL=main.e25a7c0f.css.map*/