.bubleloader-container{position:relative}.bubleloader-container.overlay{position:absolute;top:0;left:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-weight:500}.bubleloader-container .loading-percentage{margin-bottom:20px;font-size:18px;font-weight:500;line-height:25px}.bubleloader-container .spinner{position:relative;top:calc(50% - 30px);left:0;width:60px;height:60px;margin:0 auto;animation:loadingI 2s linear infinite}@media(max-width: 450px){.bubleloader-container .spinner{top:calc(50% - 15px);width:40px;height:40px}}.bubleloader-container .spinner.overlay{top:initial;left:initial}.bubleloader-container .spinner .bubble-1,.bubleloader-container .spinner .bubble-2{position:absolute;top:0;width:35px;height:35px;border-radius:100%;animation:bounce 2s ease-in-out infinite}@media(max-width: 450px){.bubleloader-container .spinner .bubble-1,.bubleloader-container .spinner .bubble-2{width:23px;height:23px}}.bubleloader-container .spinner .bubble-2{top:auto;bottom:0;animation-delay:-1s}@keyframes loadingI{100%{transform:rotate(360deg)}}@keyframes bounce{0%,100%{transform:scale(0)}50%{transform:scale(1)}}
.info-modal-is-open{overflow:hidden}.info-modal{position:fixed;inset:0;width:100vw;height:100vh;color:#1a2533;font-family:"Source Sans Pro",sans-serif !important;font-weight:400;z-index:99999;display:flex;align-items:center;justify-content:center;padding:16px;box-sizing:border-box;overflow:hidden}.info-modal__backdrop{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background-color:rgba(0,0,0,.6)}@media(min-width: 992px){.info-modal__backdrop{padding:48px}}@media(orientation: landscape)and (max-height: 767px){.info-modal__backdrop{padding:40px}}@media(min-width: 1024px){.info-modal__backdrop{padding:64px 72px}}@media(min-width: 1024px)and (orientation: landscape)and (max-height: 750px){.info-modal__backdrop{padding:40px 72px}}.info-modal__dialog{display:flex;flex-direction:column;width:100%;height:83vh;min-height:83vh;max-height:83vh;margin:auto;box-shadow:0 4px 24px rgba(0,0,0,.12);border-radius:32px;overflow:hidden;outline:none}@media(min-width: 414px){.info-modal__dialog{height:80vh;min-height:80vh;max-height:80vh}}@media(min-width: 576px){.info-modal__dialog{height:65vh;min-height:65vh;max-height:65vh}}@media(min-width: 1024px){.info-modal__dialog{max-width:900px;height:100%;min-height:auto;max-height:none}}@media(min-width: 1920px){.info-modal__dialog{height:77vh;min-height:77vh;max-height:850px}}@media(orientation: landscape)and (max-height: 719px){.info-modal__dialog{max-width:850px;height:100%;min-height:auto;max-height:none}}@media(orientation: landscape)and (max-height: 575px){.info-modal__dialog{max-width:760px;height:100%;min-height:auto;max-height:none}}.info-modal__content{display:flex;flex-direction:column;width:100%;height:100%;max-height:inherit;background:#f2f6ff;border-radius:32px;text-align:left;overflow:hidden}.info-modal__header{display:flex;justify-content:space-between;align-items:center;flex-shrink:0;min-height:64px;padding:20px;border-bottom:2px solid #dbe3f0;box-shadow:0 4px 4px 0 rgba(218,224,242,.5);box-sizing:border-box}@media(min-width: 768px){.info-modal__header{min-height:80px;padding:24px}}@media(min-width: 992px){.info-modal__header{padding:24px 32px}}@media(min-width: 1024px){.info-modal__header{min-height:84px}}@media(orientation: landscape)and (max-height: 575px){.info-modal__header{min-height:auto;padding:16px 24px}}.info-modal__title{margin:0;padding:0;color:#011a4c;font-family:"Source Sans Pro",sans-serif !important;font-size:24px !important;font-style:normal;font-weight:900;line-height:105%}@media(min-width: 576px){.info-modal__title{font-size:28px !important;line-height:100%}}@media(min-width: 768px){.info-modal__title{font-size:32px !important}}@media(min-width: 1024px){.info-modal__title{font-size:36px !important}}.info-modal__close{position:relative;align-self:center;padding:0 0 0 15px;margin:0;border:none;background:rgba(0,0,0,0);cursor:pointer;opacity:1}.info-modal__close:hover{opacity:.8}.info-modal__close .info-modal__close-icon{display:block;width:20px;height:20px}@media(min-width: 992px){.info-modal__close .info-modal__close-icon{width:24px;height:24px}}.info-modal__body{flex:1;min-height:0;overflow-y:auto;overflow-x:hidden;padding:16px 20px 24px;box-sizing:border-box}.info-modal__body::-webkit-scrollbar{width:8px}.info-modal__body::-webkit-scrollbar-track{background:#e8ecf4;border-radius:4px}.info-modal__body::-webkit-scrollbar-thumb{background-color:#1a2533;border-radius:4px}@media(min-width: 576px){.info-modal__body{padding:16px 24px 26px}}@media(min-width: 992px){.info-modal__body{padding:16px 32px 32px}}.info-modal__body.info-modal__body--no-title h1:first-child{display:none}.info-modal__body.info-modal__body--no-img p>img{display:none}.info-modal__body>div{width:100%;height:100%}.info-modal__body>div>.error-text{max-width:500px;margin:0 auto;padding-top:4em;text-align:center;line-height:1.3}.info-modal__body>div>:last-child{padding-bottom:24px;margin-bottom:0}@media(min-width: 1024px){.info-modal__body>div>:last-child{padding-bottom:32px}}.info-modal__body>div p:empty:not(:last-child),.info-modal__body>div li:empty:not(:last-child),.info-modal__body>div span:empty:not(:last-child),.info-modal__body>div a:empty:not(:last-child){display:none}.info-modal__body div.wp-block-spacer{display:none}.info-modal__body *{font-family:"Source Sans Pro",sans-serif !important}.info-modal__body p,.info-modal__body li{margin:0 0 1rem;font-size:16px !important;color:#011a4c;line-height:120%}.info-modal__body h1,.info-modal__body h2,.info-modal__body h3,.info-modal__body h4,.info-modal__body h5,.info-modal__body h6{font-family:"Source Sans Pro",sans-serif !important;font-size:20px !important;font-style:normal;font-weight:900;line-height:120%;color:#011a4c;margin:1.5rem 0 .5rem}.info-modal__body h1:first-child,.info-modal__body h2:first-child,.info-modal__body h3:first-child,.info-modal__body h4:first-child,.info-modal__body h5:first-child,.info-modal__body h6:first-child{margin-top:0}@media(min-width: 576px){.info-modal__body h1,.info-modal__body h2,.info-modal__body h3,.info-modal__body h4,.info-modal__body h5,.info-modal__body h6{font-size:22px !important}}@media(min-width: 768px){.info-modal__body h1,.info-modal__body h2,.info-modal__body h3,.info-modal__body h4,.info-modal__body h5,.info-modal__body h6{font-size:24px !important}}@media(min-width: 1024px){.info-modal__body h1,.info-modal__body h2,.info-modal__body h3,.info-modal__body h4,.info-modal__body h5,.info-modal__body h6{font-size:30px !important}}.info-modal__body ul{padding-left:1.25rem;margin:.25em 0 1rem}@media(max-width: 575px){.info-modal__body ul{padding-left:1rem}}.info-modal__body li{list-style:disc;margin-bottom:.3rem}.info-modal__body li>ul{padding-left:1.25rem;margin-top:.25rem}.info-modal__body a{color:#007bff;text-decoration:underline;word-wrap:break-word;overflow-wrap:break-word;cursor:pointer}.info-modal__body br,.info-modal__body img{display:none}
.animated-text{display:inline-block;white-space:nowrap}.animated-text_char{display:inline-block;pointer-events:none}@media(hover: hover)and (pointer: fine){.main-btn:hover .animated-text_char{animation-name:animatedTextDropWave;animation-duration:.45s;animation-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1);animation-fill-mode:both;animation-iteration-count:1}.main-btn:hover .animated-text_char:nth-child(1){animation-delay:.03s}.main-btn:hover .animated-text_char:nth-child(2){animation-delay:.06s}.main-btn:hover .animated-text_char:nth-child(3){animation-delay:.09s}.main-btn:hover .animated-text_char:nth-child(4){animation-delay:.12s}.main-btn:hover .animated-text_char:nth-child(5){animation-delay:.15s}.main-btn:hover .animated-text_char:nth-child(6){animation-delay:.18s}.main-btn:hover .animated-text_char:nth-child(7){animation-delay:.21s}.main-btn:hover .animated-text_char:nth-child(8){animation-delay:.24s}.main-btn:hover .animated-text_char:nth-child(9){animation-delay:.27s}.main-btn:hover .animated-text_char:nth-child(10){animation-delay:.3s}.main-btn:hover .animated-text_char:nth-child(11){animation-delay:.33s}.main-btn:hover .animated-text_char:nth-child(12){animation-delay:.36s}.main-btn:hover .animated-text_char:nth-child(13){animation-delay:.39s}.main-btn:hover .animated-text_char:nth-child(14){animation-delay:.42s}.main-btn:hover .animated-text_char:nth-child(15){animation-delay:.45s}.main-btn:hover .animated-text_char:nth-child(16){animation-delay:.48s}.main-btn:hover .animated-text_char:nth-child(17){animation-delay:.51s}.main-btn:hover .animated-text_char:nth-child(18){animation-delay:.54s}.main-btn:hover .animated-text_char:nth-child(19){animation-delay:.57s}.main-btn:hover .animated-text_char:nth-child(20){animation-delay:.6s}.main-btn:hover .animated-text_char:nth-child(21){animation-delay:.63s}.main-btn:hover .animated-text_char:nth-child(22){animation-delay:.66s}.main-btn:hover .animated-text_char:nth-child(23){animation-delay:.69s}.main-btn:hover .animated-text_char:nth-child(24){animation-delay:.72s}.main-btn:hover .animated-text_char:nth-child(25){animation-delay:.75s}.main-btn:hover .animated-text_char:nth-child(26){animation-delay:.78s}.main-btn:hover .animated-text_char:nth-child(27){animation-delay:.81s}.main-btn:hover .animated-text_char:nth-child(28){animation-delay:.84s}.main-btn:hover .animated-text_char:nth-child(29){animation-delay:.87s}.main-btn:hover .animated-text_char:nth-child(30){animation-delay:.9s}.main-btn:hover .animated-text_char:nth-child(31){animation-delay:.93s}.main-btn:hover .animated-text_char:nth-child(32){animation-delay:.96s}.main-btn:hover .animated-text_char:nth-child(33){animation-delay:.99s}.main-btn:hover .animated-text_char:nth-child(34){animation-delay:1.02s}.main-btn:hover .animated-text_char:nth-child(35){animation-delay:1.05s}.main-btn:hover .animated-text_char:nth-child(36){animation-delay:1.08s}.main-btn:hover .animated-text_char:nth-child(37){animation-delay:1.11s}.main-btn:hover .animated-text_char:nth-child(38){animation-delay:1.14s}.main-btn:hover .animated-text_char:nth-child(39){animation-delay:1.17s}.main-btn:hover .animated-text_char:nth-child(40){animation-delay:1.2s}}@keyframes animatedTextDropWave{0%{opacity:0;transform:translateY(-120%)}60%{opacity:1;transform:translateY(10%)}100%{opacity:1;transform:translateY(0)}}
.main-btn{display:flex;align-items:center;justify-content:center;margin:0 auto;color:#fff;font-family:"AlegreyaSansSC-Bold",sans-serif;font-weight:700;line-height:normal;text-transform:uppercase;border:none;cursor:pointer;transition:all .3s ease-in}.main-btn:not(.desktop-btn){padding:14px 16px;border-radius:16px;font-size:14px;background:linear-gradient(180deg, #e9d906 0%, #e96706 100%);box-shadow:0px 9.2939167023px 6.1959438324px rgba(130.16,156.71,208.25,.38)}.main-btn:not(.desktop-btn):disabled,.main-btn:not(.desktop-btn)[disabled]{opacity:.6;cursor:auto}.main-btn:not(.desktop-btn):hover:enabled{box-shadow:0px -5.91111px 1.47778px 0px rgba(0,0,0,.25) inset,0px 1px 4px 0px #ffe54e inset,0px 12px 8px 0px rgba(130,157,208,.38)}.main-btn:not(.desktop-btn):active:enabled{box-shadow:0px 6px 4px 0px rgba(169,87,6,.65) inset}
.notice-bg-dkt{overflow:hidden;position:relative;width:100%;min-height:100vh;background:#b3d4fe url(assets/background-360.svg) no-repeat;background-size:cover}@media(min-width: 414px){.notice-bg-dkt{background:#b3d4fe url(assets/background-414.svg) no-repeat;background-size:cover}}@media(min-width: 576px){.notice-bg-dkt{background:#b3d4fe url(assets/background-576.svg) no-repeat;background-size:cover}}@media(min-width: 768px){.notice-bg-dkt{background:#b3d4fe url(assets/background-768.svg) no-repeat;background-size:cover}}@media(min-width: 962px){.notice-bg-dkt{background:url(assets/background-992.svg) no-repeat;background-size:cover}}@media(min-width: 1280px){.notice-bg-dkt{background:url(assets/background-1024.svg) no-repeat,linear-gradient(180deg, #c9dfff 70%, rgba(201, 223, 255, 0.3) 100%) no-repeat;background-size:cover}}@media(min-width: 1200px){.notice-bg-dkt{background:url(assets/background-1200.svg) no-repeat;background-size:cover}}@media(min-width: 1400px){.notice-bg-dkt{background:url(assets/background-1400.svg) no-repeat;background-size:cover}}@media(min-width: 1920px){.notice-bg-dkt{background:url(assets/background-1920.svg) no-repeat;background-size:cover}}.notice-bg-dkt::before{content:"";position:absolute;bottom:0;left:0;width:100%;z-index:1;height:350px;pointer-events:none;background:linear-gradient(to top, white 0%, transparent 100%)}.notice-bg-dkt .logo-container{display:flex;justify-content:space-between;align-items:center;padding:15px 30px 0}@media(min-width: 768px){.notice-bg-dkt .logo-container{padding:25px 40px 0}}@media(min-width: 1920px){.notice-bg-dkt .logo-container{padding:35px 150px 0}}.notice-bg-dkt .logo{width:70px;height:55px}@media(min-width: 768px){.notice-bg-dkt .logo{width:82px;height:64px}}@media(min-width: 1280px){.notice-bg-dkt .logo{width:97px;height:76px}}@media(min-width: 1920px){.notice-bg-dkt .logo{width:155px;height:122px}}.notice-bg-dkt .logo img{width:100%;height:auto}.notice-bg-dkt_main{display:flex;flex-direction:column;align-items:center;width:100vw;height:419px;padding-top:17px;background:url(assets/ad-blocked_box-360.webp) no-repeat;background-size:104% 100%;background-position-x:center;text-align:center;position:relative;z-index:2}[lang=el-GR] .notice-bg-dkt_main{line-height:110%}@media(min-width: 360px){.notice-bg-dkt_main{margin:0 auto;background-size:104% 100%;background-position-x:center}}@media(min-width: 414px){.notice-bg-dkt_main{width:414px;height:443px;padding-top:15px;background:url(assets/ad-blocked_box-414.webp) no-repeat;background-size:contain}}@media(min-width: 576px){.notice-bg-dkt_main{width:576px;height:579px;padding-top:20px;background:url(assets/ad-blocked_box-576.webp) no-repeat;background-size:contain}}@media(min-width: 768px){.notice-bg-dkt_main{width:768px;padding-top:25px;background:url(assets/ad-blocked_box-768.webp) no-repeat;background-size:contain}}@media(min-width: 962px){.notice-bg-dkt_main{width:100vw;height:647px;padding-top:33px;background:url(assets/ad-blocked_box-992.webp) no-repeat;background-size:cover}}@media(min-width: 1280px){.notice-bg-dkt_main{width:992px;height:667px;background:url(assets/ad-blocked_box-1200.webp) no-repeat;background-size:100% 100%}}@media(min-width: 1366px){.notice-bg-dkt_main{width:986px;height:660px;background:url(assets/ad-blocked_box-1920.webp) no-repeat;background-size:cover}}.notice-bg-dkt_cloud-text{max-width:208px;padding:33px 0 47px;font-size:11px;line-height:normal;text-transform:uppercase;position:absolute;font-weight:800;color:#043192}@media(min-width: 360px){[lang=pt-BR] .notice-bg-dkt_cloud-text,[lang|=en] .notice-bg-dkt_cloud-text{font-size:16px;padding-top:28px;line-height:120%}}@media(min-width: 414px){.notice-bg-dkt_cloud-text{max-width:240px;padding:38px 0 54px;font-size:12px}[lang|=en] .notice-bg-dkt_cloud-text{font-size:18px;padding-top:30px}[lang=pt-BR] .notice-bg-dkt_cloud-text{max-width:230px;font-size:18px;padding-top:34px}}@media(min-width: 576px){.notice-bg-dkt_cloud-text{max-width:340px;padding:58px 0 70px;font-size:18px}[lang|=en] .notice-bg-dkt_cloud-text{font-size:26px;padding-top:50px}[lang=pt-BR] .notice-bg-dkt_cloud-text{max-width:330px;font-size:26px;padding-top:44px}}@media(min-width: 768px){.notice-bg-dkt_cloud-text{max-width:380px;padding:70px 0 78px;font-size:23px}[lang=pt-BR] .notice-bg-dkt_cloud-text,[lang|=en] .notice-bg-dkt_cloud-text{max-width:420px;font-size:32px;padding-top:54px}}@media(min-width: 962px){.notice-bg-dkt_cloud-text{max-width:485px;padding:88px 0 85px;font-size:27px}[lang=pt-BR] .notice-bg-dkt_cloud-text{max-width:500px;font-size:38px;padding-top:76px}[lang|=en] .notice-bg-dkt_cloud-text{max-width:520px;font-size:40px;padding-top:90px}}.notice-bg-dkt_main-text{max-width:240px;margin:0 auto;font-size:14px;line-height:120%;position:absolute;font-weight:800;top:144px;color:#043192}@media(min-width: 360px){.notice-bg-dkt_main-text{max-width:295px;top:170px}[lang=pt-BR] .notice-bg-dkt_main-text{max-width:250px;font-size:18px;line-height:120%;top:160px}[lang|=en] .notice-bg-dkt_main-text{font-size:22px;line-height:140%;top:140px;max-width:209px}}@media(min-width: 414px){[lang=pt-BR] .notice-bg-dkt_main-text{max-width:304px;font-size:22px;top:144px}}@media(min-width: 576px){.notice-bg-dkt_main-text{max-width:410px;font-size:22px;top:240px}[lang=pt-BR] .notice-bg-dkt_main-text{max-width:460px;font-size:24px;top:220px}[lang|=en] .notice-bg-dkt_main-text{font-size:24px;top:250px;max-width:375px}}@media(min-width: 768px){.notice-bg-dkt_main-text{max-width:575px;top:280px}[lang=pt-BR] .notice-bg-dkt_main-text{max-width:560px;top:260px}[lang|=en] .notice-bg-dkt_main-text{top:260px;max-width:550px}}@media(min-width: 962px){.notice-bg-dkt_main-text{max-width:770px;font-size:30px;top:310px}[lang=pt-BR] .notice-bg-dkt_main-text{top:294px;font-size:32px;max-width:730px}[lang|=en] .notice-bg-dkt_main-text{font-size:32px;top:296px;max-width:734px}}.notice-bg-dkt_main-text.highlighted{margin-bottom:24px;color:#ea7b07;position:relative;top:205px}@media(min-width: 360px){.notice-bg-dkt_main-text.highlighted{top:215px}}@media(min-width: 576px){.notice-bg-dkt_main-text.highlighted{margin-bottom:32px;top:300px}}@media(min-width: 768px){.notice-bg-dkt_main-text.highlighted{max-width:575px;top:306px}}@media(min-width: 962px){.notice-bg-dkt_main-text.highlighted{max-width:575px;top:350px}}.notice-bg-dkt_main-btn{line-height:120%;text-shadow:0 2.9px 2.91px rgba(82,51,5,.37);text-transform:uppercase;border-radius:14.5px;position:absolute;top:280px;height:60px}@media(min-width: 360px){.notice-bg-dkt_main-btn{top:290px}[lang=pt-BR] .notice-bg-dkt_main-btn{width:280px}[lang|=en] .notice-bg-dkt_main-btn{width:248px}}@media(min-width: 414px){[lang=pt-BR] .notice-bg-dkt_main-btn{width:310px}[lang|=en] .notice-bg-dkt_main-btn{width:288px}}@media(min-width: 576px){.notice-bg-dkt_main-btn{padding:28px 16px 31px;top:390px;height:80px}[lang=pt-BR] .notice-bg-dkt_main-btn{width:406px}[lang|=en] .notice-bg-dkt_main-btn{width:355px}}@media(min-width: 768px){.notice-bg-dkt_main-btn{padding:27px 16px 30px;position:absolute;top:400px}[lang=pt-BR] .notice-bg-dkt_main-btn{width:486px}[lang|=en] .notice-bg-dkt_main-btn{width:442px}}@media(min-width: 962px){.notice-bg-dkt_main-btn{padding:24px 16px 27px;top:475px}[lang=pt-BR] .notice-bg-dkt_main-btn{width:540px}}@media(min-width: 360px){[lang=pt-BR] .notice-bg-dkt_main-btn_text{font-size:16px}[lang|=en] .notice-bg-dkt_main-btn_text{font-size:16px;letter-spacing:1px}}@media(min-width: 576px){[lang=pt-BR] .notice-bg-dkt_main-btn_text{font-size:24px}[lang|=en] .notice-bg-dkt_main-btn_text{font-size:20px}}@media(min-width: 768px){[lang|=en] .notice-bg-dkt_main-btn_text{font-size:24px}}@media(min-width: 962px){[lang=pt-BR] .notice-bg-dkt_main-btn_text{font-size:28px}}.language-pt,.language-es,.language-espe,.language-escl{top:25px}@media(min-width: 576px){.language-pt,.language-es,.language-espe,.language-escl{top:37px}}@media(min-width: 768px){.language-pt,.language-es,.language-espe,.language-escl{top:45px}}@media(min-width: 962px){.language-pt,.language-es,.language-espe,.language-escl{top:59px}}.language-en,.language-bg{top:30px}@media(min-width: 414px){.language-en,.language-bg{top:35px}}@media(min-width: 576px){.language-en,.language-bg{top:45px}}@media(min-width: 768px){.language-en,.language-bg{top:60px}}@media(min-width: 962px){.language-en,.language-bg{top:65px}}.language-ro{top:25px}@media(min-width: 576px){.language-ro{top:35px}}@media(min-width: 768px){.language-ro{top:45px}}@media(min-width: 962px){.language-ro{top:55px}}.language-it{top:30px}@media(min-width: 414px){.language-it{top:35px}}@media(min-width: 576px){.language-it{top:45px}}@media(min-width: 768px){.language-it{top:40px}}@media(min-width: 962px){.language-it{top:65px}}
.age-confirmation-modal-is-open{overflow:hidden}.age-confirmation-modal{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;width:100%;min-height:100vh;min-height:100dvh;pointer-events:none}.age-confirmation-modal__layer{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;box-sizing:border-box;padding:16px;pointer-events:auto;touch-action:none}@media(min-width: 768px){.age-confirmation-modal__layer{padding:24px}}.age-confirmation-modal__backdrop{position:absolute;inset:0;background:rgba(2,3,7,.7)}.age-confirmation-modal__dialog{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;box-sizing:border-box;width:auto;max-width:450px;padding:24px 20px 28px;overflow:hidden;background:#e4effe;border-radius:8px;outline:none}@media(min-width: 576px){.age-confirmation-modal__dialog{padding:28px 24px 32px}}@media(min-width: 1280px){.age-confirmation-modal__dialog{padding:54px 38px}}.age-confirmation-modal__row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:center;margin-bottom:32px;text-align:center}.age-confirmation-modal__badge{flex-shrink:0;width:37px;height:37px;object-fit:contain}.age-confirmation-modal__title{margin:0;font-size:18px;font-weight:800;line-height:1.6;color:#032875;white-space:nowrap}@media(min-width: 414px){.age-confirmation-modal__title{font-size:22px}}@media(min-width: 768px){.age-confirmation-modal__title{font-size:24px;white-space:normal}}.age-confirmation-modal__actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center;justify-content:center;width:100%}@media(min-width: 414px){.age-confirmation-modal__actions{gap:16px}}.age-confirmation-modal__btn{box-sizing:border-box;min-width:120px;flex:1 1 auto;max-width:160px;height:56px;padding:0 12px;font-family:inherit;font-size:18px;font-weight:800;line-height:1.6;text-align:center;border-radius:12px;cursor:pointer;transition:opacity .2s ease,box-shadow .2s ease}.age-confirmation-modal__btn:focus{outline:none}.age-confirmation-modal__btn:focus-visible{outline:3px solid rgba(3,40,117,.45);outline-offset:2px}@media(min-width: 768px){.age-confirmation-modal__btn{flex:0 0 141px;max-width:none;font-size:24px}}.age-confirmation-modal__btn--secondary{color:#5e6b88;background:rgba(0,0,0,0);border:2px solid rgba(97,111,140,.5)}.age-confirmation-modal__btn--secondary:hover:enabled{color:#616f8c;border-color:#616f8c}.age-confirmation-modal__btn--secondary:active:enabled{color:#4b566c;border-color:#4b566c}.age-confirmation-modal__btn--secondary:disabled,.age-confirmation-modal__btn--secondary[disabled]{color:rgba(97,111,140,.3);border-color:rgba(97,111,140,.3)}.age-confirmation-modal__btn--primary{color:#fff;background:#f49e1d;border:2px solid #f49e1d}.age-confirmation-modal__btn--primary:hover:enabled{background:#d6850a;border-color:#d6850a}.age-confirmation-modal__btn--primary:active:enabled{background:#a66608;border-color:#a66608}.age-confirmation-modal__btn--primary:disabled,.age-confirmation-modal__btn--primary[disabled]{background:#f8be68;border-color:#f8be68}
.age-restriction-promo-modal-is-open{overflow:hidden}.age-restriction-promo-modal{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;width:100%;min-height:100vh;min-height:100dvh;pointer-events:none}.age-restriction-promo-modal__layer{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box;padding:16px;pointer-events:auto;touch-action:none}@media(min-width: 768px){.age-restriction-promo-modal__layer{padding:24px}}.age-restriction-promo-modal__backdrop{position:absolute;inset:0;background:rgba(2,3,7,.95)}.age-restriction-promo-modal__dialog{position:relative;z-index:1;box-sizing:border-box;width:auto;max-width:842px;min-width:300px;min-height:200px;padding:28px 20px 32px;overflow:hidden;background:#e4effe;border:1px solid #000;border-radius:16px;outline:none}@media(min-width: 576px){.age-restriction-promo-modal__dialog{padding:40px 28px 40px}}@media(min-width: 768px){.age-restriction-promo-modal__dialog{padding:48px 40px 48px}}@media(min-width: 1366px){.age-restriction-promo-modal__dialog{padding:56px 56px 56px}}.age-restriction-promo-modal__header{color:#032875;text-align:center}.age-restriction-promo-modal__title{margin:0 0 8px;font-size:22px;font-weight:800;line-height:1.2}@media(min-width: 576px){.age-restriction-promo-modal__title{font-size:28px}}@media(min-width: 768px){.age-restriction-promo-modal__title{font-size:32px}}.age-restriction-promo-modal__subtitle{max-width:22rem;margin:0 auto 20px;font-size:16px;font-weight:400;line-height:1.2}@media(min-width: 576px){.age-restriction-promo-modal__subtitle{font-size:20px}}@media(min-width: 768px){.age-restriction-promo-modal__subtitle{font-size:22px;margin-bottom:24px}}.age-restriction-promo-modal__widgets{display:flex;flex-direction:column;gap:12px}@media(min-width: 576px){.age-restriction-promo-modal__widgets{gap:16px}}.age-restriction-promo-modal__widget{display:flex;flex-direction:column;gap:16px;align-items:stretch;box-sizing:border-box;width:100%;padding:20px 16px;overflow:hidden;background:#f6faff;border-radius:8px;box-shadow:0 4px 4px rgba(91,123,224,.25)}@media(min-width: 768px){.age-restriction-promo-modal__widget{flex-direction:row;flex-wrap:nowrap;gap:20px;align-items:center;justify-content:space-between;padding:24px 28px}}@media(min-width: 1280px){.age-restriction-promo-modal__widget{padding:32px 40px}}.age-restriction-promo-modal__widget-brand{display:flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;max-width:180px;min-height:50px;max-height:50px;height:50px;margin-inline:auto}@media(min-width: 768px){.age-restriction-promo-modal__widget-brand{width:180px;max-width:none;margin-inline:0}}.age-restriction-promo-modal__widget-logo{display:block;box-sizing:border-box;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.age-restriction-promo-modal__widget-text{flex:1 1 auto;min-width:0;color:#032875;text-align:center}@media(min-width: 768px){.age-restriction-promo-modal__widget-text{text-align:center}}.age-restriction-promo-modal__widget-name{margin:0 0 4px;font-size:20px;font-weight:800;line-height:normal}@media(min-width: 768px){.age-restriction-promo-modal__widget-name{font-size:24px}}.age-restriction-promo-modal__widget-desc{margin:0;font-size:14px;font-weight:400;line-height:1.2}@media(min-width: 768px){.age-restriction-promo-modal__widget-desc{font-size:16px}}.age-restriction-promo-modal__cta{display:flex;flex-shrink:0;align-items:center;justify-content:center;box-sizing:border-box;min-height:48px;padding:14px 24px;font-family:inherit;font-size:16px;font-weight:800;line-height:normal;color:#fff;letter-spacing:.02em;text-decoration:none;text-transform:uppercase;background:#ff9838;border-radius:12px;transition:box-shadow .2s ease}.age-restriction-promo-modal__cta:focus{outline:none}.age-restriction-promo-modal__cta:hover{background:#d6850a}.age-restriction-promo-modal__cta:active{background:#a66608}.age-restriction-promo-modal__cta:disabled,.age-restriction-promo-modal__cta[disabled]{background:#f8be68}@media(min-width: 768px){.age-restriction-promo-modal__cta{padding:16px 32px;font-size:18px}}.age-restriction-promo-modal__misclicked-link{z-index:1;margin-top:16px;font-size:12px;line-height:normal;color:#fff;text-decoration:underline;text-underline-offset:2px;cursor:pointer}
.promo-zone-banners{flex:1 1 0;min-height:0;overflow:hidden;padding:0 16px 16px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;box-sizing:border-box}.promo-zone-banners__title{margin:0;font-size:14px;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-0.08px;white-space:nowrap;flex-shrink:0}@media(min-width: 1280px){.promo-zone-banners__title{font-size:16px}}.promo-zone-banners__grid{display:flex;gap:16px;align-items:flex-start;flex-shrink:0}.promo-zone-banners__col{display:flex;flex-direction:column;gap:8px}.promo-zone-banners__slot{width:120px;height:88px;overflow:hidden}.promo-zone-banners__slot ins,.promo-zone-banners__slot ins>a,.promo-zone-banners__slot ins>a>img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important}.promo-zone-banners__slot ins>a>img{object-fit:cover !important}.promo-zone-banners__item{background:#4a4f5e;display:flex;align-items:center;justify-content:center;color:#c1c7d7;font-size:10px;text-align:center;flex-shrink:0;box-sizing:border-box}
.right-banner{width:100%;height:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.right-banner__slot{width:278px;height:570px;overflow:hidden}.right-banner__slot ins,.right-banner__slot ins>a,.right-banner__slot ins>a>img{display:block !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important}.right-banner__slot ins>a>img{object-fit:cover !important}.right-banner__placeholder{background:#4a4f5e;display:flex;align-items:center;justify-content:center;color:#c1c7d7;font-size:12px;text-align:center}
.center-right-banner{position:absolute;display:none;top:44vh;right:0;width:300px;height:250px;border-bottom-left-radius:15px;border-top-left-radius:15px;overflow:hidden}@media(min-width: 768px){.center-right-banner{top:50vh}}.center-right-banner.active{display:inline-block}.center-right-banner.active.placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#a6b8bf;color:#374449;font-size:14px;font-weight:800;line-height:1.4}.center-right-banner.active.placeholder.footer{width:320px;height:50px}.center-banner,.footer-banner{position:absolute;display:none;overflow:hidden !important}.center-banner.active,.footer-banner.active{display:inline-block}.center-banner.active.placeholder,.footer-banner.active.placeholder{display:flex;flex-direction:column;justify-content:center;align-items:center;background:#a6b8bf;color:#374449;font-size:14px;font-weight:800;line-height:1.4}.center-banner.active.placeholder.footer,.footer-banner.active.placeholder.footer{width:320px;height:50px}.center-banner{top:calc(50% - 85px);left:calc(50% - 150px);width:300px;height:250px}.center-banner div{max-height:250px !important;margin-bottom:0 !important;overflow:hidden !important}.footer-banner{bottom:0;left:calc(50% - 160px);max-height:50px !important}
.game-wrapper{position:relative;overflow:hidden !important}.game-wrapper canvas:focus-visible{outline:none}
@keyframes game-preroll-loading-ball-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.game-preroll{position:absolute;top:0;overflow:hidden}.game-preroll__video{width:100%;height:100%}.game-preroll__cta{position:absolute;width:101%;inset:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;background:rgba(18,20,28,.75)}.game-preroll__cta .desktop-btn{width:auto;max-width:calc(100% - 32px);padding:18px 40px;border-radius:20px;font-size:28px;pointer-events:auto;box-shadow:0 12px 8px 0 rgba(11,2,3,.38);animation:scale 2s ease-in-out infinite;background:linear-gradient(180deg, #fc3f00 0%, #a81010 50%, #bd0000 100%)}.game-preroll__cta .desktop-btn:hover:enabled{background:linear-gradient(180deg, #e03800 0%, #900e0e 50%, #a30000 100%)}.game-preroll__cta .desktop-btn:active:enabled{background:linear-gradient(180deg, #c73200 0%, #790c0c 50%, #8a0000 100%)}.game-preroll__cta .desktop-btn:disabled,.game-preroll__cta .desktop-btn[disabled]{opacity:.6;cursor:auto;box-shadow:none;animation:none}@media(min-width: 1920px){.game-preroll__cta .desktop-btn{padding:24px 60px;font-size:42px}}.game-preroll__cta .desktop-btn_content{display:flex;align-items:center;justify-content:center;margin:0 auto;gap:6px}@media(min-width: 768px){.game-preroll__cta .desktop-btn_content{gap:12px}}.game-preroll__cta .desktop-btn_img{width:15px;height:auto}@media(min-width: 360px){[lang=pt-BR] .game-preroll__cta .desktop-btn_img{margin-top:2px}[lang|=en] .game-preroll__cta .desktop-btn_img{margin-top:4px}}@media(min-width: 576px){[lang=pt-BR] .game-preroll__cta .desktop-btn_img{margin-top:4px}[lang|=en] .game-preroll__cta .desktop-btn_img{margin-top:2px}}@media(min-width: 768px){.game-preroll__cta .desktop-btn_img{margin-top:2px}[lang|=en] .game-preroll__cta .desktop-btn_img{margin-top:4px}}@media(min-width: 962px){[lang|=en] .game-preroll__cta .desktop-btn_img,[lang=pt-BR] .game-preroll__cta .desktop-btn_img{margin-top:4px}}@media(min-width: 1280px){[lang=pt-BR] .game-preroll__cta .desktop-btn_img{margin-top:2px}}@media(min-width: 1536px){[lang=pt-BR] .game-preroll__cta .desktop-btn_img,[lang|=en] .game-preroll__cta .desktop-btn_img{margin-top:5px}}@media(min-width: 1920px){.game-preroll__cta .desktop-btn_img{width:19px;margin-top:5px}}.game-preroll__loading-state{display:inline-flex;align-items:center;justify-content:center;gap:14px;color:#fff;pointer-events:none}.game-preroll__loading-ball{display:block;width:34px;height:34px;filter:drop-shadow(0 2px 6px rgba(0, 0, 0, 0.35));animation:game-preroll-loading-ball-spin 1s linear infinite}.game-preroll__loading-text{font-family:"AlegreyaSansSC-Bold",sans-serif;font-size:20px;font-weight:700;line-height:normal;letter-spacing:.02em;text-transform:uppercase;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media(min-width: 768px){.game-preroll__loading-state{gap:16px}.game-preroll__loading-ball{width:42px;height:42px}.game-preroll__loading-text{font-size:28px}}
@keyframes sidebar-menu-subscribe-spin{to{transform:rotate(360deg)}}.sidebar-menu{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%;min-height:100%;background:#14171f;color:#fff;box-sizing:border-box;padding:16px}.sidebar-menu.sidebar-menu--fixedLeft{position:fixed;top:0;left:0;height:100vh;height:100dvh}@media(min-width: 1366px){.sidebar-menu{padding:20px 28px;gap:0}}@media(min-width: 1536px){.sidebar-menu{padding:20px 32px}}@media(min-width: 1920px){.sidebar-menu{padding:24px 40px}}.sidebar-menu__top{display:flex;flex-direction:column;gap:12px}.sidebar-menu__company{display:flex;align-items:center;height:42px}@media(min-width: 1366px){.sidebar-menu__company{height:45px}}@media(min-width: 1536px){.sidebar-menu__company{height:50px}}@media(min-width: 1920px){.sidebar-menu__company{height:63px}}.sidebar-menu__logo{display:block;width:56px;height:44px;object-fit:contain}@media(min-width: 1536px){.sidebar-menu__logo{width:64px;height:50px}}@media(min-width: 1920px){.sidebar-menu__logo{width:80px;height:63px}}.sidebar-menu__nav{width:100%}.sidebar-menu__list{list-style:none;margin:0;padding:12px 0 0;display:flex;flex-direction:column;gap:12px}@media(min-width: 1366px){.sidebar-menu__list{padding-top:14px}}@media(min-width: 1536px){.sidebar-menu__list{padding-top:16px}}@media(min-width: 1920px){.sidebar-menu__list{padding-top:21px;gap:16px}}.sidebar-menu__item{height:35px;display:flex;align-items:center}@media(min-width: 1366px){.sidebar-menu__item{height:38px}}@media(min-width: 1536px){.sidebar-menu__item{height:43px}}@media(min-width: 1920px){.sidebar-menu__item{height:54px}}.sidebar-menu__link{display:inline-flex;align-items:center;width:100%;padding:12px 0;background:rgba(0,0,0,0);border:none;text-decoration:none;cursor:pointer}.sidebar-menu__btnLink{text-align:left}.sidebar-menu__label{display:block;font-size:12px;font-weight:400;line-height:normal;letter-spacing:-0.06px;color:#8a96c0}@media(min-width: 1366px){.sidebar-menu__label{font-size:14px;letter-spacing:-0.07px}}@media(min-width: 1920px){.sidebar-menu__label{font-size:16px;letter-spacing:-0.08px}}.sidebar-menu__label--active{color:#fff}.sidebar-menu__label--truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.sidebar-menu__label--truncate:hover{color:#fff}.sidebar-menu__label--truncate:active{color:#84a4fb}.sidebar-menu__bottom{display:flex;flex-direction:column;gap:32px}.sidebar-menu__cta{display:flex;flex-direction:column;justify-content:center;gap:16px;padding-bottom:15px}@media(min-width: 1366px){.sidebar-menu__cta{gap:18px;padding-bottom:10px}}@media(min-width: 1536px){.sidebar-menu__cta{padding-bottom:12px}}@media(min-width: 1920px){.sidebar-menu__cta{gap:24px}}.sidebar-menu__ctaTitle{margin:0;font-size:16px;font-weight:800;line-height:normal;letter-spacing:-0.08px}@media(min-width: 1366px){.sidebar-menu__ctaTitle{font-size:18px;letter-spacing:-0.09px}}@media(min-width: 1920px){.sidebar-menu__ctaTitle{font-size:22px;letter-spacing:-0.11px}}.sidebar-menu__ctaSubtitle{margin:0;font-size:12px;font-weight:400;line-height:normal;letter-spacing:-0.06px}@media(min-width: 1920px){.sidebar-menu__ctaSubtitle{font-size:15px;letter-spacing:-0.075px}}.sidebar-menu__subscribe{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:34px;min-width:127px;width:max-content;padding:12px 0;border-radius:11.245px;border:1.333px solid #8a96c0;background:rgba(0,0,0,0);color:#8a96c0;font-family:inherit;font-weight:800;font-size:12px;line-height:normal;letter-spacing:.48px;text-transform:uppercase;cursor:pointer}.sidebar-menu__subscribe:focus{outline:none}.sidebar-menu__subscribe:focus-visible{outline:3px solid hsla(0,0%,100%,.35);outline-offset:2px}.sidebar-menu__subscribe:active{color:#84a4fb;border-color:#84a4fb}.sidebar-menu__subscribe:hover{color:#fff;border-color:#fff}.sidebar-menu__subscribe:disabled{color:#a5a5a5;border-color:#a5a5a5;cursor:default}.sidebar-menu__subscribe--loading:disabled{color:#8a96c0;border-color:#8a96c0;background:#1f2430;pointer-events:none}@media(min-width: 1366px){.sidebar-menu__subscribe{height:36.284px;min-width:135.177px;border-width:1.423px;border-radius:12px;font-size:14px;letter-spacing:.56px}}@media(min-width: 1536px){.sidebar-menu__subscribe{height:40.8px;min-width:152px;border-width:1.6px}}@media(min-width: 1920px){.sidebar-menu__subscribe{height:51px;min-width:190px;border-width:2px;border-radius:16px;font-size:18px;letter-spacing:.72px}}.sidebar-menu__subscribeLoader{width:20px;height:20px;border-radius:50%;border:2px solid currentColor;border-right-color:rgba(0,0,0,0);animation:sidebar-menu-subscribe-spin .8s linear infinite;flex-shrink:0}.sidebar-menu__legal{display:flex;flex-direction:column;gap:12px;padding-bottom:15px}@media(min-width: 1366px){.sidebar-menu__legal{gap:16px}}@media(min-width: 1920px){.sidebar-menu__legal{gap:24px}}.sidebar-menu__legalLink{font-size:10px;font-weight:400;line-height:normal;letter-spacing:-0.05px;color:#8a96c0;text-decoration:underline;text-underline-offset:2px}.sidebar-menu__legalLink:focus{outline:none}.sidebar-menu__legalLink:focus-visible{outline:3px solid hsla(0,0%,100%,.35);outline-offset:2px;border-radius:4px}.sidebar-menu__legalLink:hover{color:#fff}.sidebar-menu__legalLink:active{color:#84a4fb}@media(min-width: 1366px){.sidebar-menu__legalLink{font-size:12px;letter-spacing:-0.06px}}@media(min-width: 1920px){.sidebar-menu__legalLink{font-size:15px;letter-spacing:-0.075px}}
.sidebar-tooltip{position:fixed;display:flex;flex-direction:row;align-items:center;transform:translateY(-50%);pointer-events:none;z-index:9999}.sidebar-tooltip__arrow{width:0;height:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);border-right:12px solid #1e222f;flex-shrink:0}.sidebar-tooltip__body{background:#1e222f;border-radius:8px;padding:16px;color:#c1c7d7;font-weight:400;font-size:12px;line-height:1.3;letter-spacing:-0.06px;width:166px;word-break:break-word}
.desktop-container{display:flex;flex-direction:row;width:100%;height:100vh;height:100dvh;overflow:hidden !important;background-color:#1c202b}.desktop-col-left{display:flex;flex-direction:row;flex:1 1 0;min-width:0;height:100%;overflow:hidden}.desktop-col-left .sidebar-menu{flex:0 0 158px;width:158px}@media(min-width: 1366px){.desktop-col-left .sidebar-menu{flex-basis:190px;width:190px}}@media(min-width: 1536px){.desktop-col-left .sidebar-menu{flex-basis:214px;width:214px}}@media(min-width: 1920px){.desktop-col-left .sidebar-menu{flex-basis:268px;width:268px}}.desktop-promo-zone{display:flex;flex-direction:column;flex:1 1 0;min-width:0;height:100%}.desktop-col-center{flex:0 0 auto;position:relative;overflow:hidden}.desktop-col-right{flex:1 1 0;min-width:0;height:100%}.desktop-gift-offer-shell{flex:0 0 auto;padding:0 0 35px 25px;pointer-events:none}@media(max-height: 649px){.desktop-gift-offer-shell{padding:0 0 10px 15px}}@media(min-width: 1536px){.desktop-gift-offer-shell{padding:0 0 40px 45px}}@media(min-width: 1920px){.desktop-gift-offer-shell{padding:0 0 60px 65px}}.desktop-gift-offer{display:inline-flex;width:56px;height:64px;pointer-events:auto;text-decoration:none}@media(min-width: 1920px){.desktop-gift-offer{width:70px;height:80px}}.desktop-gift-offer__visual{display:block;width:100%;height:100%;object-fit:contain;background-image:var(--gift-offer-default-image);background-position:center;background-repeat:no-repeat;background-size:contain}.desktop-gift-offer:hover,.desktop-gift-offer:active{transition:all .3s ease-in;animation:scale 2s ease-in-out infinite}.desktop-gift-offer:active .desktop-gift-offer__visual{background-image:var(--gift-offer-pressed-image)}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}ul,li{margin:0;padding:0;list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}@font-face{font-family:"Playpen Sans";font-style:normal;font-weight:400;font-display:swap;src:url(fonts/playpenSans-Regular.woff2) format("woff2")}@font-face{font-family:"Playpen Sans";font-style:normal;font-weight:800;font-display:swap;src:url(fonts/playpenSans-ExtraBold.woff2) format("woff2");unicode-range:U+0020-007E,U+00A0-00FF,U+0100-024F,U+1E00-1EFF,U+0370-03FF,U+0400-04FF,U+2000-206F,U+20A0-20CF}@font-face{font-family:"AlegreyaSansSC-Bold";font-style:normal;font-weight:700;font-display:swap;src:url(fonts/AlegreyaSansSC-Bold.woff2) format("woff2")}html:lang(bg),[lang=bg],[lang=bg-BG]{font-feature-settings:"locl" 0}body{font-family:"Playpen Sans",sans-serif;font-size:18px;font-weight:normal;font-style:normal;color:#000}@media(min-width: 576px){body{font-size:24px}}:root{--overflow: 'initial'}html,body,#root{width:100%;min-height:100%;overflow:var(--overflow)}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:"Playpen Sans",sans-serif;font-weight:400}body::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#fff}body::-webkit-scrollbar{width:10px;background-color:#fff}body::-webkit-scrollbar-thumb{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:rgba(128,180,255,.2901960784)}body.adblocked-mode [data-modal-portal],body.adblocked-mode .cky-consent-container,body.adblocked-mode .cky-overlay,body.adblocked-mode .cky-modal,body.adblocked-mode .cky-preference-wrapper,body.adblocked-mode .cky-btn-revisit-wrapper{display:none !important;visibility:hidden !important;pointer-events:none !important}img{width:100%;height:auto}@keyframes scale{0%,100%{transform:scale(1)}50%{transform:scale(1.1)}}

/*# sourceMappingURL=main.277971347688b97c1834.css.map*/