.beano-sprite.beano-pea-shooting{left:0}.beano-sprite.beano-pea-shooting .sprite-container{left:0;position:absolute;top:0;transform:translate(-150%)}.beano-sprite.beano-pea-shooting .sprite-container .pea{left:20px;position:absolute;top:17px;width:70px}.beano-sprite.beano-pea-shooting .sprite-container .phut{left:82px;opacity:0;position:absolute;top:-3px;width:70px}.beano-sprite.beano-pea-shooting .sprite-container .shooter{position:relative;width:100px;z-index:2}.beano-sprite.beano-pea-shooting.is-visible .sprite-container{animation:PeaShooting-ShooterSlide 1s linear 2s forwards}.beano-sprite.beano-pea-shooting.is-visible .sprite-container .pea{animation:PeaShooting-PeaShot 1.5s linear 4s forwards}.beano-sprite.beano-pea-shooting.is-visible .sprite-container .phut{animation:PeaShooting-Phut .1s linear 4s forwards,PeaShooting-Phut .1s linear 5s reverse forwards}@keyframes PeaShooting-ShooterSlide{0%{transform:translate(-150%)}to{transform:translate(0)}}@keyframes PeaShooting-PeaShot{0%{transform:translate(0)}to{transform:translate(120vw)}}@keyframes PeaShooting-Phut{0%{opacity:0}to{opacity:1}}