.show-dropdown{height:-moz-fit-content;height:fit-content}.show-dropdown-container{position:relative;display:none;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:5rem;background:linear-gradient(180deg,rgba(143,19,241,.01),rgba(143,19,241,.1));border:2px solid rgba(143,19,241,.8);display:flex;padding:.5rem;gap:.5rem}@media(max-width:768px){.show-dropdown-container{padding:.75rem 1rem}}@media(max-width:577px){.show-dropdown-container{grid-column:2;grid-row:2;justify-self:flex-end}}.show-dropdown-container-content{display:flex;gap:.75rem;padding:.5rem 1rem;align-items:center}@media(max-width:768px){.show-dropdown-container-content{padding:0}}.show-dropdown-label{color:#fff;white-space:nowrap}@media(min-width:1920px){.show-dropdown-label{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem}}@media(min-width:1600px)and (max-width:1920px){.show-dropdown-label{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem}}@media(min-width:1440px)and (max-width:1600px){.show-dropdown-label{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(min-width:768px)and (max-width:1440px){.show-dropdown-label{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(max-width:768px){.show-dropdown-label{font-family:var(--font-sf-pro-text);font-size:.75rem;font-weight:400;line-height:1rem}}.show-dropdown.open{border-top-right-radius:.9375rem;border-bottom-left-radius:0;border-top-left-radius:.9375rem;border-bottom-right-radius:0}.show-dropdown-header{cursor:pointer;text-transform:capitalize;width:100%;display:flex;align-items:center;color:#fff;gap:.75rem}@media(min-width:1920px){.show-dropdown-header{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:700;line-height:1.5rem}}@media(min-width:1600px)and (max-width:1920px){.show-dropdown-header{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:700;line-height:1.5rem}}@media(min-width:1440px)and (max-width:1600px){.show-dropdown-header{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:700;line-height:1.25rem}}@media(min-width:768px)and (max-width:1440px){.show-dropdown-header{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:700;line-height:1.25rem}}@media(max-width:768px){.show-dropdown-header{font-family:var(--font-sf-pro-text);font-size:.75rem;font-weight:700;line-height:1rem}}.show-dropdown-list{position:absolute;top:3.75rem;left:0;width:100%;font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:700;line-height:1.5rem;max-height:10.625rem;overflow-y:auto;border-radius:.9375rem;z-index:9;display:none;-webkit-backdrop-filter:blur(120px);backdrop-filter:blur(120px);background:linear-gradient(180deg,rgba(143,19,241,.1),rgba(143,19,241,.2))}.show-dropdown-list::-webkit-scrollbar{width:6px}@media(max-width:1440px){.show-dropdown-list::-webkit-scrollbar{width:.25rem}}.show-dropdown-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:8px}.show-dropdown-list::-webkit-scrollbar-thumb{border-radius:50px;background:hsla(0,0%,100%,.2);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.show-dropdown-list::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.6)}@media(max-width:768px){.show-dropdown-list{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:700;line-height:1.25rem}}.show-dropdown .open{display:block}.show-dropdown-item{text-transform:capitalize;padding:.5rem 0 .5rem .875rem;color:#fff;cursor:pointer;transition:background .3s ease-in-out}.show-dropdown-item:hover{background:rgba(143,19,241,.3) 100%}.show-dropdown-arrow{display:inline-block;width:.5625rem;height:.5625rem;border-left:.125rem solid #545454;border-bottom:.125rem solid #545454;transform:rotate(-45deg);transition:transform .3s ease;margin-bottom:.1875rem}.show-dropdown .rotate{margin-top:.1875rem;transform:rotate(135deg)}.thanks-modal{display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;border-radius:1.5rem;background:radial-gradient(53.4% 121.01% at 50% -27.59%,rgba(145,55,255,.08) 0,rgba(175,55,255,0) 100%),#19131f;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px);gap:2.5rem;padding:5rem 4rem}@media(max-width:1600px){.thanks-modal{padding:4.5rem 3.5rem}}@media(max-width:1440px){.thanks-modal{gap:2rem;padding:4rem 3rem}}@media(max-width:475px){.thanks-modal{gap:1.5rem;padding:3.5rem 1.5rem}}.thanks-modal-close-img{position:absolute;top:7%;right:3%;cursor:pointer}@media(max-width:475px){.thanks-modal-close-img{top:5%;width:2rem;height:2rem}}.thanks-modal-text{display:flex;flex-direction:column;gap:.5rem;text-align:center;width:40rem}@media(max-width:1600px){.thanks-modal-text{width:35rem}}@media(max-width:1440px){.thanks-modal-text{width:30rem}}@media(max-width:768px){.thanks-modal-text{width:auto}}@media(max-width:475px){.thanks-modal-text{width:17rem}}.thanks-modal-title{color:#fff;font-family:var(--font-sf-pro-display);font-size:1.75rem;font-weight:600;line-height:2.25rem}.thanks-modal-title br{display:none}@media(max-width:1600px){.thanks-modal-title{font-family:var(--font-sf-pro-display);font-size:1.5rem;font-weight:600;line-height:2rem}}@media(max-width:1440px){.thanks-modal-title{font-family:var(--font-sf-pro-display);font-size:1.25rem;font-weight:600;line-height:1.75rem}}@media(max-width:475px){.thanks-modal-title{font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:600;line-height:1.5rem}.thanks-modal-title br{display:block}}.thanks-modal-description{color:hsla(0,0%,100%,.4);font-family:var(--font-sf-pro-text);font-size:1.5rem;font-weight:400;line-height:2rem}@media(max-width:1600px){.thanks-modal-description{font-family:var(--font-sf-pro-display);font-size:1.25rem;font-weight:400;line-height:1.75rem}}@media(max-width:1440px){.thanks-modal-description{font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:400;line-height:1.5rem}}@media(max-width:475px){.thanks-modal-description{font-family:var(--font-sf-pro-display);font-size:.875rem;font-weight:400;line-height:1.25rem}.thanks-modal-description br{display:none}}.thanks-modal-button{border:none;display:flex;align-items:center;justify-content:center;gap:.625rem;color:#fff;height:4rem;padding:0 2rem;cursor:pointer;font-family:var(--font-sf-pro-display);font-size:1.125rem;font-weight:600;line-height:1.5rem;border-radius:1.875rem;background:linear-gradient(87deg,#8f13f1 13.02%,#3616fb 55.59%,#6eff7c 95.97%)}.thanks-modal-button img{position:relative;bottom:.125rem}@media(max-width:1440px){.thanks-modal-button{height:3.5rem;padding:0 2rem;font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:600;line-height:1.5rem}}@media(max-width:475px){.thanks-modal-button{height:2.75rem;padding:0 1.5rem;font-family:var(--font-sf-pro-display);font-size:.875rem;font-weight:600;line-height:1.25rem}}.not-found-form{width:100%;display:flex;flex-direction:column;align-items:center;padding:4rem 0;border-radius:1.5rem;border:.0625rem solid hsla(0,0%,100%,.2)}@media(max-width:1600px){.not-found-form{padding:3.375rem 0}}@media(max-width:1440px){.not-found-form{padding:3rem 0}}@media(max-width:1020px){.not-found-form{width:auto;margin:0 1.5625rem}}@media(max-width:878px){.not-found-form{padding:3rem}}@media(max-width:475px){.not-found-form{padding:2rem 1.5rem}}.not-found-form-title{color:#fff;font-family:var(--font-sf-pro-display);font-size:1.75rem;font-weight:600;line-height:2.25rem}@media(max-width:1600px){.not-found-form-title{font-family:var(--font-sf-pro-display);font-size:1.5rem;font-weight:600;line-height:2rem}}@media(max-width:1440px){.not-found-form-title{font-family:var(--font-sf-pro-display);font-size:1.25rem;font-weight:600;line-height:1.75rem}}@media(max-width:475px){.not-found-form-title{font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:600;line-height:1.5rem}}.not-found-form-description{text-align:center;margin-top:1rem;color:hsla(0,0%,100%,.6);font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem}.not-found-form-description br{display:none}@media(max-width:1600px){.not-found-form-description{margin-top:.75rem}}@media(max-width:1440px){.not-found-form-description{margin-top:.5rem;font-family:var(--font-sf-pro-display);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(max-width:475px){.not-found-form-description{margin-top:.25rem;font-family:var(--font-sf-pro-display);font-size:.75rem;font-weight:600;line-height:1rem}.not-found-form-description br{display:block}}.not-found-form-description.highlight{color:#fff}.not-found-form-group{margin-top:2.5rem;display:flex;gap:1.5rem}@media(max-width:1600px){.not-found-form-group{gap:1rem;margin-top:2rem}}@media(max-width:1440px){.not-found-form-group{gap:.75rem;margin-top:1.5rem}}@media(max-width:878px){.not-found-form-group{flex-direction:column;width:100%}}@media(max-width:475px){.not-found-form-group{margin-top:1rem}}.not-found-form-group-input{width:100%;display:flex;border:none;height:4rem;padding:1.25rem 1.5rem;justify-content:space-between;align-items:center;border-radius:.75rem;background:hsla(0,0%,100%,.05);min-width:18.75rem;color:hsla(0,0%,100%,.4);font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:500;line-height:1.5rem}@media(max-width:1600px){.not-found-form-group-input{min-width:16.25rem}}@media(max-width:1440px){.not-found-form-group-input{min-width:11.25rem}}@media(max-width:1200px){.not-found-form-group-input{min-width:13.875rem}}@media(max-width:768px){.not-found-form-group-input{min-width:auto;padding:1rem 1.5rem;height:3.5rem}}@media(max-width:475px){.not-found-form-group-input{font-family:var(--font-sf-pro-display);font-size:.875rem;font-weight:500;line-height:1.5rem;padding:.75rem .9375rem;height:3rem}}.not-found-form-group-input-icon{display:flex;align-items:center;gap:.3125rem}.not-found-form-group-input:focus{outline:none}.not-found-form-group-input input{padding:0;background:none}.not-found-form-group-button{max-width:9.25rem;width:100%;border:none;cursor:pointer;border-radius:2.5rem;display:flex;padding:1.25rem 2.5rem;height:4rem;justify-content:center;align-items:center;background:linear-gradient(87deg,#8f13f1 13.02%,#3616fb 55.59%,#6eff7c 95.97%);color:#fff;font-family:var(--font-sf-pro-display);font-size:1.125rem;font-weight:600;line-height:1.5rem}@media(max-width:1440px){.not-found-form-group-button{padding:1rem 2rem;font-family:var(--font-sf-pro-display);font-size:1rem;font-weight:600;line-height:1.5rem}}@media(max-width:878px){.not-found-form-group-button{height:3.5rem;max-width:100%}}@media(max-width:475px){.not-found-form-group-button{height:3rem;font-family:var(--font-sf-pro-display);font-size:.875rem;font-weight:600;line-height:1.5rem}}.error,.error-border{border:1px solid #e01e7c}.classic-pagination{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(180deg,rgba(143,19,241,.01),rgba(143,19,241,.1));border:2px solid rgba(143,19,241,.8);padding:.5rem 1.5rem;border-radius:5rem}@media(max-width:768px){.classic-pagination{gap:.75rem;padding:.5rem 1rem}}@media(max-width:577px){.classic-pagination{grid-column:span 2}}.classic-pagination-sidenav{cursor:pointer;text-decoration:none;font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem;background:none;border:none;color:#fff}@media(max-width:768px){.classic-pagination-sidenav{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}.classic-pagination-sidenav.disabled{cursor:default;pointer-events:none;color:hsla(0,0%,100%,.6)}.classic-pagination-pages{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem;color:#fff;display:flex;align-items:center;gap:1.5rem}@media(max-width:768px){.classic-pagination-pages{gap:.75rem}}@media(max-width:340px){.classic-pagination-pages{gap:.375rem}}.classic-pagination-pages-page{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem;color:#fff;text-decoration:none;cursor:pointer;display:flex;align-items:center;justify-content:center;border:none;transition:background .3s ease-in-out;border-radius:50%;background:transparent;padding:.5rem 1rem;width:2rem;height:2rem}.classic-pagination-pages-page:hover{background:rgba(143,19,241,.8)}.classic-pagination-pages-page.active{background:rgba(143,19,241,.8);border:1px solid #8f13f1;width:2rem;height:2rem}@media(max-width:768px){.classic-pagination-pages-page{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem;padding:.375rem}}.slots{width:100%;margin:0 auto;max-width:120rem;display:flex;flex-direction:column}@media(min-width:1920px){.slots{padding:0 8.75rem}}@media(min-width:1600px)and (max-width:1920px){.slots{padding:0 8.75rem}}@media(min-width:1440px)and (max-width:1600px){.slots{padding:0 8.75rem}}@media(min-width:768px)and (max-width:1440px){.slots{padding:0 2.5rem}}@media(max-width:768px){.slots{padding:0 .625rem}}@media(min-width:1920px){.slots{gap:2.5rem}}@media(min-width:1600px)and (max-width:1920px){.slots{gap:2.5rem}}@media(min-width:1440px)and (max-width:1600px){.slots{gap:2rem}}@media(min-width:768px)and (max-width:1440px){.slots{gap:2rem}}@media(max-width:768px){.slots{gap:1.5rem}}@media(min-width:1920px){.slots>.casino-search{margin-bottom:5rem}}@media(min-width:1600px)and (max-width:1920px){.slots>.casino-search{margin-bottom:5rem}}@media(min-width:1440px)and (max-width:1600px){.slots>.casino-search{margin-bottom:3rem}}@media(min-width:768px)and (max-width:1440px){.slots>.casino-search{margin-bottom:2rem}}@media(max-width:768px){.slots>.casino-search{margin-bottom:1rem}}@media(min-width:1920px){.slots>.casino-search{margin-top:2.5rem}}@media(min-width:1600px)and (max-width:1920px){.slots>.casino-search{margin-top:2.5rem}}@media(min-width:1440px)and (max-width:1600px){.slots>.casino-search{margin-top:2rem}}@media(min-width:768px)and (max-width:1440px){.slots>.casino-search{margin-top:2rem}}@media(max-width:768px){.slots>.casino-search{margin-top:1.5rem}}.slots-search-footer{display:flex;width:100%;justify-content:center;align-items:center}.slots-search-footer-content{display:flex;width:100%;align-items:center;justify-content:space-between}.slots-search-footer-content>.load-more-button{width:-moz-fit-content;width:fit-content;align-self:center}@media(max-width:567px){.slots-search-footer-content{display:grid;grid-template-columns:repeat(3,1fr);grid-row-gap:1.5rem;row-gap:1.5rem}.slots-search-footer-content>.load-more-button{grid-column:span 3;grid-row:1}.slots-search-footer-content>.slots-search-footer-display{grid-column:span 2;grid-row:2;white-space:nowrap}.slots-search-footer-content>.show-dropdown-container{grid-column:3;grid-row:2}}.slots-search-footer-pagination{width:100%;display:flex;align-items:center;justify-content:space-between}.slots-search-footer-display{color:hsla(0,0%,100%,.8)}@media(min-width:1920px){.slots-search-footer-display{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem}}@media(min-width:1600px)and (max-width:1920px){.slots-search-footer-display{font-family:var(--font-sf-pro-text);font-size:1rem;font-weight:400;line-height:1.5rem}}@media(min-width:1440px)and (max-width:1600px){.slots-search-footer-display{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(min-width:768px)and (max-width:1440px){.slots-search-footer-display{font-family:var(--font-sf-pro-text);font-size:.875rem;font-weight:400;line-height:1.25rem}}@media(max-width:768px){.slots-search-footer-display{font-family:var(--font-sf-pro-text);font-size:.75rem;font-weight:400;line-height:1rem}}