<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper-container {
    position: relative;
    overflow: hidden;
  }
  
  .swiper-container,
  .swiper-wrapper {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
  }
  
  .swiper-slide {
    position: relative;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    align-items: center;
    cursor: grab;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }</pre></body></html>