@keyframes slow-rotate-left{0%{transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes slow-rotate-right{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.eco-arc{transition:transform .3s ease-out;will-change:transform;transform-origin:center}.eco-arc:first-of-type{animation:slow-rotate-left 70s linear infinite}.eco-arc:first-of-type.rotate-right{animation:slow-rotate-right 70s linear infinite}.eco-arc:nth-of-type(2){animation:slow-rotate-left 75s linear infinite}.eco-arc:nth-of-type(2).rotate-right{animation:slow-rotate-right 75s linear infinite}.eco-arc:nth-of-type(3){animation:slow-rotate-left 80s linear infinite}.eco-arc:nth-of-type(3).rotate-right{animation:slow-rotate-right 80s linear infinite}.mob-arc{transition:transform .3s ease-out;will-change:transform;transform-origin:center}.mob-arc.rotate-right{animation:slow-rotate-right 70s linear infinite}.mob-arc:not(.rotate-right){animation:slow-rotate-left 70s linear infinite}