.lottie-animation{display:flex;align-items:center;justify-content:center;line-height:normal;overflow:hidden;aspect-ratio:1/1;position:relative}.lottie-animation>canvas,.lottie-animation>div.shimmer{width:100%;height:100%;position:absolute;inset:0}.lottie-animation>div.shimmer{--shimmer-bg:#2a2a2a;--shimmer-highlight:#1a1a1a;z-index:1;mask-repeat:no-repeat;background:linear-gradient(90deg,var(--shimmer-bg) 0,var(--shimmer-highlight) 50%,var(--shimmer-bg) 100%);background-size:200% 100%;animation:shimmer var(--shimmer-duration,2s) infinite linear}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}