#cog1,#cog2,#cog3{-webkit-animation:spin 4s linear infinite;animation:spin 4s linear infinite;transform-origin:center;transform-box:fill-box;-webkit-animation-delay:.6s;animation-delay:.6s}#cog1{fill:#b1c0c6}#cog2{-webkit-animation:spinback 4s linear infinite;animation:spinback 4s linear infinite;-webkit-animation-delay:.6s;animation-delay:.6s;fill:#886ed5}#cog3{fill:#d3dde2}@-webkit-keyframes pop{0%{transform:scale(0)}90%{transform:scale(1.1)}to{transform:scale(1)}}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes spinback{to{transform:rotate(-1turn)}}.error-code{font-size:100px;color:#b1c0c6;line-height:1em}.error-container ofound{text-align:center}.animate-404{margin:0 auto;border-radius:50%;overflow:hidden;width:170px;height:170px;position:relative;background-color:#f9f9f9;box-shadow:inset 0 0 5px 0 rgba(50,50,50,.1)}.animate-404>svg{-webkit-animation:pop .4s ease-in;animation:pop .4s ease-in;width:200px;position:absolute;top:50%;left:50%;transform:translate(-47%,-50%)}.error-desc{color:#b1c0c6}