.elementor-1378 .elementor-element.elementor-element-3a5ba18{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-start;--align-items:flex-start;--gap:2rem 2rem;--row-gap:2rem;--column-gap:2rem;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-1378 .elementor-element.elementor-element-a94f349{background-color:var( --e-global-color-primary );padding:1rem 2rem 1rem 2rem;text-align:start;}.elementor-1378 .elementor-element.elementor-element-a94f349 .elementor-heading-title{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-size:var( --e-global-typography-secondary-font-size );font-weight:var( --e-global-typography-secondary-font-weight );text-transform:var( --e-global-typography-secondary-text-transform );line-height:var( --e-global-typography-secondary-line-height );color:var( --e-global-color-secondary );}.elementor-1378 .elementor-element.elementor-element-b93238a{--e-image-carousel-slides-to-show:5;}.elementor-1378 .elementor-element.elementor-element-b93238a .swiper-wrapper{display:flex;align-items:center;}@media(max-width:1024px){.elementor-1378 .elementor-element.elementor-element-a94f349 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-1378 .elementor-element.elementor-element-b93238a{--e-image-carousel-slides-to-show:4;}}@media(max-width:767px){.elementor-1378 .elementor-element.elementor-element-a94f349 .elementor-heading-title{font-size:var( --e-global-typography-secondary-font-size );line-height:var( --e-global-typography-secondary-line-height );}.elementor-1378 .elementor-element.elementor-element-b93238a{--e-image-carousel-slides-to-show:3;}}/* Start custom CSS for image-carousel, class: .elementor-element-b93238a */img.swiper-slide-image {
    height: 6rem;
    width: 9rem;
    
}

.elementor-widget-image-carousel .swiper {
    pointer-events: none !important
}

.elementor-1378 .elementor-element.elementor-element-b93238a .swiper-wrapper {
      -webkit-transition-timing-function: linear !important;
      -moz-transition-timing-function: linear !important;
      -o-transition-timing-function: linear !important;
      transition-timing-function: linear !important; 
}

.elementor-image-carousel-wrapper {
  position: relative;
  overflow: hidden;

  /* fade edges */
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0,
    black 10rem,
    black calc(100% - 10rem),
    transparent 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;

  mask-image: linear-gradient(
    to right,
    transparent 0,
    black 10rem,
    black calc(100% - 10rem),
    transparent 100%
  );
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}/* End custom CSS */