/* Generated by intro.py (the home-page intro). Do not edit by hand: change the constants at the top of intro.py. */
.intro{display:none}
html.is-intro .intro{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;overflow:hidden;background:#F1F0EB;cursor:pointer}
.intro__frame{position:relative;width:min(96vmin,54rem);aspect-ratio:1}
.intro__video{position:absolute;inset:0;display:block;width:100%;height:100%;object-fit:contain}
.intro__skip{position:absolute;right:clamp(16px,3vw,32px);bottom:clamp(14px,3vh,28px);margin:0;font-size:.75rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgba(3,46,84,.85);animation:intro-fade .4s ease .8s both}
html.is-out .intro{animation:intro-out 0.38s linear forwards;pointer-events:none}
html.is-intro-skip .intro{animation:intro-out 0.26s linear forwards;pointer-events:none}
@keyframes intro-out{to{opacity:0;visibility:hidden}}
@keyframes intro-fade{from{opacity:0}to{opacity:1}}
@media (prefers-reduced-motion:reduce){html.is-intro .intro{display:none}}
@media print{.intro{display:none!important}}
