:root{--accent-light:#7cc0e7;--accent:#4eabe1;--accent-dark:#377ea7;--pink:#b75eba}.gamecard{width:200px;min-width:200px;height:340px;background-color:#fff;border-radius:1.5em;box-shadow:0 3px 10px rgba(0,0,0,.2);margin:15px 25px;display:grid;grid-template-rows:1fr auto;overflow:hidden}.gamecard>.img-wrap-gamecard{grid-row:1;max-width:100%;display:flex;justify-content:center;align-items:center;overflow:hidden;position:relative}.game-image{object-fit:fill}.img-wrap-gamecard:hover .game-overlay{opacity:1}.img-wrap-gamecard:hover .game-image{transform:scale(1.1)}.game-overlay{position:absolute;opacity:0;width:100%;height:100%;background:rgba(124,192,231,.7);cursor:pointer;transition:opacity .5s ease;display:flex;justify-content:center;align-items:center}.game-overlay svg{color:#fff;width:60px;height:60px}.lower-section{height:100%;padding:10px;display:flex;flex-direction:column;align-items:center;text-align:center}.provider-with-game{width:100%;text-align:center}.gamecard-description{background:linear-gradient(45deg,#333,#696969);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gamecard-content{font-size:18px;color:#333;white-space:nowrap;text-align:center}.lower-section>.game-cta{width:100%;flex:0.5 1;display:flex;justify-content:center;align-items:center}.game-cta button{color:#fff;border-radius:1em;font-size:15px;padding:7px 28px;margin-bottom:10px;box-shadow:0 4px 0 0 var(--accent-dark);background-color:var(--accent);border:none}.game-cta button:hover{transform:translateY(3px);background-color:var(--accent-dark)}@media (max-width:600px){.gamecard{height:230px;width:160px;min-width:160px;margin:8px 6px}.lower-section{padding:5px 6px 4px;gap:2px}.lower-section>.game-cta{flex:none}.gamecard-content{font-size:13px;margin:0}.gamecard-description{font-size:11px}.game-cta button{font-size:12px;padding:5px 14px;margin-bottom:10px}}.game-demo-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:3000;display:flex;align-items:center;justify-content:center;animation:fade-in .5s ease-out forwards}.game-demo-modal{width:min(1200px,98vw);max-height:calc(100vh - 40px);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:game-from-top .3s ease-out forwards;display:flex;flex-direction:column}.game-demo-area{position:relative;aspect-ratio:4/3;max-height:calc(100vh - 120px);background:#000;overflow:hidden}.game-demo-area iframe{display:block;width:100%;height:100%;border:none}.game-demo-loader{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.game-demo-controls{position:absolute;top:10px;right:10px;display:flex;gap:6px}.game-demo-ctrl{width:28px;height:28px;background:hsla(0,0%,100%,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:12px;color:hsla(0,0%,100%,.75);cursor:pointer;line-height:1}.game-demo-ctrl:hover{background:hsla(0,0%,100%,.22)}.game-demo-info-bar{background:#fff;border-top:1px solid #f0f0f0;transition:transform .3s ease}.game-demo-info-handle{display:none}.game-demo-info-content{display:flex;flex-direction:column;gap:0}.game-demo-stats-row{display:flex;align-items:center;justify-content:center;gap:32px;padding:10px 24px}.game-demo-casino-strip{overflow-y:scroll;max-height:82px;border-top:1px solid #f0f0f0}.game-demo-casino-row{display:flex;align-items:center;justify-content:center;gap:12px;padding:6px 16px;border-bottom:1px solid #f5f5f5;min-height:50px}.game-demo-casino-col-logo{width:110px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;gap:2px}.game-demo-casino-col-stat{width:80px;flex-shrink:0;text-align:center}.game-demo-casino-name{font-size:10px;color:#555;text-align:center;line-height:1.2;max-width:110px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-demo-stat{text-align:center;flex-shrink:0}.game-demo-stat-label{display:block;font-size:10px;color:#888;text-transform:uppercase;letter-spacing:.5px}.game-demo-stat-value{display:block;font-size:13px;font-weight:700;color:#333;margin-top:2px}.game-demo-dots{display:flex;align-items:center;justify-content:center;gap:3px;margin-top:4px}.game-demo-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0}.game-demo-dot--on,.game-demo-play{background:var(--accent)}.game-demo-play{padding:7px 16px;border-radius:24px;border:none;font-size:12px;font-weight:700;color:#fff;box-shadow:0 4px 0 var(--accent-dark);cursor:pointer;white-space:nowrap}.game-demo-play:hover{background:var(--accent-dark);transform:translateY(2px);box-shadow:0 2px 0 var(--accent-dark)}.game-demo-ctrl--flip{display:none}@media (max-width:768px){.game-demo-overlay{background:#000;touch-action:none;overscroll-behavior:none}.game-demo-modal{position:fixed;width:100dvh;height:100dvw;top:0;left:100dvw;transform-origin:top left;transform:rotate(90deg);border-radius:0;background:#000;animation:none;max-height:none}.game-demo-area{position:absolute;inset:0;aspect-ratio:unset;max-height:none;height:100%}.game-demo-info-bar{position:absolute;bottom:0;left:0;right:0;background:rgba(0,0,0,.52);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-top:none}.game-demo-controls .game-demo-ctrl:first-child{display:none}.game-demo-ctrl--flip{display:flex;font-size:16px}.game-demo-modal--flipped{top:100dvh;left:0;transform:rotate(-90deg)}.game-demo-info-handle{display:flex;justify-content:center;align-items:center;width:100%;height:22px;background:transparent;border:none;border-top:1px solid hsla(0,0%,100%,.1);cursor:pointer;padding:0}.game-demo-handle-icon{font-size:14px;color:hsla(0,0%,100%,.5);line-height:1}.game-demo-info-bar--hidden{transform:translateY(calc(100% - 22px))}.game-demo-stat-label{font-size:8px;color:hsla(0,0%,100%,.6)}.game-demo-stat-value{font-size:11px;color:#fff}.game-demo-dot{width:5px;height:5px;background:hsla(0,0%,100%,.25)}.game-demo-dot--on{background:#fff}.game-demo-play{padding:8px 12px}.game-demo-casino-strip{max-height:82px;border-top:1px solid hsla(0,0%,100%,.1);touch-action:pan-y;-webkit-overflow-scrolling:touch}.game-demo-casino-row{justify-content:center;border-bottom:1px solid hsla(0,0%,100%,.08)}.game-demo-casino-name{color:hsla(0,0%,100%,.7)}.game-demo-play{padding:7px 16px;font-size:12px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes game-from-top{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.loader{width:60px;aspect-ratio:2;--_g:no-repeat radial-gradient(circle closest-side,#000 90%,#0000);background:var(--_g) 0 50%,var(--_g) 50% 50%,var(--_g) 100% 50%;background-size:calc(100%/3) 50%;animation:l3 1s linear infinite}@keyframes l3{20%{background-position:0 0,50% 50%,100% 50%}40%{background-position:0 100%,50% 0,100% 50%}60%{background-position:0 50%,50% 100%,100% 0}80%{background-position:0 50%,50% 50%,100% 100%}}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_657e4b;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_657e4b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_657e4b{font-family:__Poppins_657e4b,__Poppins_Fallback_657e4b;font-weight:400;font-style:normal}@font-face{font-family:__Poppins_a97e04;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/db911767852bc875-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_a97e04;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/f10b8e9d91f3edcb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_a97e04;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8888a3826f4a3af4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_a97e04;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_a97e04{font-family:__Poppins_a97e04,__Poppins_Fallback_a97e04;font-weight:500;font-style:normal}@font-face{font-family:__Poppins_10bb4e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_10bb4e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_10bb4e;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_10bb4e;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_10bb4e{font-family:__Poppins_10bb4e,__Poppins_Fallback_10bb4e;font-weight:600;font-style:normal}@font-face{font-family:__Poppins_b4dd1b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/29a4aea02fdee119-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_b4dd1b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/a1386beebedccca4-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_b4dd1b;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b957ea75a84b6ea7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_b4dd1b;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_b4dd1b{font-family:__Poppins_b4dd1b,__Poppins_Fallback_b4dd1b;font-weight:700;font-style:normal}@font-face{font-family:__Poppins_458591;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28485c0de2075f40-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_458591;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/5fb25f343c7550ca-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_458591;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/7db6c35d839a711c-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_458591;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_458591{font-family:__Poppins_458591,__Poppins_Fallback_458591;font-weight:800;font-style:normal}@font-face{font-family:__Poppins_7b59f4;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/f5b513e981884070-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_7b59f4;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/b8442747db2a9bad-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_7b59f4;font-style:normal;font-weight:900;font-display:swap;src:url(/_next/static/media/6245472ced48d3be-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_7b59f4;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_7b59f4{font-family:__Poppins_7b59f4,__Poppins_Fallback_7b59f4;font-weight:900;font-style:normal}@font-face{font-family:__Poppins_dc03c5;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0a48a8bf13ca80-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_dc03c5;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/ae6a2fe692ea80aa-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_dc03c5;font-style:italic;font-weight:500;font-display:swap;src:url(/_next/static/media/c99ef75952aca458-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_dc03c5;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_dc03c5{font-family:__Poppins_dc03c5,__Poppins_Fallback_dc03c5;font-weight:500;font-style:italic}@font-face{font-family:__Poppins_263e95;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/334d90a676c555e4-s.woff2) format("woff2");unicode-range:u+0900-097f,u+1cd0-1cf9,u+200c-200d,u+20a8,u+20b9,u+20f0,u+25cc,u+a830-a839,u+a8e0-a8ff,u+11b00-11b09}@font-face{font-family:__Poppins_263e95;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/8727a9eb9a9ed107-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Poppins_263e95;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/cf1f69a0c8aed54d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Poppins_Fallback_263e95;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_263e95{font-family:__Poppins_263e95,__Poppins_Fallback_263e95;font-weight:700;font-style:italic}