.depth-carousel{width:100%;height:100%;min-height:360px;perspective:var(--dc-perspective,1400px);perspective-origin:50%;touch-action:pan-y;-webkit-user-select:none;user-select:none;cursor:grab;outline:none;justify-content:center;align-items:center;display:flex;position:relative}.depth-carousel:active{cursor:grabbing}.depth-carousel:focus-visible{outline-offset:4px;border-radius:16px;outline:2px solid #ffffff59}.depth-carousel__stage{transform-style:preserve-3d;position:absolute;inset:0;overflow:visible}.depth-carousel__card{transform-origin:50%;will-change:transform, opacity, filter;cursor:pointer;background:#0b0d12;border:1px solid #ffffff14;transition:box-shadow .35s,border-color .35s;position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 35px 70px -25px #0000008c,0 12px 30px -15px #0006}.depth-carousel__card.is-active{border-color:#ffc10747;box-shadow:0 40px 80px -25px #0009,0 15px 35px -15px #00000073}.depth-carousel__card:hover{border-color:#ffc10766}.depth-carousel__img{object-fit:cover;pointer-events:none;-webkit-user-drag:none;-webkit-user-select:none;user-select:none;width:100%;height:100%;display:block}.depth-carousel__tint{opacity:0;pointer-events:none;mix-blend-mode:multiply;position:absolute;inset:0}.depth-carousel__dots{z-index:3000;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0e10168c;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:7px;padding:7px 11px;display:flex;position:absolute;bottom:-22px;left:50%;transform:translate(-50%)}.depth-carousel__dot{cursor:pointer;background:#ffffff47;border:none;border-radius:999px;width:7px;height:7px;padding:0;transition:width .25s,background .25s,transform .25s}.depth-carousel__dot:hover{transform:scale(1.15)}.depth-carousel__dot.is-active{background:#f0b204;width:22px}@media (width<=1024px){.depth-carousel{min-height:330px}}@media (width<=767px){.depth-carousel{min-height:260px;overflow:visible}.depth-carousel__stage{overflow:visible}.depth-carousel__dots{bottom:-18px}}@media (prefers-reduced-motion:reduce){.depth-carousel__card{will-change:auto}.depth-carousel__dot{transition:none}}
