.img-carousel{width:747px;flex-shrink:0;position:relative}.img-carousel__title-wrapper{position:absolute;z-index:10;width:100%;height:100%;display:flex;padding:73px 17px;align-items:flex-end;background:linear-gradient(180deg,rgba(0,0,0,0) 50%,rgba(0,0,0,.5))}.img-carousel__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:20px;font-weight:500;width:100%;color:#fff;right:0}.img-carousel__viewport{overflow:hidden;width:100%;height:100%;border-radius:24px}.img-carousel__container{display:flex;height:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.img-carousel__progress-group{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);display:flex;gap:14px}.img-carousel__dot{width:40px;height:3px;border-radius:10px;border:none;background-color:hsla(0,0%,100%,.5);cursor:pointer;padding:0;margin:0;transition:background-color .2s}.img-carousel .img-carousel__progress-bar{width:68px;height:4px;background-color:hsla(0,0%,100%,.2);position:relative;overflow:hidden;border-radius:2px}.img-carousel .img-carousel__progress-bar-inner{position:absolute;left:0;top:0;height:100%;width:100%;background-color:#fff;transform-origin:left;transform:scaleX(0)}.img-carousel .img-carousel__dot{width:50px;padding:0;margin:0 5px;background:rgba(0,0,0,0);border:none;cursor:pointer}@keyframes progress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.img-carousel__slide{position:relative;min-width:100%;height:100%;border-radius:24px;overflow:hidden}.img-carousel__slide img{border-radius:24px;-o-object-fit:cover;object-fit:cover}.img-carousel .embla__slide{position:relative;flex:0 0 100%;min-width:0;height:100%;overflow:hidden}.img-carousel .embla__slide img{-o-object-fit:fill;object-fit:fill}.img-carousel .ant-skeleton{position:absolute;top:0;left:0;right:0;bottom:0}.img-carousel .ant-skeleton .ant-skeleton-image{width:100%!important;height:100%!important}@media(max-width:600px){.img-carousel .img-carousel__viewport .img-carousel__title-wrapper{padding:12px 14px 40px}.img-carousel .img-carousel__viewport .img-carousel__title{font-size:14px;line-height:20px}.img-carousel .img-carousel__progress-group{gap:8px;width:-moz-max-content;width:max-content;max-width:calc(100% - 24px);flex-wrap:wrap;justify-content:center}.img-carousel .img-carousel__dot{width:32px;flex:0 0 32px;margin:0}.img-carousel .img-carousel__progress-bar{width:100%;max-width:100%}}