.cont--loop .rectangle{animation-play-state:running;animation-iteration-count:infinite}.cont--mouse.is-active .rectangle,.cont--scroll.is-active .rectangle{animation-play-state:running;animation:a 1s cubic-bezier(.455,.03,.515,.955) both;animation-delay:.5s}.rectangle{animation:a 1s cubic-bezier(.455,.03,.515,.955) both;animation-play-state:paused;transform-origin:right bottom}@keyframes a{0%{opacity:0;transform:rotate(60deg)}15%{opacity:1;transform:rotate(-10deg)}30%{transform:rotate(10deg)}45%{transform:rotate(-5deg)}60%{transform:rotate(2deg)}75%{transform:rotate(-1deg)}to{transform:rotate(0deg)}}