.carousel-container{position:relative;overflow:hidden;border:1px solid #555;border-radius:24px;padding:16px;--outer-r: 24px;--p-distance: 12px;background:#060010}.carousel-track{display:flex}.carousel-item{position:relative;display:flex;flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:space-between;border:1px solid #555;border-radius:calc(var(--outer-r) - var(--p-distance));background-color:#0d0716;overflow:hidden;cursor:grab}.carousel-item:active{cursor:grabbing}.carousel-container.round{border:1px solid #555}.carousel-item.round{background-color:#0d0716;position:relative;bottom:.1em;border:1px solid #555;justify-content:center;align-items:center;text-align:center}.carousel-item-header.round{padding:0;margin:0}.carousel-indicators-container.round{position:absolute;z-index:2;bottom:3em;left:50%;transform:translate(-50%)}.carousel-item-header{margin-bottom:16px;padding:20px}.carousel-icon-container{display:flex;height:28px;width:28px;align-items:center;justify-content:center;border-radius:50%;background-color:#fff;font-family:Zen Dots,sans-serif!important;font-weight:400;text-transform:uppercase;letter-spacing:.5px}.carousel-icon{height:16px;width:16px;color:#060010}.carousel-item-content{padding:20px}.carousel-item-title{font-family:Tomorrow,sans-serif!important;font-weight:600;font-size:18px;color:#fff;margin-bottom:4px;line-height:1.3}.carousel-item-description{font-family:Mina,sans-serif!important;font-weight:400;font-size:14px;color:#fff;line-height:1.5}.carousel-indicators{margin-top:16px;display:flex;width:150px;justify-content:space-between;padding:0 32px}.carousel-indicator{height:8px;width:8px;border-radius:50%;cursor:pointer;transition:background-color .15s}.carousel-indicator.active{background-color:#fff}.carousel-indicator.inactive{background-color:#555}.carousel-indicators-container{display:flex;width:100%;justify-content:center}
