/* Restore the original floating navigation without the old scroll padding bug. */
.site-header,.site-header.scrolled,body.home .site-header,body:not(.home) .site-header{
  inset:14px clamp(14px,3vw,46px) auto!important;
  width:auto!important;
  height:74px!important;
  min-height:74px!important;
  padding:0 clamp(18px,2.4vw,34px)!important;
  border:1px solid rgba(255,255,255,.72)!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.91)!important;
  box-shadow:0 18px 50px rgba(8,8,72,.13)!important;
  backdrop-filter:blur(20px)!important;
  -webkit-backdrop-filter:blur(20px)!important;
}
.page-progress{top:0!important}.hero{padding-top:calc(74px + 52px)!important}.fanava-content-page{padding-top:102px!important}
@media(max-width:900px){.site-header,.site-header.scrolled,body.home .site-header,body:not(.home) .site-header{inset:9px 10px auto!important;height:66px!important;min-height:66px!important;border-radius:18px!important;padding-inline:16px!important}.hero{padding-top:calc(66px + 42px)!important}.fanava-content-page{padding-top:86px!important}}

