@keyframes rope-swing-left{0%{transform:rotate(0)}20%{transform:rotate(-1.2deg)}40%{transform:rotate(1.2deg)}60%{transform:rotate(-.8deg)}80%{transform:rotate(.8deg)}to{transform:rotate(0)}}@keyframes rope-swing-right{0%{transform:rotate(0)}20%{transform:rotate(1.2deg)}40%{transform:rotate(-1.2deg)}60%{transform:rotate(.8deg)}80%{transform:rotate(-.8deg)}to{transform:rotate(0)}}.animate-swing-left,.animate-swing-right{transform-origin:50% 0%;animation-duration:2s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-play-state:paused;will-change:transform}.animate-swing-right-slow{transform-origin:50% 0%;animation-duration:4s;animation-timing-function:ease-in-out;animation-iteration-count:infinite;animation-play-state:paused;will-change:transform;animation-name:rope-swing-right}.animate-swing-left{animation-name:rope-swing-left}.animate-swing-right{animation-name:rope-swing-right}.animate-swing-left.is-active,.animate-swing-right.is-active,.animate-swing-right-slow.is-active{animation-play-state:running}.scene img{-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-user-drag:none;user-drag:none;-webkit-tap-highlight-color:transparent}.particles{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:11;overflow:hidden}.particle{position:absolute;border-radius:50%;will-change:transform;filter:blur(.2px)}
