.wrap{width:100%;height:150px;display:flex;justify-content:center;align-items:center;perspective:1200px;perspective-origin:50% 50%;z-index:0}.sign{margin:auto;transform-style:preserve-3d;position:relative;height:150px;width:200px;cursor:pointer;backface-visibility:visible;animation:rotateAnimation 1.5s ease-in-out infinite;transform-origin:center}.front,.back{transform-style:preserve-3d;position:absolute;width:200px;height:100%;top:0;left:0;transform-origin:top center}.front,.back{display:flex;align-items:center;justify-content:center}.front{background:rgb(6,191,252)}.back{background:rgb(26,98,168)}.front,.back{border-bottom-right-radius:.5em;border-bottom-left-radius:.5em}.front{transform:rotateX(40deg) scale(1.01);box-shadow:0 1em 3em #0003}.back{transform:rotateX(-20deg) scale(1.01)}.front svg{backface-visibility:hidden}.back img,.back div{transform:scaleX(-1)}@keyframes rotateAnimation{0%{transform:rotateY(-25deg)}to{transform:rotateY(-385deg)}}
