.f-scrolling-promotion{align-items:center;display:flex;overflow:hidden}.f-scrolling-promotion--left .f-promotion--animated{animation-name:scrolling-left}.f-scrolling-promotion--right .f-promotion--animated{animation-name:scrolling-right}.f-scrolling-promotion--paused .f-promotion--animated,.f-scrolling-promotion[data-pause-on-hover]:hover .f-promotion--animated{animation-play-state:paused}.f-promotion{display:flex;flex:0 0 auto}.f-promotion__item{align-items:center;display:flex;margin:0 calc(var(--item-gap-mobile) / 2)}.f-promotion__item img,.f-promotion__item svg{height:calc(var(--image-height) * .75);max-width:100%;width:auto}@media (min-width:768px){.f-promotion__item img,.f-promotion__item svg{height:var(--image-height);max-width:100%}}.f-promotion__item .placeholder-svg{background-color:#f7f7f7}@media (min-width:768px){.f-promotion__item{margin:0 calc(var(--item-gap) / 2)}}.f-promotion__item-custom-spacing{margin-inline-end:var(--margin-right-mobile,var(--margin-right,calc(var(--item-gap-mobile) / 2)));margin-inline-start:var(--margin-left-mobile,var(--margin-left,calc(var(--item-gap-mobile) / 2)))}@media (min-width:768px){.f-promotion__item-custom-spacing{margin-inline-end:var(--margin-right,calc(var(--item-gap) / 2));margin-inline-start:var(--margin-left,calc(var(--item-gap) / 2))}}.f-promotion__icon{display:inline-flex;line-height:0;margin-inline-end:10px;--icon-height:26px}.f-promotion__icon--small{--icon-height:20px}.f-promotion__icon--large{--icon-height:32px}.f-promotion__icon img,.f-promotion__icon svg{fill:currentColor;height:var(--icon-height);max-width:var(--icon-height);width:auto}.f-promotion__text{color:inherit;font-size:var(--text-size);line-height:calc(1 + .6 / var(--font-body-scale));white-space:nowrap}@media (max-width:767.98px){.f-promotion__text{font-size:max(1.5rem,var(--text-size) * .8)}}.f-promotion__text.font-heading{line-height:1.235}@media (max-width:767.98px){.f-promotion__text.font-heading{line-height:1.397}}.f-promotion--animated{animation-duration:var(--duration);animation-iteration-count:infinite;animation-play-state:running;animation-timing-function:linear;width:-moz-max-content;width:max-content;will-change:transform,width}.f-promotion__item-testimonial{max-width:50vw;width:300px}.f-promotion__item-divider{border-top:.1rem solid var(--divider-color,rgb(var(--color-foreground)));width:var(--divider-width,6.4rem)}.f-promotion-testimonial__icon{-moz-column-gap:.3rem;column-gap:.3rem;display:flex;margin:0 0 .8rem}.f-promotion-testimonial__image{margin:0 0 2rem}@media (max-width:767.98px){.f-promotion-testimonial__image{margin:0 0 1.8rem}}.f-promotion-testimonial__inner-bottom{gap:.4rem 1.2rem;margin-top:.8rem}@media (max-width:767.98px){.f-promotion-testimonial__inner-bottom{flex-wrap:wrap}}.f-promotion-testimonial__author{flex-shrink:0;line-height:2.4rem;margin:0}.f-promotion-testimonial__product a{display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;-webkit-box-orient:vertical}.f-promotion-testimonial__product a:after{bottom:0}@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)}}