*{border:none;margin:0;padding:0}*,:before,:after{box-sizing:border-box}a,a:link,a:visited{color:inherit;text-decoration:none}a:hover{text-decoration:none}aside,nav,footer,header,section,main{display:block}h1,h2,h3,h4,h5,h6,p{font-size:inherit;font-weight:inherit}ul,ul li{list-style:none}img{vertical-align:top}img,svg{max-width:100%;height:auto}address{font-style:normal}input,textarea,button,select{font-family:inherit;font-size:inherit;color:inherit;background-color:#0000}input::-ms-clear{display:none}button,input[type=submit]{box-shadow:none;cursor:pointer;background:0 0;display:inline-block}input:focus,input:active,button:focus,button:active{outline:none}button::-moz-focus-inner{border:0;padding:0}label{cursor:pointer}legend{display:block}:root{--primary-color:#49005b;--primary-color-light:#6f05a0;--primary-color-lightest:#8c52ff;--secondary-color:#ffe001;--accent-color:#5aa0fc;--black-color:#000;--white-color:#fff;--gray-color:#eee;--text-color:var(--white-color);--text-color-alt:#000;--bg-color:#17001c;--surface-color:#161820;--divider-color:var(--gray-color);--border-color:var(--gray-color);--header-bg-color:#49005be6;--footer-bg-color:#7004a0;--btn-bg-color:var(--primary-color-light);--btn-bg-accent-color:var(--accent-color);--btn-text-color:var(--text-color-alt);--btn-text-accent-color:var(--text-color-alt);--table-head-color:var(--primary-color);--table-body-color:var(--surface-color);--table-border-color:var(--primary-color);--table-head-text-color:(--text-color);--table-body-text-color:(--text-color);--scrollbar-color:var(--primary-color-dark);--faq-bg-color:var(--surface-color);--faq-border-color:var(--gray-color);--card-overlay-color:#00000080;--container-width:1240px;--container-padding-x:15px;--sidebar-width-full:14.5rem;--sidebar-width-short:4rem;--header-height:3.75rem;--font-primary:"Open Sans",sans-serif;--font-secondary:"Arial",sans-serif;--font-render-type:block}.game-section{padding-bottom:2rem}@media screen and (max-width:1024px){.mobile-hidden{display:none}}@media screen and (min-width:1025px){.desktop-hidden{display:none}}.no-scroll{overflow:hidden}h1,h2,h3,h4{line-height:120%}p{line-height:140%}h1{font-size:3rem}@media screen and (max-width:992px){h1{font-size:2.5rem}}@media screen and (max-width:576px){h1{font-size:2rem}}h2{font-size:2.25rem}@media screen and (max-width:992px){h2{font-size:2rem}}@media screen and (max-width:576px){h2{font-size:1.8rem}}h3{font-size:1.6rem}@media screen and (max-width:992px){h3{font-size:1.5rem}}@media screen and (max-width:576px){h3{font-size:1.2rem}}p{font-size:1rem}@media screen and (max-width:992px){p{font-size:1rem}}@media screen and (max-width:576px){p{font-size:1rem}}.container{width:100%;max-width:1420px;margin-left:auto;margin-right:auto;padding:0 15px}@media screen and (max-width:1200px){.container{max-width:1100px}}@media screen and (max-width:1024px){.container{max-width:960px}}@media screen and (max-width:576px){.container{max-width:100%}}.container-fluid{width:95%;max-width:1414px;margin-left:auto;margin-right:auto;padding:0 15px}@media screen and (max-width:768px){.container-fluid{width:100%;max-width:100%}}.container-full{width:100%;max-width:calc(var(--container-width) + var(--container-padding-x)*2);padding:0 var(--container-padding-x);margin-left:auto;margin-right:auto}@media screen and (min-width:1240px){.container-full{max-width:100%;padding:0 10px}}@media screen and (max-width:992px){.container-full{max-width:990px}}@media screen and (max-width:576px){.container-full{max-width:100%}}.page{flex-direction:column;height:100%;min-height:100vh;display:flex}.page__main{padding-top:var(--header-height);flex:1 0 auto}.page__footer{flex:none}.page__header{width:100%;height:var(--header-height);z-index:900;position:fixed;top:0;left:0;right:0}.header{background:var(--header-bg-color);padding:1rem 0}.header__inner{justify-content:space-between;align-items:center;gap:1rem;height:100%;display:flex}.header__left{align-items:center;display:flex}.footer{background:var(--footer-bg-color);padding:2rem 0}.footer__nav{border-top:2px solid #405;border-bottom:2px solid #405;flex-wrap:wrap;gap:10rem;margin-top:1.5rem;padding:1.5rem;display:flex}.footer__col{flex-direction:column;gap:1rem;display:flex}.footer__title{color:var(--secondary-color);font-size:1.5rem;font-weight:700}.footer__link{font-size:.75rem}.footer__text{text-align:center;margin-top:2rem}.footer__text p{margin-bottom:1rem;font-size:.875rem;font-style:italic}html,body{scroll-behavior:smooth;scroll-margin-top:5rem}html{font-size:100%}body{-webkit-user-select:none;user-select:none;font-family:var(--font-primary);color:var(--text-color);background-color:var(--bg-color)}.menu-btn{border:3px solid var(--primary-color-lightest);border-radius:1.25rem;align-items:center;height:2rem;padding:1rem .3rem;display:inline-flex}.menu-btn__label{text-transform:uppercase;padding:0 .75rem;font-size:.875rem;font-weight:700}.menu-btn__icon{background:var(--secondary-color);width:1.5rem;height:1.5rem;color:var(--bg-color);border-radius:50%;justify-content:center;align-items:center;display:inline-flex}@media screen and (max-width:768px){.menu-btn{border:0}.menu-btn__label{display:none}.logo svg{max-width:100px}}.btn{--bg-color:var(--primary-color-light);text-align:center;text-transform:uppercase;background:var(--bg-color);border-radius:5px;justify-content:center;align-items:center;padding:.5rem 6px;font-size:.781rem;font-weight:700;display:inline-flex}.btn__text{color:var(--secondary-color)}.btn--accent{--bg-color:var(--accent-color)}.btn--shadow-accent{box-shadow:0 0 4px 0 #0009,0 0 12px 0 var(--accent-color)}.btn--second{--bg-color:var(--secondary-color)}.btn--second .btn__text{color:#49005b}.btn--shadow-second{box-shadow:0 0 4px 0 #0009,0 0 12px 0 var(--secondary-color)}.btn--shadow-primary{box-shadow:0 0 4px #0009,0 0 12px #8c52ff}.bonuses{margin:1rem 0}.bonuses__wrap{overflow-x:scroll}.bonuses__wrap::-webkit-scrollbar{width:0;height:0}.bonuses__row{gap:1rem;display:flex}.bonus-card{background:var(--primary-color);border-radius:.5rem;align-items:center;gap:1rem;width:446px;min-width:446px;height:224px;padding:5px;display:inline-flex;overflow:hidden}.bonus-card__title{font-weight:700}.bonus-card__img{transform:translateY(1rem)scale(.9)}.bonus-card__btn{width:100%}.bonus-card__desc{margin-bottom:1rem;font-size:.875rem}.bonus-card__content{margin-right:2rem}.cats{background:var(--primary-color);top:var(--header-height);z-index:700;margin-bottom:2rem;padding:.5rem;position:sticky;left:0;right:0}.cats__inner{height:100%;overflow-x:auto}.cats__inner::-webkit-scrollbar{width:0;height:0}.cats__nav{justify-content:center;align-items:center;gap:1rem;height:100%;display:flex}.cats__item{flex-direction:column;flex:1 0 auto;align-items:center;gap:5px;max-width:50px;font-size:.6rem;font-weight:700;display:flex}.cats__label{color:var(--secondary-color);text-align:center;white-space:nowrap}.cats__icon{width:25px;max-width:25px;height:20px}@media screen and (max-width:425px){.cats__nav{justify-content:flex-start}}.games__top,.games__controls{align-items:center;display:flex}.games__top{justify-content:space-between}.games__controls{gap:4px}.games__title{text-transform:uppercase;font-weight:700}.games__btn:disabled{opacity:.5}.games__wrap{padding:1rem 0;overflow-x:auto}.games__wrap::-webkit-scrollbar{width:0;height:0}.games__row{gap:.75rem;display:flex}.games__btn-row{justify-content:flex-end;display:flex}.games__all-link{justify-content:flex-end;width:100%;max-width:50%}.game-card{border-radius:.5rem;width:237px;min-width:237px;height:237px;transition:all .3s;display:inline-block;position:relative;overflow:hidden}.game-card__img{object-fit:cover;width:100%;height:100%}.game-card__badge{background:var(--secondary-color);color:var(--primary-color-light);border-radius:5px;margin:.5rem;padding:5px;font-weight:700;display:inline-block;position:absolute;top:0;left:0}.game-card__badge--invert{background:var(--primary-color-light);color:var(--secondary-color)}@media (any-hover:hover){.game-card:hover{transform:translateY(-.75rem)}}.menu{z-index:800;width:100%;height:100%;padding-top:var(--header-height);visibility:hidden;background:#000c;transition:all .3s;position:fixed;inset:0}.menu.show{visibility:visible}.menu.show .menu__main{transform:translateY(0)}.menu__main{scrollbar-width:thin;scrollbar-color:#49005b #17001c;background:#7004a0;width:100%;max-width:450px;height:100%;transition:all .65s;overflow-y:auto;transform:translateY(100%)}.menu__main::-webkit-scrollbar{width:12px}.menu__main::-webkit-scrollbar-track{background-color:#17001c;border-radius:10px;margin:5px}.menu__main::-webkit-scrollbar-thumb{background-color:#49005b;border:2px solid #17001c;border-radius:5px;width:8px}.menu__inner{min-height:100%;padding:1rem}.menu__item{background:var(--primary-color);border-radius:.75rem;align-items:center;gap:.5rem;margin-bottom:1rem;padding:1rem;display:flex}.menu__support-icon{background:var(--secondary-color);color:#6f05a0;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.menu__icon{filter:brightness(0)saturate()invert(74%)sepia(89%)saturate(652%)hue-rotate(359deg)brightness(105%)contrast(103%);max-width:24px}.menu__sub{background:#340059;border-radius:.75rem;flex-direction:column;margin-bottom:1rem;padding-bottom:.5rem;display:flex;overflow:hidden}.menu__sub-title{background:var(--primary-color);margin-bottom:1rem;padding:1rem;font-weight:700}.menu__sub-link{background:var(--primary-color);text-align:center;border-radius:.75rem;margin-bottom:.5rem;margin-left:1rem;margin-right:1rem;padding:1rem;font-weight:700}.menu__sub-inner{flex-wrap:wrap;gap:.5rem;padding:.5rem;display:flex}.menu__sub-tag{color:var(--secondary-color);background:#7004a0;border-radius:5px;padding:.5rem;font-weight:700}.menu__sub-tag span{color:var(--secondary-color)}.main-content{margin-bottom:2rem}.main-content h1,.main-content h2,.main-content h3,.main-content h4,.main-content h5,.main-content h6{font-weight:700}.main-content h1,.main-content h2,.main-content p,.main-content ul li,.main-content ol li{color:var(--text-color)}.main-content .btn{margin:.5rem 0}.main-content h2,.main-content h1{margin-top:2rem}.main-content h3{color:var(--text-color);margin-top:1rem}.main-content p{margin-top:1rem}.main-content ol,.main-content li{margin-top:.5rem;margin-left:2rem}.main-content ol li,.main-content ul li{font-size:1rem}.main-content ul li{list-style-type:disc}.main-content .table-wrap{max-width:100%;overflow-x:scroll}.main-content .table-wrap::-webkit-scrollbar{height:5px}.main-content .table-wrap::-webkit-scrollbar-thumb{background-color:var(--accent-color);border-radius:20px}.main-content .table-wrap::-webkit-scrollbar-track{background:0 0}.main-content table{margin:1rem 0}.main-content thead td,.main-content thead th{background:var(--primary-color);color:var(--white-color);padding:.5rem}.main-content tbody{border:2px solid var(--secondary-color)}.main-content td{background:var(--surface-color);padding:1rem 2rem 1rem 1rem}.main-content td:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.main-content td:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.main-content th{padding:1rem 4rem 1rem 1rem}.main-content th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.main-content th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.main-content img{border-radius:10px;margin:1rem 0;display:inline-block}.main-content .faq-list{margin-left:0}.main-content .faq-card{cursor:pointer;border:1px solid var(--gray-color);background:var(--surface-color);width:100%;height:4.5rem;color:var(--text-color);border-radius:1.25rem;flex-direction:column;gap:1rem;margin-left:0;padding:.5rem 1rem;transition:height .2s;display:flex;overflow-y:hidden}.main-content .faq-card__top{justify-content:space-between;align-items:center;display:flex}.main-content .faq-card__question{font-size:1.25rem;font-weight:700}.main-content .faq-card__question svg{transition:all .4s}.main-content .faq-card__answer{display:none}.main-content .faq-card.show{height:auto}.main-content .faq-card.show svg{transform:rotate(45deg)}.main-content .faq-card.show .faq-card__answer{display:block}@media screen and (max-width:1024px){.main-content,.main-content .table__wrap,.main-content__inner{max-width:100vw}}@media screen and (max-width:768px){.main-content ol li,.main-content ul li{font-size:1rem}}