.glare-hover{width:var(--gh-width);height:var(--gh-height);background:var(--gh-bg);border-radius:var(--gh-br);border:none;overflow:visible;position:relative;display:grid;place-items:center}.glare-hover:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none;border-radius:var(--gh-br);background:linear-gradient(var(--gh-angle),hsla(0,0%,0%,0) 60%,var(--gh-rgba) 70%,hsla(0,0%,0%,0),hsla(0,0%,0%,0) 100%);transition:var(--gh-duration) ease;background-size:var(--gh-size) var(--gh-size),100% 100%;background-repeat:no-repeat;background-position:-100% -100%,0 0}.glare-hover:hover{cursor:pointer}.glare-hover:hover:before{background-position:100% 100%,0 0}.glare-hover--play-once:before{transition:none}.glare-hover--play-once:hover:before{transition:var(--gh-duration) ease;background-position:100% 100%,0 0}.carousel-container{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.06);border-radius:24px;padding:16px;--outer-r: 24px;--p-distance: 12px}.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 rgba(255,255,255,.06);border-radius:calc(var(--outer-r) - var(--p-distance));background-color:#1f1f25;overflow:hidden;cursor:grab}.carousel-item:active{cursor:grabbing}.carousel-container.round{border:1px solid rgba(255,255,255,.06)}.carousel-item.round{background-color:#1f1f25;position:relative;bottom:.1em;border:1px solid rgba(255,255,255,.06);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:36px;width:36px;align-items:center;justify-content:center;border-radius:9px;background-color:#f5a6231a}.carousel-icon{height:18px;width:18px;color:#f5a623}.carousel-item-content{padding:20px}.carousel-item-title{margin-bottom:4px;font-weight:700;font-size:18px;color:#e4e1e9;font-family:Manrope,sans-serif}.carousel-item-description{font-size:14px;color:#d7c3ae;line-height:1.6}.carousel-indicators-container{display:flex;width:100%;justify-content:center}.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:#f5a623}.carousel-indicator.inactive{background-color:#f5a6234d}.beams-container{position:relative;width:100%;height:100%}
