@media(prefers-reduced-motion:no-preference){@supports(animation-timeline:scroll()) and (animation-range:0 50vh){@keyframes sticky-header{from{flex-basis:30vh}to{flex-basis:0}}.motto-wrapper{position:sticky;top:0;z-index:100;animation:sticky-header linear forwards;animation-timeline:scroll();animation-range:0 30vh}@keyframes blurry-header{from{filter:blur(0)}to{filter:blur(3.5px)}}.motto::before{animation:blurry-header linear forwards;animation-timeline:scroll();animation-range:0 30vh}@keyframes transparent-text-bg{from{background-color:var(--motto-background);text-shadow:0 0 10px rgba(0,0,0,.33)}to{background-color:transparent;text-shadow:0 0 10px #000}}.motto-inside h1{animation:transparent-text-bg linear forwards;animation-timeline:scroll();animation-range:0 30vh}.motto-inside h1 small{display:block;font-size:calc(1vh + 1vw);line-height:calc(1vh + 1vw)}main section{margin:0 .25em}}}