.c_textimage__animation{transform:translateY(200px);opacity:0}
.c_textimage__animation--visible{animation:animateTextImage var(--motion-duration-xxl) var(--motion-delay-sm) var(--motion-easing-ease-out) forwards}
@media(min-width:62em){.c_textimage__animation--desktop{transform:translateY(200px);opacity:0}
.c_textimage__animation--desktop--visible{animation:animateTextImage var(--motion-duration-xxl) var(--motion-delay-sm) var(--motion-easing-ease-out) forwards}
}
@keyframes animateTextImage{from{opacity:0;transform:translateY(200px) scale(0.8)}
to{opacity:1;transform:translateY(0) var(--motion-scale-default)}
}