:root{--landing-duracao:560ms;--landing-desloca:14px}@keyframes landing-entra{0%{opacity:0;transform:translateY(var(--landing-desloca))}to{opacity:1;transform:translateY(0)}}.entra{animation:landing-entra var(--landing-duracao) var(--curva) both}.entra-1{animation-delay:0s}.entra-2{animation-delay:70ms}.entra-3{animation-delay:.14s}.entra-4{animation-delay:.21s}.entra-5{animation-delay:.28s}.entra-aviso{animation:landing-pipoca .42s var(--curva) both;animation-delay:.9s}@keyframes landing-pipoca{0%{opacity:0;transform:scale(.9)}60%{opacity:1;transform:scale(1.03)}to{opacity:1;transform:scale(1)}}@supports (animation-timeline:view()){.revela{animation:landing-entra linear both;animation-timeline:view();animation-range:entry 5% cover 22%}.revela-2{animation-range:entry 10% cover 28%}.revela-3{animation-range:entry 15% cover 34%}}details[open]>summary~*{animation:landing-entra .26s var(--curva) both}