.text-type{display:inline-block;white-space:pre-wrap}.text-type__cursor{margin-left:.25rem;display:inline-block;opacity:1;color:rgb(249,115,22)}.text-type__cursor--hidden{display:none}.carousel-container{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:16px;--outer-r:24px;--p-distance:12px;background:rgba(0,0,0,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-track{display:flex}.carousel-item{position:relative;display:flex;flex-shrink:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;border:1px solid rgba(255,255,255,.1);border-radius:calc(var(--outer-r) - var(--p-distance));background-color:#0a0a0a;overflow:hidden;cursor:grab;min-height:200px;padding-bottom:24px}.carousel-item:active{cursor:grabbing}.carousel-container.round,.carousel-item.round{border:1px solid rgba(255,255,255,.1)}.carousel-item.round{background-color:#0a0a0a;position:relative;bottom:.1em;justify-content:center;align-items:center;text-align:center}.carousel-item-header{margin-bottom:16px;padding:24px 24px 0}.carousel-icon-container{display:flex;height:36px;width:36px;align-items:center;justify-content:center;border-radius:50%;background-color:#f97316}.carousel-icon{height:20px;width:20px;color:#fff}.carousel-item-content{padding:0 24px 24px}.carousel-item-title{margin-bottom:8px;font-weight:700;font-size:1.25rem;color:#fff}.carousel-item-description{font-size:.95rem;line-height:1.6;color:#9ca3af}.carousel-indicators-container{display:flex;width:100%;justify-content:center;align-items:center;margin-top:24px;gap:20px}.carousel-indicators{display:flex;width:auto;gap:12px;justify-content:center;padding:0;margin:0}.carousel-indicator{height:6px;width:6px;border-radius:50%;cursor:pointer;transition:all .3s}.carousel-indicator.active{background-color:#f97316;width:24px;border-radius:4px}.carousel-indicator.inactive{background-color:rgba(255,255,255,.2)}.carousel-arrow-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1);color:#fff;cursor:pointer;transition:all .3s}.carousel-arrow-btn:hover{background:#f97316;border-color:#f97316;transform:scale(1.1)}.carousel-arrow-btn:active{transform:scale(.95)}.scroll-stack-scroller{position:relative;width:100%;height:100%;overflow-y:auto;overflow-x:visible;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;transform:translateZ(0);will-change:scroll-position}.scroll-stack-inner{padding:10vh 1rem 60vh;min-height:100vh}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:top center;will-change:transform,filter;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-style:preserve-3d;box-shadow:0 0 30px rgba(0,0,0,.1);min-height:30rem;width:100%;margin:30px 0;padding:0;border-radius:24px;box-sizing:border-box;transform:translateZ(0);position:relative;overflow:hidden}.scroll-stack-end{width:100%;height:1px}