@import "https://fonts.googleapis.com/css2?family=Mulish:wght@400;700&display=swap";:root{--dk9-bg:#08090e;--dk9-surface:#10121a;--dk9-surface-2:#181b27;--dk9-border:#252839;--dk9-gold:#c9a84c;--dk9-gold-light:#e6be6a;--dk9-text:#e2e4f0;--dk9-text-muted:#7b839e;--dk9-radius:8px;--dk9-max-w:1160px}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--dk9-text);background:var(--dk9-bg);-webkit-font-smoothing:antialiased;font-family:Mulish,sans-serif;font-size:16px;line-height:1.65}img{max-width:100%;display:block}a{color:var(--dk9-gold);text-decoration:none}a:hover{color:var(--dk9-gold-light)}ol,ul{list-style:none}.dk9-wrap{max-width:var(--dk9-max-w);margin:0 auto;padding:0 20px}.dk9-header{z-index:100;border-bottom:1px solid var(--dk9-border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#08090ef5;position:sticky;top:0}.dk9-header__bar{max-width:var(--dk9-max-w);align-items:center;gap:24px;margin:0 auto;padding:12px 20px;display:flex}.dk9-head__left{flex:1;align-items:center;gap:12px;display:flex}.dk9-logo img{width:auto;height:32px;display:block}.dk9-nav ul{align-items:center;gap:4px;display:flex}.dk9-nav a{color:var(--dk9-text-muted);border-radius:6px;padding:6px 12px;font-size:14px;font-weight:700;transition:color .2s,background .2s;position:relative}.dk9-nav a.active,.dk9-nav a:hover{color:var(--dk9-gold);background:#c9a84c14}.dk9-head__actions{flex:1;justify-content:flex-end;align-items:center;gap:8px;display:flex}.dk9-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:6px;justify-content:center;align-items:center;font-family:inherit;font-weight:700;text-decoration:none;transition:opacity .2s,background .2s,border-color .2s;display:inline-flex}.dk9-btn--ghost{border:1px solid var(--dk9-border);color:var(--dk9-text-muted);background:0 0;padding:7px 16px;font-size:13px}.dk9-btn--ghost:hover{border-color:var(--dk9-gold);color:var(--dk9-gold)}.dk9-btn--primary{background:var(--dk9-gold);color:#0a0b0f;padding:8px 16px;font-size:13px}.dk9-btn--primary:hover{background:var(--dk9-gold-light);color:#0a0b0f}.dk9-btn--gold{background:var(--dk9-gold);color:#0a0b0f;border-radius:8px;padding:13px 32px;font-size:15px}.dk9-btn--gold:hover{background:var(--dk9-gold-light);color:#0a0b0f}.dk9-btn--lg{padding:14px 36px;font-size:16px}.dk9-btn--full{width:100%}.dk9-btn--outline{border:1px solid var(--dk9-gold);color:var(--dk9-gold);background:0 0;padding:12px 28px;font-size:15px}.dk9-btn--outline:hover{background:var(--dk9-gold);color:#0a0b0f}.dk9-burger{border:1px solid var(--dk9-border);cursor:pointer;background:0 0;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:8px;display:none}.dk9-burger span{background:var(--dk9-text);width:18px;height:2px;transition:transform .25s,opacity .25s;display:block}.dk9-menu-open .dk9-burger span:first-child{transform:translateY(7px)rotate(45deg)}.dk9-menu-open .dk9-burger span:nth-child(2){opacity:0}.dk9-menu-open .dk9-burger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.dk9-mobile-overlay{z-index:200;opacity:0;pointer-events:none;background:#0009;transition:opacity .3s;display:none;position:fixed;inset:0}.dk9-menu-open .dk9-mobile-overlay{opacity:1;pointer-events:auto}.dk9-mobile-panel{background:var(--dk9-surface);border-right:1px solid var(--dk9-border);z-index:300;flex-direction:column;width:min(300px,88vw);height:100vh;padding:0 0 24px;transition:transform .3s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.dk9-menu-open .dk9-mobile-panel{transform:translate(0)}.dk9-mobile-panel__head{border-bottom:1px solid var(--dk9-border);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.dk9-mobile-panel__logo img{height:28px}.dk9-mobile-panel__close{border:1px solid var(--dk9-border);cursor:pointer;width:36px;height:36px;color:var(--dk9-text-muted);background:0 0;border-radius:6px;justify-content:center;align-items:center;font-size:18px;display:flex;position:relative}.dk9-mobile-panel__close:before{content:"×"}.dk9-mobile-panel__nav{flex:1;padding:16px 0}.dk9-mobile-panel__nav a{color:var(--dk9-text-muted);border-left:3px solid #0000;padding:12px 20px;font-size:15px;font-weight:700;transition:color .2s,border-color .2s,background .2s;display:block}.dk9-mobile-panel__nav a.active,.dk9-mobile-panel__nav a:hover{color:var(--dk9-gold);border-color:var(--dk9-gold);background:#c9a84c0f}.dk9-mobile-panel__actions{flex-direction:column;gap:10px;padding:0 20px;display:flex}.dk9-mobile-panel__actions .dk9-btn{justify-content:center;width:100%}.dk9-hero{min-height:420px;position:relative;overflow:hidden}.dk9-hero picture{display:block}.dk9-hero picture img{-o-object-fit:cover;object-fit:cover;width:100%;max-height:520px;display:block}.dk9-hero__overlay{pointer-events:none;background:linear-gradient(90deg,#08090ed1 40%,#08090e33);flex-direction:column;justify-content:center;align-items:stretch;padding:40px 0;display:flex;position:absolute;inset:0}.dk9-hero__overlay>*{pointer-events:auto}.dk9-hero__overlay .dk9-wrap{flex-direction:column;align-items:flex-start;width:100%;display:flex}.dk9-hero__title{color:#fff;max-width:600px;margin-bottom:12px;font-size:clamp(24px,4vw,42px);font-weight:700;line-height:1.2}.dk9-hero__sub{color:#e2e4f0d9;max-width:480px;margin-bottom:28px;font-size:clamp(14px,2vw,18px)}.dk9-hero__badge{color:var(--dk9-gold);text-transform:uppercase;letter-spacing:.04em;background:#c9a84c26;border:1px solid #c9a84c66;border-radius:20px;margin-bottom:16px;padding:5px 14px;font-size:13px;font-weight:700;display:inline-block}.dk9-section{padding:64px 0}.dk9-section--alt{background:var(--dk9-surface)}.dk9-section--dark{background:var(--dk9-bg)}.dk9-section-head{margin-bottom:40px}.dk9-section-head--center{text-align:center}.dk9-h2{margin-bottom:12px;font-size:clamp(20px,3vw,30px);line-height:1.3}.dk9-h2,.dk9-h3{color:var(--dk9-text);font-weight:700}.dk9-h3{margin-bottom:10px;font-size:20px}.dk9-lead{color:var(--dk9-text-muted);max-width:640px;font-size:16px}.dk9-lead--center{text-align:center;margin:0 auto}.dk9-text p{color:var(--dk9-text-muted);margin-bottom:16px;line-height:1.7}.dk9-text p:last-child{margin-bottom:0}.dk9-text strong{color:var(--dk9-text)}.dk9-card{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);padding:24px}.dk9-grid-2{flex-wrap:wrap;gap:32px;display:flex}.dk9-grid-2__main{flex:600px}.dk9-grid-2__side{flex:260px}.dk9-stats{flex-wrap:wrap;gap:16px;margin-bottom:32px;display:flex}.dk9-stat{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);text-align:center;flex:200px;padding:20px}.dk9-stat__val{color:var(--dk9-gold);margin-bottom:4px;font-size:28px;font-weight:700;display:block}.dk9-stat__label{color:var(--dk9-text-muted);font-size:13px}.dk9-features{flex-wrap:wrap;gap:20px;display:flex}.dk9-feature{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex:220px;padding:24px 20px}.dk9-feature__icon{margin-bottom:14px}.dk9-feature__title{color:var(--dk9-text);margin-bottom:6px;font-size:15px;font-weight:700}.dk9-feature__text{color:var(--dk9-text-muted);font-size:13px;line-height:1.6}.dk9-procon{flex-wrap:wrap;gap:20px;display:flex}.dk9-procon__col{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex:260px;padding:24px}.dk9-procon__col h3{text-transform:uppercase;letter-spacing:.06em;margin-bottom:16px;font-size:14px;font-weight:700}.dk9-procon__col--pros h3{color:#4caf7d}.dk9-procon__col--cons h3{color:#e05c5c}.dk9-procon__col li{color:var(--dk9-text-muted);border-bottom:1px solid var(--dk9-border);align-items:flex-start;gap:8px;padding:6px 0;font-size:14px;line-height:1.5;display:flex}.dk9-procon__col li:last-child{border-bottom:none}.dk9-procon__col li:before{flex-shrink:0;margin-top:2px}.dk9-procon__col--pros li:before{content:"✓";color:#4caf7d}.dk9-procon__col--cons li:before{content:"✗";color:#e05c5c}.dk9-bonus-grid{flex-wrap:wrap;gap:20px;display:flex}.dk9-bonus-card{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex-direction:column;flex:260px;display:flex;overflow:hidden}.dk9-bonus-card__img img{-o-object-fit:cover;object-fit:cover;width:100%;height:180px}.dk9-bonus-card__body{flex-direction:column;flex:1;padding:20px;display:flex}.dk9-bonus-card__stage{text-transform:uppercase;letter-spacing:.08em;color:var(--dk9-gold);margin-bottom:6px;font-size:11px;font-weight:700}.dk9-bonus-card__title{color:var(--dk9-text);margin-bottom:8px;font-size:16px;font-weight:700;line-height:1.3}.dk9-bonus-card__desc{color:var(--dk9-text-muted);flex:1;margin-bottom:14px;font-size:13px;line-height:1.6}.dk9-bonus-stats{border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);margin:0 0 16px;padding:0;list-style:none;overflow:hidden}.dk9-bonus-stats li{border-bottom:1px solid var(--dk9-border);justify-content:space-between;align-items:center;padding:7px 12px;font-size:12px;display:flex}.dk9-bonus-stats li:last-child{border-bottom:none}.dk9-bonus-stats li:nth-child(odd){background:#ffffff05}.dk9-bonus-stats li span:first-child{color:var(--dk9-text-muted);font-weight:500}.dk9-bonus-stats li span:last-child{text-align:right;color:var(--dk9-text);font-weight:700}.dk9-bonus-card__terms{color:var(--dk9-text-muted);margin-bottom:14px;font-size:11px;line-height:1.5}.dk9-providers{flex-wrap:wrap;gap:16px}.dk9-provider,.dk9-providers{justify-content:center;display:flex}.dk9-provider{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex:140px;align-items:center;max-width:160px;padding:16px 12px}.dk9-provider img{-o-object-fit:contain;object-fit:contain;opacity:.7;max-width:110px;height:36px;margin:0 auto;transition:opacity .2s}.dk9-provider:hover img{opacity:1}.dk9-section-cta{text-align:center;margin-top:28px}.dk9-payment-methods{flex-wrap:wrap;align-items:center;gap:12px;margin:24px 0 0;display:flex}.dk9-payment-item{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);justify-content:center;align-items:center;padding:10px 18px;transition:border-color .2s;display:flex}.dk9-payment-item:hover{border-color:var(--dk9-gold)}.dk9-payment-item img{opacity:.8;width:auto;height:28px;transition:opacity .2s;display:block}.dk9-payment-item:hover img{opacity:1}.dk9-games-grid{flex-wrap:wrap;gap:16px;margin-bottom:8px;display:flex}.dk9-game-card{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex-direction:column;flex:160px;max-width:200px;text-decoration:none;transition:border-color .2s,transform .2s;display:flex;overflow:hidden}.dk9-game-card:hover{border-color:var(--dk9-gold);transform:translateY(-3px)}.dk9-game-card img{aspect-ratio:4/3;-o-object-fit:cover;object-fit:cover;width:100%;display:block}.dk9-game-card__info{flex-direction:column;gap:4px;padding:8px 10px;display:flex}.dk9-game-card__name{color:var(--dk9-text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:700;overflow:hidden}.dk9-game-card__badge{color:var(--dk9-gold);background:#c9a84c1f;border-radius:4px;width:fit-content;padding:2px 6px;font-size:10px;font-weight:700;display:inline-block}.dk9-game-card__badge--jackpot{color:#ffb400;background:#ffb40026}.dk9-game-card__badge--live{color:#00c878;background:#00c8781f}.dk9-game-card__badge--crash{color:#ff5050;background:#ff50501f}.dk9-reviews-slider{position:relative;overflow:hidden}.dk9-reviews-track{gap:20px;transition:transform .4s;display:flex}.dk9-review-card{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex:0 0 calc(33.333% - 14px);min-width:280px;padding:24px}.dk9-review-card__header{justify-content:space-between;align-items:flex-start;margin-bottom:4px;display:flex}.dk9-review-card__header h4{color:var(--dk9-text);font-size:14px;font-weight:700;line-height:1.3}.dk9-review-card__stars{color:var(--dk9-gold);flex-shrink:0;font-size:13px}.dk9-review-card__meta{color:var(--dk9-text-muted);margin-bottom:12px;font-size:12px}.dk9-review-card p:last-child{color:var(--dk9-text-muted);font-size:14px;font-style:italic;line-height:1.65}.dk9-slider-controls{gap:16px;margin-top:28px}.dk9-slider-btn,.dk9-slider-controls{justify-content:center;align-items:center;display:flex}.dk9-slider-btn{border:1px solid var(--dk9-border);background:var(--dk9-surface-2);width:40px;height:40px;color:var(--dk9-text-muted);cursor:pointer;border-radius:50%;font-size:16px;transition:border-color .2s,color .2s}.dk9-slider-btn:hover{border-color:var(--dk9-gold);color:var(--dk9-gold)}.dk9-slider-dots{gap:8px;display:flex}.dk9-slider-dot{background:var(--dk9-border);cursor:pointer;border:none;border-radius:50%;width:8px;height:8px;transition:background .2s}.dk9-slider-dot.active{background:var(--dk9-gold)}.dk9-faq{flex-direction:column;gap:8px;display:flex}.dk9-faq-item{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);overflow:hidden}.dk9-faq-q{text-align:left;width:100%;color:var(--dk9-text);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:12px;padding:18px 20px;font-family:inherit;font-size:15px;font-weight:700;transition:color .2s;display:flex}.dk9-faq-q:hover{color:var(--dk9-gold)}.dk9-faq-q__icon{border:1px solid var(--dk9-border);width:22px;height:22px;color:var(--dk9-text-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;transition:transform .3s,border-color .2s;display:flex}.dk9-faq-item.open .dk9-faq-q__icon{border-color:var(--dk9-gold);color:var(--dk9-gold);transform:rotate(45deg)}.dk9-faq-a{max-height:0;transition:max-height .35s;overflow:hidden}.dk9-faq-item.open .dk9-faq-a{max-height:500px}.dk9-faq-a-inner{color:var(--dk9-text-muted);padding:0 20px 18px;font-size:14px;line-height:1.7}.dk9-steps{flex-wrap:wrap;gap:16px;display:flex}.dk9-step{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex:180px;padding:20px}.dk9-step__num{width:36px;height:36px;color:var(--dk9-gold);background:#c9a84c26;border:1px solid #c9a84c66;border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:14px;font-weight:700;display:flex}.dk9-step__title{color:var(--dk9-text);margin-bottom:6px;font-size:14px;font-weight:700}.dk9-step__text{color:var(--dk9-text-muted);font-size:13px;line-height:1.6}.dk9-list{flex-direction:column;gap:10px;display:flex}.dk9-list li{color:var(--dk9-text-muted);align-items:flex-start;gap:10px;font-size:14px;line-height:1.55;display:flex}.dk9-list li:before{content:"";background:var(--dk9-gold);border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:7px}.dk9-notice{border-left:3px solid var(--dk9-gold);border-radius:0 var(--dk9-radius) var(--dk9-radius) 0;color:var(--dk9-text-muted);background:#c9a84c0f;margin-bottom:24px;padding:16px 20px;font-size:14px;line-height:1.65}.dk9-notice strong{color:var(--dk9-gold)}.dk9-footer{background:var(--dk9-surface);border-top:1px solid var(--dk9-border);padding:48px 0 24px}.dk9-footer__main{flex-wrap:wrap;gap:32px;margin-bottom:40px;display:flex}.dk9-footer__brand{flex:240px}.dk9-footer__logo{margin-bottom:14px}.dk9-footer__logo img{height:28px}.dk9-footer__tagline{color:var(--dk9-text-muted);max-width:280px;font-size:13px;line-height:1.6}.dk9-footer__nav{flex:140px}.dk9-footer__nav h4{text-transform:uppercase;letter-spacing:.08em;color:var(--dk9-text-muted);margin-bottom:14px;font-size:11px;font-weight:700}.dk9-footer__nav ul{flex-direction:column;gap:8px;display:flex}.dk9-footer__nav a{color:var(--dk9-text-muted);font-size:14px;transition:color .2s}.dk9-footer__nav a:hover{color:var(--dk9-gold)}.dk9-footer__reviews{border-top:1px solid var(--dk9-border);border-bottom:1px solid var(--dk9-border);flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:24px;padding:24px 0;display:flex}.dk9-footer__reviews a{opacity:.55;align-items:center;transition:opacity .2s;display:flex}.dk9-footer__reviews a:hover{opacity:1}.dk9-footer__reviews img{width:auto;height:24px}.dk9-footer__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.dk9-footer__legal{max-width:640px;line-height:1.6}.dk9-footer__copy,.dk9-footer__legal{color:var(--dk9-text-muted);font-size:12px}.dk9-age{width:32px;height:32px;color:var(--dk9-gold);background:#c9a84c1f;border:1px solid #c9a84c59;border-radius:50%;justify-content:center;align-items:center;font-size:11px;font-weight:700;display:inline-flex}.dk9-page-hero{background:var(--dk9-surface);border-bottom:1px solid var(--dk9-border);padding:48px 0 40px}.dk9-page-hero__label{text-transform:uppercase;letter-spacing:.1em;color:var(--dk9-gold);margin-bottom:10px;font-size:11px;font-weight:700}.dk9-page-hero h1{margin-bottom:12px;font-size:clamp(22px,3.5vw,36px);font-weight:700;line-height:1.25}.dk9-page-hero p{color:var(--dk9-text-muted);max-width:620px;font-size:16px;line-height:1.65}.dk9-bonus-overview{border-radius:var(--dk9-radius);background:#c9a84c0f;border:1px solid #c9a84c40;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;padding:24px;display:flex}.dk9-bonus-overview__total{color:var(--dk9-gold);font-size:28px;font-weight:700}.dk9-bonus-overview__label{color:var(--dk9-text-muted);font-size:13px}.dk9-app-steps{flex-wrap:wrap;gap:16px;display:flex}.dk9-app-step{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:var(--dk9-radius);flex:220px;padding:20px}.dk9-app-step__icon{margin-bottom:12px}.dk9-app-step__title{color:var(--dk9-text);margin-bottom:6px;font-size:14px;font-weight:700}.dk9-app-step__text{color:var(--dk9-text-muted);font-size:13px;line-height:1.6}.dk9-rating-badge{background:var(--dk9-surface-2);border:1px solid var(--dk9-border);border-radius:40px;align-items:center;gap:8px;margin-bottom:32px;padding:8px 16px;display:inline-flex}.dk9-rating-badge .stars{color:var(--dk9-gold);font-size:16px}.dk9-rating-badge .score{color:var(--dk9-text);font-size:15px;font-weight:700}.dk9-rating-badge .count{color:var(--dk9-text-muted);font-size:12px}.dk9-lang-dd{position:relative}.dk9-lang-dd__current{border:1px solid var(--dk9-border);cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--dk9-text-muted);white-space:nowrap;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:700;list-style:none;transition:border-color .2s,color .2s;display:flex}.dk9-lang-dd__current::-webkit-details-marker{display:none}.dk9-lang-dd__current svg{border-radius:2px;flex-shrink:0;display:block}.dk9-lang-dd__code{line-height:1}.dk9-lang-dd__chevron{transition:transform .2s}.dk9-lang-dd[open] .dk9-lang-dd__chevron{transform:rotate(180deg)}.dk9-lang-dd:hover .dk9-lang-dd__current,.dk9-lang-dd[open] .dk9-lang-dd__current{border-color:var(--dk9-gold);color:var(--dk9-gold)}.dk9-lang-dd__menu{background:var(--dk9-surface);border:1px solid var(--dk9-border);z-index:200;border-radius:8px;min-width:130px;padding:4px;position:absolute;top:calc(100% + 6px);right:0;box-shadow:0 8px 24px #0006}.dk9-lang-dd__item{color:var(--dk9-text-muted);border-radius:5px;align-items:center;gap:8px;padding:8px 10px;font-size:13px;font-weight:700;text-decoration:none;transition:background .15s,color .15s;display:flex}.dk9-lang-dd__item svg{border-radius:2px;flex-shrink:0}.dk9-lang-dd__item:hover{color:var(--dk9-text);background:#ffffff0d}.dk9-lang-dd__item.is-active{color:var(--dk9-gold)}.dk9-lang-dd__item.is-active:hover{background:#c9a84c14}.dk9-mobile-panel__lang{gap:8px;padding:0 20px 16px;display:flex}.dk9-lang-pill{border:1px solid var(--dk9-border);color:var(--dk9-text-muted);border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-size:13px;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.dk9-lang-pill svg{border-radius:2px}.dk9-lang-pill.is-active,.dk9-lang-pill:hover{border-color:var(--dk9-gold);color:var(--dk9-gold)}.dk9-head__mobile-right{align-items:center;gap:8px;margin-left:auto;display:none}.dk9-mob-lang{border:1px solid var(--dk9-border);color:var(--dk9-text);white-space:nowrap;border-radius:6px;align-items:center;gap:5px;padding:5px 9px;font-size:12px;font-weight:700;text-decoration:none;transition:border-color .2s,color .2s;display:flex}.dk9-mob-lang svg{border-radius:2px;flex-shrink:0;display:block}.dk9-mob-lang:hover{border-color:var(--dk9-gold);color:var(--dk9-gold)}.dk9-btn--sm{padding:7px 14px;font-size:12px}@media (width<=980px){.dk9-burger{display:flex}.dk9-head__actions,.dk9-nav{display:none}.dk9-head__mobile-right{display:flex}.dk9-mobile-overlay{display:block}.dk9-review-card{flex:0 0 calc(50% - 10px)}}@media (width<=600px){.dk9-section{padding:40px 0}.dk9-review-card{flex:0 0 100%}.dk9-bonus-card,.dk9-feature{flex:100%}.dk9-hero__overlay{padding:28px 0}.dk9-hero picture img{max-height:340px}}
