.promo-carousel-container{border-radius:16px 16px 0 0;width:100%;margin:0 auto;overflow:hidden;background:transparent}.promo-carousel-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.promo-slide-container{display:flex;height:100%;width:100%;transition:transform .5s ease-in-out}.promo-slide{flex:0 0 100%;height:100%;cursor:pointer;position:relative}.promo-image-container{border-radius:16px;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.promo-image{max-width:100%;max-height:100%;width:auto;height:auto;border-radius:16px}.promo-image-container img{display:block;max-width:100%;max-height:100%}.promo-progress-container{padding:8px;background:transparent}.promo-dots{display:flex;justify-content:center;gap:8px}.promo-dot{width:6px;height:6px;border-radius:50%;border:none;background:#d0d0d0;cursor:pointer;transition:all .3s ease;padding:0;outline:none}.promo-dot:hover{background:#757575}.promo-dot.active{background:#008cff;transform:scale(1.2)}@media screen and (max-width:768px){.promo-carousel-container{border-radius:0;width:90%}.promo-carousel-wrapper{height:100%}.promo-progress-container{padding:12px}.promo-image-container{border-radius:0}}.promo-image-container.error .promo-image{display:none}.promo-image-container.error:after{content:"Promo image";display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#f6f6f6;color:#757575;font-size:14px}