.wrapper{height:56px;width:56px;position:absolute;transform-style:preserve-3d;animation:rotate var(--animation-speed,2s) infinite linear}.container{height:72px;width:72px;position:relative}.coin{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:50%;background:#D98DFF}.front,.outer{transform:translateZ(3px)}.front.inner{background:#A100F8;transform:rotateY(180deg) translateZ(-3px)}.back.inner{background:#A100F8;transform:translateZ(-3px)}.back{transform:rotateY(180deg) translateZ(3px)}.coin-side{position:absolute;border-radius:0;transform:translateX(26px) rotateY(90deg);width:6px;height:56px;background:#A100F8}@keyframes rotate{to{transform:rotateY(1turn)}}