.coin__scene{margin:0 auto;perspective:1600px}.coin__coin,.coin__scene{aspect-ratio:1/1;height:auto;max-width:400px;width:100%}.coin__coin{position:relative;transform-origin:center center;transform-style:preserve-3d}.coin__back,.coin__front{backface-visibility:hidden;background-image:url(https://4059422.fs1.hubspotusercontent-eu1.net/hubfs/4059422/Swapn%202025/Images/swapn-free-coin.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:50%;inset:0;position:absolute}.coin__front{transform:translateZ(1px)}.coin__back{transform:rotateY(180deg) translateZ(1px)}.coin__coin.is-flipping{animation:coinAnimation 1.6s cubic-bezier(.4,0,.2,1)}@keyframes coinAnimation{0%{transform:rotateY(0deg)}to{transform:rotateY(2turn)}}@media screen and (max-width:992px){.coin__coin,.coin__scene{max-width:200px}}