*{padding:0;margin:0;border:0}*,::after,::before{-webkit-box-sizing:border-box;box-sizing:border-box}a,a:link,a:visited{color:inherit}a,a:hover,a:link,a:visited{text-decoration:none}aside,footer,header,legend,main,nav,section{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,select,textarea{background-color:transparent}button,input,select,textarea{font-family:inherit;font-size:inherit;color:inherit}input::-ms-clear{display:none}button,input[type=submit]{display:inline-block;-webkit-box-shadow:none;box-shadow:none;background-color:transparent;background:0 0;cursor:pointer}button:active,button:focus,input:active,input:focus{outline:0}button::-moz-focus-inner{padding:0;border:0}label{cursor:pointer}:root{--primary-color:#16D7E1;--secondary-color:#FFF;--accent-color:#FF7E10;--bg-color:#FFF;--surface-color:#FFF;--text-color:#000;--text-color-alt:#FFF;--white-color:#FFF;--black-color:#000;--gray-color:#AEAEAE;--font-main:"Arial", sans-serif;--font-system:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--container-width:1240px;--container-padding-x:15px;--sidebar-width-full:14.5rem;--header-height:3.75rem}body,html{scroll-behavior:smooth;scroll-margin-top:5rem}html{font-size:100%}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;font-family:var(--font-main);background-color:var(--bg-color)}.main-content__inner{border-radius:1rem;padding:2rem!important;background-color:var(--white-color)}.main-content h1,.main-content h2,.main-content h3,.main-content ol li,.main-content p,.main-content ul li,body{color:var(--text-color)}.main-content .btn{margin:.5rem 0}.main-content h1,.main-content h2{margin-top:2rem}.main-content h3{margin-top:1rem}.main-content p{margin-top:1rem}.main-content li,.main-content ol{margin-top:.5rem;margin-left:2rem}.main-content .simple-text,.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-color:transparent}.main-content table{margin:1rem 0}.main-content thead td{background-color:var(--primary-color);padding:.5rem;color:var(--text-color)}.main-content tbody{border:2px solid var(--secondary-color)}.main-content td{padding:1rem 2rem 1rem 1rem;background-color:var(--surface-color)}.main-content td:first-child,.main-content th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}.main-content td:last-child,.main-content th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}.main-content th{padding:1rem 4rem 1rem 1rem}.main-content img{display:block;margin:1rem 0;border-radius:10px}.main-content .faq-list{margin-left:0}.main-content .faq-card{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;cursor:pointer;margin-left:0;gap:1rem;height:4.5rem;overflow-y:hidden;border-radius:1.25rem;border:1px solid var(--grey-color);background-color:var(--primary-color);color:var(--text-color);padding:.5rem 1rem;-webkit-transition:height .2s;transition:height .2s}.main-content .faq-card__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-content .faq-card__question{font-weight:700;font-size:1.25rem}.main-content .faq-card__question svg{-webkit-transition:all .4s;transition:all .4s}.main-content .faq-card.show{height:auto}.main-content .faq-card.show svg{-webkit-transform:rotateZ(45deg);-ms-transform:rotate(45deg);transform:rotateZ(45deg)}.container-fluid,.container-full{margin-left:auto;margin-right:auto}.container-fluid{max-width:960px;width:95%;padding:0 15px}.container-full{width:100%;max-width:calc(var(--container-width) + var(--container-padding-x)*2);padding:0 var(--container-padding-x)}.game-section{padding-bottom:4rem}h1,h2,h3,h4{line-height:120%}p{line-height:140%;font-size:1rem}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.6rem}.heading{font-weight:700;color:var(--text-color);margin-bottom:1rem}.heading::first-letter{text-transform:uppercase}.heading--icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.heading--grey{color:#c4c4c4}.heading__text{margin-left:.5rem}.heading--center{text-align:center}.simple-text{font-size:1.25rem;color:var(--text-color)}.simple-text--center{text-align:center}.simple-text--s{font-size:1rem}.simple-text--grey{color:#c4c4c4}.text-accent{color:var(--accent-color)!important;font-weight:500}.text-content .heading{margin-bottom:var(--mr-16)}.text-content--mb-text .simple-text{margin-bottom:1rem}.btn{display:inline-block;background-color:var(--primary-color);border-radius:.5rem;padding:1em;font-weight:700;text-transform:uppercase;white-space:nowrap;text-align:center}.btn__text{color:var(--text-color)}.btn--accent{background-color:var(--accent-color)}.btn--accent span{color:var(--text-color-alt)}.main-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.main-menu__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem;font-weight:700}.game-intro,.game-intro__row,.main-menu__link{display:-webkit-box;display:-ms-flexbox;display:flex}.game-intro{background-image:url(./../img/game/games-bg.png);background-repeat:no-repeat;background-size:cover;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem;padding:2rem;border-radius:1rem}.game-intro__row{gap:.5rem}.game-intro__card{max-width:88px;max-height:88px;display:inline-block;border-radius:1rem;overflow:hidden}.game-intro__title{font-weight:700;font-size:1.5rem}.game-intro__link{font-weight:700}.game-intro__thumb{width:1000%;height:100%;-o-object-fit:cover;object-fit:cover}.game-intro p,.game-intro span{text-align:center;color:var(--text-color-alt)}.bonus-intro{display:inline-block;max-width:308px;max-height:308px;min-width:100px;min-height:100px;overflow:hidden;border-radius:1rem;aspect-ratio:1/1}.bonus-intro__thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.game-card{display:inline-block;max-width:150px;height:150px;overflow:hidden;border-radius:1rem}.game-card__thumb{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bonus-card{background-color:#fff55b;border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;max-height:150px}.bonus-card__title{font-size:1.5rem;text-align:center}.bonus-card__text{text-align:center}.login-card{padding:1rem 0;height:100%;background-image:url(./../img/game/bg-login.png);background-repeat:repeat;border-radius:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.login-card__title{font-weight:700;color:var(--text-color-alt);font-size:1.25rem}.login-card__field{display:inline-block;font-weight:700;padding:1rem;background-color:var(--white-color);border-radius:6px;min-width:50%}.login-card__btn{min-width:50%}.page{height:100%;width:100%;background-image:url(./../img/bg-left.png),url(./../img/bg-right.png);background-repeat:no-repeat,no-repeat;background-position:left calc(100vh - 900px),right calc(100vh - 900px);background-attachment:fixed}.page__header{position:fixed;width:100%;top:0;z-index:900}.page__wrapper{position:relative;height:100%;z-index:1;margin-top:0}.page__sidebar{position:fixed;z-index:800;width:100%;height:100%;max-width:var(--sidebar-width-full);display:inline-block}.page__inner{width:calc(100% - var(--sidebar-width-full));max-width:calc(100% - var(--sidebar-width-full));height:100%;margin-left:var(--sidebar-width-full);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.page__main{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.page__footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.page__bottom-nav{display:block;width:100%;padding:1rem 0;background-color:var(--surface-color);position:fixed;bottom:0;left:0;right:0}.header{background-color:var(--secondary-color);padding:1rem 0}.header__btn-group,.header__inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.header__btn-group{gap:1rem}.sidebar{background-color:var(--surface-color);padding:1rem}.sidebar,.sidebar__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem}.sidebar__logo{display:inline-block;-ms-flex-item-align:center;align-self:center}.sidebar__btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.footer{margin-top:2rem;padding:2rem 0;background-color:var(--surface-color)}.footer__logo-wrap{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:1rem 0}.footer__col,.footer__logo-wrap,.footer__nav{display:-webkit-box;display:-ms-flexbox;display:flex}.footer__nav{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}.footer__col{gap:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__title{color:var(--primary-color);margin-bottom:.5rem;font-weight:700}.intro{width:100%;height:352px;max-height:352px}.intro__banner,.intro__inner{height:100%}.intro__banner{display:inline-block;border-radius:1rem;overflow:hidden}.intro__img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.games{margin:4rem 0}.games__inner{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.games__jackpots,.games__promo{height:100%;display:grid;gap:.5rem}.games__promo{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.games__promo .bonus-intro{display:inline-block;grid-row-end:3}.games__jackpots{grid-template-columns:1fr 1fr 1fr;grid-template-rows:repeat(2,150px)}.games__bonus-card,.games__promo .bonus-intro{height:100%;grid-row-start:1;grid-column-start:1;grid-column-end:3}.games__bonus-card{grid-row-end:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:1025px){.desktop-hidden{display:none}}@media screen and (min-width:1240px){.container-full{max-width:100%;padding:0 10px}}@media screen and (min-width:1600px){.container-fluid{max-width:1000px}}@media screen and (max-width:1200px){.game-card{max-width:100%;width:auto;max-height:auto}.bonus-intro{display:inline-block;max-width:100%;width:100%}.games__inner{grid-template-columns:repeat(1,minmax(0,1fr))}}@media screen and (max-width:1024px){.main-content .faq-card{height:7rem}.main-content .faq-card .faq-card__question--second{height:6.6rem}.main-content,.main-content .table__wrap,.main-content__inner{max-width:100vw}.mobile-hidden{display:none}.page__wrapper{margin-top:3.2rem}.page__inner{margin-left:0;width:100%;max-width:100%;margin-top:6.5rem}}@media screen and (max-width:992px){.container-full{max-width:990px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{font-size:1rem}}@media screen and (max-width:768px){.main-content .simple-text,.main-content ol li,.main-content ul li{font-size:1rem}.container-fluid{max-width:100%;width:100%}}@media screen and (max-width:576px){.container-full{max-width:100%}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.2rem}p{font-size:1rem}.bonus-card{grid-row-start:1;grid-row-end:2;grid-column-start:1;grid-column-end:4}}