@keyframes highlight-overlay-fade-in{0%{opacity:0}to{opacity:.7}}.highlight-overlay{animation:highlight-overlay-fade-in .3s ease-in-out forwards}@keyframes progress-fill{0%{width:var(--progress-start-width)}to{width:100%}}.progress-fill-animation{animation:progress-fill var(--animation-duration) linear forwards}@keyframes float-space{0%{transform:translate(0)}to{transform:translateY(20px)}}.animate-float-space{animation-name:float-space;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in;animation-direction:alternate;will-change:transform}@media (prefers-reduced-motion:reduce){.animate-float-space{animation:none}}.exclusive-dashed-border{border:1px dashed #16a34a}.button-dashed-border{border:1px dashed #038c55;font-size:16px;font-weight:600;line-height:24px}.video-player video,.video-player-gumlet video{object-fit:cover}@keyframes play-pause-btn{0%{transform:translate(-50%,-50%) scale(.5);opacity:.5}50%{transform:translate(-50%,-50%) scale(1);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.animate-play-pause-btn{animation:play-pause-btn .5s linear}