.menu-row__hint--slide{text-align:end;max-width:48%;position:relative;overflow:hidden}.menu-row__hint-frame,.menu-row__hint-in{display:block}.menu-row__hint-out{white-space:nowrap;pointer-events:none;position:absolute;inset-block-start:0;inset-inline-end:0}.menu-row__hint-frame[data-animate] .menu-row__hint-out{animation:menu-hint-out var(--duration-slower) var(--ease-standard) both}.menu-row__hint-frame[data-animate] .menu-row__hint-in{animation:menu-hint-in var(--duration-slower) var(--ease-standard) both}@keyframes menu-hint-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(110%)}}@keyframes menu-hint-in{0%{opacity:0;transform:translate(-110%)}to{opacity:1;transform:translate(0)}}@media (prefers-reduced-motion:reduce){.menu-row__hint-frame[data-animate] .menu-row__hint-out{animation:none;display:none}.menu-row__hint-frame[data-animate] .menu-row__hint-in{animation:none}}
