@keyframes astronaut-land{0%{opacity:0;transform:translate(-50%)translateY(-120%)scale(.5)rotate(-20deg)}4%{opacity:1}58%{opacity:1;animation-timing-function:linear;transform:translate(-50%)translateY(5%)scale(1.07)rotate(6deg)}68%{transform:translate(-50%)translateY(2.8%)scale(1.039)rotate(3.4deg)}78%{transform:translate(-50%)translateY(.7%)scale(1.01)rotate(.85deg)}88%{transform:translate(-50%)translateY(.12%)scale(1.003)rotate(.14deg)}95%{transform:translate(-50%)translateY(.025%)scale(1.0007)rotate(.03deg)}to{opacity:1;transform:translate(-50%)translateY(0)scale(1)rotate(0)}}@keyframes after-animation-content-push{0%{padding-top:var(--content-padding-start)}to{padding-top:var(--content-padding-end)}}.after-animation-section__stage{--astronaut-top:2rem;--astronaut-width:min(74vw, 14rem);--astronaut-height:calc(var(--astronaut-width) * 4 / 3);--astronaut-text-gap:.25rem;--content-padding-start:1.5rem;--content-padding-end:calc(var(--astronaut-top) + var(--astronaut-height) + var(--astronaut-text-gap))}.after-animation-section__astronaut{pointer-events:none;top:var(--astronaut-top);z-index:0;width:var(--astronaut-width);transform-origin:50%;opacity:0;will-change:transform, opacity;backface-visibility:hidden;position:absolute;left:50%;transform:translate(-50%)translateY(-120%)scale(.5)rotate(-20deg)}.after-animation-section__content{padding-top:var(--content-padding-start)}.after-animation-section--visible .after-animation-section__astronaut{animation:1.6s cubic-bezier(.25,.46,.45,.94) forwards astronaut-land}.after-animation-section--visible .after-animation-section__content{animation:1.6s cubic-bezier(.33,1,.68,1) forwards after-animation-content-push}@media (min-width:640px){.after-animation-section__stage{--content-padding-start:2rem}.after-animation-section__content{padding-top:var(--content-padding-start)}}@media (min-width:768px){.after-animation-section__stage{--astronaut-top:3rem;--astronaut-width:20rem;--astronaut-text-gap:.375rem;--content-padding-start:2.5rem}.after-animation-section__content{padding-top:var(--content-padding-start)}}@media (prefers-reduced-motion:reduce){.after-animation-section__astronaut{opacity:1;animation:none;transform:translate(-50%)translateY(0)scale(1)rotate(0)}.after-animation-section__content{padding-top:var(--content-padding-end);animation:none}}@keyframes pop-up{0%{opacity:0;transform:scale(0)translateY(10rem)}80%{opacity:1;transform:scale(1.1)translateY(0)}to{opacity:1;transform:scale(1)translateY(0)}}.animate-pop-up{animation:.8s ease-out forwards pop-up}.delay-0{animation-delay:0s}.delay-200{animation-delay:.2s}.delay-400{animation-delay:.4s}.delay-600{animation-delay:.6s}
