/* deploy-css-8014651386ef */

:root{
  --st-primary:#1e90ff;
  --st-secondary:#ffffff;
  --st-accent:#ff4500;
  --st-primary-tint:rgba(30,144,255,.07);
  --st-primary-tint-strong:rgba(30,144,255,.15);
  --st-primary-tint-heavy:rgba(30,144,255,.24);
  --st-accent-tint:rgba(255,69,0,.12);
  --st-text:#0f2436;
  --st-text-muted:#5c7186;
  --st-surface:#ffffff;
  --st-hairline:rgba(15,36,54,.1);
  --st-header-h:64px;
  --st-mobile-cta-h:66px;
  --st-font-heading:'Lexend',sans-serif;
  --st-font-body:'Rubik',sans-serif;
}

@media(min-width:900px){
  :root{ --st-header-h:80px; }
}

*{box-sizing:border-box;}
html{-webkit-text-size-adjust:100%;}
body{
  margin:0;
  font-family:var(--st-font-body);
  color:var(--st-text);
  background:var(--st-secondary);
  line-height:1.55;
  padding-top:var(--st-header-h);
  padding-bottom:calc(var(--st-mobile-cta-h) + env(safe-area-inset-bottom));
  overflow-x:hidden;
}
@media(min-width:900px){
  body{ padding-bottom:0; }
}
img{max-width:100%;display:block;}
a{color:inherit;text-decoration:none;}
ul,ol{margin:0;padding:0;list-style:none;}
h1,h2,h3{font-family:var(--st-font-heading);margin:0 0 .5rem;line-height:1.2;}
p{margin:0 0 .75em;}
button{font-family:inherit;cursor:pointer;}

@media(prefers-reduced-motion:reduce){
  *,*::before,*::after{animation-duration:.001ms !important;animation-iteration-count:1 !important;transition-duration:.001ms !important;scroll-behavior:auto !important;}
}

.st-section-inner{
  max-width:var(--st-ds-measure);
  margin-inline:auto;
  padding-inline:var(--st-ds-pad);
}

