:root{--cr-bg:#fff;--cr-surface:#fff;--cr-surface-soft:#f8fafc;--cr-line:#e1e6ed;--cr-line-strong:#d4dce6;--cr-text:#172238;--cr-body:#3f4c61;--cr-muted:#748095;--cr-blue:#1265e8;--cr-blue-dark:#0d50bd;--cr-blue-soft:#edf4ff;--cr-green:#16a956;--cr-green-dark:#128746;--cr-mint:#2bdcb8;--cr-mint-dark:#20c7a5;--cr-gold:#f4aa13;--cr-navy:#071b31;--cr-danger:#c94e58;--cr-danger-soft:#fff4f5;--cr-success:#2f9655;--cr-success-soft:#f2fbf5;--cr-shadow:0 8px 28px rgba(21,39,63,.07);--cr-radius:9px;--cr-container:1240px;--cr-sidebar-width:320px;--cr-sidebar-width-compact:300px;--cr-sidebar-gap:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;padding:0!important;background:var(--cr-bg);color:var(--cr-body);font-family:"Inter",Arial,sans-serif;font-size:16px;line-height:1.62;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;height:auto}a{color:var(--cr-blue);text-decoration:none}a:hover{color:var(--cr-blue-dark);text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}.container{width:100%;max-width:var(--cr-container);margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{margin:0;color:var(--cr-text);font-family:"Manrope",Arial,sans-serif;font-weight:650;letter-spacing:-.025em}h1{font-size:34px;line-height:1.15}h2{font-size:25px;line-height:1.28}h3{font-size:19px;line-height:1.32}p{margin:0 0 1em}ul,ol{padding-left:1.35em}::selection{background:#dceaff;color:#0d3473}.site-header{position:sticky;top:0;margin:0!important;z-index:1000;border-bottom:1px solid var(--cr-line);background:#fff;box-shadow:0 4px 18px rgba(17,35,58,.045)}.header-main{display:grid;grid-template-columns:minmax(290px,1fr) auto minmax(290px,1fr);min-height:78px;align-items:center;gap:24px}.header-logo-center{justify-self:center}.portal-logo{display:inline-flex;align-items:center;white-space:nowrap;color:#21304a;font:720 21px/1 "Manrope",sans-serif;letter-spacing:-.04em}.portal-logo--header{font-size:24px}.portal-logo b{color:#165fd0;font-weight:820}.portal-logo:hover{color:#21304a}.header-actions{display:flex;justify-self:end;align-items:center;gap:10px}.header-search{position:relative;width:min(390px,100%);justify-self:start}.header-search__icon{position:absolute;top:50%;left:15px;z-index:2;transform:translateY(-50%);color:#7f8b9d;font-size:14px}.header-search input{width:100%;height:46px;padding:0 54px 0 42px;border:1px solid #d6dee8;border-radius:9px;background:#f7f9fc;color:#263247;font-size:14px;outline:0;transition:.15s}.header-search input::placeholder{color:#8c97a8}.header-search input:focus{border-color:#84afe9;background:#fff;box-shadow:0 0 0 3px rgba(18,101,232,.08)}.header-search button{position:absolute;top:5px;right:5px;display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:0;border-radius:7px;background:#e8f1ff;color:#145fcf;font-size:12px}.header-search button:hover{background:#d8e9ff;color:#0c4fac}.search-suggest{position:absolute;top:calc(100% + 8px);right:0;left:0;z-index:1250;display:none;max-height:420px;overflow:auto;border:1px solid #dbe2eb;border-radius:9px;background:#fff;box-shadow:0 18px 44px rgba(20,38,62,.14)}.search-suggest.is-open{display:block}.search-suggest__group{padding:8px}.search-suggest__group+.search-suggest__group{border-top:1px solid #edf0f4}.search-suggest__label{padding:5px 9px;color:#8a95a7;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.06em}.search-suggest__item{display:block;padding:9px;border-radius:6px;color:#263247;font-size:13px;font-weight:560}.search-suggest__item:hover{background:#f1f6ff;color:var(--cr-blue)}.desktop-menu-toggle{display:flex;min-width:108px;height:46px;align-items:center;justify-content:space-between;gap:14px;padding:0 10px 0 15px;border:1px solid #d6dee8;border-radius:9px;background:#fff;color:#263247;font-size:13px;font-weight:700;transition:.16s}.desktop-menu-toggle i{display:flex;width:28px;height:28px;align-items:center;justify-content:center;border-radius:7px;background:#edf4ff;color:#1764d8;font-size:10px;transition:transform .2s,background .16s}.desktop-menu-toggle:hover,.desktop-menu-toggle.active{border-color:#b7cbe6;background:#f8fbff;color:#145fcf}.desktop-menu-toggle.active i{transform:rotate(180deg);background:#dfeeff}.header-main .mobile-menu-btn{display:none;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid #dbe2eb;border-radius:8px;background:#fff;color:#263247;font-size:19px}.desktop-menu-panel{position:absolute;top:100%;right:0;left:0;z-index:1150;border-top:1px solid #edf0f4;border-bottom:1px solid #dce3eb;background:#fff;box-shadow:0 24px 44px rgba(19,38,63,.12);opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .18s ease,transform .18s ease,visibility .18s}.desktop-menu-panel.active{opacity:1;visibility:visible;transform:none}.desktop-menu-panel__inner{padding:24px 0 20px}.desktop-menu-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr 1.05fr;gap:0}.desktop-menu-column{min-width:0;padding:0 28px}.desktop-menu-column:first-child{padding-left:0}.desktop-menu-column:last-child{padding-right:0}.desktop-menu-column+.desktop-menu-column{border-left:1px solid #edf0f4}.desktop-menu-column__title{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:11px;color:#1e2a3d;font:700 15px/1.25 "Manrope",sans-serif}.desktop-menu-column__title i{color:#8fa0b6;font-size:10px}.desktop-menu-column__title:hover{color:var(--cr-blue)}.desktop-menu-column__links{display:grid;grid-template-columns:1fr;gap:2px}.desktop-menu-column:first-child .desktop-menu-column__links{grid-template-columns:1fr 1fr;gap:2px 10px}.desktop-menu-column__links a{display:flex;min-height:34px;align-items:center;padding:6px 0;border-radius:6px;color:#536075;font-size:13px;font-weight:560;transition:padding .15s,background .15s,color .15s}.desktop-menu-column__links a:hover{padding-left:8px;background:#f1f6ff;color:#145fcf}.desktop-menu-panel__quick{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:20px;padding-top:17px;border-top:1px solid #edf0f4}.desktop-menu-panel__quick>a{display:flex;align-items:center;gap:11px;padding:11px 13px;border:1px solid #e0e6ee;border-radius:8px;background:#fafbfd;color:#2b3950}.desktop-menu-panel__quick>a>i{display:flex;width:34px;height:34px;flex:0 0 34px;align-items:center;justify-content:center;border-radius:8px;background:#eaf3ff;color:#1764d8}.desktop-menu-panel__quick span{display:flex;min-width:0;flex-direction:column}.desktop-menu-panel__quick strong{font-size:12px}.desktop-menu-panel__quick small{margin-top:2px;color:#8792a3;font-size:10px}.desktop-menu-panel__quick>a:hover{border-color:#c8d8ec;background:#f4f8ff}.mobile-bottom-nav{position:fixed;right:0;bottom:0;left:0;z-index:950;display:none;background:#fff}.mobile-bottom-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;border:0;background:transparent;color:#566377;text-align:center}.mobile-menu-overlay{position:fixed;inset:0;z-index:1400;background:rgba(9,20,37,.46);opacity:0;visibility:hidden;transition:.2s}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu-container{position:fixed;top:0;right:0;bottom:0;z-index:1500;display:flex;width:min(410px,94vw);flex-direction:column;background:#f5f7fa;box-shadow:-20px 0 50px rgba(7,23,44,.18);visibility:hidden;pointer-events:none;transform:translateX(104%);transition:transform .22s ease,visibility .22s ease}.mobile-menu-container.active{visibility:visible;pointer-events:auto;transform:none}.mobile-menu-header{display:flex;min-height:68px;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #e0e6ed;background:#fff}.mobile-menu-close-btn{display:flex;width:42px;height:42px;align-items:center;justify-content:center;border:1px solid #dce3eb;border-radius:8px;background:#f8fafc;color:#263247;font-size:18px}.mobile-menu-content{flex:1;overflow-y:auto;padding:14px 14px 18px}.mobile-search-form{position:relative;display:grid;grid-template-columns:1fr auto;align-items:center;margin:0 0 14px}.mobile-search-form>i{position:absolute;left:14px;z-index:2;color:#8995a7;font-size:14px}.mobile-search-form input{width:100%;height:46px;padding:0 14px 0 40px;border:1px solid #d7dfe9;border-radius:8px 0 0 8px;background:#fff;color:#263247;font-size:13px;outline:0}.mobile-search-form input:focus{border-color:#8db8f5;box-shadow:0 0 0 3px rgba(18,101,232,.08)}.mobile-search-form button{height:46px;padding:0 14px;border:0;border-radius:0 8px 8px 0;background:var(--cr-blue);color:#fff;font-size:12px;font-weight:750}.mobile-search-form .search-suggest{top:calc(100% + 7px)}.mobile-menu-quick{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-bottom:12px}.mobile-menu-quick>a{display:flex;min-width:0;align-items:center;gap:10px;padding:12px;border:1px solid #dde4ec;border-radius:9px;background:#fff;color:#243149}.mobile-menu-quick>a>i{display:flex;width:32px;height:32px;flex:0 0 32px;align-items:center;justify-content:center;border-radius:8px;background:#edf4ff;color:#1764d8}.mobile-menu-quick span{display:flex;min-width:0;flex-direction:column}.mobile-menu-quick strong{font-size:12px;line-height:1.25}.mobile-menu-quick small{margin-top:2px;color:#8490a1;font-size:10px;line-height:1.25}.mobile-menu-groups{display:flex;flex-direction:column;gap:8px}.mobile-menu-group{overflow:hidden;border:1px solid #dce3eb;border-radius:9px;background:#fff}.mobile-menu-group summary{display:flex;min-height:50px;align-items:center;justify-content:space-between;gap:12px;padding:0 13px;color:#243149;font-size:14px;font-weight:700;cursor:pointer;list-style:none}.mobile-menu-group summary::-webkit-details-marker{display:none}.mobile-menu-group summary>span{display:flex;align-items:center;gap:9px}.mobile-menu-group summary>span>i{width:18px;color:#1764d8;text-align:center}.mobile-menu-group summary>i{color:#8a95a6;font-size:10px;transition:transform .18s}.mobile-menu-group[open] summary>i{transform:rotate(180deg)}.mobile-menu-group__links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2px;padding:3px 8px 10px;border-top:1px solid #edf0f4}.mobile-menu-group__links a{display:flex;min-height:38px;align-items:center;padding:7px 8px;border-radius:6px;color:#536075;font-size:12px;font-weight:560}.mobile-menu-group__links a:hover{background:#f0f6ff;color:#145fcf}.mobile-menu-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 16px;border-top:1px solid #dfe5ec;background:#fff}.mobile-menu-footer a,.mobile-menu-footer span{color:#6f7b8d;font-size:11px;font-weight:650}.pcms-breadcrumbs{margin:18px 0 14px;overflow-x:auto;scrollbar-width:none;color:#7a8491;font-size:12.5px;line-height:1.4}.pcms-breadcrumbs::-webkit-scrollbar{display:none}.pcms-breadcrumbs ol{display:flex;align-items:center;min-width:max-content;margin:0;padding:0;list-style:none}.pcms-breadcrumbs li{display:flex;align-items:center;white-space:nowrap}.pcms-breadcrumbs li+li:before{content:"›";margin:0 8px;color:#b6bec8}.pcms-breadcrumbs a{color:#657080}.pcms-breadcrumbs [aria-current="page"] span{color:#283449;font-weight:600}.empty-state{padding:22px;border:1px dashed #ccd5df;border-radius:8px;background:#fafbfd;color:#758196;text-align:center}.empty-state--large{padding:60px 20px;font-size:16px}.section-title-row{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.section-title-row h2{margin:0}.section-title-row>a,.section-title-row>span{color:#6b778b;font-size:13px;font-weight:650}.primary-cta,.secondary-cta{display:inline-flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 20px;border-radius:6px;font-size:14px;font-weight:750;transition:.15s}.primary-cta{border:1px solid var(--cr-blue);background:var(--cr-blue);color:#fff}.primary-cta:hover{border-color:var(--cr-blue-dark);background:var(--cr-blue-dark);color:#fff}.primary-cta--mint{border-color:var(--cr-mint);background:var(--cr-mint);color:#072c26}.primary-cta--mint:hover{border-color:var(--cr-mint-dark);background:var(--cr-mint-dark);color:#06251f}.secondary-cta{border:1px solid #cbd5e0;background:#fff;color:#2f3d52}.secondary-cta:hover{border-color:#9fb0c2;background:#f8fafc;color:#1c2b3e}.home-main{padding:30px 0 48px}.home-intro{padding:0 2px 24px}.home-intro h1{margin-bottom:9px;font-size:32px;line-height:1.16;font-weight:650}.home-intro p{max-width:820px;margin-bottom:10px;color:#536075;font-size:15.5px;line-height:1.55}.home-intro__meta{display:flex;align-items:center;gap:7px;color:#758197;font-size:12px}.home-intro__meta i{color:var(--cr-blue)}.home-section-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.home-section-head>div{min-width:0}.home-section-head h2{font-size:24px;font-weight:650}.home-section-more{display:inline-flex;align-items:center;gap:7px;margin-top:5px;color:#145fce;font-size:12.5px;font-weight:650;white-space:nowrap}.home-ranking,.home-bonuses,.home-games,.home-editorial{margin-bottom:30px}.home-full-content{margin:40px 0 4px}.home-ranking__tabs{display:flex;flex-wrap:wrap;gap:7px;margin-top:11px}.home-ranking__tabs a,.section-tabs a{display:inline-flex;min-height:34px;align-items:center;padding:0 13px;border:1px solid #dce3eb;border-radius:7px;background:#fff;color:#59667a;font-size:12.5px;font-weight:620}.home-ranking__tabs a:hover,.home-ranking__tabs a.is-active,.section-tabs a:hover{border-color:#226fe5;background:#226fe5;color:#fff}.home-quicklinks{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:8px;margin:0 0 30px}.home-quicklinks a{display:flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:7px 9px;border:1px solid #dfe5ec;border-radius:7px;background:#fff;color:#315173;font-size:12px;font-weight:650;text-align:center}.home-quicklinks a i{color:#1764d8}.casino-rank-list{overflow:hidden;border:1px solid var(--cr-line);border-radius:9px;background:#fff}.casino-rank-list__body{counter-reset:casino-rank}.casino-rank-row{counter-increment:casino-rank;display:grid;grid-template-columns:46px minmax(180px,.88fr) 88px minmax(235px,1.3fr) minmax(355px,1.2fr);gap:10px;align-items:center;min-height:84px;padding:11px 14px;border-bottom:1px solid #e9edf2;background:#fff}.casino-rank-row:last-child{border-bottom:0}.casino-rank-row:hover{background:#fbfdff}.casino-rank-row__position{display:flex;width:36px;height:36px;align-items:center;justify-content:center;border:1px solid #dce3eb;border-radius:50%;background:#f8fafc;color:#667388;font-size:0;font-weight:750}.casino-rank-row__position:before{content:counter(casino-rank);font-size:14px}.casino-rank-row:nth-child(1) .casino-rank-row__position{border-color:#efbd37;background:#f8c94c;color:#6f4e00;box-shadow:0 0 0 4px #fff6d8}.casino-rank-row:nth-child(2) .casino-rank-row__position{border-color:#c8cfd8;background:#edf0f4;color:#596371}.casino-rank-row:nth-child(3) .casino-rank-row__position{border-color:#cd8036;background:#c77a30;color:#fff}.casino-rank-row__brand{display:flex;min-width:0;align-items:center;gap:12px;color:inherit}.casino-rank-row__logo{display:flex;width:82px;height:48px;flex:0 0 82px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e5eaf0;border-radius:6px;background:#f4f6f9}.casino-rank-row__logo img{display:block;max-width:76px;max-height:41px;object-fit:contain}.casino-rank-row__brandcopy{min-width:0}.casino-rank-row__name{display:block;color:#172238;font-size:16px;font-weight:720;line-height:1.25}.casino-rank-row__meter,.casino-rank-row__rating-caption{display:none}.casino-rank-row__scoreline small{color:#929dac;font-size:10px;font-weight:650}.casino-rank-row__bonus>strong{color:#172238;font-size:15px;line-height:1.3;font-weight:720}.casino-rank-row__button{display:flex;width:88px;height:42px;flex:0 0 88px;align-items:center;justify-content:center;border-radius:5px;font-size:12.5px;font-weight:720;white-space:nowrap}.casino-rank-row__button--review{border:1px solid #90b7f5;background:#fff;color:#0e5fd3}.casino-rank-row__button--review:hover{background:#f2f7ff}.casino-rank-row__button--site{border:1px solid var(--cr-green);background:var(--cr-green);color:#fff}.casino-rank-row__button--site:hover{border-color:var(--cr-green-dark);background:var(--cr-green-dark);color:#fff}.home-page .casino-rank-list__body>.casino-rank-row:nth-child(n+8){display:none}.home-page .casino-rank-row:first-child{border-left:3px solid #efb52b;background:#fffdf7}.casino-related-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.casino-related-grid .casino-rank-row,.search-group__items:has(.casino-rank-row) .casino-rank-row{display:grid;grid-template-columns:minmax(0,1fr) 110px;grid-template-areas:"brand rating" "bonus bonus" "actions actions";min-height:0;padding:14px;border:1px solid var(--cr-line);border-radius:8px}.casino-related-grid .casino-rank-row__position,.search-group__items:has(.casino-rank-row) .casino-rank-row__position{display:none}.casino-related-grid .casino-rank-row__brand,.search-group__items:has(.casino-rank-row) .casino-rank-row__brand{grid-area:brand}.casino-related-grid .casino-rank-row__rating,.search-group__items:has(.casino-rank-row) .casino-rank-row__rating{grid-area:rating;align-items:flex-end}.casino-related-grid .casino-rank-row__bonus,.search-group__items:has(.casino-rank-row) .casino-rank-row__bonus{grid-area:bonus;margin-top:10px}.casino-related-grid .casino-rank-row__actions,.search-group__items:has(.casino-rank-row) .casino-rank-row__actions{grid-area:actions;margin-top:12px}.bonuses-grid,.category-grid--bonuses{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.bonus-card--portal{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:1px solid #dde4ec;border-radius:10px;background:#fff;box-shadow:0 7px 18px rgba(20,39,63,.055)}.bonus-card__main{display:block;flex:1;color:inherit}.bonus-brandbar{display:flex;height:64px;align-items:center;justify-content:center;background:var(--cr-navy)}.bonus-bk-logo{display:flex;width:100%;height:100%;align-items:center;justify-content:center}.bonus-bk-logo img{display:block;width:auto;height:auto;max-width:112px;max-height:32px;object-fit:contain}.bonus-bk-logo span{color:#fff;font:700 18px/1 "Manrope",sans-serif}.bonus-card__body{padding:17px 13px 12px}.bonus-card__offer{min-height:48px;color:#202a3b;font:700 17px/1.4 "Manrope",sans-serif;text-align:center}.bonus-card__stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:11px;padding:11px 4px;border:1px solid #e6e1ff;border-radius:8px;background:#fbfaff}.bonus-card__stats>div{min-width:0;padding:0 5px;text-align:center}.bonus-card__stats>div+div{border-left:1px solid #e4e0ef}.bonus-card__stats span{display:block;margin-bottom:3px;color:#7e8798;font-size:9px;font-weight:650}.bonus-card__stats strong{display:block;color:#1c2739;font-size:12px;line-height:1.2;overflow-wrap:anywhere}.bonus-card__actions{display:flex;flex-direction:column;padding:0 12px 11px}.bonus-card__cta{display:flex;min-height:38px;align-items:center;justify-content:center;border-radius:6px;background:var(--cr-mint);color:#073027;font-size:12.5px;font-weight:780}.bonus-card__cta:hover{background:var(--cr-mint-dark);color:#06251f}.bonus-card__cta--more{border:1px solid #d6e0eb;background:#f5f8fb;color:#39506b}.bonus-card__actions small{margin-top:8px;color:#a0a7b3;font-size:8.5px;text-align:center}.home-bonuses-grid>.bonus-card:nth-child(n+5){display:none}.bonus-inline-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.promo-code-box{position:relative;display:grid;grid-template-columns:minmax(0,1fr) 18px;width:100%;height:42px;min-width:0;align-items:center;gap:8px;padding:9px 10px 7px;border:1px solid #d9e0e8;border-radius:6px;background:#fff;color:#172238;text-align:left;transition:border-color .16s,background .16s,color .16s}.promo-code-box:hover{border-color:#a9c8f5;background:#fbfdff}.promo-code-box__label{position:absolute;top:-7px;left:7px;z-index:1;padding:0 5px;background:#fff;color:#8792a3;font-size:10.5px;font-weight:450;line-height:15px;white-space:nowrap}.promo-code-box__code{min-width:0;overflow:hidden;color:#172238;font-size:13.5px;font-weight:760;line-height:1;text-overflow:ellipsis;white-space:nowrap}.promo-code-box>i{justify-self:end;color:#53657e;font-size:15px}.promo-code-box.copied{border-color:#76c38b;background:#f2fbf5;color:#237441}.promo-code-box.copied .promo-code-box__label{background:#f2fbf5;color:#237441;font-weight:700}.promo-code-box.copied .promo-code-box__code,.promo-code-box.copied>i{color:#237441}.promo-code-box--rating{width:156px;min-width:156px;flex:0 0 156px}.promo-code-box--bonus{margin:1px 0 9px}.promo-code-box--review{margin:1px 0 0}.casino-rank-row__actions>.casino-rank-row__button{min-width:78px}.bonus-card--full-summary{position:sticky;top:126px;width:289px;max-width:289px;align-self:start}.demo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.demo-grid--provider{grid-template-columns:repeat(5,minmax(0,1fr))}.demo-card--portal{display:flex;min-width:0;overflow:hidden;flex-direction:column;border:1px solid #dce3eb;border-radius:9px;background:#fff;box-shadow:0 4px 14px rgba(27,45,68,.035);transition:transform .17s,border-color .17s,box-shadow .17s}.demo-card--portal:hover{transform:translateY(-2px);border-color:#cbd7e5;box-shadow:0 10px 24px rgba(27,45,68,.08)}.demo-card__media{display:block;aspect-ratio:4/3;overflow:hidden;background:#e5e9ef}.demo-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .2s}.demo-card__media:hover img{transform:scale(1.025)}.demo-card__placeholder{display:flex;height:100%;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:14px;color:#657187;text-align:center}.demo-card__placeholder i{font-size:32px}.demo-card__placeholder b{font-size:13px}.demo-card__info{display:flex;min-height:0;flex:1;flex-direction:column;padding:12px 11px 10px}.demo-card__title{min-height:42px;color:#18243a;font:680 15px/1.35 "Manrope",sans-serif}.demo-card__title:hover{color:var(--cr-blue)}.demo-card__provider{margin:6px 0 8px;color:#798598;font-size:12px}.demo-card__actions{display:grid;grid-template-columns:1fr;gap:7px;margin-top:6px}.demo-card__actions:has(.demo-card__button--money){grid-template-columns:1fr 1fr}.demo-card__button{display:flex;min-height:38px;align-items:center;justify-content:center;border-radius:6px;font-size:12px;font-weight:760;text-align:center}.demo-card__button--demo{border:1px solid var(--cr-blue);background:var(--cr-blue);color:#fff}.demo-card__button--demo:hover{border-color:var(--cr-blue-dark);background:var(--cr-blue-dark);color:#fff}.demo-card__button--money{border:1px solid var(--cr-green);background:var(--cr-green);color:#fff}.demo-card__button--money:hover{border-color:var(--cr-green-dark);background:var(--cr-green-dark);color:#fff}.demo-card__date{margin-top:8px;color:#9aa3b0;font-size:10px;text-align:center}.demo-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}.home-editorial{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:28px}.home-news{padding-left:28px;border-left:1px solid #dfe4eb}.home-articles-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}.home-articles-grid .article-card{padding:12px 0;border-top:1px solid #e5e9ef}.home-articles-grid .article-card:first-child{grid-column:1/-1;grid-template-columns:220px minmax(0,1fr);min-height:150px;border-top:0}.home-articles-grid .article-card:first-child .article-image{height:138px}.home-news-list .news-item--portal{border-top:1px solid #e6eaf0}.home-news-list .news-item--portal:first-child{border-top:0}.article-card{display:grid;grid-template-columns:150px minmax(0,1fr);gap:15px;min-width:0}.article-image{display:flex;min-height:105px;overflow:hidden;border-radius:7px;background:#e7ebf0}.article-image img{width:100%;height:100%;object-fit:cover}.article-image--empty{align-items:center;justify-content:center;color:#93a0b2;font-size:28px}.article-content{min-width:0}.article-kicker{display:block;margin-bottom:4px;color:#1764d8;font-size:10px;font-weight:750;text-transform:uppercase;letter-spacing:.04em}.article-title{margin:0;font-family:"Manrope",sans-serif;font-size:16px;line-height:1.34;font-weight:680}.article-title-link{color:#172238}.article-title-link:hover{color:var(--cr-blue)}.article-excerpt{display:-webkit-box;margin:7px 0 0;overflow:hidden;color:#647085;font-size:12px;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2}.article-meta{display:flex;flex-wrap:wrap;gap:12px;margin-top:9px;color:#8993a2;font-size:10.5px}.news-item--portal{display:grid;grid-template-columns:118px minmax(0,1fr);gap:13px;min-width:0;padding:12px 0}.news-item__thumb{display:block;width:118px;height:76px;overflow:hidden;border-radius:7px;background:#e5e9ef}.news-item__thumb img{width:100%;height:100%;object-fit:cover}.news-item__thumb--empty{display:flex;align-items:center;justify-content:center;color:#95a0b0;font-size:23px}.news-item__body{min-width:0}.news-title{display:block;color:#172238;font:680 15px/1.35 "Manrope",sans-serif}.news-title:hover{color:var(--cr-blue)}.news-excerpt{display:-webkit-box;margin-top:4px;overflow:hidden;color:#667388;font-size:11.5px;line-height:1.4;-webkit-box-orient:vertical;-webkit-line-clamp:2}.news-date{margin-top:6px;color:#929baa;font-size:10px}.article-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}.article-directory-grid .article-card{min-height:152px;padding:18px 0;border-bottom:1px solid #e1e6ed}.article-directory-grid .article-card:first-child{grid-column:1/-1;grid-template-columns:330px minmax(0,1fr);min-height:225px;padding-top:0}.article-directory-grid .article-card:first-child .article-image{height:210px}.article-directory-grid .article-card:first-child .article-title{font-size:24px}.article-directory-grid .article-card:first-child .article-excerpt{font-size:14px;-webkit-line-clamp:3}.news-directory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}.news-directory-grid .news-item--portal{grid-template-columns:170px minmax(0,1fr);min-height:135px;border-bottom:1px solid #e1e6ed}.news-directory-grid .news-item__thumb{width:170px;height:108px}.news-directory-grid .news-title{font-size:17px}.news-directory-grid .news-excerpt{font-size:12.5px}.provider-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.provider-card{overflow:hidden;border:1px solid #dfe5ec;border-radius:8px;background:#fff}.provider-card__logo{display:flex;height:155px;align-items:center;justify-content:center;overflow:hidden;background:#fff}.provider-card__logo img{width:100%;height:100%;object-fit:contain;padding:14px}.provider-card__logo span{color:#48566b;font:700 18px/1.2 "Manrope",sans-serif;text-align:center}.provider-card__body{padding:13px 14px 14px;border-top:1px solid #edf0f3}.provider-card__body h3{font-size:16px}.provider-card__body h3 a{color:#172238}.provider-card__meta{display:flex;gap:10px;margin-top:5px;color:#8490a1;font-size:11px}.provider-card__link{display:inline-flex;align-items:center;gap:6px;margin-top:11px;font-size:12px;font-weight:650}.directory-main{padding:0 0 52px}.directory-hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:8px 0 18px}.directory-hero h1{font-size:34px}.directory-hero p{max-width:820px;margin:12px 0 0;color:#59677c;font-size:15.5px;line-height:1.55}.section-tabs{display:flex;gap:8px;margin-bottom:18px;overflow-x:auto;padding:1px 0 4px;scrollbar-width:none}.section-tabs::-webkit-scrollbar{display:none}.section-tabs a{flex:0 0 auto}.directory-section{min-width:0}.seo-copy{max-width:900px;margin:36px auto 0;padding-top:28px;border-top:1px solid #dce2e9}.portal-directory--bonuses .category-grid--bonuses{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.portal-directory--games .demo-grid--catalog{grid-template-columns:repeat(5,minmax(0,1fr))}.portal-directory .pcms-faq{max-width:900px;margin-right:auto;margin-left:auto}.pcms-load-more{display:flex;justify-content:center;margin:24px 0}.pcms-load-more a{display:inline-flex;min-height:42px;align-items:center;justify-content:center;padding:0 22px;border:1px solid #cfd8e3;border-radius:6px;background:#fff;color:#33506f;font-size:13px;font-weight:700}.pcms-load-more a:hover{border-color:#9eb3c9;background:#f7fafd}.pcms-pagination,.pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:6px;margin:24px 0}.pcms-pagination a,.pcms-pagination span,.pagination a,.pagination span{display:flex;min-width:38px;height:38px;align-items:center;justify-content:center;padding:0 10px;border:1px solid #d9e0e8;border-radius:6px;background:#fff;color:#4c5a6f;font-size:12px;font-weight:650}.pcms-pagination .active,.pcms-pagination [aria-current="page"],.pagination .active{border-color:var(--cr-blue);background:var(--cr-blue);color:#fff}.search-hero{align-items:center}.search-page-form{position:relative;display:grid;grid-template-columns:minmax(0,380px) auto;align-items:center;min-width:min(100%,480px)}.search-page-form>i{position:absolute;left:15px;color:#8793a4}.search-page-form input{height:46px;padding:0 14px 0 42px;border:1px solid #d5dde6;border-radius:8px 0 0 8px;background:#fff;outline:0}.search-page-form input:focus{border-color:#88b2ef;box-shadow:0 0 0 3px rgba(18,101,232,.08)}.search-page-form button{height:46px;padding:0 18px;border:0;border-radius:0 8px 8px 0;background:var(--cr-blue);color:#fff;font-weight:700}.search-results{margin-top:6px}.search-group{margin-bottom:32px}.search-group__items{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.search-group__items:has(.bonus-card){grid-template-columns:repeat(3,minmax(0,1fr))}.search-group__items:has(.demo-card){grid-template-columns:repeat(4,minmax(0,1fr))}.search-group__items:has(.provider-card){grid-template-columns:repeat(4,minmax(0,1fr))}.search-group__items:has(.article-card),.search-group__items:has(.news-item--portal){gap:0 28px}.detail-main{padding:0 0 58px}.review-layout{display:grid;grid-template-columns:220px minmax(0,1fr) 270px;gap:22px;align-items:start}.review-brand-rail,.review-facts-rail{position:sticky;top:126px}.review-brand-card{overflow:hidden;border:1px solid var(--cr-line);border-radius:9px;background:#fff}.review-brand-card__logo{display:flex;height:130px;align-items:center;justify-content:center;padding:20px;background:#fff}.review-brand-card__logo img{max-width:170px;max-height:88px;object-fit:contain}.review-brand-card__logo span{font:700 20px/1.2 "Manrope",sans-serif}.review-brand-card__name{padding:0 16px 4px;color:#172238;font:700 18px/1.25 "Manrope",sans-serif;text-align:center}.review-brand-card__rating{display:flex;align-items:baseline;justify-content:center;gap:3px;padding:5px 14px}.review-brand-card__star{color:var(--cr-gold);font-size:20px}.review-brand-card__rating strong{color:#1b283c;font:780 25px/1 "Manrope",sans-serif}.review-brand-card__rating small{color:#8c97a7;font-size:11px}.review-brand-card__rank{margin:3px 14px 12px;color:#6f7b8c;font-size:11px;font-weight:650;text-align:center}.review-brand-card__bonus{padding:12px 14px;border-top:1px solid #edf0f3}.review-brand-card__bonus span{display:block;margin-bottom:4px;color:#8791a0;font-size:10px;text-transform:uppercase}.review-brand-card__bonus strong{display:block;color:#1e2a3c;font-size:14px;line-height:1.35}.review-brand-card .primary-cta{display:flex;margin:0 14px 14px}.review-article{min-width:0}.detail-header{padding:3px 0 22px;border-bottom:1px solid var(--cr-line)}.detail-header__eyebrow{margin-bottom:7px;color:#1764d8;font-size:11px;font-weight:750;text-transform:uppercase;letter-spacing:.055em}.detail-header h1{font-size:34px}.detail-header p{margin:14px 0 0;color:#56647a;font-size:16px;line-height:1.62}.review-section{padding:28px 0;border-bottom:1px solid var(--cr-line)}.review-section h2{margin-bottom:17px}.pros-cons{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pros-cons__col{padding:16px;border-radius:8px}.pros-cons__col--pros{border:1px solid #cfe8d8;background:var(--cr-success-soft)}.pros-cons__col--cons{border:1px solid #f0d2d5;background:var(--cr-danger-soft)}.pros-cons__col h3{margin-bottom:11px;font-size:16px}.pros-cons__col ul{margin:0;padding:0;list-style:none}.pros-cons__col li{display:flex;gap:9px;padding:7px 0;border-top:1px solid rgba(120,130,145,.13);font-size:13.5px;line-height:1.45}.pros-cons__col li:first-child{border-top:0}.pros-cons__col--pros i{color:var(--cr-success)}.pros-cons__col--cons i{color:var(--cr-danger)}.facts-card,.review-top{margin-bottom:14px;border:1px solid var(--cr-line);border-radius:9px;background:#fff}.facts-card h2,.review-top__head{padding:14px 15px;border-bottom:1px solid #e8ecf1}.facts-card h2,.review-top__head h2{font-size:16px}.facts-card dl{margin:0;padding:4px 15px 10px}.facts-card dl>div{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 0;border-bottom:1px solid #edf0f3}.facts-card dl>div:last-child{border-bottom:0}.facts-card dt{color:#7c8797;font-size:11px}.facts-card dd{margin:0;color:#243148;font-size:11.5px;font-weight:650;text-align:right}.review-top__head{display:flex;align-items:center;justify-content:space-between}.review-top__head a{font-size:10.5px;font-weight:650}.review-top__list{padding:4px 10px 9px}.review-top__item{display:grid;grid-template-columns:22px 60px minmax(0,1fr) auto;gap:9px;align-items:center;padding:8px 0;border-bottom:1px solid #edf0f3;color:#28354a}.review-top__item:last-child{border-bottom:0}.review-top__pos{color:#8090a2;font-size:10px;font-weight:750;text-align:center}.review-top__logo{display:flex;width:60px;height:40px;box-sizing:border-box;align-items:center;justify-content:center;overflow:hidden;padding:4px 5px;border:1px solid #163a55;border-radius:6px;background:#061426}.review-top__logo img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.review-top__name{overflow:hidden;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.review-top__item strong{color:#b47d0a;font-size:10.5px}.toc-box{margin:22px 0 0;border:1px solid #dce3eb;border-radius:8px;background:#fff}.review-article>.toc-box{margin-top:0}.toc-box__head{display:flex;min-height:48px;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid #edf0f3}.toc-box__head strong{color:#263247;font:650 15px/1 "Manrope",sans-serif}.toc-box__head button{width:34px;height:34px;border:0;border-radius:6px;background:#f5f7fa;color:#657286}.toc-box nav{padding:11px 14px}.toc-box nav ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px 18px;margin:0;padding:0;list-style:none}.toc-box nav a{display:block;padding:5px 0;color:#45617f;font-size:12.5px}.toc-box.bookmaker-toc-block--collapsed nav{display:none}.toc-box.bookmaker-toc-block--collapsed .toc-box__head{border-bottom:0}.toc-box.bookmaker-toc-block--collapsed .toc-box__head i{transform:rotate(180deg)}.article-body{width:100%;max-width:1020px;color:#3d4a5f;font-size:16.5px;line-height:1.78}.article-body>:first-child{margin-top:0}.article-body>:last-child{margin-bottom:0}.article-body p{margin:0 0 1.15em;font-size:inherit;line-height:inherit}.article-body h2{margin:1.7em 0 .65em;font-size:27px;line-height:1.28}.article-body h3{margin:1.55em 0 .55em;font-size:21px;line-height:1.35}.article-body h4{margin:1.4em 0 .5em;font-size:18px}.article-body ul,.article-body ol{margin:0 0 1.2em;padding-left:1.45em}.article-body li{margin:.35em 0}.article-body img{max-width:100%;height:auto;border-radius:7px}.article-body table{width:100%;margin:1.4em 0;border-collapse:collapse;font-size:14px}.article-body th,.article-body td{padding:11px 12px;border:1px solid #dfe5ec;text-align:left;vertical-align:top}.article-body th{background:#f5f7fa;color:#263247}.article-body blockquote{margin:1.5em 0;padding:15px 18px;border-left:4px solid #7aa9ef;background:#f4f8ff;color:#43536b}.article-body a{text-decoration:underline;text-decoration-color:#bcd2f7;text-underline-offset:2px}.pcms-faq{margin:30px 0 0;padding-top:27px;border-top:1px solid var(--cr-line)}.pcms-faq__title{margin-bottom:14px;font-size:24px}.pcms-faq__list{border-top:1px solid var(--cr-line)}.pcms-faq__item{padding:15px 0;border-bottom:1px solid var(--cr-line)}.pcms-faq__question{margin:0 0 6px;font-size:15px;font-weight:680}.pcms-faq__answer{color:#5d697c;font-size:14px;line-height:1.62}.offer-layout{display:grid;grid-template-columns:289px minmax(0,1fr);gap:var(--cr-sidebar-gap);align-items:start;width:100%}.reading-column{min-width:0}.reading-column--center{width:100%;max-width:1080px;margin:0}.detail-header--article{padding-top:4px}.article-meta{display:flex;flex-wrap:wrap;gap:16px;margin-top:13px;color:#8390a1;font-size:12px}.article-meta span{display:inline-flex;align-items:center;gap:6px}.detail-cover{margin:22px 0 24px;overflow:hidden;border-radius:9px}.detail-cover img{display:block;width:100%;max-height:560px;object-fit:cover}.related-section{margin-top:34px;padding-top:28px;border-top:1px solid var(--cr-line)}.related-section--wide{max-width:1240px}.related-section--reading{max-width:930px;margin-right:auto;margin-left:auto}.article-directory-grid--related{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.article-directory-grid--related .article-card,.article-directory-grid--related .article-card:first-child{display:block;grid-column:auto;min-height:0;padding:0;border:1px solid var(--cr-line);border-radius:8px;background:#fff}.article-directory-grid--related .article-image,.article-directory-grid--related .article-card:first-child .article-image{height:130px;border-radius:8px 8px 0 0}.article-directory-grid--related .article-content{padding:12px}.article-directory-grid--related .article-card:first-child .article-title{font-size:16px}.article-directory-grid--related .article-excerpt{display:none}.game-detail-header{padding:6px 0 10px}.game-detail-header h1{max-width:980px;font-size:38px;line-height:1.12}.game-detail-header .pcms-breadcrumbs{margin:13px 0 0}.game-detail-header>p{max-width:820px;margin:12px 0 0;color:#657287;font-size:15px}.game-stage-shell{margin:6px 0 14px}.game-stage-player{overflow:hidden;border:1px solid #d4dce6;border-radius:10px;background:#0e1623;box-shadow:0 8px 26px rgba(15,31,52,.08)}.game-stage{position:relative;display:flex;aspect-ratio:16/8.65;min-height:520px;align-items:center;justify-content:center;overflow:hidden;background:#111a27}.game-stage iframe{position:absolute;inset:0;z-index:6;width:100%;height:100%;border:0;background:#111}.game-stage__backdrop{position:absolute;inset:-34px;z-index:0;width:calc(100% + 68px);height:calc(100% + 68px);object-fit:cover;filter:blur(22px) saturate(.82);transform:scale(1.04)}.game-stage__shade{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(13,20,31,.28),rgba(8,14,24,.5)),rgba(15,23,35,.18)}.game-stage__gate{position:relative;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:22px;padding:30px;text-align:center}.game-stage__cover{display:flex;width:260px;aspect-ratio:4/3;align-items:center;justify-content:center;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:9px;background:#1b2635;box-shadow:0 20px 50px rgba(0,0,0,.28)}.game-stage__cover img{display:block;width:100%;height:100%;object-fit:cover}.game-stage__cover span{display:flex;width:100%;height:100%;align-items:center;justify-content:center;color:#a8bad1;font-size:58px}.game-stage__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:9px}.game-stage__play{display:inline-flex;min-height:42px;align-items:center;justify-content:center;gap:8px;padding:0 18px;border:0;border-radius:6px;font-size:13px;font-weight:760}.game-stage__play--demo{background:var(--cr-blue);color:#fff}.game-stage__play--demo:hover{background:var(--cr-blue-dark);color:#fff}.game-stage__play--money{background:var(--cr-green);color:#fff}.game-stage__play--money:hover{background:var(--cr-green-dark);color:#fff}.game-stage__bar{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;background:#0a1320;color:#dbe5f1}.game-stage__bar>span{display:flex;min-width:0;align-items:center;gap:8px;overflow:hidden;font-size:12px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.game-stage__bar>span i{color:#72a9fb}.game-stage__bar button{display:inline-flex;align-items:center;gap:7px;border:0;background:transparent;color:#c8d5e5;font-size:11px}.game-stage__bar button:hover{color:#fff}.game-facts--strip{display:grid;grid-template-columns:repeat(auto-fit,minmax(145px,1fr));gap:8px;margin:0 0 26px}.game-facts--strip>div{min-width:0;padding:11px 12px;border:1px solid #dfe5ec;border-radius:8px;background:#fff}.game-facts--strip span{display:block;color:#7f8a9c;font-size:10px}.game-facts--strip strong{display:block;margin-top:4px;overflow-wrap:anywhere;color:#223047;font-size:13px;line-height:1.35}.game-fact-rating{color:#e89d0b!important}.game-casino-section{margin:27px 0 34px;padding:20px;border:1px solid #d8e7f5;border-radius:14px;background:linear-gradient(180deg,#f3f8fd 0%,#f8fbfe 100%);box-shadow:0 10px 28px rgba(25,66,108,.045)}.section-title-row--game{margin-bottom:11px}.section-title-row--game h2{font-size:22px}.game-casino-row{display:grid;grid-template-columns:minmax(260px,1.1fr) minmax(260px,1fr) 220px;gap:18px;align-items:center;padding:13px 14px;border:1px solid #dce3eb;border-radius:9px;background:#fff}.game-casino-row__brand{display:flex;min-width:0;align-items:center;gap:13px}.game-casino-row__logo{display:flex;width:92px;height:62px;flex:0 0 92px;box-sizing:border-box;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e5eaf0;border-radius:6px;background:#f4f6f9}.game-casino-row__logo img{display:block;max-width:84px;max-height:54px;object-fit:contain}.game-casino-row__logo--empty{background:#f3f6fa;color:#7e8da0;font-size:23px}.game-casino-row__name{display:flex;min-width:0;flex-direction:column}.game-casino-row__name strong{overflow:hidden;color:#172238;font:700 16px/1.3 "Manrope",sans-serif;text-overflow:ellipsis;white-space:nowrap}.game-casino-row__name small{margin-top:4px;color:#e89d0b;font-size:12px;font-weight:700}.game-casino-row__bonus{display:flex;min-width:0;flex-direction:column}.game-casino-row__bonus span{color:#8893a3;font-size:10px;text-transform:uppercase;letter-spacing:.04em}.game-casino-row__bonus strong{margin-top:4px;color:#1f2b3e;font-size:14px;line-height:1.35}.game-casino-row__actions{display:grid;grid-template-columns:1fr;gap:7px}.game-casino-row__play,.game-casino-row__review{display:flex;min-height:40px;align-items:center;justify-content:center;border-radius:6px;font-size:12px;font-weight:760}.game-casino-row__play{background:var(--cr-green);color:#fff}.game-casino-row__play:hover{background:var(--cr-green-dark);color:#fff}.game-casino-row__review{border:1px solid #cbd6e4;background:#fff;color:#36506f}.game-casino-row__review:hover{border-color:#aac0db;background:#f6f9fd;color:#174f98}.game-casino-list{display:grid;gap:9px}.game-casino-row__brand:hover .game-casino-row__name strong{color:var(--cr-blue)}.game-casino-row__logo>i{color:#6f7f94;font-size:22px}.game-reading{margin-top:30px}.game-related{margin-top:36px}.provider-hero{display:grid;grid-template-columns:220px minmax(0,1fr);gap:26px;align-items:center;padding:22px;border:1px solid var(--cr-line);border-radius:10px;background:#fff}.provider-hero__logo{display:flex;width:220px;height:170px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e8ecf1;border-radius:8px;background:#fff}.provider-hero__logo img{width:100%;height:100%;object-fit:contain;padding:15px}.provider-hero__logo span{font:700 20px/1.2 "Manrope",sans-serif;text-align:center}.provider-hero__body h1{font-size:34px}.provider-hero__body>p{max-width:720px;margin:12px 0 0;color:#5a687c}.provider-facts{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.provider-facts>div{min-width:120px;padding:9px 11px;border:1px solid #e4e9ef;border-radius:7px;background:#f9fafc}.provider-games{margin:30px 0}.demo-grid--provider .demo-card:nth-child(n+17){display:none}.demo-grid--provider.is-expanded .demo-card{display:block}.provider-games__more{display:flex;min-height:40px;align-items:center;justify-content:center;gap:8px;margin:16px auto 0;padding:0 16px;border:1px solid #d2dbe5;border-radius:6px;background:#fff;color:#486079;font-size:12px;font-weight:650}.provider-games__more[hidden]{display:none}.sitemap-page ul{line-height:1.7}.sitemap-page>ul{padding-left:0;list-style:none}.sitemap-page li{margin:4px 0}.error-main{padding:70px 0}.error-page{max-width:620px;margin:0 auto;text-align:center}.error-page__code{color:#c6d4e8;font:800 96px/1 "Manrope",sans-serif;letter-spacing:-.08em}.error-page h1{margin-top:6px}.error-page p{margin:10px 0 20px;color:#6f7c90}.error-page__actions{display:flex;justify-content:center;gap:10px}.site-footer{margin-top:20px;border-top:1px solid #dce2e9;background:#fff}.footer-grid{display:grid;grid-template-columns:1.35fr repeat(4,1fr);gap:30px;padding:34px 0 28px}.footer-about p{max-width:250px;margin:12px 0 0;color:#718096;font-size:12px;line-height:1.55}.portal-logo--footer{font-size:18px}.footer-menu-col h4{margin:0 0 10px;color:#27354a;font-size:13px;font-weight:750}.footer-menu-col ul{margin:0;padding:0;list-style:none}.footer-menu-col li{margin:6px 0}.footer-menu-col a{color:#5a687c;font-size:12px}.footer-menu-col a:hover{color:var(--cr-blue)}.footer-bottom{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #e6eaf0;color:#7c8797;font-size:10.5px}.footer-stats{display:flex;align-items:center;gap:10px}.age-badge{display:inline-flex;width:31px;height:31px;align-items:center;justify-content:center;border:1px solid #cfd7e0;border-radius:50%;color:#526178;font-weight:750}@media(max-width:1120px){.header-main{grid-template-columns:minmax(250px,1fr) auto minmax(250px,1fr);gap:18px}.header-search{width:min(330px,100%)}.desktop-menu-column{padding-right:20px;padding-left:20px}.desktop-menu-column:first-child .desktop-menu-column__links{grid-template-columns:1fr}.bonuses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.home-bonuses-grid>.bonus-card:nth-child(n+5){display:flex}.home-quicklinks{grid-template-columns:repeat(3,minmax(0,1fr))}.provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-layout{grid-template-columns:200px minmax(0,1fr) 245px;gap:16px}.review-brand-card__logo{height:115px}.offer-layout{grid-template-columns:289px minmax(0,1fr);gap:22px}.footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}}@media(max-width:920px){.header-main{grid-template-columns:1fr auto;min-height:64px;gap:12px}.header-main .header-search,.desktop-menu-toggle,.desktop-menu-panel{display:none}.header-logo-center{justify-self:start}.header-actions{justify-self:end}.header-main .mobile-menu-btn{display:flex}.portal-logo{font-size:19px}.mobile-bottom-nav{display:flex;height:62px;padding:6px 8px;border-top:1px solid #dce3eb;box-shadow:0 -6px 20px rgba(18,35,57,.1)}.mobile-bottom-nav-item{min-width:0;flex:1;padding:4px 2px;font-size:10px;font-weight:650}.mobile-bottom-nav-icon{margin-bottom:3px;color:#3568b5;font-size:19px}.home-main,.directory-main,.detail-main{padding-bottom:84px}.home-intro h1,.directory-hero h1,.detail-header h1,.game-detail-header h1,.provider-hero__body h1{font-size:29px}.home-editorial{grid-template-columns:1fr;gap:28px}.home-news{padding-top:4px;padding-left:0;border-top:1px solid #dfe4eb;border-left:0}.home-page .demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.portal-directory--games .demo-grid--catalog,.demo-grid--related,.demo-grid--provider{grid-template-columns:repeat(3,minmax(0,1fr))}.portal-directory--bonuses .category-grid--bonuses{grid-template-columns:repeat(2,minmax(0,1fr))}.news-directory-grid{grid-template-columns:1fr}.article-directory-grid .article-card:first-child{grid-template-columns:260px minmax(0,1fr)}.provider-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.review-layout{grid-template-columns:220px minmax(0,1fr)}.review-brand-rail{position:static}.review-facts-rail{grid-column:1/-1;position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px}.review-brand-card{position:sticky;top:84px}.offer-layout{grid-template-columns:1fr}.game-stage{min-height:440px}.game-stage__cover{width:230px}.game-casino-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}.game-casino-row__actions{grid-column:1/-1;grid-template-columns:repeat(2,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,1fr);gap:26px 20px}.footer-grid .footer-about{grid-column:1/-1}.footer-bottom{flex-direction:column;align-items:flex-start;padding:13px 0}}@media(max-width:720px){.container{padding-right:14px;padding-left:14px}body{font-size:15px}h1{font-size:27px}h2{font-size:22px}.pcms-breadcrumbs{margin-top:12px}.directory-hero{padding-top:3px}.directory-hero h1,.detail-header h1,.game-detail-header h1,.provider-hero__body h1{font-size:27px}.directory-hero p,.detail-header p{font-size:14px}.section-tabs{margin-right:-14px;margin-left:-14px;padding-right:14px;padding-left:14px}.home-section-head h2{font-size:21px}.home-section-more{font-size:11px}.casino-rank-row{grid-template-columns:38px minmax(0,1fr) auto;grid-template-areas:"pos brand rating" ". bonus bonus" ". actions actions";gap:9px 11px;padding:12px 10px}.casino-rank-row__position{grid-area:pos;align-self:start;margin-top:4px}.casino-rank-row__logo{width:68px;height:43px;flex-basis:68px}.casino-rank-row__logo img{max-width:62px;max-height:36px}.casino-rank-row__rating{grid-area:rating;flex-direction:row;align-items:center;justify-content:flex-end;gap:5px;white-space:nowrap}.casino-rank-row__rating:before{content:"★";font-size:16px;letter-spacing:0}.casino-rank-row__scoreline{margin:0}.casino-rank-row__scoreline strong{font-size:14px}.casino-rank-row__scoreline small{font-size:10px}.casino-rank-row__bonus{grid-area:bonus;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:9px;align-items:center}.casino-rank-row__bonus>strong{font-size:14px}.casino-rank-row__button{height:39px}.casino-related-grid,.search-group__items:has(.casino-rank-row){grid-template-columns:1fr}.home-quicklinks{grid-template-columns:repeat(2,minmax(0,1fr))}.bonuses-grid,.category-grid--bonuses,.portal-directory--bonuses .category-grid--bonuses{grid-template-columns:1fr}.home-bonuses-grid{grid-template-columns:1fr}.bonus-card__offer{font-size:17px}.bonus-brandbar{height:62px}.bonus-bk-logo img{max-width:94px;max-height:27px}.bonus-bk-logo span{font-size:16px}.demo-grid,.portal-directory--games .demo-grid--catalog,.demo-grid--related,.demo-grid--provider,.search-group__items:has(.demo-card){grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.demo-card__info{min-height:0;padding:10px}.demo-card__title{min-height:36px;font-size:13px}.demo-card__provider{margin:5px 0 7px;font-size:10.5px}.demo-card__actions:has(.demo-card__button--money){grid-template-columns:1fr}.demo-card__button{min-height:35px;font-size:11px}.demo-card__date{font-size:9px}.home-articles-grid{grid-template-columns:1fr}.home-articles-grid .article-card,.home-articles-grid .article-card:first-child{grid-column:auto;grid-template-columns:112px minmax(0,1fr);min-height:100px;padding:10px 0}.home-articles-grid .article-card:first-child .article-image,.home-articles-grid .article-image{height:88px;min-height:88px}.home-articles-grid .article-card:first-child .article-excerpt,.home-articles-grid .article-excerpt{display:none}.home-news-list .news-item--portal{grid-template-columns:100px minmax(0,1fr)}.home-news-list .news-item__thumb{width:100px;height:68px}.home-news-list .news-title{font-size:14px}.home-news-list .news-excerpt{display:none}.article-directory-grid{grid-template-columns:1fr}.article-directory-grid .article-card,.article-directory-grid .article-card:first-child{grid-column:auto;grid-template-columns:120px minmax(0,1fr);min-height:112px;padding:12px 0}.article-directory-grid .article-card:first-child .article-image,.article-directory-grid .article-image{height:96px;min-height:96px}.article-directory-grid .article-card:first-child .article-title,.article-directory-grid .article-title{font-size:16px}.article-directory-grid .article-card:first-child .article-excerpt,.article-directory-grid .article-excerpt{display:none}.news-directory-grid .news-item--portal{grid-template-columns:120px minmax(0,1fr);min-height:105px}.news-directory-grid .news-item__thumb{width:120px;height:82px}.news-directory-grid .news-title{font-size:15px}.news-directory-grid .news-excerpt{display:none}.provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.provider-card__logo{height:125px}.search-hero{display:block}.search-page-form{grid-template-columns:1fr auto;width:100%;min-width:0;margin-top:14px}.search-group__items,.search-group__items:has(.bonus-card),.search-group__items:has(.provider-card),.search-group__items:has(.article-card),.search-group__items:has(.news-item--portal){grid-template-columns:1fr}.review-layout{display:block}.review-brand-rail,.review-brand-card{position:static}.review-brand-card{display:grid;grid-template-columns:110px minmax(0,1fr);grid-template-areas:"logo name" "logo rating" "logo rank" "bonus bonus" "code code" "cta cta";margin-bottom:20px;padding:12px}.review-brand-card__logo{grid-area:logo;height:90px;padding:10px}.review-brand-card__name{grid-area:name;align-self:end;padding:4px 8px 0;text-align:left}.review-brand-card__rating{grid-area:rating;justify-content:flex-start;padding:2px 8px 7px}.review-brand-card__rank{grid-area:rank;align-self:start;margin:0;padding:0 8px 5px;text-align:left;transform:none}.review-brand-card__bonus{grid-area:bonus;margin-top:10px;padding:10px 0;border-top:1px solid #edf0f3}.review-brand-card .primary-cta{grid-area:cta;margin:0}.review-facts-rail{display:block;margin-top:24px}.facts-card,.review-top{margin-bottom:12px}.pros-cons{grid-template-columns:1fr}.bonus-inline-grid{grid-template-columns:1fr}.toc-box nav ul{grid-template-columns:1fr}.article-body{font-size:16px;line-height:1.75}.article-body h2{font-size:23px}.article-body h3{font-size:19px}.offer-layout{display:block}.game-detail-header{padding-top:2px}.game-stage{aspect-ratio:auto;min-height:340px}.game-stage__cover{width:205px}.game-stage__gate{gap:18px;padding:20px}.game-stage__play{min-height:40px;padding:0 14px;font-size:12px}.game-facts--strip{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:22px}.game-casino-section{padding:14px}.game-casino-row{grid-template-columns:1fr;padding:12px}.game-casino-row__actions{grid-column:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.provider-hero{grid-template-columns:100px minmax(0,1fr);gap:15px;padding:14px}.provider-hero__logo{width:100px;height:100px}.provider-facts{grid-column:1/-1}.provider-games{margin-top:24px}.article-directory-grid--related{grid-template-columns:1fr}.article-directory-grid--related .article-card{display:grid;grid-template-columns:110px minmax(0,1fr)}.article-directory-grid--related .article-image{height:88px;border-radius:8px 0 0 8px}.news-directory-grid--related{grid-template-columns:1fr}.detail-cover{margin:16px 0 20px}.pcms-faq__title{font-size:22px}.footer-grid{grid-template-columns:1fr 1fr;gap:22px 16px}}@media(max-width:420px){.portal-logo{font-size:18px}.home-intro h1,.directory-hero h1,.detail-header h1,.game-detail-header h1,.provider-hero__body h1{font-size:24px}.home-intro p{font-size:14px}.home-section-head{gap:10px}.home-ranking__tabs{flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.home-ranking__tabs::-webkit-scrollbar{display:none}.home-ranking__tabs a{flex:0 0 auto}.casino-rank-row{grid-template-columns:34px minmax(0,1fr) auto;gap:8px}.casino-rank-row__logo{width:60px;height:40px;flex-basis:60px}.casino-rank-row__name{font-size:14px}.casino-rank-row__bonus{grid-template-columns:1fr}.game-stage{min-height:300px}.game-stage__cover{width:170px}.game-stage__actions{gap:7px}.game-stage__play{min-height:38px;padding:0 12px;font-size:11px}.game-facts--strip{grid-template-columns:1fr 1fr}.game-casino-row__logo{width:76px;height:54px;flex-basis:76px}.game-casino-row__name strong{font-size:14px}.game-casino-row__actions{grid-template-columns:1fr 1fr}.provider-hero{grid-template-columns:82px minmax(0,1fr)}.provider-hero__logo{width:82px;height:82px}.provider-facts>div{min-width:calc(50% - 4px);flex:1}.game-stage__bar button span{display:none}.mobile-menu-quick{grid-template-columns:1fr}.mobile-menu-group__links{grid-template-columns:1fr 1fr}.footer-grid{grid-template-columns:1fr 1fr}}.fas,.far,.fab{display:inline-flex;align-items:center;justify-content:center;font-family:inherit!important;font-style:normal!important;font-weight:400!important;line-height:1}.fas:before,.far:before,.fab:before{content:"";display:block;width:1em;height:1em;background:currentColor;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.fa-arrow-right:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%2011h11.17l-4.59-4.59L13%205l7%207-7%207-1.42-1.41L16.17%2013H5z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%2011h11.17l-4.59-4.59L13%205l7%207-7%207-1.42-1.41L16.17%2013H5z%27%2F%3E%3C%2Fsvg%3E")}.fa-chevron-down:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.7%208.7%2012%2014l5.3-5.3%201.4%201.4-6.7%206.7-6.7-6.7z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.7%208.7%2012%2014l5.3-5.3%201.4%201.4-6.7%206.7-6.7-6.7z%27%2F%3E%3C%2Fsvg%3E")}.fa-chevron-up:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.7%2015.3%2012%2010l5.3%205.3%201.4-1.4-6.7-6.7-6.7%206.7z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.7%2015.3%2012%2010l5.3%205.3%201.4-1.4-6.7-6.7-6.7%206.7z%27%2F%3E%3C%2Fsvg%3E")}.fa-bars:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%206h16v2H4zm0%205h16v2H4zm0%205h16v2H4z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%206h16v2H4zm0%205h16v2H4zm0%205h16v2H4z%27%2F%3E%3C%2Fsvg%3E")}.fa-times:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.4%205%2012%2010.6%2017.6%205%2019%206.4%2013.4%2012%2019%2017.6%2017.6%2019%2012%2013.4%206.4%2019%205%2017.6%2010.6%2012%205%206.4z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6.4%205%2012%2010.6%2017.6%205%2019%206.4%2013.4%2012%2019%2017.6%2017.6%2019%2012%2013.4%206.4%2019%205%2017.6%2010.6%2012%205%206.4z%27%2F%3E%3C%2Fsvg%3E")}.fa-copy:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M8%203h10a2%202%200%200%201%202%202v10h-2V5H8zm-3%204h10a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2zm0%202v10h10V9z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M8%203h10a2%202%200%200%201%202%202v10h-2V5H8zm-3%204h10a2%202%200%200%201%202%202v10a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V9a2%202%200%200%201%202-2zm0%202v10h10V9z%27%2F%3E%3C%2Fsvg%3E")}.fa-search:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.5%204a6.5%206.5%200%201%200%204.06%2011.58L19%2020l1.4-1.4-4.42-4.43A6.5%206.5%200%200%200%2010.5%204zm0%202a4.5%204.5%200%201%201%200%209%204.5%204.5%200%200%201%200-9z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M10.5%204a6.5%206.5%200%201%200%204.06%2011.58L19%2020l1.4-1.4-4.42-4.43A6.5%206.5%200%200%200%2010.5%204zm0%202a4.5%204.5%200%201%201%200%209%204.5%204.5%200%200%201%200-9z%27%2F%3E%3C%2Fsvg%3E")}.fa-gamepad:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M7%208h10a5%205%200%200%201%204.7%206.7l-1.1%203.1a2.5%202.5%200%200%201-4.1%201l-2-1.8h-5l-2%201.8a2.5%202.5%200%200%201-4.1-1l-1.1-3.1A5%205%200%200%201%207%208zm.5%203v2H5.5v2h2v2h2v-2h2v-2h-2v-2zm8.5%201.5a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5zm3%202a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M7%208h10a5%205%200%200%201%204.7%206.7l-1.1%203.1a2.5%202.5%200%200%201-4.1%201l-2-1.8h-5l-2%201.8a2.5%202.5%200%200%201-4.1-1l-1.1-3.1A5%205%200%200%201%207%208zm.5%203v2H5.5v2h2v2h2v-2h2v-2h-2v-2zm8.5%201.5a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5zm3%202a1.25%201.25%200%201%200%200%202.5%201.25%201.25%200%200%200%200-2.5z%27%2F%3E%3C%2Fsvg%3E")}.fa-gift:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%2010h16v11H4zm-1-5h6.1A3.5%203.5%200%200%201%2012%206.5%203.5%203.5%200%200%201%2014.9%205H21v5H3zm8-2a1.5%201.5%200%201%200-3%200c0%20.8.8%201.5%203%202zm2%202c2.2-.5%203-1.2%203-2a1.5%201.5%200%201%200-3%200zm-2%205H6v9h5zm2%200v9h5v-9z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%2010h16v11H4zm-1-5h6.1A3.5%203.5%200%200%201%2012%206.5%203.5%203.5%200%200%201%2014.9%205H21v5H3zm8-2a1.5%201.5%200%201%200-3%200c0%20.8.8%201.5%203%202zm2%202c2.2-.5%203-1.2%203-2a1.5%201.5%200%201%200-3%200zm-2%205H6v9h5zm2%200v9h5v-9z%27%2F%3E%3C%2Fsvg%3E")}.fa-ranking-star:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202.7l2.8%205.7%206.3.9-4.6%204.4%201.1%206.3-5.6-3-5.6%203%201.1-6.3-4.6-4.4%206.3-.9z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202.7l2.8%205.7%206.3.9-4.6%204.4%201.1%206.3-5.6-3-5.6%203%201.1-6.3-4.6-4.4%206.3-.9z%27%2F%3E%3C%2Fsvg%3E")}.fa-play:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M8%205v14l11-7z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M8%205v14l11-7z%27%2F%3E%3C%2Fsvg%3E")}.fa-expand:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%204h7v2H6v5H4zm9%200h7v7h-2V6h-5zM4%2013h2v5h5v2H4zm14%200h2v7h-7v-2h5z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%204h7v2H6v5H4zm9%200h7v7h-2V6h-5zM4%2013h2v5h5v2H4zm14%200h2v7h-7v-2h5z%27%2F%3E%3C%2Fsvg%3E")}.fa-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.2%2017.2%204.8%2012.8l1.4-1.4%203%203L17.8%205.8l1.4%201.4z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M9.2%2017.2%204.8%2012.8l1.4-1.4%203%203L17.8%205.8l1.4%201.4z%27%2F%3E%3C%2Fsvg%3E")}.fa-minus:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%2011h14v2H5z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%2011h14v2H5z%27%2F%3E%3C%2Fsvg%3E")}.fa-bolt:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M13%202%205%2014h6l-1%208%209-13h-6z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M13%202%205%2014h6l-1%208%209-13h-6z%27%2F%3E%3C%2Fsvg%3E")}.fa-video:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M3%206h13v12H3zm14%204%204-3v10l-4-3z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M3%206h13v12H3zm14%204%204-3v10l-4-3z%27%2F%3E%3C%2Fsvg%3E")}.fa-dice:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%203h14a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm3%204a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3zm8%207a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%203h14a2%202%200%200%201%202%202v14a2%202%200%200%201-2%202H5a2%202%200%200%201-2-2V5a2%202%200%200%201%202-2zm3%204a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3zm8%207a1.5%201.5%200%201%200%200%203%201.5%201.5%200%200%200%200-3z%27%2F%3E%3C%2Fsvg%3E")}.fa-bookmark:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6%203h12v19l-6-4-6%204z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M6%203h12v19l-6-4-6%204z%27%2F%3E%3C%2Fsvg%3E")}.fa-circle-check:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202a10%2010%200%201%200%2010%2010h-2a8%208%200%201%201-2.34-5.66l1.41-1.42A9.96%209.96%200%200%200%2012%202zm8.3%204.3-9.3%209.3-4.3-4.3-1.4%201.4%205.7%205.7%2010.7-10.7z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%202a10%2010%200%201%200%2010%2010h-2a8%208%200%201%201-2.34-5.66l1.41-1.42A9.96%209.96%200%200%200%2012%202zm8.3%204.3-9.3%209.3-4.3-4.3-1.4%201.4%205.7%205.7%2010.7-10.7z%27%2F%3E%3C%2Fsvg%3E")}.fa-newspaper:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%204h14v3h2v13H5a3%203%200%200%201-3-3V6h2zm2%202v11a1%201%200%200%200%201%201h11V6zm2%202h7v2H8zm0%204h8v2H8zm0%204h5v2H8z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M4%204h14v3h2v13H5a3%203%200%200%201-3-3V6h2zm2%202v11a1%201%200%200%200%201%201h11V6zm2%202h7v2H8zm0%204h8v2H8zm0%204h5v2H8z%27%2F%3E%3C%2Fsvg%3E")}.fa-calendar:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%203h2v2h10V3h2v2h2v16H3V5h2zm0%206v10h14V9z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M5%203h2v2h10V3h2v2h2v16H3V5h2zm0%206v10h14V9z%27%2F%3E%3C%2Fsvg%3E")}.fa-folder:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M3%206h7l2%202h9v11H3z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M3%206h7l2%202h9v11H3z%27%2F%3E%3C%2Fsvg%3E")}.fa-user:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%203a4%204%200%201%201%200%208%204%204%200%200%201%200-8zm0%2010c5%200%208%202.5%208%205v2H4v-2c0-2.5%203-5%208-5z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M12%203a4%204%200%201%201%200%208%204%204%200%200%201%200-8zm0%2010c5%200%208%202.5%208%205v2H4v-2c0-2.5%203-5%208-5z%27%2F%3E%3C%2Fsvg%3E")}.fa-android:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M7%207h10l1.5%203v8A2%202%200%200%201%2016.5%2020h-9a2%202%200%200%201-2-2v-8zm2-4%201%202h4l1-2%201%20.5-1%202A5%205%200%200%201%2017%207H7a5%205%200%200%201%202-1.5l-1-2z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M7%207h10l1.5%203v8A2%202%200%200%201%2016.5%2020h-9a2%202%200%200%201-2-2v-8zm2-4%201%202h4l1-2%201%20.5-1%202A5%205%200%200%201%2017%207H7a5%205%200%200%201%202-1.5l-1-2z%27%2F%3E%3C%2Fsvg%3E")}.fa-bitcoin:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M8%204h5.5a4%204%200%200%201%201.3%207.8A4.5%204.5%200%200%201%2013%2020H8v-2H6v-2h2V8H6V6h2zm2%204v3h3.5a1.5%201.5%200%200%200%200-3zm0%205v3h4a1.5%201.5%200%200%200%200-3z%27%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%3E%3Cpath%20fill%3D%27black%27%20d%3D%27M8%204h5.5a4%204%200%200%201%201.3%207.8A4.5%204.5%200%200%201%2013%2020H8v-2H6v-2h2V8H6V6h2zm2%204v3h3.5a1.5%201.5%200%200%200%200-3zm0%205v3h4a1.5%201.5%200%200%200%200-3z%27%2F%3E%3C%2Fsvg%3E")}.header-main{grid-template-columns:auto minmax(380px,600px) auto;min-height:78px;gap:34px}.header-brand{justify-self:start}.header-search{width:100%;max-width:600px;justify-self:center}.header-actions{justify-self:end}.header-search input{height:48px;padding-left:44px;padding-right:58px;background:#f8fafc;font-size:15px}.header-search__icon{left:16px}.header-search button{top:5px;right:5px;width:38px;height:38px;font-size:17px}.desktop-menu-toggle{min-width:114px;height:48px;padding-left:16px;font-size:14px}.desktop-menu-toggle i{width:30px;height:30px;font-size:17px}.search-suggest__item{font-size:14px}.search-hero--clean{display:block;padding-bottom:8px}.search-hero--clean p{margin-top:12px}.game-detail-main>.container>.pcms-breadcrumbs{margin-bottom:0}.game-detail-header{padding:12px 0 18px}.game-detail-header h1{max-width:980px;font-size:34px;line-height:1.15}.game-detail-header>p{max-width:840px;margin:12px 0 0;color:#657287;font-size:15.5px}.demo-grid--home{grid-template-columns:repeat(5,minmax(0,1fr))}.home-page .demo-grid--home>.demo-card:nth-child(n+6){display:none}.casino-rank-row{grid-template-columns:46px minmax(180px,.88fr) 88px minmax(235px,1.3fr) minmax(355px,1.2fr);gap:10px;min-height:84px;padding:11px 14px}.casino-rank-row__rating{display:flex;flex-direction:row;align-items:center;gap:5px;white-space:nowrap}.casino-rank-row__rating:before{content:none}.casino-rank-row__star{display:inline-flex;color:var(--cr-gold);font-size:20px;line-height:1}.casino-rank-row__scoreline{display:inline-flex;align-items:baseline;gap:1px;margin:0}.casino-rank-row__scoreline strong{color:#26354b;font-size:18px;font-weight:780}.casino-rank-row__scoreline small{color:#8f9aac;font-size:10px;font-weight:650}.casino-rank-row__bonus{display:flex;min-width:0;align-self:stretch;flex-direction:column;justify-content:center;padding:9px 12px;border:0;border-radius:7px;background:#f3f7ff}.casino-rank-row__bonus-label{display:block;margin-bottom:2px;color:#71809a;font-size:9px;font-weight:720;text-transform:uppercase;letter-spacing:.04em}.casino-rank-row__bonus>strong{font-size:15px;line-height:1.3}.casino-rank-row__actions{display:flex;min-width:0;align-items:center;justify-content:flex-end;gap:8px}.casino-rank-row__button{width:88px;height:42px;flex:0 0 88px;font-size:13px}.search-group__items:has(.casino-rank-row){grid-template-columns:repeat(2,minmax(0,1fr))}.search-group__items:has(.casino-rank-row) .casino-rank-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rating" "bonus bonus" "actions actions";gap:10px;min-height:0;padding:14px;border:1px solid var(--cr-line);border-radius:8px}.search-group__items:has(.casino-rank-row) .casino-rank-row__position{display:none}.search-group__items:has(.casino-rank-row) .casino-rank-row__brand{grid-area:brand}.search-group__items:has(.casino-rank-row) .casino-rank-row__rating{grid-area:rating;justify-self:end}.search-group__items:has(.casino-rank-row) .casino-rank-row__bonus{grid-area:bonus}.search-group__items:has(.casino-rank-row) .casino-rank-row__actions{grid-area:actions}.review-hero{display:grid;grid-template-columns:190px minmax(0,1fr) 285px;gap:24px;align-items:stretch;margin:18px 0 24px;padding:20px;border:1px solid var(--cr-line);border-radius:10px;background:#fff;box-shadow:0 7px 24px rgba(21,39,63,.045)}.review-hero__logo{display:flex;min-height:132px;align-items:center;justify-content:center;padding:18px;border-radius:8px;background:#f7f9fc}.review-hero__logo img{max-width:160px;max-height:92px;object-fit:contain}.review-hero__logo span{font:700 18px/1.2 "Manrope",sans-serif}.review-hero__main{display:flex;min-width:0;flex-direction:column;justify-content:center}.review-hero__main h1{margin-top:4px;font-size:34px;line-height:1.15}.review-hero__main>p{max-width:690px;margin:10px 0 0;color:#58667a;font-size:15.5px;line-height:1.55}.review-hero__meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:10px}.review-hero__rating{display:inline-flex;align-items:baseline;gap:3px}.review-hero__rating b{color:var(--cr-gold);font-size:22px}.review-hero__rating strong{color:#1d2a3d;font:780 23px/1 "Manrope",sans-serif}.review-hero__rating small{color:#8b96a6;font-size:11px}.review-hero__rank{display:inline-flex;min-height:28px;align-items:center;padding:0 9px;border-radius:6px;background:#f1f4f8;color:#5d6b80;font-size:11px;font-weight:650}.review-hero__offer{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:9px;padding-left:20px;border-left:1px solid #e7ebf0}.review-hero__bonus span{display:block;margin-bottom:3px;color:#7e8999;font-size:10px;font-weight:650;text-transform:uppercase}.review-hero__bonus strong{display:block;color:#172238;font:700 16px/1.35 "Manrope",sans-serif}.review-hero__code{width:100%;margin:0}.review-hero__cta{margin:0;min-height:44px}.review-layout--two-columns{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.review-layout--two-columns .review-article{min-width:0}.review-facts-rail--wide{position:sticky;top:126px}.review-facts-rail--wide .facts-card h2,.review-facts-rail--wide .review-top__head h2{font-size:18px}.review-facts-rail--wide .facts-card dl{padding:4px 16px 12px}.review-facts-rail--wide .facts-card dl>div{grid-template-columns:minmax(0,1fr) minmax(110px,auto);padding:11px 0}.review-facts-rail--wide .facts-card dt{font-size:12.5px}.review-facts-rail--wide .facts-card dd{font-size:13.5px;line-height:1.35}.review-facts-rail--wide .review-top__head a{font-size:12px}.review-facts-rail--wide .review-top__item{grid-template-columns:24px 64px minmax(0,1fr) auto;gap:10px;padding:9px 0}.review-facts-rail--wide .review-top__logo{width:64px;height:42px;padding:4px 5px}.review-facts-rail--wide .review-top__logo img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.review-facts-rail--wide .review-top__name{font-size:12.5px}.review-facts-rail--wide .review-top__item strong{font-size:12px}.related-footer-section{margin-top:46px;padding-top:28px;border-top:1px solid var(--cr-line)}.related-footer-section>.section-title-row{margin-bottom:16px}.related-footer-section>.section-title-row h2{font-size:24px}.related-footer-section--bonuses .bonuses-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.related-footer-section--games .demo-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.related-casino-list{border-radius:9px}.related-casino-list .casino-rank-row{grid-template-columns:minmax(220px,1.05fr) 90px minmax(210px,1.2fr) minmax(355px,1.15fr)}.related-casino-list .casino-rank-row__position{display:none}@media(max-width:1120px){.header-main{grid-template-columns:auto minmax(330px,520px) auto;gap:24px}.casino-rank-row{grid-template-columns:42px minmax(165px,.9fr) 82px minmax(205px,1.2fr) 330px;gap:9px}.casino-rank-row__logo{width:72px;flex-basis:72px}.casino-rank-row__name{font-size:15px}.casino-rank-row__bonus>strong{font-size:14px}.review-hero{grid-template-columns:160px minmax(0,1fr) 250px;gap:18px}.review-layout--two-columns{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}.related-footer-section--bonuses .bonuses-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.related-footer-section--games .demo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.related-casino-list .casino-rank-row{grid-template-columns:minmax(190px,1fr) 82px minmax(185px,1.1fr) minmax(315px,1.15fr)}}@media(max-width:920px){.header-main{grid-template-columns:1fr auto;gap:12px}.header-brand{justify-self:start}.home-page .demo-grid--home{grid-template-columns:repeat(3,minmax(0,1fr))}.review-hero{grid-template-columns:1fr;grid-template-areas:"logo" "main" "offer";gap:14px}.review-hero__logo{grid-area:logo;width:100%;min-height:104px}.review-hero__logo img{max-width:190px;max-height:78px}.review-hero__main{grid-area:main}.review-hero__offer{grid-area:offer;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,240px) minmax(120px,170px);align-items:center;padding:14px 0 0;border-top:1px solid #e7ebf0;border-left:0}.review-layout--two-columns{grid-template-columns:1fr}.review-facts-rail--wide{position:static;display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:12px}.related-casino-list .casino-rank-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rating" "bonus bonus" "actions actions";gap:10px}.related-casino-list .casino-rank-row__brand{grid-area:brand}.related-casino-list .casino-rank-row__rating{grid-area:rating;justify-self:end}.related-casino-list .casino-rank-row__bonus{grid-area:bonus}.related-casino-list .casino-rank-row__actions{grid-area:actions}}@media(max-width:720px){.home-page .demo-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}.game-detail-header{padding-top:8px}.casino-rank-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rating" "bonus bonus" "actions actions";gap:9px 10px;padding:12px}.casino-rank-row__position{display:none!important}.casino-rank-row__brand{grid-area:brand}.casino-rank-row__rating{grid-area:rating;justify-self:end}.casino-rank-row__bonus{grid-area:bonus;display:flex;padding:9px 11px}.casino-rank-row__actions{grid-area:actions}.casino-rank-row__scoreline strong{font-size:16px}.review-hero{display:grid;grid-template-columns:1fr;grid-template-areas:"logo" "main" "offer";gap:13px;margin-top:14px;padding:14px}.review-hero__logo{width:100%;min-height:92px;padding:12px}.review-hero__logo img{max-width:180px;max-height:74px}.review-hero__main h1{font-size:25px}.review-hero__main>p{font-size:14px}.review-hero__rating b{font-size:19px}.review-hero__rating strong{font-size:20px}.review-hero__offer{display:flex;flex-direction:column;align-items:stretch;padding-top:12px}.review-facts-rail--wide{display:block;margin-top:22px}.review-facts-rail--wide .facts-card dt{font-size:12px}.review-facts-rail--wide .facts-card dd{font-size:13px}.related-footer-section{margin-top:34px;padding-top:22px}.related-footer-section>.section-title-row h2{font-size:21px}.related-footer-section--bonuses .bonuses-grid{grid-template-columns:1fr}.related-footer-section--games .demo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.search-group__items:has(.casino-rank-row){grid-template-columns:1fr}}@media(max-width:420px){.review-hero{grid-template-columns:1fr}.review-hero__logo{min-height:86px}.review-hero__main h1{font-size:23px}.casino-rank-row__actions{grid-template-columns:1fr 1fr}}@media(max-width:720px){.casino-rank-row__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.casino-rank-row__actions .promo-code-box{grid-column:1/-1}.casino-rank-row__actions>.casino-rank-row__button{width:auto;min-width:0}.bonus-card--full-summary{position:static;max-width:310px;margin:0 auto 22px}}.desktop-menu-toggle i{border-radius:50%;background:#edf4ff;color:#1764d8}.desktop-menu-toggle.active i{background:#dfeeff}.header-search__icon{position:absolute!important;top:50%!important;left:16px!important;z-index:2;transform:translateY(-50%)}.mobile-search-form>i.fa-search{position:absolute!important;top:50%;left:14px;z-index:2;transform:translateY(-50%)}.article-tags-strip{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin-top:26px;padding-top:18px;border-top:1px solid var(--cr-line)}.article-tags-strip__label{color:#6f7d91;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.article-tags-strip .pcms-content-tags{display:flex;flex-wrap:wrap;gap:7px}.article-tags-strip .pcms-content-tag{display:inline-flex;min-height:32px;align-items:center;padding:0 11px;border:1px solid #d8e1ec;border-radius:6px;background:#fff;color:#2e5f9f;font-size:12.5px;font-weight:650;line-height:1.2}.article-tags-strip .pcms-content-tag:hover{border-color:#a9c7ef;background:#f4f8ff;color:#0e5fd3}@media(min-width:721px){.casino-rank-row__actions:not(:has(.casino-rank-row__button--site)) .casino-rank-row__button--review{width:184px;flex-basis:184px}}@media(max-width:720px){.casino-rank-row__actions:not(:has(.casino-rank-row__button--site)) .casino-rank-row__button--review{grid-column:1/-1;width:auto}}.article-tags-strip{display:block;margin-top:28px;padding-top:18px;border-top:1px solid var(--cr-line)}.article-tags-strip__label{display:block;margin-bottom:9px;color:#7b8798;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.055em}.article-tags-strip .pcms-content-tags{display:flex;flex-wrap:wrap;gap:6px}.article-tags-strip .pcms-content-tag{display:inline-flex;min-height:29px;align-items:center;padding:0 10px;border:1px solid #dfe5ec;border-radius:999px;background:#f7f9fc;color:#45617f;font-size:12px;font-weight:620;line-height:1.2;transition:border-color .15s,background .15s,color .15s}.article-tags-strip .pcms-content-tag:hover{border-color:#bdd2ef;background:#eef5ff;color:#0e5fd3}.reading-page .reading-column:has(.pcms-tag-directory){max-width:1200px}.pcms-tag-directory{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:4px}.pcms-tag-directory>a{display:flex;min-width:0;min-height:48px;align-items:center;justify-content:space-between;gap:10px;padding:0 13px;border:1px solid #dce3eb;border-radius:8px;background:#fff;color:#26364d;text-decoration:none;transition:border-color .15s,background .15s,transform .15s}.pcms-tag-directory>a:hover{transform:translateY(-1px);border-color:#b9cce6;background:#f8fbff;color:#0e5fd3}.pcms-tag-directory>a strong{min-width:0;overflow:hidden;font-size:13.5px;font-weight:680;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.pcms-tag-directory>a span{display:inline-flex;min-width:27px;height:25px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 7px;border-radius:999px;background:#edf3fb;color:#60728a;font-size:11px;font-weight:720}.tag-archive-hero{align-items:flex-start}.tag-archive-hero__eyebrow{display:block;margin-bottom:7px;color:#1764d8;font-size:10.5px;font-weight:760;text-transform:uppercase;letter-spacing:.055em}.tag-archive-hero small{display:block;margin-top:8px;color:#8490a1;font-size:12px}.tag-result-groups{display:flex;flex-direction:column;gap:34px}.tag-result-group{min-width:0}.tag-result-group__head{margin-bottom:13px}.tag-result-group__head h2 a{color:inherit}.tag-result-group__count{display:inline-flex;min-width:29px;height:25px;align-items:center;justify-content:center;padding:0 8px;border-radius:999px;background:#edf3fb;color:#64758c;font-size:11px;font-weight:720}:is(.search-group__items--native,.tag-result-group__items--native){min-width:0}:is(.search-group__items--native,.tag-result-group__items--native):has(.bonus-card){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}:is(.search-group__items--native,.tag-result-group__items--native):has(.demo-card){display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}:is(.search-group__items--native,.tag-result-group__items--native):has(.provider-card){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row){display:block;overflow:hidden;border:1px solid var(--cr-line);border-radius:9px;background:#fff;counter-reset:casino-rank}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row{display:grid;grid-template-columns:46px minmax(180px,.88fr) 88px minmax(235px,1.3fr) minmax(355px,1.2fr);grid-template-areas:none;gap:10px;min-height:84px;padding:11px 14px;border:0;border-bottom:1px solid #e9edf2;border-radius:0;background:#fff}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row:last-child{border-bottom:0}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__position{display:flex}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__brand{grid-area:auto}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__rating{grid-area:auto;justify-self:auto;align-items:center}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__bonus{grid-area:auto;margin-top:0}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__actions{grid-area:auto;margin-top:0}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 28px}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card{min-height:152px;padding:18px 0;border-bottom:1px solid #e1e6ed}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child{grid-column:1/-1;grid-template-columns:330px minmax(0,1fr);min-height:225px;padding-top:0}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child .article-image{height:210px}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child .article-title{font-size:24px}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child .article-excerpt{font-size:14px;-webkit-line-clamp:3}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 30px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item--portal{grid-template-columns:170px minmax(0,1fr);min-height:135px;border-bottom:1px solid #e1e6ed}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item__thumb{width:170px;height:108px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-title{font-size:17px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-excerpt{font-size:12.5px}@media(max-width:1120px) and (min-width:921px){:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row{grid-template-columns:42px minmax(165px,.9fr) 82px minmax(205px,1.2fr) 330px;gap:9px}.pcms-tag-directory{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){:is(.search-group__items--native,.tag-result-group__items--native):has(.bonus-card){grid-template-columns:repeat(2,minmax(0,1fr))}:is(.search-group__items--native,.tag-result-group__items--native):has(.demo-card){grid-template-columns:repeat(3,minmax(0,1fr))}:is(.search-group__items--native,.tag-result-group__items--native):has(.provider-card){grid-template-columns:repeat(3,minmax(0,1fr))}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row{grid-template-columns:38px minmax(0,1fr) auto;grid-template-areas:"pos brand rating" ". bonus bonus" ". actions actions";gap:9px 11px;padding:12px 10px}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__position{grid-area:pos;display:flex}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__brand{grid-area:brand}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__rating{grid-area:rating;justify-self:end}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__bonus{grid-area:bonus}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__actions{grid-area:actions}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal){grid-template-columns:1fr}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child{grid-template-columns:260px minmax(0,1fr)}.pcms-tag-directory{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){:is(.search-group__items--native,.tag-result-group__items--native):has(.bonus-card){grid-template-columns:1fr}:is(.search-group__items--native,.tag-result-group__items--native):has(.demo-card){grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}:is(.search-group__items--native,.tag-result-group__items--native):has(.provider-card){grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rating" "bonus bonus" "actions actions";gap:9px 10px;padding:12px}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__position{display:none!important}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card){grid-template-columns:1fr}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card,:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child{grid-column:auto;grid-template-columns:120px minmax(0,1fr);min-height:112px;padding:12px 0}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child .article-image,:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-image{height:96px;min-height:96px}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:first-child .article-title,:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-title{font-size:16px}:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-excerpt{display:none}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item--portal{grid-template-columns:120px minmax(0,1fr);min-height:105px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item__thumb{width:120px;height:82px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-title{font-size:15px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-excerpt{display:none}.pcms-tag-directory{grid-template-columns:1fr}.article-tags-strip{margin-top:22px;padding-top:15px}}.search-hero--clean h1{font-size:34px;line-height:1.15;font-weight:650}@media(max-width:920px){.search-hero--clean h1{font-size:29px}}@media(max-width:720px){.search-hero--clean h1{font-size:27px}.casino-rank-row__actions{width:100%}.casino-rank-row__actions .promo-code-box,.casino-rank-row__actions .promo-code-box--rating{grid-column:1/-1;width:100%;min-width:0;max-width:none;flex:0 0 100%}.bonus-card--full-summary{width:100%;max-width:none;margin:0 0 22px}.bonus-card--full-summary .promo-code-box,.bonus-card--full-summary .promo-code-box--bonus{width:100%;max-width:none;min-width:0}}@media(max-width:420px){.search-hero--clean h1{font-size:24px}}body,button,input,select,textarea{font-family:"Inter",sans-serif}h1,h2,h3,h4,h5,h6,.article-title,.news-title,.review-hero__main h1,.bonus-card__benefit,.casino-rank-row__name{font-family:"Manrope",sans-serif}.home-articles-grid{grid-template-columns:1fr;gap:0}.home-articles-grid .article-card,.home-articles-grid .article-card:first-child{grid-column:auto;grid-template-columns:150px minmax(0,1fr);min-height:122px;padding:13px 0;border-top:1px solid #e5e9ef}.home-articles-grid .article-card:first-child{grid-template-columns:210px minmax(0,1fr);min-height:150px;padding-top:0;border-top:0}.home-articles-grid .article-card .article-image{height:104px;min-height:104px}.home-articles-grid .article-card:first-child .article-image{height:138px;min-height:138px}.home-articles-grid .article-card:first-child .article-title{font-size:19px}.footer-about p{font-size:13.5px;line-height:1.62}.footer-menu-col h4{font-size:14.5px}.footer-menu-col a{font-size:13.5px}.footer-menu-col li{margin:7px 0}.footer-bottom{font-size:12px}.review-section--text{border-bottom:0}.review-tags-strip{margin-top:8px;padding-top:18px}.news-directory-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.news-directory-main{min-width:0}.news-directory-grid--single{display:block}.news-directory-grid--single .news-item--portal{grid-template-columns:190px minmax(0,1fr);min-height:145px;padding:18px 0;border-bottom:1px solid #e1e6ed}.news-directory-grid--single .news-item__thumb{width:190px;height:122px}.news-directory-grid--single .news-title{font-size:18px}.news-directory-grid--single .news-excerpt{font-size:13px;line-height:1.5}.news-directory-sidebar{position:sticky;top:126px;min-width:0}.news-sidebar-card{margin-bottom:18px}.news-directory-sidebar .review-top__head h2{font-size:18px}.news-directory-sidebar .review-top__head a{font-size:12px}.news-directory-sidebar .review-top__item{grid-template-columns:24px 64px minmax(0,1fr) auto;gap:10px;padding:9px 0}.news-directory-sidebar .review-top__logo{width:64px;height:42px;padding:4px 5px}.news-directory-sidebar .review-top__logo img{width:100%;height:100%;max-width:none;max-height:none;object-fit:contain}.news-directory-sidebar .review-top__name{font-size:12.5px}.news-directory-sidebar .review-top__item strong{font-size:12px}.news-sidebar-articles{overflow:hidden;border:1px solid var(--cr-line);border-radius:9px;background:#fff}.news-sidebar-articles__head{display:flex;align-items:center;justify-content:space-between;padding:14px 15px;border-bottom:1px solid #e8ecf1}.news-sidebar-articles__head h2{font-size:18px}.news-sidebar-articles__head a{font-size:12px;font-weight:650}.news-sidebar-articles__list{padding:4px 12px 9px}.news-sidebar-article{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid #edf0f3;color:#263247}.news-sidebar-article:last-child{border-bottom:0}.news-sidebar-article__thumb{display:flex;width:72px;height:48px;align-items:center;justify-content:center;overflow:hidden;border-radius:5px;background:#eef2f7;color:#8a98aa}.news-sidebar-article__thumb img{width:100%;height:100%;object-fit:cover}.news-sidebar-article__title{font:650 12.5px/1.38 "Manrope",sans-serif}.news-sidebar-article:hover .news-sidebar-article__title{color:var(--cr-blue)}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal){display:block}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item--portal{grid-template-columns:190px minmax(0,1fr);min-height:145px;padding:18px 0;border-bottom:1px solid #e1e6ed}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item__thumb{width:190px;height:122px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-title{font-size:18px}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-excerpt{font-size:13px}@media(max-width:1120px){.news-directory-layout{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}}@media(max-width:920px){.news-directory-layout{grid-template-columns:1fr}.news-directory-sidebar{position:static;display:grid;grid-template-columns:1fr 1fr;gap:16px}.news-sidebar-card{margin-bottom:0}}@media(max-width:720px){.home-articles-grid .article-card,.home-articles-grid .article-card:first-child{grid-template-columns:112px minmax(0,1fr);min-height:100px;padding:10px 0}.home-articles-grid .article-card .article-image,.home-articles-grid .article-card:first-child .article-image{height:88px;min-height:88px}.home-articles-grid .article-card:first-child .article-title,.home-articles-grid .article-title{font-size:15px}.footer-about p,.footer-menu-col a{font-size:13px}.footer-menu-col h4{font-size:14px}.news-directory-sidebar{display:block}.news-directory-sidebar .news-sidebar-card{margin-bottom:14px}.news-directory-grid--single .news-item--portal,:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item--portal{grid-template-columns:120px minmax(0,1fr);min-height:105px;padding:12px 0}.news-directory-grid--single .news-item__thumb,:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item__thumb{width:120px;height:82px}.news-directory-grid--single .news-title,:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-title{font-size:15px}.news-directory-grid--single .news-excerpt,:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-excerpt{display:none}}.review-page .review-tags-strip{border-top:0;padding-top:8px}.reading-page .detail-main{background:#fff}.reading-page .reading-column--center .detail-header{max-width:1080px}.reading-page .reading-column--center .detail-cover{max-width:1080px}.reading-page .reading-column--center .article-tags-strip{max-width:1020px}.reading-page .reading-column--center .pcms-faq{max-width:1020px}@media(max-width:1120px){.reading-column--center{max-width:100%}.article-body{max-width:100%}}.article-body>.pcms-smart-cta,.article-body>.pcms-smart-rating{margin:1.5rem 0}.article-body>p:has(>.pcms-smart-cta),.article-body>p:has(>.pcms-smart-rating){margin:1.5rem 0;line-height:1.2}.article-body>p:has(>.pcms-smart-cta),.article-body>p:has(>.pcms-smart-rating){margin-top:1.5rem;margin-bottom:1.85rem}.article-body>.pcms-smart-cta,.article-body>.pcms-smart-rating{margin-top:1.5rem;margin-bottom:1.85rem}.article-body .pcms-material-collection,.article-body .pcms-smart-list,.article-body .pcms-smart-offers,.article-body .pcms-saved-list{width:100%;max-width:100%;margin:24px 0}.article-body .pcms-material-collection--casino,.article-body .pcms-smart-list:has(.casino-rank-row),.article-body .pcms-saved-list:has(.casino-rank-row){display:block;overflow:hidden;border:1px solid var(--cr-line);border-radius:9px;background:#fff;counter-reset:casino-rank}.article-body .pcms-material-collection--casino>.casino-rank-row,.article-body .pcms-smart-list:has(.casino-rank-row)>.casino-rank-row,.article-body .pcms-saved-list:has(.casino-rank-row)>.casino-rank-row{width:100%;margin:0;border-right:0;border-left:0;border-radius:0}.article-body>div>.casino-rank-row,.article-body>.casino-rank-row{width:100%;margin:24px 0;border:1px solid var(--cr-line);border-radius:9px;counter-reset:casino-rank}.article-body .pcms-material-collection--bonus,.article-body .pcms-smart-list:has(.bonus-card--portal),.article-body .pcms-smart-offers:has(.bonus-card--portal),.article-body .pcms-saved-list:has(.bonus-card--portal){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.article-body>div>.bonus-card--portal,.article-body>.bonus-card--portal{width:min(100%,340px);margin:24px 0}.article-body .pcms-material-collection--game,.article-body .pcms-smart-list:has(.demo-card--portal),.article-body .pcms-saved-list:has(.demo-card--portal){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.article-body>div>.demo-card--portal,.article-body>.demo-card--portal{width:min(100%,260px);margin:24px 0}.article-body .pcms-material-collection--article,.article-body .pcms-smart-list:has(.article-card),.article-body .pcms-saved-list:has(.article-card),.article-body .pcms-material-collection--news,.article-body .pcms-smart-list:has(.news-item--portal),.article-body .pcms-saved-list:has(.news-item--portal){display:block}.article-body .pcms-material-collection--article>.article-card,.article-body .pcms-smart-list:has(.article-card)>.article-card,.article-body .pcms-saved-list:has(.article-card)>.article-card,.article-body .pcms-material-collection--news>.news-item--portal,.article-body .pcms-smart-list:has(.news-item--portal)>.news-item--portal,.article-body .pcms-saved-list:has(.news-item--portal)>.news-item--portal{padding:14px 0;border-bottom:1px solid #e5e9ef}.article-body .pcms-material-collection--article>:last-child,.article-body .pcms-smart-list:has(.article-card)>:last-child,.article-body .pcms-saved-list:has(.article-card)>:last-child,.article-body .pcms-material-collection--news>:last-child,.article-body .pcms-smart-list:has(.news-item--portal)>:last-child,.article-body .pcms-saved-list:has(.news-item--portal)>:last-child{border-bottom:0}.article-body .pcms-material-collection a,.article-body .pcms-smart-list a,.article-body .pcms-smart-offers a,.article-body .pcms-saved-list a,.article-body>div>.casino-rank-row a,.article-body>div>.bonus-card--portal a,.article-body>div>.demo-card--portal a{text-decoration:none}@media(max-width:920px){.article-body .pcms-material-collection--bonus,.article-body .pcms-smart-list:has(.bonus-card--portal),.article-body .pcms-smart-offers:has(.bonus-card--portal),.article-body .pcms-saved-list:has(.bonus-card--portal){grid-template-columns:repeat(2,minmax(0,1fr))}.article-body .pcms-material-collection--game,.article-body .pcms-smart-list:has(.demo-card--portal),.article-body .pcms-saved-list:has(.demo-card--portal){grid-template-columns:repeat(2,minmax(0,1fr))}.article-body .pcms-material-collection--casino .casino-rank-row,.article-body .pcms-smart-list:has(.casino-rank-row) .casino-rank-row,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row,.article-body>div>.casino-rank-row,.article-body>.casino-rank-row{grid-template-columns:38px minmax(0,1fr) auto;grid-template-areas:"pos brand rating" ". bonus bonus" ". actions actions";gap:9px 11px;padding:12px 10px}.article-body .casino-rank-row__position{grid-area:pos}.article-body .casino-rank-row__brand{grid-area:brand}.article-body .casino-rank-row__rating{grid-area:rating}.article-body .casino-rank-row__bonus{grid-area:bonus}.article-body .casino-rank-row__actions{grid-area:actions}}@media(max-width:620px){.article-body .pcms-material-collection--bonus,.article-body .pcms-smart-list:has(.bonus-card--portal),.article-body .pcms-smart-offers:has(.bonus-card--portal),.article-body .pcms-saved-list:has(.bonus-card--portal){grid-template-columns:1fr}.article-body .pcms-material-collection--game,.article-body .pcms-smart-list:has(.demo-card--portal),.article-body .pcms-saved-list:has(.demo-card--portal){grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.article-body>div>.bonus-card--portal,.article-body>.bonus-card--portal,.article-body>div>.demo-card--portal,.article-body>.demo-card--portal{width:100%}}:root{--cr-font-body:"Inter",sans-serif;--cr-font-heading:"Manrope",sans-serif;--cr-type-body:1rem;--cr-type-small:.875rem;--cr-type-meta:.75rem;--cr-type-label:.6875rem;--cr-type-h1:clamp(1.75rem,1.55rem + .8vw,2.125rem);--cr-type-h2:clamp(1.375rem,1.25rem + .5vw,1.625rem);--cr-type-h3:clamp(1.125rem,1.075rem + .22vw,1.25rem);--cr-space-1:.25rem;--cr-space-2:.5rem;--cr-space-3:.75rem;--cr-space-4:1rem;--cr-space-5:1.5rem;--cr-space-6:2rem;--cr-space-7:2.5rem;--cr-space-8:3rem;--cr-section-gap:clamp(1.5rem,1.25rem + 1vw,2rem);--cr-control-h:2.75rem}html{font-size:16px}body,button,input,select,textarea{font-family:var(--cr-font-body);font-size:var(--cr-type-body);font-optical-sizing:auto}body{line-height:1.6}h1,h2,h3,h4,h5,h6,.home-intro h1,.directory-hero h1,.detail-header h1,.game-detail-header h1,.provider-hero__body h1,.review-hero__main h1,.search-hero--clean h1,.home-section-head h2,.section-title-row h2,.article-title,.news-title,.casino-rank-row__name,.bonus-card__offer,.demo-card__title,.provider-card__body h3,.game-casino-row__name strong,.toc-box__head strong{font-family:var(--cr-font-heading);font-optical-sizing:auto}h1,.home-intro h1,.directory-hero h1,.detail-header h1,.game-detail-header h1,.provider-hero__body h1,.review-hero__main h1,.search-hero--clean h1{font-size:var(--cr-type-h1);line-height:1.16;letter-spacing:-.025em}h2,.home-section-head h2,.section-title-row h2{font-size:var(--cr-type-h2);line-height:1.28}h3{font-size:var(--cr-type-h3);line-height:1.34}.article-body{font-family:var(--cr-font-body);font-size:1rem;line-height:1.72}.article-body p{margin-bottom:1em}.article-body h2{margin:1.65em 0 .65em;font-size:var(--cr-type-h2);line-height:1.3}.article-body h3{margin:1.45em 0 .55em;font-size:var(--cr-type-h3);line-height:1.34}.article-body h4{margin:1.35em 0 .5em;font-size:1.0625rem;line-height:1.4}.article-body ul,.article-body ol{margin-bottom:1.1em}.article-body table{font-size:.875rem}.container{padding-right:clamp(1rem,2vw,1.25rem);padding-left:clamp(1rem,2vw,1.25rem)}.home-main{padding:var(--cr-space-6) 0 var(--cr-space-8)}.home-intro{padding-bottom:var(--cr-space-5)}.home-intro h1{margin-bottom:var(--cr-space-2)}.home-intro p{margin-bottom:var(--cr-space-2);font-size:1rem;line-height:1.6}.home-section-head,.section-title-row{gap:var(--cr-space-4);margin-bottom:var(--cr-space-4)}.home-ranking,.home-bonuses,.home-games,.home-editorial{margin-bottom:var(--cr-section-gap)}.home-quicklinks{margin-bottom:var(--cr-section-gap)}.directory-main{padding-bottom:var(--cr-space-8)}.directory-hero{gap:var(--cr-space-5);padding:var(--cr-space-2) 0 var(--cr-space-5)}.directory-hero p,.detail-header p,.game-detail-header>p,.review-hero__main>p{font-size:1rem;line-height:1.6}.detail-main{padding-bottom:3.5rem}.detail-header{padding-bottom:var(--cr-space-5)}.review-section{padding:var(--cr-space-6) 0}.related-section{margin-top:var(--cr-space-6);padding-top:var(--cr-space-5)}.game-reading{margin-top:var(--cr-space-6)}.game-related{margin-top:var(--cr-space-7)}.home-ranking__tabs a,.section-tabs a{min-height:2.375rem;padding-right:.875rem;padding-left:.875rem;font-size:.8125rem}.home-quicklinks a{min-height:var(--cr-control-h);padding:.5rem .75rem;font-size:.8125rem}.header-search input,.desktop-menu-toggle,.mobile-search-form input{min-height:2.875rem}.casino-rank-row__button,.bonus-card__cta,.demo-card__button,.game-stage__play,.game-casino-row__play,.game-casino-row__review,.primary-cta{min-height:2.625rem}.promo-code-box{height:2.75rem}.casino-rank-row{gap:var(--cr-space-3);padding:var(--cr-space-3) var(--cr-space-4)}.casino-rank-row__brand{gap:var(--cr-space-3)}.casino-rank-row__bonus{padding:.625rem .75rem}.casino-rank-row__actions{gap:var(--cr-space-2)}.bonuses-grid,.category-grid--bonuses,.home-bonuses-grid{gap:var(--cr-space-3)}.bonus-card__body{padding:var(--cr-space-4) var(--cr-space-3) var(--cr-space-3)}.bonus-card__stats{margin-top:var(--cr-space-3);padding:.75rem .25rem}.bonus-card__actions{padding:0 var(--cr-space-3) var(--cr-space-3)}.demo-grid{gap:var(--cr-space-3)}.demo-card__info{padding:var(--cr-space-3)}.demo-card__provider{margin:.375rem 0 .5rem;font-size:.75rem}.demo-card__actions{gap:var(--cr-space-2);margin-top:var(--cr-space-2)}.home-editorial{gap:var(--cr-space-7)}.home-news{padding-left:var(--cr-space-7)}.article-card{gap:var(--cr-space-4)}.news-item--portal{gap:var(--cr-space-3);padding:var(--cr-space-3) 0}.review-hero{gap:var(--cr-space-5);margin:var(--cr-space-4) 0 var(--cr-space-5);padding:var(--cr-space-5)}.game-facts--strip{gap:var(--cr-space-2);margin-bottom:var(--cr-space-5)}.game-casino-list{gap:var(--cr-space-2)}.game-casino-row{gap:var(--cr-space-4);padding:var(--cr-space-3) var(--cr-space-4)}.home-intro__meta,.article-meta{font-size:.75rem}.article-excerpt,.news-excerpt{font-size:.8125rem;line-height:1.5}.news-date,.article-meta,.game-facts--strip span{line-height:1.45}.footer-about p,.footer-menu-col a{font-size:.875rem;line-height:1.55}.footer-menu-col h4{font-size:.9375rem}.footer-menu-col li{margin:.5rem 0}.footer-grid{gap:var(--cr-space-7);padding:2.25rem 0 2rem}.footer-bottom{min-height:3.75rem;font-size:.75rem;line-height:1.5}@media(max-width:920px){.home-main{padding-top:var(--cr-space-5)}.home-editorial{gap:var(--cr-space-6)}.home-news{padding-top:var(--cr-space-5);padding-left:0}.footer-grid{gap:var(--cr-space-6) var(--cr-space-5)}}@media(max-width:720px){body{font-size:1rem;line-height:1.6}.container{padding-right:1rem;padding-left:1rem}.home-main{padding:var(--cr-space-5) 0 2.25rem}.home-intro{padding-bottom:var(--cr-space-5)}.home-ranking,.home-bonuses,.home-games,.home-editorial{margin-bottom:1.75rem}.home-section-head,.section-title-row{margin-bottom:var(--cr-space-3)}.directory-hero{padding-bottom:var(--cr-space-4)}.detail-header{padding-bottom:var(--cr-space-4)}.review-section{padding:var(--cr-space-5) 0}.article-body{font-size:1rem;line-height:1.7}.article-body h2{margin-top:1.5em}.article-body h3{margin-top:1.35em}.casino-rank-row{gap:.625rem;padding:.75rem}.casino-rank-row__button,.bonus-card__cta,.demo-card__button,.game-stage__play,.game-casino-row__play,.game-casino-row__review{min-height:2.625rem}.bonus-card__body{padding:.875rem .75rem .75rem}.demo-card__info{padding:.75rem}.home-editorial{gap:var(--cr-space-5)}.footer-grid{gap:var(--cr-space-5) var(--cr-space-4);padding:2rem 0 1.75rem}.footer-about p,.footer-menu-col a{font-size:.84375rem}.footer-menu-col h4{font-size:.875rem}}@media(max-width:420px){.home-section-head{gap:var(--cr-space-2)}.casino-rank-row{gap:.5rem}.demo-grid{gap:.5rem}.footer-grid{gap:1.25rem .875rem}}.portal-logo{display:inline-flex;align-items:center;justify-content:flex-start;width:auto;color:#172238;line-height:0;letter-spacing:0;font-size:0}.portal-logo:hover{color:#172238}.portal-logo .site-logo-svg{display:block;width:100%;height:auto;overflow:visible}.portal-logo{display:inline-flex;align-items:center;justify-content:flex-start;line-height:0;text-decoration:none}.portal-logo .site-logo-img{display:block;width:100%;height:auto;object-fit:contain}.review-score-card{margin:0 0 var(--cr-space-5);border:1px solid var(--cr-line);border-radius:10px;background:#fff;box-shadow:0 7px 24px rgba(21,39,63,.035);overflow:hidden}.review-score-card__head{padding:18px 20px 0}.review-score-card__head h2{margin:0;font:750 var(--cr-type-h2)/1.25 var(--cr-font-heading);color:#172238}.review-score-card__body{display:grid;grid-template-columns:240px minmax(0,1fr);gap:34px;align-items:center;padding:22px 24px 26px}.review-score-dial{position:relative;width:196px;aspect-ratio:1;margin:auto;border-radius:50%;background:conic-gradient(#08bcd7 calc(var(--review-score,0) * 10%),#e9eef4 0);display:grid;place-items:center}.review-score-dial::before{content:"";position:absolute;inset:16px;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #edf1f5}.review-score-dial__inner{position:relative;z-index:1;display:flex;align-items:baseline;justify-content:center;gap:5px;color:#172238}.review-score-dial__inner strong{font:800 48px/1 var(--cr-font-heading);letter-spacing:-.045em}.review-score-dial__inner span{font:650 18px/1 var(--cr-font-heading);color:#667489}.review-score-criteria{display:grid;gap:10px;min-width:0}.review-score-criteria:empty{display:none}.review-score-card:has(.review-score-criteria:empty) .review-score-card__body{grid-template-columns:1fr}.review-score-card:has(.review-score-criteria:empty) .review-score-dial{width:180px}.review-score-row{display:grid;grid-template-columns:minmax(145px,210px) minmax(120px,1fr) 38px;gap:12px;align-items:center;min-width:0}.review-score-row>span{font-size:.875rem;font-weight:600;color:#29374b}.review-score-row>strong{font:750 .875rem/1 var(--cr-font-heading);text-align:right;color:#172238}.review-score-row__track{height:8px;border-radius:999px;background:#e9eef4;overflow:hidden}.review-score-row__track i{display:block;width:calc(var(--criterion-score,0) * 10%);height:100%;border-radius:inherit;background:linear-gradient(90deg,#06c8df,#0b8df2)}.interest-card{overflow:hidden}.interest-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:16px 16px 10px;border-bottom:0}.interest-card__head h2{padding:0!important;border:0!important;margin:0 0 3px!important;font-size:17px!important}.interest-card__head p{margin:0;color:#7b8798;font-size:11.5px;line-height:1.4}.interest-card__head>strong{flex:none;color:#172238;font:800 24px/1 var(--cr-font-heading);letter-spacing:-.035em}.interest-card__head>strong small{margin-left:2px;color:#8b96a6;font:600 10px/1 var(--cr-font-body)}.interest-chart{padding:2px 10px 12px;color:#0b8df2}.interest-chart svg{display:block;width:100%;height:auto;overflow:visible}.interest-chart .interest-grid{stroke:#e6ecf2;stroke-width:1}.interest-chart .interest-axis-label{fill:#8b96a6;font:10px var(--cr-font-body)}.interest-chart .interest-area{fill:url(#interestAreaGradient)}.interest-chart .interest-line{fill:none;stroke:#0b8df2;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round}.interest-chart .interest-point{fill:#fff;stroke:#0b8df2;stroke-width:2}.interest-chart .interest-point--current{fill:#0b8df2;stroke:#0b8df2}.interest-chart__empty{margin:8px 6px 4px;color:#7c8797;font-size:12px;line-height:1.45}@media(max-width:920px){.review-score-card__body{grid-template-columns:210px minmax(0,1fr);gap:24px;padding:20px}.review-score-dial{width:174px}.review-score-row{grid-template-columns:minmax(130px,180px) minmax(100px,1fr) 34px;gap:9px}}@media(max-width:720px){.review-score-card{margin-bottom:var(--cr-space-4)}.review-score-card__head{padding:16px 16px 0}.review-score-card__body{grid-template-columns:1fr;gap:20px;padding:18px 16px 20px}.review-score-dial{width:164px}.review-score-dial__inner strong{font-size:40px}.review-score-dial__inner span{font-size:16px}.review-score-row{grid-template-columns:minmax(118px,1fr) minmax(90px,1.2fr) 34px;gap:8px}.review-score-row>span,.review-score-row>strong{font-size:.8125rem}.interest-card__head{padding:15px 15px 8px}.interest-card__head h2{font-size:16px!important}.interest-card__head>strong{font-size:22px}}@media(max-width:420px){.review-score-row{grid-template-columns:minmax(105px,1fr) minmax(72px,.9fr) 30px;gap:7px}.review-score-row>span{font-size:.75rem;line-height:1.3}.review-score-row>strong{font-size:.75rem}}.review-analytics-grid{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:stretch;margin:0 0 var(--cr-space-5)}.review-analytics-grid .review-score-card{margin:0;min-width:0;height:100%}.review-analytics-grid .review-interest-card{margin:0;min-width:0;height:100%;align-self:stretch}.review-score-criteria{display:grid!important}.review-score-card:has(.review-score-criteria:empty) .review-score-card__body{grid-template-columns:240px minmax(0,1fr)}.review-score-card:has(.review-score-criteria:empty) .review-score-dial{width:196px}.review-interest-card .interest-chart__empty{padding:18px 12px 14px;margin:0;min-height:118px;display:flex;align-items:center;color:#7c8797;font-size:13px;line-height:1.55}.review-interest-card .interest-chart__empty[hidden]{display:none}@media (max-width:1120px){.review-analytics-grid{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}.review-score-card__body{grid-template-columns:200px minmax(0,1fr);gap:20px}.review-score-dial{width:168px}.review-score-row{grid-template-columns:minmax(125px,170px) minmax(90px,1fr) 34px;gap:8px}}@media (max-width:920px){.review-analytics-grid{grid-template-columns:1fr;gap:16px;margin-bottom:var(--cr-space-4)}.review-analytics-grid .review-interest-card{height:auto}}@media (max-width:620px){.review-analytics-grid{gap:14px}.review-score-card__body{grid-template-columns:1fr;gap:18px;padding:18px 16px 20px}.review-score-dial{width:158px}.review-score-row{grid-template-columns:minmax(116px,1fr) minmax(82px,1fr) 30px;gap:7px}.review-score-row>span,.review-score-row>strong{font-size:.8125rem}}.review-score-summary{display:grid;justify-items:center;gap:14px;align-content:center}.review-score-dial{--review-score-pct:0%;background:conic-gradient(var(--review-score-color,#10b981) var(--review-score-pct),#e8edf3 0)!important;transition:background .25s ease}.review-score-dial::after{content:"";position:absolute;inset:0;border-radius:inherit;box-shadow:0 0 0 1px rgba(23,34,56,.03) inset;pointer-events:none}.review-score-card.is-score-high{--review-score-color:#10b981}.review-score-card.is-score-medium{--review-score-color:#f59e0b}.review-score-card.is-score-low{--review-score-color:#ef4444}.review-score-verdict{display:grid;justify-items:center;gap:5px;text-align:center}.review-score-verdict__badge{display:inline-flex;align-items:center;justify-content:center;min-height:28px;padding:5px 11px;border-radius:999px;font-size:.8125rem;font-weight:750;line-height:1.1;background:#e8f8f0;color:#078a5b}.review-score-verdict small{font-size:.75rem;line-height:1.35;color:#6f7c8e}.review-score-card.is-score-medium .review-score-verdict__badge{background:#fff4d9;color:#a86100}.review-score-card.is-score-low .review-score-verdict__badge{background:#fee9e9;color:#c62e2e}.review-score-row__track i{width:0!important;background:var(--criterion-color,#10b981)!important;transition:width .25s ease}.review-score-row.is-score-high{--criterion-color:#10b981}.review-score-row.is-score-medium{--criterion-color:#f59e0b}.review-score-row.is-score-low{--criterion-color:#ef4444}.review-score-row.is-score-empty{--criterion-color:#cbd5e1}@media(max-width:620px){.review-score-summary{gap:12px}.review-score-verdict__badge{font-size:.75rem}.review-score-verdict small{font-size:.6875rem}}.review-score-card.is-score-high .review-score-dial{--review-score-color:#10b981}.review-score-card.is-score-medium .review-score-dial{--review-score-color:#f59e0b}.review-score-card.is-score-low .review-score-dial{--review-score-color:#ef4444}.review-interest-card .interest-card__note{margin:0;padding:0 16px 16px;color:#718096;font-size:.75rem;line-height:1.5}@media(max-width:620px){.review-interest-card .interest-card__note{padding:0 14px 14px;font-size:.6875rem}}.review-score-card,.review-interest-card,.review-facts-rail>*{box-sizing:border-box}.review-score-card__body{grid-template-columns:228px minmax(0,1fr);gap:28px}.review-hero__offer{gap:12px;padding-left:24px}.review-hero__bonus strong{line-height:1.45}.bonus-card__actions{gap:10px}.bonus-card__actions small{margin-top:0}.promo-code-box--review{margin-top:2px}.review-score-row__track i{width:var(--criterion-width,0%)!important;background:var(--criterion-color,#10b981)!important;transition:width .25s ease}.review-interest-card .interest-card__note,.review-interest-card .interest-chart__empty:empty{display:none!important}.detail-header__eyebrow,.tag-archive-hero__eyebrow{display:none!important}.seo-copy,.related-footer-section,.related-section,.pcms-faq,.article-tags-strip{border-top:0!important;padding-top:0!important}.portal-directory .seo-copy{max-width:none;margin:32px 0 0}.portal-directory .seo-copy .article-body,.portal-directory .article-body{max-width:100%}.provider-grid,:is(.search-group__items--native,.tag-result-group__items--native):has(.provider-card){grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.provider-card__logo{height:112px}.provider-card__logo img{width:auto;max-width:100%;height:auto;max-height:78px;padding:10px}.provider-card__body{padding:11px 12px 12px;border-top:1px solid #edf0f3}.provider-card__body h3{font-size:15px;line-height:1.28}.provider-card__meta{margin-top:4px;font-size:10.5px}.provider-card__link{margin-top:8px;font-size:11.5px}.article-tags-strip .pcms-content-tags{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;width:100%}.article-tags-strip .pcms-content-tag{justify-content:space-between;width:100%}@media (max-width:1120px){.provider-grid,:is(.search-group__items--native,.tag-result-group__items--native):has(.provider-card){grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:760px){.provider-grid,:is(.search-group__items--native,.tag-result-group__items--native):has(.provider-card){grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.provider-card__logo{height:98px}.provider-card__logo img{max-height:68px;padding:8px}}@media (max-width:720px){.home-section-head--ranking{display:block}.home-section-head--ranking .home-section-more{display:inline-flex;margin-top:8px}.home-ranking__tabs{margin-top:12px;padding-bottom:2px}.review-hero__offer{display:grid;grid-template-columns:1fr;gap:10px;padding-top:14px}.review-hero__bonus{text-align:center}.review-hero__bonus strong{text-align:center}.promo-code-box--review,.review-hero__cta{width:100%;max-width:none}.review-score-card__body{grid-template-columns:1fr!important;gap:18px;padding:18px 16px 20px}.review-score-summary{display:grid;justify-items:center;text-align:center}.review-score-criteria{width:100%;min-width:0}.review-score-row{grid-template-columns:minmax(118px,1fr) minmax(118px,1.3fr) 34px;width:100%}.game-casino-row{gap:10px}.game-casino-row__brand{align-items:center}.game-casino-row__name strong{white-space:normal}.game-casino-row__bonus{padding:10px 12px;border:1px solid #e6ecf3;border-radius:8px;background:#f7f9fc;text-align:center}.game-casino-row__bonus strong{font-size:14px;line-height:1.35}.game-casino-row__actions{grid-template-columns:1fr;gap:8px}.game-casino-row__play,.game-casino-row__review{width:100%}}@media (max-width:420px){.review-score-row{grid-template-columns:minmax(108px,1fr) minmax(108px,1fr) 30px;gap:8px}.review-score-row>span,.review-score-row>strong{font-size:.75rem}.game-casino-row__brand{gap:10px}.game-casino-row__logo{width:68px;height:48px;flex-basis:68px}.game-casino-row__name strong{font-size:14px;line-height:1.25}}.casino-rank-list__body,:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row),.article-body .pcms-material-collection--casino,.article-body .pcms-smart-list:has(.casino-rank-row),.article-body .pcms-saved-list:has(.casino-rank-row){counter-reset:none!important}.casino-rank-row{counter-increment:none!important}.casino-rank-row__position{font-size:14px!important}.casino-rank-row__position::before{content:none!important}.casino-rank-row__position[data-rank="1"]{border-color:#efbd37;background:#f8c94c;color:#6f4e00;box-shadow:0 0 0 4px #fff6d8}.casino-rank-row__position[data-rank="2"]{border-color:#c8cfd8;background:#edf0f4;color:#596371;box-shadow:none}.casino-rank-row__position[data-rank="3"]{border-color:#cd8036;background:#c77a30;color:#fff;box-shadow:none}:is(.search-group__items--native,.tag-result-group__items--native):has(.casino-rank-row) .casino-rank-row__position{font-size:14px!important}.article-tags-strip{display:flex!important;flex-wrap:wrap;align-items:center;gap:7px;margin-top:24px;padding-top:0!important;border-top:0!important}.article-tags-strip__label{display:inline-flex!important;margin:0!important;color:#66758a;font-size:12px!important;font-weight:650!important;text-transform:none!important;letter-spacing:0!important}.article-tags-strip .pcms-content-tags{display:flex!important;flex-wrap:wrap;gap:6px;width:auto!important}.article-tags-strip .pcms-content-tag{display:inline-flex!important;width:auto!important;min-height:26px!important;align-items:center;justify-content:center;padding:0 9px!important;border:1px solid #d9e2ee!important;border-radius:4px!important;background:#fff!important;color:#315b91!important;font-size:11.5px!important;font-weight:600!important;line-height:1!important}.article-tags-strip .pcms-content-tag:hover{border-color:#a9c7ef!important;background:#f5f9ff!important;color:#0e5fd3!important}.review-facts-rail--wide .facts-card dl>div{grid-template-columns:minmax(92px,105px) minmax(0,1fr);gap:12px;align-items:start}.review-facts-rail--wide .facts-card dt{min-width:0;line-height:1.35}.review-facts-rail--wide .facts-card dd{min-width:0;max-width:100%;line-height:1.35;text-align:right;overflow-wrap:anywhere;word-break:normal}.toc-box__head button{display:grid;place-items:center;cursor:pointer}.toc-chevron{display:block;width:8px;height:8px;border-right:1.8px solid currentColor;border-bottom:1.8px solid currentColor;transform:rotate(45deg) translate(-1px,-1px);transform-origin:center;transition:transform .16s ease}.toc-box:not(.bookmaker-toc-block--collapsed) .toc-chevron{transform:rotate(225deg) translate(-1px,-1px)}@media(max-width:720px){.review-facts-rail--wide .facts-card dl>div{grid-template-columns:minmax(88px,105px) minmax(0,1fr);gap:10px}.article-tags-strip{gap:6px}}.home-news-list .news-item--portal:last-child,.home-articles-grid .article-card:last-child{border-bottom:0!important;border-top-color:transparent}.news-directory-grid .news-item--portal:nth-last-child(-n+2),.article-directory-grid .article-card:nth-last-child(-n+2){border-bottom:0!important}:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item--portal:nth-last-child(-n+2),:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:nth-last-child(-n+2){border-bottom:0!important}.news-page .detail-header--article + .news-article-body{margin-top:24px}@media (max-width:720px){.review-hero__offer{width:100%;min-width:0;padding:14px 0 0!important;border-left:0!important;box-sizing:border-box}.review-hero__offer .promo-code-box--review,.review-hero__offer .review-hero__cta{display:flex;width:100%!important;max-width:none!important;min-width:0!important;align-self:stretch;box-sizing:border-box;margin-right:0!important;margin-left:0!important}.review-hero__offer .promo-code-box--review{display:grid}.home-news-list .news-item--portal:last-child,.home-articles-grid .article-card:last-child,.news-directory-grid .news-item--portal:last-child,.article-directory-grid .article-card:last-child,:is(.search-group__items--native,.tag-result-group__items--native):has(.news-item--portal) .news-item--portal:last-child,:is(.search-group__items--native,.tag-result-group__items--native):has(.article-card) .article-card:last-child{border-bottom:0!important}}.pcms-tag-directory{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:12px;width:100%;margin-top:14px;align-content:start}.portal-directory--tag .pcms-tag-directory,.reading-page .pcms-tag-directory{margin-top:16px}.pcms-tag-directory>a{min-width:0;width:100%}:root{--cr-heading:#24324a}h1,h2,h3,h4,h5,h6{color:var(--cr-heading)!important}.home-section-head h2,.section-title-row h2,.article-title,.news-title,.detail-header h1,.game-detail-header h1,.provider-hero__body h1,.review-hero__main h1,.review-score-card__head h2{color:var(--cr-heading)!important}.reading-page .reading-column:has(.pcms-tag-directory){width:100%;max-width:1200px}.reading-page .reading-column:has(.pcms-tag-directory) .detail-header,.reading-page .reading-column:has(.pcms-tag-directory) .article-body{width:100%;max-width:none}.reading-page .article-body:has(.pcms-tag-directory){max-width:none}.pcms-tag-directory{grid-template-columns:repeat(4,minmax(0,1fr));width:100%;margin-top:16px}.offer-page .detail-header + .article-body{margin-top:24px}@media(max-width:920px){.pcms-tag-directory{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.pcms-tag-directory{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:12px}.offer-page .detail-header + .article-body{margin-top:18px}}@media(max-width:480px){.pcms-tag-directory{grid-template-columns:1fr}}.portal-logo--header{width:168px;max-width:100%}.portal-logo--mobile{width:160px;max-width:100%}.portal-logo--footer{width:154px;max-width:100%}@media(max-width:920px){.portal-logo--header{width:158px}}@media(max-width:640px){.portal-logo--header{width:150px}.portal-logo--mobile{width:154px}.portal-logo--footer{width:148px}}.site-footer{margin-top:32px}.footer-grid{grid-template-columns:minmax(260px,1.35fr) repeat(4,minmax(120px,1fr));gap:34px;padding:40px 0 34px}.portal-logo--footer{width:166px;max-width:100%}.footer-about p{max-width:300px;margin-top:14px;color:#66758a;font-size:.9375rem;line-height:1.65}.footer-menu-col h4{margin-bottom:12px;color:#24324a;font-family:var(--cr-font-heading);font-size:1rem;font-weight:750;line-height:1.3}.footer-menu-col li{margin:8px 0}.footer-menu-col a{color:#52647c;font-size:.90625rem;line-height:1.45}.footer-bottom{min-height:70px;gap:24px;color:#718096;font-size:.8125rem;line-height:1.5}.footer-stats{gap:12px}.age-badge{width:34px;height:34px;flex:0 0 34px;font-size:.8125rem}@media(max-width:920px){.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 32px;padding:34px 0 28px}.footer-about p{max-width:420px}}@media(max-width:720px){.site-footer{margin-top:24px;padding-bottom:70px}.footer-grid{display:block;padding:28px 0 22px}.footer-about{margin-bottom:28px}.portal-logo--footer{width:166px}.footer-about p{max-width:340px;margin-top:14px;font-size:.90625rem;line-height:1.65}.footer-menu-col{margin-top:25px}.footer-menu-col:first-of-type{margin-top:0}.footer-menu-col h4{margin-bottom:10px;font-size:1rem}.footer-menu-col ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:22px;row-gap:0}.footer-menu-col li{min-width:0;margin:6px 0}.footer-menu-col a{display:inline-block;font-size:.875rem;line-height:1.45}.footer-bottom{min-height:0;align-items:flex-start;gap:12px;padding:20px 0 0;font-size:.75rem}.footer-stats{align-items:flex-start;gap:10px;max-width:360px}.footer-copyright{padding-left:44px}}@media(max-width:420px){.footer-grid{padding-top:24px}.portal-logo--footer{width:158px}.footer-menu-col{margin-top:23px}.footer-menu-col ul{column-gap:16px}.footer-menu-col a{font-size:.84375rem}.footer-about p{font-size:.875rem}}.review-page .review-hero{position:relative;isolation:isolate;overflow:hidden;min-height:228px;padding:24px;border:1px solid rgba(27,78,118,.56);border-radius:12px;background-color:#061426;background-image:url('/assets/themes/casino-reviews-portal/review-hero-default.webp?v=030');background-repeat:no-repeat;background-position:center center;background-size:cover;box-shadow:0 10px 28px rgba(8,31,55,.12)}.review-page .review-hero::before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(2,14,28,.88) 0%,rgba(3,17,32,.78) 43%,rgba(3,18,34,.30) 70%,rgba(3,18,34,.18) 100%);pointer-events:none}.review-page .review-hero__logo{align-self:stretch;min-height:154px;padding:18px;border:1px solid rgba(52,180,220,.38);border-radius:10px;background:rgba(3,16,30,.72);box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);backdrop-filter:blur(3px)}.review-page .review-hero__logo img{max-width:160px;max-height:96px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.18))}.review-page .review-hero__logo span{color:#fff}.review-page .review-hero__main{position:relative;z-index:1}.review-page .review-hero__main h1{color:#fff!important;font-size:36px;letter-spacing:-.025em}.review-page .review-hero__main>p{max-width:650px;color:#d0d9e5!important;line-height:1.58}.review-page .review-hero__rating strong{color:#fff}.review-page .review-hero__rating small{color:#aebdd0}.review-page .review-hero__rank{border:1px solid rgba(117,155,190,.22);background:rgba(18,43,67,.78);color:#d9e5f2}.review-page .review-hero__offer{align-self:stretch;justify-content:center;gap:13px;padding:18px!important;border:1px solid rgba(92,167,214,.42)!important;border-radius:10px;background:rgba(4,24,43,.76);box-shadow:inset 0 0 0 1px rgba(255,255,255,.02);backdrop-filter:blur(5px)}.review-page .review-hero__bonus span{color:#a9bbcf;letter-spacing:.035em}.review-page .review-hero__bonus strong{color:#fff;font-size:16px}.review-page .review-hero .promo-code-box--review{height:48px;border-color:rgba(122,164,200,.52);background:rgba(5,25,44,.72);color:#fff}.review-page .review-hero .promo-code-box--review:hover{border-color:#38bfe0;background:rgba(7,33,55,.88)}.review-page .review-hero .promo-code-box--review .promo-code-box__label{background:#0a263f;color:#9fb2c7}.review-page .review-hero .promo-code-box--review .promo-code-box__code,.review-page .review-hero .promo-code-box--review>i{color:#fff}.review-page .review-hero .promo-code-box--review.copied{border-color:#42d6a4;background:rgba(7,48,48,.82)}.review-page .review-hero .promo-code-box--review.copied .promo-code-box__label{background:#0a3a39;color:#80ebc6}.review-page .review-hero__cta{min-height:46px;border:0;background:#176be8;color:#fff;box-shadow:0 5px 16px rgba(17,98,221,.18)}.review-page .review-hero__cta:hover{background:#0f5fd6;color:#fff}@media(max-width:1120px){.review-page .review-hero{grid-template-columns:155px minmax(0,1fr) 250px;padding:20px;background-position:54% center}.review-page .review-hero__main h1{font-size:32px}.review-page .review-hero__logo{min-height:136px}}@media(max-width:920px){.review-page .review-hero{grid-template-columns:150px minmax(0,1fr);grid-template-areas:"logo main" "offer offer";min-height:0;background-position:58% center}.review-page .review-hero::before{background:linear-gradient(90deg,rgba(2,14,28,.93) 0%,rgba(3,17,32,.86) 54%,rgba(3,18,34,.58) 100%)}.review-page .review-hero__logo{grid-area:logo;min-height:128px}.review-page .review-hero__main{grid-area:main}.review-page .review-hero__offer{grid-area:offer;display:grid;grid-template-columns:minmax(0,1fr) minmax(180px,250px) minmax(130px,180px);align-items:center}}@media(max-width:720px){.review-page .review-hero{display:grid;grid-template-columns:1fr;grid-template-areas:"logo" "main" "offer";gap:14px;padding:15px;background-position:60% center}.review-page .review-hero::before{background:rgba(3,16,30,.83)}.review-page .review-hero__logo{width:100%;min-height:94px;padding:12px;background:rgba(3,16,30,.68)}.review-page .review-hero__logo img{max-width:176px;max-height:72px}.review-page .review-hero__main{text-align:left}.review-page .review-hero__main h1{font-size:26px}.review-page .review-hero__main>p{font-size:14px!important}.review-page .review-hero__offer{display:grid;grid-template-columns:1fr;width:100%;padding:14px!important;text-align:center}.review-page .review-hero__bonus,.review-page .review-hero__bonus strong{text-align:center}.review-page .review-hero .promo-code-box--review,.review-page .review-hero__cta{width:100%!important;max-width:none!important}}.review-page .review-hero>*{position:relative;z-index:1}.casino-rank-row__logo{border-color:#163a55!important;background:#061426!important}.review-section--text>.toc-box{margin:14px 0 22px}@media(max-width:720px){.review-page .review-hero::before{background:linear-gradient(180deg,rgba(3,16,30,.88) 0%,rgba(3,16,30,.78) 58%,rgba(3,16,30,.90) 100%)}.review-section--text>.toc-box{margin:12px 0 18px}}@media (min-width:921px){.review-page .review-hero{align-items:stretch}.review-page .review-hero__logo,.review-page .review-hero__offer{align-self:stretch;min-height:0;height:auto;box-sizing:border-box}}.review-page .review-article>.review-section:first-child{padding-top:0}.review-material-sections{margin:-10px 0 24px;position:relative;z-index:4}.pcms-material-sections-nav{display:flex;align-items:center;gap:5px;min-width:0;padding:6px;border:1px solid #dfe6ef;border-radius:10px;background:#fff;box-shadow:0 5px 18px rgba(20,40,68,.035);overflow-x:auto;overscroll-behavior-inline:contain;scrollbar-width:none}.pcms-material-sections-nav::-webkit-scrollbar{display:none}.pcms-material-sections-nav__item{display:inline-flex;min-height:38px;flex:0 0 auto;align-items:center;justify-content:center;padding:0 13px;border-radius:7px;color:#53647c;font-size:13px;font-weight:650;line-height:1.2;text-decoration:none;white-space:nowrap;transition:background .15s,color .15s,border-color .15s}.pcms-material-sections-nav__item:hover{background:#f3f7fc;color:#1764d8}.pcms-material-sections-nav__item.is-active{background:#edf4ff;color:#0e61d6;font-weight:750}.review-material-section-layout{margin-top:0}.review-material-section-article{min-width:0}.review-material-section-header{margin:0 0 18px}.review-material-section-header h1{margin:0;color:#24324a;font:750 clamp(27px,2.2vw,34px)/1.18 "Manrope",sans-serif;letter-spacing:-.025em}.review-material-section-header p{max-width:900px;margin:12px 0 0;color:#5a687c;font-size:16px;line-height:1.65}.review-material-section-body{margin-top:18px}.review-hero__title{margin-top:4px;color:#fff;font:750 36px/1.15 "Manrope",sans-serif;letter-spacing:-.025em}@media(max-width:920px){.review-material-sections{margin:-6px 0 20px}.review-material-section-header h1{font-size:29px}}@media(max-width:720px){.review-material-sections{margin:-3px -14px 18px;padding:0 14px}.pcms-material-sections-nav{border-right:0;border-left:0;border-radius:0;padding:6px 0;background:transparent;box-shadow:none}.pcms-material-sections-nav__item{min-height:37px;padding:0 12px;border:1px solid #dce5f0;background:#fff;font-size:12.5px}.pcms-material-sections-nav__item.is-active{border-color:#b9d2f7;background:#edf4ff}.review-material-section-header{margin-bottom:14px}.review-material-section-header h1{font-size:26px}.review-material-section-header p{font-size:15px;line-height:1.6}}.review-page .review-hero__rank{text-decoration:none}.review-page .review-hero__rank:hover{border-color:rgba(110,190,235,.46);background:rgba(26,58,86,.92);color:#fff}@media(max-width:1120px){.review-hero__title{font-size:32px}}@media(max-width:720px){.review-hero__title{font-size:26px}}.provider-hero.provider-hero--portal{position:relative;isolation:isolate;display:grid;grid-template-columns:210px minmax(0,1fr);gap:28px;min-height:268px;align-items:center;overflow:hidden;padding:26px 30px;border:1px solid #143b5c;border-radius:12px;background:radial-gradient(circle at 82% 48%,rgba(12,187,211,.18) 0 8%,rgba(12,187,211,.06) 22%,transparent 42%),linear-gradient(118deg,#051526 0%,#071a2d 54%,#0a2740 100%);box-shadow:0 14px 34px rgba(17,38,63,.08)}.provider-hero.provider-hero--portal::before{content:"";position:absolute;z-index:-1;top:-94px;right:7%;width:330px;height:330px;border:2px solid rgba(18,199,217,.22);border-radius:50%;box-shadow:0 0 0 28px rgba(18,199,217,.035),0 0 0 58px rgba(27,126,203,.025),0 0 62px rgba(12,187,211,.12)}.provider-hero.provider-hero--portal::after{content:"";position:absolute;z-index:-1;inset:0;background:repeating-linear-gradient(132deg,transparent 0 48px,rgba(23,116,178,.055) 49px 55px,transparent 56px 92px);mask-image:linear-gradient(90deg,transparent 35%,#000 72%,#000 100%);pointer-events:none}.provider-hero--portal .provider-hero__art{position:absolute;z-index:-1;top:0;right:0;width:48%;height:100%;overflow:hidden}.provider-hero--portal .provider-hero__art::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#071a2d 0%,rgba(7,26,45,.82) 18%,rgba(7,26,45,.18) 58%,rgba(7,26,45,.08) 100%)}.provider-hero--portal .provider-hero__art img{width:100%;height:100%;object-fit:cover;object-position:center;filter:saturate(.9) contrast(1.03)}.provider-hero--portal.provider-hero--has-art::before{opacity:.34}.provider-hero--portal .provider-hero__logo{position:relative;z-index:2;display:flex;width:210px;height:174px;align-items:center;justify-content:center;overflow:hidden;padding:20px;border:1px solid rgba(38,164,196,.42);border-radius:10px;background:rgba(3,17,31,.72);box-shadow:inset 0 0 0 1px rgba(255,255,255,.015);backdrop-filter:blur(6px)}.provider-hero--portal .provider-hero__logo img{width:auto;max-width:100%;height:auto;max-height:104px;padding:0;object-fit:contain}.provider-hero--portal .provider-hero__logo span{color:#fff;font:700 20px/1.2 var(--cr-font-heading);text-align:center}.provider-hero--portal .provider-hero__body{position:relative;z-index:2;min-width:0;max-width:760px}.provider-hero--portal .provider-hero__body h1{margin:0;color:#fff!important;font-size:36px;line-height:1.12;letter-spacing:-.025em}.provider-hero--portal .provider-hero__body>p{max-width:680px;margin:10px 0 0;color:#c9d5e2;font-size:15px;line-height:1.62}.provider-hero--portal .provider-facts{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:20px}.provider-hero--portal .provider-fact{display:flex;min-width:0;align-items:center;gap:10px;padding:0;border:0;background:transparent;color:#fff}.provider-hero--portal .provider-fact>i{display:flex;width:28px;height:28px;flex:0 0 28px;align-items:center;justify-content:center;color:#12c7d9;font-size:18px}.provider-hero--portal .provider-fact>span{display:grid;gap:1px;min-width:0}.provider-hero--portal .provider-fact small{color:#8296aa;font-size:10px;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.035em}.provider-hero--portal .provider-fact strong{color:#f7fbff;font:700 14px/1.25 var(--cr-font-heading)}.provider-hero--portal .provider-fact--link:hover strong{color:#20d0df}@media(max-width:920px){.provider-hero.provider-hero--portal{grid-template-columns:150px minmax(0,1fr);min-height:238px;gap:22px;padding:22px}.provider-hero--portal .provider-hero__logo{width:150px;height:132px;padding:16px}.provider-hero--portal .provider-hero__logo img{max-height:82px}.provider-hero--portal .provider-hero__body h1{font-size:31px}.provider-hero--portal .provider-hero__art{width:52%;opacity:.72}}@media(max-width:720px){.provider-hero.provider-hero--portal{grid-template-columns:96px minmax(0,1fr);min-height:0;gap:14px;padding:16px}.provider-hero.provider-hero--portal::before{right:-105px;top:-78px;width:260px;height:260px;opacity:.6}.provider-hero--portal .provider-hero__art{width:58%;opacity:.32}.provider-hero--portal .provider-hero__art::after{background:linear-gradient(90deg,#071a2d 0%,rgba(7,26,45,.9) 28%,rgba(7,26,45,.36) 100%)}.provider-hero--portal .provider-hero__logo{width:96px;height:96px;padding:12px}.provider-hero--portal .provider-hero__logo img{max-height:68px}.provider-hero--portal .provider-hero__body h1{font-size:25px}.provider-hero--portal .provider-hero__body>p{margin-top:11px;font-size:13px;line-height:1.5}.provider-hero--portal .provider-facts{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:15px}.provider-hero--portal .provider-fact{gap:7px}.provider-hero--portal .provider-fact>i{width:24px;height:24px;flex-basis:24px;font-size:15px}.provider-hero--portal .provider-fact strong{font-size:12.5px}.provider-hero--portal .provider-fact small{font-size:9px}}@media(max-width:420px){.provider-hero.provider-hero--portal{grid-template-columns:82px minmax(0,1fr);gap:12px;padding:14px}.provider-hero--portal .provider-hero__logo{width:82px;height:82px;padding:10px}.provider-hero--portal .provider-hero__logo img{max-height:58px}.provider-hero--portal .provider-hero__body h1{font-size:23px}.provider-hero--portal .provider-hero__body>p{font-size:12.5px}.provider-hero--portal .provider-facts{grid-template-columns:1fr 1fr;gap:9px}}.cr-icon{display:inline-block;width:1em;height:1em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round;vertical-align:-.14em}.cr-mask-icon{background-color:currentColor;fill:none;stroke:none;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;flex:0 0 auto}.cr-icon--arrow{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h14M14%207l5%205-5%205%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M5%2012h14M14%207l5%205-5%205%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--balance{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%204v16M5%207h14M7%207l-3%206h6L7%207Zm10%200-3%206h6l-3-6ZM8%2020h8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%204v16M5%207h14M7%207l-3%206h6L7%207Zm10%200-3%206h6l-3-6ZM8%2020h8%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--ban{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m5.6%205.6%2012.8%2012.8%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m5.6%205.6%2012.8%2012.8%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--building{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%209%2012%204l9%205v2H3V9ZM5%2011v7M9%2011v7M15%2011v7M19%2011v7M3%2020h18%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%209%2012%204l9%205v2H3V9ZM5%2011v7M9%2011v7M15%2011v7M19%2011v7M3%2020h18%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--chart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2020V10M10%2020V5M16%2020v-7M22%2020V3%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2020V10M10%2020V5M16%2020v-7M22%2020V3%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--check{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m8%2012%202.5%202.5L16.5%208%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22m8%2012%202.5%202.5L16.5%208%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--clock{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%207v5l3.5%202%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%207v5l3.5%202%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--coins{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cellipse%20cx%3D%229%22%20cy%3D%226%22%20rx%3D%225%22%20ry%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M4%206v4c0%201.4%202.2%202.5%205%202.5s5-1.1%205-2.5V6M4%2010v4c0%201.4%202.2%202.5%205%202.5%201.2%200%202.3-.2%203.1-.6%22%2F%3E%3Cpath%20d%3D%22M14%2010.5c3%200%205%201%205%202.5v4c0%201.4-2%202.5-5%202.5s-5-1.1-5-2.5v-.5%22%2F%3E%3Cellipse%20cx%3D%2214%22%20cy%3D%2213%22%20rx%3D%225%22%20ry%3D%222.5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cellipse%20cx%3D%229%22%20cy%3D%226%22%20rx%3D%225%22%20ry%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M4%206v4c0%201.4%202.2%202.5%205%202.5s5-1.1%205-2.5V6M4%2010v4c0%201.4%202.2%202.5%205%202.5%201.2%200%202.3-.2%203.1-.6%22%2F%3E%3Cpath%20d%3D%22M14%2010.5c3%200%205%201%205%202.5v4c0%201.4-2%202.5-5%202.5s-5-1.1-5-2.5v-.5%22%2F%3E%3Cellipse%20cx%3D%2214%22%20cy%3D%2213%22%20rx%3D%225%22%20ry%3D%222.5%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--crown{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%207%205%204%204-7%204%207%205-4-2%2011H5L3%207Z%22%2F%3E%3Cpath%20d%3D%22M6%2021h12%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m3%207%205%204%204-7%204%207%205-4-2%2011H5L3%207Z%22%2F%3E%3Cpath%20d%3D%22M6%2021h12%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--document{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h8l4%204v14H6z%22%2F%3E%3Cpath%20d%3D%22M14%203v5h5M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M6%203h8l4%204v14H6z%22%2F%3E%3Cpath%20d%3D%22M14%203v5h5M9%2012h6M9%2016h6%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--external{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M14%204h6v6M20%204l-9%209%22%2F%3E%3Cpath%20d%3D%22M19%2013v5a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M14%204h6v6M20%204l-9%209%22%2F%3E%3Cpath%20d%3D%22M19%2013v5a2%202%200%200%201-2%202H6a2%202%200%200%201-2-2V7a2%202%200%200%201%202-2h5%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--eyeoff{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%203l18%2018M10.6%2010.6A2%202%200%200%200%2013.4%2013.4M9.8%205.3A10.5%2010.5%200%200%201%2012%205c5.5%200%209%207%209%207a16%2016%200%200%201-2.3%203.1M6.2%206.2C4.2%207.7%203%2010%203%2012c0%200%203.5%207%209%207%201.4%200%202.7-.4%203.8-1%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M3%203l18%2018M10.6%2010.6A2%202%200%200%200%2013.4%2013.4M9.8%205.3A10.5%2010.5%200%200%201%2012%205c5.5%200%209%207%209%207a16%2016%200%200%201-2.3%203.1M6.2%206.2C4.2%207.7%203%2010%203%2012c0%200%203.5%207%209%207%201.4%200%202.7-.4%203.8-1%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--gamepad{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%208h8a5%205%200%200%201%204.7%206.7l-1%202.7a2.4%202.4%200%200%201-3.8%201l-2.1-1.7h-3.6l-2.1%201.7a2.4%202.4%200%200%201-3.8-1l-1-2.7A5%205%200%200%201%208%208Z%22%2F%3E%3Cpath%20d%3D%22M7%2012v4M5%2014h4%22%2F%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%2213%22%20r%3D%22.8%22%20fill%3D%22black%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%2215%22%20r%3D%22.8%22%20fill%3D%22black%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M8%208h8a5%205%200%200%201%204.7%206.7l-1%202.7a2.4%202.4%200%200%201-3.8%201l-2.1-1.7h-3.6l-2.1%201.7a2.4%202.4%200%200%201-3.8-1l-1-2.7A5%205%200%200%201%208%208Z%22%2F%3E%3Cpath%20d%3D%22M7%2012v4M5%2014h4%22%2F%3E%3Ccircle%20cx%3D%2216.5%22%20cy%3D%2213%22%20r%3D%22.8%22%20fill%3D%22black%22%20stroke%3D%22none%22%2F%3E%3Ccircle%20cx%3D%2218.5%22%20cy%3D%2215%22%20r%3D%22.8%22%20fill%3D%22black%22%20stroke%3D%22none%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--gift{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2010h16v10H4zM3%207h18v3H3zM12%207v13%22%2F%3E%3Cpath%20d%3D%22M12%207H8.5A2.5%202.5%200%201%201%2011%204.5L12%207Zm0%200h3.5A2.5%202.5%200%201%200%2013%204.5L12%207Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2010h16v10H4zM3%207h18v3H3zM12%207v13%22%2F%3E%3Cpath%20d%3D%22M12%207H8.5A2.5%202.5%200%201%201%2011%204.5L12%207Zm0%200h3.5A2.5%202.5%200%201%200%2013%204.5L12%207Z%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--globe{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M3%2012h18M12%203c2.4%202.5%203.6%205.5%203.6%209S14.4%2018.5%2012%2021c-2.4-2.5-3.6-5.5-3.6-9S9.6%205.5%2012%203Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M3%2012h18M12%203c2.4%202.5%203.6%205.5%203.6%209S14.4%2018.5%2012%2021c-2.4-2.5-3.6-5.5-3.6-9S9.6%205.5%2012%203Z%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--headset{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2013v-2a8%208%200%200%201%2016%200v2%22%2F%3E%3Cpath%20d%3D%22M4%2013h3v6H5.5A1.5%201.5%200%200%201%204%2017.5V13Zm16%200h-3v6h1.5a1.5%201.5%200%200%200%201.5-1.5V13ZM17%2019c0%201.1-.9%202-2%202h-3%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%2013v-2a8%208%200%200%201%2016%200v2%22%2F%3E%3Cpath%20d%3D%22M4%2013h3v6H5.5A1.5%201.5%200%200%201%204%2017.5V13Zm16%200h-3v6h1.5a1.5%201.5%200%200%200%201.5-1.5V13ZM17%2019c0%201.1-.9%202-2%202h-3%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--heart{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%208.5C20%2014%2012%2019%2012%2019S4%2014%204%208.5A4.5%204.5%200%200%201%2012%205a4.5%204.5%200%200%201%208%203.5Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%208.5C20%2014%2012%2019%2012%2019S4%2014%204%208.5A4.5%204.5%200%200%201%2012%205a4.5%204.5%200%200%201%208%203.5Z%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--info{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%2010v6M12%207h.01%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M12%2010v6M12%207h.01%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--mobile{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%227%22%20y%3D%222.5%22%20width%3D%2210%22%20height%3D%2219%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%205h4M11%2018.5h2%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Crect%20x%3D%227%22%20y%3D%222.5%22%20width%3D%2210%22%20height%3D%2219%22%20rx%3D%222%22%2F%3E%3Cpath%20d%3D%22M10%205h4M11%2018.5h2%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--pause{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M9.5%208.5v7M14.5%208.5v7%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%229%22%2F%3E%3Cpath%20d%3D%22M9.5%208.5v7M14.5%208.5v7%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--refresh{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%207v5h-5M4%2017v-5h5%22%2F%3E%3Cpath%20d%3D%22M18.4%2012A7%207%200%200%200%206.7%206.8L4%209M5.6%2012a7%207%200%200%200%2011.7%205.2L20%2015%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M20%207v5h-5M4%2017v-5h5%22%2F%3E%3Cpath%20d%3D%22M18.4%2012A7%207%200%200%200%206.7%206.8L4%209M5.6%2012a7%207%200%200%200%2011.7%205.2L20%2015%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--search{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22m15.5%2015.5%205%205%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2210.5%22%20cy%3D%2210.5%22%20r%3D%226.5%22%2F%3E%3Cpath%20d%3D%22m15.5%2015.5%205%205%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--settings{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%203v2M12%2019v2M3%2012h2M19%2012h2M5.6%205.6%207%207M17%2017l1.4%201.4M18.4%205.6%2017%207M7%2017l-1.4%201.4%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M12%203v2M12%2019v2M3%2012h2M19%2012h2M5.6%205.6%207%207M17%2017l1.4%201.4M18.4%205.6%2017%207M7%2017l-1.4%201.4%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--shield{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203%2020%206v5c0%205-3.1%208.4-8%2010-4.9-1.6-8-5-8-10V6l8-3Z%22%2F%3E%3Cpath%20d%3D%22m8.5%2012%202.2%202.2%204.8-5%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M12%203%2020%206v5c0%205-3.1%208.4-8%2010-4.9-1.6-8-5-8-10V6l8-3Z%22%2F%3E%3Cpath%20d%3D%22m8.5%2012%202.2%202.2%204.8-5%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--star{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m12%203%202.8%205.7%206.2.9-4.5%204.4%201.1%206.2L12%2017.2l-5.6%203%201.1-6.2L3%209.6l6.2-.9L12%203Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22m12%203%202.8%205.7%206.2.9-4.5%204.4%201.1%206.2L12%2017.2l-5.6%203%201.1-6.2L3%209.6l6.2-.9L12%203Z%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--users{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M3.5%2019v-1.5A4.5%204.5%200%200%201%208%2013h2a4.5%204.5%200%200%201%204.5%204.5V19%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%229%22%20r%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2014h1.8a3.7%203.7%200%200%201%203.7%203.7V19%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Ccircle%20cx%3D%229%22%20cy%3D%228%22%20r%3D%223%22%2F%3E%3Cpath%20d%3D%22M3.5%2019v-1.5A4.5%204.5%200%200%201%208%2013h2a4.5%204.5%200%200%201%204.5%204.5V19%22%2F%3E%3Ccircle%20cx%3D%2217%22%20cy%3D%229%22%20r%3D%222.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2014h1.8a3.7%203.7%200%200%201%203.7%203.7V19%22%2F%3E%3C%2Fsvg%3E")}.cr-icon--wallet{-webkit-mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%206.5A2.5%202.5%200%200%201%206.5%204H18v4H6.5A2.5%202.5%200%200%201%204%205.5v13A1.5%201.5%200%200%200%205.5%2020H20V8H6.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2012H20v4h-4.5a2%202%200%201%201%200-4Z%22%2F%3E%3C%2Fsvg%3E");mask-image:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22black%22%20stroke-width%3D%221.9%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpath%20d%3D%22M4%206.5A2.5%202.5%200%200%201%206.5%204H18v4H6.5A2.5%202.5%200%200%201%204%205.5v13A1.5%201.5%200%200%200%205.5%2020H20V8H6.5%22%2F%3E%3Cpath%20d%3D%22M15.5%2012H20v4h-4.5a2%202%200%201%201%200-4Z%22%2F%3E%3C%2Fsvg%3E")}.provider-hero--portal .provider-fact>.cr-icon{width:38px;height:38px;flex:0 0 38px;padding:7px;border:1px solid rgba(18,199,217,.24);border-radius:50%;background:rgba(18,199,217,.08);color:#18cadb;stroke-width:1.8}.provider-page .provider-hero + .reading-column{margin-top:30px}.provider-page .provider-hero + .reading-column .article-body>:first-child{margin-top:0}@media(max-width:720px){.provider-hero--portal .provider-fact>.cr-icon{width:32px;height:32px;flex-basis:32px;padding:5px}.provider-page .provider-hero + .reading-column{margin-top:22px}}.info-main{padding-bottom:56px}.info-page{--info-navy:#071a2d;--info-navy-2:#0a2a45;--info-cyan:#12c7d9;--info-blue:#188fe3;--info-line:#dfe7ef;--info-muted:#64748b}.info-page .container{max-width:1240px}.info-page h1,.info-page h2,.info-page h3{color:#24324a}.info-hero{position:relative;isolation:isolate;display:grid;grid-template-columns:minmax(0,1fr) 390px;min-height:286px;overflow:hidden;margin-top:10px;padding:36px 42px;border:1px solid #133c5e;border-radius:12px;background:radial-gradient(circle at 82% 50%,rgba(18,199,217,.18),transparent 34%),linear-gradient(118deg,#061629 0%,#071c31 55%,#0a2b47 100%);box-shadow:0 16px 36px rgba(21,44,70,.08)}.info-hero::before{content:"";position:absolute;z-index:-1;inset:0;background:repeating-linear-gradient(132deg,transparent 0 50px,rgba(37,126,185,.055) 51px 57px,transparent 58px 98px);mask-image:linear-gradient(90deg,transparent 30%,#000 100%)}.info-hero__content{position:relative;z-index:2;align-self:center;max-width:760px}.info-hero__content h1{margin:0;color:#fff!important;font-size:46px;line-height:1.05;letter-spacing:-.035em}.info-hero__content>p{max-width:720px;margin:16px 0 0;color:#d4deea;font-size:16px;line-height:1.65}.info-hero__facts{display:flex;flex-wrap:wrap;gap:18px 28px;margin-top:25px}.info-hero__facts span{display:inline-flex;align-items:center;gap:10px;color:#dce8f2;font-size:13px}.info-hero__facts .cr-icon{width:26px;height:26px;color:var(--info-cyan);stroke-width:1.9}.info-hero__facts b{font-weight:650}.info-hero__visual{position:relative;z-index:1;min-height:210px;align-self:stretch}.info-hero__visual::before{content:"";position:absolute;right:-35px;top:50%;width:280px;height:280px;transform:translateY(-50%);border:2px solid rgba(18,199,217,.2);border-radius:50%;box-shadow:0 0 0 28px rgba(18,199,217,.035),0 0 0 58px rgba(28,121,187,.025),0 0 70px rgba(18,199,217,.1)}.info-icon{display:inline-flex;width:46px;height:46px;align-items:center;justify-content:center;flex:0 0 46px;border-radius:50%;background:#eaf7fb;color:#087fa5}.info-icon .cr-icon{width:24px;height:24px}.info-about-visual__crown{position:absolute;z-index:4;right:46px;top:54px;display:flex;width:132px;height:132px;align-items:center;justify-content:center;border:1px solid rgba(40,192,218,.38);border-radius:50%;background:rgba(2,20,37,.8);box-shadow:0 0 45px rgba(18,199,217,.23)}.info-about-visual__crown .cr-icon{width:72px;height:72px;color:#1dd7e6;stroke-width:1.4}.info-about-visual__card{position:absolute;z-index:2;width:118px;height:155px;padding:16px;border:1px solid rgba(104,188,222,.25);border-radius:12px;background:linear-gradient(145deg,rgba(14,55,82,.95),rgba(3,20,36,.95));color:#38d6e3;font:700 24px/1 var(--cr-font-heading);box-shadow:0 18px 35px rgba(0,0,0,.22)}.info-about-visual__card--one{right:150px;top:35px;transform:rotate(-11deg)}.info-about-visual__card--two{right:100px;top:55px;transform:rotate(8deg)}.info-about-visual__chip{position:absolute;z-index:5;width:72px;height:72px;border:8px dashed rgba(41,196,216,.45);border-radius:50%;background:#08263d;box-shadow:0 0 0 4px #0c4561 inset}.info-about-visual__chip--one{right:4px;bottom:7px}.info-about-visual__chip--two{right:196px;bottom:-4px;transform:scale(.7)}.info-rate-visual__bars{position:absolute;left:36px;right:60px;bottom:34px;display:flex;height:130px;align-items:flex-end;gap:12px}.info-rate-visual__bars i{display:block;flex:1;height:var(--h);border-radius:7px 7px 2px 2px;background:linear-gradient(180deg,#20d3e0,#168ed9);box-shadow:0 0 18px rgba(18,199,217,.13)}.info-rate-visual__line{position:absolute;left:18px;right:24px;top:30px;width:calc(100% - 42px);height:120px;overflow:visible}.info-rate-visual__line polyline{fill:none;stroke:#55e7f0;stroke-width:3;filter:drop-shadow(0 0 4px rgba(18,199,217,.5))}.info-rate-visual__score{position:absolute;z-index:3;right:18px;bottom:24px;display:grid;width:124px;height:124px;place-items:center;border:8px solid #0d80bd;border-top-color:#24d6df;border-radius:50%;background:#071a2d;color:#fff;box-shadow:0 0 0 1px rgba(93,206,226,.35),0 0 34px rgba(18,199,217,.2)}.info-rate-visual__score .cr-icon{position:absolute;top:20px;width:24px;height:24px;color:#22d6e2}.info-rate-visual__score strong{margin-top:18px;font:800 38px/1 var(--cr-font-heading)}.info-rate-visual__score small{position:absolute;bottom:17px;color:#7fdbe6;font-size:12px}.responsible-visual__shield{position:absolute;z-index:3;right:76px;top:42px;display:flex;width:142px;height:160px;align-items:center;justify-content:center;color:#2adddf;filter:drop-shadow(0 0 24px rgba(18,199,217,.23))}.responsible-visual__shield .cr-icon{width:132px;height:132px;stroke-width:1.25}.responsible-visual__clock{position:absolute;z-index:4;right:22px;bottom:10px;display:flex;width:96px;height:96px;align-items:center;justify-content:center;border:1px solid rgba(68,199,222,.33);border-radius:50%;background:#08243b;color:#76e3eb}.responsible-visual__clock .cr-icon{width:62px;height:62px;stroke-width:1.35}.responsible-visual__chip{position:absolute;width:62px;height:62px;border:7px dashed rgba(41,196,216,.42);border-radius:50%;background:#08263d}.responsible-visual__chip--1{right:220px;bottom:8px}.responsible-visual__chip--2{right:8px;top:18px;transform:scale(.65)}.info-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:18px 0 42px}.info-stat-grid article,.info-card,.danger-signs__grid article,.support-resources__grid article{border:1px solid var(--info-line);border-radius:10px;background:#fff;box-shadow:0 6px 20px rgba(21,44,70,.025)}.info-stat-grid article{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon title" "icon copy";gap:4px 14px;padding:18px}.info-stat-grid .info-icon{grid-area:icon;align-self:center}.info-stat-grid h2{grid-area:title;margin:1px 0 0;font-size:18px}.info-stat-grid p{grid-area:copy;margin:0;color:var(--info-muted);font-size:13px;line-height:1.5}.info-section{margin:42px 0}.info-section__head{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(0,1.2fr);gap:36px;align-items:end;margin-bottom:18px}.info-section__head h2{margin:0;font-size:29px;line-height:1.15}.info-section__head p{margin:0;color:#65758a;font-size:14px;line-height:1.6}.info-card-grid{display:grid;gap:12px}.info-card-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.info-card-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card-grid--7{grid-template-columns:repeat(4,minmax(0,1fr))}.info-card-grid--7 .info-card:last-child{grid-column:auto/span 1}.info-card{padding:18px}.info-card h2,.info-card h3{margin:13px 0 6px;font-size:17px;line-height:1.3}.info-card p{margin:0;color:#67768a;font-size:13px;line-height:1.58}.info-flow{margin:42px 0;padding:24px;border:1px solid #dce9f1;border-radius:12px;background:linear-gradient(105deg,#f5fbfd,#f8fbff)}.info-flow .info-section__head{margin-bottom:22px}.info-flow__steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0}.info-flow__steps--4{grid-template-columns:repeat(4,minmax(0,1fr))}.info-flow__steps article{position:relative;padding:4px 18px;text-align:center}.info-flow__steps article+article::before{content:"";position:absolute;left:-5px;top:44px;width:10px;height:10px;border-top:2px solid #59bdd8;border-right:2px solid #59bdd8;transform:rotate(45deg)}.info-flow__steps article>b{position:absolute;left:10px;top:2px;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#0f9fc4;color:#fff;font-size:11px}.info-flow__steps .info-icon{margin:auto}.info-flow__steps h3{margin:10px 0 4px;font-size:14px}.info-flow__steps p{margin:0;color:#6b7a8d;font-size:12px;line-height:1.45}.info-editorial-copy{margin:42px 0;padding:26px 0;border-top:1px solid #e5eaf0}.info-editorial-copy .article-body{max-width:100%}.info-cta{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:15px;align-items:center;margin-top:42px;padding:18px 20px;border:1px solid #d8eaf2;border-radius:10px;background:linear-gradient(100deg,#effbfe,#f5faff)}.info-cta h2{margin:0 0 3px;font-size:17px}.info-cta p{margin:0;color:#65758a;font-size:13px}.info-cta>a{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:0 18px;border-radius:7px;background:linear-gradient(135deg,#0faec8,#158fdb);color:#fff;font-size:13px;font-weight:700}.info-cta>a .cr-icon{width:17px;height:17px}.rate-example-panel{display:grid;grid-template-columns:220px minmax(240px,.8fr) minmax(340px,1.4fr);gap:22px;align-items:center;margin:18px 0 42px;padding:24px;border:1px solid #dfe7ef;border-radius:12px;background:#fff}.rate-example-score{text-align:center}.rate-example-score__ring{display:flex;width:172px;height:172px;align-items:baseline;justify-content:center;margin:auto;border:14px solid #20b8d5;border-left-color:#dcecf2;border-radius:50%;background:#fff;box-shadow:inset 0 0 0 1px #e7eef3}.rate-example-score__ring strong{align-self:center;font:800 48px/1 var(--cr-font-heading);color:#13233a}.rate-example-score__ring span{align-self:center;margin:18px 0 0 4px;color:#607188;font-size:16px;font-weight:700}.rate-example-score p{margin:10px 0 0;color:#718095;font-size:12px}.rate-example-copy h2{margin:0 0 8px;font-size:22px}.rate-example-copy p{margin:0;color:#66768a;font-size:13.5px;line-height:1.6}.rate-example-copy>span{display:flex;gap:7px;margin-top:14px;padding:9px 10px;border-radius:7px;background:#f0f8fb;color:#427189;font-size:11.5px;line-height:1.4}.rate-example-copy .cr-icon{width:18px;height:18px;flex:0 0 18px;color:#0c9fbe}.rate-example-bars{display:grid;gap:10px}.rate-example-bars>div{display:grid;grid-template-columns:145px minmax(80px,1fr) 32px;gap:10px;align-items:center}.rate-example-bars span{font-size:12px;font-weight:600;color:#405168}.rate-example-bars i{height:8px;overflow:hidden;border-radius:99px;background:#e8eef3}.rate-example-bars i b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#16b5ce,#1593d6)}.rate-example-bars strong{text-align:right;font-size:12px}.rating-bands{margin:42px 0}.rating-bands__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.rating-bands__grid article{padding:18px;border:1px solid;border-radius:10px}.rating-bands__grid article.is-high{border-color:#bcebd8;background:#f1fbf6}.rating-bands__grid article.is-medium{border-color:#f1dba0;background:#fffaf0}.rating-bands__grid article.is-low{border-color:#f1c3c8;background:#fff5f6}.rating-bands__grid .info-icon{float:left;margin-right:13px}.rating-bands__grid strong{display:block;font:800 24px/1 var(--cr-font-heading)}.rating-bands__grid .is-high strong{color:#08986a}.rating-bands__grid .is-medium strong{color:#d58c06}.rating-bands__grid .is-low strong{color:#d64552}.rating-bands__grid h3{margin:5px 0 4px;font-size:14px}.rating-bands__grid p{clear:both;margin:13px 0 0;color:#66758a;font-size:12.5px;line-height:1.5}.interest-method{display:grid;grid-template-columns:minmax(0,1fr) 440px;gap:26px;align-items:stretch;margin:42px 0;padding:24px;border:1px solid #dce8f0;border-radius:12px;background:#fff}.interest-method__copy h2{margin:0 0 8px;font-size:26px}.interest-method__copy p{margin:0;color:#65758a;font-size:14px;line-height:1.6}.interest-method__copy ul{display:grid;grid-template-columns:1fr 1fr;gap:7px 20px;margin:16px 0 8px;padding-left:20px;color:#42536a;font-size:12.5px}.interest-method__copy small{color:#7a889a;font-size:11.5px}.interest-method__chart{padding:16px;border:1px solid #e0e8ef;border-radius:10px;background:#f9fcfe}.interest-method__chart-head{display:flex;align-items:center;justify-content:space-between}.interest-method__chart-head span{font-weight:700}.interest-method__chart-head b{padding:5px 9px;border-radius:999px;background:#e6f8fb;color:#0588a7}.interest-method__chart svg{width:100%;height:auto;margin-top:6px}.responsible-principles{margin:18px 0 42px}.responsible-principles .info-card h2{font-size:16px}.danger-signs__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.danger-signs__grid article{display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"icon title" "icon copy";gap:5px 13px;padding:18px}.danger-icon{grid-area:icon;display:grid;width:45px;height:45px;place-items:center;border-radius:50%;background:#fff0f1;color:#dc4452}.danger-icon .cr-icon{width:24px;height:24px}.danger-signs__grid h3{grid-area:title;margin:2px 0 0;font-size:15px}.danger-signs__grid p{grid-area:copy;margin:0;color:#6e7b8d;font-size:12.5px;line-height:1.5}.support-resources{margin:42px 0}.support-resources__grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.support-resources__grid article{display:flex;gap:16px;padding:20px}.support-resource__mark{display:grid;width:52px;height:52px;flex:0 0 52px;place-items:center;border-radius:14px;background:#edf8fb;color:#087fa5;font:800 21px/1 var(--cr-font-heading)}.support-resources h3{margin:0 0 5px;font-size:17px}.support-resources p{margin:0;color:#69788c;font-size:13px;line-height:1.55}.support-resources a{display:inline-flex;align-items:center;gap:5px;margin-top:12px;color:#0d73ca;font-size:12.5px;font-weight:700}.support-resources a .cr-icon{width:15px;height:15px}@media(max-width:1020px){.info-hero{grid-template-columns:minmax(0,1fr) 300px;padding:30px}.info-hero__content h1{font-size:39px}.info-stat-grid,.info-card-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}.info-card-grid--6{grid-template-columns:repeat(3,minmax(0,1fr))}.info-card-grid--7{grid-template-columns:repeat(3,minmax(0,1fr))}.rate-example-panel{grid-template-columns:190px minmax(0,1fr)}.rate-example-bars{grid-column:1/-1}.interest-method{grid-template-columns:1fr 360px}}@media(max-width:760px){.info-main{padding-bottom:84px}.info-hero{grid-template-columns:1fr;min-height:0;padding:24px 20px 22px}.info-hero__content h1{font-size:32px}.info-hero__content>p{font-size:14px}.info-hero__facts{gap:12px 18px;margin-top:18px}.info-hero__visual{min-height:150px;margin-top:8px}.info-hero__visual::before{right:5%;width:210px;height:210px}.info-about-visual__crown{right:50%;top:25px;width:96px;height:96px;transform:translateX(50%)}.info-about-visual__crown .cr-icon{width:54px;height:54px}.info-about-visual__card{width:82px;height:108px;font-size:17px}.info-about-visual__card--one{right:57%;top:28px}.info-about-visual__card--two{right:22%;top:33px}.info-about-visual__chip{width:52px;height:52px}.info-about-visual__chip--one{right:8%;bottom:0}.info-about-visual__chip--two{right:70%;bottom:0}.info-rate-visual__bars{left:12%;right:12%;bottom:8px;height:92px}.info-rate-visual__line{left:10%;width:76%;top:2px;height:88px}.info-rate-visual__score{right:7%;bottom:5px;width:86px;height:86px;border-width:6px}.info-rate-visual__score strong{font-size:27px}.info-rate-visual__score .cr-icon{top:13px;width:18px;height:18px}.info-rate-visual__score small{bottom:10px;font-size:9px}.responsible-visual__shield{right:42%;top:10px;width:110px;height:120px}.responsible-visual__shield .cr-icon{width:100px;height:100px}.responsible-visual__clock{right:20%;bottom:0;width:72px;height:72px}.responsible-visual__clock .cr-icon{width:44px;height:44px}.info-stat-grid,.info-card-grid--4,.info-card-grid--6,.info-card-grid--7,.danger-signs__grid,.support-resources__grid,.rating-bands__grid{grid-template-columns:1fr 1fr}.info-section{margin:34px 0}.info-section__head{grid-template-columns:1fr;gap:7px}.info-section__head h2{font-size:24px}.info-flow{margin:34px 0;padding:18px}.info-flow__steps,.info-flow__steps--4{grid-template-columns:1fr 1fr;gap:18px}.info-flow__steps article+article::before{display:none}.info-flow__steps article{padding:4px 8px}.info-flow__steps article>b{left:0}.rate-example-panel{grid-template-columns:1fr;padding:18px}.rate-example-score__ring{width:148px;height:148px}.rate-example-bars{grid-column:auto}.rate-example-bars>div{grid-template-columns:118px minmax(60px,1fr) 30px}.interest-method{grid-template-columns:1fr;padding:18px}.interest-method__copy ul{grid-template-columns:1fr}.interest-method__chart{max-width:100%}.info-cta{grid-template-columns:auto minmax(0,1fr)}.info-cta>a{grid-column:1/-1;justify-content:center}}@media(max-width:480px){.info-hero{padding:20px 16px}.info-hero__content h1{font-size:28px}.info-hero__facts{display:grid;grid-template-columns:1fr}.info-hero__visual{min-height:130px}.info-stat-grid,.info-card-grid--4,.info-card-grid--6,.info-card-grid--7,.danger-signs__grid,.support-resources__grid,.rating-bands__grid{grid-template-columns:1fr}.info-flow__steps,.info-flow__steps--4{grid-template-columns:1fr}.info-flow__steps article{display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon title" "icon copy";gap:3px 12px;text-align:left}.info-flow__steps .info-icon{grid-area:icon;margin:0}.info-flow__steps h3{grid-area:title;margin:3px 0 0}.info-flow__steps p{grid-area:copy}.info-flow__steps article>b{left:auto;right:4px;top:2px}.rate-example-bars>div{grid-template-columns:105px minmax(55px,1fr) 28px;gap:7px}.rate-example-bars span{font-size:11px}.support-resources__grid article{padding:16px}.info-cta{padding:16px}}.casino-section-page__content{max-width:1120px}.casino-section-page__header{margin-bottom:22px}.casino-section-page__header>p{max-width:820px;margin:10px 0 0;color:#64748b;font-size:15px;line-height:1.65}.casino-section-page__eyebrow{display:inline-block;margin-bottom:8px;color:#0d8797;font:700 11px/1.2 Inter,sans-serif;letter-spacing:.08em;text-transform:uppercase}.casino-section-page__body>p:first-child{max-width:900px;color:#475569;font-size:16px;line-height:1.72}.casino-section-page__body>.pcms-smart-list{margin-top:24px}@media(max-width:720px){.casino-section-page__header{margin-bottom:16px}.casino-section-page__header>p,.casino-section-page__body>p:first-child{font-size:15px}.casino-section-page__body>.pcms-smart-list{margin-top:18px}}.site-warning{position:relative;z-index:1001;margin:0!important;border-bottom:1px solid #efcf91;background:#fff1d2;color:#7a4700}.site-warning__inner{display:flex;min-height:34px;align-items:center;justify-content:center;padding-top:6px;padding-bottom:6px;text-align:center;font-size:12px;font-weight:650;line-height:1.35}.review-material-sections{position:sticky;top:var(--cr-site-header-height,112px);z-index:920;margin:-10px 0 24px;padding:7px 0;background:rgba(255,255,255,.98);backdrop-filter:saturate(120%) blur(8px)}.review-material-sections .pcms-material-sections-nav{margin:0}.back-to-top{position:fixed;right:24px;bottom:24px;z-index:940;display:grid;width:46px;height:46px;place-items:center;padding:0;border:1px solid #d7e0eb;border-radius:50%;background:#fff;color:#1c5fbf;box-shadow:0 8px 28px rgba(18,38,64,.14);font:750 24px/1 "Inter",Arial,sans-serif;opacity:0;visibility:hidden;transform:translateY(10px);transition:opacity .16s ease,transform .16s ease,visibility .16s ease,background .16s ease}.back-to-top:hover{background:#edf4ff;color:#0e56bf}.back-to-top.is-visible{opacity:1;visibility:visible;transform:none}@media(max-width:920px){.site-warning__inner{font-size:11.5px}.review-material-sections{top:var(--cr-site-header-height,102px)}}@media(max-width:720px){.site-warning__inner{min-height:38px;padding:6px 14px;font-size:11px;line-height:1.3}.review-material-sections{margin:-3px -14px 18px;padding:6px 14px}.back-to-top{right:14px;bottom:78px;width:42px;height:42px;font-size:22px}}.review-material-section-layout .review-facts-rail--section{align-self:start}.review-page.has-review-material-sections .review-facts-rail--wide{top:calc(var(--cr-site-header-height,112px) + var(--cr-review-tabs-height,0px) + 12px)}@media(max-width:984px){.review-page.has-review-material-sections .review-facts-rail--wide{top:auto}}.toc-box__head[data-toc-head]{cursor:pointer;user-select:none}.toc-box__head[data-toc-head]:hover{background:#f8fafc}.game-casino-row__logo:not(.game-casino-row__logo--empty){background:#061426!important;border-color:#163a55!important}.info-page-heading{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(320px,.65fr);gap:34px;align-items:end;margin:12px 0 18px;padding:4px 0 0}.info-page-heading__eyebrow{display:inline-flex;margin-bottom:9px;color:#0b8ea6;font:700 11px/1.2 var(--cr-font-body);letter-spacing:.09em;text-transform:uppercase}.info-page-heading h1{margin:0;color:#24324a;font-size:42px;line-height:1.08;letter-spacing:-.035em}.info-page-heading__copy>p{max-width:780px;margin:12px 0 0;color:#617187;font-size:15px;line-height:1.68}.info-page-heading__facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:hidden;border:1px solid #dce5ed;border-radius:10px;background:#fff}.info-page-heading__facts>span{min-width:0;padding:13px 12px}.info-page-heading__facts>span+span{border-left:1px solid #e6ebf0}.info-page-heading__facts b{display:block;color:#26374e;font-size:12.5px;line-height:1.2}.info-page-heading__facts small{display:block;margin-top:4px;color:#7b899b;font-size:10.5px;line-height:1.35}.info-page-heading--responsible .info-page-heading__eyebrow{color:#b46f00}.info-realistic-hero{position:relative;overflow:hidden;margin:0 0 22px;border:1px solid #163a55;border-radius:12px;background:#071a2d;box-shadow:0 16px 34px rgba(15,34,57,.08)}.info-realistic-hero::after{content:"";position:absolute;pointer-events:none;inset:0;border-radius:inherit;box-shadow:inset 0 0 0 1px rgba(255,255,255,.035)}.info-realistic-hero img{display:block;width:100%;height:auto;aspect-ratio:2120/742;object-fit:cover}.info-realistic-hero--responsible{border-color:#31506a}.info-realistic-hero + .info-stat-grid,.info-realistic-hero + .responsible-principles{margin-top:18px}@media(max-width:1020px){.info-page-heading{grid-template-columns:1fr;gap:16px}.info-page-heading__facts{max-width:680px}.info-page-heading h1{font-size:37px}}@media(max-width:760px){.info-page-heading{margin-top:8px}.info-page-heading h1{font-size:32px}.info-page-heading__copy>p{font-size:14px}.info-realistic-hero img{height:260px;aspect-ratio:auto;object-position:center}.info-realistic-hero--about img{object-position:61% center}.info-realistic-hero--responsible img{object-position:62% center}}@media(max-width:520px){.info-page-heading__facts{grid-template-columns:1fr}.info-page-heading__facts>span{display:grid;grid-template-columns:110px 1fr;gap:10px;align-items:center;padding:10px 12px}.info-page-heading__facts>span+span{border-left:0;border-top:1px solid #e6ebf0}.info-page-heading__facts small{margin:0}.info-realistic-hero{border-radius:9px}.info-realistic-hero img{height:230px}.info-realistic-hero--about img{object-position:64% center}.info-realistic-hero--responsible img{object-position:68% center}}.section-tabs a.section-tabs__danger{color:#b42318;border-color:#f0c5c2;background:#fff}.portal-directory--casinos.casino-directory--subset .casino-rank-row{grid-template-columns:minmax(190px,.95fr) 88px minmax(235px,1.3fr) minmax(355px,1.2fr)}.portal-directory--casinos .casino-rank-row--blacklist{border-left:3px solid #c9332a}.casino-rank-row--blacklist .casino-rank-row__verdict{background:#fff4f2}.casino-rank-row--blacklist .casino-rank-row__verdict .casino-rank-row__bonus-label{color:#9f2d25}.casino-rank-row--blacklist .casino-rank-row__verdict>strong{color:#7f1d1d}.casino-rank-row__actions--blacklist .casino-rank-row__button--review{width:184px;flex-basis:184px}.mobile-bottom-nav-item.is-active{color:#1764d8;font-weight:750}@media(max-width:720px){.portal-directory--casinos.casino-directory--subset .casino-rank-row,.portal-directory--casinos .casino-rank-row--blacklist{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rating" "bonus bonus" "actions actions"}.casino-rank-row__actions--blacklist .casino-rank-row__button--review{width:100%;flex-basis:auto}}.portal-directory--casinos.casino-directory--subset .casino-rank-row__position{display:none!important}.portal-directory--casinos.casino-directory--subset .casino-rank-list__body{counter-reset:none!important}.section-tabs a.is-active,.section-tabs a.is-active:hover,.section-tabs a[aria-current="page"]{border-color:#226fe5!important;background:#226fe5!important;color:#fff!important;box-shadow:0 2px 8px rgba(34,111,229,.16)}.section-tabs a.section-tabs__danger.is-active,.section-tabs a.section-tabs__danger[aria-current="page"],.section-tabs a.section-tabs__danger.is-active:hover{border-color:#c9332a!important;background:#c9332a!important;color:#fff!important;box-shadow:0 2px 8px rgba(201,51,42,.15)}@media(max-width:720px){.review-top__item,.review-facts-rail--wide .review-top__item,.news-directory-sidebar .review-top__item{grid-template-columns:22px 58px minmax(0,1fr) auto;gap:8px}.review-top__logo,.review-facts-rail--wide .review-top__logo,.news-directory-sidebar .review-top__logo{width:58px;height:38px;padding:4px 5px}}.promo-code-box__code{font-size:0!important;letter-spacing:0}.promo-code-box__code::after{content:"••••••••";font-size:16px;font-weight:800;line-height:1;letter-spacing:.11em;color:inherit}.pcms-smart-offer code{font-size:0!important}.pcms-smart-offer code::after{content:"••••••••";font-size:1rem;font-weight:800;letter-spacing:.11em;color:inherit}.home-full-content{margin:48px 0 4px}.home-full-content__layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.home-full-content__main{min-width:0}.home-full-content .article-body,.home-full-content__copy{width:100%;max-width:none;margin:0}.home-full-content__copy{color:#3d4a5f;font-size:1rem;line-height:1.76}.home-content-toc{margin:0 0 22px;border-color:#d9e2ec;box-shadow:0 1px 2px rgba(21,42,71,.025)}.home-content-toc .toc-box__head{min-height:50px;padding-right:12px;padding-left:16px}.home-content-toc nav{padding:12px 16px 14px}.home-content-toc nav ul{gap:5px 22px}.home-content-toc nav a{font-size:13px;line-height:1.45}.home-content-sidebar{position:sticky;top:88px;display:grid;gap:14px;min-width:0}.home-sidebar-card{overflow:hidden;border:1px solid #dde5ee;border-radius:9px;background:#fff}.home-sidebar-card__head{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:12px;padding:0 14px;border-bottom:1px solid #edf1f5}.home-sidebar-card__head h2{margin:0;color:#263247;font:650 16px/1.25 "Manrope",sans-serif}.home-sidebar-card__head>a{color:#1764d8;font-size:11.5px;font-weight:700}.home-sidebar-news__list{padding:3px 13px 7px}.home-sidebar-news__item{display:block;padding:10px 1px;border-bottom:1px solid #edf1f5;color:#263247}.home-sidebar-news__item:last-child{border-bottom:0}.home-sidebar-news__title{display:block;font:650 12.75px/1.42 "Manrope",sans-serif}.home-sidebar-news__item small{display:block;margin-top:4px;color:#8a96a7;font-size:10.5px}.home-sidebar-news__item:hover .home-sidebar-news__title{color:var(--cr-blue)}.home-sidebar-topics{display:flex;flex-wrap:wrap;gap:7px;padding:13px}.home-sidebar-topics a{display:inline-flex;min-height:30px;align-items:center;padding:0 10px;border:1px solid #dce4ed;border-radius:999px;background:#f8fafc;color:#49617c;font-size:11.5px;font-weight:650}.home-sidebar-topics a:hover{border-color:#b9d0f4;background:#f2f7ff;color:#0e5fd3}.home-sidebar-links{padding:4px 13px 7px}.home-sidebar-links a{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5;color:#34445b;font-size:12.5px;font-weight:650}.home-sidebar-links a:last-child{border-bottom:0}.home-sidebar-links a b{color:#9aa6b5;font-size:14px;font-weight:500;transition:transform .15s,color .15s}.home-sidebar-links a:hover{color:var(--cr-blue)}.home-sidebar-links a:hover b{color:var(--cr-blue);transform:translateX(2px)}@media (max-width:1120px){.home-full-content__layout{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}}@media (max-width:920px){.home-full-content__layout{grid-template-columns:1fr;gap:24px}.home-content-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}@media (max-width:760px){.home-full-content{margin-top:34px}.home-content-sidebar{grid-template-columns:1fr 1fr}.home-sidebar-news{grid-column:1/-1}}@media (max-width:560px){.home-full-content__layout{gap:20px}.home-content-toc{margin-bottom:18px}.home-content-toc nav ul{grid-template-columns:1fr}.home-content-sidebar{grid-template-columns:1fr;gap:12px}.home-sidebar-news{grid-column:auto}.home-sidebar-card__head{min-height:46px}}.article-reading-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.article-reading-layout>.reading-column{width:100%;max-width:none;margin:0;min-width:0}.article-reading-sidebar{position:sticky;top:126px;display:grid;gap:14px;min-width:0}.article-reading-sidebar .home-sidebar-card{margin:0}@media(max-width:1120px){.article-reading-layout{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}}@media(max-width:920px){.article-reading-layout{grid-template-columns:1fr;gap:24px}.article-reading-sidebar{position:static;grid-template-columns:1fr 1fr;gap:14px}}@media(max-width:620px){.article-reading-sidebar{grid-template-columns:1fr;gap:12px}}.article-reading-layout .reading-column>.toc-box{margin-bottom:24px}@supports (content-visibility:auto){.home-games,.home-editorial,.home-full-content,.related-footer-section,.related-section,.site-footer{content-visibility:auto;contain-intrinsic-size:auto 520px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.category-editorial{margin:38px 0 0}.category-editorial__layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.category-editorial__main{min-width:0}.category-editorial__copy{width:100%;max-width:none;margin:0}.category-content-toc{margin:0 0 24px;border-color:#d9e2ec;box-shadow:0 1px 2px rgba(21,42,71,.025)}.category-content-toc .toc-box__head{min-height:50px;padding-inline:16px 12px}.category-content-toc nav{padding:12px 16px 14px}.category-content-toc nav ul{gap:5px 22px}.category-content-toc nav a{font-size:13px;line-height:1.45}.category-editorial-sidebar{position:sticky;top:126px;display:grid;gap:14px;min-width:0}.category-sidebar-card{overflow:hidden;border:1px solid #dde5ee;border-radius:9px;background:#fff}.category-sidebar-card__head{display:flex;min-height:48px;align-items:center;padding:0 14px;border-bottom:1px solid #edf1f5}.category-sidebar-card__head h2{margin:0;color:#263247;font:650 16px/1.25 "Manrope",sans-serif}.category-sidebar-links,.category-sidebar-useful{display:grid;padding:4px 13px 7px}.category-sidebar-links a,.category-sidebar-useful a{display:flex;min-height:40px;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid #edf1f5;color:#34445b;font-size:12.5px;font-weight:650}.category-sidebar-links a:last-child,.category-sidebar-useful a:last-child{border-bottom:0}.category-sidebar-links a::after,.category-sidebar-useful a::after{content:"→";color:#9aa6b5;font-size:14px;font-weight:500;transition:transform .15s,color .15s}.category-sidebar-links a:hover,.category-sidebar-useful a:hover{color:var(--cr-blue)}.category-sidebar-links a:hover::after,.category-sidebar-useful a:hover::after{color:var(--cr-blue);transform:translateX(2px)}.category-sidebar-materials{display:grid;padding:3px 13px 7px;counter-reset:category-sidebar-item}.category-sidebar-materials a{display:grid;grid-template-columns:28px minmax(0,1fr);gap:9px;align-items:center;min-height:48px;padding:8px 0;border-bottom:1px solid #edf1f5;color:#34445b;font:650 12.5px/1.38 "Manrope",sans-serif;counter-increment:category-sidebar-item}.category-sidebar-materials a:last-child{border-bottom:0}.category-sidebar-materials a::before{content:counter(category-sidebar-item,decimal-leading-zero);display:grid;place-items:center;width:27px;height:27px;border-radius:7px;background:#f2f6fb;color:#66809d;font:700 10px/1 "Inter",sans-serif}.category-sidebar-materials a:hover{color:var(--cr-blue)}.category-sidebar-card--useful{background:linear-gradient(180deg,#f8fbff 0,#fff 42%);border-color:#d6e4f6}.category-sidebar-card--useful .category-sidebar-card__head{border-bottom-color:#e3edf9}@media(max-width:1120px){.category-editorial__layout{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}}@media(max-width:920px){.category-editorial__layout{grid-template-columns:1fr;gap:24px}.category-editorial-sidebar{position:static;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}}@media(max-width:760px){.category-editorial{margin-top:32px}.category-editorial-sidebar{grid-template-columns:1fr 1fr}.category-sidebar-card--useful{grid-column:1/-1}}@media(max-width:560px){.category-editorial__layout{gap:20px}.category-content-toc{margin-bottom:20px}.category-content-toc nav ul{grid-template-columns:1fr}.category-editorial-sidebar{grid-template-columns:1fr;gap:12px}.category-sidebar-card--useful{grid-column:auto}}.article-body .pcms-material-collection--casino,.article-body .pcms-smart-list:has(.casino-rank-row),.article-body .pcms-saved-list:has(.casino-rank-row){margin:28px 0}.article-body .pcms-material-collection--casino .casino-rank-row__position,.article-body .pcms-smart-list:has(.casino-rank-row) .casino-rank-row__position,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row__position,.article-body>div>.casino-rank-row .casino-rank-row__position,.article-body>.casino-rank-row .casino-rank-row__position{display:none!important}.article-body .pcms-material-collection--casino .casino-rank-row,.article-body .pcms-smart-list:has(.casino-rank-row) .casino-rank-row,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row,.article-body>div>.casino-rank-row,.article-body>.casino-rank-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand rating" "bonus actions"!important;gap:12px 18px!important;min-height:0!important;padding:14px!important;background:#fff}.article-body .casino-rank-row__brand{grid-area:brand;min-width:0}.article-body .casino-rank-row__rating{grid-area:rating;align-self:center;justify-self:end}.article-body .casino-rank-row__bonus{grid-area:bonus;min-width:0;align-self:stretch}.article-body .casino-rank-row__actions{grid-area:actions;display:flex!important;flex-wrap:wrap;align-items:center;align-self:center;justify-content:flex-end!important;gap:8px!important;min-width:0}.article-body .casino-rank-row__name{white-space:normal}.article-body .casino-rank-row__logo{flex:0 0 82px}.article-body .casino-rank-row__actions .promo-code-box--rating{flex:0 0 156px}.article-body .casino-rank-row__actions>.casino-rank-row__button{flex:0 0 88px;width:88px}@media(max-width:760px){.article-body .pcms-material-collection--casino .casino-rank-row,.article-body .pcms-smart-list:has(.casino-rank-row) .casino-rank-row,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row,.article-body>div>.casino-rank-row,.article-body>.casino-rank-row{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand rating" "bonus bonus" "actions actions"!important;gap:10px 12px!important;padding:13px!important}.article-body .casino-rank-row__actions{justify-content:flex-start!important}.article-body .casino-rank-row__actions .promo-code-box--rating{flex:1 1 170px;width:auto;min-width:150px}}@media(max-width:520px){.article-body .pcms-material-collection--casino,.article-body .pcms-smart-list:has(.casino-rank-row),.article-body .pcms-saved-list:has(.casino-rank-row){margin:22px 0}.article-body .casino-rank-row__logo{width:72px;height:46px;flex-basis:72px}.article-body .casino-rank-row__logo img{max-width:66px;max-height:40px}.article-body .casino-rank-row__name{font-size:14px}.article-body .casino-rank-row__scoreline strong{font-size:17px}.article-body .casino-rank-row__actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.article-body .casino-rank-row__actions .promo-code-box--rating{grid-column:1/-1;width:100%;min-width:0;max-width:none;flex:none}.article-body .casino-rank-row__actions>.casino-rank-row__button{width:100%;min-width:0;max-width:none;flex:none}.article-body .casino-rank-row__actions>.casino-rank-row__button:only-child{grid-column:1/-1}}.pcms-responsive-table{width:100%;max-width:100%;margin:1.4em 0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior-inline:contain;scrollbar-width:thin}.pcms-responsive-table>.article-table,.pcms-responsive-table>table{width:100%;margin:0}.pcms-responsive-table:focus-visible{outline:2px solid #9fc4f6;outline-offset:3px;border-radius:6px}@media(max-width:720px){.pcms-responsive-table>table{min-width:640px;table-layout:auto}.pcms-responsive-table th,.pcms-responsive-table td{padding:10px 12px;word-break:normal;overflow-wrap:normal;hyphens:none}.pcms-responsive-table th:first-child,.pcms-responsive-table td:first-child{min-width:150px}}@media(max-width:420px){.pcms-responsive-table>table{min-width:620px}}@media(max-width:720px){.pcms-responsive-table--key-value{overflow:visible;scrollbar-width:auto}.pcms-responsive-table--key-value>table{width:100%;min-width:0!important;table-layout:fixed}.pcms-responsive-table--key-value th,.pcms-responsive-table--key-value td{min-width:0!important;white-space:normal;word-break:normal;overflow-wrap:anywhere;hyphens:auto}.pcms-responsive-table--key-value th:first-child,.pcms-responsive-table--key-value td:first-child{width:40%}}.home-main{padding-bottom:2.5rem}.directory-main{padding-bottom:2.5rem}.detail-main{padding-bottom:2.25rem}.site-footer{margin-top:1rem}.footer-popular{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:.5rem;padding:1rem 0;border-bottom:1px solid #e6eaf0}.footer-popular a{display:flex;min-width:0;min-height:3.5rem;flex-direction:column;justify-content:center;padding:.65rem .75rem;border:1px solid #e1e7ef;border-radius:8px;background:#f8fafc;color:#26364d;transition:border-color .15s,background .15s,color .15s,transform .15s}.footer-popular a:hover{transform:translateY(-1px);border-color:#bfd2ec;background:#f2f7ff;color:var(--cr-blue)}.footer-popular span{overflow:hidden;color:#8490a1;font-size:.625rem;font-weight:720;line-height:1.2;text-overflow:ellipsis;text-transform:uppercase;letter-spacing:.045em;white-space:nowrap}.footer-popular strong{overflow:hidden;margin-top:.22rem;font:680 .78rem/1.3 var(--cr-font-heading);text-overflow:ellipsis;white-space:nowrap}.footer-grid{padding-top:1.75rem}.game-reading-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.game-reading-layout>.reading-column{width:100%;max-width:none;margin:0;min-width:0}.game-reading-sidebar{position:sticky;top:126px;display:grid;gap:14px;min-width:0}.game-reading-sidebar .toc-box,.game-reading-sidebar .home-sidebar-card{margin:0}.game-sidebar-toc nav ul{grid-template-columns:1fr}.game-sidebar-facts{display:grid;margin:0;padding:4px 14px 7px}.game-sidebar-facts>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:10px 0;border-bottom:1px solid #edf1f5}.game-sidebar-facts>div:last-child{border-bottom:0}.game-sidebar-facts dt{min-width:0;color:#718096;font-size:.72rem;font-weight:600;line-height:1.4}.game-sidebar-facts dd{min-width:0;max-width:150px;margin:0;color:#263247;font-size:.76rem;font-weight:700;line-height:1.4;text-align:right;overflow-wrap:anywhere}.game-sidebar-links{padding-top:0;border-top:1px solid #edf1f5}.game-sidebar-links a{min-height:39px}.game-reading__article .article-tags-strip{margin-top:28px}@media(max-width:1120px){.game-reading-layout{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}.footer-popular{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:920px){.home-main,.directory-main{padding-bottom:2.25rem}.detail-main{padding-bottom:2rem}.game-reading-layout{grid-template-columns:1fr;gap:20px}.game-reading-sidebar{display:contents}.game-sidebar-toc{order:-1;margin:0!important}.game-reading__article{order:0}.game-sidebar-info{order:1;margin:0!important}.footer-popular{grid-template-columns:repeat(3,minmax(0,1fr));padding:.875rem 0}}@media(max-width:720px){.home-main,.directory-main{padding-bottom:2rem}.detail-main{padding-bottom:1.75rem}.site-footer{margin-top:.75rem}.footer-popular{grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem;padding:.75rem 0}.footer-popular a{min-height:3.2rem;padding:.55rem .65rem}.footer-grid{padding-top:1.5rem}.game-reading{margin-top:1.5rem}}@media(max-width:420px){.footer-popular strong{font-size:.75rem}}.footer-legal{display:grid;grid-template-columns:minmax(210px,.72fr) minmax(0,2.28fr);gap:1.75rem;align-items:start;padding:1.25rem 0 1.35rem;border-top:1px solid #e6eaf0;color:#68768a}.footer-legal__heading{display:flex;align-items:center;gap:.7rem;min-width:0}.footer-legal__age{display:inline-flex;width:2.35rem;height:2.35rem;flex:0 0 2.35rem;align-items:center;justify-content:center;border:1px solid #d5deea;border-radius:50%;background:#f7f9fc;color:#26364d;font:760 .76rem/1 var(--cr-font-heading)}.footer-legal__heading>div{display:grid;gap:.16rem;min-width:0}.footer-legal__heading strong{color:#2d3b50;font:720 .82rem/1.3 var(--cr-font-heading)}.footer-legal__heading span:not(.footer-legal__age){color:#8793a4;font-size:.68rem;line-height:1.35}.footer-legal__copy{min-width:0}.footer-legal__copy p{max-width:none;margin:0;color:#68768a;font-size:.75rem;line-height:1.62}.footer-legal__copy p+p{margin-top:.48rem}.footer-legal__copy a{color:#4f6784;font-weight:680;text-decoration:underline;text-decoration-color:#c7d2df;text-underline-offset:2px}.footer-legal__copy a:hover{color:var(--cr-blue);text-decoration-color:currentColor}.footer-bottom{border-top:1px solid #e6eaf0}@media(max-width:920px){.footer-legal{grid-template-columns:1fr;gap:.85rem;padding:1.15rem 0 1.25rem}.footer-legal__heading{max-width:360px}}@media(max-width:720px){.footer-legal{gap:.75rem;padding:1rem 0 1.1rem}.footer-legal__copy p{font-size:.72rem;line-height:1.58}.footer-legal__heading strong{font-size:.79rem}.footer-bottom{padding-top:1rem}}.article-body .casino-rank-row{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand rating" "bonus actions"!important;width:100%!important;max-width:100%!important;min-width:0!important;min-height:0!important;gap:12px 18px!important;align-items:center!important;padding:14px!important;border:1px solid var(--cr-line)!important;border-radius:9px!important;background:#fff!important;overflow:hidden}.article-body .casino-rank-row__position{display:none!important}.article-body .casino-rank-row__brand{grid-area:brand!important;min-width:0!important}.article-body .casino-rank-row__rating{grid-area:rating!important;min-width:0;align-self:center;justify-self:end}.article-body .casino-rank-row__bonus{grid-area:bonus!important;min-width:0;align-self:stretch}.article-body .casino-rank-row__actions{grid-area:actions!important;display:flex!important;width:auto!important;max-width:100%;min-width:0!important;flex-wrap:wrap;align-items:center;align-self:center;justify-content:flex-end!important;gap:8px!important}.article-body .casino-rank-row__brandcopy,.article-body .casino-rank-row__name{min-width:0;white-space:normal!important;overflow-wrap:anywhere}.article-body .casino-rank-row__actions .promo-code-box--rating{flex:0 1 156px;min-width:132px;max-width:156px}.article-body .casino-rank-row__actions>.casino-rank-row__button{flex:0 0 88px;width:88px;max-width:100%}.article-body .pcms-material-collection--casino .casino-rank-row,.article-body .pcms-smart-list:has(.casino-rank-row)>.casino-rank-row,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row{margin:0!important;border-right:0!important;border-left:0!important;border-radius:0!important}.article-body .pcms-material-collection--casino>.casino-rank-row:first-child,.article-body .pcms-smart-list:has(.casino-rank-row)>.casino-rank-row:first-child,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row:first-child{border-top:0!important}.article-body .pcms-material-collection--casino>.casino-rank-row:last-child,.article-body .pcms-smart-list:has(.casino-rank-row)>.casino-rank-row:last-child,.article-body .pcms-saved-list:has(.casino-rank-row) .casino-rank-row:last-child{border-bottom:0!important}.article-body>.casino-rank-row,.article-body>div>.casino-rank-row,.article-body>section>.casino-rank-row{margin:24px 0!important}.game-casino-row__logo{padding:5px 6px}.game-casino-row__logo img{display:block;width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;object-fit:contain!important;object-position:center!important}.review-page,.review-page main,.review-page .container,.review-page .review-hero,.review-page .review-hero>*,.review-page .review-hero__main,.review-page .review-hero__offer{min-width:0;max-width:100%}.review-page{overflow-x:clip}.review-page .review-hero__main h1,.review-page .review-hero__title,.review-page .review-hero__main>p{max-width:100%;overflow-wrap:anywhere;word-break:normal}.review-page .review-hero .promo-code-box__label{max-width:calc(100% - 18px);overflow:hidden;text-overflow:ellipsis}@media(max-width:760px){.article-body .casino-rank-row{grid-template-columns:minmax(0,1fr) auto!important;grid-template-areas:"brand rating" "bonus bonus" "actions actions"!important;gap:10px 12px!important;padding:13px!important}.article-body .casino-rank-row__actions{width:100%!important;justify-content:flex-start!important}.article-body .casino-rank-row__actions .promo-code-box--rating{flex:1 1 170px;max-width:none}}@media(max-width:520px){.article-body .casino-rank-row{padding:12px!important}.article-body .casino-rank-row__actions{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px!important}.article-body .casino-rank-row__actions .promo-code-box--rating{grid-column:1/-1;width:100%!important;min-width:0;max-width:none}.review-page .review-hero{width:100%!important;max-width:100%!important;margin-right:0!important;margin-left:0!important}.review-page .review-hero__logo,.review-page .review-hero__main,.review-page .review-hero__offer{width:100%!important}.review-page .review-hero__main>p{width:100%}}@media (min-width:761px){.review-page .container{width:100%;max-width:var(--cr-container);margin-right:auto;margin-left:auto}}.review-score-row__track{position:relative;height:9px;overflow:hidden;border-radius:2px;background:#e7edf3;-webkit-mask:linear-gradient(90deg,#000 0 calc(100% - 3px),transparent calc(100% - 3px) 100%) 0 0/10% 100% repeat-x;mask:linear-gradient(90deg,#000 0 calc(100% - 3px),transparent calc(100% - 3px) 100%) 0 0/10% 100% repeat-x}.review-score-row__track i{display:block;width:var(--criterion-width,0%)!important;height:100%;border-radius:0;background:var(--criterion-color,#10b981)!important;box-shadow:none;transition:width .25s ease}@media(max-width:620px){.review-score-row__track{height:8px;-webkit-mask-size:10% 100%;mask-size:10% 100%}}.demo-grid--provider .demo-card:nth-child(n+17){display:block}.demo-grid--provider .demo-card.is-provider-game-hidden{display:none!important}.provider-games__more i{transition:transform .16s ease}.provider-games.is-expanded .provider-games__more i{transform:rotate(180deg)}.provider-reading{margin-top:32px}.provider-reading-layout{display:grid;grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width);gap:var(--cr-sidebar-gap);align-items:start}.provider-reading-layout>.reading-column{width:100%;max-width:none;margin:0;min-width:0}.provider-reading-sidebar{position:sticky;top:126px;display:grid;gap:14px;min-width:0}.provider-reading-sidebar .toc-box,.provider-reading-sidebar .home-sidebar-card{margin:0}.provider-sidebar-toc nav ul{grid-template-columns:1fr}.provider-sidebar-facts{display:grid;margin:0;padding:4px 14px 7px}.provider-sidebar-facts>div{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:start;padding:10px 0;border-bottom:1px solid #edf1f5}.provider-sidebar-facts>div:last-child{border-bottom:0}.provider-sidebar-facts dt{min-width:0;color:#718096;font-size:.72rem;font-weight:600;line-height:1.4}.provider-sidebar-facts dd{min-width:0;max-width:150px;margin:0;color:#263247;font-size:.76rem;font-weight:700;line-height:1.4;text-align:right;overflow-wrap:anywhere}.provider-sidebar-links{padding-top:0;border-top:1px solid #edf1f5}.provider-sidebar-links a{min-height:39px}.provider-sidebar-game-links{display:grid;padding:4px 13px 7px}.provider-sidebar-game-links a{display:flex;min-height:39px;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #edf1f5;color:#34445b;font-size:12.5px;font-weight:650}.provider-sidebar-game-links a:last-child{border-bottom:0}.provider-sidebar-game-links a::after{content:"→";color:#9aa6b5;font-size:14px;font-weight:500;transition:transform .15s,color .15s}.provider-sidebar-game-links a:hover{color:var(--cr-blue)}.provider-sidebar-game-links a:hover::after{color:var(--cr-blue);transform:translateX(2px)}.related-footer-section--providers .provider-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.provider-card__logo.provider-card__logo--dark{position:relative;isolation:isolate;border-bottom:1px solid #153a5a;background:radial-gradient(circle at 78% 38%,rgba(18,199,217,.15),transparent 30%),linear-gradient(118deg,#051526 0%,#071a2d 58%,#0a2740 100%)}.provider-card__logo.provider-card__logo--dark::before{content:"";position:absolute;z-index:-1;inset:0;background:repeating-linear-gradient(132deg,transparent 0 34px,rgba(23,116,178,.045) 35px 40px,transparent 41px 68px);pointer-events:none}.provider-card__logo.provider-card__logo--dark img{position:relative;z-index:1;width:auto;max-width:82%;height:auto;max-height:72px;padding:0;object-fit:contain;filter:drop-shadow(0 1px 1px rgba(255,255,255,.18))}.provider-card__logo.provider-card__logo--dark span{position:relative;z-index:1;color:#fff}@media(max-width:1120px){.provider-reading-layout{grid-template-columns:minmax(0,1fr) var(--cr-sidebar-width-compact);gap:22px}.related-footer-section--providers .provider-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:920px){.provider-reading-layout{grid-template-columns:1fr;gap:20px}.provider-reading-sidebar{display:contents}.provider-sidebar-toc{order:-1;margin:0!important}.provider-reading__article{order:0}.provider-sidebar-info{order:1;margin:0!important}.provider-sidebar-games{order:2;margin:0!important}}@media(max-width:720px){.provider-reading{margin-top:24px}.related-footer-section--providers .provider-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.provider-card__logo.provider-card__logo--dark img{max-width:86%;max-height:62px}}.info-page--rate-v2 .detail-main{padding-bottom:34px}.howrate-layout{display:grid;grid-template-columns:minmax(0,1fr) 304px;gap:22px;align-items:start}.howrate-content{min-width:0}.howrate-article{min-width:0}.howrate-heading{margin:4px 0 18px}.howrate-heading__eyebrow{display:inline-flex;margin-bottom:7px;color:#0a8fc4;font:750 11px/1.2 var(--cr-font-heading);letter-spacing:.08em;text-transform:uppercase}.howrate-heading h1{margin:0;color:#17243a;font:750 clamp(30px,3vw,42px)/1.12 var(--cr-font-heading)}.howrate-heading p{max-width:880px;margin:14px 0 0;color:#607086;font-size:15px;line-height:1.65}.howrate-summary{display:grid;grid-template-columns:180px minmax(0,1fr);gap:22px;align-items:center;margin:0 0 32px;padding:22px;border:1px solid #dce5ee;border-radius:12px;background:linear-gradient(135deg,#fff 0%,#fbfdff 72%,#eef9f6 100%);box-shadow:0 2px 8px rgba(18,40,70,.025)}.howrate-summary__score{display:grid;place-items:center}.howrate-summary__ring{display:grid;width:142px;height:142px;place-content:center;text-align:center;border-radius:50%;background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(#12b981 0 82%,#dce8e6 82% 100%);box-shadow:inset 0 0 0 1px rgba(23,185,129,.08)}.howrate-summary__ring strong{color:#17243a;font:800 44px/1 var(--cr-font-heading)}.howrate-summary__ring span{margin-top:4px;color:#758398;font-size:11.5px;font-weight:700}.howrate-summary__body{display:grid;gap:18px}.howrate-summary__title strong{display:block;color:#17243a;font:700 21px/1.25 var(--cr-font-heading)}.howrate-summary__title span{display:block;margin-top:5px;color:#718095;font-size:14.5px;line-height:1.55}.howrate-summary__facts{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px}.howrate-summary__facts>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start}.howrate-summary__facts .info-icon{width:38px;height:38px;margin:0;color:#1477e4;background:#eef5ff}.howrate-summary__facts .info-icon .cr-icon{width:19px;height:19px}.howrate-summary__facts p{margin:1px 0 0}.howrate-summary__facts b{display:block;color:#26364d;font-size:14px}.howrate-summary__facts small{display:block;margin-top:3px;color:#7b899a;font-size:12.5px;line-height:1.45}.howrate-section{margin:34px 0 0;scroll-margin-top:90px}.howrate-section__head{margin-bottom:14px}.howrate-section__head h2{margin:0;color:#17243a;font:720 clamp(22px,2.2vw,28px)/1.22 var(--cr-font-heading)}.howrate-section__head p{max-width:920px;margin:6px 0 0;color:#6b7a8e;font-size:15px;line-height:1.62}.howrate-criteria{display:grid;gap:0;padding:10px 16px;border:1px solid #dce5ee;border-radius:11px;background:#fff}.howrate-criterion{display:grid;grid-template-columns:28px minmax(205px,.9fr) minmax(180px,1.35fr) 42px;gap:11px;align-items:center;min-height:48px;border-bottom:1px solid #edf1f5}.howrate-criterion:last-child{border-bottom:0}.howrate-criterion__icon{display:grid;width:26px;height:26px;place-items:center;border-radius:8px;background:#eef5ff;color:#1477e4}.howrate-criterion__icon .cr-icon{width:15px;height:15px}.howrate-criterion>strong{color:#33445a;font-size:14px;font-weight:700}.howrate-criterion>b{text-align:right;color:#23344c;font-size:13.5px}.howrate-meter{position:relative;display:block;height:8px;overflow:hidden;border-radius:3px;background:repeating-linear-gradient(90deg,#e8edf3 0 calc(10% - 4px),transparent calc(10% - 4px) 10%)}.howrate-meter i{position:absolute;inset:0 auto 0 0;width:var(--fill);background:repeating-linear-gradient(90deg,#12b981 0 calc(10% - 4px),transparent calc(10% - 4px) 10%)}.howrate-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;padding:18px 10px 8px;border-top:1px solid #e3e9f0;border-bottom:1px solid #e3e9f0}.howrate-steps article{position:relative;min-width:0;padding:0 9px 10px;text-align:center}.howrate-steps article:not(:last-child)::after{content:"→";position:absolute;top:32px;right:-10px;color:#a9b8c9;font:500 25px/1 var(--cr-font-heading)}.howrate-steps article>b{position:absolute;top:-5px;left:calc(50% - 35px);z-index:2;display:grid;width:22px;height:22px;place-items:center;border-radius:50%;background:#e8f2ff;color:#1477e4;font-size:10px}.howrate-steps .info-icon{width:52px;height:52px;margin:2px auto 10px;color:#1477e4;background:#eff6ff}.howrate-steps .info-icon .cr-icon{width:23px;height:23px}.howrate-steps h3{margin:0;color:#26364d;font-size:14px;line-height:1.35}.howrate-steps p{margin:5px 0 0;color:#7a899c;font-size:12.5px;line-height:1.48}.howrate-review-example{margin:0;padding:12px;border:1px solid #dce5ee;border-radius:12px;background:#fff;box-shadow:0 2px 8px rgba(18,40,70,.025)}.howrate-review-example__image{overflow:hidden;border:1px solid #e2e8ef;border-radius:9px;background:#fff}.howrate-review-example__image img{display:block;width:100%;height:auto}.howrate-review-example figcaption{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:10px}.howrate-review-example figcaption span{position:relative;padding:10px 11px 10px 29px;border:1px solid #d9e7f8;border-radius:8px;background:#f6faff}.howrate-review-example figcaption span::before{content:"↑";position:absolute;left:10px;top:9px;color:#1477e4;font-weight:800}.howrate-review-example figcaption b{display:block;color:#2666b1;font-size:13.5px}.howrate-review-example figcaption small{display:block;margin-top:2px;color:#77869a;font-size:12px;line-height:1.4}.howrate-negative-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px;padding:10px 16px;border:1px solid #f0ccd0;border-radius:11px;background:#fff7f8}.howrate-negative-grid>div{display:grid;grid-template-columns:20px minmax(0,1fr);gap:8px;align-items:start;padding:12px 0;border-bottom:1px solid #f3dfe2}.howrate-negative-grid>div:nth-last-child(-n+2){border-bottom:0}.howrate-negative-grid>div>span{color:#e65161;font-size:17px;line-height:1}.howrate-negative-grid p{margin:0}.howrate-negative-grid b{display:block;color:#4a3b42;font-size:14px}.howrate-negative-grid small{display:block;margin-top:3px;color:#88767f;font-size:12.5px;line-height:1.45}.howrate-neutral-card{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 20px;padding:10px 16px;border:1px solid #cde9dc;border-radius:11px;background:#f4fbf7}.howrate-neutral-card>div{display:grid;grid-template-columns:22px minmax(0,1fr);gap:9px;align-items:start;padding:12px 0;border-bottom:1px solid #dcefe5}.howrate-neutral-card>div:nth-last-child(-n+2){border-bottom:0}.howrate-neutral-card .cr-icon{width:18px;height:18px;margin-top:1px;color:#12996b}.howrate-neutral-card p{margin:0}.howrate-neutral-card b{display:block;color:#355348;font-size:14px}.howrate-neutral-card small{display:block;margin-top:3px;color:#71877d;font-size:12.5px;line-height:1.45}.howrate-faq{overflow:hidden;border:1px solid #dce5ee;border-radius:11px;background:#fff}.howrate-faq details{border-bottom:1px solid #e8edf2}.howrate-faq details:last-child{border-bottom:0}.howrate-faq summary{position:relative;display:block;padding:15px 48px 15px 16px;color:#304158;font-size:15px;font-weight:700;line-height:1.45;cursor:pointer;list-style:none}.howrate-faq summary::-webkit-details-marker{display:none}.howrate-faq summary::after{content:"";position:absolute;right:15px;top:14px;width:24px;height:24px;border-radius:50%;background-color:#eef5ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%231477e4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;transition:transform .18s ease}.howrate-faq details[open] summary::after{transform:rotate(180deg)}.howrate-faq details>div{padding:0 48px 16px 16px;color:#718095;font-size:14px;line-height:1.62}.howrate-extra-copy{margin-top:28px}.howrate-cta{margin-top:28px}.howrate-sidebar{position:sticky;top:82px;display:grid;gap:12px;min-width:0}.howrate-sidebar .toc-box,.howrate-sidebar .home-sidebar-card{margin:0}.howrate-toc nav ul{grid-template-columns:1fr}.howrate-sidebar-card{padding-bottom:0}.howrate-sidebar-points{display:grid;padding:2px 14px 10px}.howrate-sidebar-points>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:9px;align-items:start;padding:10px 0;border-bottom:1px solid #edf1f5}.howrate-sidebar-points>div:last-child{border-bottom:0}.howrate-sidebar-points .info-icon{width:36px;height:36px;margin:0;color:#1477e4;background:#eef5ff}.howrate-sidebar-points .info-icon .cr-icon{width:18px;height:18px}.howrate-sidebar-points p{margin:1px 0 0}.howrate-sidebar-points b{display:block;color:#34455b;font-size:13.5px}.howrate-sidebar-points small{display:block;margin-top:2px;color:#7b899a;font-size:12px;line-height:1.45}@media(max-width:1080px){.howrate-layout{grid-template-columns:minmax(0,1fr) 270px;gap:18px}.howrate-summary{grid-template-columns:150px minmax(0,1fr);padding:19px}.howrate-summary__ring{width:124px;height:124px}.howrate-summary__ring strong{font-size:39px}.howrate-criterion{grid-template-columns:28px minmax(165px,.85fr) minmax(150px,1.25fr) 40px}.howrate-steps{grid-template-columns:repeat(5,minmax(115px,1fr));overflow-x:auto;scrollbar-width:thin}}@media(max-width:900px){.howrate-layout{grid-template-columns:1fr}.howrate-sidebar{position:static;order:-1;grid-template-columns:1fr 1fr;top:auto}.howrate-toc{grid-column:1/-1}.howrate-heading{margin-top:0}}@media(max-width:720px){.info-page--rate-v2 .detail-main{padding-bottom:24px}.howrate-summary{grid-template-columns:1fr;gap:14px;padding:17px}.howrate-summary__score{display:none}.howrate-summary__facts{grid-template-columns:1fr 1fr}.howrate-criterion{grid-template-columns:28px minmax(0,1fr) 38px;gap:9px;padding:8px 0}.howrate-criterion .howrate-meter{grid-column:2/4;width:100%}.howrate-steps{grid-template-columns:repeat(5,minmax(150px,1fr));margin-inline:-2px;padding-inline:2px}.howrate-review-example figcaption{grid-template-columns:1fr}.howrate-negative-grid,.howrate-neutral-card{grid-template-columns:1fr}.howrate-negative-grid>div:nth-last-child(2),.howrate-neutral-card>div:nth-last-child(2){border-bottom:1px solid #f3dfe2}.howrate-neutral-card>div:nth-last-child(2){border-bottom-color:#dcefe5}.howrate-sidebar{grid-template-columns:1fr}.howrate-toc{grid-column:auto}}@media(max-width:520px){.howrate-heading h1{font-size:29px}.howrate-heading p{font-size:13.5px;line-height:1.55}.howrate-summary__facts{grid-template-columns:1fr}.howrate-summary__title strong{font-size:18px}.howrate-section{margin-top:28px}.howrate-section__head h2{font-size:22px}.howrate-section__head p{font-size:14px}.howrate-criteria{padding:7px 12px}.howrate-criterion>strong{font-size:13.5px}.howrate-review-example{padding:8px}.howrate-review-example__image{overflow-x:auto}.howrate-review-example__image img{width:760px;max-width:none}.howrate-faq summary{font-size:14.5px}}.info-page--about-v2 .detail-main,.info-page--responsible-v2 .detail-main,.sitemap-page-v2 .detail-main{padding-bottom:34px}.editorial-info-main{min-width:0}.editorial-info-layout{align-items:start}.editorial-info-content{min-width:0}.editorial-info-heading{margin-top:4px}.editorial-info-summary{margin-bottom:30px}.about-summary__ring{background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(#0b8df2 0 62%,#10b9a1 62% 86%,#dce8ee 86% 100%)}.responsible-summary{background:linear-gradient(135deg,#fff 0%,#fffdf8 72%,#fff6e5 100%)}.responsible-summary__ring{background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(#f2b63d 0 72%,#13b981 72% 88%,#ece7dc 88% 100%)}.responsible-summary__ring strong{font-size:34px}.responsible-summary__ring span{max-width:82px;margin-inline:auto}.about-directions-grid,.responsible-rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.about-directions-grid article,.responsible-rules-grid article{display:grid;grid-template-columns:46px minmax(0,1fr);gap:12px;padding:16px;border:1px solid #dce5ee;border-radius:11px;background:#fff;box-shadow:0 2px 8px rgba(18,40,70,.02)}.about-directions-grid .info-icon,.responsible-rules-grid .info-icon{width:42px;height:42px;margin:0;color:#1477e4;background:#eef5ff}.about-directions-grid h3,.responsible-rules-grid h3{margin:1px 0 5px;color:#26364d;font:700 16px/1.32 var(--cr-font-heading)}.about-directions-grid p,.responsible-rules-grid p{margin:0;color:#718095;font-size:14.5px;line-height:1.58}.about-directions-grid a{display:inline-flex;align-items:center;gap:6px;margin-top:9px;color:#126ad3;font-size:14px;font-weight:750;text-decoration:none}.about-directions-grid a:hover{text-decoration:underline}.about-steps{margin-top:2px}.about-principles-card{margin-top:0}.about-transparency-card{display:grid;gap:0;padding:8px 16px;border:1px solid #d9e7f8;border-radius:11px;background:#f7faff}.about-transparency-card>div{display:grid;grid-template-columns:38px minmax(0,1fr);gap:10px;align-items:start;padding:12px 0;border-bottom:1px solid #e5eef8}.about-transparency-card>div:last-child{border-bottom:0}.about-transparency-card .info-icon{width:36px;height:36px;margin:0;color:#1477e4;background:#eaf3ff}.about-transparency-card p{margin:0}.about-transparency-card b{display:block;color:#34455b;font-size:14.5px}.about-transparency-card small{display:block;margin-top:3px;color:#758498;font-size:13px;line-height:1.48}.responsible-rules-grid article{border-color:#dfe6ee;background:linear-gradient(180deg,#fff,#fbfcfe)}.responsible-rules-grid article:nth-child(1) .info-icon,.responsible-rules-grid article:nth-child(2) .info-icon{color:#12996b;background:#edf9f4}.responsible-rules-grid article:nth-child(3) .info-icon,.responsible-rules-grid article:nth-child(4) .info-icon{color:#d69617;background:#fff6e5}.responsible-warning-grid{margin-top:0}.responsible-tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.responsible-tools-grid>div{display:grid;grid-template-columns:36px minmax(0,1fr);gap:9px;align-items:start;padding:13px;border:1px solid #dfe6ee;border-radius:10px;background:#fff}.responsible-tool-icon{display:grid;width:34px;height:34px;place-items:center;border-radius:9px;background:#eef5ff;color:#1477e4}.responsible-tool-icon .cr-icon{width:17px;height:17px}.responsible-tools-grid p{margin:0}.responsible-tools-grid b{display:block;color:#34455b;font-size:14px}.responsible-tools-grid small{display:block;margin-top:3px;color:#7b899a;font-size:12.5px;line-height:1.48}.responsible-steps{grid-template-columns:repeat(4,minmax(0,1fr))}.responsible-help-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.responsible-help-grid article{display:grid;grid-template-columns:48px minmax(0,1fr);gap:12px;padding:16px;border:1px solid #dce5ee;border-radius:11px;background:#fff}.responsible-help-grid .support-resource__mark{display:grid;width:46px;height:46px;place-items:center;border-radius:12px;background:#edf6ff;color:#1477e4;font:800 14px/1 var(--cr-font-heading)}.responsible-help-grid h3{margin:0;color:#2d3d54;font-size:16px}.responsible-help-grid p{margin:5px 0 8px;color:#718095;font-size:14px;line-height:1.58}.responsible-help-grid a{display:inline-flex;align-items:center;gap:5px;color:#126ad3;font-size:13.5px;font-weight:750;text-decoration:none}.responsible-help-grid a:hover{text-decoration:underline}.responsible-help-grid a .cr-icon{width:14px;height:14px}.editorial-project-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:28px}.editorial-project-links a{display:block;min-width:0;padding:13px 14px;border:1px solid #dce5ee;border-radius:10px;background:#fff;color:inherit;text-decoration:none;transition:border-color .15s ease,transform .15s ease,box-shadow .15s ease}.editorial-project-links a:hover{transform:translateY(-1px);border-color:#bfd5ed;box-shadow:0 5px 16px rgba(27,64,104,.07)}.editorial-project-links span{display:block;color:#126ad3;font-size:14px;font-weight:750}.editorial-project-links b{display:block;margin-top:3px;color:#526277;font-size:12.5px;font-weight:600}.sitemap-main-v2{min-width:0}.sitemap-heading-v2{max-width:930px;margin-bottom:18px}.sitemap-overview{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:18px;align-items:center;padding:18px 20px;border:1px solid #dce5ee;border-radius:12px;background:linear-gradient(135deg,#fff 0%,#fbfdff 72%,#eef7ff 100%)}.sitemap-overview__intro strong{display:block;color:#26364d;font:700 18px/1.3 var(--cr-font-heading)}.sitemap-overview__intro span{display:block;max-width:720px;margin-top:5px;color:#718095;font-size:15px;line-height:1.6}.sitemap-overview__stats{display:grid;grid-template-columns:repeat(2,minmax(105px,1fr));gap:8px}.sitemap-overview__stats div{min-width:105px;padding:10px 12px;border:1px solid #d9e7f8;border-radius:10px;background:#fff;text-align:center}.sitemap-overview__stats b{display:block;color:#1477e4;font:800 24px/1 var(--cr-font-heading)}.sitemap-overview__stats span{display:block;margin-top:5px;color:#7b899a;font-size:12.5px;line-height:1.35}.sitemap-toolbar-v2{display:grid;grid-template-columns:minmax(280px,460px) minmax(0,1fr);gap:12px;align-items:center;margin:16px 0 12px}.sitemap-filter-v2{display:grid;grid-template-columns:18px minmax(0,1fr);gap:9px;align-items:center;height:44px;padding:0 13px;border:1px solid #d8e2ed;border-radius:10px;background:#fff;color:#8290a2}.sitemap-filter-v2 .cr-icon{width:18px;height:18px}.sitemap-filter-v2 input{width:100%;border:0;outline:0;background:transparent;color:#26364d;font:500 15px/1.2 var(--cr-font-body)}.sitemap-filter-v2 input::placeholder{color:#9aa6b5}.sitemap-toolbar-v2__hint{display:flex;justify-content:flex-end;align-items:center;gap:7px;color:#8390a2;font-size:13.5px}.sitemap-toolbar-v2__hint .cr-icon{width:16px;height:16px;color:#1477e4}.sitemap-tree-shell{padding:14px;border:1px solid #dce5ee;border-radius:12px;background:#f9fbfd}.html-sitemap-tree{display:grid;gap:12px}.html-sitemap-home{display:none}.html-sitemap-actions{display:flex;justify-content:flex-end;gap:7px}.html-sitemap-actions button{height:38px;padding:0 13px;border:1px solid #d6e1ec;border-radius:8px;background:#fff;color:#516176;font-size:13.5px;font-weight:700;cursor:pointer}.html-sitemap-actions button:hover{border-color:#b8d2ee;color:#126ad3;background:#f7fbff}.html-sitemap-roots{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;align-items:start}.html-sitemap-branch{min-width:0;border:1px solid #dfe6ee;border-radius:10px;background:#fff;overflow:hidden}.html-sitemap-branch>summary{position:relative;display:flex;align-items:center;gap:8px;min-height:50px;padding:11px 46px 11px 14px;list-style:none;cursor:pointer;color:#2b3c53;font-size:15.5px;font-weight:750;line-height:1.35}.html-sitemap-branch>summary::-webkit-details-marker{display:none}.html-sitemap-branch>summary::after{content:"";position:absolute;right:12px;top:13px;width:24px;height:24px;border-radius:7px;background-color:#eef5ff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%231477e4' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;transition:transform .16s ease}.html-sitemap-branch[open]>summary::after{transform:rotate(180deg)}.html-sitemap-branch>summary>a{min-width:0;color:#2b3c53;text-decoration:none}.html-sitemap-branch>summary>a:hover{color:#126ad3;text-decoration:underline}.html-sitemap-branch>summary>span{display:inline-grid;min-width:28px;height:22px;place-items:center;margin-left:auto;border-radius:11px;background:#f1f4f7;color:#7b899a;font-size:11.5px;font-weight:700}.html-sitemap-materials{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px;margin:0;padding:2px 13px 11px;list-style:none;border-top:1px solid #edf1f5}.html-sitemap-materials>li{min-width:0;margin:0;padding:8px 0;border-bottom:1px solid #f0f3f6}.html-sitemap-materials>li:last-child{border-bottom-color:transparent}.html-sitemap-materials a{display:block;min-width:0;overflow-wrap:anywhere;color:#53647a;font-size:14px;line-height:1.48;text-decoration:none}.html-sitemap-materials a:hover{color:#126ad3;text-decoration:underline}.html-sitemap-sections{margin:6px 0 0;padding:0 0 0 13px;list-style:none;border-left:2px solid #e6eef7}.html-sitemap-sections li{margin:5px 0}.html-sitemap-sections a{color:#7a899c;font-size:13px;line-height:1.45}.html-sitemap-children{display:grid;gap:7px;padding:0 10px 10px}.html-sitemap-children .html-sitemap-branch{border-color:#e6ebf1;background:#fbfcfe}.html-sitemap-children .html-sitemap-branch>summary{min-height:44px;padding-top:9px;padding-bottom:9px;font-size:14px}.html-sitemap-children .html-sitemap-branch>summary::after{top:10px}.sitemap-empty-v2{padding:30px 16px;text-align:center;color:#78879a;font-size:14px}.sitemap-project-links{margin-top:14px}@media(max-width:1080px){.responsible-tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sitemap-overview{grid-template-columns:1fr}.sitemap-overview__stats{justify-content:start}}@media(max-width:900px){.editorial-info-sidebar{position:static}.sitemap-toolbar-v2{grid-template-columns:1fr}.sitemap-toolbar-v2__hint{justify-content:flex-start}.html-sitemap-roots{grid-template-columns:1fr}}@media(max-width:720px){.info-page--about-v2 .detail-main,.info-page--responsible-v2 .detail-main,.sitemap-page-v2 .detail-main{padding-bottom:24px}.about-directions-grid,.responsible-rules-grid,.responsible-help-grid{grid-template-columns:1fr}.responsible-tools-grid{grid-template-columns:1fr 1fr}.responsible-steps{grid-template-columns:repeat(4,minmax(150px,1fr))}.editorial-project-links{grid-template-columns:1fr}.sitemap-overview__stats{grid-template-columns:1fr 1fr;width:100%}.html-sitemap-materials{grid-template-columns:1fr}.sitemap-tree-shell{padding:10px}}@media(max-width:520px){.about-directions-grid article,.responsible-rules-grid article{grid-template-columns:40px minmax(0,1fr);padding:13px}.about-directions-grid .info-icon,.responsible-rules-grid .info-icon{width:38px;height:38px}.responsible-tools-grid{grid-template-columns:1fr}.sitemap-overview{padding:15px}.sitemap-overview__intro strong{font-size:16px}.sitemap-overview__stats div{min-width:0}.sitemap-overview__stats b{font-size:21px}.sitemap-toolbar-v2__hint{display:none}.html-sitemap-actions{justify-content:stretch}.html-sitemap-actions button{flex:1}.html-sitemap-branch>summary{padding-left:11px;font-size:14.5px}}.html-sitemap-home{display:block}.html-sitemap-home a{display:inline-flex;align-items:center;min-height:38px;padding:0 13px;border:1px solid #d9e7f8;border-radius:8px;background:#f4f8ff;color:#126ad3;font-size:14px;font-weight:750;text-decoration:none}.html-sitemap-home a::before{content:"⌂";margin-right:7px;font-size:15px}.html-sitemap-home a:hover{border-color:#b8d2ee;background:#eef6ff}.portal-directory--tag .tag-result-group__items--native:has(.casino-rank-row) .casino-rank-row__position,.portal-directory--tag .tag-result-group__items:has(.casino-rank-row) .casino-rank-row__position{display:none!important}.portal-directory--tag .tag-result-group__items--native:has(.casino-rank-row) .casino-rank-row,.portal-directory--tag .tag-result-group__items:has(.casino-rank-row) .casino-rank-row{grid-template-columns:minmax(180px,.88fr) 88px minmax(235px,1.3fr) minmax(355px,1.2fr)}@media(max-width:1120px) and (min-width:921px){.portal-directory--tag .tag-result-group__items--native:has(.casino-rank-row) .casino-rank-row,.portal-directory--tag .tag-result-group__items:has(.casino-rank-row) .casino-rank-row{grid-template-columns:minmax(165px,.9fr) 82px minmax(205px,1.2fr) 330px}}@media(max-width:920px){.portal-directory--tag .tag-result-group__items--native:has(.casino-rank-row) .casino-rank-row,.portal-directory--tag .tag-result-group__items:has(.casino-rank-row) .casino-rank-row{grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"brand rating" "bonus bonus" "actions actions"}}.home-casino-rank .casino-rank-list__body>.casino-rank-row:first-child,.portal-directory--casinos .directory-section>.casino-rank-list>.casino-rank-list__body>.casino-rank-row:first-child{position:relative;isolation:isolate;border-left:0;background:#fffdf8}.home-casino-rank .casino-rank-list__body>.casino-rank-row:first-child::after,.portal-directory--casinos .directory-section>.casino-rank-list>.casino-rank-list__body>.casino-rank-row:first-child::after{content:"";position:absolute;inset:0;z-index:4;padding:2px;pointer-events:none;border-radius:8px 8px 0 0;background:linear-gradient(135deg,#f0b91e 0%,#ffe496 48%,#efbd37 100%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.home-casino-rank .casino-rank-list__body>.casino-rank-row:first-child:last-child::after,.portal-directory--casinos .directory-section>.casino-rank-list>.casino-rank-list__body>.casino-rank-row:first-child:last-child::after{border-radius:8px}.home-casino-rank .casino-rank-list__body>.casino-rank-row:first-child .casino-rank-row__position,.portal-directory--casinos .directory-section>.casino-rank-list>.casino-rank-list__body>.casino-rank-row:first-child .casino-rank-row__position{box-shadow:0 0 0 4px #fff5ce,0 4px 12px rgba(202,145,0,.16)}.home-section-actions{display:flex;align-items:center;gap:11px;flex:0 0 auto}.home-rail-nav{display:flex;align-items:center;gap:5px;margin-top:1px}.home-rail-arrow{display:grid;width:34px;height:34px;place-items:center;border:1px solid #d8e2ec;border-radius:8px;background:#fff;color:#47617e;font:700 24px/1 var(--cr-font-heading);cursor:pointer;transition:border-color .15s,background .15s,color .15s,opacity .15s}.home-rail-arrow:hover:not(:disabled){border-color:#b7d1ef;background:#f5f9ff;color:#126ad3}.home-rail-arrow:disabled{opacity:.32;cursor:default}.home-rail-arrow span{display:block;transform:translateY(-1px)}.home-card-rail{display:grid!important;grid-template-columns:none!important;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;gap:12px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-inline:contain;padding:1px 1px 7px}.home-card-rail::-webkit-scrollbar{display:none}.home-card-rail>.bonus-card,.home-card-rail>.demo-card{display:flex!important;scroll-snap-align:start;scroll-snap-stop:normal}.home-bonuses-grid.home-card-rail{grid-auto-columns:calc((100% - 36px)/4)}.demo-grid--home.home-card-rail{grid-auto-columns:calc((100% - 48px)/5)}.home-card-rail-section.is-rail-static .home-rail-nav{visibility:hidden}.catalog-filter-panel{display:grid;gap:11px;margin:0 0 19px;padding:14px;border:1px solid #dce6f0;border-radius:12px;background:linear-gradient(135deg,#fff 0%,#fbfdff 68%,#f5f9ff 100%);box-shadow:0 4px 16px rgba(32,58,88,.025)}.catalog-filter-panel__head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:0 1px 1px}.catalog-filter-panel__head>div:first-child{min-width:0}.catalog-filter-panel__head strong{display:block;color:#22334b;font:700 16px/1.3 var(--cr-font-heading)}.catalog-filter-panel__head span{display:block;margin-top:3px;color:#7b899b;font-size:12.5px;line-height:1.45}.catalog-filter-panel__controls{display:flex;align-items:center;gap:9px;min-width:0}.catalog-filter-panel__row{display:grid;grid-template-columns:86px minmax(0,1fr);align-items:center;gap:10px;padding-top:10px;border-top:1px solid #e7edf4}.catalog-filter-panel__label{color:#77869a;font-size:11px;font-weight:700;letter-spacing:.02em}.catalog-category-tabs{min-width:0;margin:0;overflow-x:auto;padding:1px 0 3px}.catalog-search{display:grid;grid-template-columns:18px minmax(0,1fr);width:min(340px,100%);height:40px;align-items:center;gap:8px;padding:0 11px;border:1px solid #d9e3ed;border-radius:8px;background:#fff;color:#8290a2}.catalog-search:focus-within{border-color:#a8c9f2;box-shadow:0 0 0 3px rgba(32,112,224,.08)}.catalog-search i{font-size:13px;color:#8190a4}.catalog-search input{min-width:0;border:0;outline:0;background:transparent;color:#26364d;font:500 13px/1.2 var(--cr-font-body)}.catalog-search input::placeholder{color:#9aa6b5}.catalog-quick-filters{display:flex;min-width:0;gap:6px;overflow-x:auto;scrollbar-width:none}.catalog-quick-filters::-webkit-scrollbar{display:none}.catalog-quick-filters button{flex:0 0 auto;min-height:34px;padding:0 11px;border:1px solid #dbe4ee;border-radius:7px;background:#fff;color:#5d6d82;font-size:11.5px;font-weight:680;cursor:pointer;white-space:nowrap}.catalog-quick-filters button:hover{border-color:#b8d2ef;color:#126ad3;background:#f8fbff}.catalog-quick-filters button.is-active{border-color:#2375e5;background:#2375e5;color:#fff}.catalog-toolbar__meta{margin-left:auto;color:#8a97a8;font-size:11.5px;white-space:nowrap}.catalog-select-wrap{display:grid;grid-template-columns:auto minmax(120px,1fr);align-items:center;gap:7px;height:40px;padding:0 8px 0 10px;border:1px solid #d9e3ed;border-radius:8px;background:#fff}.catalog-select-wrap label{color:#7a899c;font-size:10.5px;font-weight:650}.catalog-select-wrap select{max-width:190px;border:0;outline:0;background:transparent;color:#33445a;font:600 12px/1.2 var(--cr-font-body);cursor:pointer}.catalog-list-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin:0 0 12px}.catalog-list-heading h2{margin:0;color:#1d2c42;font:700 21px/1.25 var(--cr-font-heading)}.catalog-list-heading p{margin:4px 0 0;color:#7b899a;font-size:12.5px;line-height:1.5}.catalog-empty{grid-column:1/-1;padding:34px 15px;border:1px dashed #cfdae7;border-radius:10px;background:#fbfdff;color:#78879a;text-align:center;font-size:13px}[data-catalog-list]>[hidden]{display:none!important}.portal-directory--games .demo-card__media{position:relative}.portal-directory--games .demo-card__media::after{position:absolute;left:8px;bottom:8px;display:inline-flex;min-height:22px;align-items:center;padding:0 8px;border:1px solid rgba(255,255,255,.28);border-radius:11px;background:rgba(8,24,44,.78);color:#fff;font-size:9.5px;font-weight:750;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.12);backdrop-filter:blur(5px)}.portal-directory--games .demo-card[data-demo-kind="slots"] .demo-card__media::after{content:"Слот"}.portal-directory--games .demo-card[data-demo-kind="crash"] .demo-card__media::after{content:"Crash"}.portal-directory--games .demo-card[data-demo-kind="live"] .demo-card__media::after{content:"Live"}@media(max-width:1120px){.home-bonuses-grid.home-card-rail{grid-auto-columns:calc((100% - 24px)/3)}.demo-grid--home.home-card-rail{grid-auto-columns:calc((100% - 36px)/4)}}@media(max-width:920px){.home-bonuses-grid.home-card-rail{grid-auto-columns:minmax(250px,42vw)}.demo-grid--home.home-card-rail{grid-auto-columns:minmax(205px,31vw)}}@media(max-width:720px){.home-section-head{align-items:center}.home-section-actions{gap:7px}.home-rail-nav{display:none}.home-bonuses-grid.home-card-rail{grid-auto-columns:min(82vw,310px);margin-right:-14px;padding-right:14px}.demo-grid--home.home-card-rail{grid-auto-columns:min(72vw,245px);margin-right:-14px;padding-right:14px;gap:10px}.catalog-filter-panel{margin-right:-2px;margin-left:-2px;padding:12px;gap:10px}.catalog-filter-panel__head span{font-size:12px}.catalog-filter-panel__controls{align-items:stretch;flex-direction:column}.catalog-search{width:100%}.catalog-select-wrap{width:100%;grid-template-columns:auto minmax(0,1fr)}.catalog-select-wrap select{max-width:none;width:100%}.catalog-filter-panel__row{grid-template-columns:1fr;gap:7px;padding-top:9px}.catalog-category-tabs,.catalog-quick-filters{width:100%;margin-right:-12px;padding-right:12px}.catalog-toolbar__meta{padding:0 2px}.catalog-list-heading h2{font-size:19px}.catalog-list-heading p{font-size:12px}}@media(max-width:480px){.home-section-actions .home-section-more{margin-top:0}.home-bonuses-grid.home-card-rail{grid-auto-columns:min(84vw,300px)}.demo-grid--home.home-card-rail{grid-auto-columns:min(74vw,238px)}.catalog-filter-panel__head strong{font-size:15px}}.site-warning{border-bottom:1px solid #dbe4ee;background:#f7f9fc;color:#607086}.site-warning__inner{min-height:30px;padding-top:5px;padding-bottom:5px;font-size:11.5px;font-weight:620}.site-warning__inner span{display:inline-flex;align-items:center;justify-content:center;gap:6px}.site-warning__inner i{color:#2877d9;font-size:11px}.site-footer{border-top:0;background:linear-gradient(145deg,#07192b 0%,#09243b 72%,#073346 100%);color:#c8d6e5;box-shadow:0 -8px 30px rgba(8,29,48,.08)}.site-footer .footer-popular{border-bottom-color:rgba(255,255,255,.10)}.site-footer .footer-popular a{border-color:rgba(255,255,255,.10);background:rgba(255,255,255,.045);color:#dce9f5}.site-footer .footer-popular a:hover{border-color:rgba(98,202,236,.34);background:rgba(71,181,220,.10);color:#fff}.site-footer .footer-popular span{color:#7792aa}.site-footer .footer-popular strong{color:#e9f2fa}.site-footer .footer-about p{color:#9eb0c2}.site-footer .footer-menu-col h4{color:#f0f6fb}.site-footer .footer-menu-col a{color:#aebfd0}.site-footer .footer-menu-col a:hover{color:#73d5ee}.site-footer .footer-logo{display:inline-flex;padding:7px 10px;border-radius:9px;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.12)}.site-footer .footer-legal{border-top-color:rgba(255,255,255,.11);color:#9eb0c2}.site-footer .footer-legal__age{border-color:rgba(255,255,255,.16);background:rgba(255,255,255,.07);color:#fff}.site-footer .footer-legal__heading strong{color:#e9f2fa}.site-footer .footer-legal__heading span:not(.footer-legal__age){color:#8fa5ba}.site-footer .footer-legal__copy p{color:#9eb0c2}.site-footer .footer-legal__copy a{color:#b8d9eb;text-decoration-color:rgba(184,217,235,.38)}.site-footer .footer-legal__copy a:hover{color:#fff;text-decoration-color:#fff}.site-footer .footer-bottom{border-top-color:rgba(255,255,255,.11);color:#90a5b9}.site-footer .age-badge{border-color:rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff}@media(max-width:720px){.site-warning__inner{min-height:28px;font-size:10.5px;line-height:1.35}.site-footer .footer-logo{padding:6px 8px}}.home-page .home-main{padding-top:0}.home-hero{position:relative;overflow:hidden;margin:0 0 30px;border-bottom:1px solid #dce8f5;background:radial-gradient(circle at 52% 50%,rgba(255,255,255,.92) 0 11%,rgba(255,255,255,0) 36%),linear-gradient(105deg,#f8fbff 0%,#eaf5ff 49%,#f6fbff 100%)}.home-hero::before,.home-hero::after{content:"";position:absolute;border-radius:50%;pointer-events:none}.home-hero::before{width:340px;height:340px;left:-130px;top:70px;background:rgba(55,139,230,.055)}.home-hero::after{width:300px;height:300px;right:-120px;top:-95px;border:34px solid rgba(38,122,219,.05)}.home-hero__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 390px minmax(430px,.96fr);min-height:318px;align-items:center;gap:28px;padding-top:32px;padding-bottom:32px}.home-hero__copy{min-width:0}.home-hero__copy h1{max-width:610px;margin:0 0 14px;color:#102946;font-family:"Manrope","Inter",sans-serif;font-size:46px;font-weight:700;line-height:1.06;letter-spacing:-.018em;text-wrap:balance}.home-hero__copy p{max-width:600px;margin:0;color:#5a6d84;font-size:16px;line-height:1.55}.home-hero__art{display:flex;width:390px;height:310px;align-self:center;align-items:center;justify-content:center;overflow:visible}.home-hero__art picture{display:block;width:100%;height:100%}.home-hero__art-image{display:block;width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 22px 26px rgba(24,73,130,.16));transform:none}.home-hero__top{min-width:0}.home-hero__promos{display:grid;gap:9px}.home-hero-promo{display:grid;grid-template-columns:76px minmax(118px,.82fr) minmax(185px,1.12fr);align-items:center;gap:11px;min-height:84px;padding:10px 12px;border:1px solid #dce7f3;border-radius:12px;background:rgba(255,255,255,.94);color:#1d3049;box-shadow:0 10px 26px rgba(44,91,143,.07);transition:transform .16s,border-color .16s,box-shadow .16s}.home-hero-promo:first-child{border-color:#efcf70;background:linear-gradient(105deg,#fffdf6,#fff 52%)}.home-hero-promo:hover{transform:translateY(-1px);border-color:#bcd3ef;box-shadow:0 13px 30px rgba(44,91,143,.10);color:#1d3049}.home-hero-promo__logo{display:flex;width:76px;height:50px;align-items:center;justify-content:center;overflow:hidden;border:1px solid #e3e9f0;border-radius:7px;background:#071d32}.home-hero-promo__logo img{display:block;max-width:68px;max-height:40px;object-fit:contain}.home-hero-promo__main{display:flex;min-width:0;flex-direction:column;gap:3px}.home-hero-promo__main>strong{overflow:hidden;color:#17263b;font-size:13px;font-weight:720;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.home-hero-promo__rating{color:#263c56;font-size:12px;font-weight:720}.home-hero-promo__rating i{color:#f2a40b;font-style:normal}.home-hero-promo__rating small{margin-left:2px;color:#8a99aa;font-size:9px;font-weight:650}.home-hero-promo__bonus{display:flex;width:100%;min-width:0;box-sizing:border-box;flex-direction:column;gap:2px;padding:9px 10px;border-radius:8px;background:#f2f7fd}.home-hero-promo__bonus small{color:#8391a3;font-size:8.5px;font-weight:700;text-transform:uppercase;letter-spacing:.035em}.home-hero-promo__bonus strong{display:block;overflow:visible;color:#17263b;font-size:12px;font-weight:720;line-height:1.25;white-space:normal;text-overflow:clip;overflow-wrap:anywhere}.home-ranking__morebar{display:flex;min-height:42px;align-items:center;justify-content:center;gap:8px;border-top:1px solid #dfe8f2;background:linear-gradient(90deg,#f8fbff,#eef5ff 50%,#f8fbff);color:#1764d8;font-size:12px;font-weight:700}.home-ranking__morebar:hover{background:#eaf3ff;color:#0e55bd}.home-ranking__morebar i{font-size:9px}.home-feature-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 30px}.home-feature-card{position:relative;display:grid;grid-template-columns:42px minmax(0,1fr);min-height:112px;overflow:hidden;gap:12px;padding:18px 128px 18px 16px;border:1px solid #dce6ef;border-radius:11px;color:#263a53;box-shadow:0 7px 20px rgba(33,66,103,.035);transition:transform .16s,box-shadow .16s,border-color .16s}.home-feature-card:hover{color:#263a53;transform:translateY(-1px);border-color:#cbdbe9;box-shadow:0 10px 25px rgba(33,66,103,.065)}.home-feature-card--bonus{background:linear-gradient(125deg,#f1fff8 0%,#f7fffb 58%,#ebfaf5 100%)}.home-feature-card--games{background:linear-gradient(125deg,#f7f3ff 0%,#fbf9ff 58%,#f1edff 100%)}.home-feature-card--editorial{background:linear-gradient(125deg,#eff8ff 0%,#f8fbff 58%,#eaf5ff 100%)}.home-feature-card__icon{position:relative;z-index:1;display:grid;width:40px;height:40px;place-items:center;border:1px solid rgba(39,88,142,.08);border-radius:10px;background:rgba(255,255,255,.86);box-shadow:0 5px 14px rgba(38,75,116,.05);font-size:16px}.home-feature-card--bonus .home-feature-card__icon{color:#18a85b}.home-feature-card--games .home-feature-card__icon{color:#7c54dc}.home-feature-card--editorial .home-feature-card__icon{color:#2074df}.home-feature-card__copy{position:relative;z-index:1;display:flex;min-width:0;flex-direction:column;align-items:flex-start;justify-content:center}.home-feature-card__copy strong{color:#1d314b;font:700 15px/1.3 var(--cr-font-heading);letter-spacing:-.012em}.home-feature-card__copy small{display:block;max-width:250px;margin-top:5px;color:#68798e;font-size:11.5px;line-height:1.45}.home-feature-card__art-image{position:absolute;z-index:0;right:12px;bottom:5px;display:block;width:112px;height:104px;object-fit:contain;pointer-events:none;user-select:none;filter:drop-shadow(0 10px 14px rgba(46,82,124,.10))}.demo-card--portal[data-volatility="low"]{border-top-color:#59bd91}.demo-card--portal[data-volatility="medium"]{border-top-color:#73a6de}.demo-card--portal[data-volatility="high"]{border-top-color:#e7a154}.demo-card--portal[data-volatility="low"] .demo-card__info::before,.demo-card--portal[data-volatility="medium"] .demo-card__info::before,.demo-card--portal[data-volatility="high"] .demo-card__info::before{align-self:flex-start;margin:-1px 0 6px;padding:3px 6px;border-radius:5px;font-size:8.5px;font-weight:750;line-height:1.2}.demo-card--portal[data-volatility="low"] .demo-card__info::before{content:"Низкая волатильность";background:#edf9f3;color:#247852}.demo-card--portal[data-volatility="medium"] .demo-card__info::before{content:"Средняя волатильность";background:#eef6ff;color:#2d689f}.demo-card--portal[data-volatility="high"] .demo-card__info::before{content:"Высокая волатильность";background:#fff4e9;color:#a85a18}.site-footer .footer-logo{display:inline-flex;padding:0!important;background:transparent!important;box-shadow:none!important}.site-footer .portal-logo--footer{width:174px}.site-footer .footer-menu-col h4{color:#f8fbff!important;font-size:14.5px!important;font-weight:720!important;opacity:1!important}.site-footer .footer-menu-col a{color:#bcccdc}@media(max-width:1180px){.home-hero__inner{grid-template-columns:minmax(0,1fr) 300px minmax(410px,.95fr);gap:18px}.home-hero__copy h1{font-size:40px;letter-spacing:-.016em}.home-hero__art{width:300px;height:250px}.home-hero-promo{grid-template-columns:64px minmax(105px,.8fr) minmax(160px,1fr);gap:8px}.home-hero-promo__logo{width:64px;height:44px}.home-hero-promo__logo img{max-width:57px;max-height:35px}.home-feature-card{padding-right:108px}.home-feature-card__art-image{right:8px;width:94px;height:92px}}@media(max-width:920px){.home-hero{margin-bottom:24px}.home-hero__inner{grid-template-columns:minmax(0,1fr) minmax(330px,.9fr);min-height:0;padding-top:28px;padding-bottom:28px}.home-hero__copy h1{font-size:34px;letter-spacing:-.012em}.home-hero__art{display:none}.home-feature-cards{grid-template-columns:1fr 1fr}.home-feature-card:last-child{grid-column:1/-1}}@media(max-width:700px){.home-page .home-main{padding-top:0}.home-hero{margin-bottom:20px}.home-hero__inner{display:block;padding-top:22px;padding-bottom:21px}.home-hero__copy h1{font-size:30px;line-height:1.08;letter-spacing:-.01em}.home-hero__copy p{font-size:14px;line-height:1.5}.home-hero__top{margin-top:18px}.home-hero__promos{display:flex;margin:0;padding:1px 2px 8px;overflow-x:auto;gap:9px;scroll-snap-type:x mandatory;scrollbar-width:none}.home-hero__promos::-webkit-scrollbar{display:none}.home-hero-promo{grid-template-columns:64px minmax(125px,1fr);grid-template-areas:"logo main" "bonus bonus";flex:0 0 min(88vw,360px);min-height:0;padding:10px;scroll-snap-align:start}.home-hero-promo__logo{grid-area:logo;width:64px;height:43px}.home-hero-promo__main{grid-area:main}.home-hero-promo__bonus{grid-area:bonus;grid-column:1/-1;width:100%;margin-top:1px;justify-self:stretch}.home-ranking__morebar{min-height:40px;font-size:11.5px}.home-feature-cards{grid-template-columns:1fr;gap:10px;margin-bottom:24px}.home-feature-card:last-child{grid-column:auto}.home-feature-card{min-height:104px;padding:15px 102px 15px 14px}.home-feature-card__art-image{right:7px;bottom:7px;width:90px;height:88px}.home-feature-card__icon{width:38px;height:38px;font-size:15px}.site-footer .portal-logo--footer{width:166px}}.cr-ui-icon{display:block;width:1.15em;height:1.15em;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.home-picker-teaser{display:grid;grid-template-columns:58px minmax(0,1fr) auto auto;align-items:center;gap:18px;margin:-8px 0 22px;padding:17px 18px;border:1px solid #bcd8f4;border-radius:14px;background:linear-gradient(105deg,#e8f4ff 0%,#f6f2ff 56%,#eaf9f4 100%);box-shadow:0 12px 30px rgba(30,84,139,.08)}.home-picker-teaser__icon{display:grid;width:56px;height:56px;place-items:center;border-radius:16px;background:linear-gradient(145deg,#0d5fae,#163f77);color:#fff;box-shadow:0 8px 20px rgba(24,84,145,.2)}.home-picker-teaser__icon .cr-ui-icon{width:25px;height:25px}.home-picker-teaser__copy{display:flex;min-width:0;flex-direction:column}.home-picker-teaser__copy>span{margin-bottom:3px;color:#2a6fb8;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.home-picker-teaser__copy strong{color:#183653;font:700 17px/1.25 var(--cr-font-heading)}.home-picker-teaser__copy small{max-width:670px;margin-top:4px;color:#647990;font-size:12.5px;line-height:1.45}.home-picker-teaser__steps{display:flex;align-items:center;gap:6px;color:#7290b1}.home-picker-teaser__steps b{display:grid;width:27px;height:27px;place-items:center;border:1px solid rgba(52,113,176,.12);border-radius:50%;background:rgba(255,255,255,.72);color:#3c72a8;font-size:8.5px;font-weight:800}.home-picker-teaser__steps i{display:block;width:11px;height:1px;background:#bcd2e7}.home-picker-teaser>a{display:inline-flex;min-height:43px;align-items:center;justify-content:center;gap:9px;padding:0 17px;border-radius:10px;background:#176ac2;color:#fff;font-size:12.5px;font-weight:760;white-space:nowrap;box-shadow:0 7px 17px rgba(26,105,190,.16)}.home-picker-teaser>a:hover{background:#105da9;color:#fff}.home-picker-teaser>a span{font-size:16px;line-height:1}.home-wins-teaser{display:grid;grid-template-columns:56px minmax(0,1fr) auto auto;align-items:center;gap:16px;margin:2px 0 30px;padding:16px 18px;border:1px solid #eadfbe;border-radius:14px;background:linear-gradient(105deg,#fff8e8 0%,#fff 55%,#f1f7ff 100%);box-shadow:0 10px 28px rgba(86,67,30,.055)}.home-wins-teaser__icon{display:grid;width:54px;height:54px;place-items:center;border-radius:16px;background:linear-gradient(145deg,#f6b83c,#d98516);color:#fff;box-shadow:0 8px 19px rgba(199,129,23,.18)}.home-wins-teaser__icon .cr-ui-icon{width:25px;height:25px}.home-wins-teaser__copy{display:flex;min-width:0;flex-direction:column}.home-wins-teaser__copy>span{margin-bottom:3px;color:#9a6b18;font-size:9px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.home-wins-teaser__copy strong{color:#25394f;font:700 16px/1.25 var(--cr-font-heading)}.home-wins-teaser__copy small{max-width:660px;margin-top:4px;color:#6b7b8d;font-size:12px;line-height:1.45}.home-wins-teaser__proofs{display:flex;gap:6px;flex-wrap:wrap;justify-content:flex-end}.home-wins-teaser__proofs span{padding:5px 8px;border:1px solid #e6dcc3;border-radius:999px;background:rgba(255,255,255,.8);color:#776446;font-size:9px;font-weight:700}.home-wins-teaser>a{display:inline-flex;min-height:40px;align-items:center;justify-content:center;gap:8px;padding:0 15px;border-radius:10px;background:#243f5f;color:#fff;font-size:11.5px;font-weight:750;white-space:nowrap}.home-wins-teaser>a:hover{background:#18324f;color:#fff}.home-wins-teaser>a span{font-size:15px}.desktop-menu-panel__quick{grid-template-columns:repeat(4,minmax(0,1fr))}.mobile-menu-quick>a:last-child:nth-child(odd){grid-column:1/-1}.cr-wins-mini{margin:24px 0;padding:18px;border:1px solid #d7e5f2;border-radius:14px;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%);box-shadow:0 10px 28px rgba(25,65,104,.045)}.cr-wins-mini__head{display:flex;align-items:flex-end;justify-content:space-between;gap:16px;margin-bottom:13px}.cr-wins-mini__head>div:first-child>span{display:block;margin-bottom:3px;color:#2a72c6;font-size:9px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cr-wins-mini__head h2{margin:0;color:#21384f;font:650 22px/1.25 var(--cr-font-heading);letter-spacing:-.015em}.cr-wins-mini__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}.cr-wins-mini__actions>a{color:#557088;font-size:10.5px;font-weight:700}.cr-wins-mini__actions .cr-wins-mini__add{display:inline-flex;min-height:34px;align-items:center;padding:0 11px;border:1px solid #bdd4ea;border-radius:8px;background:#fff;color:#2368ac}.cr-wins-mini__rail-wrap{position:relative;min-width:0}.cr-wins-mini__list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,260px);gap:10px;overflow-x:auto;padding:1px 2px 8px;scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#bed0e2 transparent}.cr-wins-mini__list::-webkit-scrollbar{height:6px}.cr-wins-mini__list::-webkit-scrollbar-thumb{border-radius:999px;background:#bed0e2}.cr-wins-mini__list::-webkit-scrollbar-track{background:transparent}.cr-wins-mini__item{position:relative;display:flex;min-width:0;min-height:150px;overflow:hidden;flex-direction:column;justify-content:flex-end;border:1px solid #dce6ef;border-radius:11px;background:#142c43;color:#fff;scroll-snap-align:start}.cr-wins-mini__media{position:absolute;inset:0;background:linear-gradient(145deg,#183653,#285679)}.cr-wins-mini__media img{display:block;width:100%;height:100%;object-fit:cover}.cr-wins-mini__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(6,18,31,.02) 32%,rgba(6,18,31,.88) 100%)}.cr-wins-mini__content{position:relative;z-index:2;display:grid;grid-template-columns:auto minmax(0,1fr);grid-template-areas:"x title" "x meta";gap:2px 9px;align-items:center;padding:12px}.cr-wins-mini__item strong{grid-area:x;color:#fff;font:800 20px/1 var(--cr-font-heading);text-shadow:0 1px 5px rgba(0,0,0,.3)}.cr-wins-mini__item span{grid-area:title;overflow:hidden;color:#fff;font:650 11.5px/1.3 var(--cr-font-heading);text-overflow:ellipsis;white-space:nowrap}.cr-wins-mini__item small{grid-area:meta;overflow:hidden;color:#c4d4e2;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.cr-wins-mini__arrow{position:absolute;top:50%;z-index:4;display:grid;width:32px;height:32px;place-items:center;transform:translateY(-50%);border:1px solid #d2dfeb;border-radius:50%;background:rgba(255,255,255,.94);color:#2a5f91;font-size:20px;line-height:1;box-shadow:0 4px 14px rgba(20,55,88,.12);cursor:pointer}.cr-wins-mini__arrow--prev{left:-10px}.cr-wins-mini__arrow--next{right:-10px}.cr-wins-mini__empty{padding:13px 14px;border:1px dashed #c9d8e6;border-radius:10px;background:#fff;color:#6f8193;font-size:11px;line-height:1.5}@media(max-width:1000px){.home-picker-teaser{grid-template-columns:56px minmax(0,1fr) auto}.home-picker-teaser__steps{display:none}.home-wins-teaser{grid-template-columns:54px minmax(0,1fr) auto}.home-wins-teaser__proofs{display:none}}@media(max-width:830px){.mobile-menu-quick>a:last-child:nth-child(odd){grid-column:auto}}@media(max-width:700px){.home-picker-teaser{grid-template-columns:50px minmax(0,1fr);gap:12px;margin:-3px 0 18px;padding:14px}.home-picker-teaser__icon{width:50px;height:50px;border-radius:14px}.home-picker-teaser__copy strong{font-size:15px}.home-picker-teaser__copy small{font-size:11.5px}.home-picker-teaser>a{grid-column:1/-1;width:100%;min-height:42px;font-size:12px}.home-wins-teaser{grid-template-columns:48px minmax(0,1fr);gap:12px;padding:14px;margin-bottom:24px}.home-wins-teaser__icon{width:48px;height:48px;border-radius:14px}.home-wins-teaser__copy strong{font-size:14.5px}.home-wins-teaser__copy small{font-size:11px}.home-wins-teaser>a{grid-column:1/-1;width:100%;min-height:40px}.cr-wins-mini{padding:14px}.cr-wins-mini__head{align-items:flex-start;flex-direction:column}.cr-wins-mini__head h2{font-size:20px}.cr-wins-mini__actions{justify-content:flex-start}.cr-wins-mini__list{grid-auto-columns:minmax(205px,78vw)}.cr-wins-mini__arrow{display:none}}.site-warning__icon{display:block;width:15px;height:15px;flex:0 0 15px;fill:none;stroke:#2877d9;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.site-warning__inner span{display:inline-flex;align-items:center;justify-content:center;gap:7px}.cr-wins-mini [hidden],.cr-wins-mini__arrow[hidden],.cr-wins-mini__list[hidden],.cr-wins-mini__empty[hidden]{display:none!important}.cr-wins-mini__item{appearance:none;width:auto;padding:0;text-align:left;font:inherit;cursor:pointer}.cr-wins-mini__item:focus-visible{outline:3px solid rgba(43,119,201,.25);outline-offset:2px}.cr-wins-mini__view{position:absolute!important;right:9px!important;top:9px!important;z-index:3!important;display:inline-flex!important;grid-area:auto!important;align-items:center!important;gap:5px!important;width:auto!important;max-width:none!important;padding:5px 7px!important;border-radius:7px!important;background:rgba(255,255,255,.91)!important;color:#245f98!important;font:750 8.5px/1 var(--cr-font-body)!important;opacity:0;transform:translateY(-2px);transition:opacity .15s,transform .15s}.cr-wins-mini__view .cr-ui-icon{width:12px;height:12px}.cr-wins-mini__item:hover .cr-wins-mini__view,.cr-wins-mini__item:focus-visible .cr-wins-mini__view{opacity:1;transform:none}.cr-win-viewer{width:min(980px,calc(100% - 28px));max-height:calc(100vh - 28px);padding:0;overflow:auto;border:0;border-radius:16px;background:#fff;box-shadow:0 28px 90px rgba(8,27,47,.3)}.cr-win-viewer::backdrop{background:rgba(8,22,38,.66);backdrop-filter:blur(4px)}.cr-win-viewer__shell{position:relative;display:grid;grid-template-columns:minmax(0,1.3fr) minmax(300px,.7fr);min-height:480px}.cr-win-viewer__close{position:absolute;top:12px;right:12px;z-index:5;display:grid;width:38px;height:38px;place-items:center;border:1px solid rgba(214,224,234,.95);border-radius:10px;background:rgba(255,255,255,.94);color:#536b82;font-size:24px;line-height:1;cursor:pointer;box-shadow:0 4px 14px rgba(17,48,78,.08)}.cr-win-viewer__close:hover{color:#174f88;background:#fff}.cr-win-viewer__media{position:relative;display:grid;min-height:480px;place-items:center;overflow:hidden;background:linear-gradient(145deg,#10273d,#1f4b70)}.cr-win-viewer__media img{display:block;width:100%;height:100%;max-height:78vh;object-fit:contain;background:#0b1c2c}.cr-win-viewer__placeholder{display:flex;max-width:320px;flex-direction:column;align-items:center;gap:12px;padding:32px;text-align:center;color:#d9e8f5}.cr-win-viewer__placeholder .cr-ui-icon{width:42px;height:42px}.cr-win-viewer__placeholder span{font-size:13px;line-height:1.5}.cr-win-viewer__x{position:absolute;right:16px;bottom:16px;padding:8px 12px;border-radius:10px;background:rgba(6,18,31,.86);color:#fff;font:800 26px/1 var(--cr-font-heading);backdrop-filter:blur(6px)}.cr-win-viewer__body{display:flex;min-width:0;flex-direction:column;padding:58px 26px 24px}.cr-win-viewer__eyebrow{color:#2670c0;font-size:9.5px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.cr-win-viewer__body h2{margin:7px 0 0;color:#1e334b;font:680 25px/1.22 var(--cr-font-heading);letter-spacing:-.018em}.cr-win-viewer__meta{display:flex;flex-wrap:wrap;gap:7px 12px;margin-top:10px;color:#6f8193;font-size:11px}.cr-win-viewer__meta a{color:#2b69a7;font-weight:700}.cr-win-viewer__numbers{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:20px}.cr-win-viewer__numbers div{padding:11px 12px;border-radius:10px;background:#f4f7fa}.cr-win-viewer__numbers small{display:block;color:#8a98a7;font-size:8.5px;font-weight:750;letter-spacing:.05em;text-transform:uppercase}.cr-win-viewer__numbers b{display:block;margin-top:4px;color:#314b65;font-size:13px}.cr-win-viewer__actions{display:grid;gap:8px;margin-top:20px}.cr-win-viewer__action{display:flex;min-height:44px;align-items:center;justify-content:center;gap:8px;padding:0 14px;border:1px solid #d6e1ec;border-radius:9px;background:#fff;color:#365d82;font-size:11.5px;font-weight:750;text-align:center}.cr-win-viewer__action .cr-ui-icon{width:16px;height:16px}.cr-win-viewer__action--primary{border-color:#236fc0;background:#236fc0;color:#fff}.cr-win-viewer__action--primary:hover{background:#1b60aa;color:#fff}.cr-win-viewer__action--video{border-color:#b8d1e9;background:#eef6fd;color:#1d65ac}.cr-win-viewer__action--video:hover{background:#e3f0fb;color:#155896}.cr-win-viewer__action--game:hover{border-color:#b9cadb;background:#f7fafc;color:#234f78}.cr-win-viewer__note{margin:auto 0 0;padding-top:18px;color:#8a97a5;font-size:9.5px;line-height:1.55}@media(max-width:760px){.site-warning__icon{width:14px;height:14px;flex-basis:14px}.cr-wins-mini__view{opacity:1;transform:none}.cr-win-viewer{width:calc(100% - 14px);max-height:calc(100vh - 14px);border-radius:13px}.cr-win-viewer__shell{display:block;min-height:0}.cr-win-viewer__media{min-height:0;aspect-ratio:16/11}.cr-win-viewer__media img{max-height:none;object-fit:contain}.cr-win-viewer__x{right:12px;bottom:12px;font-size:22px}.cr-win-viewer__body{padding:20px 15px 17px}.cr-win-viewer__body h2{padding-right:34px;font-size:21px}.cr-win-viewer__close{top:9px;right:9px;width:34px;height:34px}.cr-win-viewer__actions{grid-template-columns:1fr}.cr-win-viewer__note{margin-top:14px}}.article-body>figure,.article-body figure.pcms-image-left,.article-body figure.pcms-image-center,.article-body figure.pcms-image-right{width:fit-content!important;max-width:100%!important;box-sizing:border-box;margin:30px 0 32px!important;padding:8px!important;overflow:hidden;border:1px solid #dbe5f0;border-radius:18px;background:linear-gradient(180deg,#f8fbff 0%,#f3f7fb 100%);box-shadow:0 12px 34px rgba(23,55,91,.07);text-align:left!important}.article-body>figure>img,.article-body figure.pcms-image-left>img,.article-body figure.pcms-image-center>img,.article-body figure.pcms-image-right>img{display:block!important;max-width:100%!important;height:auto!important;margin:0!important;border:0!important;border-radius:12px!important;background:#edf2f7;object-fit:contain}.article-body>figure>figcaption,.article-body figure.pcms-image-left>figcaption,.article-body figure.pcms-image-center>figcaption,.article-body figure.pcms-image-right>figcaption{display:block;margin:0!important;padding:12px 12px 6px!important;border:0!important;background:transparent!important;color:#62748a;font-size:13px;font-style:normal;font-weight:500;line-height:1.5;text-align:center!important}.article-body>figure>figcaption:empty,.article-body figure.pcms-image-left>figcaption:empty,.article-body figure.pcms-image-center>figcaption:empty,.article-body figure.pcms-image-right>figcaption:empty{display:none}.article-body>figure>figcaption::before,.article-body figure.pcms-image-left>figcaption::before,.article-body figure.pcms-image-center>figcaption::before,.article-body figure.pcms-image-right>figcaption::before{content:none!important;display:none!important}.article-body>img,.article-body>p:has(>img:only-child){width:fit-content!important;max-width:100%!important;box-sizing:border-box;margin:30px 0 32px!important;padding:8px!important;overflow:hidden;border:1px solid #dbe5f0;border-radius:18px!important;background:linear-gradient(180deg,#f8fbff 0%,#f3f7fb 100%);box-shadow:0 12px 34px rgba(23,55,91,.07)}.article-body>img{display:block!important;height:auto!important;object-fit:contain}.article-body>p:has(>img:only-child)>img{display:block!important;max-width:100%!important;height:auto!important;margin:0!important;border:0!important;border-radius:12px!important;object-fit:contain}.article-body figure:not([class]),.article-body figure.image,.article-body figure[data-media],.article-body figure.pcms-image-left,.article-body figure.pcms-image-center,.article-body figure.pcms-image-right{width:fit-content!important;max-width:100%!important;box-sizing:border-box;margin-inline:0!important}.article-body figure:not([class])>a,.article-body figure.image>a,.article-body figure[data-media]>a,.article-body figure.pcms-image-left>a,.article-body figure.pcms-image-center>a,.article-body figure.pcms-image-right>a,.article-body>p:has(>a:only-child>img:only-child)>a{display:inline-block!important;max-width:100%!important}.article-body figure:not([class])>a>img,.article-body figure.image>a>img,.article-body figure[data-media]>a>img,.article-body figure.pcms-image-left>a>img,.article-body figure.pcms-image-center>a>img,.article-body figure.pcms-image-right>a>img,.article-body>p:has(>a:only-child>img:only-child)>a>img{display:inline-block!important;max-width:100%!important;height:auto!important;margin:0!important;object-fit:contain}.article-body>p:has(>a:only-child>img:only-child){width:100%!important;max-width:none!important;box-sizing:border-box;margin:30px 0 32px!important;padding:8px!important;overflow:hidden;border:1px solid #dbe5f0;border-radius:18px!important;background:linear-gradient(180deg,#f8fbff 0%,#f3f7fb 100%);box-shadow:0 12px 34px rgba(23,55,91,.07)}.detail-cover{box-sizing:border-box;padding:8px;border:1px solid #dbe5f0;border-radius:18px;background:linear-gradient(180deg,#f8fbff 0%,#f3f7fb 100%);box-shadow:0 12px 34px rgba(23,55,91,.07)}.detail-cover img{border-radius:12px}.home-wins-teaser{grid-template-columns:66px minmax(0,1fr) auto;grid-template-areas:"icon copy actions" "icon proofs actions";gap:8px 20px;margin:10px 0 34px;padding:22px 22px;border:1px solid #e4c96f;border-radius:18px;background:radial-gradient(circle at 8% 50%,rgba(255,211,92,.34),transparent 25%),linear-gradient(110deg,#fff7d7 0%,#fffdf6 47%,#eef7ff 100%);box-shadow:0 16px 38px rgba(102,75,21,.10)}.home-wins-teaser__icon{grid-area:icon;width:64px;height:64px;align-self:center;border-radius:18px;background:linear-gradient(145deg,#f4b828,#ca7910);box-shadow:0 10px 24px rgba(184,114,13,.23)}.home-wins-teaser__icon .cr-ui-icon{width:30px;height:30px;stroke-width:1.7}.home-wins-teaser__copy{grid-area:copy}.home-wins-teaser__copy>span{margin-bottom:4px;color:#8d6516;font-size:10px;letter-spacing:.1em}.home-wins-teaser__copy strong{color:#1e3147;font:720 20px/1.25 var(--cr-font-heading)}.home-wins-teaser__copy small{max-width:760px;margin-top:5px;color:#5d6f82;font-size:13px;line-height:1.5}.home-wins-teaser__proofs{grid-area:proofs;justify-content:flex-start;gap:7px;margin-top:2px}.home-wins-teaser__proofs span{display:inline-flex;min-height:29px;align-items:center;gap:6px;padding:0 9px;border-color:#e4d4a5;background:rgba(255,255,255,.82);color:#66573d;font-size:10.5px}.home-wins-teaser__proofs .cr-ui-icon{width:13px;height:13px;color:#a66e11;stroke-width:1.8}.home-wins-teaser__actions{grid-area:actions;display:grid;gap:8px;align-self:center;min-width:190px}.home-wins-teaser__actions>a{width:100%}.home-wins-teaser__primary{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:8px;padding:0 16px;border-radius:11px;background:#1b6fc8;color:#fff;font-size:12.5px;font-weight:760;box-shadow:0 8px 20px rgba(27,111,200,.18)}.home-wins-teaser__primary:hover{background:#105da9;color:#fff}.home-wins-teaser__primary .cr-ui-icon{width:16px;height:16px}.home-wins-teaser__secondary{display:inline-flex;min-height:34px;align-items:center;justify-content:center;gap:7px;color:#52687f;font-size:11.5px;font-weight:680}.home-wins-teaser__secondary:hover{color:#176ac2}@media(max-width:1000px){.home-wins-teaser{grid-template-columns:60px minmax(0,1fr) 176px}.home-wins-teaser__icon{width:58px;height:58px}}@media(max-width:720px){.article-body>figure,.article-body figure.pcms-image-left,.article-body figure.pcms-image-center,.article-body figure.pcms-image-right,.article-body>img,.article-body>p:has(>img:only-child),.article-body>p:has(>a:only-child>img:only-child){margin:24px 0 26px!important;padding:5px!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(23,55,91,.06)}.article-body>figure>img,.article-body figure.pcms-image-left>img,.article-body figure.pcms-image-center>img,.article-body figure.pcms-image-right>img,.article-body>p:has(>img:only-child)>img{border-radius:10px!important}.article-body>figure>figcaption,.article-body figure.pcms-image-left>figcaption,.article-body figure.pcms-image-center>figcaption,.article-body figure.pcms-image-right>figcaption{padding:10px 8px 5px!important;font-size:12.5px;text-align:center!important}.detail-cover{padding:5px;border-radius:14px}.detail-cover img{border-radius:10px}.home-wins-teaser{grid-template-columns:52px minmax(0,1fr);grid-template-areas:"icon copy" "proofs proofs" "actions actions";gap:12px;margin:8px 0 28px;padding:16px;border-radius:16px}.home-wins-teaser__icon{width:52px;height:52px;border-radius:15px}.home-wins-teaser__icon .cr-ui-icon{width:25px;height:25px}.home-wins-teaser__copy strong{font-size:16px}.home-wins-teaser__copy small{font-size:11.5px}.home-wins-teaser__proofs{display:flex!important;gap:5px}.home-wins-teaser__proofs span{min-height:27px;padding:0 8px;font-size:9.5px}.home-wins-teaser__actions{grid-template-columns:1fr;min-width:0;width:100%}.home-wins-teaser__primary{min-height:43px}.home-wins-teaser__secondary{min-height:30px}}.home-women{margin:34px 0 10px;padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.home-women .home-section-head{align-items:center}.home-card-rail>.women-card{display:block!important;scroll-snap-align:start;scroll-snap-stop:normal}.women-grid--home.home-card-rail{grid-auto-columns:calc((100% - 36px)/4)}.women-card{min-width:0}.women-card__link{display:block;color:inherit;text-decoration:none!important}.women-card__media{position:relative;display:block;overflow:hidden;aspect-ratio:4/5;border-radius:14px;background:#dce5ef;box-shadow:0 8px 22px rgba(22,43,72,.11)}.women-card__media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.women-card__link:hover .women-card__media img{transform:scale(1.025)}.women-card__placeholder{display:grid;width:100%;height:100%;place-items:center;background:linear-gradient(145deg,#eaf2fb,#dce6f2);color:#8da0b7;font-size:42px}.women-card__veil{position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,12,25,.01) 30%,rgba(3,12,25,.18) 60%,rgba(3,12,25,.94) 100%)}.women-card__label{position:absolute;top:12px;left:12px;z-index:2;padding:6px 9px;border-radius:999px;background:rgba(7,17,32,.8);backdrop-filter:blur(8px);color:#fff;font-size:10px;font-weight:800;line-height:1;letter-spacing:.08em;text-transform:uppercase}.women-card__content{position:absolute;z-index:2;right:0;bottom:0;left:0;padding:20px 16px 16px;color:#fff}.women-card__content strong{display:block;color:#fff;font-family:var(--cr-font-heading);font-size:19px;font-weight:720;line-height:1.15}.women-card__content>span{display:block;margin-top:6px;color:#eef5fc;font-size:13px;font-weight:600;line-height:1.4}.women-directory{padding-bottom:52px}.women-directory .directory-hero{margin-bottom:22px}.women-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.women-directory-section .women-card__content strong{font-size:20px}.women-grid--related{grid-template-columns:repeat(4,minmax(0,1fr))}.women-gallery__head{margin-bottom:13px}.women-gallery__head h2{margin:0;font-size:23px}.women-gallery__rail.home-card-rail{grid-auto-columns:calc((100% - 36px)/4);gap:12px;padding-bottom:5px}.women-gallery__item{display:block!important;overflow:hidden;aspect-ratio:4/5;border:1px solid #dce5ef;border-radius:10px;background:#eef3f8;scroll-snap-align:start;box-shadow:0 5px 16px rgba(25,51,83,.05)}.women-gallery__item img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .25s ease}.women-gallery__item:hover img{transform:scale(1.025)}@media(max-width:1100px){.women-grid,.women-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}.women-grid--home.home-card-rail{grid-auto-columns:calc((100% - 24px)/3)}.women-gallery__rail.home-card-rail{grid-auto-columns:calc((100% - 24px)/3)}}@media(max-width:820px){.women-grid,.women-grid--related{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.women-grid--home.home-card-rail{grid-auto-columns:minmax(220px,42vw)}}@media(max-width:620px){.home-women{margin-right:0;margin-left:0;padding:0}.home-women .home-rail-nav{display:none}.women-grid--home.home-card-rail{grid-auto-columns:min(76vw,280px);margin-right:0;padding-right:0;gap:10px}.women-card__content{padding:18px 14px 14px}.women-card__content strong{font-size:18px}.women-grid,.women-grid--related{grid-template-columns:1fr 1fr;gap:10px}.women-directory-section .women-card__content strong{font-size:17px}.women-gallery__rail.home-card-rail{grid-auto-columns:min(72vw,260px);margin-right:0;padding-right:0;gap:10px}.women-gallery__head h2{font-size:20px}}.review-page .review-hero__logo{box-sizing:border-box;overflow:hidden}.review-page .review-hero__logo img{display:block!important;width:auto!important;height:auto!important;max-width:100%!important;max-height:88px!important;object-fit:contain!important}.casino-rank-row__logo{box-sizing:border-box;overflow:hidden;padding:5px!important}.casino-rank-row__logo img{display:block!important;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;object-fit:contain!important}@media (min-width:721px) and (max-width:1120px){.casino-rank-row__actions{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;width:100%!important}.casino-rank-row__actions:not(:has(.promo-code-box)){grid-template-columns:repeat(2,minmax(0,1fr))!important}.casino-rank-row__actions .promo-code-box,.casino-rank-row__actions .promo-code-box--rating,.casino-rank-row__actions>.casino-rank-row__button{grid-column:auto!important;width:100%!important;min-width:0!important;max-width:none!important;flex:none!important;height:42px!important}.casino-rank-row__actions .promo-code-box{margin:0!important}.promo-code-box__label{font-size:10px}}@media (max-width:920px){.review-page .review-hero__logo img{max-width:100%!important;max-height:78px!important}}.women-profile-main{padding-bottom:56px}.women-profile-layout{display:grid;grid-template-columns:minmax(0,1fr) 286.5px;gap:24px;align-items:start}.women-profile-content{min-width:0}.women-profile-header{margin:0 0 22px;padding:0;border:0;background:transparent;box-shadow:none}.women-profile-header h1{max-width:920px}.women-profile-header>p{max-width:900px;margin:12px 0 0;color:#617188;font-size:16px;line-height:1.68}.women-profile-header .women-profile-roleline{margin-top:9px;color:#176fe0;font-size:16px;font-weight:700;line-height:1.45}.women-profile-body{max-width:none;margin:24px 0 0}.women-profile-sidebar{position:sticky;top:126px;width:286.5px;min-width:286.5px}.women-profile-card{overflow:hidden;border:1px solid #dbe5ef;border-radius:16px;background:#fff;box-shadow:0 8px 24px rgba(27,52,84,.055)}.women-profile-card__photo{display:block;overflow:hidden;aspect-ratio:4/5;background:#e9eff6}.women-profile-card__photo img{display:block;width:100%;height:100%;object-fit:cover}.women-profile-card__placeholder{display:grid;width:100%;height:100%;place-items:center;color:#8797aa;font-size:13px;font-weight:700}.women-profile-card__facts{margin:0;padding:4px 15px 0}.women-profile-card__facts>div{display:grid;gap:5px;padding:12px 0;border-bottom:1px solid #edf1f5}.women-profile-card__facts>div:last-child{border-bottom:0}.women-profile-card__facts dt{color:#8795a8;font-size:10px;font-weight:800;line-height:1.2;letter-spacing:.07em;text-transform:uppercase}.women-profile-card__facts dd{margin:0;color:#27394f;font-size:13px;font-weight:700;line-height:1.45;overflow-wrap:anywhere}.women-profile-card__socials{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:13px 14px 15px;border-top:1px solid #edf1f5;background:#fbfdff}.women-profile-card__socials a{display:flex;min-width:0;min-height:38px;align-items:center;justify-content:center;gap:7px;padding:0 9px;border:1px solid #dbe5ef;border-radius:9px;background:#fff;color:#34465e;font-size:11.5px;font-weight:700;text-decoration:none!important;transition:border-color .15s,background .15s,color .15s}.women-profile-card__socials a:hover{border-color:#b9d2ef;background:#f4f8fd;color:#126ad3}.women-profile-card__socials svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.women-profile-card__socials .women-profile-card__official{grid-column:1/-1;min-height:40px;border-color:#1770df;background:#1770df;color:#fff}.women-profile-card__socials .women-profile-card__official:hover{border-color:#1267d1;background:#1267d1;color:#fff}.women-gallery{margin:0 0 26px}.women-gallery__head h2{font-size:23px}.women-related{margin-top:42px}@media (max-width:1120px){.women-profile-layout{grid-template-columns:minmax(0,1fr) 286.5px;gap:20px}}@media (max-width:920px){.women-profile-layout{display:flex;flex-direction:column;gap:22px}.women-profile-sidebar{position:static;order:-1;width:286.5px;min-width:286.5px;max-width:100%;margin:0 auto}.women-profile-content{width:100%}}@media (max-width:560px){.women-profile-sidebar{width:100%;min-width:0}.women-profile-card{max-width:286.5px;margin:0 auto}.women-profile-header>p{font-size:15px}}html,body{width:100%;max-width:100%;overflow-x:hidden}@supports (overflow:clip){html,body{overflow-x:clip}}.site-header,.home-main,.directory-main,.detail-main,.site-warning,.site-footer{max-width:100%}.container,.container>*{min-width:0}img,video,iframe,embed,object,svg{max-width:100%}.article-body,.review-article,.reading-column,.portal-sidebar{min-width:0;overflow-wrap:anywhere}.article-body pre{max-width:100%;overflow:auto}.article-body iframe,.article-body video{max-width:100%}.home-card-rail,.section-tabs,.catalog-category-tabs,.catalog-quick-filters{overscroll-behavior-inline:contain}@media(max-width:720px){.section-tabs{max-width:100%;margin-right:0;margin-left:0;padding-right:0;padding-left:0}.catalog-category-tabs,.catalog-quick-filters{width:100%;max-width:100%;margin-right:0;padding-right:0}.home-bonuses-grid.home-card-rail,.demo-grid--home.home-card-rail,.women-grid--home.home-card-rail,.women-gallery__rail.home-card-rail{max-width:100%;margin-right:0;padding-right:0}.cr-wins-mini__arrow--prev{left:4px}.cr-wins-mini__arrow--next{right:4px}.mobile-menu-container{max-width:100%}.promo-code-box,.casino-rank-row__button,.review-hero__cta{min-width:0}}.home-popular-materials{margin:46px 0 0;padding:0 0 38px;background:#fff}.prefooter-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:0 0 18px}.prefooter-section-head>div>span{display:block;margin-bottom:4px;color:#1670dd;font-size:11px;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.prefooter-section-head h2{margin:0;color:var(--cr-heading);font-size:30px;line-height:1.12;letter-spacing:-.018em}.prefooter-section-head>a{display:inline-flex;align-items:center;gap:8px;color:#176fdc;font-size:14px;font-weight:700;text-decoration:none!important}.home-popular-materials__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.home-popular-materials__card{display:flex;min-width:0;flex-direction:column;gap:0;padding:18px 18px 16px;border:1px solid #dfe7f0;border-radius:10px;background:#fff}.home-popular-materials__card h3{margin:0 0 10px;color:#1f3047;font-size:18px;line-height:1.25}.home-popular-materials__card a{display:block;padding:6px 0;color:#1670dd;font-size:14px;line-height:1.4;text-decoration:none!important}.home-popular-materials__card a:hover{color:#0f58b4;text-decoration:underline!important}.prefooter-casinos[hidden]{display:none!important}.prefooter-casinos{margin:0;padding:38px 0 42px;border-top:1px solid #edf1f6;background:linear-gradient(180deg,#fbfdff 0,#f6f9fd 100%)}.prefooter-casinos__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.footer-casino-card{display:flex;min-width:0;flex-direction:column;padding:16px;border:1px solid #dce5ef;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(27,52,84,.05)}.footer-casino-card__head{display:grid;grid-template-columns:62px minmax(0,1fr);gap:12px;align-items:center}.footer-casino-card__logo{display:grid;width:62px;height:62px;place-items:center;overflow:hidden;border:1px solid #123550;border-radius:11px;background:#031729;color:#fff;text-decoration:none!important}.footer-casino-card__logo img{display:block;width:100%;height:100%;padding:6px;object-fit:contain;box-sizing:border-box}.footer-casino-card__logo>span{font-size:17px;font-weight:800;letter-spacing:.02em}.footer-casino-card__title{min-width:0}.footer-casino-card__title>a{display:block;overflow:hidden;color:#172a43;font-size:17px;font-weight:750;line-height:1.2;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap}.footer-casino-card__rating{display:flex;align-items:baseline;gap:4px;margin-top:5px}.footer-casino-card__rating>span{color:#f5a400;font-size:20px;line-height:1}.footer-casino-card__rating strong{color:#20344e;font-size:20px;line-height:1}.footer-casino-card__cta{display:flex;min-height:42px;align-items:center;justify-content:center;margin-top:14px;border:1px solid #1770df;border-radius:9px;background:#1770df;color:#fff;font-size:14px;font-weight:750;text-decoration:none!important;transition:background .15s,border-color .15s,transform .15s}.footer-casino-card__cta:hover{border-color:#1264c9;background:#1264c9;color:#fff;transform:translateY(-1px)}.footer-casino-card__cta--review{background:#fff;color:#176fdc}.footer-casino-card__cta--review:hover{background:#f3f8ff;color:#145fbf}.footer-casino-card__facts{display:grid;gap:8px;margin-top:14px;padding:12px 0;border-top:1px solid #edf1f5;border-bottom:1px solid #edf1f5}.footer-casino-card__fact{display:grid;grid-template-columns:20px 82px minmax(0,1fr);gap:7px;align-items:center;min-width:0}.footer-casino-card__fact-icon{display:grid;width:20px;height:20px;place-items:center;color:#14a75b}.footer-casino-card__fact-icon svg{display:block;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.footer-casino-card__fact-label{color:#8492a5;font-size:11px;font-weight:650;white-space:nowrap}.footer-casino-card__fact-value{min-width:0;overflow:hidden;color:#41536a;font-size:11.5px;font-weight:650;line-height:1.35;text-align:right;text-overflow:ellipsis;white-space:nowrap}.footer-casino-card__review{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:11px;color:#1f5fae;font-size:12px;font-weight:700;text-decoration:none!important}.footer-casino-card__review b{font-size:16px;font-weight:500}.site-footer{margin-top:0}@media(max-width:1120px){.home-popular-materials__grid,.prefooter-casinos__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-casino-card__fact{grid-template-columns:20px 92px minmax(0,1fr)}}@media(max-width:700px){.home-popular-materials{margin-top:34px;padding-bottom:28px}.prefooter-section-head{align-items:center;margin-bottom:14px}.prefooter-section-head h2{font-size:25px}.prefooter-section-head>div>span{font-size:10px}.home-popular-materials__grid{grid-template-columns:1fr;gap:10px}.home-popular-materials__card{padding:15px 16px}.home-popular-materials__card h3{font-size:17px}.prefooter-casinos{padding:30px 0 34px}.prefooter-casinos__grid{display:grid;grid-auto-flow:column;grid-auto-columns:min(84vw,290px);grid-template-columns:none;gap:10px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-snap-type:inline mandatory;padding:0 1px 8px;scrollbar-width:thin}.footer-casino-card{scroll-snap-align:start;padding:14px}.footer-casino-card__title>a{font-size:16px}.footer-casino-card__fact{grid-template-columns:20px 80px minmax(0,1fr)}}.prefooter-section-head{align-items:center}.prefooter-section-head>div>span{display:none!important}.prefooter-section-head h2{font-size:30px}.home-popular-materials__card{overflow:hidden;padding:0;border:1px solid #dde5ee;border-radius:10px;background:#fff;box-shadow:none}.home-popular-materials__card h3{display:flex;min-height:50px;align-items:center;margin:0;padding:0 15px;border-bottom:1px solid #edf1f5;color:#263247;font:650 16px/1.25 var(--cr-font-heading)}.home-popular-materials__card a{position:relative;display:flex;min-height:42px;align-items:center;padding:10px 35px 10px 15px;border-bottom:1px solid #edf1f5;color:#34465e;font-size:13px;font-weight:650;line-height:1.35;text-decoration:none!important;transition:color .15s,background .15s}.home-popular-materials__card a:last-child{border-bottom:0}.home-popular-materials__card a::after{content:"→";position:absolute;right:14px;color:#9aa6b5;font-size:14px;font-weight:500;transition:transform .15s,color .15s}.home-popular-materials__card a:hover{background:#fbfdff;color:var(--cr-blue);text-decoration:none!important}.home-popular-materials__card a:hover::after{color:var(--cr-blue);transform:translateX(2px)}.footer-casino-card__rating{display:flex;align-items:center;gap:6px;margin-top:7px}.footer-casino-card__rating>span{display:none!important}.footer-casino-card__rating strong{display:inline-flex;min-width:46px;height:38px;align-items:center;justify-content:center;padding:0 9px;border-radius:9px;background:#dcf8e8;color:#14a75b;font-size:22px;font-weight:800;line-height:1}@media(max-width:700px){.home-popular-materials__card{padding:0}.home-popular-materials__card h3{font-size:16px}.home-popular-materials__card a{min-height:40px;padding:9px 34px 9px 14px;font-size:12.75px}}.footer-casino-card__rating{gap:0}.catalog-filter-panel__row--no-label{grid-template-columns:minmax(0,1fr)}.catalog-filter-panel__row--no-label .catalog-category-tabs{width:100%;min-width:0}.portal-directory--people .category-sidebar-card:has(.is-people-materials){border-radius:12px;border-color:#dce6f1;box-shadow:0 6px 18px rgba(24,49,80,.04)}.portal-directory--people .category-sidebar-card:has(.is-people-materials) .category-sidebar-card__head{min-height:46px;padding:0 14px;background:#fbfdff}.portal-directory--people .category-sidebar-card:has(.is-people-materials) .category-sidebar-card__head h2{font-size:15px;font-weight:700}.category-sidebar-materials.is-people-materials{display:grid;padding:4px 10px 8px;counter-reset:none}.category-sidebar-materials.is-people-materials .category-person-link{display:grid;grid-template-columns:44px minmax(0,1fr) 18px;gap:10px;align-items:center;min-height:64px;padding:8px 4px;border-bottom:1px solid #edf1f5;color:#26384f;text-decoration:none!important;counter-increment:none}.category-sidebar-materials.is-people-materials .category-person-link:last-child{border-bottom:0}.category-sidebar-materials.is-people-materials .category-person-link::before{display:none!important}.category-person-link__media{display:grid;width:44px;height:52px;place-items:center;overflow:hidden;border-radius:9px;background:#edf3f9;color:#6f829a;font:750 13px/1 Manrope,sans-serif}.category-person-link__media img{display:block;width:100%;height:100%;object-fit:cover}.category-person-link__copy{display:block;min-width:0}.category-person-link__copy strong{display:block;overflow:hidden;color:#24364e;font:700 12.5px/1.3 Manrope,sans-serif;text-overflow:ellipsis;white-space:nowrap}.category-person-link__copy small{display:-webkit-box;overflow:hidden;margin-top:4px;color:#7b8ba0;font:550 11px/1.35 Manrope,sans-serif;-webkit-box-orient:vertical;-webkit-line-clamp:2}.category-person-link__arrow{display:grid;width:18px;height:18px;place-items:center;color:#9aa8b9;font-size:13px;transition:transform .15s,color .15s}.category-person-link:hover .category-person-link__copy strong{color:var(--cr-blue)}.category-person-link:hover .category-person-link__arrow{color:var(--cr-blue);transform:translateX(2px)}.casino-rank-row__scoreline small{color:#66758a}.casino-rank-row__bonus-label{color:#596b84}.bonus-card__stats span{color:#667287}.bonus-card__actions small{color:#6f7b8d;font-size:9px}.casino-rank-row__button--site{background:#138846;border-color:#138846}.casino-rank-row__button--site:hover{background:#0f713a;border-color:#0f713a}.home-casino-rank .casino-rank-list__body>.casino-rank-row:first-child::after,.portal-directory--casinos .directory-section>.casino-rank-list>.casino-rank-list__body>.casino-rank-row:first-child::after{animation:none!important;background:#efbd37!important;opacity:.72}.article-body figure.pcms-image-left,.article-body figure.pcms-image-center,.article-body figure.pcms-image-right{padding:0!important}.interest-card__confidence{display:flex;gap:7px;align-items:center;flex-wrap:wrap;padding:0 16px 12px;color:#7b8998;font-size:10px}.interest-card__confidence b{padding:4px 6px;border-radius:6px;background:#f1f5f8;color:#586b80}.cr-review-trust{grid-column:1/-1;padding:17px;border:1px solid #dbe7e1;border-radius:13px;background:linear-gradient(135deg,#f8fcfa,#fff)}.cr-review-trust__head{display:flex;align-items:center;justify-content:space-between;gap:14px}.cr-review-trust__head h2{margin:0;font-size:17px}.cr-review-trust__head p{margin:3px 0 0;color:#78889a;font-size:11px}.cr-review-trust__score{display:flex;align-items:baseline;color:#087d5b}.cr-review-trust__score strong{font-size:29px}.cr-review-trust__score small{font-size:10px}.cr-review-trust__meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:10px}.cr-review-trust__meta span{padding:5px 8px;border-radius:8px;background:#eef6f2;color:#566d63;font-size:10px}.cr-review-trust__components{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;margin-top:12px}.cr-review-trust__components div{display:flex;justify-content:space-between;gap:8px;padding:7px 8px;border-radius:7px;background:#fff}.cr-review-trust__components span{color:#5f7082;font-size:10px}.cr-review-trust__components b{font-size:10px}.cr-review-trust__licenses{display:flex;gap:6px;flex-wrap:wrap;margin-top:10px}.cr-review-trust__licenses>span{padding:5px 7px;border:1px solid #e1ebe6;border-radius:7px;color:#607369;font-size:9px}.cr-review-trust__licenses em{color:#0a7e5c;font-style:normal;text-transform:uppercase}.bonus-card__score-badge{display:inline-flex;align-items:center;gap:5px;margin-top:8px;padding:4px 7px;border-radius:7px;background:#ecf8f3;color:#087c5b;font-size:9px;font-weight:800}.bonus-card__score-badge b{font-size:11px}.cr-bonus-score{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:10px 0 0;padding:10px 12px;border:1px solid #dce9e2;border-radius:10px;background:#f4fbf8}.cr-bonus-score span{display:grid;color:#526b61;font-size:10px;font-weight:700}.cr-bonus-score span small{color:#829188;font-size:9px;font-weight:500}.cr-bonus-score strong{color:#07815c;font-size:22px}.cr-bonus-score--full{margin:0 0 8px}.cr-bonus-components{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;margin:0 0 16px}.cr-bonus-components>span{display:flex;justify-content:space-between;gap:8px;padding:7px 9px;border-radius:7px;background:#f6f9f7;color:#687a70;font-size:9px}.cr-bonus-components b{color:#314a40}@media(max-width:760px){.cr-review-trust__components{grid-template-columns:1fr 1fr}}@media(max-width:520px){.cr-review-trust__components,.cr-bonus-components{grid-template-columns:1fr}.interest-card__confidence{padding-left:14px;padding-right:14px}}.article-kicker,.detail-header__eyebrow,.tag-archive-hero__eyebrow,.casino-section-page__eyebrow,.info-page-heading__eyebrow,.howrate-heading__eyebrow,.cr-data-kicker,.cr-wins-eyebrow,.cr-win-viewer__eyebrow,.cr-picker-eyebrow{display:none!important}.cr-data-hero__badges,.cr-picker-hero__chips{display:none!important}.footer-casino-card__rating{display:flex;align-items:center;gap:5px;margin-top:6px;color:#66778c}.footer-casino-card__rating::before{content:"★";color:#f2a100;font-size:14px;line-height:1}.footer-casino-card__rating strong{display:inline!important;min-width:0!important;height:auto!important;padding:0!important;border-radius:0!important;background:transparent!important;color:#26384f!important;font-size:15px!important;font-weight:750!important;line-height:1!important}.cr-review-payments{display:grid;gap:13px}.cr-review-payment-tabs{display:flex;gap:0;overflow-x:auto;border-bottom:1px solid #e4eaf0;scrollbar-width:none}.cr-review-payment-tabs::-webkit-scrollbar{display:none}.cr-review-payment-tabs button{flex:0 0 auto;padding:9px 12px 8px;border:0;border-bottom:2px solid transparent;background:transparent;color:#6b7b90;font:700 11px/1.2 var(--cr-font-body);cursor:pointer;white-space:nowrap}.cr-review-payment-tabs button:hover{color:#2b3f5a}.cr-review-payment-tabs button.is-active{border-bottom-color:var(--cr-blue);color:var(--cr-blue)}.cr-review-payment-table-wrap{overflow:hidden;border:1px solid #dfe7ee;border-radius:11px;background:#fff}.cr-review-payment-table{width:100%;border-collapse:collapse;table-layout:fixed}.cr-review-payment-table th,.cr-review-payment-table td{padding:11px 12px;border-bottom:1px solid #edf1f4;text-align:left;vertical-align:middle}.cr-review-payment-table thead th{background:#f6f8fa;color:#6f7f93;font-size:10px;font-weight:750}.cr-review-payment-table thead th:first-child{width:32%}.cr-review-payment-table tbody tr:last-child td{border-bottom:0}.cr-review-payment-table tr[hidden]{display:none!important}.cr-review-payment-table tbody tr:hover{background:#fafbfd}.cr-review-payment-table td{color:#34465d;font-size:11px;font-weight:650}.cr-review-payment-method{display:flex;align-items:center;gap:9px;min-width:0}.cr-review-payment-method__logo{display:grid;place-items:center;flex:0 0 38px;width:38px;height:28px}.cr-review-payment-method__logo img{max-width:36px;max-height:24px;object-fit:contain}.cr-review-payment-method>span:last-child{display:grid;gap:2px;min-width:0}.cr-review-payment-method strong{overflow:hidden;color:#25364c;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.cr-review-payment-show-more{justify-self:start;padding:8px 0;border:0;background:transparent;color:var(--cr-blue);font:750 11px/1.2 var(--cr-font-body);cursor:pointer}.cr-review-payment-show-more:hover{text-decoration:underline}.cr-review-payments__more{justify-self:start;color:var(--cr-blue);font-size:12px;font-weight:700;text-decoration:none}@media(max-width:720px){.cr-review-payments{gap:11px}.cr-review-payment-tabs button{padding:8px 10px 7px;font-size:10px}.cr-review-payment-table-wrap{border:0;border-radius:0;background:transparent}.cr-review-payment-table,.cr-review-payment-table tbody{display:block}.cr-review-payment-table thead{display:none}.cr-review-payment-table tr{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:8px;border:1px solid #dfe7ee;border-radius:10px;background:#fff;overflow:hidden}.cr-review-payment-table td{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:8px 10px;border-bottom:1px solid #edf1f4;font-size:10px;text-align:right}.cr-review-payment-table td::before{content:attr(data-label);color:#8895a5;font-size:9px;font-weight:650;text-align:left}.cr-review-payment-table td:first-child{grid-column:1/-1;display:block;padding:10px;border-bottom:1px solid #e8edf1;text-align:left}.cr-review-payment-table td:first-child::before{display:none}.cr-review-payment-table td:last-child{grid-column:1/-1;border-bottom:0}.cr-review-payment-method__logo{flex-basis:34px;width:34px;height:25px}.cr-review-payment-method__logo img{max-width:32px;max-height:22px}.cr-review-payment-method strong{font-size:11px}}@media(max-width:460px){.cr-review-payment-table tr{grid-template-columns:1fr}.cr-review-payment-table td:first-child,.cr-review-payment-table td:last-child{grid-column:1}.cr-review-payment-table td{border-bottom:1px solid #edf1f4}}.cr-review-payments{gap:8px}.cr-review-payments>.section-title-row{margin-bottom:0!important}.cr-review-payments>.section-title-row h2{margin:0!important}.cr-review-payment-tabs button{padding:10px 13px 9px;font-size:13px;line-height:1.25}.cr-review-payment-table th,.cr-review-payment-table td{padding:12px 14px}.cr-review-payment-table thead th{font-size:12.5px;line-height:1.35}.cr-review-payment-table td{font-size:14px;line-height:1.4}.cr-review-payment-method strong{font-size:14px;line-height:1.35}.cr-review-payment-show-more,.cr-review-payments__more{font-size:13px}.prefooter-casinos__actions{display:flex;align-items:center;gap:14px}.prefooter-casinos__actions>a{display:inline-flex;align-items:center;gap:8px;color:#176fdc;font-size:14px;font-weight:700;text-decoration:none!important;white-space:nowrap}.prefooter-casinos__nav{display:flex;align-items:center;gap:6px}.prefooter-casinos__nav[hidden]{display:none!important}.prefooter-casinos__nav button{display:grid;width:34px;height:34px;place-items:center;padding:0;border:1px solid #d4e0ed;border-radius:9px;background:#fff;color:#28415f;font:700 22px/1 var(--cr-font-body);cursor:pointer;transition:border-color .15s,background .15s,transform .15s}.prefooter-casinos__nav button:hover{border-color:#b8cce3;background:#f5f9ff;transform:translateY(-1px)}.prefooter-casinos__grid{display:grid!important;grid-auto-flow:column!important;grid-auto-columns:calc((100% - 42px)/4)!important;grid-template-columns:none!important;gap:14px;overflow-x:auto;overscroll-behavior-inline:contain;scroll-behavior:smooth;scroll-snap-type:inline mandatory;scrollbar-width:thin;padding:0 1px 9px}.prefooter-casinos__grid>.footer-casino-card{scroll-snap-align:start}@media(max-width:1020px){.prefooter-casinos__grid{grid-auto-columns:calc((100% - 14px)/2)!important}}@media(max-width:720px){.cr-review-payments{gap:7px}.cr-review-payment-tabs button{padding:9px 11px 8px;font-size:12px}.cr-review-payment-table td{padding:10px 12px;font-size:13px;line-height:1.4}.cr-review-payment-table td::before{font-size:11px;line-height:1.35}.cr-review-payment-method strong{font-size:13.5px}.cr-review-payment-show-more,.cr-review-payments__more{font-size:12.5px}.prefooter-casinos__actions{gap:9px}.prefooter-casinos__actions>a{font-size:12.5px}.prefooter-casinos__nav{display:none!important}.prefooter-casinos__grid{grid-auto-columns:min(84vw,290px)!important;gap:10px}}.article-body>.pcms-category-card,.article-body>p:has(>.pcms-category-card){margin:18px 0}.article-body>p:has(>.pcms-category-card){padding:0!important}.article-body>p>.pcms-category-card{margin:0}.pcms-category-card{padding:15px 16px;border-color:var(--cr-line);border-radius:var(--cr-radius);box-shadow:0 5px 18px rgba(21,39,63,.045);color:var(--cr-text)!important}.pcms-category-card:hover{border-color:#bfd2ec;box-shadow:0 9px 25px rgba(21,39,63,.075)}.pcms-category-card__media{border-color:var(--cr-line);border-radius:8px;background:var(--cr-surface-soft)}.pcms-category-card__media--empty{color:var(--cr-blue)}.pcms-category-card__body strong{font-family:"Manrope",Arial,sans-serif;font-size:16px;font-weight:700;letter-spacing:-.015em}.pcms-category-card__body>span{color:var(--cr-muted);font-size:13px}.pcms-category-card__count{background:var(--cr-blue-soft);color:var(--cr-blue-dark)}.pcms-category-card__arrow{border-radius:7px;background:var(--cr-blue-soft);color:var(--cr-blue)}@media(max-width:620px){.article-body>.pcms-category-card,.article-body>p:has(>.pcms-category-card){margin:15px 0}.pcms-category-card{padding:12px 13px}.pcms-category-card__body strong{font-size:15px}}.detail-header>h1+p,.directory-hero h1+p,.game-detail-header>h1+p,.provider-hero__body>h1+p,.review-material-section-header>h1+p,.howrate-heading>h1+p{margin-top:14px}@media(max-width:720px){.detail-header>h1+p,.directory-hero h1+p,.game-detail-header>h1+p,.provider-hero__body>h1+p,.review-material-section-header>h1+p,.howrate-heading>h1+p{margin-top:11px}}.offer-page .detail-header>h1+p{margin-top:20px!important}.portal-directory--bonuses .catalog-filter-panel{margin-bottom:14px}.portal-directory--bonuses .directory-section{margin-top:0}@media(max-width:720px){.offer-page .detail-header>h1+p{margin-top:15px!important}}.article-body figure.pcms-image-left,.article-body figure.pcms-image-center,.article-body figure.pcms-image-right{width:fit-content!important;max-width:100%!important;box-sizing:border-box}.article-body figure.pcms-image-left{margin-left:0!important;margin-right:auto!important;text-align:left!important}.article-body figure.pcms-image-center{margin-left:auto!important;margin-right:auto!important;text-align:center!important}.article-body figure.pcms-image-right{margin-left:auto!important;margin-right:0!important;text-align:right!important}.article-body figure.pcms-image-left>img,.article-body figure.pcms-image-left>a>img{margin-left:0!important;margin-right:auto!important;max-width:100%!important;height:auto!important}.article-body figure.pcms-image-center>img,.article-body figure.pcms-image-center>a>img{margin-left:auto!important;margin-right:auto!important;max-width:100%!important;height:auto!important}.article-body figure.pcms-image-right>img,.article-body figure.pcms-image-right>a>img{margin-left:auto!important;margin-right:0!important;max-width:100%!important;height:auto!important}.article-body figure.pcms-image-left>a,.article-body figure.pcms-image-center>a,.article-body figure.pcms-image-right>a{display:inline-block!important;width:auto!important;max-width:100%!important}.material-author-line{display:flex;align-items:center;margin:14px 0 20px}.material-author-line__link{display:inline-flex;max-width:100%;align-items:center;gap:10px;color:var(--cr-text);text-decoration:none}.material-author-line__link:hover{color:var(--cr-blue)}.material-author-line__avatar{display:flex;width:38px;height:38px;flex:0 0 38px;align-items:center;justify-content:center;overflow:hidden;border:1px solid var(--cr-line);border-radius:50%;background:var(--cr-surface-soft);color:var(--cr-text);font-family:"Manrope",Arial,sans-serif;font-size:14px;font-weight:750}.material-author-line__avatar img{display:block;width:100%;height:100%;object-fit:cover}.material-author-line__copy{display:flex;min-width:0;flex-direction:column;line-height:1.25}.material-author-line__copy strong{overflow:hidden;color:inherit;font-family:"Manrope",Arial,sans-serif;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.material-author-line__copy small{margin-top:3px;color:var(--cr-muted);font-size:12px;font-weight:500}.authors-page__header{max-width:820px;margin:0 0 28px;padding-top:2px}.authors-page__header h1{font-size:34px;line-height:1.14}.authors-page__header p{max-width:760px;margin:10px 0 0;color:var(--cr-body);font-size:16px}.authors-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.author-card{display:grid;grid-template-columns:88px minmax(0,1fr);gap:16px;align-items:start;padding:18px;border:1px solid var(--cr-line);border-radius:10px;background:#fff}.author-card__avatar{display:flex;width:88px;height:88px;align-items:center;justify-content:center;overflow:hidden;border-radius:10px;background:var(--cr-surface-soft);color:var(--cr-text);font-family:"Manrope",Arial,sans-serif;font-size:28px;font-weight:750}.author-card__avatar img{display:block;width:100%;height:100%;object-fit:cover}.author-card__body{min-width:0}.author-card__body h2{font-size:19px;line-height:1.25}.author-card__body h2 a{color:var(--cr-text)}.author-card__body h2 a:hover{color:var(--cr-blue)}.author-card__role{margin:4px 0 0;color:var(--cr-muted);font-size:13px;font-weight:600}.author-card__body>p:not(.author-card__role){display:-webkit-box;overflow:hidden;margin:9px 0 0;color:var(--cr-body);font-size:13.5px;line-height:1.5;-webkit-box-orient:vertical;-webkit-line-clamp:2}.author-card__meta{display:inline-block;margin-top:11px;font-size:12.5px;font-weight:700}.author-profile{display:grid;grid-template-columns:132px minmax(0,1fr);gap:24px;align-items:start;padding:24px;border:1px solid var(--cr-line);border-radius:11px;background:#fff}.author-profile__avatar{display:flex;width:132px;height:132px;align-items:center;justify-content:center;overflow:hidden;border-radius:12px;background:var(--cr-surface-soft);color:var(--cr-text);font-family:"Manrope",Arial,sans-serif;font-size:42px;font-weight:750}.author-profile__avatar img{display:block;width:100%;height:100%;object-fit:cover}.author-profile__main h1{font-size:34px;line-height:1.12}.author-profile__role{margin:7px 0 0;color:var(--cr-muted);font-size:14px;font-weight:650}.author-profile__excerpt{max-width:780px;margin:11px 0 0;color:var(--cr-body);font-size:15px;line-height:1.6}.author-profile__facts{display:flex;flex-wrap:wrap;gap:8px 18px;margin-top:15px;color:var(--cr-body);font-size:13px}.author-profile__facts span{display:inline-flex;gap:5px}.author-profile__facts b{color:var(--cr-text);font-weight:650}.author-profile__links{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.author-profile__links a{display:inline-flex;min-height:32px;align-items:center;padding:0 11px;border:1px solid var(--cr-line);border-radius:7px;background:#fff;font-size:12.5px;font-weight:650}.author-profile__links a:hover{border-color:#b8cae6;background:var(--cr-blue-soft)}.author-bio{max-width:900px;margin:28px 0 0;padding-top:0}.author-materials{margin-top:34px;padding-top:28px;border-top:1px solid var(--cr-line)}.author-materials .section-title-row{margin-bottom:10px}.review-page>.detail-main .material-author-line{margin:12px 0 18px}.provider-page .material-author-line,.game-page .material-author-line{margin:12px 0 20px}@media (max-width:767px){.material-author-line{margin:11px 0 16px}.material-author-line__avatar{width:34px;height:34px;flex-basis:34px}.authors-page__header{margin-bottom:20px}.authors-page__header h1,.author-profile__main h1{font-size:27px}.authors-grid{grid-template-columns:1fr;gap:10px}.author-card{grid-template-columns:68px minmax(0,1fr);gap:13px;padding:14px}.author-card__avatar{width:68px;height:68px;border-radius:9px;font-size:22px}.author-card__body h2{font-size:17px}.author-profile{grid-template-columns:76px minmax(0,1fr);gap:14px;padding:15px}.author-profile__avatar{width:76px;height:76px;border-radius:10px;font-size:26px}.author-profile__excerpt,.author-profile__facts,.author-profile__links{grid-column:1/-1}.author-profile__excerpt{font-size:14px}.author-profile__facts{gap:7px 14px;margin-top:12px}.author-profile__links{margin-top:13px}.author-bio{margin-top:22px}.author-materials{margin-top:26px;padding-top:22px}}.review-page .material-author-line{margin:26px 0 0;padding-top:18px;border-top:1px solid var(--cr-line)}.review-page .review-material-section-article>.material-author-line{margin-top:28px}.bonus-tags-strip{margin-top:26px}.author-page .author-materials .article-directory-grid{gap:0 30px}.author-page .author-materials .article-card,.author-page .author-materials .article-card:first-child{display:block;grid-column:auto;grid-template-columns:1fr;min-height:0;padding:15px 0;border-bottom:1px solid #e1e6ed}.author-page .author-materials .article-image{display:none!important}.author-page .author-materials .article-card:first-child .article-title{font-size:17px}.author-page .author-materials .article-card:first-child .article-excerpt{font-size:12px;-webkit-line-clamp:2}.author-page .author-materials .article-excerpt{display:-webkit-box;margin-top:6px;font-size:12px;line-height:1.45;-webkit-line-clamp:2}.author-page .author-materials .article-meta{margin-top:7px;font-size:10.5px}.article-body>.pcms-smart-cta,.article-body>p:has(>.pcms-smart-cta){margin-top:28px!important;margin-bottom:30px!important}.article-body>p:has(>.pcms-smart-cta){line-height:1.2}.article-body>p:has(>.pcms-smart-cta)>.pcms-smart-cta{vertical-align:middle}@media(max-width:720px){.review-page .material-author-line,.review-page .review-material-section-article>.material-author-line{margin-top:22px;padding-top:15px}.bonus-tags-strip{margin-top:22px}.author-page .author-materials .article-directory-grid{grid-template-columns:1fr}.author-page .author-materials .article-card,.author-page .author-materials .article-card:first-child{padding:12px 0}.article-body>.pcms-smart-cta,.article-body>p:has(>.pcms-smart-cta){margin-top:22px!important;margin-bottom:24px!important}}
