@charset "UTF-8";.loading_wrapper,.sound-options_wrapper{height:calc(100vh - 120px);display:flex;flex-direction:column;justify-content:space-between;align-items:center}.loading_wrapper .col,.sound-options_wrapper .col{display:flex;flex-direction:column;justify-content:center;align-items:center}.loading_wrapper .logo_main,.sound-options_wrapper .logo_main{margin-top:30px;width:300px;height:130px}.sound-options_wrapper .play_with_sound{font-size:26px;letter-spacing:-1px;-webkit-text-stroke:1px #8d0f0f;filter:drop-shadow(0 4px #5e0000)}.sound-options_wrapper .button_holder{margin-top:20px;display:flex;justify-content:center;align-items:center;gap:25px}.gradient-button{width:192px;height:72px;background-image:url(../assets/ui/button/button_bg_primary.png);background-size:cover;display:flex;justify-content:center;align-items:center;cursor:pointer}.gradient-button span{padding-bottom:7px;position:relative;font-size:30px;text-transform:uppercase;background:-webkit-linear-gradient(0deg,#eee 0%,#ffebeb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:1px #d3480c;filter:drop-shadow(0 2px #d3480c) drop-shadow(0 3px 4px rgba(0,0,0,.35))}.gradient-button.secondary{background-image:url(../assets/ui/button/button_bg_secondary.png)}.gradient-button.secondary span{background:-webkit-linear-gradient(0deg,#eee 0%,#fff8b8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.5px #49590e;filter:drop-shadow(0 1px 0 #49590e) drop-shadow(0 3px 4px rgba(0,0,0,.35))}.gradient-button.tertiary{background-image:url(../assets/ui/button/button_bg_tertiary.png);cursor:default}.gradient-button.tertiary span{letter-spacing:-2px;background:-webkit-linear-gradient(0deg,#eee 0%,#fff8b8 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.5px #d3480c;filter:drop-shadow(0 1px 0 #d3480c) drop-shadow(0 3px 4px rgba(0,0,0,.35))}.gradient-button.wide{background-image:url(../assets/ui/button/button_bg_wide.png);width:229px;height:66px}.gradient-button.wide span{font-size:24px;letter-spacing:-2px}.gradient-button.small{background-image:url(../assets/ui/button/button_bg_small.png);width:120px;height:61px}.gradient-button.small span{font-size:24px;letter-spacing:-1.5px;padding-bottom:5px}@media only screen and (min-width: 2556px){.gradient-button{width:328px;height:120px}.gradient-button span{padding-bottom:15px;font-size:50px;-webkit-text-stroke:3px #d3480c;filter:drop-shadow(0 2px #d3480c) drop-shadow(0 3px 4px rgba(0,0,0,.35))}.gradient-button.wide span{padding-bottom:12px;font-size:24px;letter-spacing:-.5px;-webkit-text-stroke:2px #d3480c;filter:drop-shadow(0 1px #d3480c) drop-shadow(0 2px 3px rgba(0,0,0,.35))}}.boosters{position:absolute;display:flex;justify-content:center;flex-direction:column;gap:15px;top:180px;left:20px}.boosters .booster{font-size:12;font-weight:bolder;color:#8a2be2;text-transform:uppercase;width:32px;height:32px;background-repeat:no-repeat;background-position:center;background-size:contain}.boosters .booster.blink{animation:blink-animation .3s infinite}.boosters .booster.magnet{background-image:url(../assets/icons/magnet.png)}.boosters .booster.shield{background-image:url(../assets/icons/shield.png)}.boosters .booster.points{background-image:url(../assets/icons/points.png)}@keyframes blink-animation{0%,to{opacity:1}50%{opacity:0}}.gradient_text{position:relative;letter-spacing:-1.2px;font-size:26px}.gradient_text .text{position:absolute;background:-webkit-linear-gradient(0deg,#eeeeee 0%,#ffebeb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:2px #8D0F0F;z-index:1}.gradient_text .text-background{position:relative;color:#5e0000;-webkit-text-stroke:2px rgba(94,0,0,1);top:2px}.gradient_text.medium{font-size:16px}.gradient_text.medium .text{-webkit-text-stroke:1px rgba(141,15,15,1)}.gradient_text.medium .text-background{-webkit-text-stroke:1px rgba(94,0,0,1);top:1px}.gradient_text.small{font-size:14px}.gradient_text.small .text{-webkit-text-stroke:.5px rgba(141,15,15,1)}.gradient_text.small .text-background{-webkit-text-stroke:.5px rgba(94,0,0,1);top:1px}.top-menu{display:flex;flex-direction:column;align-items:center;z-index:3}.top-menu_countdown{z-index:-1}.top-menu_wrapper{width:316px;height:94px;background-image:url(../assets/ui/topMenu/bg.png);background-size:110%;position:relative;justify-content:center;display:flex}.button{width:50px;height:43px;background-position:center;background-size:cover;cursor:pointer}.navigation{display:flex;justify-content:space-between;padding:10px 20px;width:100%}.home-button{background-image:url(../assets/ui/topMenu/homeBtn.png)}.settings-button{background-image:url(../assets/ui/topMenu/settingsBtn.png)}.logo{background-image:url(../assets/ui/topMenu/logo.png);position:absolute;top:5px;width:142px;height:61px;background-size:125%;background-repeat:no-repeat}.button:active{filter:saturate(1.2)}.button.active{filter:saturate(1.4)}.timer{position:relative;top:-30px;width:137px;height:50px;background-image:url(../assets/ui/topMenu/timer_bg.png);background-size:110%;z-index:2;display:flex;align-items:center;justify-content:center}.timer .gradient_text{font-family:Futura PT;font-size:12px;margin-top:5px;margin-left:15px}.timer .gradient_text .text{-webkit-text-stroke:.5px #295100}.timer .gradient_text .text-background{color:#295100;-webkit-text-stroke:.5px #295100}@media only screen and (min-width: 500px){.top-menu_wrapper{width:300px;height:90px}.button{width:47px;height:40px}.logo{width:133px;height:58px}.timer{width:182px;height:62px}.timer .gradient_text{font-size:14px}}@media only screen and (min-width: 1440px){.top-menu_wrapper{width:380px;height:112px}.button{width:60px;height:52px}.logo{width:170px;height:74px}.timer{width:246px;height:84px;top:-40px}.timer .gradient_text{font-size:18px;margin-top:8px;margin-left:20px}}@media only screen and (min-width: 2556px){.top-menu_wrapper{width:647px;height:190px}.navigation{padding:22px 50px}.button{width:102px;height:88px}.logo{width:290px;height:125px;top:10px}.timer{width:420px;height:143px;top:-70px}.timer .gradient_text{font-size:32px;margin-top:15px;margin-left:40px}}.bottom-menu{background:#a00000;background:linear-gradient(180deg,#a00000,#d60c00 35%,#390000);border-radius:50%/100% 100% 0 0;box-shadow:0 3px 20px #b44c48 inset,0 30px 24px #1d010040 inset,0 -3px 4px #00000040,0 -5px 16px #0000007a;width:100%;min-width:800px;min-height:450px;display:flex;flex-direction:column;align-items:center;color:#fff;z-index:1}.bottom-menu .col{display:flex;flex-direction:column;align-items:center}.bottom-menu.large{min-height:450px;z-index:1;flex:0 0 auto}.bottom-menu .gift_wrapper img{width:122px;height:114px}.bottom-menu .gift_wrapper.alt img{width:267px;height:172px}.bottom-menu .padded-top{margin-top:-10px}.bottom-menu .gradient-button.secondary{margin-top:20px}.bottom-menu .margin-top{margin-top:10px}.bottom-menu .margin-top_medium{margin-top:22px}.bottom-menu .deposit-progress_wrapper{position:relative;margin-top:-20px}.bottom-menu .deposit-progress{position:relative;width:320px;height:75px;flex:0 0 75px;background-image:url(../assets/ui/bottomMenu/progress_bg.png)}.bottom-menu .deposit-progress .progress-pin{width:50px;height:50px;position:absolute;z-index:1;background-image:url(../assets/ui/bottomMenu/cash.png)}.bottom-menu .deposit-progress .progress-pin>img{width:50px;height:50px}.bottom-menu .deposit-progress .progress-pin .count-container{position:absolute;bottom:0;right:0;background-image:url(../assets/ui/bottomMenu/progress-pin_bg.png);width:25px;height:25px}.bottom-menu .deposit-progress .progress-pin .count-container .text_shadow-stroke{font-family:Futura PT;font-size:12px;letter-spacing:.5px;-webkit-text-stroke:.5px #8d0f0f;padding:4px}.bottom-menu .deposit-progress .progress-pin:nth-child(2) .count-container .text_shadow-stroke{padding:4px 0 0 7px}.bottom-menu .deposit-progress .pin_start{background-image:url(../assets/ui/bottomMenu/progress-pin_bg.png);width:54px;height:54px;position:absolute;top:25px;z-index:1}.bottom-menu .deposit-progress .pin_start>img{width:50px;height:50px;position:absolute;top:-8px}.bottom-menu .deposit-progress .progress_label{width:83px;height:49px;background-image:url(../assets/ui/bottomMenu/progress_label.png);position:absolute;top:-20px;z-index:-1;left:calc(50% - 41px);display:flex;justify-content:center;align-items:center}.bottom-menu .deposit-progress .progress_label .gradient_text{font-size:14px;margin-top:-13px}.bottom-menu .deposit-progress .progress_label .gradient_text .text{-webkit-text-stroke:1px #8d0f0f}.bottom-menu .deposit-progress .progress_label .gradient_text .text-background{color:#8d0f0f;-webkit-text-stroke:1px #8d0f0f}.congratulations-menu,.how-to-play-menu,.claim-reward{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;background-color:#2e0000b3}.congratulations-menu,.how-to-play-menu{display:flex;align-items:center;justify-content:end;flex-direction:column}.congratulations-menu .h1,.how-to-play-menu .h1{font-size:32px}.congratulations-menu .bottom-menu,.how-to-play-menu .bottom-menu{height:530px}.gift_image-wrapper{margin-top:-10px}.gift_image-wrapper img{width:267px;height:172px}.how-to-play-menu.ja-locale .step_wrapper.step_4 .text_shadow-stroke.h2{font-size:20px}.progress_label{width:160px;height:95px;background-image:url(../assets/ui/bottomMenu/progress_label.png);position:absolute;top:-35px;z-index:-1;left:calc(50% - 80px);display:flex;flex-direction:column;align-items:center;padding-top:10px}.progress_label .text_shadow-stroke{font-size:12px;line-height:13px;letter-spacing:0;-webkit-text-stroke:.5px #8d0f0f}.progress_label .gradient_text{font-size:18px;margin-top:-22px}.progress_label .gradient_text .text{-webkit-text-stroke:1px #8d0f0f}.progress_label .gradient_text .text-background{color:#8d0f0f;-webkit-text-stroke:1px #8d0f0f}.deposit-block.de-locale .gradient-button{width:244px;height:90px}.deposit-block.de-locale .deposit-block .text-wrapper{position:relative}.deposit-block.de-locale .hint-wrapper .hint-text{top:-80px;left:-72px;width:116px;height:74px;padding:10px 15px 0 5px}.deposit-block.hu-pl-de-gr-fi-locale .hint-wrapper .hint-text{top:-97px;left:-75px;width:121px;height:101px;padding:12px 13px 0 5px;background-size:contain}.deposit-block.it-locale .hint-wrapper .hint-text{top:-94px;left:-75px;width:112px;height:101px;padding:18px 13px 0 7px;background-size:contain}.deposit-block.de-locale .hint-wrapper .hint-text{top:-94px;left:-75px;width:118px;height:94px;padding:18px 13px 0 5px;background-size:contain}.deposit-block.fr-locale .hint-wrapper .hint-text{top:-83px;left:-73px;width:111px;height:81px;padding:19px 11px 0 7px;background-size:contain}.deposit-block.ar-locale .hint-wrapper .hint-text{text-align:right}.congratulations-menu .bottom-menu.large.de-locale .text_shadow-stroke.h1{font-size:26px;margin-top:50px}@media only screen and (min-width: 390px){.bottom-menu{min-height:470px}.bottom-menu .deposit-progress{transform:scale(1)}.congratulations-menu.de-locale .bottom-menu.large{min-height:615px}.congratulations-menu.de-locale .bottom-menu.large .h1{max-width:350px;text-align:center;margin-bottom:15px}.deposit-block.de-locale .gradient-button{width:244px;height:90px}.deposit-block.de-locale .deposit-block .text-wrapper{position:relative}.deposit-block.de-locale .hint-wrapper .hint-text{top:-80px;left:-72px;width:116px;height:74px;padding:10px 15px 0 5px}}@media only screen and (min-width: 414px){.bottom-menu.large{min-height:520px}}@media only screen and (min-width: 500px){.bottom-menu{height:590px}.bottom-menu .deposit-progress{transform:scale(1.1)}.gift_image-wrapper img{width:161px;height:104px}}@media only screen and (min-width: 768px){.bottom-menu{width:570px;height:435px}}@media only screen and (min-width: 1024px) and (max-width: 1279px){.congratulations-menu .bottom-menu{width:665px;height:500px}.congratulations-menu .slider_wrapper{margin-bottom:25px}}@media only screen and (min-width: 1280px){.congratulations-menu .bottom-menu,.how-to-play-menu .bottom-menu{width:750px;height:540px}.congratulations-menu .bottom-menu.large.pl-gr-locale .slider_wrapper{margin-bottom:25px}.congratulations-menu .bottom-menu.large.pl-gr-locale .slider_wrapper .row .reward_text{font-size:13px}.congratulations-menu .bottom-menu.large.pl-gr-locale .slider_wrapper .row .reward_text.top{margin-top:85px}.progress_label{top:-42px}}@media only screen and (min-width: 1440px){.bottom-menu{width:685px;height:450px}.bottom-menu .deposit-progress{transform:scale(1.3)}.bottom-menu .deposit-progress .progress_label .gradient_text{font-size:16px;margin-top:-8px}.congratulations-menu .h1,.how-to-play-menu .h1{font-size:40px}.congratulations-menu .bottom-menu.large,.how-to-play-menu .bottom-menu.large{width:880px;height:615px}.congratulations-menu .bottom-menu.large .h1,.how-to-play-menu .bottom-menu.large .h1{margin-top:55px}.congratulations-menu .bottom-menu.large .take-reward-button,.how-to-play-menu .bottom-menu.large .take-reward-button{width:230px;height:85px}.congratulations-menu .bottom-menu.large .take-reward-button span,.how-to-play-menu .bottom-menu.large .take-reward-button span{font-size:30px;padding-bottom:12px}.congratulations-menu .bottom-menu.large.pl-gr-locale{width:880px;height:615px}}@media only screen and (min-width: 2556px){.bottom-menu{width:1160px;height:750px}.bottom-menu .heading{margin:20px auto}.bottom-menu .deposit-progress{transform:scale(2.2)}.gift_image-wrapper{margin-bottom:20px}.gift_image-wrapper img{width:254px;height:164px}.congratulations-menu .bottom-menu.large,.how-to-play-menu .bottom-menu.large{width:1545px;height:1070px}.congratulations-menu .bottom-menu.large .h1,.how-to-play-menu .bottom-menu.large .h1{margin-top:172px;font-size:78px;-webkit-text-stroke:4px #8d0f0f;filter:drop-shadow(0 3px #5e0000)}.congratulations-menu .bottom-menu.large .take-reward-button,.how-to-play-menu .bottom-menu.large .take-reward-button{width:328px;height:115px}.congratulations-menu .bottom-menu.large .take-reward-button span,.how-to-play-menu .bottom-menu.large .take-reward-button span{font-size:40px;padding-bottom:12px}.how-to-play-menu .progress_dots .dot{width:32px;height:32px}.how-to-play-menu .step_wrapper.step_3 .step_image_holder{width:726px;height:206px}.how-to-play-menu .step_wrapper.step_3 .text_shadow-stroke{margin-top:40px;max-width:475px}.how-to-play-menu .step_wrapper .text_shadow-stroke{max-width:400px;font-size:40px}}.deposit-block{display:flex;flex-direction:column;align-items:center;text-align:center}.deposit-block .text_shadow-stroke.h1{font-size:24px;max-width:245px;letter-spacing:-1px}.deposit-block .text-wrapper{position:relative}.deposit-block .hint-wrapper{position:absolute;right:-45px;top:3px}.deposit-block .hint-wrapper .hint-icon{width:28px;height:28px}.deposit-block .hint-wrapper .hint-text{position:absolute;top:-65px;left:-55px;background-image:url(../assets/ui/deposit/hint_bg.png);width:93px;height:60px;padding:2px 10px 0 5px;text-align:left;font-size:11px;color:#8d0f0f}.deposit-block.pl-gr-locale .hint-text,.deposit-block.fr-locale .hint-text{top:-83px;left:-62px;height:78px}.deposit-bonus,.play-block{display:flex;flex-direction:column;align-items:center;text-align:center}.deposit-bonus .text_shadow-stroke.h1,.play-block .text_shadow-stroke.h1{font-size:20px;letter-spacing:-1px;-webkit-text-stroke:1px #8d0f0f;margin-bottom:20px}.play-block{display:flex;flex-direction:column;align-items:center;text-align:center}.play-block .terms{margin-top:15px}.coming-soon{height:450px;display:flex;flex-direction:column;align-items:center;text-align:center}.coming-soon .terms{cursor:pointer}.coming-soon .gift_wrapper.alt img{width:213px;height:137px}@media only screen and (min-width: 412px){.coming-soon{height:470px}}@media only screen and (min-width: 428px){.coming-soon{height:490px}}.congratulations-menu .bottom-menu.large{height:580px}.congratulations-menu .h1{margin-top:40px}.congratulations-menu .choose-reward{letter-spacing:-1px;font-size:16px;-webkit-text-stroke:.7px #8d0f0f;filter:drop-shadow(0 3px #5e0000)}.congratulations-menu .switcher{margin-top:30px;display:flex;align-items:center;justify-content:space-between;width:260px}.congratulations-menu .switcher .text_shadow-stroke{font-size:16px;letter-spacing:normal;-webkit-text-stroke:.5px #8d0f0f;filter:drop-shadow(0 2px #5e0000)}.congratulations-menu .switcher .switcher_button{width:130px;text-align:center;cursor:pointer;height:25px;border-bottom:2px solid rgba(254,226,2,.2)}.congratulations-menu .switcher .switcher_button.active{cursor:default;border-bottom:2px solid #fee202;padding-bottom:4px}.hud-menu{display:flex;flex-direction:column;align-items:center;position:absolute;top:70px;margin-top:20px;transform:rotateX(180deg);opacity:0;animation:fadeIn .5s,slideDownHud .5s;animation-delay:1.8s;animation-fill-mode:forwards;width:100%;color:#fff;z-index:0}.hud-menu .text_shadow{font-size:14px;margin-bottom:60px}.hud-menu .gifts-progress{margin-top:10px;position:relative;width:320px;height:60px;background-image:url(../assets/ui/bottomMenu/gifts_progress_bg.png)}.hud-menu .gifts-progress .check_green{width:20px;height:20px;position:absolute;bottom:2px;left:10px}.hud-menu .gifts-progress .progress-pin{position:absolute;z-index:1;width:60px;height:60px;transform:rotate(180deg);object-fit:contain}.hud-menu .gifts-progress .progress-pin .active-blur{width:60px;height:60px;border-radius:60px;background:#ffd600;filter:blur(6.6884px);position:absolute;top:0;z-index:-1}.hud-menu .gifts-progress .progress-pin>img{width:60px;height:60px}.hud-menu .gifts-progress .progress-pin .tooltip{opacity:0;animation:fadeIn .5s,fadeOut .5s;animation-delay:2.8s,5.8s;animation-fill-mode:forwards;position:absolute;width:94px;height:62px;background-image:url(../assets/ui/bottomMenu/tooltip_up_left.png)}.hud-menu .gifts-progress .progress-pin .tooltip p{margin:0;font-size:14px;color:#8d0f0f;text-align:center;padding-top:7px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_up_left{transform:rotateY(180deg);top:-65px;left:-40px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_down_right{transform:rotateX(180deg);top:65px;left:5px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_down_right p{transform:rotate(180deg);padding-bottom:7px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_top_center{background-image:url(../assets/ui/bottomMenu/tooltip_top_center.png);top:-67px;left:-18px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_top_center p{transform:rotateY(180deg)}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_down_left{transform:rotate(-180deg);top:65px;left:-40px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_down_left p{transform:rotateX(180deg);padding-bottom:7px}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_up_right{transform:none;top:-65px;left:0}.hud-menu .gifts-progress .progress-pin .tooltip.tooltip_up_right p{transform:rotateY(180deg)}.hud-menu .arrow-left{background-image:url(../assets/ui/bottomMenu/left-arrow.png)}.hud-menu .arrow-right{background-image:url(../assets/ui/bottomMenu/right-arrow.png)}.hud-menu .controls{display:flex;width:215px;justify-content:space-between;align-items:center}.hud-menu .controls .button{height:79px;width:71px}.hud-menu.fr-locale .gifts-progress .progress-pin .tooltip p,.hud-menu.ja-locale .gifts-progress .progress-pin .tooltip p{font-size:12px}.hud-menu.ar-locale{transform:scaleX(-1) scaleY(-1)}.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip,.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_up_left,.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_up_left p{transform:scaleX(-1)}.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_down_left,.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_down_left p{transform:scaleX(-1) scaleY(-1)}.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_down_right,.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_down_right p{transform:scaleY(-1)}.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_up_right,.hud-menu.ar-locale .gifts-progress .progress-pin .tooltip.tooltip_up_right p{transform:none}@media only screen and (min-width: 1400px){.hud-menu{margin-top:50px}.hud-menu .gifts-progress{transform:scale(1.2);margin-top:20px}}@media only screen and (min-width: 2556px){.hud-menu{margin-top:150px}.hud-menu .gifts-progress{transform:scale(2);margin-top:60px}}@keyframes slideDownHud{0%{top:60px}to{top:70px}}.slider_wrapper{width:100vw;margin-top:20px;margin-bottom:50px}.slider_wrapper .row{padding-left:20px;height:215px;display:flex!important;flex-direction:column;align-items:center;position:relative}.slider_wrapper .row.reward_disabled{opacity:.6}.slider_wrapper .row img.bg{width:136px;height:175px;position:absolute;bottom:0;z-index:-1}.slider_wrapper .row img.reward_image-holder{width:83px;height:81px;position:absolute}.slider_wrapper .row img.reward_image-holder.alt{width:60px;height:75px;top:20px}.slider_wrapper .row .reward_text{max-width:110px;text-align:center;font-family:Futura PT;font-size:14px;color:#fffcdc;filter:drop-shadow(0 1px 2px rgba(0,0,0,.27)) drop-shadow(0 1px 1px #d3480c)}.slider_wrapper .row .reward_text.top{margin-top:100px}.slider_wrapper .row .checkbox{margin-top:15px;width:27px;height:28px;background-image:url(../assets/ui/congratulations/radio_check.png);flex:0 0 28px}.slider_wrapper .row .lock{margin-top:10px;width:24px;height:30px;background-image:url(../assets/ui/congratulations/lock.png)}.slider_wrapper .row .checkbox.active{background-image:url(../assets/ui/congratulations/radio_check-active.png);width:34px;flex:0 0 38px}.slider_wrapper .row .inner_wrapper{display:flex;align-items:center}.slider_wrapper.ja-locale .row .reward_text,.slider_wrapper.gr-locale .row .reward_text,.slider_wrapper.pl-locale .row .reward_text{font-size:13px}.slider_wrapper.ja-locale .row .reward_text.top,.slider_wrapper.gr-locale .row .reward_text.top,.slider_wrapper.pl-locale .row .reward_text.top{margin-top:80px}.slider_wrapper.it-locale .row .reward_text{font-size:14spx}.slider_wrapper.it-locale .row .reward_text.top{margin-top:80px}@media only screen and (min-width: 768px){.slider_wrapper{display:flex;align-items:center;justify-content:center;width:120%;margin-bottom:20px}.slider_wrapper .row{width:136px;margin:0 10px}}.how-to-play-menu .bottom-menu{position:relative}.how-to-play-menu .progress_pin{position:absolute;top:-20px;display:flex;padding-top:14px;padding-left:10px;width:57px;height:57px;background-image:url(../assets/ui/howToPlay/how_to_play_progress_pin.png)}.how-to-play-menu .progress_pin .text_shadow-stroke{font-family:Futura PT;font-size:20px}.how-to-play-menu .progress_pin .text_shadow-stroke.slash{font-size:16px}.how-to-play-menu .progress_controls{margin-top:auto}.how-to-play-menu .progress_dots{margin-bottom:20px;display:flex;align-items:center;justify-content:center}.how-to-play-menu .progress_dots .dot{margin:0 2px;background-image:url(../assets/ui/howToPlay/dot.png);width:16px;height:16px}.how-to-play-menu .progress_dots .dot.active{background-image:url(../assets/ui/howToPlay/dot_active.png)}.how-to-play-menu .step_wrapper{display:flex;align-items:center;justify-content:end;flex-direction:column}.how-to-play-menu .step_wrapper .step_image_holder{width:320px;height:200px;border-radius:20px}.how-to-play-menu .step_wrapper .text_shadow-stroke{max-width:220px;text-align:center;letter-spacing:-1px;-webkit-text-stroke:1px #8d0f0f;font-size:18px}.how-to-play-menu .step_wrapper .text_shadow-stroke.h1{margin-top:5px;font-size:36px}.how-to-play-menu .step_wrapper .text_shadow-stroke.h2{font-size:28px}.how-to-play-menu .step_1{position:relative}.how-to-play-menu .step_1 .step_image_holder{width:370px;height:260px;object-fit:contain}.how-to-play-menu .step_1 .h1{max-width:230px}.how-to-play-menu .step_2 .h2{margin:20px 0}.how-to-play-menu .step_2 .step_image_holder{margin-top:60px}.how-to-play-menu .step_2 .text_shadow-stroke{max-width:300px}.how-to-play-menu .step_3 .h2{margin:20px 0}.how-to-play-menu .step_3 .step_image_holder{margin-top:60px}.how-to-play-menu .step_3 .text_shadow-stroke{max-width:215px}.how-to-play-menu .step_4{align-items:flex-start}.how-to-play-menu .step_4 .h2{margin-top:60px}.how-to-play-menu .step_4 .text_shadow-stroke{max-width:100%}.how-to-play-menu .step_4 .boosters_wrapper{margin-top:50px}.how-to-play-menu .step_4 .booster_row{display:flex;align-items:center;margin-bottom:25px}.how-to-play-menu .step_4 .booster_row img{margin-right:20px;margin-left:10px}.how-to-play-menu .step_4 .booster_row .booster_magnet{width:45px;height:41px}.how-to-play-menu .step_4 .booster_row .booster_shield{width:45px;height:58px}.how-to-play-menu .step_4 .booster_row .booster_double{width:45px;height:46px}.how-to-play-menu .gradient-button{margin-bottom:20px}.how-to-play-menu.pl-gr-locale .step_wrapper.step_4{align-items:center}.how-to-play-menu.pl-gr-locale .step_wrapper.step_4 .text_shadow-stroke{font-size:16px}.how-to-play-menu.pl-gr-locale .step_wrapper.step_4 .h2{justify-content:center;max-width:300px;text-align:center}.how-to-play-menu.hu-fr-it-locale .progress_controls .gradient-button{width:229px;height:87px}@media screen and (max-width: 768px){.how-to-play-menu.hu-fr-it-locale .step_2 .h2,.how-to-play-menu.hu-fr-it-locale .step_3 .h2{margin-bottom:0}.how-to-play-menu.hu-fr-it-locale .step_3 .h2{max-width:240px}.how-to-play-menu.hu-fr-it-locale .step_3 .text_shadow-stroke{max-width:250px}}.claim-reward{position:fixed;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:80px;background-image:linear-gradient(180deg,#2e0000b3,#2e0000b3),url(../assets/main_bg.png)}.deposit-loader{position:fixed;width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;background-image:linear-gradient(180deg,#2e0000b3,#2e0000b3),url(../assets/main_bg.png);z-index:2;cursor:pointer}.deposit-loader .candy_glow{display:flex;justify-content:center;align-items:center;background-image:url(assets/ui/depositLoader/candy_glow.png);width:393px;height:393px}.deposit-loader .candy{width:120px;height:120px;animation:rotate 2s linear infinite}.deposit-loader .text_shadow-stroke{position:absolute;bottom:130px}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.candy-bg{position:relative;background-image:url(../assets/ui/loadBar/load_bar.svg);width:250px;height:50px;display:flex;justify-content:center;align-items:center}.candy-left-side{background-image:url(../assets/ui/loadBar/load-bar_left.svg);width:33px;height:40px;position:absolute;left:3px;top:7px}.candy-right-side{background-image:url(../assets/ui/loadBar/load-bar_right.svg);width:35px;height:41px;position:absolute;right:4px;top:3px}.candy-wrapper{position:absolute;left:35px;display:flex;justify-content:center;align-items:center}.candy-loader{background-color:#a50803;width:177px;height:32px;background-color:transparent;border-radius:20px;overflow:hidden;position:relative;box-shadow:0 0 10px #0003;display:flex;align-items:center;justify-content:flex-start}.candy-loader:before,.candy-loader:after{content:"";position:absolute;top:50%;transform:translateY(-50%);width:40px;height:50px;background-color:#ff5722}.candy-loader:before{left:-40px;background-color:#ffc107}.candy-loader:after{right:-40px}.candy-progress{height:100%;background:repeating-linear-gradient(-45deg,#ffc107,#ffc107 10px,#fddf2c 10px,#fddf2c 20px);transition:width .5s ease-in-out;width:0%}.countdown_overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;background-color:#2e0000b3;z-index:-1}.countdown_overlay .text_shadow-stroke{font-size:20px;max-width:230px;letter-spacing:-1px;-webkit-text-stroke:1px #8d0f0f}.countdown_overlay .text_shadow-stroke.title{margin-top:250px}.countdown_overlay .countdown{opacity:0;position:relative;animation:fadeIn .5s,slideDown .5s;animation-delay:1s;animation-fill-mode:forwards}.countdown_overlay .bottom-buttons{opacity:0;animation:fadeIn .5s,fadeOut .5s;animation-delay:3.8s,5.8s;animation-fill-mode:forwards;display:flex;align-items:center;justify-content:space-between;width:100%;position:absolute;bottom:50px}.countdown_overlay .bottom-buttons .button_wrapper{width:47%;height:213px;position:relative}.countdown_overlay .bottom-buttons .tooltip{opacity:0;animation:fadeIn .5s,fadeOut .5s;animation-delay:3.8s,5.8s;animation-fill-mode:forwards;position:absolute;width:94px;height:62px;background-image:url(../assets/ui/bottomMenu/tooltip_up_left.png)}.countdown_overlay .bottom-buttons .tooltip p{margin:0;font-size:14px;color:#8d0f0f;text-align:center;padding-top:7px}.countdown_overlay .bottom-buttons .tooltip.tooltip_up_left{transform:rotateY(180deg);top:-10px;left:calc(50% - 47px)}.countdown_overlay .bottom-buttons .tooltip.tooltip_up_left p{transform:rotateY(180deg);padding-bottom:7px}.countdown_overlay .bottom-buttons .tooltip.tooltip_up_right{transform:none;top:-10px;right:calc(50% - 65px)}.countdown_overlay .bottom-buttons .button-left_bg,.countdown_overlay .bottom-buttons .button-right_bg{width:100%;height:213px;background:linear-gradient(90deg,#000,#6660);opacity:.42;border-radius:32px 0 0 32px;transform:scaleX(-1)}.countdown_overlay .bottom-buttons .button-right_bg{transform:scale(1)}.countdown_overlay .bottom-buttons .arrow-left{position:absolute;left:calc(50% - 27.5px);top:70px;width:73px;height:80px;background-image:url(../assets/ui/bottomMenu/left-arrow.png)}.countdown_overlay .bottom-buttons .arrow-right{position:absolute;top:0;left:calc(50% - 27.5px);top:70px;width:73px;height:80px;background-image:url(../assets/ui/bottomMenu/right-arrow.png)}.countdown_overlay.hu-pl-de-gr-fi-locale .bottom-buttons .tooltip{width:125px;height:82px;top:-35px}.countdown_overlay.hu-pl-de-gr-fi-locale .bottom-buttons .tooltip.tooltip_up_left{left:calc(50% - 62.5px)}.countdown_overlay.hu-pl-de-gr-fi-locale .bottom-buttons .tooltip.tooltip_up_right{right:calc(50% - 82.5px)}.countdown_overlay.fr-locale .bottom-buttons .tooltip,.countdown_overlay.es-locale .bottom-buttons .tooltip,.countdown_overlay.it-locale .bottom-buttons .tooltip{width:125px;height:82px;top:-20px}.countdown_overlay.fr-locale .bottom-buttons .tooltip.tooltip_up_left,.countdown_overlay.es-locale .bottom-buttons .tooltip.tooltip_up_left,.countdown_overlay.it-locale .bottom-buttons .tooltip.tooltip_up_left{left:calc(50% - 62.5px)}.countdown_overlay.fr-locale .bottom-buttons .tooltip.tooltip_up_right,.countdown_overlay.es-locale .bottom-buttons .tooltip.tooltip_up_right,.countdown_overlay.it-locale .bottom-buttons .tooltip.tooltip_up_right{right:calc(50% - 82.5px)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideDown{0%{top:-40px}to{top:0}}.settings-modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:10}.settings-modal .inner-modal{width:320px;height:412px;background-image:url(../assets/ui/modal/bg.png);background-position:center;background-size:cover}.settings-modal .inner-modal.large{height:637px;background-image:url(../assets/ui/modal/bgBig.png)}.settings-modal .inner-modal .content{position:relative;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;padding-top:50px}.settings-modal .inner-modal .content .close-modal-button{background-image:url(../assets/ui/modal/closeBtn.png);z-index:1;position:absolute;top:30px;right:15px}.settings-modal .inner-modal .content .gradient-button{margin-top:30px}.settings-modal .inner-modal .row{margin-top:10px;width:100%;max-width:220px;display:flex;justify-content:space-between;align-items:center}.settings-modal .inner-modal .row .text_shadow-stroke{font-size:24px}.settings-modal.es-locale .terms_container .terms_header .heading{font-size:14px}.toggle-switch{position:relative;width:80px;height:37px;background:linear-gradient(180deg,#850704,#b81515 17%,#971c14);border-radius:53px;cursor:pointer;transition:background-color .3s}.toggle-switch.ar-locale{transform:scaleX(-1)}.toggle-button{position:absolute;top:4px;width:32px;height:32px;border-radius:50%;transition:left .3s,background-color .3s;background:url(../assets/ui/toggleSwitch/switch_off.png);background-size:contain}.toggle-button.off{left:4px}.toggle-button.on{left:45px;background:url(../assets/ui/toggleSwitch/switch_on.png);background-size:contain}.terms_container{margin-top:20px;padding:14px 20px;background:linear-gradient(180deg,#f7eed3,#f0ddac 89%);filter:drop-shadow(-3px 4px 4px rgba(0,0,0,.25));width:240px;height:50px;border-radius:24px}.terms_container .terms_header{display:flex;justify-content:space-between;align-items:center}.terms_container .terms_header .arrow{border:solid #b82421;border-width:0 3px 3px 0;display:inline-block;padding:4px}.terms_container .terms_header .up{margin-top:6px;margin-bottom:0;transform:rotate(-135deg);-webkit-transform:rotate(-135deg)}.terms_container .terms_header .down{margin-bottom:4px;transform:rotate(45deg);-webkit-transform:rotate(45deg)}.terms_container .heading{font-size:16px;color:#b82421}.terms_container .terms_content{margin-top:10px;font-size:12px;color:#603f3e;height:220px;max-height:100%;white-space:pre-wrap;overflow:auto;-webkit-overflow-scrolling:touch;touch-action:auto;pointer-events:auto}.terms_container.opened{height:290px}.terms_container.ar-locale .terms_header .arrow.up{transform:rotate(45deg);margin-top:2px}.terms_container.ar-locale .terms_header .arrow.down{transform:rotate(-135deg)}@media only screen and (min-width: 2556px){.settings-modal .inner-modal{transform:scale(2)}.settings-modal .inner-modal .content .close-modal-button{transform:scale(.5);top:10px;right:-2px}}.overlay{position:fixed;left:0;z-index:20;width:100%;height:100vh;display:flex;flex-flow:column;align-items:center;justify-content:space-between}.overlay.background_loader{background-image:linear-gradient(to bottom,#0000 50%,#000c 90%),url(../assets/main_bg.png)}.overlay.background_main{background-image:url(../assets/main_bg-mobile.png);background-size:105%;background-position:top center}.overlay.background_main.hide{background:#fff}@media only screen and (min-width: 400px){.overlay.background_main{background-position:top 0 center;background-size:115%}}@media only screen and (min-width: 500px){.overlay.background_main{background-size:100%;background-position:top -20px center}}@media only screen and (min-width: 768px){.overlay.background_main{background-image:url(../assets/main_bg.png);background-size:cover;background-position:center}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(./ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(./slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}@font-face{font-family:Futura PT;src:local("Futura PT ExtraBold"),local("Futura-PT-ExtraBold"),url(./FuturaPT-ExtraBold-CqpBFVjB.woff2) format("woff2"),url(./FuturaPT-ExtraBold-B16kPdPh.woff) format("woff"),url(./FuturaPT-ExtraBold-BTCkEbDH.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Futura PT Demi;src:local("Futura PT Demi"),local("Futura-PT-Demi"),url(./FuturaPT-Demi-DHYUFeZC.ttf) format("truetype");font-weight:400;font-style:normal}*{box-sizing:border-box;background-position:center;background-repeat:no-repeat;background-size:cover;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:0;background:transparent}html,body{touch-action:pan-y,pan-x}html,body,#root{width:100%;height:100%;margin:0;padding:0;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;height:100vh}#root{overflow:auto}body:has(.loading-bar) .overlay{z-index:-30}body{position:fixed;overflow:hidden;overscroll-behavior-y:none;-webkit-font-smoothing:antialiased;font-family:Noto Sans,sans-serif;font-weight:900;font-optical-sizing:auto;font-style:normal;font-variation-settings:"wdth" 100}canvas{filter:saturate(1.9) brightness(1.4) contrast(1)}.orientation_warning{display:none}.preload{position:absolute;z-index:-999}@media screen and (orientation: landscape) and (max-height: 454px){.orientation_warning{position:fixed;width:100%;height:100%;font-weight:900;color:#fff;z-index:20;background:#000;display:flex;justify-content:center;align-items:center}}.text_shadow-stroke{font-size:32px;letter-spacing:-2px;background:-webkit-linear-gradient(0deg,#eee 0%,#ffebeb 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;-webkit-text-stroke:1.5px #8d0f0f;filter:drop-shadow(0 3px #5e0000)}.text_shadow-stroke.small{font-size:10px;letter-spacing:normal;-webkit-text-stroke:.5px #8d0f0f;filter:drop-shadow(0 1px #5e0000)}.text_shadow-stroke.medium{font-size:16px;letter-spacing:-.5px;-webkit-text-stroke:.75px #8d0f0f;filter:drop-shadow(0 2px #5e0000)}.text_shadow-stroke.large{font-size:18px;letter-spacing:-.5px;-webkit-text-stroke:1px #8d0f0f;filter:drop-shadow(0 2px #5e0000)}.text_shadow-stroke.heading{font-size:24px;letter-spacing:normal;line-height:24px}.text_shadow-stroke.title{font-size:40px;letter-spacing:-1.5px;-webkit-text-stroke:2px #8d0f0f;filter:drop-shadow(2px 2px 2px #a71212)}.text_shadow-stroke.grand{font-size:110px;letter-spacing:-1.5px;-webkit-text-stroke:5px #830000;filter:drop-shadow(2px 2px 2px #a71212)}.text_shadow-stroke.upper-case{text-transform:uppercase}.text_shadow{font-size:9px;color:#fff;filter:drop-shadow(0 1.85px #a71212)}.text_shadow.underline{border-bottom:.5px solid white}@media only screen and (min-width: 400px){.text_shadow-stroke.small{font-size:14px}.text_shadow-stroke.large{font-size:24px}.text_shadow-stroke.heading{font-size:30px}.text_shadow{font-size:12px}}@media only screen and (min-width: 2556px){.text_shadow-stroke.small{font-size:30px;-webkit-text-stroke:1px #8d0f0f;filter:drop-shadow(0 4px 0 #5e0000)}.text_shadow-stroke.large{font-size:40px;-webkit-text-stroke:2px #8d0f0f;filter:drop-shadow(0 3px #5e0000)}.text_shadow-stroke.heading{font-size:58px}.text_shadow{font-size:30px}}
