/*! Animate.css - Customized for Barq Marketing */.float,.pulse{animation-timing-function:ease-in-out}.float,.shadowPulse{animation-iteration-count:infinite}.wow{visibility:hidden;opacity:0;animation-fill-mode:both}.animated{animation-duration:1s}.animated-fast{animation-duration:.6s}.animated-slow{animation-duration:1.4s}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.fadeIn{animation-name:fadeIn}@keyframes fadeInUp{from{opacity:0;visibility:hidden;transform:translate3d(0,40px,0)}to{opacity:1;visibility:visible;transform:translate3d(0,0,0)}}.fadeInUp{animation-name:fadeInUp}@keyframes fadeInDown{from{opacity:0;visibility:hidden;transform:translate3d(0,-40px,0)}to{opacity:1;visibility:visible;transform:translate3d(0,0,0)}}.fadeInDown{animation-name:fadeInDown}@keyframes fadeInLeft{from{opacity:0;visibility:hidden;transform:translate3d(40px,0,0)}to{opacity:1;visibility:visible;transform:translate3d(0,0,0)}}.fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInRight{from{opacity:0;visibility:hidden;transform:translate3d(-40px,0,0)}to{opacity:1;visibility:visible;transform:translate3d(0,0,0)}}.fadeInRight{animation-name:fadeInRight}@keyframes pulse{0%,100%{transform:scale3d(1,1,1)}50%{transform:scale3d(1.05,1.05,1.05)}}.pulse{animation-name:pulse}@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-15px)}}.float{animation-name:float;animation-duration:3s}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale3d(1,1,1)}}.bounceIn{animation-name:bounceIn;animation-duration:.75s}@keyframes slideInUp{from{transform:translate3d(0,100%,0);visibility:visible;opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.slideInUp{animation-name:slideInUp}@keyframes slideInDown{from{transform:translate3d(0,-100%,0);visibility:visible;opacity:0}to{transform:translate3d(0,0,0);opacity:1}}.slideInDown{animation-name:slideInDown}@keyframes zoomIn{from{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{animation-name:zoomIn}@keyframes rotateIn{from{transform-origin:center;transform:rotate3d(0,0,1,-90deg);opacity:0}to{transform-origin:center;transform:none;opacity:1}}.rotateIn{animation-name:rotateIn}@keyframes bounce{20%,53%,80%,from,to{animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);transform:translate3d(0,0,0)}40%,43%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-30px,0)}70%{animation-timing-function:cubic-bezier(0.755,0.050,0.855,0.060);transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}.bounce{animation-name:bounce;transform-origin:center bottom}.delay-1{animation-delay:.2s}.delay-2{animation-delay:.4s}.delay-3{animation-delay:.6s}.delay-4{animation-delay:.8s}.delay-5{animation-delay:1s}.ease{animation-timing-function:ease}.ease-in{animation-timing-function:ease-in}.ease-out{animation-timing-function:ease-out}.ease-in-out{animation-timing-function:ease-in-out}.linear{animation-timing-function:linear}@keyframes shadowPulse{0%{box-shadow:0 0 0 0 rgba(110,69,226,.4)}70%{box-shadow:0 0 0 15px rgba(110,69,226,0)}100%{box-shadow:0 0 0 0 rgba(110,69,226,0)}}.shadowPulse{animation-name:shadowPulse;animation-duration:1.5s}