.mobile-carousel{width:100vw;padding:32px 0;margin-left:-16px}.mobile-carousel__swiper{width:100%;overflow-y:hidden;overflow-x:scroll;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-scroll-snap-type:x mandatory;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:0 7vw;-ms-overflow-style:none;scrollbar-width:none}.mobile-carousel__swiper::-webkit-scrollbar{display:none}.mobile-carousel__item{width:86vw;-ms-flex-negative:0;flex-shrink:0;padding:0 6px;scroll-snap-align:center;scroll-snap-stop:always}.mobile-carousel__image{position:relative;display:block;background-size:cover;opacity:0}.mobile-carousel__image:before{display:block;content:"";width:100%;padding-top:62.214%}.mobile-carousel__image>*{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:auto}.mobile-carousel__image.is-loaded{opacity:1}.mobile-carousel__indicators{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:24px}.mobile-carousel__indicator{width:5px;height:5px;margin:0 4px;background:#fff;opacity:.3;-webkit-transition:opacity .2s cubic-bezier(.645,.045,.355,1);-o-transition:opacity .2s cubic-bezier(.645,.045,.355,1);transition:opacity .2s cubic-bezier(.645,.045,.355,1)}.mobile-carousel__indicator.is-active{opacity:1}