html.gw-splash-skip #gw-splash{display:none!important}html.gw-splash-active:not(.gw-splash-dismissing){overflow:clip}#gw-splash{position:fixed;inset:0;z-index:999999;display:none;justify-content:center;align-items:center;background-color:#000;color:#fff;overflow-y:auto;opacity:1;transition:opacity .8s ease-out;max-height:100vh;overflow:clip}html.gw-splash-active #gw-splash{display:flex}html.gw-splash-dismissing #gw-splash{opacity:0;pointer-events:none}html.gw-splash-dismissing #gw-splash *{pointer-events:none}#gw-splash-inner{display:flex;justify-content:center;align-items:center;width:100%;min-height:100%;padding:2rem}#gw-splash-content{max-width:min(800px,80vw);text-align:center}.splash-content-body{color:#fff}.splash-content-body p{font-size:clamp(1rem, 2vw, 1.125rem);line-height:1.5;margin-top:.75rem;margin-bottom:0;color:#fff}.splash-content-body p:first-child{margin-top:0}.splash-content-body p.splash-big{font-weight:600;font-size:clamp(1.1rem, 2.5vw, 1.5rem);line-height:1.4}.splash-content-body p.splash-small{font-size:clamp(.85rem, 1.5vw, 1rem);line-height:1.4;opacity:.85}#gw-splash-dismiss{background:0 0;margin-left:auto;gap:.25em;box-sizing:border-box;margin-right:auto;display:flex;flex-direction:row;justify-content:space-evenly;border:none;color:#f8c02c;font-size:clamp(1rem, 2.5vw, 1.25rem);padding:.45em .6em;font-weight:600;box-shadow:0 .6em 0 -.5em transparent;text-underline-offset:5px;transition:color .2s,text-decoration-color .2s,transform .2s,outline .2s,box-shadow .2s;cursor:pointer;margin-top:1.5rem;flex-wrap:nowrap}#gw-splash-dismiss:hover{color:#fff;box-shadow:0 .6em 0 -.5em #f8c02c;transform:scale(1.1)}#gw-splash-dismiss:focus-visible{outline:#f8c02c solid .1em;color:#f8c02c;outline-offset:-1px;border-radius:.05em;box-shadow:0 .6em 0 -.5em transparent}#gw-splash-dismiss:focus-visible:hover{border-bottom-color:transparent;color:#fff}#gw-splash-dismiss-arrow{fill:#f8c02c;width:1em;margin-bottom:-.15em;transition:fill .2s}#gw-splash-dismiss:focus-visible:hover #gw-splash-dismiss-arrow,#gw-splash-dismiss:hover #gw-splash-dismiss-arrow{fill:white}html.gw-splash-active body{overflow:hidden}html.gw-splash-active.gw-ios-lock body{position:fixed;width:100%}@media (prefers-reduced-motion:reduce){#gw-splash,#gw-splash-dismiss{transition:none}}@media print{#gw-splash{display:none!important}}