@keyframes a{0%{transform:scale(1) translate(0)}15%{transform:scale(.99) translate(0)}30%{transform:scale(1.1,.9) translate(0)}50%{transform:scale(.9,1.1) translateY(-15%)}70%{transform:scale(1.1,.99) translate(0)}to{transform:scale(1) translate(0)}}.cont__main{overflow:hidden}.text,.text__wrap{display:flex}.text__item{font-size:min(5rem + 6.25*(var(--vw,1vw)*100 - 1280px)/320,5.625rem);animation:a 2s 0s ease-in-out infinite alternate;pointer-events:auto}.text__item:first-child{animation-delay:.1s}.text__item:nth-child(2){animation-delay:.2s}.text__item:nth-child(3){animation-delay:.3s}.text__item:nth-child(4){animation-delay:.4s}.text__item:nth-child(5){animation-delay:.5s}.text__item:nth-child(6){animation-delay:.6s}.text__item:nth-child(7){animation-delay:.7s}.text__item:nth-child(8){animation-delay:.8s}.text__item:nth-child(9){animation-delay:.9s}.text__item:nth-child(10){animation-delay:1s}.text__item:nth-child(11){animation-delay:1.1s}.text__item:nth-child(12){animation-delay:1.2s}.text__item:nth-child(13){animation-delay:1.3s}.text__item:nth-child(14){animation-delay:1.4s}.text__item:nth-child(15){animation-delay:1.5s}.text__item:nth-child(16){animation-delay:1.6s}.text__item:nth-child(17){animation-delay:1.7s}.text__item:nth-child(18){animation-delay:1.8s}.text__item:nth-child(19){animation-delay:1.9s}.text__item:nth-child(20){animation-delay:2s}.text__item:nth-child(4n){margin-right:min(var(--vw,1vw)*16/1280*100,20px)}.cont--loop .text__item{animation-play-state:running}.cont--mouse .text__item{animation-play-state:paused}@media(any-hover:hover){.cont--mouse .cont__main:hover .text__item{animation-play-state:running;cursor:pointer}}