.animated-list{background:var(--lightGrey);overflow:hidden;position:relative}.animated-list__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:96px}.animated-list__icon{max-width:288px;width:100%}.animated-list__list-item{padding-bottom:20px;padding-left:64px;position:relative}.animated-list__list-item:before{background:var(--accent);border:1px solid var(--accent);border-radius:24px;content:"";height:24px;left:0;position:absolute;top:0;-webkit-transition:background .2s;-o-transition:background .2s;transition:background .2s;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s;width:24px;z-index:2}.animated-list__list-item.aos-animate:before{background:var(--lightGrey)}.animated-list__list-item:after{background:var(--accent);content:"";height:100%;left:11.5px;position:absolute;top:0;width:1px;z-index:1}.animated-list__list-item:last-child:after{content:none}.animated-list__list-item hr{background:var(--dimGrey);margin-top:20px}.animated-list__bg{max-width:100%;width:100%}@media (max-width:1152px){.animated-list__wrapper{gap:32px}.animated-list__icon{max-width:200px}}@media (max-width:767px){.animated-list__icon{display:none}.animated-list__bg{margin:0 auto;max-width:1120px;width:1120px}}