.card-animation-wrapper{width:100%;height:300vh;position:relative;background-color:var(--color-bg);border-radius:1rem;}.card-animation-container{position:sticky;top:10vh;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;z-index:1;padding:4rem 0;}.possibleCard-scene{perspective:1500px;position:relative;width:min(90vw,600px);height:auto;margin-top:-60vw;}.possibleCard{position:absolute;top:0;left:50%;transform-origin:center center;transform-style:preserve-3d;will-change:transform;width:100%;height:auto;backface-visibility:hidden;}.possibleCard img{width:100%;height:auto;display:block;border-radius:16px}.possibleCard-plus{z-index:2;}.possibleCard-base{z-index:1;transform:translateX(-50%) rotateY(180deg);}.possibleCard-edge-container{position:absolute;top:0;left:50%;width:20px;height:100%;transform-origin:left center;transform-style:preserve-3d;will-change:transform,opacity;opacity:0;z-index:10;display:flex;gap:0;}.possibleCard-edge{height:100%;}.edge-dark{width:12px;background:var(--color-nationwide);}.edge-light{width:8px;background:var(--color-possible);}.card-animation-wrapper h3{text-align:center;margin:0 auto;margin-top:5rem;}.card-animation-wrapper p{text-align:center;margin:0 auto;padding-left:15rem;padding-top:15rem;}