@keyframes autoRun{0%{top:100%}to{top:calc(1175px * -1)}}@keyframes autoRunReverse{0%{bottom:100%}to{bottom:calc(1175px * -1)}}@keyframes autoRunMobile{0%{top:100%}to{top:calc(120px * -1)}}@keyframes autoRunReverseMobile{0%{bottom:100%}to{bottom:calc(120px * -1)}}.image-item{position:absolute;animation:autoRun 40s linear infinite;animation-delay:calc((40s / 8) * (var(--position) - 1) - 40s)!important}.image-item.reverse{animation:autoRunReverse 40s linear infinite}.image-list{position:relative;min-height:1175px}@media only screen and (max-width:640px){.image-item{animation:autoRunMobile 40s linear infinite}.image-item.reverse{animation:autoRunReverseMobile 40s linear infinite}}@keyframes autoRunHorizontal{0%{left:100%}to{left:calc(269px * -1)}}@keyframes autoRunHorizontalMobile{0%{left:100%}to{left:calc(880px * -1)}}.title-list{position:relative;width:100%;max-width:100vw;overflow-x:hidden}.title-item{position:absolute;animation:autoRunHorizontal 30s linear infinite;animation-delay:calc((30s / 8) * (var(--position) - 1) - 30s)!important}@media only screen and (max-width:640px){.title-list{width:100%;max-width:100vw;overflow-x:hidden;white-space:nowrap}.title-item{position:absolute;animation:autoRunHorizontalMobile 30s linear infinite;animation-delay:calc((30s / 8) * (var(--position) - 1) - 30s)!important}}