<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.swiper {
    width: 100%;
    height: 100%;
    padding: 40px;
  }
  
  .swiper-slide {
    text-align: center;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper-button-next {
    color: #000;
    font-size: 20px;
    padding-left: 100px;
  }
  .swiper-button-prev {
    color: #000;
    font-size: 20px;
  }</pre></body></html>