.st-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:.65rem 1.4rem;
  border-radius:var(--st-ds-radius-btn);
  font-weight:600;
  font-size:.95rem;
  border:2px solid transparent;
  transition:transform .18s ease,background .18s ease,color .18s ease,border-color .18s ease;
  white-space:nowrap;
}
.st-btn-primary{
  background:var(--st-accent);
  color:#fff;
}
.st-btn-primary:hover{ background:#e03e00; transform:translateY(-1px); }
.st-btn-ghost{
  background:transparent;
  border-color:currentColor;
  color:inherit;
}
.st-btn-lg{ padding:.85rem 1.9rem; font-size:1.05rem; }

.st-header{
  position:fixed;
  top:0;left:0;right:0;
  z-index:1000;
  height:var(--st-header-h);
  display:flex;
  align-items:center;
  background:linear-gradient(135deg,var(--st-primary),#0f6fd6);
  transition:box-shadow .25s ease,height .25s ease;
}
.st-header.is-scrolled{
  box-shadow:0 6px 18px rgba(15,36,54,.18);
}
.st-header-inner{
  width:100%;
  max-width:var(--st-ds-measure);
  margin-inline:auto;
  padding-inline:var(--st-ds-pad);
  display:flex;
  align-items:center;
  gap:.75rem;
}
.st-brand{
  order:2;
  margin-inline:auto;
  display:flex;
  align-items:center;
  background:#fff;
  padding:.4rem .7rem;
  border-radius:var(--st-ds-radius-sm);
}
.st-logo{
  width:auto;
  height:36px;
  display:block;
}
.st-nav{ order:1; }
.st-nav-list{
  display:none;
}
.st-auth-cluster{
  order:3;
  display:none;
  align-items:center;
  gap:.6rem;
}
.st-auth-cluster .st-btn-ghost{ color:#fff; border-color:rgba(255,255,255,.7); }
.st-auth-cluster .st-btn-ghost:hover{ background:rgba(255,255,255,.12); }

.st-hamburger{
  order:4;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:5px;
  width:44px;
  height:44px;
  background:rgba(255,255,255,.14);
  border:none;
  border-radius:var(--st-ds-radius-sm);
  padding:0;
  margin-left:auto;
}
.st-hamburger-bar{
  width:22px;
  height:2px;
  background:#fff;
  margin-inline:auto;
  transition:transform .2s ease,opacity .2s ease;
}
.st-hamburger.is-active .st-hamburger-bar:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.st-hamburger.is-active .st-hamburger-bar:nth-child(2){ opacity:0; }
.st-hamburger.is-active .st-hamburger-bar:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

.st-mobile-menu{
  display:none;
  position:absolute;
  top:100%;
  left:0;right:0;
  background:var(--st-primary);
  padding:.75rem var(--st-ds-pad) 1.25rem;
  flex-direction:column;
  gap:.35rem;
  box-shadow:0 12px 20px rgba(15,36,54,.2);
}
.st-mobile-menu.is-open{ display:flex; }
.st-mobile-menu li{ width:100%; }
.st-mobile-menu a{
  display:block;
  padding:.75rem .5rem;
  color:#fff;
  font-weight:500;
  border-bottom:1px solid rgba(255,255,255,.12);
  min-height:44px;
}
.st-mobile-menu .st-btn{ margin-top:.4rem; width:100%; }
.st-nav-link.is-current{ color:var(--st-accent); }

@media(min-width:900px){
  .st-hamburger,.st-mobile-menu{ display:none !important; }
  .st-nav-list{
    display:flex;
    align-items:center;
    gap:1.5rem;
  }
  .st-nav-list a{
    color:#fff;
    font-weight:500;
    font-size:.98rem;
    padding:.4rem 0;
    position:relative;
  }
  .st-nav-list a::after{
    content:'';
    position:absolute;
    left:0;bottom:-4px;
    width:0;height:2px;
    background:var(--st-accent);
    transition:width .2s ease;
  }
  .st-nav-list a:hover::after,.st-nav-list a.is-current::after{ width:100%; }
  .st-auth-cluster{ display:flex; }
}

.st-mobile-cta{
  position:fixed;
  left:0;right:0;bottom:0;
  z-index:999;
  display:flex;
  gap:.5rem;
  padding:.6rem var(--st-ds-pad);
  padding-bottom:calc(.6rem + env(safe-area-inset-bottom));
  background:#fff;
  box-shadow:0 -6px 16px rgba(15,36,54,.12);
}
.st-mobile-cta .st-btn{ flex:1; }
@media(min-width:900px){
  .st-mobile-cta{ display:none; }
}

.st-back-to-top{
  position:fixed;
  right:1rem;
  bottom:calc(var(--st-mobile-cta-h) + 1rem + env(safe-area-inset-bottom));
  z-index:1001;
  width:46px;height:46px;
  border-radius:50%;
  border:none;
  background:var(--st-primary);
  color:#fff;
  font-size:1.1rem;
  box-shadow:0 6px 16px rgba(30,144,255,.4);
}
.st-back-to-top.is-hidden{ display:none; }
@media(min-width:900px){
  .st-back-to-top{ bottom:1.25rem; }
}

.st-cookie-banner{
  position:fixed;
  left:.75rem;right:.75rem;
  bottom:calc(var(--st-mobile-cta-h) + .75rem + env(safe-area-inset-bottom));
  z-index:1002;
  background:var(--st-text);
  color:#fff;
  border-radius:var(--st-ds-radius);
  padding:1rem;
  display:flex;
  flex-wrap:wrap;
  gap:.75rem;
  align-items:center;
  justify-content:space-between;
}
.st-cookie-banner.is-hidden{ display:none; }
.st-cookie-banner p{ margin:0; flex:1 1 200px; font-size:.9rem; }
.st-cookie-actions{ display:flex; gap:.5rem; }
@media(min-width:900px){
  .st-cookie-banner{ left:auto; right:1.25rem; bottom:1.25rem; max-width:420px; }
}

section{ padding-block:var(--st-ds-sec-y); }

.st-hero{
  position:relative;
  overflow:hidden;
  background:linear-gradient(160deg,var(--st-primary) 0%,#0b63b8 100%);
  color:#fff;
  padding-block:calc(var(--st-ds-sec-y) * 1.6);
}
.st-hero::before,
.st-hero::after{
  content:'';
  position:absolute;
  border-radius:50%;
  z-index:0;
}
.st-hero::before{
  width:220px;height:220px;
  background:var(--st-accent);
  opacity:.25;
  top:-60px;right:-60px;
  filter:blur(10px);
}
.st-hero::after{
  width:160px;height:160px;
  background:#fff;
  opacity:.08;
  bottom:-40px;left:10%;
}
.st-hero-inner{
  position:relative;
  z-index:1;
  max-width:var(--st-ds-measure);
  margin-inline:auto;
  padding-inline:var(--st-ds-pad);
  display:flex;
  flex-direction:column;
  gap:1.5rem;
}
.st-hero-content{
  text-align:left;
  max-width:65ch;
}
.st-hero-title{
  font-size:clamp(1.8rem,5vw + .5rem,2.75rem);
  font-weight:800;
  margin-bottom:.6rem;
}
.st-hero-subtitle{
  font-size:clamp(1rem,2vw + .6rem,1.2rem);
  color:rgba(255,255,255,.9);
  margin-bottom:1.1rem;
}
.st-hero-media{ width:100%; }
.st-hero-slider{
  display:flex;
  gap:.75rem;
  overflow-x:auto;
  scroll-snap-type:x mandatory;
  border-radius:var(--st-ds-radius-lg);
  -webkit-overflow-scrolling:touch;
}
.st-hero-slide{
  flex:0 0 100%;
  scroll-snap-align:center;
  border-radius:var(--st-ds-radius-lg);
  overflow:hidden;
  aspect-ratio:16/9;
}
.st-hero-slide img{ width:100%; height:100%; object-fit:cover; }

@media(min-width:900px){
  .st-hero-inner{
    flex-direction:row;
    align-items:center;
    gap:2.5rem;
  }
  .st-hero-content{ flex:1 1 50%; }
  .st-hero-media{ flex:1 1 50%; }
}

.st-facts{ background:var(--st-secondary); }
.st-facts-heading{
  font-size:clamp(1.3rem,3vw + .6rem,1.9rem);
  margin-bottom:.9rem;
}
.st-facts-table{
  display:block;
  width:100%;
  border-collapse:collapse;
  background:linear-gradient(180deg,var(--st-primary-tint),transparent 60%);
  border-left:4px solid var(--st-accent);
  border-radius:var(--st-ds-radius);
  padding:.4rem;
}
.st-facts-table tbody{ display:block; }
.st-facts-table tr{
  display:grid;
  grid-template-columns:1fr;
  gap:.15rem;
  padding:.9rem .75rem;
  border-bottom:1px solid var(--st-hairline);
}
.st-facts-table tr:last-child{ border-bottom:none; }
.st-facts-table th,
.st-facts-table td{
  display:block;
  text-align:left;
  padding:0;
  border:none;
}
.st-facts-table th{
  font-size:.75rem;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--st-text-muted);
  font-weight:600;
}
.st-facts-table td{
  font-size:1.1rem;
  font-weight:700;
  color:var(--st-text);
}
@media(min-width:700px){
  .st-facts-table tr{
    grid-template-columns:1fr 2fr;
    align-items:baseline;
    padding:1.1rem 1rem;
  }
  .st-facts-table tr:hover{ background:var(--st-primary-tint); }
}

.st-mobile-app{ background:var(--st-primary-tint); }
.st-mobile-heading,.st-bonus-heading,.st-about-heading,.st-payments-heading,.st-games-heading,.st-registration-heading,.st-faq-heading{
  font-size:clamp(1.3rem,3vw + .6rem,1.9rem);
  margin-bottom:.7rem;
  position:relative;
  padding-bottom:.5rem;
}
.st-mobile-heading::after,.st-bonus-heading::after,.st-about-heading::after,.st-payments-heading::after,.st-games-heading::after,.st-registration-heading::after,.st-faq-heading::after{
  content:'';
  position:absolute;
  left:0;bottom:0;
  width:46px;height:4px;
  border-radius:4px;
  background:linear-gradient(90deg,var(--st-accent),var(--st-primary));
}
.st-mobile-points{
  display:grid;
  gap:.6rem;
  margin-top:.75rem;
}
.st-mobile-points li{
  background:#fff;
  border-radius:var(--st-ds-radius-sm);
  padding:.75rem .9rem;
}
@media(min-width:700px){
  .st-mobile-points{ grid-template-columns:repeat(2,1fr); }
}

.st-bonus{ background:var(--st-secondary); }
.st-bonus-intro{ max-width:70ch; }
.st-bonus-list{
  display:grid;
  gap:.6rem;
  margin:1rem 0 1.25rem;
}
.st-bonus-list li{
  background:var(--st-primary-tint);
  border-radius:var(--st-ds-radius);
  padding:.85rem 1rem;
  border-left:3px solid var(--st-primary);
}
@media(min-width:700px){
  .st-bonus-list{ grid-template-columns:repeat(2,1fr); }
}
@media(min-width:1000px){
  .st-bonus-list{ grid-template-columns:repeat(3,1fr); }
}

.st-about{ background:var(--st-primary-tint); }
.st-about-text{ max-width:70ch; }

.st-responsible{ background:var(--st-secondary); }
.st-responsible-text{
  max-width:70ch;
  margin-inline:auto;
  text-align:center;
  color:var(--st-text-muted);
  font-size:.9rem;
}

.st-payments{ background:var(--st-primary-tint); }
.st-payments-intro{ max-width:70ch; }

.st-kyc{ background:var(--st-secondary); }
.st-kyc-text{ max-width:70ch; color:var(--st-text-muted); font-size:.92rem; }

.st-games{ background:var(--st-primary-tint); }
.st-games-intro{ max-width:70ch; }
.st-games-points{
  display:grid;
  gap:.5rem;
  margin:.9rem 0 1.25rem;
}
.st-games-points li{
  background:#fff;
  border-radius:var(--st-ds-radius-sm);
  padding:.6rem .85rem;
}
.st-games-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:1rem;
  margin-bottom:1.5rem;
}
.st-game-card{
  background:#fff;
  border-radius:var(--st-ds-radius);
  padding:.6rem;
  display:flex;
  flex-direction:column;
  gap:.5rem;
}
.st-game-img{
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  border-radius:var(--st-ds-radius-sm);
}
.st-game-name{
  text-align:center;
  font-size:.9rem;
  font-weight:600;
  padding-top:.5rem;
  border-top:1px solid var(--st-hairline);
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
}
@media(min-width:600px){
  .st-games-grid{ grid-template-columns:repeat(3,1fr); }
}
@media(min-width:900px){
  .st-games-grid{ grid-template-columns:repeat(4,1fr); }
}
@media(min-width:1200px){
  .st-games-grid{ grid-template-columns:repeat(5,1fr); }
}

.st-security{ background:var(--st-secondary); }
.st-security-text{ max-width:70ch; }
.st-security-points{
  display:grid;
  gap:.5rem;
  margin-top:.75rem;
}
.st-security-points li{
  background:var(--st-primary-tint);
  border-radius:var(--st-ds-radius-sm);
  padding:.6rem .85rem;
}
@media(min-width:700px){
  .st-security-points{ grid-template-columns:repeat(2,1fr); }
}

.st-registration{ background:var(--st-primary-tint); }
.st-reg-steps{
  display:grid;
  gap:.75rem;
  margin:1rem 0 1.25rem;
  counter-reset:step;
}
.st-reg-steps li{
  counter-increment:step;
  background:#fff;
  border-radius:var(--st-ds-radius);
  padding:.9rem 1rem .9rem 3rem;
  position:relative;
}
.st-reg-steps li::before{
  content:counter(step);
  position:absolute;
  left:.7rem;top:.7rem;
  width:26px;height:26px;
  border-radius:50%;
  background:var(--st-accent);
  color:#fff;
  font-size:.8rem;
  font-weight:700;
  display:flex;
  align-items:center;
  justify-content:center;
}
@media(min-width:700px){
  .st-reg-steps{ grid-template-columns:repeat(2,1fr); }
}

.st-faq{ background:var(--st-secondary); }
.st-faq-list{
  display:grid;
  gap:.6rem;
}
.st-faq-item{
  background:var(--st-primary-tint);
  border-radius:var(--st-ds-radius);
  padding:.2rem .9rem;
}
.st-faq-q{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:.75rem;
  padding:.9rem 0;
  font-weight:600;
  cursor:pointer;
  list-style:none;
  min-height:44px;
}
.st-faq-q::-webkit-details-marker{ display:none; }
.st-faq-q::after{
  content:'+';
  font-size:1.3rem;
  color:var(--st-primary);
  transition:transform .2s ease;
  flex-shrink:0;
}
details[open] .st-faq-q::after{ transform:rotate(45deg); color:var(--st-accent); }
.st-faq-a{
  padding-bottom:1rem;
  color:var(--st-text-muted);
  border-top:1px solid var(--st-hairline);
  padding-top:.75rem;
}

.st-footer{
  background:var(--st-text);
  color:#fff;
  padding-block:calc(var(--st-ds-sec-y) * 1.2);
}
.st-footer-inner{
  max-width:var(--st-ds-measure);
  margin-inline:auto;
  padding-inline:var(--st-ds-pad);
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:flex-start;
  gap:1.5rem;
  text-align:center;
  border-bottom:1px solid rgba(255,255,255,.12);
  padding-bottom:1.25rem;
}
.st-footer-col{
  flex:1 1 220px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:.5rem;
}
.st-footer-logo{
  height:32px;
  width:auto;
  background:#fff;
  padding:.35rem .6rem;
  border-radius:var(--st-ds-radius-sm);
}
.st-footer-text{ font-size:.85rem; color:rgba(255,255,255,.75); max-width:32ch; }
.st-footer-nav ul{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.9rem;
}
.st-footer-nav a{ font-size:.9rem; color:rgba(255,255,255,.85); }
.st-footer-nav a:hover{ color:var(--st-accent); }
.st-footer-disclaimer{ font-size:.78rem; color:rgba(255,255,255,.6); max-width:34ch; margin-inline:auto; }

.st-footer-payments{
  max-width:var(--st-ds-measure);
  margin-inline:auto;
  padding:1.25rem var(--st-ds-pad) 0;
  text-align:center;
}
.st-payments-footer-heading{
  font-size:.85rem;
  letter-spacing:.06em;
  text-transform:uppercase;
  color:rgba(255,255,255,.6);
  margin-bottom:.75rem;
}
.st-payments-row{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:.6rem;
}
.st-payment-logo{
  background:rgba(255,255,255,.08);
  border-radius:var(--st-ds-radius-sm);
  padding:.4rem .7rem;
  max-height:32px;
  width:auto;
  object-fit:contain;
}
.st-footer-bottom{
  text-align:center;
  padding-top:1rem;
  font-size:.8rem;
  color:rgba(255,255,255,.55);
}

@media(min-width:700px){
  .st-footer-inner{ text-align:left; align-items:flex-start; }
  .st-footer-col{ align-items:flex-start; }
  .st-footer-nav ul{ justify-content:flex-start; }
  .st-footer-disclaimer{ margin-inline:0; }
}

.st-payments-row .st-payment-logo,
.st-games-grid .st-game-card{
  transition:transform .18s ease;
}
@media(min-width:900px){
  .st-game-card:hover{ transform:translateY(-3px); }
}
[class*="-mobile-menu"].is-open,[class*="-mobile-nav"].is-open,[class*="-mobile-menu"].is-open.is-hidden{display:block !important}
[class*="-mobile-nav"].is-open [class*="-mobile-menu"],[class*="-mobile-menu"].is-open [class*="-mobile-nav-list"]{display:block !important}
[class*="-mobile-nav"].is-open [class*="-mobile-nav-list"],[class*="-mobile-menu"].is-open [class*="-nav-list"]{display:flex !important}

@media(max-width:900px){[class*="-header-inner"],[class*="-header"] > [class*="-inner"]{position:relative}[data-burger-open="true"]{display:flex !important;flex-direction:column;align-items:stretch;gap:.15rem;position:absolute;left:0;right:0;top:100%;z-index:70;margin:0;padding:.5rem;list-style:none;max-height:75vh;overflow-y:auto}:where([data-burger-open="true"]){background:inherit;box-shadow:0 14px 28px rgba(0,0,0,.28)}[data-burger-open="true"] > li{width:100%}[data-burger-open="true"] a{display:block;width:100%;padding:.7rem .9rem;min-height:44px}}

html{scroll-behavior:smooth}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
[id]{scroll-margin-top:calc(var(--st-hdr,64px) + 12px)}

.st-hero-slider{display:flex;gap:.75rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}
.st-hero-slider::-webkit-scrollbar{display:none}
.st-hero-slide{flex:0 0 100%;scroll-snap-align:center;width:100%;height:auto;object-fit:cover;border-radius:var(--st-ds-radius,14px)}
.st-hero-img{max-width:100%;height:auto;border-radius:var(--st-ds-radius,14px)}
:where(.st-games-grid){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}
@media(min-width:640px){:where(.st-games-grid){grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:900px){:where(.st-games-grid){grid-template-columns:repeat(5,minmax(0,1fr))}}
@media(min-width:1400px){:where(.st-games-grid){grid-template-columns:repeat(6,minmax(0,1fr))}}
.st-game-img{width:100%;height:auto;aspect-ratio:200/200;object-fit:cover;display:block;border-radius:var(--st-ds-radius-sm,10px)}
.st-payments-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}
.st-payment-logo{max-height:32px;width:auto;object-fit:contain}
[class*="-hero-media"]{position:absolute;inset:0;z-index:1;overflow:hidden}
[class*="-hero-media"]>img,[class*="-hero-media"] [class*="-hero-img"],[class*="-hero-media"] [class*="-hero-slide"]{width:100%;height:100%;object-fit:cover;border-radius:0}
[class*="-hero-media"]::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.55),rgba(0,0,0,.72))}
[class*="-hero-content"]{position:relative;z-index:2}
@media(max-width:767px){[class*="-hero-media"]{display:block !important;visibility:visible !important;opacity:1 !important;max-height:none !important}}
@supports selector(:has(*)){@media(max-width:767px){*:has(> [class*="-hero-media"]){flex-direction:column !important;align-items:stretch !important;flex-wrap:wrap !important}[class*="-hero-media"]{position:relative !important;inset:auto !important;order:2 !important;flex:0 0 auto !important;width:100% !important;height:auto !important;margin:1rem 0 0 !important;border-radius:14px;overflow:hidden}[class*="-hero-media"]::after{display:none !important}[class*="-hero-media"]>img,[class*="-hero-media"] [class*="-hero-img"]{width:100% !important;height:auto !important;aspect-ratio:auto !important;object-fit:contain;border-radius:14px}[class*="-hero-media"] [class*="-hero-slide"]{width:100% !important;height:auto !important;aspect-ratio:16/9;object-fit:cover;border-radius:14px}[class*="-hero-slider"]{height:auto !important;aspect-ratio:auto !important}}}

