@keyframes fadeUp{from{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}} @keyframes slideIn{from{opacity:0;transform:translateX(-18px)}to{opacity:1;transform:none}} @keyframes scaleIn{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:none}}
body.falk7eac-body{animation:fadeIn .5s ease both} .falk7eac-reveal{opacity:0;transform:translateY(18px);transition:.65s ease} .falk7eac-reveal.visible{opacity:1;transform:none} .falk7eac-panel{transition:transform .25s ease,box-shadow .25s ease} .falk7eac-panel:hover{transform:translateY(-4px);box-shadow:0 28px 90px color-mix(in srgb,var(--primary-dark) 28%,transparent)} .falk7eac-hero-copy{animation:fadeUp .75s ease both} .falk7eac-hero-media{animation:scaleIn .9s ease both}