.animatedribbons{align-items:center;height:360px;margin-bottom:100px;display:flex;position:relative;overflow:hidden}.animatedribbons__line{white-space:nowrap;background:linear-gradient(90deg,#ee371b 0%,#d52551 100%);align-items:center;gap:40px;width:110%;margin-bottom:60px;padding:20px;font-size:40px;font-weight:700;display:flex;position:absolute;left:50%;overflow:hidden;transform:translate(-50%)rotate(6deg)}.animatedribbons__line.md{transform:translate(-50%)rotate(-6deg)}.animatedribbons__line-content{flex-shrink:0;align-items:center;gap:20px;animation:20s linear infinite scroll;display:flex}.animatedribbons__line-content p,.animatedribbons__line-content img{flex-shrink:0}.animatedribbons__line-content:nth-child(2){animation:20s linear infinite scroll}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.animatedribbons__line.md .animatedribbons__line-content{animation:20s linear infinite scroll-reverse}@keyframes scroll-reverse{0%{transform:translate(-100%)}to{transform:translate(0)}}
