@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";:root{--color-primary: #19142E;--color-secondary: #FF7D00;--color-accent: #FF7901;--color-black: #000000;--color-gray-900: #0d0d0d;--color-gray-800: #1b1b1b;--color-gray-700: #252525;--color-gray-600: #333333;--color-gray-500: #5E5E5E;--color-gray-300: #cccccc;--color-gray-100: #f5f5f5;--color-white: #ffffff;--color-bg: #0A4039;--color-bg-header: #0A4039;--color-bg-footer: #00211B;--color-bg-block: #05221F;--color-mobile-menu-bg: #0A4039;--color-table-border: #05221F;--color-table-header-bg: var(--color-bg-block);--color-text-primary: var(--color-white);--color-text-muted: #B5C9C6;--color-link: var(--color-accent);--color-heading: var(--color-white);--color-primary-button: #FF7901;--color-primary-button-hover: #d66503;--color-secondary-button: #FF7901;--color-secondary-button-hover:#d66503;--color-cta-button: #FF7901;--color-cta-button-hover: #d66503;--color-popup-bg: #05221F;--color-popup-border: #05221F;--color-popup-close: #454545;--color-popup-title: var(--color-white);--color-popup-text: #B5C9C6;--font-base: "Montserrat", sans-serif;--font-heading: "Montserrat", sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semi-bold: 600;--font-weight-bold: 700;--font-weight-black: 900}/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{font-family:system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4}body{margin:0}hr{height:0;color:inherit}abbr[title]{text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth;scrollbar-gutter:stable}body{font-size:.875rem;line-height:1.5;padding-top:4.0625rem;color:var(--color-text-primary);font-family:var(--font-base);background:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media screen and (min-width: 768px){body{font-size:1rem;line-height:1.5;padding-top:4.5625rem}}@media screen and (min-width: 1024px){body{padding-top:5rem}}body.overflow{overflow:hidden}:where(h1,h2,h3,h4,h5,h6){margin:0 0 1rem;line-height:1.1;color:var(--color-heading);text-align:center}h1{font-size:1.625rem;line-height:1.3077}@media screen and (min-width: 768px){h1{font-size:2rem;line-height:1.25}}h2{font-size:1.375rem;line-height:1.2728}@media screen and (min-width: 768px){h2{font-size:1.625rem;line-height:1.2693}}h3{font-size:1.125rem;line-height:1.3889}@media screen and (min-width: 768px){h3{font-size:1.25rem;line-height:1.3}}h4{font-size:1rem;line-height:1.375}section{padding:0 1.5rem}@media screen and (min-width: 1440px){section{padding:0 6rem}}section:not(:last-child){margin-bottom:2.25rem}img{display:block;width:100%;height:auto}p{margin-bottom:1rem}a{color:var(--color-link)}a:hover{text-decoration:none}a.cta{font-size:.875rem;line-height:1.4286;display:flex;justify-content:center;padding:.625rem .9375rem;font-weight:700;color:var(--color-white);background:var(--color-primary-button);border-radius:.375rem;transition:background .2s ease;text-decoration:none}a.cta:hover{background:var(--color-primary-button-hover);transition:background 0s ease}a.cta{font-size:1.125rem;line-height:1.2223;display:inline-block;width:100%;max-width:20.625rem;padding:.875rem 0;background:var(--color-cta-button);text-align:center;border-radius:.5rem;text-transform:uppercase;letter-spacing:.04em}a.cta:hover{background:var(--color-cta-button-hover)}strong,b{font-weight:700}strong.highlight,b.highlight{color:var(--color-accent)}ul,ol{padding-left:1.25rem;margin-top:0}ul ul,ul ol,ol ul,ol ol{margin-bottom:0}table{width:100%;border-spacing:0;margin-bottom:1rem;border-collapse:separate;overflow:hidden;table-layout:fixed}@media screen and (max-width: 767px){table.desktop-table{display:none}}@media screen and (min-width: 768px){table.mobile-table{display:none}}table thead tr:first-child th:first-child{border-top-left-radius:.5rem}table thead tr:first-child th:last-child{border-top-right-radius:.5rem}table tbody tr:last-child td:first-child{border-bottom-left-radius:.5rem}table tbody tr:last-child td:last-child{border-bottom-right-radius:.5rem}table th,table td{border-bottom:.0625rem solid var(--color-table-border);border-right:.0625rem solid var(--color-table-border);padding:.625rem;text-align:left}@media screen and (min-width: 768px){table th,table td{font-size:.9375rem;line-height:1.4;padding:1rem;text-align:center}}table th:first-child,table td:first-child{border-left:.0625rem solid var(--color-table-border)}table th{font-size:.875rem;line-height:1.4286;background:var(--color-table-header-bg);color:var(--color-heading);font-weight:700;border-top:.0625rem solid var(--color-table-border)}table td{font-size:.75rem;line-height:1.6667}table td.head{background:var(--color-table-header-bg);color:var(--color-heading);font-weight:700}.header{position:fixed;top:0;left:0;width:100%;background:var(--color-bg-header);z-index:20}.header .header-container{display:flex;justify-content:space-between;padding:0 1rem}@media screen and (min-width: 1200px){.header .header-container{padding:0 6rem}}.header .left-wrapper{display:flex;align-items:center}.header .logo-link{display:inline-block;margin:.4375rem 0}@media screen and (min-width: 768px){.header .logo-link{margin:.9375rem 0}}.header .logo-link .logo{width:5rem;height:auto}@media screen and (min-width: 1024px){.header .logo-link .logo{width:5.4375rem}}.header .header-buttons{display:flex;gap:.5rem;padding:.8125rem 0}@media screen and (min-width: 768px){.header .header-buttons{padding:1.0625rem 0}}@media screen and (min-width: 1024px){.header .header-buttons{padding:1.25rem 0}}.header .header-buttons .login-button{font-size:.875rem;line-height:1.4286;display:flex;justify-content:center;padding:.625rem .9375rem;font-weight:700;color:var(--color-white);background:var(--color-primary-button);border-radius:.375rem;transition:background .2s ease;text-decoration:none}.header .header-buttons .login-button:hover{background:var(--color-primary-button-hover);transition:background 0s ease}.header .header-buttons .login-button{background:var(--color-secondary-button)}.header .header-buttons .login-button:hover{background:var(--color-secondary-button-hover)}@media screen and (max-width: 767px){.header .header-buttons .login-button{width:5rem}}.header .header-buttons .signup-button{font-size:.875rem;line-height:1.4286;display:flex;justify-content:center;padding:.625rem .9375rem;font-weight:700;color:var(--color-white);background:var(--color-primary-button);border-radius:.375rem;transition:background .2s ease;text-decoration:none}.header .header-buttons .signup-button:hover{background:var(--color-primary-button-hover);transition:background 0s ease}.footer{display:flex;flex-direction:column;align-items:center;padding:2rem 1rem 1.5rem;background:var(--color-bg-footer);color:var(--color-text-primary);text-align:center}.footer svg rect{stroke:var(--color-white)}.footer svg path{fill:var(--color-white)}.footer .age-warning-icon{margin-bottom:1rem}.footer .responsible-gaming{font-size:.8125rem;line-height:1.3847;margin:0 0 .75rem;font-weight:700}.footer p{font-size:.75rem;line-height:1.4167;margin:0 0 .75rem}.footer p a{color:var(--color-text-muted);text-decoration:underline}.main{padding-bottom:1.75rem;position:relative;overflow:hidden}.main .cta-wrapper{display:flex;justify-content:center;width:100%}.main .block-text{font-size:.875rem;line-height:1.4286;padding:.75rem;margin-bottom:1rem;border-radius:.5rem;background:var(--color-bg-block);color:var(--color-text-primary);font-weight:700;text-align:center}.hero{display:flex;flex-direction:column;padding:0;margin-bottom:0!important}@media screen and (max-width: 767px){.hero{background-image:url(/assets/images/hero-banner.jpg);background-size:cover;background-position:top center;min-height:27.5rem}}@media screen and (min-width: 768px){.hero{flex-direction:row;align-items:stretch;min-height:25rem}}@media screen and (min-width: 1024px){.hero{min-height:28.75rem}}.hero .hero-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding:10rem 1.5rem 2rem;position:relative;z-index:2}@media screen and (min-width: 768px){.hero .hero-content{flex:0 0 52%;padding:3rem 2.5rem 3rem 3rem;align-items:flex-start;text-align:left}}@media screen and (min-width: 1024px){.hero .hero-content{padding:3.75rem 3rem 3.75rem 4rem}}@media screen and (min-width: 1200px){.hero .hero-content{padding:4.5rem 3.5rem 4.5rem 6rem}}.hero .hero-badge{display:inline-block;font-size:.6875rem;line-height:1.2728;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--color-accent);border:.0625rem solid var(--color-accent);border-radius:.25rem;padding:.25rem .625rem;margin:0 0 1rem}.hero .hero-heading{margin-bottom:1rem}@media screen and (min-width: 768px){.hero .hero-heading{text-align:left}}.hero .hero-sub{font-size:.9375rem;line-height:1.6;color:#ffffffb3;margin:0 0 1.75rem;max-width:30rem}@media screen and (max-width: 767px){.hero .hero-sub{display:none}}@media screen and (min-width: 768px){.hero .hero-sub{text-align:left}}.hero .cta{max-width:17.5rem}.hero .hero-image{display:none}@media screen and (min-width: 768px){.hero .hero-image{display:block;flex:0 0 48%;overflow:hidden;position:relative}.hero .hero-image:after{content:"";position:absolute;top:0;left:0;width:5rem;height:100%;background:linear-gradient(to right,var(--color-bg),transparent)}.hero .hero-image img{width:100%;height:100%;object-fit:cover}}.stats-strip-wrap{padding:0!important;margin-bottom:2.25rem!important}.stats-strip{display:flex;overflow-x:auto;scrollbar-width:none;background:var(--color-bg-block)}.stats-strip::-webkit-scrollbar{display:none}@media screen and (min-width: 768px){.stats-strip{overflow:visible;justify-content:stretch}}.stat-item{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem 1.25rem;min-width:6.875rem;border-right:.0625rem solid rgba(255,255,255,.08);text-align:center}@media screen and (min-width: 768px){.stat-item{flex:1;min-width:0;padding:1.125rem 1rem}}.stat-item:last-child{border-right:none}.stat-item .stat-label{font-size:.625rem;line-height:1.3;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#ffffff73;margin-bottom:.375rem;white-space:nowrap}.stat-item .stat-value{font-size:.8125rem;line-height:1.3847;font-weight:700;color:var(--color-white);display:flex;align-items:center;justify-content:center;gap:.125rem;flex-wrap:wrap;text-align:center}.stat-item .stat-value .star-icon{flex-shrink:0;stroke:var(--color-accent);fill:none}.stat-item .stat-value .star-icon.on{fill:var(--color-accent)}.game-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:.625rem}@media screen and (min-width: 768px){.game-cards-container{grid-template-columns:repeat(4,1fr)}}@media screen and (min-width: 1024px){.game-cards-container{grid-template-columns:repeat(6,1fr)}}.game-cards-container .game-card .game-card-link{display:inline-block;position:relative;background:var(--color-black);border-radius:.625rem;vertical-align:top}.game-cards-container .game-card .game-card-link:before{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-block;width:3.75rem;height:3.75rem;border-radius:50%;border:.125rem solid var(--color-white);background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjMyNSA1LjY3MTI4QzguNTE4NjMgNS42MDM3NiA4LjM4ODkyIDUuNTY3NTkgOC4yNTY1NSA1LjU2NjQzQzguMTI0MTggNS41NjUyOCA3Ljk5Mzg2IDUuNTk5MTggNy44Nzg4MyA1LjY2NDY5QzcuNzYzOCA1LjczMDIxIDcuNjY4MTYgNS44MjUgNy42MDE2MiA1LjkzOTQ0QzcuNTM1MDggNi4wNTM4OCA3LjUwMDAyIDYuMTgzOSA3LjUgNi4zMTYyOFYyMy42ODM4QzcuNTAwMDIgMjMuODE2MiA3LjUzNTA4IDIzLjk0NjIgNy42MDE2MiAyNC4wNjA2QzcuNjY4MTYgMjQuMTc1MSA3Ljc2MzggMjQuMjY5OCA3Ljg3ODgzIDI0LjMzNTRDNy45OTM4NiAyNC40MDA5IDguMTI0MTggMjQuNDM0OCA4LjI1NjU1IDI0LjQzMzZDOC4zODg5MiAyNC40MzI1IDguNTE4NjMgMjQuMzk2MyA4LjYzMjUgMjQuMzI4OEwyMy4yODYzIDE1LjY0NUMyMy4zOTgyIDE1LjU3ODYgMjMuNDkwOSAxNS40ODQyIDIzLjU1NTMgMTUuMzcxMUMyMy42MTk3IDE1LjI1ODEgMjMuNjUzNSAxNS4xMzAyIDIzLjY1MzUgMTVDMjMuNjUzNSAxNC44Njk5IDIzLjYxOTcgMTQuNzQyIDIzLjU1NTMgMTQuNjI4OUMyMy40OTA5IDE0LjUxNTggMjMuMzk4MiAxNC40MjE0IDIzLjI4NjMgMTQuMzU1TDguNjMyNSA1LjY3MTI4WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);background-position:center;background-repeat:no-repeat;opacity:0;content:"";transition:opacity .3s ease}.game-cards-container .game-card .game-card-link:hover:before{opacity:1}.game-cards-container .game-card .game-card-link:hover img{opacity:.3}.game-cards-container .game-card img{border-radius:.625rem;transition:opacity .3s ease}.bonus-section{background:var(--color-bg-block);border-radius:1.25rem;padding:2.5rem 1.5rem;text-align:center}@media screen and (min-width: 768px){.bonus-section{padding:3.5rem 4rem}}.bonus-section .bonus-label{font-size:.6875rem;line-height:1.2728;display:inline-block;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);border:.0625rem solid var(--color-accent);border-radius:.25rem;padding:.25rem .75rem;margin:0 0 1.25rem}.bonus-section h2{font-size:1.75rem;line-height:1.2858;margin:0 0 1rem}@media screen and (min-width: 768px){.bonus-section h2{font-size:2.375rem;line-height:1.2632}}.bonus-section .bonus-desc{font-size:.9375rem;line-height:1.6;color:var(--color-text-muted);max-width:40rem;margin:0 auto 1.5rem}.bonus-section .bonus-meta{font-size:.6875rem;line-height:1.4546;color:#ffffff59;margin:0 0 1.75rem}.bonus-section .bonus-meta a{color:inherit;text-decoration:underline}.bonus-section .cta-wrapper{display:flex;justify-content:center}.bonus-section .cta-wrapper .cta{max-width:17.5rem}.main-content{display:flex;flex-direction:column;gap:2.5rem}.main-content .main-content-section h2{text-align:left;margin-bottom:.875rem}.main-content .main-content-section h3{text-align:left;margin-top:1.375rem;margin-bottom:.5rem}.main-content .main-content-section p,.main-content .main-content-section ul,.main-content .main-content-section ol{color:var(--color-text-muted)}.main-content .main-content-section ul li,.main-content .main-content-section ol li{margin-bottom:.25rem}.pros-cons-grid{display:grid;gap:1rem}@media screen and (min-width: 768px){.pros-cons-grid{grid-template-columns:1fr 1fr}}.pros-cons-grid .pros-cons-col{background:var(--color-bg-block);border-radius:.75rem;padding:1.25rem 1.125rem}.pros-cons-grid .pros-cons-col .pros-cons-title{font-size:.8125rem;line-height:1.3847;font-weight:700;text-transform:uppercase;letter-spacing:.06em;margin:0 0 .75rem}.pros-cons-grid .pros-cons-col.pros .pros-cons-title{color:#4ade80}.pros-cons-grid .pros-cons-col.cons .pros-cons-title{color:#f87171}.pros-cons-grid .pros-cons-col ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.5rem}.pros-cons-grid .pros-cons-col ul li{font-size:.8125rem;line-height:1.4616;color:var(--color-text-muted);display:flex;align-items:flex-start;gap:.5rem}.pros-cons-grid .pros-cons-col ul li:before{content:"";flex-shrink:0;margin-top:.3125rem;width:.5rem;height:.5rem;border-radius:50%}.pros-cons-grid .pros-cons-col.pros li:before{background:#4ade80}.pros-cons-grid .pros-cons-col.cons li:before{background:#f87171}.review-sections{display:flex;flex-direction:column;gap:1.75rem}.review-sections .review-section{border-left:.1875rem solid var(--color-accent);padding-left:1.25rem}.review-sections .review-section h2{text-align:left;margin-bottom:.625rem;font-size:1.25rem;line-height:1.35}.review-sections .review-section p{color:var(--color-text-muted);margin:0}.faq-container{display:flex;flex-direction:column;gap:.75rem;margin:0 auto}.faq-item{background:var(--color-bg-block);border-radius:.75rem}.faq-item.open .faq-wrapper{grid-template-rows:1fr}.faq-item.open .faq-icon .vertical{display:none}.faq-item .faq-header{display:flex;justify-content:space-between;gap:.9375rem;padding:1rem;font-weight:900;color:var(--color-white);cursor:pointer}.faq-item .faq-header h4{font-size:1rem;line-height:1.5625;margin-bottom:0;text-align:left}.faq-item .faq-header svg{flex:0 0 auto}.faq-item .faq-header svg path{fill:var(--color-white)}.faq-item .faq-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}.faq-item .faq-wrapper .faq-content{padding:0 1rem;overflow:hidden}.faq-item .faq-wrapper .faq-content p{margin-top:0;margin-bottom:1rem;color:var(--color-text-muted)}.page-popup{display:flex;position:fixed;flex-direction:column;bottom:1.25rem;right:.5rem;padding:1.75rem .75rem .6875rem;max-width:14.25rem;width:100%;border:.0625rem solid var(--color-popup-border);border-radius:.5rem;background:var(--color-popup-bg);backdrop-filter:blur(12px);opacity:0;visibility:hidden;text-align:center;transition:visibility 0s .2s,opacity .1s ease-in;z-index:30}.page-popup.show{visibility:visible;opacity:1;transition:opacity .1s ease-in}.page-popup.fade-out{opacity:0;visibility:hidden;pointer-events:none;transition:visibility 0s .2s,opacity .1s ease-in}.page-popup .popup-close{display:flex;align-items:center;justify-content:center;position:absolute;top:.5625rem;right:.5rem;width:1.5rem;height:1.5rem;border:none;border-radius:.375rem;background:var(--color-popup-close);cursor:pointer}.page-popup .popup-close svg{width:.5rem;height:.5rem}.page-popup h2{font-size:.875rem;line-height:.2143;color:var(--color-popup-title);margin-bottom:.375rem}.page-popup p{font-size:.875rem;line-height:1.4286;margin:0 0 .875rem;font-weight:700;color:var(--color-popup-text)}.page-popup .cta{font-size:.875rem;line-height:1.4286}
