@keyframes scrollLeft{to{left:-20rem}}.scroll-item{left:max(calc(7rem * 2),100%);animation-name:scrollLeft;animation-duration:7s;animation-timing-function:linear;animation-iteration-count:infinite}.item-1{animation-delay:calc(7s / 2 * (2 - 1) * -1)}.item-2{animation-delay:calc(7s / 2 * (2 - 2) * -1)}.hero-down-arrow{animation:heroArrowPulse 1.8s ease-in-out infinite}.hero-down-arrow-icon{width:14px;height:14px;border-right:2px solid #111;border-bottom:2px solid #111;transform:rotate(45deg) translate(-2px,-2px)}@keyframes heroArrowPulse{0%,to{transform:translateY(0)}50%{transform:translateY(12px)}}