/* v500 hard footer reset: one footer, one stylesheet, absolute path safe for root and /classic-game/ pages */
html body .freshFooterV500{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  box-sizing:border-box !important;
  margin:34px auto 34px !important;
  padding:0 18px !important;
  text-align:center !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  clear:both !important;
  position:relative !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  transform:none !important;
  z-index:2 !important;
  font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif !important;
}
html body .freshFooterV500__links{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-direction:row !important;
  flex-wrap:wrap !important;
  gap:0 !important;
  width:100% !important;
  max-width:none !important;
  margin:0 auto 12px !important;
  padding:0 !important;
  text-align:center !important;
  line-height:1 !important;
  background:transparent !important;
  border:0 !important;
}
html body .freshFooterV500__links a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:18px !important;
  margin:0 !important;
  padding:0 12px !important;
  color:#ffffff !important;
  text-decoration:none !important;
  font-size:13px !important;
  font-weight:900 !important;
  letter-spacing:.01em !important;
  text-shadow:0 1px 0 rgba(0,0,0,.65) !important;
  border-right:1px solid rgba(255,255,255,.34) !important;
  white-space:nowrap !important;
  background:transparent !important;
  box-shadow:none !important;
}
html body .freshFooterV500__links a:last-child{border-right:0 !important;}
html body .freshFooterV500__links a:hover{text-decoration:underline !important;}
html body .freshFooterV500__disclaimer{
  display:block !important;
  width:auto !important;
  max-width:900px !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  color:#8f9caf !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1.45 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
@media(max-width:700px){
  html body .freshFooterV500{margin:24px auto 28px !important;padding:0 12px !important;}
  html body .freshFooterV500__links{margin-bottom:10px !important;row-gap:8px !important;}
  html body .freshFooterV500__links a{font-size:11px !important;padding:0 8px !important;}
  html body .freshFooterV500__disclaimer{font-size:11px !important;max-width:94vw !important;}
}
