@font-face{font-family:RobotoLocal;src:url('../fonts/KFOmCnqEu92Fr1Mu4mxKKTU1Kg.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:RobotoLocal;src:url('../fonts/KFOlCnqEu92Fr1MmWUlfBBc4AMP6lQ.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:RobotoLocal;src:url('../fonts/KFOlCnqEu92Fr1MmYUtfBBc4AMP6lQ.woff2') format('woff2');font-weight:900;font-style:normal;font-display:swap}:root{--side:296px;--header:80px;--red:#e50000;--red2:#c60000;--black:#050505;--panel:#161216;--panel2:#1d171d;--purple:#2b001f;--line:#302a31;--text:#fff;--muted:#bbb5bc;--gold:#d6b661;--radius:16px;--ease:cubic-bezier(.22,.61,.36,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#050505;color:var(--text);font-family:RobotoLocal,Arial,sans-serif;font-size:16px;line-height:1.55;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit}img{max-width:100%;display:block}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}.page-shell{min-height:100vh}.main-content{margin-left:var(--side);padding-top:var(--header);transition:margin-left .28s var(--ease);background:#050505;min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--side);height:100vh;z-index:60;background:linear-gradient(90deg,#100f12 0,#130d12 22%,#28001f 100%);border-right:1px solid #231923;overflow-y:auto;overflow-x:hidden;transition:width .28s var(--ease),transform .28s var(--ease)}.side-head{height:80px;display:flex;align-items:center;gap:10px;padding:18px 12px;border-bottom:1px solid #352738;position:sticky;top:0;background:linear-gradient(90deg,#121014,#170d15 35%,#2b0020 100%);z-index:5}.icon-btn{width:40px;height:40px;border:0;border-radius:10px;background:#242124;display:grid;place-items:center;cursor:pointer;transition:.2s}.icon-btn:hover{background:#312b32}.icon-btn svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.tabs{display:flex;gap:8px;min-width:0;flex:1}.tab{height:38px;border-radius:7px;display:flex;align-items:center;justify-content:center;min-width:104px;position:relative;overflow:hidden;background:#2b272d;color:#fff;font-weight:900;font-size:13px;letter-spacing:.05em;text-transform:uppercase}.tab:before{content:"";position:absolute;inset:0;background-repeat:no-repeat;background-position:left center;background-size:cover;opacity:.68}.tab span{position:relative;z-index:1}.tab-poker:before{background-image:url('../img/app_new_tab_poker_bg_GGPOK.svg')}.tab-casino:before{background-image:url('../img/app_new_tab_casino_bg_GGPOK.svg')}.tab.active{background:#a62268}.tab:not(.active){opacity:.78}.side-nav{padding:24px 12px 26px}.nav-block{padding-bottom:14px;margin-bottom:14px;border-bottom:1px solid #3a333a}.nav-block:last-child{border-bottom:0}.nav-item{width:100%;height:48px;border:0;background:transparent;color:#e7e3e8;border-radius:6px;display:flex;align-items:center;gap:18px;padding:0 10px;text-align:left;font-weight:700;letter-spacing:.03em;cursor:pointer}.nav-item:hover,.nav-item.is-open{background:rgba(255,255,255,.07)}.nav-item>svg:first-child{width:22px;height:22px;min-width:22px;color:#d6d2d8;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.nav-item span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-item .chev{margin-left:auto;width:16px;height:16px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s}.nav-item.is-open .chev{transform:rotate(180deg)}.sub-menu{display:grid;grid-template-rows:0fr;transition:grid-template-rows .25s var(--ease);padding-left:56px}.sub-menu>*{overflow:hidden}.sub-menu a{display:block;color:#c9c1ca;font-size:15px;padding:6px 0 9px;letter-spacing:.03em}.sub-menu a:hover{color:#fff}.nav-item.is-open+.sub-menu{grid-template-rows:1fr}.topbar{position:fixed;top:0;right:0;left:var(--side);height:var(--header);z-index:55;background:#050505;border-bottom:1px solid #232024;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(28px,6vw,180px);transition:left .28s var(--ease)}.brand{display:flex;align-items:center;gap:10px;font-weight:900;font-size:32px;line-height:1;color:#fff;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap}.brand img{width:38px;height:38px;object-fit:contain}.top-actions{display:flex;align-items:center;gap:8px}.record{width:84px;max-height:32px;object-fit:contain;margin-right:10px}.btn{height:40px;border-radius:22px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 25px;font-weight:900;font-size:14px;letter-spacing:.07em;text-transform:uppercase;transition:.2s;white-space:nowrap;border:1px solid transparent}.btn svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none}.btn-red{background:var(--red);color:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.22)}.btn-red:hover{background:#f20b0b;transform:translateY(-1px)}.btn-dark{background:#1a1b20;color:#fff}.btn-dark:hover{background:#262730}.btn-outline{border-color:#ef1111;color:#e50000;background:transparent}.btn-outline-red{border-color:#e50000;color:#e50000;background:rgba(0,0,0,.25)}.center{display:flex;justify-content:center;margin-top:28px}.mobile-menu{display:none}.mobile-drawer,.backdrop{display:none}.hero{background:#050505}.hero-slider{position:relative;min-height:636px;height:calc(100vh - var(--header) - 84px);max-height:660px;overflow:hidden;border-bottom:1px solid #c00000;background:#050505}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;transition:opacity .9s ease;display:flex;align-items:center;pointer-events:none}.hero-slide:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.55) 0%,rgba(0,0,0,.1) 48%,rgba(0,0,0,.25) 100%),linear-gradient(0deg,rgba(0,0,0,.72) 0,rgba(0,0,0,0) 28%)}.hero-slide.active{opacity:1;pointer-events:auto}.hero-copy{position:relative;z-index:2;margin-left:clamp(110px,12vw,180px);max-width:620px;padding-top:10px}.hero-copy h1,.hero-copy h2{margin:0 0 14px;font-size:clamp(42px,4.4vw,74px);line-height:.98;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.hero-copy h1 span{display:block;color:#d7b65a;font-size:1.14em}.hero-copy h2{max-width:760px}.hero-copy p{color:#d8d2d8;line-height:1.45;letter-spacing:.08em;margin:0 0 28px;font-size:16px}.hero-person{position:absolute;z-index:2;right:clamp(110px,11vw,190px);bottom:60px;text-align:center;color:#fff;letter-spacing:.04em}.hero-person strong{display:block;font-size:28px}.hero-person span{display:block;margin-top:8px;font-size:16px;line-height:1.45}.slider-btn{position:absolute;z-index:3;width:54px;height:54px;border-radius:50%;border:0;background:rgba(64,64,68,.78);display:grid;place-items:center;cursor:pointer;color:#fff;transition:.2s}.slider-btn:hover{background:rgba(92,92,96,.9)}.slider-btn svg{width:26px;height:26px;stroke:currentColor;stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}.hero-slider .prev{left:60px;top:50%;transform:translateY(-50%)}.hero-slider .next{right:60px;top:50%;transform:translateY(-50%)}.hero-dots{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);z-index:5;display:flex;gap:8px}.hero-dots button{width:30px;height:5px;border:0;border-radius:999px;background:#67656a;opacity:.72;cursor:pointer;padding:0}.hero-dots button.active{background:#e50000;opacity:1}.section{position:relative;padding:68px clamp(38px,8vw,180px)}.section-dark{background:#151015}.section-black{background:#050505}.section-white{background:#f5f5f6;color:#0a0a0c}.section-head.centered{text-align:center;max-width:1100px;margin:0 auto 54px}.section-head h2{font-size:clamp(34px,3.2vw,52px);line-height:1.15;margin:0 0 16px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.section-head p{margin:0;color:#bdb8bf;letter-spacing:.08em}.section-white .section-head p{color:#444}.sub-title{text-align:center;font-size:26px;margin:0 0 24px;font-weight:900;letter-spacing:.08em}.card-grid{display:grid;gap:24px;grid-template-columns:repeat(3,minmax(0,1fr));max-width:1200px;margin:0 auto}.promo-card{border-radius:7px;overflow:hidden;background:transparent;color:#fff}.promo-card img{width:100%;height:240px;object-fit:cover;border-radius:7px}.card-body{padding-top:16px}.card-row{display:flex;align-items:flex-start;gap:16px;justify-content:space-between}.card-row h4{margin:0;color:#fff;font-size:18px;line-height:1.35}.card-row a{color:#e50000;font-weight:900;letter-spacing:.04em;white-space:nowrap}.promo-card p{color:#c7c0c8;margin:10px 0 0;letter-spacing:.06em;line-height:1.55}.h-scroll{display:flex;gap:24px;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#555 transparent;max-width:1200px;margin:0 auto;padding-bottom:8px}.h-scroll::-webkit-scrollbar{height:6px}.h-scroll::-webkit-scrollbar-thumb{background:#444;border-radius:99px}.game-card{position:relative;min-width:384px;height:250px;background:#19171a;border-radius:10px;overflow:hidden;flex:0 0 384px}.game-card img{width:100%;height:202px;object-fit:cover}.game-card h4{height:48px;display:flex;align-items:center;margin:0;padding:0 32px;font-size:17px;letter-spacing:.03em;background:#1a181b}.recommended-title{margin-top:70px}.feature-band{min-height:360px;background:#1b171b;display:grid;grid-template-columns:minmax(280px,1fr) 360px minmax(220px,.8fr);gap:40px;align-items:center;overflow:hidden}.feature-band:after{content:"";position:absolute;right:0;top:0;bottom:0;width:52%;background:linear-gradient(135deg,transparent 0 16%,rgba(0,0,0,.18) 16% 100%)}.feature-copy,.feature-visual,.feature-icons{position:relative;z-index:1}.feature-copy h2{margin:0 0 20px;font-size:42px;line-height:1.18;letter-spacing:.08em}.feature-copy p{color:#c9c3ca}.feature-visual{justify-self:center}.feature-visual img{width:320px;border-radius:50%;filter:drop-shadow(0 20px 42px rgba(0,0,0,.5))}.feature-icons{display:grid;grid-template-columns:repeat(3,80px);gap:16px;justify-content:center}.feature-icons img{width:80px;height:80px;border-radius:50%}.anywhere{overflow:hidden;padding-bottom:0}.anywhere .section-head h2{color:#d30000}.anywhere-columns{display:grid;grid-template-columns:1fr 1fr;max-width:1050px;margin:0 auto 28px;gap:60px;text-align:center}.anywhere-columns h3{font-size:26px;margin:0 0 8px}.anywhere-columns p{color:#444;margin:0 0 24px}.devices{margin:0 auto;max-width:710px}.wsop{min-height:520px;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:flex-end}.wsop-copy{max-width:520px;margin-right:9vw}.wsop h2{font-size:46px;line-height:1.18;color:#d3b15c;margin:0 0 14px;text-transform:uppercase;letter-spacing:.14em}.wsop p{font-size:18px;font-weight:700;margin:0 0 32px}.cta-row{display:flex;gap:16px;flex-wrap:wrap}.stars{background:#1b171b;min-height:420px;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:32px;overflow:hidden}.stars-copy{max-width:540px}.stars h2{font-size:42px;line-height:1.15;letter-spacing:.08em;margin:0 0 18px}.stars p{color:#c8c2c9}.star-card{display:flex;align-items:center;gap:26px}.star-card img{width:360px;height:360px;object-fit:contain}.star-card h3{font-size:26px;line-height:1.25;margin:0 0 6px}.star-card p{margin:0;color:#d6b661}.star-left{right:260px;top:40px}.star-right{right:180px;top:40px}.community{padding-top:76px}.community .section-head h2{color:#d30000}.community-card{max-width:1200px;margin:0 auto 38px;background:#fff;border-radius:10px;display:grid;grid-template-columns:486px 1fr;align-items:center;box-shadow:0 1px 0 rgba(0,0,0,.04);overflow:hidden}.community-card img{width:486px;height:278px;object-fit:cover}.community-card div{padding:34px 42px}.community-card b{color:#d40000;letter-spacing:.06em}.community-card h3{font-size:22px;margin:22px 0 6px}.community-card p{margin:0;color:#333}.social-line{display:flex;align-items:center;justify-content:center;gap:22px;color:#111;font-weight:900;font-size:20px}.social-line i{display:block;width:80px;height:2px;background:#111}.social-line a{width:28px;height:28px;display:grid;place-items:center}.social-line svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;fill:none}.get-started{height:480px;background-size:cover;background-position:center;display:flex;align-items:center}.start-copy{max-width:610px}.start-copy h3{font-size:23px;line-height:1.25;margin:0 0 24px}.start-copy h2{font-size:48px;color:#d3b15c;letter-spacing:.16em;text-transform:uppercase;margin:0 0 22px}.start-copy p{color:#ddd;margin:0 0 28px;letter-spacing:.06em}.about-card{max-width:1200px;margin:0 auto;background:#1e181e;border-radius:6px;padding:40px 42px;display:grid;grid-template-columns:48px 1fr;gap:24px;max-height:440px;overflow:hidden}.about-icons{display:flex;flex-direction:column;gap:18px}.about-icons img{width:42px;height:42px}.about-card h3{font-size:22px;margin:0 0 24px}.about-card p{color:#c4bec5;letter-spacing:.05em;margin:0}.about-card a{color:#f00000;font-weight:900;float:right;margin-top:10px}.footer{margin-left:var(--side);background:#050505;color:#f5f5f5;padding:34px clamp(38px,8vw,180px) 40px;border-top:1px solid #241e24;transition:margin-left .28s var(--ease)}.footer-cols{display:grid;grid-template-columns:repeat(4,1fr);gap:60px;max-width:1200px;margin:0 auto 34px}.footer h4{margin:0 0 14px;text-transform:uppercase;letter-spacing:.07em}.footer a{display:block;color:#d1ccd2;padding:3px 0}.payment-logos,.awards{display:flex;gap:8px;justify-content:center;align-items:center;flex-wrap:wrap;border-top:1px solid #252126;padding-top:32px;margin-top:28px}.payment-logos img{height:36px;width:auto;background:#17171a;border:1px solid #303034;border-radius:4px}.awards img{max-height:72px;width:auto}.legal{max-width:940px;margin:24px auto 0;color:#c3bdc4;font-size:14px}.chat-btn{position:fixed;right:34px;bottom:96px;width:48px;height:48px;border:0;border-radius:50%;background:#4a494d;color:#fff;display:grid;place-items:center;z-index:80;box-shadow:0 12px 30px rgba(0,0,0,.28);cursor:pointer}.chat-btn svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;fill:none}.fixed-download{position:fixed;right:40px;bottom:44px;height:40px;min-width:180px;padding:0 26px;border-radius:22px;background:#e00000;color:#fff;display:flex;align-items:center;justify-content:center;gap:10px;z-index:80;font-weight:900;letter-spacing:.07em;text-transform:uppercase;font-size:14px;box-shadow:0 12px 28px rgba(0,0,0,.28)}.fixed-download svg{width:20px;height:20px;stroke:currentColor;stroke-width:2;fill:none}body.is-collapsed{--side:68px}body.is-collapsed .sidebar{width:68px}body.is-collapsed .main-content,body.is-collapsed .footer{margin-left:68px}body.is-collapsed .topbar{left:68px}body.is-collapsed .side-head{padding:18px 10px;justify-content:center}body.is-collapsed .tabs{display:none}body.is-collapsed .side-nav{padding:18px 9px}body.is-collapsed .nav-item{justify-content:center;padding:0;gap:0}body.is-collapsed .nav-item span,body.is-collapsed .nav-item .chev,body.is-collapsed .sub-menu{display:none}body.is-collapsed .nav-block{padding-bottom:8px;margin-bottom:8px}@media (max-width:1320px){.topbar{padding:0 42px}.hero-copy{margin-left:105px}.hero-person{right:80px}.hero-slider .prev{left:28px}.hero-slider .next{right:28px}.section{padding-left:80px;padding-right:80px}.card-grid{grid-template-columns:repeat(3,1fr)}.footer{padding-left:80px;padding-right:80px}.brand{font-size:30px}.record{width:70px}.game-card{min-width:360px;flex-basis:360px}}@media (max-width:1100px){:root{--side:270px}.topbar{padding:0 28px}.btn{padding:0 18px}.hero-copy{margin-left:70px}.hero-person{display:none}.section{padding-left:44px;padding-right:44px}.card-grid{grid-template-columns:1fr 1fr}.promo-card.large-card{grid-column:1/-1}.feature-band{grid-template-columns:1fr;justify-items:center;text-align:center}.feature-copy{max-width:720px}.feature-band:after{display:none}.wsop{justify-content:center}.wsop-copy{margin:0;text-align:center}.stars{grid-template-columns:1fr;text-align:center}.stars-copy{margin:0 auto}.star-card{justify-content:center}.star-left,.star-right{top:auto;bottom:32px}.star-left{right:calc(50% + 35px)}.star-right{right:calc(50% - 35px)}.community-card{grid-template-columns:1fr}.community-card img{width:100%;height:auto}.footer-cols{grid-template-columns:1fr 1fr}}@media (max-width:768px){body{background:#eef1f5}.sidebar{display:none}.topbar{left:0;height:80px;padding:0 24px;background:#050505}.main-content{margin-left:0;padding-top:80px;background:#eef1f5}.footer{margin-left:0;padding:28px 22px}.brand{font-size:28px;letter-spacing:.06em}.brand img{width:30px;height:30px}.top-actions .btn,.top-actions .record{display:none}.mobile-menu{display:grid;background:transparent}.hero{padding:16px 16px 0;background:#eef1f5}.hero-slider{height:520px;min-height:520px;max-height:none;border-radius:4px;border-bottom:0;background:#070707;overflow:hidden}.hero-slide{background-size:cover;background-position:center top;align-items:flex-start;justify-content:center;text-align:left}.hero-slide:after{background:linear-gradient(180deg,rgba(0,0,0,.32) 0,rgba(0,0,0,0) 42%,rgba(0,0,0,.72) 100%)}.hero-copy{margin:0;width:100%;height:100%;padding:72px 32px 0;max-width:none;text-align:left}.hero-copy h1,.hero-copy h2{font-size:34px;line-height:1.14;letter-spacing:.06em;max-width:300px}.hero-copy p{font-size:14px;max-width:270px;display:none}.hero-copy .btn{position:absolute;left:50%;bottom:86px;transform:translateX(-50%);min-width:180px}.hero-person{display:none}.hero-slider .prev,.hero-slider .next{display:none}.hero-dots{bottom:42px}.hero-dots button{width:32px;height:4px}.section{padding:54px 24px}.section-head.centered{margin-bottom:34px}.section-head h2{font-size:30px;letter-spacing:.08em}.section-head p{font-size:15px}.monthly{padding-top:24px;border-radius:0 0 0 0}.monthly .section-head h2{font-size:30px}.card-grid{display:block}.promo-card{margin-bottom:32px}.promo-card img{height:auto}.card-row h4{font-size:18px}.card-row a{font-size:14px}.promo-card p{font-size:16px}.sub-title{font-size:24px}.h-scroll{gap:16px;margin-left:-8px;margin-right:-8px;padding-left:8px;padding-right:8px}.game-card{min-width:286px;flex-basis:286px;height:205px}.game-card img{height:152px}.game-card h4{height:53px;padding:0 28px}.feature-band{padding:48px 24px}.feature-copy h2{font-size:30px}.feature-visual img{width:250px}.feature-icons{grid-template-columns:repeat(3,64px)}.feature-icons img{width:64px;height:64px}.anywhere{padding-bottom:0}.anywhere-columns{grid-template-columns:1fr;gap:28px}.devices{max-width:100%}.wsop{min-height:470px;background-image:url('../img/home_section_wsop_glory_bg_t.avif')!important;background-position:center top;justify-content:flex-start;align-items:flex-start;text-align:center;padding-top:56px}.wsop-copy{max-width:none}.wsop h2{font-size:32px}.stars{padding-top:52px;min-height:520px}.stars h2{font-size:32px}.star-card{display:block}.star-card img{width:310px;height:310px;margin:0 auto}.star-card h3{font-size:20px}.community-card{border-radius:10px}.community-card div{padding:26px}.social-line{font-size:17px;gap:14px;flex-wrap:wrap}.social-line i{width:50px}.get-started{height:520px;background-image:url('../img/home_section_get_started_bg_t_v2_GGPOK.avif')!important;background-position:center top;align-items:flex-start;text-align:center;padding-top:64px}.start-copy h2{font-size:34px}.about-card{display:block;padding:28px;max-height:560px}.about-icons{flex-direction:row;margin-bottom:18px}.footer-cols{grid-template-columns:1fr;gap:22px}.payment-logos,.awards{justify-content:flex-start}.fixed-download{right:24px;bottom:28px;min-width:178px}.chat-btn{right:38px;bottom:88px}.mobile-drawer{display:block;position:fixed;top:12px;left:12px;width:min(344px,calc(100vw - 24px));max-height:calc(100vh - 24px);overflow-y:auto;z-index:120;background:linear-gradient(90deg,#100f12 0,#160f15 25%,#2d0021 100%);border-radius:6px;box-shadow:0 24px 80px rgba(0,0,0,.5);transform:translateX(-112%);transition:transform .28s var(--ease);border:1px solid #251a25}.drawer-head{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #302430;background:#050505}.drawer-head .brand{font-size:26px}.drawer-close{background:transparent}.tabs-mobile{padding:22px 16px 20px;border-bottom:1px solid #352738}.tabs-mobile .tab{min-width:0;flex:1;height:50px}.mobile-nav{padding:18px 16px 26px}.mobile-nav .nav-block{border-bottom:1px solid #3a333a;padding-bottom:14px;margin-bottom:14px}.mobile-nav .nav-item{height:48px;font-size:16px}.mobile-nav .sub-menu{padding-left:54px}.backdrop{display:block;position:fixed;inset:0;background:rgba(0,0,0,.45);z-index:100;opacity:0;pointer-events:none;transition:opacity .25s}.menu-open .mobile-drawer{transform:translateX(0)}.menu-open .backdrop{opacity:1;pointer-events:auto}}@media (max-width:430px){.topbar{height:64px;padding:0 24px}.main-content{padding-top:64px}.brand{font-size:24px}.topbar .brand img{display:none}.hero{padding:12px 8px 0}.hero-slider{height:536px;min-height:536px;border-radius:5px}.hero-copy{padding:66px 32px 0}.hero-copy h1,.hero-copy h2{font-size:34px}.hero-copy .btn{bottom:86px}.hero-dots{bottom:38px}.section{padding-left:16px;padding-right:16px}.monthly{padding-top:20px}.game-card{min-width:292px;flex-basis:292px}.wsop{min-height:520px}.fixed-download{right:22px;bottom:34px;min-width:168px}.chat-btn{right:48px}.mobile-drawer{left:8px;width:calc(100vw - 16px);top:20px;max-height:calc(100vh - 40px)}.tabs-mobile .tab{height:40px}.drawer-head{height:74px}.drawer-head .brand img{display:block}.footer{padding-bottom:110px}}.carousel-wrap{position:relative;max-width:1200px;margin:0 auto}.carousel-wrap .h-scroll{max-width:none;margin:0;overflow-x:hidden;scroll-behavior:smooth;scrollbar-width:none}.carousel-wrap .h-scroll::-webkit-scrollbar{display:none}.game-arrow{top:50%;transform:translateY(-50%);width:56px;height:56px;background:rgba(70,70,74,.86)}.game-prev{left:-28px}.game-next{right:-28px}.game-arrow:hover{background:rgba(92,92,96,.96)}.game-arrow svg{width:26px;height:26px}.tournaments .carousel-wrap+.recommended-title{margin-top:70px}.nav-item>svg:first-child{width:24px;height:24px;min-width:24px;stroke:none}.nav-item>svg:first-child path{stroke-width:0}.mobile-nav .nav-item>svg:first-child,.side-nav .nav-item>svg:first-child{opacity:.96}.sub-menu{overflow:hidden}.sub-menu>*{min-height:0}.sub-menu a{line-height:1.35}.footer-social{display:flex!important;align-items:center;gap:12px;color:#fff!important;padding:5px 0!important}.footer-social-icon{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#1e1f22;overflow:hidden;flex:0 0 28px}.footer-social-icon svg{width:28px;height:28px;display:block}.footer-social-label{line-height:1}.awards{gap:14px}.awards .award-badge{width:56px;height:56px;max-height:none}.awards .award-egr{height:72px;max-height:72px}.awards .award-guinness{height:72px;max-height:72px}.legal-row{max-width:1200px;margin:30px auto 0;display:flex;align-items:flex-start;gap:24px;color:#c3bdc4}.legal-logos{display:flex;align-items:center;gap:18px;flex:0 0 auto}.legal-logos img:first-child{width:40px;height:40px}.legal-logos img:last-child{width:120px;height:40px}.legal-row .legal{margin:0;max-width:920px;font-size:14px;color:#c3bdc4}.drawer-record{width:28px;height:28px;object-fit:contain;margin-left:auto;margin-right:8px}body.is-collapsed .side-head{height:auto;min-height:80px;flex-direction:column;justify-content:flex-start;gap:16px;padding:18px 9px 14px}body.is-collapsed .tabs{display:flex;flex-direction:column;gap:8px;width:48px;flex:none}body.is-collapsed .tab{width:48px;height:48px;min-width:0;border-radius:8px}body.is-collapsed .tab span{display:none}body.is-collapsed .tab:before{opacity:.82;background-size:cover;background-position:center}body.is-collapsed .tab-poker:before{background-image:url('../img/app_new_tab_poker_bg_min_GGPOK.svg')}body.is-collapsed .tab-casino:before{background-image:url('../img/app_new_tab_casino_bg_min_GGPOK.svg')}body.is-collapsed .side-nav{padding-top:14px}.mobile-drawer .nav-item.is-open{background:#3a1b30}.mobile-drawer .nav-item{font-weight:900}.mobile-drawer .nav-item .chev{width:14px;height:14px}.mobile-drawer .sub-menu a{font-size:16px;padding:8px 0;color:#cfc8d0}@media (max-width:1320px){.game-prev{left:-18px}.game-next{right:-18px}}@media (max-width:768px){body{background:#050505}.main-content{background:#050505}.hero{background:#050505;padding:0}.topbar{background:#050505}.top-actions{margin-left:auto}.top-actions .record{display:block;width:28px;height:28px;max-height:28px;margin:0 2px 0 0;object-fit:contain}.mobile-menu{width:34px;height:34px}.hero-slider{border-radius:0}.hero-slider .prev,.hero-slider .next{display:none}.carousel-wrap{max-width:100%}.game-arrow{display:none}.carousel-wrap .h-scroll{overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:0}.carousel-wrap .h-scroll::-webkit-scrollbar{display:none}.game-card{scroll-snap-align:start}.footer-social-icon{width:32px;height:32px;flex-basis:32px}.footer-social-icon svg{width:32px;height:32px}.awards{justify-content:center}.legal-row{display:block}.legal-logos{margin-bottom:18px}.mobile-drawer{background:#100b10;border:1px solid #28212a}.drawer-head{background:#050505}.mobile-nav{padding-top:16px}.mobile-nav .nav-item{height:48px;border-radius:6px;padding:0 10px;gap:18px}.mobile-nav .nav-item:hover{background:transparent}.mobile-nav .nav-item.is-open{background:#3a1b30}.mobile-nav .sub-menu{padding-left:58px}}@media (max-width:430px){.hero{padding:0}.hero-slider{height:536px;min-height:536px;border-radius:0}.topbar{padding:0 24px}.top-actions .record{display:block}.mobile-drawer{top:20px}.footer{background:#050505}}.sidebar,.mobile-drawer{scrollbar-width:none;-ms-overflow-style:none}.sidebar::-webkit-scrollbar,.mobile-drawer::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}.nav-item{position:relative}.sub-menu{display:block!important;grid-template-rows:none!important;max-height:0;overflow:hidden!important;padding:0 0 0 56px;transition:max-height .26s var(--ease),padding-top .26s var(--ease),padding-bottom .26s var(--ease)}.sub-menu a,.sub-menu .sub-heading{display:block;overflow:visible!important;min-height:0;font-size:15px;line-height:1.35;letter-spacing:.025em}.sub-menu a{color:#cfc8d0;padding:7px 0}.sub-menu a:hover{color:#fff}.sub-menu .sub-heading{color:#df2a86;padding:13px 0 7px;font-weight:700}.sub-menu .sub-strong{color:#fff;font-weight:900}.sub-menu .with-mini-icon{display:flex;align-items:flex-start;gap:9px}.sub-menu .mini-emoji{width:16px;min-width:16px;font-size:12px;line-height:1.35;filter:saturate(.95);text-align:center}.nav-item.is-open+.sub-menu{max-height:1400px;padding-top:4px;padding-bottom:12px}.nav-item.is-open{background:rgba(255,255,255,.075)}body.is-collapsed .sidebar{width:68px;overflow-y:auto;overflow-x:hidden}body.is-collapsed .side-head{height:auto;min-height:80px;flex-direction:column;justify-content:flex-start;align-items:center;gap:13px;padding:18px 9px 13px}body.is-collapsed .side-head .icon-btn{width:40px;height:40px;border-radius:9px}body.is-collapsed .tabs{display:flex!important;flex-direction:column;align-items:center;gap:9px;width:50px;flex:none}body.is-collapsed .tab{width:46px!important;min-width:46px!important;height:46px!important;border-radius:7px;padding:0}body.is-collapsed .tab span{display:none!important}body.is-collapsed .tab:before{opacity:1;background-size:cover;background-position:center}body.is-collapsed .tab-poker:before{background-image:url('../img/app_new_tab_poker_bg_min_GGPOK.svg')!important}body.is-collapsed .tab-casino:before{background-image:url('../img/app_new_tab_casino_bg_min_GGPOK.svg')!important}body.is-collapsed .side-nav{padding:18px 8px 26px}body.is-collapsed .nav-block{padding-bottom:12px;margin-bottom:12px;border-bottom-color:#332a34}body.is-collapsed .nav-item{width:52px;height:48px;justify-content:center;padding:0;gap:0;border-radius:7px}body.is-collapsed .nav-item:hover{background:rgba(255,255,255,.06)}body.is-collapsed .nav-item>svg:first-child{width:23px;height:23px;min-width:23px}body.is-collapsed .nav-item span{display:none!important}body.is-collapsed .nav-item .chev{display:block!important;position:absolute;right:0;top:50%;width:10px;height:10px;transform:translateY(-50%) rotate(-90deg)!important;opacity:.86}body.is-collapsed .sub-menu,body.is-collapsed .nav-item.is-open+.sub-menu{display:none!important;max-height:0!important;padding:0!important}.carousel-wrap .h-scroll{overflow-x:hidden!important;scrollbar-width:none!important}.carousel-wrap .h-scroll::-webkit-scrollbar{display:none!important}.game-card{border-radius:7px;background:#18161a}.game-card img{border-radius:7px 7px 0 0}.game-card h4{background:#1b191c}@media (max-width:768px){html,body{overflow-x:hidden;background:#050505!important}.topbar{height:72px;padding:0 24px;background:#050505!important}.main-content{padding-top:72px;background:#050505!important}.topbar .brand{font-size:26px;letter-spacing:.075em}.topbar .brand img{display:none!important}.top-actions{gap:10px}.top-actions .record{display:block!important;width:44px!important;height:17px!important;max-height:17px!important;object-fit:contain;margin:0 0 0 auto!important}.mobile-menu{width:36px;height:36px;border-radius:9px;background:#050505}.hero{padding:0;background:#050505!important}.hero-slider{height:505px!important;min-height:505px!important;max-height:505px!important;border-radius:0!important;border-bottom:0!important}.hero-slide{background-position:center top}.hero-copy{padding:58px 32px 0}.hero-copy h1,.hero-copy h2{font-size:32px;line-height:1.12;letter-spacing:.075em;max-width:315px}.hero-copy h1 span{font-size:1.05em}.hero-copy .btn{bottom:124px!important;height:40px;min-width:174px;z-index:7;box-shadow:0 12px 25px rgba(0,0,0,.28)}.hero-dots{bottom:84px!important}.fixed-download{right:24px!important;bottom:24px!important;height:40px;min-width:168px;z-index:80}.chat-btn{right:42px!important;bottom:82px!important;z-index:79}.mobile-drawer{max-height:calc(100vh - 24px);overflow-y:auto}.mobile-nav .sub-menu{padding-left:54px}.mobile-nav .sub-menu a,.mobile-nav .sub-menu .sub-heading{font-size:16px;line-height:1.4}.mobile-nav .nav-item.is-open+.sub-menu{max-height:1600px;padding-top:6px;padding-bottom:14px}}@media (max-width:430px){.topbar{height:64px;padding:0 24px}.main-content{padding-top:64px}.topbar .brand{font-size:24px;letter-spacing:.08em}.top-actions .record{width:41px!important;height:15px!important;max-height:15px!important}.hero-slider{height:504px!important;min-height:504px!important;max-height:504px!important}.hero-copy{padding:58px 32px 0}.hero-copy h1,.hero-copy h2{font-size:31px;line-height:1.12;max-width:304px}.hero-copy .btn{bottom:123px!important}.hero-dots{bottom:82px!important}.fixed-download{right:22px!important;bottom:22px!important}.chat-btn{right:42px!important;bottom:78px!important}.mobile-drawer{top:12px;max-height:calc(100vh - 24px)}}@media (min-width:769px){body.is-collapsed{--side:68px}body.is-collapsed .sidebar{width:68px!important;scrollbar-width:none!important;-ms-overflow-style:none!important}body.is-collapsed .sidebar::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}body.is-collapsed .main-content{margin-left:68px!important}body.is-collapsed .topbar{left:68px!important}}.sidebar .nav-item{font-size:14px!important;height:47px;letter-spacing:.02em;gap:14px;padding-left:9px;padding-right:8px}.sidebar .nav-item>svg:first-child{width:22px!important;height:22px!important;min-width:22px!important}.sidebar .nav-item span{font-size:14px!important;line-height:1.25}.sidebar .sub-menu{padding-left:48px!important}.sidebar .sub-menu a,.sidebar .sub-menu .sub-heading{font-size:14px!important;line-height:1.36}body.is-collapsed .side-head{min-height:184px!important;padding:18px 8px 14px!important;gap:12px!important;border-bottom-color:#352938!important;background:linear-gradient(90deg,#100f12 0,#160e15 35%,#2d0021 100%)!important}body.is-collapsed .side-head .icon-btn{width:40px!important;height:40px!important;border-radius:8px!important;background:#252127!important}body.is-collapsed .tabs{width:48px!important;gap:8px!important;flex:none!important}body.is-collapsed .tab{width:46px!important;height:46px!important;min-width:46px!important;border-radius:6px!important;background:#2a252b!important;box-shadow:none!important}body.is-collapsed .tab.active{background:#b72074!important}body.is-collapsed .tab:before{opacity:.86!important;background-size:cover!important;background-position:center!important}body.is-collapsed .tab span{display:none!important}body.is-collapsed .side-nav{padding:18px 8px 28px!important}body.is-collapsed .nav-block{padding-bottom:13px!important;margin-bottom:13px!important;border-bottom:1px solid #352f37!important}body.is-collapsed .nav-item{width:52px!important;height:47px!important;padding:0!important;gap:0!important;justify-content:center!important;border-radius:7px!important}body.is-collapsed .nav-item>svg:first-child{width:23px!important;height:23px!important;min-width:23px!important}body.is-collapsed .nav-item span{display:none!important}body.is-collapsed .nav-item .chev{display:block!important;position:absolute!important;right:1px!important;top:50%!important;width:9px!important;height:9px!important;transform:translateY(-50%) rotate(-90deg)!important;opacity:.82!important}body.is-collapsed .sub-menu,body.is-collapsed .nav-item.is-open+.sub-menu{display:none!important;max-height:0!important;padding:0!important}@media (max-width:768px){html,body{width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#050505!important}body.is-collapsed .main-content,.main-content{margin-left:0!important;padding-top:64px!important;width:100%!important;max-width:100vw!important;background:#050505!important}body.is-collapsed .topbar,.topbar{left:0!important;right:0!important;height:64px!important;padding:0 23px!important;background:#050505!important;border-bottom:1px solid #1e1b20!important}.topbar .brand{font-size:24px!important;letter-spacing:.08em!important;gap:8px!important}.topbar .brand img{display:none!important}.top-actions{margin-left:auto!important;gap:12px!important}.top-actions .record{content:url('../img/img_RecordHolder_v2.svg');display:block!important;width:26px!important;height:26px!important;max-height:26px!important;margin:0!important;object-fit:contain!important}.mobile-menu{display:grid!important;width:32px!important;height:32px!important;border-radius:8px!important;background:#050505!important}.mobile-menu svg{width:21px!important;height:21px!important}.hero{padding:0!important;margin:0!important;width:100%!important;max-width:100vw!important;background:#050505!important;overflow:hidden!important}.hero-slider{width:100vw!important;max-width:100vw!important;margin:0!important;left:0!important;right:0!important;height:520px!important;min-height:520px!important;max-height:520px!important;border-radius:0!important;border:0!important;background:#050505!important;overflow:hidden!important}.hero-slide{width:100%!important;background-size:cover!important;background-position:center top!important;align-items:flex-start!important;justify-content:flex-start!important}.hero-copy{margin:0!important;width:100%!important;height:100%!important;max-width:none!important;padding:58px 32px 0!important;text-align:left!important}.hero-copy h1,.hero-copy h2{font-size:31px!important;line-height:1.14!important;letter-spacing:.075em!important;max-width:310px!important;margin-bottom:12px!important}.hero-copy p{display:none!important}.hero-copy .btn{position:absolute!important;left:50%!important;bottom:93px!important;transform:translateX(-50%)!important;min-width:178px!important;height:40px!important;border-radius:22px!important;padding:0 20px!important;font-size:14px!important;z-index:9!important;white-space:nowrap!important}.hero-dots{bottom:55px!important;left:50%!important;transform:translateX(-50%)!important}.hero-dots button{width:31px!important;height:4px!important}.fixed-download{right:22px!important;bottom:22px!important;height:40px!important;min-width:168px!important;border-radius:22px!important;z-index:90!important}.chat-btn{right:39px!important;bottom:78px!important;z-index:89!important}.mobile-drawer{display:block!important;top:18px!important;left:8px!important;width:calc(100vw - 16px)!important;max-width:370px!important;max-height:calc(100vh - 36px)!important;overflow-y:auto!important;overflow-x:hidden!important;border-radius:5px!important;background:#100b10!important;border:1px solid #2d2230!important;box-shadow:0 20px 70px rgba(0,0,0,.62)!important}.drawer-head{height:76px!important;padding:0 16px!important;background:#050505!important;border-bottom:1px solid #302430!important}.drawer-head .brand{font-size:26px!important;letter-spacing:.07em!important}.drawer-head .brand img{display:block!important;width:30px!important;height:30px!important}.drawer-record{display:block!important;width:26px!important;height:26px!important;margin-left:auto!important;margin-right:10px!important;object-fit:contain!important}.drawer-close{width:32px!important;height:32px!important;background:#050505!important}body.is-collapsed .mobile-drawer .tabs,.mobile-drawer .tabs-mobile{display:flex!important;flex-direction:row!important;align-items:center!important;gap:8px!important;width:auto!important;padding:21px 14px!important;border-bottom:1px solid #352738!important;background:linear-gradient(90deg,#130e13 0,#2b001f 100%)!important}body.is-collapsed .mobile-drawer .tab,.mobile-drawer .tab{display:flex!important;flex:1 1 0!important;min-width:0!important;width:auto!important;height:40px!important;border-radius:7px!important;background:#2b272d!important}body.is-collapsed .mobile-drawer .tab.active,.mobile-drawer .tab.active{background:#a62268!important}body.is-collapsed .mobile-drawer .tab:before,.mobile-drawer .tab:before{opacity:.75!important;background-size:cover!important;background-position:left center!important}body.is-collapsed .mobile-drawer .tab span,.mobile-drawer .tab span{display:inline!important;position:relative!important;z-index:2!important;font-size:14px!important;line-height:1!important;white-space:nowrap!important}.mobile-nav{padding:18px 14px 22px!important;background:linear-gradient(90deg,#100b10 0,#170d15 34%,#2d0021 100%)!important}.mobile-nav .nav-block{padding-bottom:13px!important;margin-bottom:13px!important;border-bottom:1px solid #352f37!important}.mobile-nav .nav-item{height:48px!important;padding:0 10px!important;gap:16px!important;border-radius:6px!important;font-size:15px!important;font-weight:700!important;letter-spacing:.02em!important}body.is-collapsed .mobile-drawer .nav-item span,.mobile-drawer .nav-item span{display:inline!important;font-size:15px!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}body.is-collapsed .mobile-drawer .nav-item .chev,.mobile-drawer .nav-item .chev{display:block!important;position:static!important;transform:none!important;margin-left:auto!important;width:14px!important;height:14px!important;opacity:.95!important}body.is-collapsed .mobile-drawer .nav-item.is-open .chev,.mobile-drawer .nav-item.is-open .chev{transform:rotate(180deg)!important}body.is-collapsed .mobile-drawer .sub-menu,.mobile-drawer .sub-menu{display:block!important;max-height:0!important;overflow:hidden!important;padding:0 0 0 52px!important;transition:max-height .26s var(--ease),padding-top .26s var(--ease),padding-bottom .26s var(--ease)!important}body.is-collapsed .mobile-drawer .nav-item.is-open+.sub-menu,.mobile-drawer .nav-item.is-open+.sub-menu{display:block!important;max-height:1800px!important;padding-top:5px!important;padding-bottom:12px!important}.mobile-drawer .sub-menu a,.mobile-drawer .sub-menu .sub-heading{display:block!important;font-size:14px!important;line-height:1.38!important;overflow:visible!important}.mobile-drawer .sub-menu a{padding:6px 0 7px!important;color:#cfc8d0!important}.mobile-drawer .sub-menu .sub-heading{padding:12px 0 6px!important;color:#df2a86!important}}@media (max-width:430px){body.is-collapsed .main-content,.main-content{padding-top:64px!important}.topbar{height:64px!important;padding:0 24px!important}.hero-slider{height:520px!important;min-height:520px!important;max-height:520px!important}.hero-copy{padding:58px 32px 0!important}.hero-copy h1,.hero-copy h2{font-size:30px!important;max-width:306px!important}.hero-copy .btn{bottom:92px!important}.hero-dots{bottom:55px!important}.mobile-drawer{top:18px!important;max-height:calc(100vh - 36px)!important}}@media (max-width:380px){.hero-copy{padding-left:28px!important;padding-right:28px!important}.hero-copy h1,.hero-copy h2{font-size:29px!important;max-width:294px!important}.hero-copy .btn{min-width:170px!important}.fixed-download{min-width:162px!important;right:18px!important}}body.is-collapsed .sidebar .side-head{min-height:194px!important;padding:18px 8px 14px!important;align-items:center!important}body.is-collapsed .sidebar .tabs{width:48px!important;align-items:center!important;gap:9px!important}body.is-collapsed .sidebar .tab{position:relative!important;width:40px!important;min-width:40px!important;height:44px!important;border-radius:6px!important;overflow:hidden!important;box-shadow:none!important;flex:0 0 44px!important}body.is-collapsed .sidebar .tab:before{content:""!important;position:absolute!important;inset:0!important;opacity:1!important;background-repeat:no-repeat!important;background-size:100% 100%!important;background-position:center!important}body.is-collapsed .sidebar .tab:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:18px;transform:translate(-50%,-50%);z-index:3;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.96}body.is-collapsed .sidebar .tab-poker:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='5' y='4' width='14' height='16' rx='4' fill='%23ece8ee'/%3E%3Cpath d='M12 7.1c-2.45 2.05-4.7 3.48-4.7 5.78 0 1.58 1.15 2.75 2.58 2.75.84 0 1.53-.32 2.12-.98.59.66 1.28.98 2.12.98 1.43 0 2.58-1.17 2.58-2.75 0-2.3-2.25-3.73-4.7-5.78Z' fill='%23b82075'/%3E%3C/svg%3E")}body.is-collapsed .sidebar .tab-casino:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='4' y='4' width='16' height='16' rx='5' fill='%23aaa4ad'/%3E%3Ccircle cx='9' cy='9' r='1.45' fill='%235d5860'/%3E%3Ccircle cx='15' cy='15' r='1.45' fill='%235d5860'/%3E%3Ccircle cx='15' cy='9' r='1.45' fill='%235d5860'/%3E%3C/svg%3E");opacity:.82}body.is-collapsed .sidebar .tab span{display:none!important}body.is-collapsed .sidebar .side-nav{padding-left:6px!important;padding-right:6px!important}body.is-collapsed .sidebar .nav-item{width:54px!important;height:46px!important;border-radius:7px!important}@media (max-width:768px){body.menu-open{overflow:hidden!important}.mobile-drawer{left:8px!important;right:auto!important;width:calc(100vw - 16px)!important;max-width:370px!important}.mobile-nav .nav-item,body.is-collapsed .mobile-drawer .nav-item{width:100%!important;min-width:0!important;height:48px!important;justify-content:flex-start!important;padding:0 10px!important;gap:15px!important;flex:none!important}.mobile-nav .nav-item>svg:first-child,body.is-collapsed .mobile-drawer .nav-item>svg:first-child{flex:0 0 22px!important;width:22px!important;height:22px!important;min-width:22px!important}.mobile-drawer .nav-item span,body.is-collapsed .mobile-drawer .nav-item span{display:block!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;width:auto!important;font-size:14px!important;line-height:1.2!important;white-space:nowrap!important;overflow:visible!important;text-overflow:clip!important}.mobile-drawer .nav-item .chev,body.is-collapsed .mobile-drawer .nav-item .chev{flex:0 0 13px!important;margin-left:auto!important;position:static!important;transform:none!important}.mobile-drawer .nav-item.is-open .chev,body.is-collapsed .mobile-drawer .nav-item.is-open .chev{transform:rotate(180deg)!important}.mobile-drawer .tabs-mobile,body.is-collapsed .mobile-drawer .tabs{padding:20px 14px!important}.mobile-drawer .tab,body.is-collapsed .mobile-drawer .tab{height:40px!important;width:auto!important;min-width:0!important;flex:1 1 0!important;flex-basis:0!important}.mobile-drawer .tab span,body.is-collapsed .mobile-drawer .tab span{font-size:13px!important;letter-spacing:.04em!important;overflow:visible!important;text-overflow:clip!important}.mobile-nav,body.is-collapsed .mobile-drawer .mobile-nav{padding:17px 13px 22px!important}.mobile-nav .sub-menu,body.is-collapsed .mobile-drawer .sub-menu{padding-left:50px!important}.carousel-wrap{width:100%!important;max-width:100%!important;overflow:hidden!important}.carousel-wrap .h-scroll,.h-scroll.game-row{overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;padding-left:0!important;padding-right:42px!important;scroll-behavior:smooth!important;scrollbar-width:none!important}.carousel-wrap .h-scroll::-webkit-scrollbar,.h-scroll.game-row::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.game-card{flex:0 0 292px!important;min-width:292px!important;max-width:292px!important;scroll-snap-align:start!important}.footer{width:100%!important;max-width:100%!important;margin:0!important;padding:40px 22px 118px!important;overflow:hidden!important;text-align:left!important;background:#050505!important}.footer-cols{width:100%!important;max-width:280px!important;margin:0 auto!important;display:grid!important;grid-template-columns:1fr!important;gap:24px!important;justify-items:stretch!important}.footer-cols h4{font-size:16px!important;line-height:1.25!important;margin:0 0 13px!important}.footer-cols a{font-size:16px!important;line-height:1.7!important}.payment-logos{width:100%!important;max-width:330px!important;margin:34px auto 28px!important;justify-content:center!important;align-items:center!important;gap:7px!important}.payment-logos img{max-height:26px!important;object-fit:contain!important}.awards{width:100%!important;max-width:330px!important;margin:32px auto 28px!important;justify-content:center!important;align-items:center!important;gap:11px!important}.awards .award-badge{width:54px!important;height:54px!important}.awards .award-egr{width:190px!important;height:auto!important;max-height:none!important}.awards .award-guinness{width:230px!important;height:auto!important;max-height:none!important}.legal-row{width:100%!important;max-width:330px!important;margin:30px auto 0!important;display:block!important;text-align:left!important}.legal-logos{width:100%!important;justify-content:center!important;margin:0 auto 20px!important;gap:16px!important}.legal-row .legal{max-width:330px!important;margin:0 auto!important;font-size:14px!important;line-height:1.35!important;color:#c9c5ca!important}}@media (max-width:430px){.mobile-drawer{max-width:calc(100vw - 16px)!important}.mobile-drawer .nav-item span,body.is-collapsed .mobile-drawer .nav-item span{font-size:13.5px!important}.section{padding-left:28px!important;padding-right:0!important}.section .section-head{padding-right:28px!important}.carousel-wrap .h-scroll,.h-scroll.game-row{gap:16px!important}}body.is-collapsed .sidebar .tab-poker::after{background-image:url("data:image/svg+xml,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%20class=%22svg-icon%22%3E%3Cpath%20d=%22M18.0282%205.55901C20.1827%206.04727%2021.496%208.18111%2020.9618%2010.3246L19.081%2017.8705C18.5468%2020.0141%2016.3673%2021.3558%2014.2128%2020.8676L9.97355%2019.9076C9.84579%2019.8787%209.72116%2019.8433%209.59952%2019.8032H12.3515C14.5604%2019.803%2016.3512%2018.012%2016.3515%2015.8032V6.19378C16.3515%205.83179%2016.302%205.48136%2016.2118%205.14788L18.0282%205.55901Z%22%20fill=%22#E5E5E5%22%3E%3C/path%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M11.2295%203.03223C13.4384%203.03237%2015.2294%204.82329%2015.2295%207.03223V14.8613C15.2295%2017.0704%2013.4385%2018.8612%2011.2295%2018.8613H6.91797C4.70883%2018.8613%202.91797%2017.0705%202.91797%2014.8613V7.03223C2.9181%204.8232%204.70891%203.03223%206.91797%203.03223H11.2295ZM9.05859%207.42383C8.80845%207.4257%208.68702%207.70142%208.23535%208.14746C7.90507%208.4738%207.37389%208.88275%206.71387%209.37793C6.01481%209.90236%205.54213%2010.4704%205.54199%2011.332C5.54199%2012.1953%206.24127%2012.8953%207.10449%2012.8955C7.53599%2012.8955%207.93292%2012.727%208.21582%2012.4443C8.20099%2012.5089%208.20356%2012.555%208.17969%2012.627C8.11895%2012.8091%208.02505%2013.0091%207.92285%2013.2139C7.84222%2013.3748%207.76537%2013.5332%207.67871%2013.6777C7.62718%2013.7635%207.5778%2013.8166%207.55664%2013.8486C7.38354%2014.1081%207.57461%2014.459%207.88672%2014.459H10.2314C10.5436%2014.459%2010.7346%2014.1081%2010.5615%2013.8486C10.5404%2013.8166%2010.491%2013.7635%2010.4395%2013.6777C10.3528%2013.5333%2010.2759%2013.3747%2010.1953%2013.2139C10.0931%2013.0091%209.99921%2012.8091%209.93848%2012.627C9.91457%2012.5549%209.91625%2012.509%209.90137%2012.4443C10.1843%2012.7273%2010.582%2012.8955%2011.0137%2012.8955C11.8768%2012.8952%2012.5762%2012.1952%2012.5762%2011.332C12.576%2010.4935%2012.0915%209.89336%2011.4043%209.37793C10.7212%208.86554%2010.2004%208.46796%209.86719%208.1377C9.43791%207.71169%209.29227%207.42226%209.05859%207.42383Z%22%20fill=%22#E5E5E5%22%3E%3C/path%3E%3C/svg%3E")!important;width:24px!important;height:24px!important;opacity:1!important}body.is-collapsed .sidebar .tab-casino::after{background-image:url("data:image/svg+xml,%3Csvg%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20xmlns=%22http://www.w3.org/2000/svg%22%20class=%22svg-icon%22%3E%3Cpath%20d=%22M13.8232%203C15.3554%203%2016.6856%203.862%2017.3574%205.12695C17.2586%205.12113%2017.1589%205.11719%2017.0586%205.11719H10.1172C7.35612%205.11742%205.11745%207.35613%205.11719%2010.1172V17.0586C5.11719%2017.1588%205.12113%2017.2586%205.12695%2017.3574C3.862%2016.6856%203%2015.3554%203%2013.8232V7C3%204.79086%204.79086%203%207%203H13.8232Z%22%20fill=%22#A3A3A3%22%3E%3C/path%3E%3Cpath%20fill-rule=%22evenodd%22%20clip-rule=%22evenodd%22%20d=%22M16.9996%206.17637C19.2087%206.17637%2020.9996%207.96727%2020.9996%2010.1764V16.9996C20.9996%2019.2087%2019.2087%2020.9996%2016.9996%2020.9996H10.1764C7.96727%2020.9996%206.17637%2019.2087%206.17637%2016.9996V10.1764C6.17642%207.9673%207.9673%206.17642%2010.1764%206.17637H16.9996ZM9.61777%2016.2359C8.88693%2016.236%208.29458%2016.8283%208.29453%2017.5592C8.29478%2018.2899%208.88705%2018.8823%209.61777%2018.8824C10.3484%2018.8822%2010.9408%2018.2898%2010.941%2017.5592C10.941%2016.8284%2010.3485%2016.2361%209.61777%2016.2359ZM13.5885%2012.2652C12.8576%2012.2652%2012.2654%2012.8576%2012.2652%2013.5885C12.2655%2014.3192%2012.8577%2014.9127%2013.5885%2014.9127C14.3191%2014.9125%2014.9115%2014.3191%2014.9117%2013.5885C14.9116%2012.8578%2014.3192%2012.2655%2013.5885%2012.2652ZM17.5592%208.29453C16.8283%208.29453%2016.2361%208.88695%2016.2359%209.61777C16.2362%2010.3485%2016.8284%2010.942%2017.5592%2010.942C18.2898%2010.9418%2018.8822%2010.3484%2018.8824%209.61777C18.8823%208.8871%2018.2898%208.29477%2017.5592%208.29453Z%22%20fill=%22#A3A3A3%22%3E%3C/path%3E%3C/svg%3E")!important;width:24px!important;height:24px!important;opacity:1!important}body.is-collapsed .sidebar .tab{width:42px!important;height:44px!important;min-width:42px!important;border-radius:7px!important}body.is-collapsed .sidebar .tab.active{background:#b71f74!important}body.is-collapsed .sidebar .tab:not(.active){background:#28232a!important;opacity:1!important}body.is-collapsed .sidebar .tab::before{opacity:.95!important;background-size:cover!important;background-position:center!important}body.is-collapsed .sidebar .side-head{min-height:192px!important}@media (max-width:768px){html,body{min-width:0!important;width:100%!important;max-width:100%!important;overflow-x:hidden!important;background:#eef1f5!important}body{position:relative!important}.page-shell{width:100%!important;max-width:100%!important;overflow:hidden!important;background:#eef1f5!important}.sidebar{display:none!important}.topbar{position:fixed!important;top:14px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;width:min(390px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;height:64px!important;padding:0 22px!important;border-radius:5px 5px 0 0!important;background:#050505!important;z-index:95!important}.main-content{width:min(390px,calc(100vw - 32px))!important;max-width:calc(100vw - 32px)!important;margin:14px auto 0!important;padding-top:64px!important;background:#050505!important;border-radius:5px!important;overflow:hidden!important;min-height:100vh!important}body.is-collapsed .main-content,body.is-collapsed .footer{margin-left:auto!important;margin-right:auto!important}body.is-collapsed .topbar{left:50%!important;right:auto!important}.topbar .brand{font-size:25px!important;letter-spacing:.095em!important;min-width:0!important}.topbar .brand img{display:block!important;width:28px!important;height:28px!important}.top-actions{gap:10px!important;margin-left:auto!important}.top-actions .btn{display:none!important}.top-actions .record{display:block!important;width:25px!important;height:25px!important;max-height:25px!important;margin:0!important}.mobile-menu{display:grid!important;width:31px!important;height:31px!important;background:#050505!important;border-radius:7px!important}.hero,.section,.footer,.wsop,.stars,.community,.about,.get-started,.anywhere,.feature-band{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}.hero{padding:0!important;background:#050505!important}.hero-slider{width:100%!important;max-width:100%!important;height:500px!important;min-height:500px!important;max-height:500px!important;margin:0!important;border-radius:0!important}.hero-slide{width:100%!important;background-size:cover!important;background-position:center top!important}.hero-copy{padding:56px 28px 0!important;margin:0!important;width:100%!important;max-width:none!important}.hero-copy h1,.hero-copy h2{font-size:29px!important;line-height:1.13!important;max-width:300px!important;letter-spacing:.08em!important}.hero-copy .btn{bottom:86px!important;left:50%!important;transform:translateX(-50%)!important;min-width:168px!important;height:39px!important}.hero-dots{bottom:50px!important}.section{padding:52px 26px!important;overflow:hidden!important;background:#050505!important}.section-dark,.section-black{background:#050505!important}.section-white{background:#f5f5f6!important}.section-head.centered{margin-bottom:30px!important;padding:0!important}.section-head h2{font-size:28px!important;line-height:1.22!important;letter-spacing:.105em!important}.section-head p{font-size:15px!important;line-height:1.45!important}.monthly{padding-top:32px!important}.card-grid{display:block!important;width:100%!important;max-width:100%!important;margin:0!important}.promo-card{width:100%!important;margin:0 0 32px!important;overflow:visible!important}.promo-card img{width:100%!important;height:auto!important;border-radius:6px!important}.card-body{padding-top:14px!important}.card-row{gap:10px!important;align-items:flex-start!important}.card-row h4{font-size:17px!important;line-height:1.25!important;min-width:0!important}.card-row a{font-size:12px!important;letter-spacing:.03em!important;white-space:nowrap!important}.promo-card p{font-size:15px!important;line-height:1.45!important;letter-spacing:.04em!important}.carousel-wrap{width:100%!important;max-width:100%!important;overflow:visible!important;margin:0!important}.carousel-wrap .h-scroll,.h-scroll.game-row{width:100%!important;max-width:100%!important;margin:0!important;padding:0 46px 0 0!important;gap:16px!important;display:flex!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;-webkit-overflow-scrolling:touch!important;touch-action:pan-x!important;overscroll-behavior-x:contain!important;scrollbar-width:none!important}.carousel-wrap .h-scroll::-webkit-scrollbar,.h-scroll.game-row::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.game-card{flex:0 0 292px!important;min-width:292px!important;max-width:292px!important;height:205px!important;scroll-snap-align:start!important}.game-card img{height:152px!important}.game-card h4{height:53px!important;padding:0 26px!important;font-size:16px!important}.game-arrow{display:none!important}.feature-band{display:block!important;min-height:0!important;padding:58px 26px!important}.feature-band::after{display:none!important}.feature-copy h2{font-size:29px!important;text-align:center!important}.feature-copy p{text-align:center!important;font-size:15px!important}.feature-visual img{width:250px!important;margin:26px auto 0!important}.wsop{min-height:470px!important;padding:54px 26px 34px!important;align-items:flex-start!important;justify-content:center!important;text-align:center!important}.wsop-copy{margin:0 auto!important;max-width:320px!important}.wsop h2{font-size:30px!important;line-height:1.2!important}.wsop p{font-size:16px!important;line-height:1.42!important}.cta-row{justify-content:center!important}.stars{display:block!important;padding:52px 26px 0!important;min-height:0!important}.stars h2{font-size:30px!important}.star-card{display:block!important;text-align:center!important}.star-card img{width:290px!important;height:290px!important;margin:0 auto!important}.community-card{grid-template-columns:1fr!important;width:100%!important}.community-card img{width:100%!important;height:auto!important}.community-card div{padding:24px!important}.about-card{display:block!important;max-height:none!important;padding:28px 24px!important}.footer{width:100%!important;max-width:100%!important;margin:0!important;padding:42px 22px 112px!important;background:#050505!important;text-align:left!important;overflow:hidden!important;border-radius:0 0 5px 5px!important}.footer-cols{width:100%!important;max-width:280px!important;margin:0 auto 30px!important;grid-template-columns:1fr!important;gap:24px!important}.payment-logos,.awards,.legal-row{width:100%!important;max-width:330px!important;margin-left:auto!important;margin-right:auto!important;justify-content:center!important;text-align:center!important}.legal-row{display:block!important}.legal-logos{justify-content:center!important;margin:0 auto 20px!important}.legal-row .legal{max-width:330px!important;margin:0 auto!important;text-align:left!important;font-size:13px!important;line-height:1.35!important}.fixed-download{right:calc((100vw - min(390px,calc(100vw - 32px)))/2 + 18px)!important;bottom:20px!important;min-width:160px!important;height:40px!important;z-index:98!important}.chat-btn{right:calc((100vw - min(390px,calc(100vw - 32px)))/2 + 40px)!important;bottom:74px!important;z-index:97!important}.mobile-drawer{display:block!important;top:18px!important;left:50%!important;right:auto!important;width:min(370px,calc(100vw - 16px))!important;max-width:calc(100vw - 16px)!important;max-height:calc(100vh - 36px)!important;transform:translate(-50%,-115%)!important;border-radius:5px!important;overflow-y:auto!important;overflow-x:hidden!important}.menu-open .mobile-drawer{transform:translate(-50%,0)!important}.drawer-head{height:76px!important;padding:0 16px!important}.drawer-head .brand{font-size:25px!important;letter-spacing:.075em!important}.drawer-head .brand img{display:block!important;width:28px!important;height:28px!important}.mobile-drawer .tabs-mobile{display:flex!important;gap:8px!important;padding:20px 14px!important;width:100%!important}.mobile-drawer .tab{display:flex!important;flex:1 1 0!important;min-width:0!important;width:auto!important;height:40px!important}.mobile-drawer .tab span{display:inline!important;font-size:13px!important;white-space:nowrap!important;overflow:visible!important}.mobile-nav{display:block!important;padding:17px 13px 22px!important}.mobile-nav .nav-item,body.is-collapsed .mobile-drawer .nav-item{width:100%!important;min-width:0!important;height:48px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;padding:0 10px!important;gap:14px!important;flex:none!important;font-size:14px!important;letter-spacing:.015em!important}.mobile-nav .nav-item>svg:first-child,body.is-collapsed .mobile-drawer .nav-item>svg:first-child{display:block!important;flex:0 0 22px!important;width:22px!important;height:22px!important;min-width:22px!important}.mobile-nav .nav-item span,body.is-collapsed .mobile-drawer .nav-item span{display:block!important;visibility:visible!important;opacity:1!important;flex:1 1 auto!important;min-width:0!important;max-width:none!important;width:auto!important;font-size:14px!important;line-height:1.18!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.mobile-nav .nav-item .chev,body.is-collapsed .mobile-drawer .nav-item .chev{display:block!important;flex:0 0 13px!important;margin-left:auto!important;opacity:1!important}.mobile-nav .sub-menu,body.is-collapsed .mobile-drawer .sub-menu{display:block!important;max-height:0!important;padding-left:50px!important;overflow:hidden!important}.mobile-nav .nav-item.is-open+.sub-menu,body.is-collapsed .mobile-drawer .nav-item.is-open+.sub-menu{max-height:1900px!important;padding-top:5px!important;padding-bottom:12px!important}.mobile-nav .sub-menu a,.mobile-nav .sub-menu .sub-heading{font-size:14px!important;line-height:1.36!important}}@media (max-width:390px){.topbar,.main-content{width:calc(100vw - 20px)!important;max-width:calc(100vw - 20px)!important}.topbar{padding-left:18px!important;padding-right:18px!important}.topbar .brand{font-size:23px!important}.hero-copy{padding-left:24px!important;padding-right:24px!important}.section{padding-left:22px!important;padding-right:22px!important}.fixed-download{right:20px!important}.chat-btn{right:42px!important}}@media (max-width:768px){.topbar>.brand img{display:none!important}.drawer-head .brand img{display:block!important}}.tab .tab-svg{display:none;pointer-events:none;line-height:0;position:relative;z-index:4}.tab .tab-svg svg{display:block;width:24px;height:24px}.tab .tab-label{position:relative;z-index:4}body.is-collapsed .sidebar .tab::after{display:none!important;background-image:none!important;content:none!important}body.is-collapsed .sidebar .tab .tab-svg{display:grid!important;place-items:center!important;position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;width:24px!important;height:24px!important}body.is-collapsed .sidebar .tab .tab-label{display:none!important}body.is-collapsed .sidebar .tab{display:flex!important;align-items:center!important;justify-content:center!important}body.is-collapsed .sidebar .tab-poker .tab-svg path{fill:#E5E5E5!important}body.is-collapsed .sidebar .tab-casino .tab-svg path{fill:#A3A3A3!important}body:not(.is-collapsed) .sidebar .tab .tab-svg,.mobile-drawer .tab .tab-svg{display:none!important}.mobile-drawer .tab .tab-label{display:inline!important}.article-section{padding-top:74px;padding-bottom:80px;background:linear-gradient(180deg,#120e12 0,#050505 100%)}.article-card{max-width:1160px;margin:0 auto;background:#171217;border:1px solid #292129;border-radius:12px;padding:42px 48px;color:#ddd7df;box-shadow:0 28px 80px rgba(0,0,0,.22)}.article-card h2{font-size:clamp(28px,2.7vw,42px);line-height:1.18;margin:34px 0 16px;color:#fff;letter-spacing:.08em;text-transform:uppercase}.article-card h2:first-child{margin-top:0}.article-card h3{font-size:24px;margin:24px 0 12px;color:#fff}.article-card p{margin:0 0 16px;color:#d0cad3;letter-spacing:.03em}.article-card a{color:#e50000;font-weight:800}.article-card ul,.article-card ol{margin:14px 0 20px 22px;color:#d0cad3}.article-card li{margin:7px 0}.article-card table{width:100%;border-collapse:collapse;margin:24px 0;border:1px solid #302733;border-radius:10px;overflow:hidden;display:block;overflow-x:auto}.article-card tbody{display:table;width:100%}.article-card th,.article-card td{padding:13px 16px;border:1px solid #302733;text-align:left}.article-card th{background:#26001d;color:#fff}.styled-faq{max-width:1160px;margin:34px auto 0}.styled-faq h2{font-size:clamp(30px,3vw,46px);text-align:center;margin:0 0 26px;letter-spacing:.12em;text-transform:uppercase;color:#fff}.faq-list,.reviews-list{display:grid;gap:14px}.faq-item,.review-item{background:#171217;border:1px solid #302733;border-radius:12px;overflow:hidden}.faq-question{width:100%;border:0;background:transparent;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:20px 24px;text-align:left;font-weight:900;letter-spacing:.03em;cursor:pointer}.faq-question:after{content:'+';color:#e50000;font-size:24px;line-height:1}.faq-item.is-open .faq-question:after{content:'−'}.faq-answer{display:none;padding:0 24px 22px;color:#d0cad3}.faq-item.is-open .faq-answer{display:block}.review-item{padding:22px 24px}.review-item h3{margin:0 0 8px;color:#fff;font-size:18px}.review-item p{margin:0;color:#d0cad3}.copyright{margin:26px auto 0;color:#aaa;text-align:center;font-size:14px}.footer a[rel]{cursor:pointer}.hero-dynamic h1{margin:0 0 16px;font-size:clamp(34px,3.2vw,52px);line-height:1.15;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fff}.hero-dynamic p{margin:0;color:#bdb8bf;letter-spacing:.08em}.monthly.hero-dynamic{padding-bottom:54px}.monthly.hero-dynamic .section-head{margin-bottom:0}@media(max-width:768px){.article-section{padding:42px 18px 72px}.article-card{padding:28px 20px;border-radius:10px}.article-card h2{font-size:25px;letter-spacing:.06em}.article-card h3{font-size:20px}.faq-question{padding:17px 18px;font-size:15px}.faq-answer{padding:0 18px 18px}.review-item{padding:18px}.monthly.hero-dynamic{padding:42px 20px 36px}.hero-dynamic h1{font-size:27px;letter-spacing:.08em}.hero-dynamic p{font-size:15px;letter-spacing:.05em}}
    .topbar, .mobile-drawer {
        top: 0!important;
    }
/* Template fixes: non-h2 titles + responsive article tables */
.hero-copy .hero-title{margin:0 0 14px;font-size:clamp(42px,4.4vw,74px);line-height:.98;font-weight:900;letter-spacing:.1em;text-transform:uppercase;max-width:760px;color:#fff}.section-head .section-title{font-size:clamp(34px,3.2vw,52px);line-height:1.15;margin:0 0 16px;font-weight:900;letter-spacing:.12em;text-transform:uppercase;color:#fff}.short-article{width:100%;max-width:100%;margin:0 auto;color:#bdb8bf;letter-spacing:.05em;text-align:left}.short-article p{margin:0 0 16px;color:#bdb8bf;letter-spacing:.05em}.article-card .table-scroll,.short-article .table-scroll{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:24px 0;border:1px solid #302733;border-radius:10px;background:#171217}.short-article .table-scroll{background:#171217}.article-card .table-scroll table,.short-article .table-scroll table{width:100%;min-width:680px;margin:0!important;border:0!important;border-radius:0!important;border-collapse:collapse;display:table!important;overflow:visible!important}.article-card .table-scroll thead,.article-card .table-scroll tbody,.short-article .table-scroll thead,.short-article .table-scroll tbody{display:table-row-group;width:auto;min-width:0}.article-card .table-scroll thead,.short-article .table-scroll thead{display:table-header-group}.article-card .table-scroll tr,.short-article .table-scroll tr{display:table-row}.article-card .table-scroll th,.article-card .table-scroll td,.short-article .table-scroll th,.short-article .table-scroll td{display:table-cell;padding:13px 16px;border:1px solid #302733;text-align:left;vertical-align:top;white-space:normal;color:#d0cad3}.article-card .table-scroll th,.short-article .table-scroll th{background:#26001d;color:#fff;font-weight:800}.article-card .table-scroll::-webkit-scrollbar,.short-article .table-scroll::-webkit-scrollbar{height:8px}.article-card .table-scroll::-webkit-scrollbar-thumb,.short-article .table-scroll::-webkit-scrollbar-thumb{background:#4b414e;border-radius:999px}.article-card .table-scroll::-webkit-scrollbar-track,.short-article .table-scroll::-webkit-scrollbar-track{background:#221b24}@media(max-width:768px){.hero-copy .hero-title{font-size:34px;line-height:1.14;letter-spacing:.06em;max-width:300px}.section-head .section-title{font-size:30px;letter-spacing:.08em}.short-article{font-size:15px;letter-spacing:.05em}.article-card .table-scroll,.short-article .table-scroll{margin:18px 0}.article-card .table-scroll table,.short-article .table-scroll table{min-width:680px}}@media(max-width:430px){.hero-copy .hero-title{font-size:34px}.article-card .table-scroll,.short-article .table-scroll{margin-left:0;margin-right:0}}
.hero-copy .hero-main-title{
    margin:0 0 14px;
    font-size:clamp(42px,4.4vw,74px);
    line-height:.98;
    font-weight:900;
    letter-spacing:.1em;
    text-transform:uppercase;
    color:#fff;
}

.hero-copy .hero-main-title span{
    display:block;
    color:#d7b65a;
    font-size:1.14em;
}

@media (max-width: 575px){
  .hero-copy .hero-main-title{
    font-size:32px;
    line-height:1.08;
    letter-spacing:.055em;
    margin-bottom:18px;
  }

  .hero-copy .hero-main-title span{
    font-size:1em;
  }
    .section-head .section-title {
    font-size: 25px!important;
  }
}