/*
Generated time: May 15, 2025 06:57
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
.f-scrolling-promotion{display:flex;align-items:center;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-scrolling-promotion__wrapper .container-full{padding-left:0;padding-right:0}.f-promotion{flex:0 0 auto;display:flex}.f-promotion__item{margin:0 calc(var(--item-gap-mobile)/ 2);display:flex;align-items:center}.f-promotion__item img,.f-promotion__item svg{max-width:100%;width:auto;height:calc(var(--image-height) * .75)}@media (min-width:750px){.f-promotion__item img,.f-promotion__item svg{max-width:100%;height:var(--image-height)}}.f-promotion__item .placeholder-svg{background-color:#f7f7f7}@media (min-width:750px){.f-promotion__item{margin:0 calc(var(--item-gap)/ 2)}}.f-promotion__item-custom-spacing{margin-left:var(--margin-left-mobile,var(--margin-left,calc(var(--item-gap-mobile)/ 2)));margin-right:var(--margin-right-mobile,var(--margin-right,calc(var(--item-gap-mobile)/ 2)))}@media (min-width:750px){.f-promotion__item-custom-spacing{margin-left:var(--margin-left,calc(var(--item-gap)/ 2));margin-right:var(--margin-right,calc(var(--item-gap)/ 2))}}.f-promotion__icon{display:inline-flex;line-height:0;margin-right: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{width:auto;height:var(--icon-height);max-width:var(--icon-height);fill:currentColor}.f-promotion__text{color:inherit;line-height:1;white-space:nowrap;font-size:calc(var(--text-size) * .75)}@media (max-width:750px){.f-promotion__text{font-size:var(text-size)}}.f-promotion--animated{animation-iteration-count:infinite;animation-timing-function:linear;animation-duration:var(--duration);animation-play-state:running;width:max-content;will-change:transform,width}.f-promotion__item-testimonial{width:300px;max-width:50vw}.f-promotion-testimonial__icon{display:flex;column-gap:.3rem;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{margin-top:.8rem;gap:.4rem 1.2rem}@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{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.f-promotion-testimonial__product a:after{bottom:0}@keyframes scrolling-left{0%{transform:translate3d(0,0,0);visibility:visible}100%{transform:translate3d(-100%,0,0)}}@keyframes scrolling-right{0%{transform:translate3d(-100%,0,0);visibility:visible}100%{transform:translate3d(0,0,0)}}@keyframes scrolling-left-rtl{0%{transform:translate3d(100%,0,0);visibility:visible}100%{transform:translate3d(0,0,0)}}@keyframes scrolling-right-rtl{0%{transform:translate3d(0,0,0);visibility:visible}100%{transform:translate3d(100%,0,0)}}