@keyframes slide{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.partners{overflow:hidden;padding:60px 0;background:white;white-space:nowrap;position:relative}.partners:after,.partners:before{position:absolute;top:0;width:250px;height:100%;content:"";z-index:2}.partners:before{left:0;background:linear-gradient(270deg,rgba(255,255,255,0),white)}.partners:after{right:0;background:linear-gradient(90deg,rgba(255,255,255,0),white)}.partners:hover .partners-slide{animation-play-state:paused}.partners-slide{display:inline-block;animation:slide 50s linear infinite}.partners-slide img{height:120px;width:120px;margin:auto 20px}.statistics{margin:40px 0}h2{color:var(--brand-color)}.statistics-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:20px;align-items:center;margin:1%;justify-items:center}@media only screen and (max-width:1024px){.sui-layout-header{width:100%;padding:32px 15px!important}}.statistic-value{display:flex;flex-direction:column;margin-left:15px;min-width:144px}.statistic{background-color:#f4f4f4;padding:20px;border-radius:10px;display:flex;flex-direction:row;align-items:center;height:100%;min-height:150px;max-width:350px;width:100%;justify-content:center}.title{margin-top:0;text-align:left}.iconify-icon{font-size:45px;min-width:50px;margin:10px 0}