/*! font-awesome-animation v1.1.1 | MIT License | https://github.com/l-lin/font-awesome-animation */@-webkit-keyframes bounce{0%,10%,20%,50%,80%,to{transform:translateY(0)}40%,60%{transform:translateY(-15px)}}@keyframes bounce{0%,10%,20%,50%,80%,to{transform:translateY(0)}40%,60%{transform:translateY(-15px)}}@-webkit-keyframes bounce-reverse{0%,10%,20%,50%,80%,to{transform:translateY(0)}40%,60%{transform:translateY(15px)}}@keyframes bounce-reverse{0%,10%,20%,50%,80%,to{transform:translateY(0)}40%,60%{transform:translateY(15px)}}[dir=ltr] .faa-bounce.animated,[dir=ltr] .faa-bounce.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-bounce,[dir=rtl] .faa-bounce.animated,[dir=rtl] .faa-bounce.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-bounce{-webkit-animation:bounce 2s ease infinite;animation:bounce 2s ease infinite}[dir=ltr] .faa-bounce.animated-hover.faa-fast:hover,[dir=ltr] .faa-bounce.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-bounce.faa-fast,[dir=rtl] .faa-bounce.animated-hover.faa-fast:hover,[dir=rtl] .faa-bounce.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-bounce.faa-fast{-webkit-animation:bounce 1s ease infinite;animation:bounce 1s ease infinite}[dir=ltr] .faa-bounce.animated-hover.faa-slow:hover,[dir=ltr] .faa-bounce.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-bounce.faa-slow,[dir=rtl] .faa-bounce.animated-hover.faa-slow:hover,[dir=rtl] .faa-bounce.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-bounce.faa-slow{-webkit-animation:bounce 3s ease infinite;animation:bounce 3s ease infinite}[dir=ltr] .faa-bounce.faa-reverse.animated,[dir=ltr] .faa-bounce.faa-reverse.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-bounce.faa-reverse,[dir=rtl] .faa-bounce.faa-reverse.animated,[dir=rtl] .faa-bounce.faa-reverse.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-bounce.faa-reverse{-webkit-animation:bounce-reverse 2s ease infinite;animation:bounce-reverse 2s ease infinite}[dir=ltr] .faa-bounce.faa-reverse.animated-hover.faa-fast:hover,[dir=ltr] .faa-bounce.faa-reverse.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-bounce.faa-reverse.faa-fast,[dir=rtl] .faa-bounce.faa-reverse.animated-hover.faa-fast:hover,[dir=rtl] .faa-bounce.faa-reverse.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-bounce.faa-reverse.faa-fast{-webkit-animation:bounce-reverse 1s ease infinite;animation:bounce-reverse 1s ease infinite}[dir=ltr] .faa-bounce.faa-reverse.animated-hover.faa-slow:hover,[dir=ltr] .faa-bounce.faa-reverse.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-bounce.faa-reverse.faa-slow,[dir=rtl] .faa-bounce.faa-reverse.animated-hover.faa-slow:hover,[dir=rtl] .faa-bounce.faa-reverse.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-bounce.faa-reverse.faa-slow{-webkit-animation:bounce-reverse 3s ease infinite;animation:bounce-reverse 3s ease infinite}@-webkit-keyframes burst{0%{opacity:.6}50%{transform:scale(1.8);opacity:0}to{opacity:0}}@keyframes burst{0%{opacity:.6}50%{transform:scale(1.8);opacity:0}to{opacity:0}}[dir=ltr] .faa-burst.animated,[dir=ltr] .faa-burst.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-burst,[dir=rtl] .faa-burst.animated,[dir=rtl] .faa-burst.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-burst{-webkit-animation:burst 2s linear infinite;animation:burst 2s linear infinite}[dir=ltr] .faa-burst.animated-hover.faa-fast:hover,[dir=ltr] .faa-burst.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-burst.faa-fast,[dir=rtl] .faa-burst.animated-hover.faa-fast:hover,[dir=rtl] .faa-burst.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-burst.faa-fast{-webkit-animation:burst 1s linear infinite;animation:burst 1s linear infinite}[dir=ltr] .faa-burst.animated-hover.faa-slow:hover,[dir=ltr] .faa-burst.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-burst.faa-slow,[dir=rtl] .faa-burst.animated-hover.faa-slow:hover,[dir=rtl] .faa-burst.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-burst.faa-slow{-webkit-animation:burst 3s linear infinite;animation:burst 3s linear infinite}@-webkit-keyframes falling{0%{transform:translateY(-50%);opacity:0}50%{transform:translateY(0);opacity:1}to{transform:translateY(50%);opacity:0}}@keyframes falling{0%{transform:translateY(-50%);opacity:0}50%{transform:translateY(0);opacity:1}to{transform:translateY(50%);opacity:0}}@-webkit-keyframes falling-reverse{0%{transform:translateY(50%);opacity:0}50%{transform:translateY(0);opacity:1}to{transform:translateY(-50%);opacity:0}}@keyframes falling-reverse{0%{transform:translateY(50%);opacity:0}50%{transform:translateY(0);opacity:1}to{transform:translateY(-50%);opacity:0}}[dir=ltr] .faa-falling.animated,[dir=ltr] .faa-falling.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-falling,[dir=rtl] .faa-falling.animated,[dir=rtl] .faa-falling.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-falling{-webkit-animation:falling 2s linear infinite;animation:falling 2s linear infinite}[dir=ltr] .faa-falling.animated-hover.faa-fast:hover,[dir=ltr] .faa-falling.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-falling.faa-fast,[dir=rtl] .faa-falling.animated-hover.faa-fast:hover,[dir=rtl] .faa-falling.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-falling.faa-fast{-webkit-animation:falling 1s linear infinite;animation:falling 1s linear infinite}[dir=ltr] .faa-falling.animated-hover.faa-slow:hover,[dir=ltr] .faa-falling.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-falling.faa-slow,[dir=rtl] .faa-falling.animated-hover.faa-slow:hover,[dir=rtl] .faa-falling.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-falling.faa-slow{-webkit-animation:falling 3s linear infinite;animation:falling 3s linear infinite}[dir=ltr] .faa-falling.faa-reverse.animated,[dir=ltr] .faa-falling.faa-reverse.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-falling.faa-reverse,[dir=ltr] .faa-parent.animated-hover:hover>.faa-rising,[dir=ltr] .faa-rising.animated,[dir=ltr] .faa-rising.animated-hover:hover,[dir=rtl] .faa-falling.faa-reverse.animated,[dir=rtl] .faa-falling.faa-reverse.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-falling.faa-reverse,[dir=rtl] .faa-parent.animated-hover:hover>.faa-rising,[dir=rtl] .faa-rising.animated,[dir=rtl] .faa-rising.animated-hover:hover{-webkit-animation:falling-reverse 2s linear infinite;animation:falling-reverse 2s linear infinite}[dir=ltr] .faa-falling.faa-reverse.animated-hover.faa-fast:hover,[dir=ltr] .faa-falling.faa-reverse.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-falling.faa-reverse.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-rising.faa-fast,[dir=ltr] .faa-rising.animated-hover.faa-fast:hover,[dir=ltr] .faa-rising.animated.faa-fast,[dir=rtl] .faa-falling.faa-reverse.animated-hover.faa-fast:hover,[dir=rtl] .faa-falling.faa-reverse.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-falling.faa-reverse.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-rising.faa-fast,[dir=rtl] .faa-rising.animated-hover.faa-fast:hover,[dir=rtl] .faa-rising.animated.faa-fast{-webkit-animation:falling-reverse 1s linear infinite;animation:falling-reverse 1s linear infinite}[dir=ltr] .faa-falling.faa-reverse.animated-hover.faa-slow:hover,[dir=ltr] .faa-falling.faa-reverse.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-falling.faa-reverse.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-rising.faa-slow,[dir=ltr] .faa-rising.animated-hover.faa-slow:hover,[dir=ltr] .faa-rising.animated.faa-slow,[dir=rtl] .faa-falling.faa-reverse.animated-hover.faa-slow:hover,[dir=rtl] .faa-falling.faa-reverse.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-falling.faa-reverse.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-rising.faa-slow,[dir=rtl] .faa-rising.animated-hover.faa-slow:hover,[dir=rtl] .faa-rising.animated.faa-slow{-webkit-animation:falling-reverse 3s linear infinite;animation:falling-reverse 3s linear infinite}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}[dir=ltr] .faa-flash.animated,[dir=ltr] .faa-flash.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-flash,[dir=rtl] .faa-flash.animated,[dir=rtl] .faa-flash.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-flash{-webkit-animation:flash 2s ease infinite;animation:flash 2s ease infinite}[dir=ltr] .faa-flash.animated-hover.faa-fast:hover,[dir=ltr] .faa-flash.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-flash.faa-fast,[dir=rtl] .faa-flash.animated-hover.faa-fast:hover,[dir=rtl] .faa-flash.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-flash.faa-fast{-webkit-animation:flash 1s ease infinite;animation:flash 1s ease infinite}[dir=ltr] .faa-flash.animated-hover.faa-slow:hover,[dir=ltr] .faa-flash.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-flash.faa-slow,[dir=rtl] .faa-flash.animated-hover.faa-slow:hover,[dir=rtl] .faa-flash.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-flash.faa-slow{-webkit-animation:flash 3s ease infinite;animation:flash 3s ease infinite}@-webkit-keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}[dir=ltr] .faa-float.animated,[dir=ltr] .faa-float.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-float,[dir=rtl] .faa-float.animated,[dir=rtl] .faa-float.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-float{-webkit-animation:float 2s linear infinite;animation:float 2s linear infinite}[dir=ltr] .faa-float.animated-hover.faa-fast:hover,[dir=ltr] .faa-float.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-float.faa-fast,[dir=rtl] .faa-float.animated-hover.faa-fast:hover,[dir=rtl] .faa-float.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-float.faa-fast{-webkit-animation:float 1s linear infinite;animation:float 1s linear infinite}[dir=ltr] .faa-float.animated-hover.faa-slow:hover,[dir=ltr] .faa-float.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-float.faa-slow,[dir=rtl] .faa-float.animated-hover.faa-slow:hover,[dir=rtl] .faa-float.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-float.faa-slow{-webkit-animation:float 3s linear infinite;animation:float 3s linear infinite}@-webkit-keyframes horizontal-ltr{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(5px)}}@-webkit-keyframes horizontal-rtl{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(-5px)}}@keyframes horizontal-ltr{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(5px)}}@keyframes horizontal-rtl{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(-5px)}}@-webkit-keyframes horizontal-reverse-ltr{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(-5px)}}@-webkit-keyframes horizontal-reverse-rtl{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(5px)}}@keyframes horizontal-reverse-ltr{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(-5px)}}@keyframes horizontal-reverse-rtl{0%,12%,24%,36%,to{transform:translate(0)}6%,18%,30%{transform:translate(5px)}}[dir=ltr] .faa-horizontal.animated,[dir=ltr] .faa-horizontal.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal-ltr 2s ease infinite;animation:horizontal-ltr 2s ease infinite}[dir=rtl] .faa-horizontal.animated,[dir=rtl] .faa-horizontal.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-horizontal{-webkit-animation:horizontal-rtl 2s ease infinite;animation:horizontal-rtl 2s ease infinite}[dir=ltr] .faa-horizontal.animated-hover.faa-fast:hover,[dir=ltr] .faa-horizontal.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal-ltr 1s ease infinite;animation:horizontal-ltr 1s ease infinite}[dir=rtl] .faa-horizontal.animated-hover.faa-fast:hover,[dir=rtl] .faa-horizontal.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-horizontal.faa-fast{-webkit-animation:horizontal-rtl 1s ease infinite;animation:horizontal-rtl 1s ease infinite}[dir=ltr] .faa-horizontal.animated-hover.faa-slow:hover,[dir=ltr] .faa-horizontal.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal-ltr 3s ease infinite;animation:horizontal-ltr 3s ease infinite}[dir=rtl] .faa-horizontal.animated-hover.faa-slow:hover,[dir=rtl] .faa-horizontal.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-horizontal.faa-slow{-webkit-animation:horizontal-rtl 3s ease infinite;animation:horizontal-rtl 3s ease infinite}[dir=ltr] .faa-horizontal.faa-reverse.animated,[dir=ltr] .faa-horizontal.faa-reverse.animated-hover:hover,[dir=ltr] .faa-parent.animated-hover:hover>.faa-horizontal.faa-reverse{-webkit-animation:horizontal-reverse-ltr 2s ease infinite;animation:horizontal-reverse-ltr 2s ease infinite}[dir=rtl] .faa-horizontal.faa-reverse.animated,[dir=rtl] .faa-horizontal.faa-reverse.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-horizontal.faa-reverse{-webkit-animation:horizontal-reverse-rtl 2s ease infinite;animation:horizontal-reverse-rtl 2s ease infinite}[dir=ltr] .faa-horizontal.faa-reverse.animated-hover.faa-fast:hover,[dir=ltr] .faa-horizontal.faa-reverse.animated.faa-fast,[dir=ltr] .faa-parent.animated-hover:hover>.faa-horizontal.faa-reverse.faa-fast{-webkit-animation:horizontal-reverse-ltr 1s ease infinite;animation:horizontal-reverse-ltr 1s ease infinite}[dir=rtl] .faa-horizontal.faa-reverse.animated-hover.faa-fast:hover,[dir=rtl] .faa-horizontal.faa-reverse.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-horizontal.faa-reverse.faa-fast{-webkit-animation:horizontal-reverse-rtl 1s ease infinite;animation:horizontal-reverse-rtl 1s ease infinite}[dir=ltr] .faa-horizontal.faa-reverse.animated-hover.faa-slow:hover,[dir=ltr] .faa-horizontal.faa-reverse.animated.faa-slow,[dir=ltr] .faa-parent.animated-hover:hover>.faa-horizontal.faa-reverse.faa-slow{-webkit-animation:horizontal-reverse-ltr 3s ease infinite;animation:horizontal-reverse-ltr 3s ease infinite}[dir=rtl] .faa-horizontal.faa-reverse.animated-hover.faa-slow:hover,[dir=rtl] .faa-horizontal.faa-reverse.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-horizontal.faa-reverse.faa-slow{-webkit-animation:horizontal-reverse-rtl 3s ease infinite;animation:horizontal-reverse-rtl 3s ease infinite}@-webkit-keyframes passing-ltr{0%{transform:translateX(-50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(50%);opacity:0}}@-webkit-keyframes passing-rtl{0%{transform:translateX(50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(-50%);opacity:0}}@keyframes passing-ltr{0%{transform:translateX(-50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(50%);opacity:0}}@keyframes passing-rtl{0%{transform:translateX(50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(-50%);opacity:0}}@-webkit-keyframes passing-reverse-ltr{0%{transform:translateX(50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(-50%);opacity:0}}@-webkit-keyframes passing-reverse-rtl{0%{transform:translateX(-50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(50%);opacity:0}}@keyframes passing-reverse-ltr{0%{transform:translateX(50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(-50%);opacity:0}}@keyframes passing-reverse-rtl{0%{transform:translateX(-50%);opacity:0}50%{transform:translateX(0);opacity:1}to{transform:translateX(50%);opacity:0}}[dir=ltr] .faa-parent.animated-hover:hover>.faa-passing,[dir=ltr] .faa-passing.animated,[dir=ltr] .faa-passing.animated-hover:hover{-webkit-animation:passing-ltr 2s linear infinite;animation:passing-ltr 2s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-passing,[dir=rtl] .faa-passing.animated,[dir=rtl] .faa-passing.animated-hover:hover{-webkit-animation:passing-rtl 2s linear infinite;animation:passing-rtl 2s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-passing.faa-fast,[dir=ltr] .faa-passing.animated-hover.faa-fast:hover,[dir=ltr] .faa-passing.animated.faa-fast{-webkit-animation:passing-ltr 1s linear infinite;animation:passing-ltr 1s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-passing.faa-fast,[dir=rtl] .faa-passing.animated-hover.faa-fast:hover,[dir=rtl] .faa-passing.animated.faa-fast{-webkit-animation:passing-rtl 1s linear infinite;animation:passing-rtl 1s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-passing.faa-slow,[dir=ltr] .faa-passing.animated-hover.faa-slow:hover,[dir=ltr] .faa-passing.animated.faa-slow{-webkit-animation:passing-ltr 3s linear infinite;animation:passing-ltr 3s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-passing.faa-slow,[dir=rtl] .faa-passing.animated-hover.faa-slow:hover,[dir=rtl] .faa-passing.animated.faa-slow{-webkit-animation:passing-rtl 3s linear infinite;animation:passing-rtl 3s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-passing.faa-reverse,[dir=ltr] .faa-passing.faa-reverse.animated,[dir=ltr] .faa-passing.faa-reverse.animated-hover:hover{-webkit-animation:passing-reverse-ltr 2s linear infinite;animation:passing-reverse-ltr 2s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-passing.faa-reverse,[dir=rtl] .faa-passing.faa-reverse.animated,[dir=rtl] .faa-passing.faa-reverse.animated-hover:hover{-webkit-animation:passing-reverse-rtl 2s linear infinite;animation:passing-reverse-rtl 2s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-passing.reverse.faa-fast,[dir=ltr] .faa-passing.faa-reverse.animated-hover.faa-fast:hover,[dir=ltr] .faa-passing.faa-reverse.animated.faa-fast{-webkit-animation:passing-reverse-ltr 1s linear infinite;animation:passing-reverse-ltr 1s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-passing.reverse.faa-fast,[dir=rtl] .faa-passing.faa-reverse.animated-hover.faa-fast:hover,[dir=rtl] .faa-passing.faa-reverse.animated.faa-fast{-webkit-animation:passing-reverse-rtl 1s linear infinite;animation:passing-reverse-rtl 1s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-passing.faa-reverse.faa-slow,[dir=ltr] .faa-passing.faa-reverse.animated-hover.faa-slow:hover,[dir=ltr] .faa-passing.faa-reverse.animated.faa-slow{-webkit-animation:passing-reverse-ltr 3s linear infinite;animation:passing-reverse-ltr 3s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-passing.faa-reverse.faa-slow,[dir=rtl] .faa-passing.faa-reverse.animated-hover.faa-slow:hover,[dir=rtl] .faa-passing.faa-reverse.animated.faa-slow{-webkit-animation:passing-reverse-rtl 3s linear infinite;animation:passing-reverse-rtl 3s linear infinite}@-webkit-keyframes pulse{0%,to{transform:scale(1.1)}50%{transform:scale(.8)}}@keyframes pulse{0%,to{transform:scale(1.1)}50%{transform:scale(.8)}}[dir=ltr] .faa-parent.animated-hover:hover>.faa-pulse,[dir=ltr] .faa-pulse.animated,[dir=ltr] .faa-pulse.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-pulse,[dir=rtl] .faa-pulse.animated,[dir=rtl] .faa-pulse.animated-hover:hover{-webkit-animation:pulse 2s linear infinite;animation:pulse 2s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-pulse.faa-fast,[dir=ltr] .faa-pulse.animated-hover.faa-fast:hover,[dir=ltr] .faa-pulse.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-pulse.faa-fast,[dir=rtl] .faa-pulse.animated-hover.faa-fast:hover,[dir=rtl] .faa-pulse.animated.faa-fast{-webkit-animation:pulse 1s linear infinite;animation:pulse 1s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-pulse.faa-slow,[dir=ltr] .faa-pulse.animated-hover.faa-slow:hover,[dir=ltr] .faa-pulse.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-pulse.faa-slow,[dir=rtl] .faa-pulse.animated-hover.faa-slow:hover,[dir=rtl] .faa-pulse.animated.faa-slow{-webkit-animation:pulse 3s linear infinite;animation:pulse 3s linear infinite}@-webkit-keyframes ring-ltr{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%,12%{transform:rotate(-18deg)}6%,14%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%,to{transform:rotate(0)}}@-webkit-keyframes ring-rtl{0%{transform:rotate(15deg)}2%{transform:rotate(-15deg)}4%,12%{transform:rotate(18deg)}6%,14%{transform:rotate(-18deg)}8%{transform:rotate(22deg)}10%{transform:rotate(-22deg)}16%{transform:rotate(12deg)}18%{transform:rotate(-12deg)}20%,to{transform:rotate(0)}}@keyframes ring-ltr{0%{transform:rotate(-15deg)}2%{transform:rotate(15deg)}4%,12%{transform:rotate(-18deg)}6%,14%{transform:rotate(18deg)}8%{transform:rotate(-22deg)}10%{transform:rotate(22deg)}16%{transform:rotate(-12deg)}18%{transform:rotate(12deg)}20%,to{transform:rotate(0)}}@keyframes ring-rtl{0%{transform:rotate(15deg)}2%{transform:rotate(-15deg)}4%,12%{transform:rotate(18deg)}6%,14%{transform:rotate(-18deg)}8%{transform:rotate(22deg)}10%{transform:rotate(-22deg)}16%{transform:rotate(12deg)}18%{transform:rotate(-12deg)}20%,to{transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-ring,.faa-ring.animated,.faa-ring.animated-hover:hover{transform-origin-x:50%;transform-origin-z:initial}[dir=ltr] .faa-parent.animated-hover:hover>.faa-ring,[dir=ltr] .faa-ring.animated,[dir=ltr] .faa-ring.animated-hover:hover{-webkit-animation:ring-ltr 2s ease infinite;animation:ring-ltr 2s ease infinite;transform-origin-y:0}[dir=rtl] .faa-parent.animated-hover:hover>.faa-ring,[dir=rtl] .faa-ring.animated,[dir=rtl] .faa-ring.animated-hover:hover{-webkit-animation:ring-rtl 2s ease infinite;animation:ring-rtl 2s ease infinite;transform-origin-y:100%}[dir=ltr] .faa-parent.animated-hover:hover>.faa-ring.faa-fast,[dir=ltr] .faa-ring.animated-hover.faa-fast:hover,[dir=ltr] .faa-ring.animated.faa-fast{-webkit-animation:ring-ltr 1s ease infinite;animation:ring-ltr 1s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-ring.faa-fast,[dir=rtl] .faa-ring.animated-hover.faa-fast:hover,[dir=rtl] .faa-ring.animated.faa-fast{-webkit-animation:ring-rtl 1s ease infinite;animation:ring-rtl 1s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-ring.faa-slow,[dir=ltr] .faa-ring.animated-hover.faa-slow:hover,[dir=ltr] .faa-ring.animated.faa-slow{-webkit-animation:ring-ltr 3s ease infinite;animation:ring-ltr 3s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-ring.faa-slow,[dir=rtl] .faa-ring.animated-hover.faa-slow:hover,[dir=rtl] .faa-ring.animated.faa-slow{-webkit-animation:ring-rtl 3s ease infinite;animation:ring-rtl 3s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-shake,[dir=ltr] .faa-shake.animated,[dir=ltr] .faa-shake.animated-hover:hover{-webkit-animation:wrench-ltr 2.5s ease infinite;animation:wrench-ltr 2.5s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-shake,[dir=rtl] .faa-shake.animated,[dir=rtl] .faa-shake.animated-hover:hover{-webkit-animation:wrench-rtl 2.5s ease infinite;animation:wrench-rtl 2.5s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-shake.faa-fast,[dir=ltr] .faa-shake.animated-hover.faa-fast:hover,[dir=ltr] .faa-shake.animated.faa-fast{-webkit-animation:wrench-ltr 1.25s ease infinite;animation:wrench-ltr 1.25s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-shake.faa-fast,[dir=rtl] .faa-shake.animated-hover.faa-fast:hover,[dir=rtl] .faa-shake.animated.faa-fast{-webkit-animation:wrench-rtl 1.25s ease infinite;animation:wrench-rtl 1.25s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-shake.faa-slow,[dir=ltr] .faa-shake.animated-hover.faa-slow:hover,[dir=ltr] .faa-shake.animated.faa-slow{-webkit-animation:wrench-ltr 3.75s ease infinite;animation:wrench-ltr 3.75s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-shake.faa-slow,[dir=rtl] .faa-shake.animated-hover.faa-slow:hover,[dir=rtl] .faa-shake.animated.faa-slow{-webkit-animation:wrench-rtl 3.75s ease infinite;animation:wrench-rtl 3.75s ease infinite}@-webkit-keyframes spin-ltr{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@-webkit-keyframes spin-rtl{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}@keyframes spin-ltr{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spin-rtl{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}@-webkit-keyframes spin-reverse-ltr{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}@-webkit-keyframes spin-reverse-rtl{0%{transform:rotate(0)}to{transform:rotate(359deg)}}@keyframes spin-reverse-ltr{0%{transform:rotate(0)}to{transform:rotate(-359deg)}}@keyframes spin-reverse-rtl{0%{transform:rotate(0)}to{transform:rotate(359deg)}}[dir=ltr] .faa-parent.animated-hover:hover>.faa-spin,[dir=ltr] .faa-spin.animated,[dir=ltr] .faa-spin.animated-hover:hover{-webkit-animation:spin-ltr 1.5s linear infinite;animation:spin-ltr 1.5s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-spin,[dir=rtl] .faa-spin.animated,[dir=rtl] .faa-spin.animated-hover:hover{-webkit-animation:spin-rtl 1.5s linear infinite;animation:spin-rtl 1.5s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-spin.faa-fast,[dir=ltr] .faa-spin.animated-hover.faa-fast:hover,[dir=ltr] .faa-spin.animated.faa-fast{-webkit-animation:spin-ltr .75s linear infinite;animation:spin-ltr .75s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-spin.faa-fast,[dir=rtl] .faa-spin.animated-hover.faa-fast:hover,[dir=rtl] .faa-spin.animated.faa-fast{-webkit-animation:spin-rtl .75s linear infinite;animation:spin-rtl .75s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-spin.faa-slow,[dir=ltr] .faa-spin.animated-hover.faa-slow:hover,[dir=ltr] .faa-spin.animated.faa-slow{-webkit-animation:spin-ltr 2.25s linear infinite;animation:spin-ltr 2.25s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-spin.faa-slow,[dir=rtl] .faa-spin.animated-hover.faa-slow:hover,[dir=rtl] .faa-spin.animated.faa-slow{-webkit-animation:spin-rtl 2.25s linear infinite;animation:spin-rtl 2.25s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-spin.faa-reverse,[dir=ltr] .faa-spin.faa-reverse.animated,[dir=ltr] .faa-spin.faa-reverse.animated-hover:hover{-webkit-animation:spin-reverse-ltr 1.5s linear infinite;animation:spin-reverse-ltr 1.5s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-spin.faa-reverse,[dir=rtl] .faa-spin.faa-reverse.animated,[dir=rtl] .faa-spin.faa-reverse.animated-hover:hover{-webkit-animation:spin-reverse-rtl 1.5s linear infinite;animation:spin-reverse-rtl 1.5s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-spin.faa-reverse.faa-fast,[dir=ltr] .faa-spin.faa-reverse.animated-hover.faa-fast:hover,[dir=ltr] .faa-spin.faa-reverse.animated.faa-fast{-webkit-animation:spin-reverse-ltr .75s linear infinite;animation:spin-reverse-ltr .75s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-spin.faa-reverse.faa-fast,[dir=rtl] .faa-spin.faa-reverse.animated-hover.faa-fast:hover,[dir=rtl] .faa-spin.faa-reverse.animated.faa-fast{-webkit-animation:spin-reverse-rtl .75s linear infinite;animation:spin-reverse-rtl .75s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-spin.faa-reverse.faa-slow,[dir=ltr] .faa-spin.faa-reverse.animated-hover.faa-slow:hover,[dir=ltr] .faa-spin.faa-reverse.animated.faa-slow{-webkit-animation:spin-reverse-ltr 2.25s linear infinite;animation:spin-reverse-ltr 2.25s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-spin.faa-reverse.faa-slow,[dir=rtl] .faa-spin.faa-reverse.animated-hover.faa-slow:hover,[dir=rtl] .faa-spin.faa-reverse.animated.faa-slow{-webkit-animation:spin-reverse-rtl 2.25s linear infinite;animation:spin-reverse-rtl 2.25s linear infinite}@-webkit-keyframes tada-ltr{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-8deg)}30%,50%,70%{transform:scale(1.3) rotate(8deg)}40%,60%{transform:scale(1.3) rotate(-8deg)}80%,to{transform:scale(1) rotate(0)}}@-webkit-keyframes tada-rtl{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(8deg)}30%,50%,70%{transform:scale(1.3) rotate(-8deg)}40%,60%{transform:scale(1.3) rotate(8deg)}80%,to{transform:scale(1) rotate(0)}}@keyframes tada-ltr{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-8deg)}30%,50%,70%{transform:scale(1.3) rotate(8deg)}40%,60%{transform:scale(1.3) rotate(-8deg)}80%,to{transform:scale(1) rotate(0)}}@keyframes tada-rtl{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(8deg)}30%,50%,70%{transform:scale(1.3) rotate(-8deg)}40%,60%{transform:scale(1.3) rotate(8deg)}80%,to{transform:scale(1) rotate(0)}}[dir=ltr] .faa-parent.animated-hover:hover>.faa-tada,[dir=ltr] .faa-tada.animated,[dir=ltr] .faa-tada.animated-hover:hover{-webkit-animation:tada-ltr 2s linear infinite;animation:tada-ltr 2s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-tada,[dir=rtl] .faa-tada.animated,[dir=rtl] .faa-tada.animated-hover:hover{-webkit-animation:tada-rtl 2s linear infinite;animation:tada-rtl 2s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-tada.faa-fast,[dir=ltr] .faa-tada.animated-hover.faa-fast:hover,[dir=ltr] .faa-tada.animated.faa-fast{-webkit-animation:tada-ltr 1s linear infinite;animation:tada-ltr 1s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-tada.faa-fast,[dir=rtl] .faa-tada.animated-hover.faa-fast:hover,[dir=rtl] .faa-tada.animated.faa-fast{-webkit-animation:tada-rtl 1s linear infinite;animation:tada-rtl 1s linear infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-tada.faa-slow,[dir=ltr] .faa-tada.animated-hover.faa-slow:hover,[dir=ltr] .faa-tada.animated.faa-slow{-webkit-animation:tada-ltr 3s linear infinite;animation:tada-ltr 3s linear infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-tada.faa-slow,[dir=rtl] .faa-tada.animated-hover.faa-slow:hover,[dir=rtl] .faa-tada.animated.faa-slow{-webkit-animation:tada-rtl 3s linear infinite;animation:tada-rtl 3s linear infinite}@-webkit-keyframes vertical{0%,8%,16%{transform:translateY(-3px)}4%,12%,20%{transform:translateY(3px)}22%,to{transform:translate(0)}}@keyframes vertical{0%,8%,16%{transform:translateY(-3px)}4%,12%,20%{transform:translateY(3px)}22%,to{transform:translate(0)}}[dir=ltr] .faa-parent.animated-hover:hover>.faa-vertical,[dir=ltr] .faa-vertical.animated,[dir=ltr] .faa-vertical.animated-hover:hover,[dir=rtl] .faa-parent.animated-hover:hover>.faa-vertical,[dir=rtl] .faa-vertical.animated,[dir=rtl] .faa-vertical.animated-hover:hover{-webkit-animation:vertical 2s ease infinite;animation:vertical 2s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-vertical.faa-fast,[dir=ltr] .faa-vertical.animated-hover.faa-fast:hover,[dir=ltr] .faa-vertical.animated.faa-fast,[dir=rtl] .faa-parent.animated-hover:hover>.faa-vertical.faa-fast,[dir=rtl] .faa-vertical.animated-hover.faa-fast:hover,[dir=rtl] .faa-vertical.animated.faa-fast{-webkit-animation:vertical 1s ease infinite;animation:vertical 1s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-vertical.faa-slow,[dir=ltr] .faa-vertical.animated-hover.faa-slow:hover,[dir=ltr] .faa-vertical.animated.faa-slow,[dir=rtl] .faa-parent.animated-hover:hover>.faa-vertical.faa-slow,[dir=rtl] .faa-vertical.animated-hover.faa-slow:hover,[dir=rtl] .faa-vertical.animated.faa-slow{-webkit-animation:vertical 3s ease infinite;animation:vertical 3s ease infinite}@-webkit-keyframes wrench-ltr{0%{transform:rotate(-12deg)}8%{transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{transform:rotate(-24deg)}75%,to{transform:rotate(0)}}@-webkit-keyframes wrench-rtl{0%{transform:rotate(12deg)}8%{transform:rotate(-12deg)}10%,28%,30%,48%,50%,68%{transform:rotate(-24deg)}18%,20%,38%,40%,58%,60%{transform:rotate(24deg)}75%,to{transform:rotate(0)}}@keyframes wrench-ltr{0%{transform:rotate(-12deg)}8%{transform:rotate(12deg)}10%,28%,30%,48%,50%,68%{transform:rotate(24deg)}18%,20%,38%,40%,58%,60%{transform:rotate(-24deg)}75%,to{transform:rotate(0)}}@keyframes wrench-rtl{0%{transform:rotate(12deg)}8%{transform:rotate(-12deg)}10%,28%,30%,48%,50%,68%{transform:rotate(-24deg)}18%,20%,38%,40%,58%,60%{transform:rotate(24deg)}75%,to{transform:rotate(0)}}.faa-parent.animated-hover:hover>.faa-wrench,.faa-wrench.animated,.faa-wrench.animated-hover:hover{transform-origin-z:initial}[dir=ltr] .faa-parent.animated-hover:hover>.faa-wrench,[dir=ltr] .faa-wrench.animated,[dir=ltr] .faa-wrench.animated-hover:hover{-webkit-animation:wrench-ltr 2.5s ease infinite;animation:wrench-ltr 2.5s ease infinite;transform-origin-x:90%;transform-origin-y:35%}[dir=rtl] .faa-parent.animated-hover:hover>.faa-wrench,[dir=rtl] .faa-wrench.animated,[dir=rtl] .faa-wrench.animated-hover:hover{-webkit-animation:wrench-rtl 2.5s ease infinite;animation:wrench-rtl 2.5s ease infinite;transform-origin-x:10%;transform-origin-y:65%}[dir=ltr] .faa-parent.animated-hover:hover>.faa-wrench.faa-fast,[dir=ltr] .faa-wrench.animated-hover.faa-fast:hover,[dir=ltr] .faa-wrench.animated.faa-fast{-webkit-animation:wrench-ltr 1.25s ease infinite;animation:wrench-ltr 1.25s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-wrench.faa-fast,[dir=rtl] .faa-wrench.animated-hover.faa-fast:hover,[dir=rtl] .faa-wrench.animated.faa-fast{-webkit-animation:wrench-rtl 1.25s ease infinite;animation:wrench-rtl 1.25s ease infinite}[dir=ltr] .faa-parent.animated-hover:hover>.faa-wrench.faa-slow,[dir=ltr] .faa-wrench.animated-hover.faa-slow:hover,[dir=ltr] .faa-wrench.animated.faa-slow{-webkit-animation:wrench-ltr 3.75s ease infinite;animation:wrench-ltr 3.75s ease infinite}[dir=rtl] .faa-parent.animated-hover:hover>.faa-wrench.faa-slow,[dir=rtl] .faa-wrench.animated-hover.faa-slow:hover,[dir=rtl] .faa-wrench.animated.faa-slow{-webkit-animation:wrench-rtl 3.75s ease infinite;animation:wrench-rtl 3.75s ease infinite}