.scrolling-images-slider_placeholder {
    width: 100%;
  }

  .scrolling-images-slider_template--18236122628228__scrolling_images_y73PDj .slide-template--18236122628228__scrolling_images_y73PDj {
    display: block;
    flex: 0 0 128px;
    width: 100%;
  }

  .scrolling-images-slider_template--18236122628228__scrolling_images_y73PDj .slide-template--18236122628228__scrolling_images_y73PDj img {
    border-radius: var(--media-radius);
  }

  .scrolling-images-slider_template--18236122628228__scrolling_images_y73PDj .slide-template--18236122628228__scrolling_images_y73PDj img,
  .scrolling-images-slider_template--18236122628228__scrolling_images_y73PDj .slide-template--18236122628228__scrolling_images_y73PDj svg {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .scrolling-horizontal-track-template--18236122628228__scrolling_images_y73PDj {
      position: relative;
      z-index: 1;
      display: inline-flex;
      overflow: hidden;
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
  }

  .scrolling-horizontal-track-template--18236122628228__scrolling_images_y73PDj.reverse {
    flex-direction: row-reverse;
  }

  .track-horizontal-template--18236122628228__scrolling_images_y73PDj {
      padding-left: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-shrink: 0;
      width: calc((128px * 4) + (30px * 4));
      gap: 30px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      white-space: nowrap;
      will-change: transform;
      animation: scrolling-horizontal-track-right 10000ms linear infinite;
  }

  @keyframes scrolling-horizontal-track-left {
    0% {
        transform: translateZ(0);
        visibility: visible;
    }

    100% {
        transform: translate3d(-100%,0,0);
    }
  }

  @keyframes scrolling-horizontal-track-right {
    0% {
        transform: translate3d(-100%,0,0);
        visibility: visible;
    }

    100% {
        transform: translateZ(0);
    }
  }

  .scrolling-images-heading-template--18236122628228__scrolling_images_y73PDj {
    font-size: 10px;
    color: #121212;
    text-align: center;
  }

  @media screen and (min-width: 768px) {
    .scrolling-images-heading-template--18236122628228__scrolling_images_y73PDj {
      font-size: 20px;
    }

    .scrolling-images-slider_template--18236122628228__scrolling_images_y73PDj .slide-template--18236122628228__scrolling_images_y73PDj {
      flex: 0 0 150px;
      width: 100%;
    }

    .track-horizontal-template--18236122628228__scrolling_images_y73PDj {
      padding-left: 30px;
      width: calc((150px * 4) + (30px * 4));
      gap: 30px;
    }
  }

  @media screen and (max-width: 767px) {
    .scrolling-images-slider_template--18236122628228__scrolling_images_y73PDj {
      padding: 0 15px;
    }
  }

  
    .scrolling-horizontal-track-template--18236122628228__scrolling_images_y73PDj:hover .track-horizontal-template--18236122628228__scrolling_images_y73PDj {
       animation-play-state: paused
    }
  


    .hotspot-slider {
        position: relative;
        width: 100%;
      }
    
      .swiper-slide {
        position: relative;
        height: 100%;
      }
    
      @keyframes zoompin {
        0% {
          transform: scale(0.9);
          opacity: 1;
        }
        100% {
          transform: scale(2.5);
          opacity: 0;
        }
      }
    
      .hotspot {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: black;
        border-radius: 50%;
        cursor: pointer;
        z-index: 2;
        border: solid 1px white;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 12px;
      }
    
      .hotspot .zoom-effect {
        position: absolute;
        top: -8px;
        right: -8px;
        bottom: -8px;
        left: -8px;
        display: block;
        animation: zoompin 2s ease infinite;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.5);
        pointer-events: none;
      }
    
      .modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgba(0,0,0,0.6);
        align-items: center;
        justify-content: center;
      }
    
      .modal.show {
        display: flex;
      }
    
      .modal-content {
        background-color: #fff;
        padding: 20px 30px;
        position: relative;
        max-width: 400px;
        width: 90%;
        box-shadow: 0 4px 20px rgba(0,0,0,0.3);
        text-align: center;
      }
    
      .modal-content img {
        max-width: 100%;
        margin-bottom: 15px;
      }
    
      .close {
        position: absolute;
        top: 12px;
        right: 16px;
        font-size: 24px;
        cursor: pointer;
      }
    
      img.w-full.h-auto {
        width: 100%;
        height: 100%;
      }
      .bottom{
        margin-bottom: -10px;
      }


      .rich-text-swiper {
        padding: 20px 0 0 0;
      }
      
      .rich-text-slide {
        background: #fff;
        padding: 20px;
        border-radius: 12px;
        text-align: center;
        max-width: 600px;
        margin: 0 auto;
      }
      
      .rich-text-slide h2 {
        font-size: 24px;
        margin-bottom: 15px;
      }
      
      .rich-text-slide p {
        font-size: 16px;
        line-height: 1.6;
      }
      
      .button-link {
        display: inline-block;
        margin-top: 15px;
        color: black;
        text-decoration: none;
      }
      
      .button-link:hover {
      text-decoration: underline; 
      }
      
      .swiper-button-next{
        color: #000;
            opacity: 0.2;
      
      }
        .swiper-button-prev{
          color: #000;
          opacity: 0.2;
        }
      
        .swiper-button-prev:hover{
          color: #000;
          opacity: 1;
        }
         .swiper-button-next:hover{
          color: #000;
          opacity: 1;
        }