.elementor-6773 .elementor-element.elementor-element-154c3f5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-6773 .elementor-element.elementor-element-8976a61{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6773 .elementor-element.elementor-element-dcb0c42{--e-image-carousel-slides-to-show:6;width:100%;max-width:100%;z-index:0;}.elementor-6773 .elementor-element.elementor-element-dcb0c42 .swiper-wrapper{display:flex;align-items:center;}@media(max-width:767px){.elementor-6773 .elementor-element.elementor-element-dcb0c42{--e-image-carousel-slides-to-show:3;}}@media(min-width:768px){.elementor-6773 .elementor-element.elementor-element-8976a61{--width:100%;}}/* Start custom CSS for image-carousel, class: .elementor-element-dcb0c42 *//* Use on the same widget ID/class */
.elementor-element-834f4b5 .swiper-wrapper{
  display: flex;
  width: max-content;              /* important */
  animation: infinite-scroll 90s linear infinite;
}

@keyframes infinite-scroll{
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); } /* NOT -100% */
}/* End custom CSS */