.animated-logos .section-inner-wrapper{padding:0;text-align:center}.animated-logos-inner-wrapper{display:inline-grid;grid-template-columns:repeat(4,1fr);column-gap:40px;position:relative;transform:translate(-80%);animation:panRight 90s infinite linear;transition:.4s all linear}.animated-logos h2{font-size:40px;letter-spacing:.4px;margin-bottom:8px}.animated-logos h2+p{font-size:18px;line-height:1.56;color:#282828;font-weight:300;max-width:690px;margin:0 auto 24px}.animated-logos-inner-wrapper>div{display:grid;grid-template-columns:repeat(7,max-content);grid-template-rows:repeat(4,max-content);column-gap:40px;position:relative;justify-content:space-between;align-items:center}@keyframes panRight{0%{transform:translate(-80%);opacity:0}2%{opacity:1}98%{transform:translate(-1%);opacity:1}100%{transform:translate(-1%);opacity:0}}@keyframes moveUpAndDown{0%{transform:translate(0px,0px)}50%{transform:translate(0px,-20px)}100%{transform:translate(0px,0px)}}@keyframes moveDownAndUp{0%{transform:translate(0px,0px)}25%{transform:translate(5px,10px)}50%{transform:translate(10px,20px)}75%{transform:translate(5px,10px)}100%{transform:translate(0px,0px)}}.animated-logo{position:relative}.animated-logo.small{width:80px;height:80px}.animated-logo.medium{width:120px;height:120px}.animated-logo.large{width:180px;height:180px}.animated-logo.small:nth-child(3n+1){animation:4s moveUpAndDown infinite ease-in-out}.animated-logo.small:nth-child(3n+2){animation:5s moveDownAndUp infinite ease-in-out}.animated-logo.small:nth-child(3n+3){animation:6s moveUpAndDown infinite ease-in-out}.animated-logo.medium:nth-child(3n+1){animation:5.5s moveUpAndDown infinite ease-in-out}.animated-logo.medium:nth-child(3n+2){animation:6.5s moveDownAndUp infinite ease-in-out}.animated-logo.medium:nth-child(3n+3){animation:7.5s moveUpAndDown infinite ease-in-out}.animated-logo.large:nth-child(3n+1){animation:6.25s moveUpAndDown infinite ease-in-out}.animated-logo.large:nth-child(3n+2){animation:7.25s moveDownAndUp infinite ease-in-out}.animated-logo.large:nth-child(3n+3){animation:8.25s moveUpAndDown infinite ease-in-out}.animated-logo-inner-wrapper{display:grid;position:relative;align-content:center;justify-items:center;border-radius:50%;overflow:hidden;padding:15px;height:100%;box-sizing:border-box;box-shadow:0 1px 18px 0 rgb(0 0 0 / 6%),0 6px 10px 0 rgb(0 0 0 / 8%),0 3px 5px -1px rgb(0 0 0 / 10%)}.animated-logo.large .animated-logo-inner-wrapper{padding:30px}.animated-logo img{position:relative;max-width:100%}