/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/[dir=ltr] .animated,[dir=rtl] .animated{animation-duration:1s;animation-fill-mode:both}[dir=ltr] .animated.hinge,[dir=rtl] .animated.hinge{animation-duration:2s}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-30px)}60%{transform:translateY(-15px)}}[dir=ltr] .bounce,[dir=rtl] .bounce{animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}[dir=ltr] .flash,[dir=rtl] .flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}[dir=ltr] .pulse,[dir=rtl] .pulse{animation-name:pulse}@keyframes shake-ltr{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-10px)}20%,40%,60%,80%{transform:translateX(10px)}}@keyframes shake-rtl{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(10px)}20%,40%,60%,80%{transform:translateX(-10px)}}[dir=ltr] .shake{animation-name:shake-ltr}[dir=rtl] .shake{animation-name:shake-rtl}@keyframes swing-ltr{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing-rtl{20%{transform:rotate(-15deg)}40%{transform:rotate(10deg)}60%{transform:rotate(-5deg)}80%{transform:rotate(5deg)}to{transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;-ms-transform-origin:top center}[dir] .swing{transform-origin:top center}[dir=ltr] .swing{animation-name:swing-ltr}[dir=rtl] .swing{animation-name:swing-rtl}@keyframes tada-ltr{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(3deg)}40%,60%,80%{transform:scale(1.1) rotate(-3deg)}to{transform:scale(1) rotate(0)}}@keyframes tada-rtl{0%{transform:scale(1)}10%,20%{transform:scale(.9) rotate(3deg)}30%,50%,70%,90%{transform:scale(1.1) rotate(-3deg)}40%,60%,80%{transform:scale(1.1) rotate(3deg)}to{transform:scale(1) rotate(0)}}[dir=ltr] .tada{animation-name:tada-ltr}[dir=rtl] .tada{animation-name:tada-rtl}@keyframes wobble-ltr{0%{transform:translateX(0)}15%{transform:translateX(-25%) rotate(-5deg)}30%{transform:translateX(20%) rotate(3deg)}45%{transform:translateX(-15%) rotate(-3deg)}60%{transform:translateX(10%) rotate(2deg)}75%{transform:translateX(-5%) rotate(-1deg)}to{transform:translateX(0)}}@keyframes wobble-rtl{0%{transform:translateX(0)}15%{transform:translateX(25%) rotate(5deg)}30%{transform:translateX(-20%) rotate(-3deg)}45%{transform:translateX(15%) rotate(3deg)}60%{transform:translateX(-10%) rotate(-2deg)}75%{transform:translateX(5%) rotate(1deg)}to{transform:translateX(0)}}[dir=ltr] .wobble{animation-name:wobble-ltr}[dir=rtl] .wobble{animation-name:wobble-rtl}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.05)}70%{transform:scale(.9)}to{transform:scale(1)}}[dir=ltr] .bounceIn,[dir=rtl] .bounceIn{animation-name:bounceIn}@keyframes bounceInDown{0%{opacity:0;transform:translateY(-2000px)}60%{opacity:1;transform:translateY(30px)}80%{transform:translateY(-10px)}to{transform:translateY(0)}}[dir=ltr] .bounceInDown,[dir=rtl] .bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft-ltr{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}@keyframes bounceInLeft-rtl{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}[dir=ltr] .bounceInLeft{animation-name:bounceInLeft-ltr}[dir=rtl] .bounceInLeft{animation-name:bounceInLeft-rtl}@keyframes bounceInRight-ltr{0%{opacity:0;transform:translateX(2000px)}60%{opacity:1;transform:translateX(-30px)}80%{transform:translateX(10px)}to{transform:translateX(0)}}@keyframes bounceInRight-rtl{0%{opacity:0;transform:translateX(-2000px)}60%{opacity:1;transform:translateX(30px)}80%{transform:translateX(-10px)}to{transform:translateX(0)}}[dir=ltr] .bounceInRight{animation-name:bounceInRight-ltr}[dir=rtl] .bounceInRight{animation-name:bounceInRight-rtl}@keyframes bounceInUp{0%{opacity:0;transform:translateY(2000px)}60%{opacity:1;transform:translateY(-30px)}80%{transform:translateY(10px)}to{transform:translateY(0)}}[dir=ltr] .bounceInUp,[dir=rtl] .bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{0%{transform:scale(1)}25%{transform:scale(.95)}50%{opacity:1;transform:scale(1.1)}to{opacity:0;transform:scale(.3)}}[dir=ltr] .bounceOut,[dir=rtl] .bounceOut{animation-name:bounceOut}@keyframes bounceOutDown{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}[dir=ltr] .bounceOutDown,[dir=rtl] .bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft-ltr{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}@keyframes bounceOutLeft-rtl{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}[dir=ltr] .bounceOutLeft{animation-name:bounceOutLeft-ltr}[dir=rtl] .bounceOutLeft{animation-name:bounceOutLeft-rtl}@keyframes bounceOutRight-ltr{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(-20px)}to{opacity:0;transform:translateX(2000px)}}@keyframes bounceOutRight-rtl{0%{transform:translateX(0)}20%{opacity:1;transform:translateX(20px)}to{opacity:0;transform:translateX(-2000px)}}[dir=ltr] .bounceOutRight{animation-name:bounceOutRight-ltr}[dir=rtl] .bounceOutRight{animation-name:bounceOutRight-rtl}@keyframes bounceOutUp{0%{transform:translateY(0)}20%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}[dir=ltr] .bounceOutUp,[dir=rtl] .bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}[dir=ltr] .fadeIn,[dir=rtl] .fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}[dir=ltr] .fadeInDown,[dir=rtl] .fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translateY(0)}}[dir=ltr] .fadeInDownBig,[dir=rtl] .fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft-ltr{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeft-rtl{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}[dir=ltr] .fadeInLeft{animation-name:fadeInLeft-ltr}[dir=rtl] .fadeInLeft{animation-name:fadeInLeft-rtl}@keyframes fadeInLeftBig-ltr{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInLeftBig-rtl{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}[dir=ltr] .fadeInLeftBig{animation-name:fadeInLeftBig-ltr}[dir=rtl] .fadeInLeftBig{animation-name:fadeInLeftBig-rtl}@keyframes fadeInRight-ltr{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight-rtl{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}[dir=ltr] .fadeInRight{animation-name:fadeInRight-ltr}[dir=rtl] .fadeInRight{animation-name:fadeInRight-rtl}@keyframes fadeInRightBig-ltr{0%{opacity:0;transform:translateX(2000px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRightBig-rtl{0%{opacity:0;transform:translateX(-2000px)}to{opacity:1;transform:translateX(0)}}[dir=ltr] .fadeInRightBig{animation-name:fadeInRightBig-ltr}[dir=rtl] .fadeInRightBig{animation-name:fadeInRightBig-rtl}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}[dir=ltr] .fadeInUp,[dir=rtl] .fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translateY(0)}}[dir=ltr] .fadeInUpBig,[dir=rtl] .fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}[dir=ltr] .fadeOut,[dir=rtl] .fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}[dir=ltr] .fadeOutDown,[dir=rtl] .fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(2000px)}}[dir=ltr] .fadeOutDownBig,[dir=rtl] .fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft-ltr{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}@keyframes fadeOutLeft-rtl{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}[dir=ltr] .fadeOutLeft{animation-name:fadeOutLeft-ltr}[dir=rtl] .fadeOutLeft{animation-name:fadeOutLeft-rtl}@keyframes fadeOutLeftBig-ltr{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes fadeOutLeftBig-rtl{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}[dir=ltr] .fadeOutLeftBig{animation-name:fadeOutLeftBig-ltr}[dir=rtl] .fadeOutLeftBig{animation-name:fadeOutLeftBig-rtl}@keyframes fadeOutRight-ltr{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(20px)}}@keyframes fadeOutRight-rtl{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-20px)}}[dir=ltr] .fadeOutRight{animation-name:fadeOutRight-ltr}[dir=rtl] .fadeOutRight{animation-name:fadeOutRight-rtl}@keyframes fadeOutRightBig-ltr{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes fadeOutRightBig-rtl{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}[dir=ltr] .fadeOutRightBig{animation-name:fadeOutRightBig-ltr}[dir=rtl] .fadeOutRightBig{animation-name:fadeOutRightBig-rtl}@keyframes fadeOutUp{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-20px)}}[dir=ltr] .fadeOutUp,[dir=rtl] .fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}[dir=ltr] .fadeOutUpBig,[dir=rtl] .fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes flip-ltr{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(1turn) scale(1);animation-timing-function:ease-in}}@keyframes flip-rtl{0%{transform:perspective(400px) translateZ(0) rotateY(0) scale(1);animation-timing-function:ease-out}40%{transform:perspective(400px) translateZ(150px) rotateY(-170deg) scale(1);animation-timing-function:ease-out}50%{transform:perspective(400px) translateZ(150px) rotateY(-190deg) scale(1);animation-timing-function:ease-in}80%{transform:perspective(400px) translateZ(0) rotateY(-1turn) scale(.95);animation-timing-function:ease-in}to{transform:perspective(400px) translateZ(0) rotateY(-1turn) scale(1);animation-timing-function:ease-in}}.animated.flip{backface-visibility:visible}[dir=ltr] .animated.flip{animation-name:flip-ltr}[dir=rtl] .animated.flip{animation-name:flip-rtl}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);opacity:0}40%{transform:perspective(400px) rotateX(-10deg)}70%{transform:perspective(400px) rotateX(10deg)}to{transform:perspective(400px) rotateX(0deg);opacity:1}}.flipInX{backface-visibility:visible!important}[dir=ltr] .flipInX,[dir=rtl] .flipInX{animation-name:flipInX}@keyframes flipInY-ltr{0%{transform:perspective(400px) rotateY(90deg);opacity:0}40%{transform:perspective(400px) rotateY(-10deg)}70%{transform:perspective(400px) rotateY(10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}@keyframes flipInY-rtl{0%{transform:perspective(400px) rotateY(-90deg);opacity:0}40%{transform:perspective(400px) rotateY(10deg)}70%{transform:perspective(400px) rotateY(-10deg)}to{transform:perspective(400px) rotateY(0deg);opacity:1}}.flipInY{backface-visibility:visible!important}[dir=ltr] .flipInY{animation-name:flipInY-ltr}[dir=rtl] .flipInY{animation-name:flipInY-rtl}@keyframes flipOutX{0%{transform:perspective(400px) rotateX(0deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.flipOutX{backface-visibility:visible!important}[dir=ltr] .flipOutX,[dir=rtl] .flipOutX{animation-name:flipOutX}@keyframes flipOutY-ltr{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY-rtl{0%{transform:perspective(400px) rotateY(0deg);opacity:1}to{transform:perspective(400px) rotateY(-90deg);opacity:0}}.flipOutY{backface-visibility:visible!important}[dir=ltr] .flipOutY{animation-name:flipOutY-ltr}[dir=rtl] .flipOutY{animation-name:flipOutY-rtl}@keyframes lightSpeedIn-ltr{0%{transform:translateX(100%) skewX(-30deg);opacity:0}60%{transform:translateX(-20%) skewX(30deg);opacity:1}80%{transform:translateX(0) skewX(-15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}@keyframes lightSpeedIn-rtl{0%{transform:translateX(-100%) skewX(30deg);opacity:0}60%{transform:translateX(20%) skewX(-30deg);opacity:1}80%{transform:translateX(0) skewX(15deg);opacity:1}to{transform:translateX(0) skewX(0deg);opacity:1}}[dir=ltr] .lightSpeedIn{animation-name:lightSpeedIn-ltr;animation-timing-function:ease-out}[dir=rtl] .lightSpeedIn{animation-name:lightSpeedIn-rtl;animation-timing-function:ease-out}@keyframes lightSpeedOut-ltr{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(100%) skewX(-30deg);opacity:0}}@keyframes lightSpeedOut-rtl{0%{transform:translateX(0) skewX(0deg);opacity:1}to{transform:translateX(-100%) skewX(30deg);opacity:0}}[dir=ltr] .lightSpeedOut{animation-name:lightSpeedOut-ltr;animation-timing-function:ease-in}[dir=rtl] .lightSpeedOut{animation-name:lightSpeedOut-rtl;animation-timing-function:ease-in}@keyframes rotateIn-ltr{0%{transform-origin:center center;transform:rotate(-200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}@keyframes rotateIn-rtl{0%{transform-origin:center center;transform:rotate(200deg);opacity:0}to{transform-origin:center center;transform:rotate(0);opacity:1}}[dir=ltr] .rotateIn{animation-name:rotateIn-ltr}[dir=rtl] .rotateIn{animation-name:rotateIn-rtl}@keyframes rotateInDownLeft-ltr{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownLeft-rtl{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}[dir=ltr] .rotateInDownLeft{animation-name:rotateInDownLeft-ltr}[dir=rtl] .rotateInDownLeft{animation-name:rotateInDownLeft-rtl}@keyframes rotateInDownRight-ltr{0%{transform-origin:right bottom;transform:rotate(90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInDownRight-rtl{0%{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}[dir=ltr] .rotateInDownRight{animation-name:rotateInDownRight-ltr}[dir=rtl] .rotateInDownRight{animation-name:rotateInDownRight-rtl}@keyframes rotateInUpLeft-ltr{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpLeft-rtl{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}[dir=ltr] .rotateInUpLeft{animation-name:rotateInUpLeft-ltr}[dir=rtl] .rotateInUpLeft{animation-name:rotateInUpLeft-rtl}@keyframes rotateInUpRight-ltr{0%{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}to{transform-origin:right bottom;transform:rotate(0);opacity:1}}@keyframes rotateInUpRight-rtl{0%{transform-origin:left bottom;transform:rotate(90deg);opacity:0}to{transform-origin:left bottom;transform:rotate(0);opacity:1}}[dir=ltr] .rotateInUpRight{animation-name:rotateInUpRight-ltr}[dir=rtl] .rotateInUpRight{animation-name:rotateInUpRight-rtl}@keyframes rotateOut-ltr{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(200deg);opacity:0}}@keyframes rotateOut-rtl{0%{transform-origin:center center;transform:rotate(0);opacity:1}to{transform-origin:center center;transform:rotate(-200deg);opacity:0}}[dir=ltr] .rotateOut{animation-name:rotateOut-ltr}[dir=rtl] .rotateOut{animation-name:rotateOut-rtl}@keyframes rotateOutDownLeft-ltr{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutDownLeft-rtl{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}[dir=ltr] .rotateOutDownLeft{animation-name:rotateOutDownLeft-ltr}[dir=rtl] .rotateOutDownLeft{animation-name:rotateOutDownLeft-rtl}@keyframes rotateOutDownRight-ltr{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutDownRight-rtl{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(90deg);opacity:0}}[dir=ltr] .rotateOutDownRight{animation-name:rotateOutDownRight-ltr}[dir=rtl] .rotateOutDownRight{animation-name:rotateOutDownRight-rtl}@keyframes rotateOutUpLeft-ltr{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}@keyframes rotateOutUpLeft-rtl{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}[dir=ltr] .rotateOutUpLeft{animation-name:rotateOutUpLeft-ltr}[dir=rtl] .rotateOutUpLeft{animation-name:rotateOutUpLeft-rtl}@keyframes rotateOutUpRight-ltr{0%{transform-origin:right bottom;transform:rotate(0);opacity:1}to{transform-origin:right bottom;transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight-rtl{0%{transform-origin:left bottom;transform:rotate(0);opacity:1}to{transform-origin:left bottom;transform:rotate(-90deg);opacity:0}}[dir=ltr] .rotateOutUpRight{animation-name:rotateOutUpRight-ltr}[dir=rtl] .rotateOutUpRight{animation-name:rotateOutUpRight-rtl}@keyframes slideInDown{0%{opacity:0;transform:translateY(-2000px)}to{transform:translateY(0)}}[dir=ltr] .slideInDown,[dir=rtl] .slideInDown{animation-name:slideInDown}@keyframes slideInLeft-ltr{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}@keyframes slideInLeft-rtl{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}[dir=ltr] .slideInLeft{animation-name:slideInLeft-ltr}[dir=rtl] .slideInLeft{animation-name:slideInLeft-rtl}@keyframes slideInRight-ltr{0%{opacity:0;transform:translateX(2000px)}to{transform:translateX(0)}}@keyframes slideInRight-rtl{0%{opacity:0;transform:translateX(-2000px)}to{transform:translateX(0)}}[dir=ltr] .slideInRight{animation-name:slideInRight-ltr}[dir=rtl] .slideInRight{animation-name:slideInRight-rtl}@keyframes slideOutLeft-ltr{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}@keyframes slideOutLeft-rtl{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}[dir=ltr] .slideOutLeft{animation-name:slideOutLeft-ltr}[dir=rtl] .slideOutLeft{animation-name:slideOutLeft-rtl}@keyframes slideOutRight-ltr{0%{transform:translateX(0)}to{opacity:0;transform:translateX(2000px)}}@keyframes slideOutRight-rtl{0%{transform:translateX(0)}to{opacity:0;transform:translateX(-2000px)}}[dir=ltr] .slideOutRight{animation-name:slideOutRight-ltr}[dir=rtl] .slideOutRight{animation-name:slideOutRight-rtl}@keyframes slideOutUp{0%{transform:translateY(0)}to{opacity:0;transform:translateY(-2000px)}}[dir=ltr] .slideOutUp,[dir=rtl] .slideOutUp{animation-name:slideOutUp}@keyframes hinge-ltr{0%{transform:rotate(0);transform-origin:top left;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);transform-origin:top left;animation-timing-function:ease-in-out}40%{transform:rotate(60deg);transform-origin:top left;animation-timing-function:ease-in-out}80%{transform:rotate(60deg) translateY(0);opacity:1;transform-origin:top left;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}@keyframes hinge-rtl{0%{transform:rotate(0);transform-origin:top right;animation-timing-function:ease-in-out}20%,60%{transform:rotate(-80deg);transform-origin:top right;animation-timing-function:ease-in-out}40%{transform:rotate(-60deg);transform-origin:top right;animation-timing-function:ease-in-out}80%{transform:rotate(-60deg) translateY(0);opacity:1;transform-origin:top right;animation-timing-function:ease-in-out}to{transform:translateY(700px);opacity:0}}[dir=ltr] .hinge{animation-name:hinge-ltr}[dir=rtl] .hinge{animation-name:hinge-rtl}@keyframes rollIn-ltr{0%{opacity:0;transform:translateX(-100%) rotate(-120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}@keyframes rollIn-rtl{0%{opacity:0;transform:translateX(100%) rotate(120deg)}to{opacity:1;transform:translateX(0) rotate(0deg)}}[dir=ltr] .rollIn{animation-name:rollIn-ltr}[dir=rtl] .rollIn{animation-name:rollIn-rtl}@keyframes rollOut-ltr{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(100%) rotate(120deg)}}@keyframes rollOut-rtl{0%{opacity:1;transform:translateX(0) rotate(0deg)}to{opacity:0;transform:translateX(-100%) rotate(-120deg)}}[dir=ltr] .rollOut{animation-name:rollOut-ltr}[dir=rtl] .rollOut{animation-name:rollOut-rtl}.progress-wrap{position:fixed;bottom:50px;height:46px;width:46px;display:block;z-index:99;opacity:0;visibility:hidden;transition:all .2s linear}[dir] .progress-wrap{cursor:pointer;border-radius:50px;box-shadow:inset 0 0 0 2px #007add;transform:translateY(15px);-webkit-transition:all .2s linear}[dir=ltr] .progress-wrap{right:50px}[dir=rtl] .progress-wrap{left:50px}.progress-wrap.active-progress{opacity:1;visibility:visible}[dir] .progress-wrap.active-progress{transform:translateY(0)}.progress-wrap:after{position:absolute;content:"";font-family:var(--bd-ff-fontawesome);line-height:46px;font-size:20px;color:#007add;top:0;height:46px;width:46px;display:block;z-index:1;transition:all .2s linear}[dir] .progress-wrap:after{text-align:center;cursor:pointer;-webkit-transition:all .2s linear}[dir=ltr] .progress-wrap:after{left:0}[dir=rtl] .progress-wrap:after{right:0}.progress-wrap svg path{fill:none}.progress-wrap svg.progress-circle path{stroke:#007add;stroke-width:4;box-sizing:border-box;transition:all .2s linear}[dir] .progress-wrap svg.progress-circle path{-webkit-transition:all .2s linear}