.m-scrolling-promotion{overflow:hidden;align-items:center;display:flex}.m-scrolling-promotion--left .m-promotion--animated{animation-name:scrolling-left}.m-scrolling-promotion--right .m-promotion--animated{animation-name:scrolling-right}.m-scrolling-promotion--paused .m-promotion--animated,.m-scrolling-promotion:hover .m-promotion--animated{animation-play-state:paused}.m-scrolling-promotion-section .container-full{padding-right:0;padding-left:0}.m-promotion{flex:0 0 auto;align-items:center;display:flex}.m-promotion__item{margin:0 calc(var(--item-gap-mobile)/2);align-items:center;display:flex}.m-promotion__item img,.m-promotion__item svg{height:calc(var(--image-height)*.75);max-width:100%;width:auto}@media(min-width:750px){.m-promotion__item img,.m-promotion__item svg{height:var(--image-height);max-width:100%}.m-promotion__item{margin:0 calc(var(--item-gap)/2)}}.m-promotion__icon{--icon-height:26px;margin-right:10px;line-height:0;display:inline-flex}.m-promotion__icon--small{--icon-height:20px}.m-promotion__icon--large{--icon-height:32px}.m-promotion__icon img,.m-promotion__icon svg{height:var(--icon-height);fill:currentColor;max-width:var(--icon-height);width:auto}.m-promotion__text{font-size:var(--text-size);color:inherit;color:rgb(var(--color-foreground));line-height:1;white-space:nowrap}@media screen and (max-width:767px){.m-promotion__text{font-size:calc(var(--text-size)*.75)}}.m-promotion--animated{animation-iteration-count:infinite;animation-timing-function:linear;will-change:transform,width;width:max-content;animation-play-state:running;animation-duration:var(--duration)}.m-promotion__item-testimonial{max-width:50vw;width:300px}.m-promotion-testimonial__icon{column-gap:.3rem;margin:0 0 .8rem;display:flex}.m-promotion-testimonial__image{margin:0 0 2.4rem}@media screen and (max-width:767px){.m-promotion-testimonial__image{margin:0 0 2rem}}.m-promotion-testimonial__inner-bottom{gap:.8rem 1.2rem;margin-top:.8rem}.m-promotion-testimonial__author{font-weight:700;margin:0;line-height:1.5}.m-promotion-testimonial__bio{color:rgb(var(--color-foreground));position:relative;margin:0;line-height:1.28;z-index:0}.m-promotion-testimonial__bio:before{height:1px;content:"";position:absolute;bottom:1px;background:currentColor;left:0;width:100%;z-index:-1}@keyframes scrolling-left{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes scrolling-left-rtl{0%{transform:translateZ(0);visibility:visible}to{transform:translate3d(100%,0,0)}}@keyframes scrolling-right-rtl{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}