.st-lead-grid{max-width:var(--st-ds-measure,1200px);margin:0 auto;display:grid;gap:clamp(.75rem,2vw,1.5rem);padding:0 var(--st-ds-pad,1.25rem)}
.st-lead-grid > *{min-width:0}
.st-lead-grid > section,.st-lead-col > section{max-width:none;padding-left:0;padding-right:0;margin:0}
.st-lead-col{display:flex;flex-direction:column;justify-content:center;gap:.75rem}
@media(min-width:900px){.st-lead-grid{grid-template-columns:2fr 1fr;align-items:center}.st-lead-grid--beside{grid-template-columns:1.7fr 1fr}.st-lead-grid--beside .st-promo-slide{min-height:clamp(200px,24vw,340px)}}

:root{--st-ds-radius:14px;--st-ds-radius-sm:10px;--st-ds-radius-lg:18px;--st-ds-radius-btn:999px;--st-ds-measure:1120px;--st-ds-pad:1rem;--st-ds-sec-y:1.5rem;--st-ds-border:0;--st-ds-shadow:none;--st-radius:14px}

:root{--st-ds-surface:rgba(30,144,255,.08)}

:where(.st-promo-section){max-width:var(--st-ds-measure,1200px);margin:0 auto}
.st-promo-section{padding:0 var(--st-ds-pad,1.25rem)}

