.sc-stack-wrapper{position:relative;width:350px}.sc-card{position:absolute;top:0;left:0;z-index:2;transform:translateY(0) rotate(4deg) translateX(25px) scale(1);transform-origin:0 0;transition:transform .6s cubic-bezier(.8,.2,.1,.8) .1s;cursor:pointer;user-select:none}.sc-card--next{z-index:5;transform:translateY(-25px) rotate(4deg) translateX(25px) scale(1)}.sc-card--current{cursor:auto;user-select:auto;position:relative;z-index:10;transform:rotate(-1deg) translateX(0) scale(1)}.sc-card--out-fwd{animation:sc-out-fwd .65s cubic-bezier(.8,.2,.1,.8) both;z-index:1}@keyframes sc-out-fwd{0%{z-index:20;transform:translateY(0) rotate(-4deg)}50%{transform:translateY(-115%) rotate(-5deg) translateX(-40px)}80%{z-index:1}to{transform:translateY(0) rotate(4deg) translateX(25px) scale(1)}}.sc-card--out-bwd{animation:sc-out-bwd .5s cubic-bezier(.8,.2,.1,.8) both;z-index:1}@keyframes sc-out-bwd{0%{z-index:8;transform:rotate(-1deg) translateX(0) scale(1)}to{z-index:1;transform:translateY(0) rotate(4deg) translateX(25px) scale(1)}}