.animating.gears{height:200px;margin:80px auto 0;position:relative;width:135px}.animating.gears .gear{animation-timing-function:linear;animation-name:spin;animation-iteration-count:infinite;background:url(https://cdn2.hubspot.net/hubfs/623492/18-000-EW-Website/process-gears.png) no-repeat 0 0;position:absolute}.animating.gears .large{animation-duration:4s;animation-name:spin-backwards;background-position:0 0;height:72px;width:72px}.animating.gears .medium{animation-duration:3s;background-position:-162px -10px;height:53px;left:40px;top:70px;width:53px}.animating.gears .small{animation-duration:2s;background-position:-91px -12px;height:46px;left:72px;top:30px;width:46px}@keyframes spin{100%{transform:rotate(360deg)}}@keyframes spin-backwards{0{transform:rotate(0)}50%{transform:rotate(-180deg)}100%{transform:rotate(-360deg)}}