:where(.st-headline-section){max-width:var(--st-ds-measure,1200px);margin:0 auto}
.st-headline-section{padding:var(--st-ds-sec-y,2rem) var(--st-ds-pad,1.25rem) 1rem}
.st-headline-section > :is(h1,[class*="-title"]){color:inherit !important;margin:0}

.st-lead-cta{max-width:var(--st-ds-measure,1200px);margin:0 auto;padding:1rem var(--st-ds-pad,1.25rem) 1.25rem;text-align:center}
.st-lead-cta-btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:.85rem 2.25rem;font-size:1.05rem;line-height:1.2;max-width:100%}
.st-lead-intro{max-width:860px;margin:0 auto;padding:0 var(--st-ds-pad,1.25rem) var(--st-ds-sec-y,2rem)}
.st-lead-intro p{color:inherit;margin:0;line-height:1.75;font-size:1.05rem}
@media(max-width:640px){.st-lead-cta-btn{width:100%}.st-headline-section{padding:1.5rem 1.25rem .6rem}.st-lead-cta{padding:.6rem 1.25rem 1rem}.st-lead-intro{padding-bottom:1.5rem}}

section[class*="-hero"]{max-width:var(--st-ds-measure,1200px) !important;margin-left:auto !important;margin-right:auto !important;border-radius:var(--st-ds-radius,16px);overflow:hidden}

