@keyframes a{0%{width:0}}@keyframes b{50%{border-color:transparent}}.text{display:flex}.text__item{font-size:min(5rem + 6.25*(var(--vw,1vw)*100 - 1280px)/320,5.625rem);width:19ch;overflow:hidden;border-right:3px solid;white-space:nowrap;animation:a 3s steps(19),b .5s step-end infinite alternate;animation-play-state:paused}.cont--scroll.is-active .text__item{animation-play-state:running}.cont--mouse .cont__main{cursor:pointer}@media(any-hover:hover){.cont--mouse .cont__main:hover .text__item{animation-play-state:running}}