@keyframes hover-gradient{0%{transform:translateX(-100%)}100%{transform:translateX(100%)}}@keyframes text-hover-gradient{0%{background-position:100% 0%}100%{background-position:0% 0%}}.motion-background-container{width:100%;min-height:600px;margin-top:30px;margin-bottom:30px;background-color:#fff;position:relative;overflow:hidden}.motion-background-container::before,.motion-background-container::after{content:"";position:absolute;left:0;width:100%;pointer-events:none;z-index:1}.motion-background-container::before{top:0;height:200px;background:linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)}.motion-background-container::after{bottom:0;height:200px;background:linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%)}.motion-background-container .background-video{display:block;inset:0;width:100%;height:80%;object-fit:cover;object-position:center center;z-index:0;pointer-events:none;position:absolute}.motion-background-container .content{position:relative;z-index:1;padding-top:60px;padding-bottom:60px}.motion-background-container .statistics-card{align-items:center}.motion-background-container .statistics-card__value{font-size:4.5rem}@media(min-width: 1200px){.motion-background-container .statistics-card__value{font-size:6rem}}.motion-background-container .statistics-card__copy p{font-size:2rem;line-height:2.6rem;font-weight:700;font-family:"Source Sans Pro Bold",sans-serif}@media(min-width: 1200px){.motion-background-container .statistics-card__copy p{font-size:2.5rem;line-height:3.2rem}}@media(max-width: 1200px){.motion-background-container .statistics__wrapper{column-gap:1rem}}.motion-background-container .awards-ticker{background:rgba(0,0,0,0);padding:0}.motion-background-container .awards-ticker__logos-list{gap:70px}.motion-background-container .awards-ticker__logo{flex:0 0 140px;height:140px;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.5);backdrop-filter:blur(8px);border-radius:0 16px 16px 16px;overflow:hidden}.motion-background-container .awards-ticker__logo:first-of-type{margin-left:35px}.motion-background-container .awards-ticker__logo:last-of-type{margin-right:35px}.motion-background-container .awards-ticker__logo img{width:auto;height:auto;max-width:110px;max-height:110px;object-fit:contain;display:block}