[class*="-footer"] [class*="-logo"]:not([class*="-payment"]){filter:none !important}
:where(img[class*="-logo"]:not([class*="-payment"])){width:auto}

.st-promo{position:relative;overflow:hidden;border-radius:var(--st-ds-radius,16px);border:var(--st-ds-border,0);box-shadow:var(--st-ds-shadow,none);margin:0 0 1rem}
.st-promo-track{display:flex;transition:transform .5s ease;will-change:transform}
.st-promo-slide{position:relative;flex:0 0 100%;min-width:100%;display:flex;align-items:flex-end;min-height:clamp(230px,44vw,420px);overflow:hidden}
.st-promo-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:0}
.st-promo-slide::after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.08) 35%,rgba(0,0,0,.82) 100%)}
.st-promo-body{position:relative;z-index:2;max-width:100%;width:100%;padding:clamp(1rem,3vw,2rem)}
.st-promo-title{margin:0 0 .45rem;color:#fff;font-weight:800;line-height:1.15;font-size:clamp(1.25rem, 1rem + 2vw, 2.35rem)}
.st-promo-text{margin:0 0 1rem;color:rgba(255,255,255,.9);line-height:1.45;font-size:clamp(.9rem, .85rem + .35vw, 1.05rem)}
.st-promo-cta{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.6rem 1.5rem;border-radius:var(--st-ds-radius-btn,999px);background:#ff4500;color:#111111;font-weight:700;text-decoration:none;box-shadow:0 8px 20px rgba(0,0,0,.28)}
.st-promo-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:3;width:40px;height:40px;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,.45);color:#fff;cursor:pointer;display:none;line-height:1;font-size:22px}
.st-promo-prev{left:10px}.st-promo-prev::before{content:"\2039"}
.st-promo-next{right:10px}.st-promo-next::before{content:"\203A"}
@media(min-width:768px){.st-promo-arrow{display:block}}
.st-promo-dots{position:absolute;left:0;right:0;bottom:10px;z-index:3;display:flex;justify-content:center;gap:8px}
.st-promo-dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;cursor:pointer;background:rgba(255,255,255,.45);transition:width .25s ease}
.st-promo-dot[aria-current="true"]{background:#fff;width:22px;border-radius:999px}
@media(max-width:640px){.st-promo-slide{min-height:190px}.st-promo-body{padding:.85rem 1rem}.st-promo-title{font-size:1.15rem;margin-bottom:.3rem}.st-promo-text{font-size:.88rem;margin-bottom:.65rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.st-promo-dots{bottom:6px}}
@media(max-width:520px){.st-promo-body{max-width:100%}.st-promo-slide::after{background:linear-gradient(180deg,rgba(0,0,0,.30) 0%,rgba(0,0,0,.82) 100%)}}
@media(prefers-reduced-motion:reduce){.st-promo-track{transition:none}}
[class*="-hero-media"]:empty{display:none !important}

.is-hidden{display:none !important}
