/*! Swiper 11.0.5 | MIT License | https://swiperjs.com/ */
.swiper{position:relative;overflow:hidden;z-index:1}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}
.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination-bullet{width:10px;height:10px;display:inline-block;border-radius:100%;background:#000;opacity:.2;cursor:pointer;margin:0 5px}
.swiper-pagination-bullet-active{opacity:1;background:#007aff}
.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}
.swiper-button-prev{left:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='black' height='44' viewBox='0 0 27 44' width='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 2L4 22L26 42' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.swiper-button-next{right:10px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg fill='black' height='44' viewBox='0 0 27 44' width='27' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 2L23 22L1 42' stroke='%23000' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")}
.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-scrollbar{border-radius:10px;position:absolute;left:0;bottom:4px;z-index:50;height:4px;width:100%;background:rgba(0,0,0,.1)}
.swiper-scrollbar-drag{height:100%;background:rgba(0,0,0,.5);border-radius:10px;position:relative}.swiper-zoom-container{width:100%;height:100%;display:flex;align-items:center;justify-content:center}
