@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(var(--spacing-20))}to{transform:translate(0)}}@keyframes kvSlideBar{0%{scale:0 1}to{scale:1 1}}.p-customers{display:flex;flex-direction:column;align-items:center;margin:var(--spacing-32) 0 0}@media screen and (min-width:769px){.p-customers{margin:var(--spacing-80) 0 0}}.p-customers__logo{width:100%;height:var(--spacing-70);background-repeat:repeat-x;background-size:auto 100%;animation-duration:30.8s;animation-timing-function:linear;animation-iteration-count:infinite}@media screen and (min-width:769px){.p-customers__logo{height:var(--spacing-100);animation-duration:40s}.p-customers__logo+.p-customers__logo{margin-top:var(--spacing-10)}}.p-customers__logo--top{background-image:url(/assets/images/customers-logo-top.png);animation-name:moveLeft;animation-timing-function:linear;--move:821.3333333333vw}@media screen and (min-width:769px){.p-customers__logo--top{--move:322.1083455344vw}}@media screen and (min-width:1367px){.p-customers__logo--top{--move:4400px}}.p-customers__logo--bottom{background-image:url(/assets/images/customers-logo-bottom.png);animation-name:moveRight;animation-timing-function:linear;animation-fill-mode:backwards;--move:761.04vw}@media screen and (min-width:769px){.p-customers__logo--bottom{--move:298.4626647145vw}}@media screen and (min-width:1367px){.p-customers__logo--bottom{--move:4077px}}@keyframes moveLeft{0%{background-position-x:var(--move)}to{background-position-x:0}}@keyframes moveRight{0%{background-position-x:0}to{background-position-x:var(--move)}}