.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}.animated.bounceIn,.animated.bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755, .05, .855, .06);transition-timing-function:cubic-bezier(.755, .05, .855, .06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-transition-timing-function:cubic-bezier(.755, .05, .855, .06);transition-timing-function:cubic-bezier(.755, .05, .855, .06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}@keyframes bounce{0%,20%,53%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%,43%{-webkit-transition-timing-function:cubic-bezier(.755, .05, .855, .06);transition-timing-function:cubic-bezier(.755, .05, .855, .06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-transition-timing-function:cubic-bezier(.755, .05, .855, .06);transition-timing-function:cubic-bezier(.755, .05, .855, .06);-webkit-transform:translate3d(0, -15px, 0);transform:translate3d(0, -15px, 0)}90%{-webkit-transform:translate3d(0, -4px, 0);transform:translate3d(0, -4px, 0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,100%{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes pulse{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}50%{-webkit-transform:scale3d(1.05, 1.05, 1.05);transform:scale3d(1.05, 1.05, 1.05)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes rubberBand{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}40%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes rubberBand{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}30%{-webkit-transform:scale3d(1.25, .75, 1);transform:scale3d(1.25, .75, 1)}40%{-webkit-transform:scale3d(.75, 1.25, 1);transform:scale3d(.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, .85, 1);transform:scale3d(1.15, .85, 1)}65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shake{0%,100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}@keyframes shake{0%,100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}}.shake{-webkit-animation-name:shake;animation-name:shake}@-webkit-keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}@keyframes swing{20%{-webkit-transform:rotate3d(0, 0, 1, 15deg);transform:rotate3d(0, 0, 1, 15deg)}40%{-webkit-transform:rotate3d(0, 0, 1, -10deg);transform:rotate3d(0, 0, 1, -10deg)}60%{-webkit-transform:rotate3d(0, 0, 1, 5deg);transform:rotate3d(0, 0, 1, 5deg)}80%{-webkit-transform:rotate3d(0, 0, 1, -5deg);transform:rotate3d(0, 0, 1, -5deg)}100%{-webkit-transform:rotate3d(0, 0, 1, 0deg);transform:rotate3d(0, 0, 1, 0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes tada{0%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}10%,20%{-webkit-transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);transform:scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);transform:scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)}100%{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}100%{-webkit-transform:none;transform:none}}@keyframes wobble{0%{-webkit-transform:none;transform:none}15%{-webkit-transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);transform:translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)}30%{-webkit-transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);transform:translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)}45%{-webkit-transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);transform:translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)}60%{-webkit-transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);transform:translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)}75%{-webkit-transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);transform:translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)}100%{-webkit-transform:none;transform:none}}.wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(.97, .97, .97);transform:scale3d(.97, .97, .97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(.97, .97, .97);transform:scale3d(.97, .97, .97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, -3000px, 0);transform:translate3d(0, -3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, 25px, 0);transform:translate3d(0, 25px, 0)}75%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}90%{-webkit-transform:translate3d(0, 5px, 0);transform:translate3d(0, 5px, 0)}100%{-webkit-transform:none;transform:none}}.bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(-3000px, 0, 0);transform:translate3d(-3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(25px, 0, 0);transform:translate3d(25px, 0, 0)}75%{-webkit-transform:translate3d(-10px, 0, 0);transform:translate3d(-10px, 0, 0)}90%{-webkit-transform:translate3d(5px, 0, 0);transform:translate3d(5px, 0, 0)}100%{-webkit-transform:none;transform:none}}.bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}100%{-webkit-transform:none;transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(3000px, 0, 0);transform:translate3d(3000px, 0, 0)}60%{opacity:1;-webkit-transform:translate3d(-25px, 0, 0);transform:translate3d(-25px, 0, 0)}75%{-webkit-transform:translate3d(10px, 0, 0);transform:translate3d(10px, 0, 0)}90%{-webkit-transform:translate3d(-5px, 0, 0);transform:translate3d(-5px, 0, 0)}100%{-webkit-transform:none;transform:none}}.bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes bounceInUp{0%,60%,75%,90%,100%{-webkit-transition-timing-function:cubic-bezier(.215, .61, .355, 1);transition-timing-function:cubic-bezier(.215, .61, .355, 1)}0%{opacity:0;-webkit-transform:translate3d(0, 3000px, 0);transform:translate3d(0, 3000px, 0)}60%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}75%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}90%{-webkit-transform:translate3d(0, -5px, 0);transform:translate3d(0, -5px, 0)}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9, .9, .9);transform:scale3d(.9, .9, .9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}100%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}}.bounceOut{-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0, 10px, 0);transform:translate3d(0, 10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, -20px, 0);transform:translate3d(0, -20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px, 0, 0);transform:translate3d(20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px, 0, 0);transform:translate3d(-20px, 0, 0)}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0, -10px, 0);transform:translate3d(0, -10px, 0)}40%,45%{opacity:1;-webkit-transform:translate3d(0, 20px, 0);transform:translate3d(0, 20px, 0)}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}100%{opacity:1;-webkit-transform:none;transform:none}}.fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, 2000px, 0);transform:translate3d(0, 2000px, 0)}}.fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(-2000px, 0, 0);transform:translate3d(-2000px, 0, 0)}}.fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(2000px, 0, 0);transform:translate3d(2000px, 0, 0)}}.fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(0, -2000px, 0);transform:translate3d(0, -2000px, 0)}}.fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95, .95, .95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -360deg);transform:perspective(400px) rotate3d(0, 1, 0, -360deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);transform:perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95, .95, .95);transform:perspective(400px) scale3d(.95, .95, .95);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 10deg);transform:perspective(400px) rotate3d(1, 0, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -5deg);transform:perspective(400px) rotate3d(1, 0, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, -20deg);transform:perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(1, 0, 0, 90deg);transform:perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.flipOutX{-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -15deg);transform:perspective(400px) rotate3d(0, 1, 0, -15deg);opacity:1}100%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);opacity:0}}.flipOutY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes lightSpeedIn{0%{-webkit-transform:translate3d(100%, 0, 0) skewX(-30deg);transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg);opacity:1}100%{-webkit-transform:none;transform:none;opacity:1}}.lightSpeedIn{-webkit-animation-name:lightSpeedIn;animation-name:lightSpeedIn;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOut{0%{opacity:1}100%{-webkit-transform:translate3d(100%, 0, 0) skewX(30deg);transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.lightSpeedOut{-webkit-animation-name:lightSpeedOut;animation-name:lightSpeedOut;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{0%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, -200deg);transform:rotate3d(0, 0, 1, -200deg);opacity:0}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}.rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -90deg);transform:rotate3d(0, 0, 1, -90deg);opacity:0}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:none;transform:none;opacity:1}}.rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight}@-webkit-keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}@keyframes rotateOut{0%{-webkit-transform-origin:center;transform-origin:center;opacity:1}100%{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0, 0, 1, 200deg);transform:rotate3d(0, 0, 1, 200deg);opacity:0}}.rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut}@-webkit-keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, 45deg);transform:rotate3d(0, 0, 1, 45deg);opacity:0}}.rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft}@-webkit-keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutDownRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight}@-webkit-keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{-webkit-transform-origin:left bottom;transform-origin:left bottom;opacity:1}100%{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:rotate3d(0, 0, 1, -45deg);transform:rotate3d(0, 0, 1, -45deg);opacity:0}}.rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft}@-webkit-keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}@keyframes rotateOutUpRight{0%{-webkit-transform-origin:right bottom;transform-origin:right bottom;opacity:1}100%{-webkit-transform-origin:right bottom;transform-origin:right bottom;-webkit-transform:rotate3d(0, 0, 1, 90deg);transform:rotate3d(0, 0, 1, 90deg);opacity:0}}.rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight}@-webkit-keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate3d(0, 0, 1, 80deg);transform:rotate3d(0, 0, 1, 80deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate3d(0, 0, 1, 60deg);transform:rotate3d(0, 0, 1, 60deg);-webkit-transform-origin:top left;transform-origin:top left;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}100%{-webkit-transform:translate3d(0, 700px, 0);transform:translate3d(0, 700px, 0);opacity:0}}.hinge{-webkit-animation-name:hinge;animation-name:hinge}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);transform:translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)}100%{opacity:1;-webkit-transform:none;transform:none}}.rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}@keyframes rollOut{0%{opacity:1}100%{opacity:0;-webkit-transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);transform:translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)}}.rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);transform:scale3d(.1, .1, .1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}60%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3, .3, .3);transform:scale3d(.3, .3, .3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px, 0, 0);transform:scale(.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}.zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0);transform:scale3d(.475, .475, .475) translate3d(-42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(.1) translate3d(2000px, 0, 0);transform:scale(.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}.zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);transform:scale3d(.475, .475, .475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(.55, .055, .675, .19);animation-timing-function:cubic-bezier(.55, .055, .675, .19)}100%{opacity:0;-webkit-transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);transform:scale3d(.1, .1, .1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(.175, .885, .32, 1);animation-timing-function:cubic-bezier(.175, .885, .32, 1)}}.zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0);visibility:visible}100%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(0, 100%, 0);transform:translate3d(0, 100%, 0)}}.slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0)}}.slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0)}}.slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}100%{visibility:hidden;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}}.slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@media (min-width:768px){#hamburger{display:none}}#hamburger{height:30px;width:30px;padding:0;box-sizing:border-box;overflow:hidden;-webkit-transition:.2s all;-moz-transition:.2s all;-o-transition:.2s all;transition:.2s all;border-radius:4px;cursor:pointer;position:absolute;right:0;margin:30px 20px 0 0}.hamburger-bar{width:100%;height:4px;margin-top:2px;background:#fff;margin-bottom:7px;border-radius:4px;-webkit-transition:.2s all;-moz-transition:.2s all;-o-transition:.2s all;transition:.2s all}#hamburger.active>.hamburger-bar:nth-child(1){transform-origin:left;transform:rotate(45deg);margin-left:4px;margin-top:3px}#hamburger.active>.hamburger-bar:nth-child(2){margin-left:-42px}#hamburger.active>.hamburger-bar:nth-child(3){transform-origin:left;transform:rotate(-45deg);margin-left:4px;margin-top:-1px}#ie{display:none}body{font-family:'Open Sans',sans-serif;overflow-x:hidden}body.no-scroll{overflow-y:hidden}#mobile-menu{position:fixed;padding-top:150px;top:0;bottom:0;left:0;right:0;background:rgba(0,0,0,0.85);z-index:-50;text-align:center;font-size:50px;text-transform:uppercase;font-weight:bold;opacity:0;transition:opacity .5s ease-in}#mobile-menu a{color:#fff}#mobile-menu p{margin-bottom:5px}#mobile-menu p.intro{color:#39b54a;font-size:20px}#mobile-menu.active{z-index:500;opacity:1;transition:opacity .5s ease-in}header{position:relative;z-index:600;border-bottom:1px solid #6a6a6a;-webkit-box-shadow:0 0 1px 0 #000;-moz-box-shadow:0 0 1px 0 #000;box-shadow:0 0 1px 0 #000;background:#353635;background:-moz-linear-gradient(top, #353635 0, #29292a 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #353635), color-stop(100%, #29292a));background:-webkit-linear-gradient(top, #353635 0, #29292a 100%);background:-o-linear-gradient(top, #353635 0, #29292a 100%);background:-ms-linear-gradient(top, #353635 0, #29292a 100%);background:linear-gradient(to bottom, #353635 0, #29292a 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#353635', endColorstr='#29292a', GradientType=0)}header .navbar{margin-bottom:0}header .navbar .dropdown{float:left;margin:22px 20px 0 0}@media (max-width:767px){header .navbar .dropdown{display:none}}header .navbar .dropdown button{width:220px;text-align:left;font-family:'Open Sans',sans-serif;font-size:18px;font-weight:bold;text-transform:uppercase;border:0;background:#fff;color:#414141}header .navbar .dropdown button:before{content:'Are you a:';position:absolute;left:-110px;top:10px;color:#39c670;font-size:14px;letter-spacing:.15em}header .navbar .dropdown button span{position:absolute;right:15px;top:15px;font-size:50px;color:#39c670;border-top:8px solid;border-right:8px solid transparent;border-left:8px solid transparent}header .navbar .dropdown .dropdown-menu{width:220px;border-top-right-radius:0;border-top-left-radius:0;margin-top:0;border:0;z-index:1000}header .navbar .dropdown .dropdown-menu li{position:relative;z-index:1000}header .navbar .dropdown .dropdown-menu a{font-family:'Open Sans',sans-serif;font-size:18px;font-weight:bold;text-transform:uppercase;padding:8px 12px;border-top:1px solid #e5e5e5;color:#b0b0b0;position:relative;z-index:1000}header .navbar .dropdown .dropdown-menu a:hover{color:#414141}header .navbar .dropdown.open button{border-bottom-left-radius:0;border-bottom-right-radius:0}header .navbar .btn-default:focus,header .navbar .btn-default:hover,header .navbar .open>.dropdown-toggle.btn-default{background:#fff}header .navbar .logo{margin:25px 0}@media (max-width:767px){header .navbar .logo{width:200px;height:auto;margin-top:35px}}@media (min-width:768px) and (max-width:991px){header .navbar .logo{margin-top:28px;width:240px;height:auto}}header .navbar li a{padding:25px 2px}header .navbar li a:active,header .navbar li a:focus{background:none}@media (max-width:767px){header .navbar li.social-header{display:none}}header a:hover{background:none !important}header a:hover path{fill:#fff}header path{fill:#7d8080}header svg{width:30px;height:30px}section{margin:auto;-webkit-box-shadow:0 0 80px 0 rgba(0,0,0,0.5);-moz-box-shadow:0 0 80px 0 rgba(0,0,0,0.5);box-shadow:0 0 80px 0 rgba(0,0,0,0.5);position:relative}@media (max-width:767px){section{width:auto}}@media (min-width:768px) and (max-width:991px){section{width:750px}}@media (min-width:992px) and (max-width:1199px){section{width:970px}}@media (min-width:1200px) and (max-width:1619px){section{width:1170px}}@media (min-width:1620px){section{width:1600px}}.hero{position:relative;padding:60px 0 0 0;background:url('../img/main-bg.jpg');background-size:140% 140%;background-position:50% 0}@media (max-width:767px){.hero{background-position:top center;background-size:cover;background-attachment:scroll;height:570px;padding:60px 10px 0 10px}}@media (min-width:768px) and (max-width:991px){.hero{background-position:top center;background-size:cover;background-attachment:scroll;height:1180px;padding:100px 0 0 0}}@media (min-width:992px) and (max-width:1199px){.hero{background-attachment:fixed;height:1180px}}@media (min-width:1200px) and (max-width:1619px){.hero{background-attachment:fixed;height:1280px}}@media (min-width:1620px){.hero{background-attachment:fixed;height:1380px}}.purple-text{color:#7a1aa7;font-weight:600}h1{color:#fff;text-align:center;font-weight:bold;text-transform:uppercase;margin-top:0}@media (max-width:767px){h1{font-size:26px}}@media (min-width:768px) and (max-width:991px){h1{font-size:60px}}h1 span{font-size:100px;display:block}@media (max-width:767px){h1 span{font-size:48px}}h2{font-size:72px;color:#7a1aa7;text-align:center;letter-spacing:.05em;margin-top:0}h3{letter-spacing:.03em;font-weight:600;color:#730fa3}@media (min-width:768px) and (max-width:991px){h3{font-size:25px}}@media (min-width:992px) and (max-width:1199px){h3{font-size:35px}}@media (min-width:1200px) and (max-width:1619px){h3{font-size:40px}}@media (min-width:1620px){h3{font-size:48px}}.btn-primary{background:#39c670;border-radius:0;text-transform:uppercase;font-size:16px;font-weight:bold;border:0;padding:15px 40px;margin:0 5px 15px 5px;position:relative;z-index:100}.btn-primary:hover,.btn-primary:active,.btn-primary:focus{background:#40e17f}@media (max-width:767px){.btn-primary{margin:0 auto 15px auto;width:300px;display:block;padding:15px 10px}}@media (min-width:768px) and (max-width:991px){.btn-primary{width:350px;margin:0 20% 15px 20%}}.main-cta{text-align:center;margin-top:40px}.main-sub{font-size:26px;color:#fff;text-align:center;letter-spacing:.07em;text-transform:uppercase}@media (max-width:768px){.main-sub{font-size:14px;padding:0 10px}}.card-hand{position:relative;float:right;margin-top:30px;z-index:15;width:130%;right:-35%;height:auto}@media (max-width:767px){.card-hand{top:-30px;right:-10px;width:95%}}@media (min-width:768px){.card-hand{width:95%;right:0}}@media (min-width:1620px){.card-hand{width:auto;height:auto}}.down-angle{position:absolute;width:0;height:0;border-style:solid;border-color:transparent transparent transparent #fff;z-index:2;border-width:200px 0 200px 750px;bottom:-300px}@media (max-width:767px){.down-angle{display:none}}@media (min-width:768px) and (max-width:991px){.down-angle{border-width:300px 0 300px 750px;bottom:-300px}}@media (min-width:992px) and (max-width:1199px){.down-angle{border-width:400px 0 400px 970px;bottom:-400px}}@media (min-width:1200px) and (max-width:1619px){.down-angle{border-width:400px 0 400px 1170px;bottom:-400px}}@media (min-width:1620px){.down-angle{border-width:600px 0 600px 1600px;bottom:-600px}}.question-1{position:absolute;z-index:20;margin:auto}@media (max-width:767px){.question-1{bottom:-480px;left:0;padding:0 10px;width:auto}}@media (min-width:768px) and (max-width:991px){.question-1{bottom:-120px;left:40px;width:480px}}@media (min-width:992px) and (max-width:1199px){.question-1{bottom:-150px;left:40px;width:690px}}@media (min-width:1200px) and (max-width:1619px){.question-1{bottom:-150px;left:100px;width:690px}}@media (min-width:1620px){.question-1{bottom:-150px;left:300px;width:690px}}.question-1 p{font-size:18px;width:80%;margin:20px 0}@media (max-width:767px){.question-1 p{width:100%}}@media (min-width:768px) and (max-width:991px){.question-1 p{font-size:16px}}.question-1 img{position:absolute}@media (max-width:767px){.question-1 img{position:relative;display:block;margin:auto;width:30%}}@media (min-width:768px) and (max-width:991px){.question-1 img{width:250px;height:auto;right:-200px;top:10px}}@media (min-width:992px) and (max-width:1199px){.question-1 img{width:300px;height:auto;right:-200px;top:20px}}@media (min-width:1200px) and (max-width:1619px){.question-1 img{width:320px;height:auto;right:-260px;top:0}}@media (min-width:1620px){.question-1 img{width:380px;height:auto;right:-300px;top:0}}@media (min-width:768px) and (max-width:991px){.question-1 .btn-primary{width:350px;margin:0}}.question-2{position:absolute;z-index:20;margin:auto;text-align:right}@media (max-width:767px){.question-2{bottom:60px;left:0;padding:0 10px;width:auto;text-align:left}}@media (min-width:768px) and (max-width:991px){.question-2{top:180px;right:50px;width:400px}}@media (min-width:992px) and (max-width:1199px){.question-2{top:280px;right:50px;width:610px}}@media (min-width:1200px) and (max-width:1619px){.question-2{top:250px;right:100px;width:710px}}@media (min-width:1620px){.question-2{top:450px;right:300px;width:710px}}.question-2 h3{color:#fff}.question-2 p{font-size:18px;color:#fff;margin:20px 0}.question-2 img{position:absolute;z-index:50}@media (max-width:767px){.question-2 img{display:none}}@media (min-width:768px) and (max-width:991px){.question-2 img{left:-300px;top:0;width:350px;height:auto}}@media (min-width:992px) and (max-width:1199px){.question-2 img{left:-350px;top:0;width:400px;height:auto}}@media (min-width:1200px) and (max-width:1619px){.question-2 img{top:20px;left:-350px;width:400px;height:auto}}@media (min-width:1620px){.question-2 img{left:-480px;top:-40px}}.question-3{position:relative;z-index:20;margin:0 auto 0 auto;text-align:right}@media (max-width:767px){.question-3{bottom:-530px;margin:0;left:0;padding:0 10px;width:auto;text-align:left}}@media (min-width:768px) and (max-width:991px){.question-3{right:-200px;width:250px}}@media (min-width:992px) and (max-width:1199px){.question-3{right:-220px;width:450px}}@media (min-width:1200px) and (max-width:1619px){.question-3{right:-260px;width:450px}}@media (min-width:1620px){.question-3{right:-260px;width:450px}}.question-3 p{font-size:18px;margin:20px 0;position:relative;z-index:50}@media (min-width:768px) and (max-width:991px){.question-3 p{font-size:16px !important}}.question-3 img{position:absolute;z-index:25}@media (max-width:767px){.question-3 img{display:none}}@media (min-width:768px) and (max-width:991px){.question-3 img{left:-400px;top:-100px;width:400px;height:auto}}@media (min-width:992px) and (max-width:1199px){.question-3 img{left:-430px;top:-100px;width:450px;height:auto}}@media (min-width:1200px) and (max-width:1619px){.question-3 img{left:-560px;top:-150px;width:550px;height:auto}}@media (min-width:1620px){.question-3 img{left:-760px;top:-270px}}.purple{position:relative;top:-10px;z-index:1;background:url('../img/purple-bg.jpg');background-size:140% 140%}@media (max-width:767px){.purple{background-position:top center;background-size:cover;background-attachment:scroll;background-size:100% 100%;height:350px;top:500px}}@media (min-width:768px) and (max-width:991px){.purple{background-position:top center;background-size:cover;background-attachment:scroll;height:600px}}@media (min-width:992px) and (max-width:1199px){.purple{background-attachment:fixed;height:800px}}@media (min-width:1200px) and (max-width:1619px){.purple{background-attachment:fixed;height:800px}}@media (min-width:1620px){.purple{background-attachment:fixed;height:1200px}}.purple .down-angle.first{bottom:-100px}@media (min-width:768px) and (max-width:991px){.purple .down-angle.first{bottom:300px}}@media (min-width:992px) and (max-width:1199px){.purple .down-angle.first{bottom:400px}}@media (min-width:1200px) and (max-width:1619px){.purple .down-angle.first{bottom:400px}}@media (min-width:1620px){.purple .down-angle.first{bottom:600px}}.terminals{position:relative;margin-bottom:-520px;z-index:10}.terminals p{font-size:20px}.terminal-1{position:relative;z-index:15;width:100%;background:url('../img/terminal-1.png') no-repeat}@media (max-width:767px){.terminal-1{background:none}}@media (min-width:768px) and (max-width:991px){.terminal-1{height:300px;background-position:center center;background-size:contain}}@media (min-width:992px) and (max-width:1199px){.terminal-1{height:300px;background-position:center center;background-size:contain}}@media (min-width:1200px) and (max-width:1619px){.terminal-1{height:400px;background-position:center center;background-size:contain}}@media (min-width:1620px){.terminal-1{height:562px}}.terminal-1 p{position:absolute}@media (max-width:767px){.terminal-1 p{top:550px;width:auto;left:0;padding:0 10px}}@media (min-width:768px) and (max-width:991px){.terminal-1 p{width:400px;bottom:130px;left:40px;font-size:15px}}@media (min-width:992px) and (max-width:1199px){.terminal-1 p{width:440px;bottom:130px;left:60px;font-size:15px}}@media (min-width:1200px) and (max-width:1619px){.terminal-1 p{width:440px;bottom:170px;left:60px}}@media (min-width:1620px){.terminal-1 p{width:340px;bottom:240px;left:350px}}.terminal-2{position:relative;z-index:10;width:100%;background:url('../img/terminal-2.png') no-repeat}@media (max-width:767px){.terminal-2{background:none}}@media (min-width:768px) and (max-width:991px){.terminal-2{height:300px;background-position:center center;background-size:contain;top:-135px}}@media (min-width:992px) and (max-width:1199px){.terminal-2{height:300px;background-position:center center;background-size:contain;top:-120px}}@media (min-width:1200px) and (max-width:1619px){.terminal-2{height:400px;background-position:center center;background-size:contain;top:-150px}}@media (min-width:1620px){.terminal-2{height:562px;top:-220px}}.terminal-2 p{position:absolute}@media (max-width:767px){.terminal-2 p{top:685px;width:auto;left:0;padding:0 10px}}@media (min-width:768px) and (max-width:991px){.terminal-2 p{width:300px;bottom:125px;right:40px;font-size:15px}}@media (min-width:992px) and (max-width:1199px){.terminal-2 p{width:420px;bottom:140px;right:60px;font-size:15px}}@media (min-width:1200px) and (max-width:1619px){.terminal-2 p{width:440px;bottom:170px;right:60px}}@media (min-width:1620px){.terminal-2 p{width:340px;bottom:280px;right:370px}}.terminal-3{position:relative;z-index:5;width:100%;background:url('../img/terminal-3.png') no-repeat}@media (max-width:767px){.terminal-3{background:none}}@media (min-width:768px) and (max-width:991px){.terminal-3{height:300px;background-position:center center;background-size:contain;top:-290px}}@media (min-width:992px) and (max-width:1199px){.terminal-3{height:300px;background-position:center center;background-size:contain;top:-260px}}@media (min-width:1200px) and (max-width:1619px){.terminal-3{height:400px;background-position:center center;background-size:contain;top:-335px}}@media (min-width:1620px){.terminal-3{height:562px;top:-470px}}.terminal-3 p{position:absolute}@media (max-width:767px){.terminal-3 p{top:815px;width:auto;left:0;padding:0 10px}}@media (min-width:768px) and (max-width:991px){.terminal-3 p{width:300px;bottom:120px;left:40px;font-size:15px}}@media (min-width:992px) and (max-width:1199px){.terminal-3 p{width:440px;bottom:115px;left:60px;font-size:15px}}@media (min-width:1200px) and (max-width:1619px){.terminal-3 p{width:440px;bottom:160px;left:60px}}@media (min-width:1620px){.terminal-3 p{width:340px;bottom:280px;left:350px}}.atm-usage{position:relative;z-index:20;margin:0 auto 40px auto;text-align:center}@media (max-width:767px){.atm-usage{bottom:-530px;margin:0;left:0;padding:0 10px;width:auto;text-align:left}}@media (max-width:767px){.atm-usage{width:100%;top:1450px}}@media (min-width:768px) and (max-width:991px){.atm-usage{width:100%;top:200px}}@media (min-width:992px) and (max-width:1199px){.atm-usage{top:250px;width:800px}}@media (min-width:1200px) and (max-width:1619px){.atm-usage{top:150px;width:1000px}}@media (min-width:1620px){.atm-usage{width:1250px}}.atm-usage p{font-size:18px;margin:20px 0;position:relative;z-index:50}@media (min-width:768px) and (max-width:991px){.atm-usage p{font-size:16px !important}}.atm-usage .atm-steps{text-align:center}.atm-usage .atm-steps p{font-size:15px;text-align:left}.atm-usage .atm-steps .atm-step{display:inline-block;max-width:447px;vertical-align:top}.atm-usage .atm-steps .atm-step:first-child{margin-right:20px}@media (min-width:992px) and (max-width:1199px){.atm-usage .atm-steps .atm-step{width:45%}}.atm-usage .atm-steps .atm-step img{max-width:100%}.atm-usage .atm-steps .atm-step ol{margin-left:0;padding-left:20px}.atm-usage .atm-steps .atm-step ol li{text-align:left;margin-bottom:15px;font-size:15px}footer{position:relative;z-index:20}@media (max-width:767px){footer{margin-top:1480px}footer h2{font-size:40px}}@media (min-width:768px) and (max-width:991px){footer{margin-top:200px}}@media (min-width:992px) and (max-width:1199px){footer{margin-top:270px}}@media (min-width:1200px) and (max-width:1619px){footer{margin-top:170px}}footer .footer-buttons{width:60%;margin:auto}@media (max-width:767px){footer .footer-buttons{margin:auto;width:100%}}footer .footer-buttons .btn-primary{margin-bottom:15px}footer .footer-sub{font-size:24px;color:#fff;text-align:center;letter-spacing:.03em;color:#212121;margin-bottom:50px}footer .legal{padding-bottom:15px;color:#fff}@media (max-width:991px){footer .legal{background:#7a1aa7;padding:30px;text-align:center}}@media (min-width:992px) and (max-width:1199px){footer .legal{margin-top:120px}}@media (min-width:1200px) and (max-width:1619px){footer .legal{margin-top:150px}}@media (min-width:1620px){footer .legal{margin-top:216px}}footer .legal a{color:#fff}footer .copy{font-size:11px;margin-bottom:0}@media (min-width:992px) and (max-width:1199px){footer .copy{width:45%}}@media (min-width:1200px) and (max-width:1619px){footer .copy{width:55%}}@media (min-width:1620px){footer .copy{width:70%}}footer .share{position:absolute;bottom:0}@media (max-width:991px){footer .share{display:none}}@media (min-width:992px) and (max-width:1199px){footer .share{right:280px}}@media (min-width:1200px) and (max-width:1619px){footer .share{right:260px}}@media (min-width:1620px){footer .share{right:180px}}footer .share a:hover{opacity:.5}footer .share path{fill:#fff}footer .share span{position:relative;top:-10px;left:-5px;font-size:10px;text-transform:uppercase}footer .purple-angle{position:absolute;width:0;height:0;border-style:solid;bottom:0;border-color:transparent transparent transparent #7a1aa7;z-index:-1}@media (max-width:991px){footer .purple-angle{display:none}}@media (min-width:992px) and (max-width:1199px){footer .purple-angle{border-width:200px 0 0 969px}}@media (min-width:1200px) and (max-width:1619px){footer .purple-angle{border-width:250px 0 0 1170px}}@media (min-width:1620px){footer .purple-angle{border-width:350px 0 0 1600px}}.modal .btn-primary{margin:10px 0 0 0}.modal button.close{color:#ccc;opacity:1;text-transform:uppercase;font-size:12px;text-shadow:none;line-height:0}.modal button.close span{color:#fff;font-size:35px;line-height:80%}.modal .modal-header{background:#7614a5}.modal .modal-header .modal-title{color:#fff;font-size:20px}.modal .panel{border:0;border-bottom:1px solid #ccc;border-radius:0;box-shadow:none}.modal .panel .panel-body{border-top:0 !important;padding-top:0}.modal .panel .panel-heading{background:none}.modal .panel .panel-heading .panel-title{font-weight:bold}.modal .panel .panel-heading .panel-title a{color:#7a1aa7}.merchant .modal-header{background:#0aab30}.issuer .modal-header{background:#f15e18}.issuer .dropdown button span{color:#1d97ea !important}.issuer .dropdown button:before{content:'Are you an:' !important;left:-125px !important;color:#1d97ea !important}.issuer h1{margin:auto}@media (min-width:768px) and (max-width:991px){.issuer h1{font-size:48px;width:80%}}@media (min-width:992px) and (max-width:1199px){.issuer h1{font-size:50px;width:70%}}@media (min-width:1200px) and (max-width:1619px){.issuer h1{font-size:50px;width:60%}}@media (min-width:1620px){.issuer h1{font-size:72px;width:60%}}.issuer h2{color:#f15e18}.issuer h3{color:#f15e18}.issuer .btn-primary{background:#1e9aed}.issuer .main-sub{margin:auto}@media (min-width:768px) and (max-width:991px){.issuer .main-sub{font-size:18px;width:80%}}@media (min-width:992px) and (max-width:1199px){.issuer .main-sub{font-size:18px;width:60%}}@media (min-width:1200px) and (max-width:1619px){.issuer .main-sub{font-size:20px;width:60%}}@media (min-width:1620px){.issuer .main-sub{width:60%}}.issuer .purple-text{color:#f15e18}@media (max-width:767px){.issuer .hero{height:400px}}@media (min-width:768px) and (max-width:991px){.issuer .hero{padding:50px 0 0 0;height:800px}}@media (min-width:992px) and (max-width:1199px){.issuer .hero{height:940px}}@media (min-width:1200px) and (max-width:1619px){.issuer .hero{height:1000px}}@media (min-width:1620px){.issuer .hero{height:1300px}}.issuer .hero .card-hand{margin-top:50px}.issuer .purple{background:url('../img/orange-bg.jpg') fixed;background-size:140% 140%}@media (max-width:767px){.issuer .purple{background-size:100% 100%;background-position:top center;background-size:cover;background-attachment:scroll;height:450px}}@media (min-width:768px) and (max-width:991px){.issuer .purple{background-position:top center;background-size:cover;background-attachment:scroll}}@media (min-width:992px) and (max-width:1199px){.issuer .purple{background-attachment:fixed}}@media (min-width:1200px) and (max-width:1619px){.issuer .purple{background-attachment:fixed}}@media (min-width:1620px){.issuer .purple{background-attachment:fixed}}.issuer .purple h3{color:#fff}@media (max-width:767px){.issuer .question-1{bottom:-440px}}@media (min-width:768px) and (max-width:991px){.issuer .question-1 p{font-size:14px}}.issuer .question-2{bottom:30px}@media (max-width:767px){.issuer .question-2{bottom:70px}}@media (max-width:600px){.issuer .question-2 p{font-size:15px}}@media (min-width:768px) and (max-width:991px){.issuer .question-2 p{font-size:14px}}@media (max-width:767px){.issuer .question-3{bottom:auto}}@media (min-width:768px) and (max-width:991px){.issuer .question-3 img{width:350px;top:-20px;left:-400px}}@media (min-width:992px) and (max-width:1199px){.issuer .question-3 img{width:300px;top:-20px;left:-400px}}@media (min-width:1200px) and (max-width:1619px){.issuer .question-3 img{width:400px;top:-100px;left:-500px}}@media (min-width:1620px){.issuer .question-3 img{width:500px;top:-100px;left:-600px}}@media (max-width:767px){.issuer .terminals{margin-top:550px}}.issuer .terminals .terminals-first{text-align:center}@media (max-width:767px){.issuer .terminals .terminals-first{width:80%;margin:0 auto 50px auto}}@media (min-width:768px) and (max-width:991px){.issuer .terminals .terminals-first{width:80%;margin:0 auto 50px auto}}@media (min-width:992px) and (max-width:1199px){.issuer .terminals .terminals-first{width:60%;margin:0 auto 50px auto}}@media (min-width:1200px) and (max-width:1619px){.issuer .terminals .terminals-first{width:60%;margin:0 auto 100px auto}}@media (min-width:1620px){.issuer .terminals .terminals-first{width:60%;margin:0 auto 100px auto}}@media (max-width:767px){.issuer .terminals .terminal-1 p{top:auto}}@media (max-width:767px){.issuer .terminals .terminal-2 p{top:160px}}@media (min-width:768px) and (max-width:991px){.issuer .terminals .terminal-2 p{bottom:130px;right:60px;width:350px}}@media (min-width:992px) and (max-width:1199px){.issuer .terminals .terminal-2 p{bottom:130px;right:120px}}@media (max-width:767px){.issuer .terminals .terminal-3 p{top:300px}}@media (min-width:768px) and (max-width:991px){.issuer .terminals .terminal-3 p{bottom:100px}}@media (min-width:1200px) and (max-width:1619px){.issuer .terminals .terminal-3 p{bottom:140px}}@media (max-width:767px){.issuer footer{margin-top:960px}}.issuer footer .question-4{position:relative;margin:auto;z-index:20}@media (max-width:767px){.issuer footer .question-4{padding:0 15px}}@media (min-width:768px) and (max-width:991px){.issuer footer .question-4{width:650px;margin-left:40px}}@media (min-width:992px) and (max-width:1199px){.issuer footer .question-4{width:750px;margin-left:60px}}@media (min-width:1200px) and (max-width:1619px){.issuer footer .question-4{width:650px;margin-left:150px}}@media (min-width:1620px){.issuer footer .question-4{width:960px}}.issuer footer .question-4 p{font-size:18px}@media (max-width:767px){.issuer footer .question-4 p{font-size:15px}}@media (min-width:768px) and (max-width:991px){.issuer footer .question-4 p{font-size:15px}}@media (min-width:1200px) and (max-width:1619px){.issuer footer .question-4 p{width:700px;margin:30px 0}}@media (min-width:1620px){.issuer footer .question-4 p{width:700px;margin:30px 0}}@media (min-width:768px) and (max-width:991px){.issuer footer .question-4 .btn-primary{margin-left:0 !important}}.issuer footer .final-triangle{position:relative;background:url('../img/final-bg.jpg') top fixed no-repeat;background-size:150% 150%;z-index:10}@media (max-width:767px){.issuer footer .final-triangle{height:360px;margin-top:0;margin-bottom:40px;top:0}}@media (min-width:768px) and (max-width:991px){.issuer footer .final-triangle{height:530px;margin-bottom:-100px;top:-100px}}@media (min-width:992px) and (max-width:1199px){.issuer footer .final-triangle{height:600px;margin-bottom:-100px;top:-100px}}@media (min-width:1200px) and (max-width:1619px){.issuer footer .final-triangle{height:960px;margin-bottom:-200px;top:-200px}}@media (min-width:1620px){.issuer footer .final-triangle{height:960px;margin-bottom:-200px;top:-200px}}.issuer footer .final-triangle:before{content:'';position:absolute;width:0;height:0;border-style:solid;border-color:transparent transparent transparent #fff}@media (max-width:767px){.issuer footer .final-triangle:before{display:none}}@media (min-width:768px) and (max-width:991px){.issuer footer .final-triangle:before{border-width:0 0 265px 750px}}@media (min-width:992px) and (max-width:1199px){.issuer footer .final-triangle:before{border-width:0 0 300px 970px}}@media (min-width:1200px) and (max-width:1619px){.issuer footer .final-triangle:before{border-width:0 0 480px 1170px}}@media (min-width:1620px){.issuer footer .final-triangle:before{border-width:0 0 480px 1600px}}.issuer footer .final-triangle:after{content:'';position:absolute;width:0;bottom:0;left:0;height:0;border-style:solid;border-color:transparent transparent transparent #fff}@media (max-width:767px){.issuer footer .final-triangle:after{display:none}}@media (min-width:768px) and (max-width:991px){.issuer footer .final-triangle:after{border-width:265px 0 0 750px}}@media (min-width:992px) and (max-width:1199px){.issuer footer .final-triangle:after{border-width:300px 0 0 970px}}@media (min-width:1200px) and (max-width:1619px){.issuer footer .final-triangle:after{border-width:480px 0 0 1170px}}@media (min-width:1620px){.issuer footer .final-triangle:after{border-width:480px 0 0 1600px}}.issuer footer .final-triangle .content{position:absolute;z-index:100;color:#fff;font-size:18px;right:0;text-align:right}@media (max-width:767px){.issuer footer .final-triangle .content{text-align:left;padding:20px 15px}}@media (min-width:768px) and (max-width:991px){.issuer footer .final-triangle .content{margin:140px 50px 0 0;width:500px}}@media (min-width:992px) and (max-width:1199px){.issuer footer .final-triangle .content{margin:180px 50px 0 0;width:600px}}@media (min-width:1200px) and (max-width:1619px){.issuer footer .final-triangle .content{margin:350px 150px 0 0;width:600px}}@media (min-width:1620px){.issuer footer .final-triangle .content{margin:350px 300px 0 0;width:600px}}.issuer footer .final-triangle .content h3{color:#fff}.issuer footer .final-triangle .content p{margin:30px 0}@media (min-width:768px) and (max-width:991px){.issuer footer .final-triangle .content p{font-size:15px;margin:15px 0}}.issuer footer .final-triangle .content .btn-primary{margin-right:0}@media (max-width:767px){.issuer footer .final-triangle .content .btn-primary{margin:0 auto 15px auto}}.issuer footer .purple-angle{border-color:transparent transparent transparent #f15e18}@media (max-width:991px){.issuer footer .legal{background:#f15d17}}.merchant .dropdown button span{color:#f8941d !important}.merchant .dropdown button:before{content:'Are you a:' !important;left:-120px !important;color:#f8941d !important}.merchant h1{margin:auto}@media (min-width:768px) and (max-width:991px){.merchant h1{font-size:48px;width:80%}}@media (min-width:992px) and (max-width:1199px){.merchant h1{font-size:50px;width:80%}}@media (min-width:1200px) and (max-width:1619px){.merchant h1{font-size:50px;width:70%}}@media (min-width:1620px){.merchant h1{font-size:72px;width:75%}}.merchant h2{color:#39b54a}.merchant h3{color:#39b54a}.merchant .btn-primary{background:#f8941d}.merchant .main-sub{margin:auto}@media (min-width:768px) and (max-width:991px){.merchant .main-sub{font-size:18px;width:90%}}@media (min-width:992px) and (max-width:1199px){.merchant .main-sub{font-size:18px;width:70%}}@media (min-width:1200px) and (max-width:1619px){.merchant .main-sub{font-size:20px;width:70%}}@media (min-width:1620px){.merchant .main-sub{width:60%}}.merchant .purple-text{color:#12ad3d}@media (max-width:767px){.merchant .hero{height:500px}}@media (min-width:768px) and (max-width:991px){.merchant .hero{padding:50px 0 0 0;height:800px}}@media (min-width:992px) and (max-width:1199px){.merchant .hero{height:940px}}@media (min-width:1200px) and (max-width:1619px){.merchant .hero{height:1000px}}@media (min-width:1620px){.merchant .hero{height:1300px}}.merchant .hero .card-hand{margin-top:50px}.merchant .purple{background:url('../img/green-bg.jpg') fixed;background-size:140% 140%}@media (max-width:767px){.merchant .purple{height:350px}}.merchant .purple h3{color:#fff}@media (max-width:767px){.merchant .question-1{bottom:-440px}}@media (min-width:768px) and (max-width:991px){.merchant .question-1{width:400px}}@media (min-width:992px) and (max-width:1199px){.merchant .question-1{width:590px}}@media (min-width:1200px) and (max-width:1619px){.merchant .question-1{width:650px}}@media (min-width:768px) and (max-width:991px){.merchant .question-1 p{font-size:14px}}.merchant .question-2{bottom:30px}@media (max-width:767px){.merchant .question-2{bottom:70px}}@media (min-width:1200px) and (max-width:1619px){.merchant .question-2{top:290px}}@media (min-width:1620px){.merchant .question-2{width:730px}}@media (max-width:600px){.merchant .question-2 p{font-size:15px}}@media (min-width:768px) and (max-width:991px){.merchant .question-2 p{font-size:14px}}@media (min-width:1620px){.merchant .question-2 p{padding-left:100px}}@media (min-width:1200px) and (max-width:1619px){.merchant .question-2 img{top:-20px}}@media (max-width:767px){.merchant .question-3{bottom:auto}}@media (min-width:768px) and (max-width:991px){.merchant .question-3 img{width:350px;top:-20px;left:-400px}}@media (min-width:992px) and (max-width:1199px){.merchant .question-3 img{width:300px;top:-20px;left:-400px}}@media (min-width:1200px) and (max-width:1619px){.merchant .question-3 img{width:400px;top:-100px;left:-500px}}@media (min-width:1620px){.merchant .question-3 img{width:500px;top:-100px;left:-600px}}@media (max-width:767px){.merchant .terminals{margin-top:550px}}.merchant .terminals .merchant-question{position:relative}@media (max-width:767px){.merchant .terminals .merchant-question{margin:0 0 50px 20px;width:auto}}@media (min-width:768px) and (max-width:991px){.merchant .terminals .merchant-question{margin:-100px 0 50px 50px;width:400px}}@media (min-width:992px) and (max-width:1199px){.merchant .terminals .merchant-question{margin:-100px 0 100px 50px;width:500px}}@media (min-width:1200px) and (max-width:1619px){.merchant .terminals .merchant-question{margin:-100px 0 100px 100px;width:550px}}@media (min-width:1620px){.merchant .terminals .merchant-question{margin:-100px 0 200px 300px;width:650px}}.merchant .terminals .merchant-question img{position:absolute}@media (max-width:767px){.merchant .terminals .merchant-question img{position:relative;float:right;width:120px;margin:10px 40px 10px 15px}}@media (min-width:768px) and (max-width:991px){.merchant .terminals .merchant-question img{right:-250px;top:100px;width:200px;height:auto}}@media (min-width:992px) and (max-width:1199px){.merchant .terminals .merchant-question img{right:-350px;top:50px;width:300px;height:auto}}@media (min-width:1200px) and (max-width:1619px){.merchant .terminals .merchant-question img{right:-350px;top:50px;width:300px;height:auto}}@media (min-width:1620px){.merchant .terminals .merchant-question img{right:-450px}}@media (min-width:992px){.merchant .terminals .merchant-question .btn-primary{margin-left:0}}.merchant .terminals .terminals-first{text-align:center}@media (max-width:767px){.merchant .terminals .terminals-first{width:80%;margin:0 auto 50px auto}}@media (min-width:768px) and (max-width:991px){.merchant .terminals .terminals-first{width:80%;margin:0 auto 50px auto}}@media (min-width:992px) and (max-width:1199px){.merchant .terminals .terminals-first{width:60%;margin:0 auto 50px auto}}@media (min-width:1200px) and (max-width:1619px){.merchant .terminals .terminals-first{width:60%;margin:0 auto 100px auto}}@media (min-width:1620px){.merchant .terminals .terminals-first{width:60%;margin:0 auto 100px auto}}@media (max-width:767px){.merchant .terminals .terminal-1 p{top:auto}}@media (max-width:767px){.merchant .terminals .terminal-2 p{top:160px}}@media (min-width:768px) and (max-width:991px){.merchant .terminals .terminal-2 p{bottom:130px;right:60px;width:350px}}@media (min-width:992px) and (max-width:1199px){.merchant .terminals .terminal-2 p{bottom:130px;right:120px}}@media (max-width:767px){.merchant .terminals .terminal-3 p{top:300px}}@media (min-width:768px) and (max-width:991px){.merchant .terminals .terminal-3 p{bottom:100px}}@media (min-width:1200px) and (max-width:1619px){.merchant .terminals .terminal-3 p{bottom:140px}}@media (max-width:767px){.merchant footer{margin-top:960px}}.merchant footer .question-4{position:relative;margin:auto;z-index:20}@media (max-width:767px){.merchant footer .question-4{padding:0 15px}}@media (min-width:768px) and (max-width:991px){.merchant footer .question-4{width:650px;margin-left:40px}}@media (min-width:992px) and (max-width:1199px){.merchant footer .question-4{width:750px;margin-left:60px}}@media (min-width:1200px) and (max-width:1619px){.merchant footer .question-4{width:650px;margin-left:150px}}@media (min-width:1620px){.merchant footer .question-4{width:960px}}.merchant footer .question-4 p{font-size:18px}@media (max-width:767px){.merchant footer .question-4 p{font-size:15px}}@media (min-width:768px) and (max-width:991px){.merchant footer .question-4 p{font-size:15px}}@media (min-width:1200px) and (max-width:1619px){.merchant footer .question-4 p{width:700px;margin:30px 0}}@media (min-width:1620px){.merchant footer .question-4 p{width:700px;margin:30px 0}}@media (min-width:768px) and (max-width:991px){.merchant footer .question-4 .btn-primary{margin-left:0 !important}}.merchant footer .final-triangle{position:relative;background:url('../img/final-bg-green.jpg') top fixed no-repeat;background-size:150% 150%;z-index:10}@media (max-width:767px){.merchant footer .final-triangle{height:300px;margin-top:0;margin-bottom:40px;top:0}}@media (min-width:768px) and (max-width:991px){.merchant footer .final-triangle{height:530px;margin-bottom:-100px;top:-100px}}@media (min-width:992px) and (max-width:1199px){.merchant footer .final-triangle{height:600px;margin-bottom:-100px;top:-100px}}@media (min-width:1200px) and (max-width:1619px){.merchant footer .final-triangle{height:960px;margin-bottom:-200px;top:-200px}}@media (min-width:1620px){.merchant footer .final-triangle{height:960px;margin-bottom:-200px;top:-200px}}.merchant footer .final-triangle:before{content:'';position:absolute;width:0;height:0;border-style:solid;border-color:transparent transparent transparent #fff}@media (max-width:767px){.merchant footer .final-triangle:before{display:none}}@media (min-width:768px) and (max-width:991px){.merchant footer .final-triangle:before{border-width:0 0 265px 750px}}@media (min-width:992px) and (max-width:1199px){.merchant footer .final-triangle:before{border-width:0 0 300px 970px}}@media (min-width:1200px) and (max-width:1619px){.merchant footer .final-triangle:before{border-width:0 0 480px 1170px}}@media (min-width:1620px){.merchant footer .final-triangle:before{border-width:0 0 480px 1600px}}.merchant footer .final-triangle:after{content:'';position:absolute;width:0;bottom:0;left:0;height:0;border-style:solid;border-color:transparent transparent transparent #fff}@media (max-width:767px){.merchant footer .final-triangle:after{display:none}}@media (min-width:768px) and (max-width:991px){.merchant footer .final-triangle:after{border-width:265px 0 0 750px}}@media (min-width:992px) and (max-width:1199px){.merchant footer .final-triangle:after{border-width:300px 0 0 970px}}@media (min-width:1200px) and (max-width:1619px){.merchant footer .final-triangle:after{border-width:480px 0 0 1170px}}@media (min-width:1620px){.merchant footer .final-triangle:after{border-width:480px 0 0 1600px}}.merchant footer .final-triangle .content{position:absolute;z-index:100;color:#fff;font-size:18px;right:0;text-align:right}@media (max-width:767px){.merchant footer .final-triangle .content{text-align:left;padding:20px 15px}}@media (min-width:768px) and (max-width:991px){.merchant footer .final-triangle .content{margin:170px 50px 0 0;width:500px}}@media (min-width:992px) and (max-width:1199px){.merchant footer .final-triangle .content{margin:180px 50px 0 0;width:600px}}@media (min-width:1200px) and (max-width:1619px){.merchant footer .final-triangle .content{margin:350px 150px 0 0;width:600px}}@media (min-width:1620px){.merchant footer .final-triangle .content{margin:350px 300px 0 0;width:600px}}.merchant footer .final-triangle .content h3{color:#fff}.merchant footer .final-triangle .content p{margin:30px 0}@media (min-width:768px) and (max-width:991px){.merchant footer .final-triangle .content p{font-size:15px;margin:15px 0}}.merchant footer .final-triangle .content .btn-primary{margin-right:0}@media (max-width:767px){.merchant footer .final-triangle .content .btn-primary{margin:0 auto 15px auto}}.merchant footer .purple-angle{border-color:transparent transparent transparent #0aab30}@media (max-width:991px){.merchant footer .legal{background:#0aab30}}.ie .hero{height:auto !important;padding-bottom:60px;background-image:url('../img/ie-bg.jpg');background-size:cover;background-position:center bottom;background-attachment:scroll}.ie .hero:after{content:'';position:absolute;left:0;right:0;bottom:0;height:80px;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100%, #fff));background:-webkit-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%);background:-o-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%);background:-ms-linear-gradient(top, rgba(255,255,255,0) 0, #fff 100%);background:linear-gradient(to bottom, rgba(255,255,255,0) 0, #fff 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)}.ie .hero h1{font-size:70px;text-align:left;text-transform:none}@media (max-width:992px){.ie .hero h1{font-size:50px}}.ie .hero .main-sub{text-align:left;text-transform:none;padding:0}.ie .hero .card-hand{width:45%;float:right}.ie .hero p{color:#fff}.ie .how{padding:60px 0}.ie .how h2{color:#1499ec;font-weight:bold;font-size:60px;letter-spacing:0}@media (max-width:992px){.ie .how h2{font-size:30px}}.ie .how p.second{text-align:center;color:#000}.ie .how .ie-steps{text-align:center;margin-top:40px}.ie .how .ie-steps .ie-step{display:inline-block;max-width:271px;vertical-align:top}.ie .how .ie-steps .ie-step p{margin-top:15px}.ie footer{background:url('../img/ie-footer.jpg');background-size:cover;padding:60px 0 0 0;margin-top:0 !important}.ie footer h2{color:#fff;font-weight:bold;font-size:60px;letter-spacing:0}@media (max-width:992px){.ie footer h2{font-size:30px}}.ie footer .downloads{border:2px solid #fff;text-align:center;text-transform:uppercase;background:#fff;margin-top:20px}.ie footer .downloads .heading{padding:10px 0;font-size:18px;color:#fff}.ie footer .downloads .consumer{background:#710aa3}.ie footer .downloads .merchant{background:#00ae2f}.ie footer .downloads .issuer{background:#f5772b}.ie footer .downloads a{display:block;padding:8px 2px;color:#464646}.ie footer .further{margin-top:40px;padding-top:40px;border-top:1px solid #fff;text-align:center;color:#fff}.ie footer .further a{color:#fff;font-weight:bold}.ie footer .copy{background:#fff;text-align:center;width:100%;margin-top:60px;padding:20px}.ie p{font-size:16px}