@media(prefers-reduced-motion:no-preference) and (forced-colors:none){html.has-js:not(.has-seen-home-entry):not([data-turbo-preview]) .home-opening__content>.profile-header,html.has-js:not(.has-seen-home-entry):not([data-turbo-preview]) .home-opening__content>h1,html.has-js:not(.has-seen-home-entry):not([data-turbo-preview]) .home-opening .intro-copy>*,html.has-js:not(.has-seen-home-entry):not([data-turbo-preview]) .home-opening__content>.availability,html.has-js:not(.has-seen-home-entry):not([data-turbo-preview]) .home-opening__content>.finder-panel{animation:home-block-reveal 480ms cubic-bezier(.25,.1,.25,1)backwards;animation-delay:var(--home-entry-delay,0ms)}.home-opening__content>h1{--home-entry-delay:160ms}.home-opening .intro-copy>:nth-child(1){--home-entry-delay:160ms}.home-opening .intro-copy>:nth-child(2){--home-entry-delay:320ms}.home-opening .intro-copy>:nth-child(3){--home-entry-delay:480ms}.home-opening__content>.availability{--home-entry-delay:640ms}.home-opening__content>.finder-panel{--home-entry-delay:800ms}html.has-js .home-opening:focus-within .home-opening__content>*,html.has-js .home-opening:focus-within .intro-copy>*{animation:none}}@keyframes home-block-reveal{from{opacity:0}to{opacity:1}}