@keyframes slideAndFade{0%{opacity:0;transform:translate(var(--gds-animation-slide-offset-x),var(--gds-animation-slide-offset-y))}to{opacity:1;transform:translate(0)}}@keyframes scaleAndFade{0%{opacity:0;transform:scale(var(--gds-animation-scale-origin))}to{opacity:1;transform:scale(1)}}@keyframes fade{0%{opacity:0}to{opacity:1}}