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

Copyright (c) 2015 Daniel Eden
*/@import url(https://fonts.googleapis.com/css?family=Crete+Round:400,400italic);@import url(https://fonts.googleapis.com/css?family=Pacifico);@import url("https://fonts.googleapis.com/css?family=Domine:400,700");@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%, 43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}40%, 43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);-webkit-transform:translate3d(0, -30px, 0);transform:translate3d(0, -30px, 0)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.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, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.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, 0.75, 1);transform:scale3d(1.25, 0.75, 1)}40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1)}50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1)}65%{-webkit-transform:scale3d(0.95, 1.05, 1);transform:scale3d(0.95, 1.05, 1)}75%{-webkit-transform:scale3d(1.05, 0.95, 1);transform:scale3d(1.05, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.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(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);transform:scale3d(0.9, 0.9, 0.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 jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39063deg) skewY(0.39063deg);transform:skewX(0.39063deg) skewY(0.39063deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}100%{-webkit-transform:none;transform:none}}@keyframes jello{11.1%{-webkit-transform:none;transform:none}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-0.78125deg) skewY(-0.78125deg);transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{-webkit-transform:skewX(0.39063deg) skewY(0.39063deg);transform:skewX(0.39063deg) skewY(0.39063deg)}88.8%{-webkit-transform:skewX(-0.19531deg) skewY(-0.19531deg);transform:skewX(-0.19531deg) skewY(-0.19531deg)}100%{-webkit-transform:none;transform:none}}.jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}100%{opacity:1;-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}}@keyframes bounceIn{0%, 20%, 40%, 60%, 80%, 100%{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.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(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.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(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.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(0.95, 0.95, 0.95);transform:perspective(400px) scale3d(0.95, 0.95, 0.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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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-animation-timing-function:ease-in;animation-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(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}100%{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}100%{opacity:0}}.zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.1) translate3d(-2000px, 0, 0);-webkit-transform-origin:left center;transform-origin:left center}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(-2000px, 0, 0);transform:scale(0.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(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.1) translate3d(2000px, 0, 0);-webkit-transform-origin:right center;transform-origin:right center}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}100%{opacity:0;-webkit-transform:scale(0.1) translate3d(2000px, 0, 0);transform:scale(0.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(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}100%{opacity:0;-webkit-transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.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}/*!
 *
 *  Project:  GLYPHICONS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */@font-face{font-family:'Glyphicons Regular';src:url("/fonts/glyphicons-regular.eot");src:url("/fonts/glyphicons-regular.eot?#iefix") format("embedded-opentype"),url("/fonts/glyphicons-regular.woff") format("woff"),url("/fonts/glyphicons-regular.ttf") format("truetype"),url("/fonts/glyphicons-regular.svg#glyphiconsregular") format("svg");font-weight:normal;font-style:normal}.glyphicons{display:inline-block;position:relative;padding-left:48px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.glyphicons:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.glyphicons.white:before{color:#fff}.glyphicons.glass:before{content:"\E001"}.glyphicons.leaf:before{content:"\E002"}.glyphicons.dog:before{content:"\1F415"}.glyphicons.user:before{content:"\E004"}.glyphicons.girl:before{content:"\1F467"}.glyphicons.car:before{content:"\E006"}.glyphicons.user_add:before{content:"\E007"}.glyphicons.user_remove:before{content:"\E008"}.glyphicons.film:before{content:"\E009"}.glyphicons.magic:before{content:"\E010"}.glyphicons.envelope:before{content:"\2709"}.glyphicons.camera:before{content:"\1F4F7"}.glyphicons.heart:before{content:"\E013"}.glyphicons.beach_umbrella:before{content:"\E014"}.glyphicons.train:before{content:"\1F686"}.glyphicons.print:before{content:"\E016"}.glyphicons.bin:before{content:"\E017"}.glyphicons.music:before{content:"\E018"}.glyphicons.note:before{content:"\E019"}.glyphicons.heart_empty:before{content:"\E020"}.glyphicons.home:before{content:"\E021"}.glyphicons.snowflake:before{content:"\2744"}.glyphicons.fire:before{content:"\1F525"}.glyphicons.magnet:before{content:"\E024"}.glyphicons.parents:before{content:"\E025"}.glyphicons.binoculars:before{content:"\E026"}.glyphicons.road:before{content:"\E027"}.glyphicons.search:before{content:"\E028"}.glyphicons.cars:before{content:"\E029"}.glyphicons.notes_2:before{content:"\E030"}.glyphicons.pencil:before{content:"\270F"}.glyphicons.bus:before{content:"\1F68C"}.glyphicons.wifi_alt:before{content:"\E033"}.glyphicons.luggage:before{content:"\E034"}.glyphicons.old_man:before{content:"\E035"}.glyphicons.woman:before{content:"\1F469"}.glyphicons.file:before{content:"\E037"}.glyphicons.coins:before{content:"\E038"}.glyphicons.airplane:before{content:"\2708"}.glyphicons.notes:before{content:"\E040"}.glyphicons.stats:before{content:"\E041"}.glyphicons.charts:before{content:"\E042"}.glyphicons.pie_chart:before{content:"\E043"}.glyphicons.group:before{content:"\E044"}.glyphicons.keys:before{content:"\E045"}.glyphicons.calendar:before{content:"\1F4C5"}.glyphicons.router:before{content:"\E047"}.glyphicons.camera_small:before{content:"\E048"}.glyphicons.dislikes:before{content:"\E049"}.glyphicons.star:before{content:"\E050"}.glyphicons.link:before{content:"\E051"}.glyphicons.eye_open:before{content:"\E052"}.glyphicons.eye_close:before{content:"\E053"}.glyphicons.alarm:before{content:"\E054"}.glyphicons.clock:before{content:"\E055"}.glyphicons.stopwatch:before{content:"\E056"}.glyphicons.projector:before{content:"\E057"}.glyphicons.history:before{content:"\E058"}.glyphicons.truck:before{content:"\E059"}.glyphicons.cargo:before{content:"\E060"}.glyphicons.compass:before{content:"\E061"}.glyphicons.keynote:before{content:"\E062"}.glyphicons.paperclip:before{content:"\1F4CE"}.glyphicons.power:before{content:"\E064"}.glyphicons.lightbulb:before{content:"\E065"}.glyphicons.tag:before{content:"\E066"}.glyphicons.tags:before{content:"\E067"}.glyphicons.cleaning:before{content:"\E068"}.glyphicons.ruller:before{content:"\E069"}.glyphicons.gift:before{content:"\E070"}.glyphicons.umbrella:before{content:"\2602"}.glyphicons.book:before{content:"\E072"}.glyphicons.bookmark:before{content:"\1F516"}.glyphicons.wifi:before{content:"\E074"}.glyphicons.cup:before{content:"\E075"}.glyphicons.stroller:before{content:"\E076"}.glyphicons.headphones:before{content:"\E077"}.glyphicons.headset:before{content:"\E078"}.glyphicons.warning_sign:before{content:"\E079"}.glyphicons.signal:before{content:"\E080"}.glyphicons.retweet:before{content:"\E081"}.glyphicons.refresh:before{content:"\E082"}.glyphicons.roundabout:before{content:"\E083"}.glyphicons.random:before{content:"\E084"}.glyphicons.heat:before{content:"\E085"}.glyphicons.repeat:before{content:"\E086"}.glyphicons.display:before{content:"\E087"}.glyphicons.log_book:before{content:"\E088"}.glyphicons.address_book:before{content:"\E089"}.glyphicons.building:before{content:"\E090"}.glyphicons.eyedropper:before{content:"\E091"}.glyphicons.adjust:before{content:"\E092"}.glyphicons.tint:before{content:"\E093"}.glyphicons.crop:before{content:"\E094"}.glyphicons.vector_path_square:before{content:"\E095"}.glyphicons.vector_path_circle:before{content:"\E096"}.glyphicons.vector_path_polygon:before{content:"\E097"}.glyphicons.vector_path_line:before{content:"\E098"}.glyphicons.vector_path_curve:before{content:"\E099"}.glyphicons.vector_path_all:before{content:"\E100"}.glyphicons.font:before{content:"\E101"}.glyphicons.italic:before{content:"\E102"}.glyphicons.bold:before{content:"\E103"}.glyphicons.text_underline:before{content:"\E104"}.glyphicons.text_strike:before{content:"\E105"}.glyphicons.text_height:before{content:"\E106"}.glyphicons.text_width:before{content:"\E107"}.glyphicons.text_resize:before{content:"\E108"}.glyphicons.left_indent:before{content:"\E109"}.glyphicons.right_indent:before{content:"\E110"}.glyphicons.align_left:before{content:"\E111"}.glyphicons.align_center:before{content:"\E112"}.glyphicons.align_right:before{content:"\E113"}.glyphicons.justify:before{content:"\E114"}.glyphicons.list:before{content:"\E115"}.glyphicons.text_smaller:before{content:"\E116"}.glyphicons.text_bigger:before{content:"\E117"}.glyphicons.embed:before{content:"\E118"}.glyphicons.embed_close:before{content:"\E119"}.glyphicons.table:before{content:"\E120"}.glyphicons.message_full:before{content:"\E121"}.glyphicons.message_empty:before{content:"\E122"}.glyphicons.message_in:before{content:"\E123"}.glyphicons.message_out:before{content:"\E124"}.glyphicons.message_plus:before{content:"\E125"}.glyphicons.message_minus:before{content:"\E126"}.glyphicons.message_ban:before{content:"\E127"}.glyphicons.message_flag:before{content:"\E128"}.glyphicons.message_lock:before{content:"\E129"}.glyphicons.message_new:before{content:"\E130"}.glyphicons.inbox:before{content:"\E131"}.glyphicons.inbox_plus:before{content:"\E132"}.glyphicons.inbox_minus:before{content:"\E133"}.glyphicons.inbox_lock:before{content:"\E134"}.glyphicons.inbox_in:before{content:"\E135"}.glyphicons.inbox_out:before{content:"\E136"}.glyphicons.cogwheel:before{content:"\E137"}.glyphicons.cogwheels:before{content:"\E138"}.glyphicons.picture:before{content:"\E139"}.glyphicons.adjust_alt:before{content:"\E140"}.glyphicons.database_lock:before{content:"\E141"}.glyphicons.database_plus:before{content:"\E142"}.glyphicons.database_minus:before{content:"\E143"}.glyphicons.database_ban:before{content:"\E144"}.glyphicons.folder_open:before{content:"\E145"}.glyphicons.folder_plus:before{content:"\E146"}.glyphicons.folder_minus:before{content:"\E147"}.glyphicons.folder_lock:before{content:"\E148"}.glyphicons.folder_flag:before{content:"\E149"}.glyphicons.folder_new:before{content:"\E150"}.glyphicons.edit:before{content:"\E151"}.glyphicons.new_window:before{content:"\E152"}.glyphicons.check:before{content:"\E153"}.glyphicons.unchecked:before{content:"\E154"}.glyphicons.more_windows:before{content:"\E155"}.glyphicons.show_big_thumbnails:before{content:"\E156"}.glyphicons.show_thumbnails:before{content:"\E157"}.glyphicons.show_thumbnails_with_lines:before{content:"\E158"}.glyphicons.show_lines:before{content:"\E159"}.glyphicons.playlist:before{content:"\E160"}.glyphicons.imac:before{content:"\E161"}.glyphicons.macbook:before{content:"\E162"}.glyphicons.ipad:before{content:"\E163"}.glyphicons.iphone:before{content:"\E164"}.glyphicons.iphone_transfer:before{content:"\E165"}.glyphicons.iphone_exchange:before{content:"\E166"}.glyphicons.ipod:before{content:"\E167"}.glyphicons.ipod_shuffle:before{content:"\E168"}.glyphicons.ear_plugs:before{content:"\E169"}.glyphicons.record:before{content:"\E170"}.glyphicons.step_backward:before{content:"\E171"}.glyphicons.fast_backward:before{content:"\E172"}.glyphicons.rewind:before{content:"\E173"}.glyphicons.play:before{content:"\E174"}.glyphicons.pause:before{content:"\E175"}.glyphicons.stop:before{content:"\E176"}.glyphicons.forward:before{content:"\E177"}.glyphicons.fast_forward:before{content:"\E178"}.glyphicons.step_forward:before{content:"\E179"}.glyphicons.eject:before{content:"\E180"}.glyphicons.facetime_video:before{content:"\E181"}.glyphicons.download_alt:before{content:"\E182"}.glyphicons.mute:before{content:"\E183"}.glyphicons.volume_down:before{content:"\E184"}.glyphicons.volume_up:before{content:"\E185"}.glyphicons.screenshot:before{content:"\E186"}.glyphicons.move:before{content:"\E187"}.glyphicons.more:before{content:"\E188"}.glyphicons.brightness_reduce:before{content:"\E189"}.glyphicons.brightness_increase:before{content:"\E190"}.glyphicons.circle_plus:before{content:"\E191"}.glyphicons.circle_minus:before{content:"\E192"}.glyphicons.circle_remove:before{content:"\E193"}.glyphicons.circle_ok:before{content:"\E194"}.glyphicons.circle_question_mark:before{content:"\E195"}.glyphicons.circle_info:before{content:"\E196"}.glyphicons.circle_exclamation_mark:before{content:"\E197"}.glyphicons.remove:before{content:"\E198"}.glyphicons.ok:before{content:"\E199"}.glyphicons.ban:before{content:"\E200"}.glyphicons.download:before{content:"\E201"}.glyphicons.upload:before{content:"\E202"}.glyphicons.shopping_cart:before{content:"\E203"}.glyphicons.lock:before{content:"\1F512"}.glyphicons.unlock:before{content:"\E205"}.glyphicons.electricity:before{content:"\E206"}.glyphicons.ok_2:before{content:"\E207"}.glyphicons.remove_2:before{content:"\E208"}.glyphicons.cart_out:before{content:"\E209"}.glyphicons.cart_in:before{content:"\E210"}.glyphicons.left_arrow:before{content:"\E211"}.glyphicons.right_arrow:before{content:"\E212"}.glyphicons.down_arrow:before{content:"\E213"}.glyphicons.up_arrow:before{content:"\E214"}.glyphicons.resize_small:before{content:"\E215"}.glyphicons.resize_full:before{content:"\E216"}.glyphicons.circle_arrow_left:before{content:"\E217"}.glyphicons.circle_arrow_right:before{content:"\E218"}.glyphicons.circle_arrow_top:before{content:"\E219"}.glyphicons.circle_arrow_down:before{content:"\E220"}.glyphicons.play_button:before{content:"\E221"}.glyphicons.unshare:before{content:"\E222"}.glyphicons.share:before{content:"\E223"}.glyphicons.chevron-right:before{content:"\E224"}.glyphicons.chevron-left:before{content:"\E225"}.glyphicons.bluetooth:before{content:"\E226"}.glyphicons.euro:before{content:"\20AC"}.glyphicons.usd:before{content:"\E228"}.glyphicons.gbp:before{content:"\E229"}.glyphicons.retweet_2:before{content:"\E230"}.glyphicons.moon:before{content:"\E231"}.glyphicons.sun:before{content:"\2609"}.glyphicons.cloud:before{content:"\2601"}.glyphicons.direction:before{content:"\E234"}.glyphicons.brush:before{content:"\E235"}.glyphicons.pen:before{content:"\E236"}.glyphicons.zoom_in:before{content:"\E237"}.glyphicons.zoom_out:before{content:"\E238"}.glyphicons.pin:before{content:"\E239"}.glyphicons.albums:before{content:"\E240"}.glyphicons.rotation_lock:before{content:"\E241"}.glyphicons.flash:before{content:"\E242"}.glyphicons.google_maps:before{content:"\E243"}.glyphicons.anchor:before{content:"\2693"}.glyphicons.conversation:before{content:"\E245"}.glyphicons.chat:before{content:"\E246"}.glyphicons.male:before{content:"\E247"}.glyphicons.female:before{content:"\E248"}.glyphicons.asterisk:before{content:"\002A"}.glyphicons.divide:before{content:"\00F7"}.glyphicons.snorkel_diving:before{content:"\E251"}.glyphicons.scuba_diving:before{content:"\E252"}.glyphicons.oxygen_bottle:before{content:"\E253"}.glyphicons.fins:before{content:"\E254"}.glyphicons.fishes:before{content:"\E255"}.glyphicons.boat:before{content:"\E256"}.glyphicons.delete:before{content:"\E257"}.glyphicons.sheriffs_star:before{content:"\E258"}.glyphicons.qrcode:before{content:"\E259"}.glyphicons.barcode:before{content:"\E260"}.glyphicons.pool:before{content:"\E261"}.glyphicons.buoy:before{content:"\E262"}.glyphicons.spade:before{content:"\E263"}.glyphicons.bank:before{content:"\1F3E6"}.glyphicons.vcard:before{content:"\E265"}.glyphicons.electrical_plug:before{content:"\E266"}.glyphicons.flag:before{content:"\E267"}.glyphicons.credit_card:before{content:"\E268"}.glyphicons.keyboard-wireless:before{content:"\E269"}.glyphicons.keyboard-wired:before{content:"\E270"}.glyphicons.shield:before{content:"\E271"}.glyphicons.ring:before{content:"\02DA"}.glyphicons.cake:before{content:"\E273"}.glyphicons.drink:before{content:"\E274"}.glyphicons.beer:before{content:"\E275"}.glyphicons.fast_food:before{content:"\E276"}.glyphicons.cutlery:before{content:"\E277"}.glyphicons.pizza:before{content:"\E278"}.glyphicons.birthday_cake:before{content:"\E279"}.glyphicons.tablet:before{content:"\E280"}.glyphicons.settings:before{content:"\E281"}.glyphicons.bullets:before{content:"\E282"}.glyphicons.cardio:before{content:"\E283"}.glyphicons.t-shirt:before{content:"\E284"}.glyphicons.pants:before{content:"\E285"}.glyphicons.sweater:before{content:"\E286"}.glyphicons.fabric:before{content:"\E287"}.glyphicons.leather:before{content:"\E288"}.glyphicons.scissors:before{content:"\E289"}.glyphicons.bomb:before{content:"\1F4A3"}.glyphicons.skull:before{content:"\1F480"}.glyphicons.celebration:before{content:"\E292"}.glyphicons.tea_kettle:before{content:"\E293"}.glyphicons.french_press:before{content:"\E294"}.glyphicons.coffe_cup:before{content:"\E295"}.glyphicons.pot:before{content:"\E296"}.glyphicons.grater:before{content:"\E297"}.glyphicons.kettle:before{content:"\E298"}.glyphicons.hospital:before{content:"\1F3E5"}.glyphicons.hospital_h:before{content:"\E300"}.glyphicons.microphone:before{content:"\1F3A4"}.glyphicons.webcam:before{content:"\E302"}.glyphicons.temple_christianity_church:before{content:"\E303"}.glyphicons.temple_islam:before{content:"\E304"}.glyphicons.temple_hindu:before{content:"\E305"}.glyphicons.temple_buddhist:before{content:"\E306"}.glyphicons.bicycle:before{content:"\1F6B2"}.glyphicons.life_preserver:before{content:"\E308"}.glyphicons.share_alt:before{content:"\E309"}.glyphicons.comments:before{content:"\E310"}.glyphicons.flower:before{content:"\2698"}.glyphicons.baseball:before{content:"\26BE"}.glyphicons.rugby:before{content:"\E313"}.glyphicons.ax:before{content:"\E314"}.glyphicons.table_tennis:before{content:"\E315"}.glyphicons.bowling:before{content:"\1F3B3"}.glyphicons.tree_conifer:before{content:"\E317"}.glyphicons.tree_deciduous:before{content:"\E318"}.glyphicons.more_items:before{content:"\E319"}.glyphicons.sort:before{content:"\E320"}.glyphicons.filter:before{content:"\E321"}.glyphicons.gamepad:before{content:"\E322"}.glyphicons.playing_dices:before{content:"\E323"}.glyphicons.calculator:before{content:"\E324"}.glyphicons.tie:before{content:"\E325"}.glyphicons.wallet:before{content:"\E326"}.glyphicons.piano:before{content:"\E327"}.glyphicons.sampler:before{content:"\E328"}.glyphicons.podium:before{content:"\E329"}.glyphicons.soccer_ball:before{content:"\E330"}.glyphicons.blog:before{content:"\E331"}.glyphicons.dashboard:before{content:"\E332"}.glyphicons.certificate:before{content:"\E333"}.glyphicons.bell:before{content:"\1F514"}.glyphicons.candle:before{content:"\E335"}.glyphicons.pushpin:before{content:"\1F4CC"}.glyphicons.iphone_shake:before{content:"\E337"}.glyphicons.pin_flag:before{content:"\E338"}.glyphicons.turtle:before{content:"\1F422"}.glyphicons.rabbit:before{content:"\1F407"}.glyphicons.globe:before{content:"\E341"}.glyphicons.briefcase:before{content:"\1F4BC"}.glyphicons.hdd:before{content:"\E343"}.glyphicons.thumbs_up:before{content:"\E344"}.glyphicons.thumbs_down:before{content:"\E345"}.glyphicons.hand_right:before{content:"\E346"}.glyphicons.hand_left:before{content:"\E347"}.glyphicons.hand_up:before{content:"\E348"}.glyphicons.hand_down:before{content:"\E349"}.glyphicons.fullscreen:before{content:"\E350"}.glyphicons.shopping_bag:before{content:"\E351"}.glyphicons.book_open:before{content:"\E352"}.glyphicons.nameplate:before{content:"\E353"}.glyphicons.nameplate_alt:before{content:"\E354"}.glyphicons.vases:before{content:"\E355"}.glyphicons.bullhorn:before{content:"\E356"}.glyphicons.dumbbell:before{content:"\E357"}.glyphicons.suitcase:before{content:"\E358"}.glyphicons.file_import:before{content:"\E359"}.glyphicons.file_export:before{content:"\E360"}.glyphicons.bug:before{content:"\1F41B"}.glyphicons.crown:before{content:"\1F451"}.glyphicons.smoking:before{content:"\E363"}.glyphicons.cloud-upload:before{content:"\E364"}.glyphicons.cloud-download:before{content:"\E365"}.glyphicons.restart:before{content:"\E366"}.glyphicons.security_camera:before{content:"\E367"}.glyphicons.expand:before{content:"\E368"}.glyphicons.collapse:before{content:"\E369"}.glyphicons.collapse_top:before{content:"\E370"}.glyphicons.globe_af:before{content:"\E371"}.glyphicons.global:before{content:"\E372"}.glyphicons.spray:before{content:"\E373"}.glyphicons.nails:before{content:"\E374"}.glyphicons.claw_hammer:before{content:"\E375"}.glyphicons.classic_hammer:before{content:"\E376"}.glyphicons.hand_saw:before{content:"\E377"}.glyphicons.riflescope:before{content:"\E378"}.glyphicons.electrical_socket_eu:before{content:"\E379"}.glyphicons.electrical_socket_us:before{content:"\E380"}.glyphicons.message_forward:before{content:"\E381"}.glyphicons.coat_hanger:before{content:"\E382"}.glyphicons.dress:before{content:"\1F457"}.glyphicons.bathrobe:before{content:"\E384"}.glyphicons.shirt:before{content:"\E385"}.glyphicons.underwear:before{content:"\E386"}.glyphicons.log_in:before{content:"\E387"}.glyphicons.log_out:before{content:"\E388"}.glyphicons.exit:before{content:"\E389"}.glyphicons.new_window_alt:before{content:"\E390"}.glyphicons.video_sd:before{content:"\E391"}.glyphicons.video_hd:before{content:"\E392"}.glyphicons.subtitles:before{content:"\E393"}.glyphicons.sound_stereo:before{content:"\E394"}.glyphicons.sound_dolby:before{content:"\E395"}.glyphicons.sound_5_1:before{content:"\E396"}.glyphicons.sound_6_1:before{content:"\E397"}.glyphicons.sound_7_1:before{content:"\E398"}.glyphicons.copyright_mark:before{content:"\E399"}.glyphicons.registration_mark:before{content:"\E400"}.glyphicons.radar:before{content:"\E401"}.glyphicons.skateboard:before{content:"\E402"}.glyphicons.golf_course:before{content:"\E403"}.glyphicons.sorting:before{content:"\E404"}.glyphicons.sort-by-alphabet:before{content:"\E405"}.glyphicons.sort-by-alphabet-alt:before{content:"\E406"}.glyphicons.sort-by-order:before{content:"\E407"}.glyphicons.sort-by-order-alt:before{content:"\E408"}.glyphicons.sort-by-attributes:before{content:"\E409"}.glyphicons.sort-by-attributes-alt:before{content:"\E410"}.glyphicons.compressed:before{content:"\E411"}.glyphicons.package:before{content:"\1F4E6"}.glyphicons.cloud_plus:before{content:"\E413"}.glyphicons.cloud_minus:before{content:"\E414"}.glyphicons.disk_save:before{content:"\E415"}.glyphicons.disk_open:before{content:"\E416"}.glyphicons.disk_saved:before{content:"\E417"}.glyphicons.disk_remove:before{content:"\E418"}.glyphicons.disk_import:before{content:"\E419"}.glyphicons.disk_export:before{content:"\E420"}.glyphicons.tower:before{content:"\E421"}.glyphicons.send:before{content:"\E422"}.glyphicons.git_branch:before{content:"\E423"}.glyphicons.git_create:before{content:"\E424"}.glyphicons.git_private:before{content:"\E425"}.glyphicons.git_delete:before{content:"\E426"}.glyphicons.git_merge:before{content:"\E427"}.glyphicons.git_pull_request:before{content:"\E428"}.glyphicons.git_compare:before{content:"\E429"}.glyphicons.git_commit:before{content:"\E430"}.glyphicons.construction_cone:before{content:"\E431"}.glyphicons.shoe_steps:before{content:"\E432"}.glyphicons.plus:before{content:"\002B"}.glyphicons.minus:before{content:"\2212"}.glyphicons.redo:before{content:"\E435"}.glyphicons.undo:before{content:"\E436"}.glyphicons.golf:before{content:"\E437"}.glyphicons.hockey:before{content:"\E438"}.glyphicons.pipe:before{content:"\E439"}.glyphicons.wrench:before{content:"\1F527"}.glyphicons.folder_closed:before{content:"\E441"}.glyphicons.phone_alt:before{content:"\E442"}.glyphicons.earphone:before{content:"\E443"}.glyphicons.floppy_disk:before{content:"\E444"}.glyphicons.floppy_saved:before{content:"\E445"}.glyphicons.floppy_remove:before{content:"\E446"}.glyphicons.floppy_save:before{content:"\E447"}.glyphicons.floppy_open:before{content:"\E448"}.glyphicons.translate:before{content:"\E449"}.glyphicons.fax:before{content:"\E450"}.glyphicons.factory:before{content:"\1F3ED"}.glyphicons.shop_window:before{content:"\E452"}.glyphicons.shop:before{content:"\E453"}.glyphicons.kiosk:before{content:"\E454"}.glyphicons.kiosk_wheels:before{content:"\E455"}.glyphicons.kiosk_light:before{content:"\E456"}.glyphicons.kiosk_food:before{content:"\E457"}.glyphicons.transfer:before{content:"\E458"}.glyphicons.money:before{content:"\E459"}.glyphicons.header:before{content:"\E460"}.glyphicons.blacksmith:before{content:"\E461"}.glyphicons.saw_blade:before{content:"\E462"}.glyphicons.basketball:before{content:"\E463"}.glyphicons.server:before{content:"\E464"}.glyphicons.server_plus:before{content:"\E465"}.glyphicons.server_minus:before{content:"\E466"}.glyphicons.server_ban:before{content:"\E467"}.glyphicons.server_flag:before{content:"\E468"}.glyphicons.server_lock:before{content:"\E469"}.glyphicons.server_new:before{content:"\E470"}.glyphicons-icon{display:inline-block;width:48px;height:48px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(/assets/glyphicons.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.glyphicons-icon _:-o-prefocus,.glyphicons-icon{background-image:url(/assets/glyphicons.png)}.no-inlinesvg .glyphicons-icon{background-image:url(/assets/glyphicons.png)}.glyphicons-icon.white{background-image:url(/assets/glyphicons-white.svg)}.glyphicons-icon.white _:-o-prefocus,.glyphicons-icon.white{background-image:url(/assets/glyphicons-white.png)}.no-inlinesvg .glyphicons-icon.white{background-image:url(/assets/glyphicons-white.png)}.glyphicons-icon.glass{background-position:4px 11px}.glyphicons-icon.leaf{background-position:-44px 11px}.glyphicons-icon.dog{background-position:-92px 11px}.glyphicons-icon.user{background-position:-140px 11px}.glyphicons-icon.girl{background-position:-188px 11px}.glyphicons-icon.car{background-position:-236px 11px}.glyphicons-icon.user_add{background-position:-284px 11px}.glyphicons-icon.user_remove{background-position:-332px 11px}.glyphicons-icon.film{background-position:-380px 11px}.glyphicons-icon.magic{background-position:-428px 11px}.glyphicons-icon.envelope{background-position:4px -37px}.glyphicons-icon.camera{background-position:-44px -37px}.glyphicons-icon.heart{background-position:-92px -37px}.glyphicons-icon.beach_umbrella{background-position:-140px -37px}.glyphicons-icon.train{background-position:-188px -37px}.glyphicons-icon.print{background-position:-236px -37px}.glyphicons-icon.bin{background-position:-284px -37px}.glyphicons-icon.music{background-position:-332px -37px}.glyphicons-icon.note{background-position:-380px -37px}.glyphicons-icon.heart_empty{background-position:-428px -37px}.glyphicons-icon.home{background-position:4px -85px}.glyphicons-icon.snowflake{background-position:-44px -85px}.glyphicons-icon.fire{background-position:-92px -85px}.glyphicons-icon.magnet{background-position:-140px -85px}.glyphicons-icon.parents{background-position:-188px -85px}.glyphicons-icon.binoculars{background-position:-236px -85px}.glyphicons-icon.road{background-position:-284px -85px}.glyphicons-icon.search{background-position:-332px -85px}.glyphicons-icon.cars{background-position:-380px -85px}.glyphicons-icon.notes_2{background-position:-428px -85px}.glyphicons-icon.pencil{background-position:4px -133px}.glyphicons-icon.bus{background-position:-44px -133px}.glyphicons-icon.wifi_alt{background-position:-92px -133px}.glyphicons-icon.luggage{background-position:-140px -133px}.glyphicons-icon.old_man{background-position:-188px -133px}.glyphicons-icon.woman{background-position:-236px -133px}.glyphicons-icon.file{background-position:-284px -133px}.glyphicons-icon.coins{background-position:-332px -133px}.glyphicons-icon.airplane{background-position:-380px -133px}.glyphicons-icon.notes{background-position:-428px -133px}.glyphicons-icon.stats{background-position:4px -181px}.glyphicons-icon.charts{background-position:-44px -181px}.glyphicons-icon.pie_chart{background-position:-92px -181px}.glyphicons-icon.group{background-position:-140px -181px}.glyphicons-icon.keys{background-position:-188px -181px}.glyphicons-icon.calendar{background-position:-236px -181px}.glyphicons-icon.router{background-position:-284px -181px}.glyphicons-icon.camera_small{background-position:-332px -181px}.glyphicons-icon.dislikes{background-position:-380px -181px}.glyphicons-icon.star{background-position:-428px -181px}.glyphicons-icon.link{background-position:4px -229px}.glyphicons-icon.eye_open{background-position:-44px -229px}.glyphicons-icon.eye_close{background-position:-92px -229px}.glyphicons-icon.alarm{background-position:-140px -229px}.glyphicons-icon.clock{background-position:-188px -229px}.glyphicons-icon.stopwatch{background-position:-236px -229px}.glyphicons-icon.projector{background-position:-284px -229px}.glyphicons-icon.history{background-position:-332px -229px}.glyphicons-icon.truck{background-position:-380px -229px}.glyphicons-icon.cargo{background-position:-428px -229px}.glyphicons-icon.compass{background-position:4px -277px}.glyphicons-icon.keynote{background-position:-44px -277px}.glyphicons-icon.paperclip{background-position:-92px -277px}.glyphicons-icon.power{background-position:-140px -277px}.glyphicons-icon.lightbulb{background-position:-188px -277px}.glyphicons-icon.tag{background-position:-236px -277px}.glyphicons-icon.tags{background-position:-284px -277px}.glyphicons-icon.cleaning{background-position:-332px -277px}.glyphicons-icon.ruller{background-position:-380px -277px}.glyphicons-icon.gift{background-position:-428px -277px}.glyphicons-icon.umbrella{background-position:4px -325px}.glyphicons-icon.book{background-position:-44px -325px}.glyphicons-icon.bookmark{background-position:-92px -325px}.glyphicons-icon.wifi{background-position:-140px -325px}.glyphicons-icon.cup{background-position:-188px -325px}.glyphicons-icon.stroller{background-position:-236px -325px}.glyphicons-icon.headphones{background-position:-284px -325px}.glyphicons-icon.headset{background-position:-332px -325px}.glyphicons-icon.warning_sign{background-position:-380px -325px}.glyphicons-icon.signal{background-position:-428px -325px}.glyphicons-icon.retweet{background-position:4px -373px}.glyphicons-icon.refresh{background-position:-44px -373px}.glyphicons-icon.roundabout{background-position:-92px -373px}.glyphicons-icon.random{background-position:-140px -373px}.glyphicons-icon.heat{background-position:-188px -373px}.glyphicons-icon.repeat{background-position:-236px -373px}.glyphicons-icon.display{background-position:-284px -373px}.glyphicons-icon.log_book{background-position:-332px -373px}.glyphicons-icon.address_book{background-position:-380px -373px}.glyphicons-icon.building{background-position:-428px -373px}.glyphicons-icon.eyedropper{background-position:4px -421px}.glyphicons-icon.adjust{background-position:-44px -421px}.glyphicons-icon.tint{background-position:-92px -421px}.glyphicons-icon.crop{background-position:-140px -421px}.glyphicons-icon.vector_path_square{background-position:-188px -421px}.glyphicons-icon.vector_path_circle{background-position:-236px -421px}.glyphicons-icon.vector_path_polygon{background-position:-284px -421px}.glyphicons-icon.vector_path_line{background-position:-332px -421px}.glyphicons-icon.vector_path_curve{background-position:-380px -421px}.glyphicons-icon.vector_path_all{background-position:-428px -421px}.glyphicons-icon.font{background-position:4px -469px}.glyphicons-icon.italic{background-position:-44px -469px}.glyphicons-icon.bold{background-position:-92px -469px}.glyphicons-icon.text_underline{background-position:-140px -469px}.glyphicons-icon.text_strike{background-position:-188px -469px}.glyphicons-icon.text_height{background-position:-236px -469px}.glyphicons-icon.text_width{background-position:-284px -469px}.glyphicons-icon.text_resize{background-position:-332px -469px}.glyphicons-icon.left_indent{background-position:-380px -469px}.glyphicons-icon.right_indent{background-position:-428px -469px}.glyphicons-icon.align_left{background-position:4px -517px}.glyphicons-icon.align_center{background-position:-44px -517px}.glyphicons-icon.align_right{background-position:-92px -517px}.glyphicons-icon.justify{background-position:-140px -517px}.glyphicons-icon.list{background-position:-188px -517px}.glyphicons-icon.text_smaller{background-position:-236px -517px}.glyphicons-icon.text_bigger{background-position:-284px -517px}.glyphicons-icon.embed{background-position:-332px -517px}.glyphicons-icon.embed_close{background-position:-380px -517px}.glyphicons-icon.table{background-position:-428px -517px}.glyphicons-icon.message_full{background-position:4px -565px}.glyphicons-icon.message_empty{background-position:-44px -565px}.glyphicons-icon.message_in{background-position:-92px -565px}.glyphicons-icon.message_out{background-position:-140px -565px}.glyphicons-icon.message_plus{background-position:-188px -565px}.glyphicons-icon.message_minus{background-position:-236px -565px}.glyphicons-icon.message_ban{background-position:-284px -565px}.glyphicons-icon.message_flag{background-position:-332px -565px}.glyphicons-icon.message_lock{background-position:-380px -565px}.glyphicons-icon.message_new{background-position:-428px -565px}.glyphicons-icon.inbox{background-position:4px -613px}.glyphicons-icon.inbox_plus{background-position:-44px -613px}.glyphicons-icon.inbox_minus{background-position:-92px -613px}.glyphicons-icon.inbox_lock{background-position:-140px -613px}.glyphicons-icon.inbox_in{background-position:-188px -613px}.glyphicons-icon.inbox_out{background-position:-236px -613px}.glyphicons-icon.cogwheel{background-position:-284px -613px}.glyphicons-icon.cogwheels{background-position:-332px -613px}.glyphicons-icon.picture{background-position:-380px -613px}.glyphicons-icon.adjust_alt{background-position:-428px -613px}.glyphicons-icon.database_lock{background-position:4px -661px}.glyphicons-icon.database_plus{background-position:-44px -661px}.glyphicons-icon.database_minus{background-position:-92px -661px}.glyphicons-icon.database_ban{background-position:-140px -661px}.glyphicons-icon.folder_open{background-position:-188px -661px}.glyphicons-icon.folder_plus{background-position:-236px -661px}.glyphicons-icon.folder_minus{background-position:-284px -661px}.glyphicons-icon.folder_lock{background-position:-332px -661px}.glyphicons-icon.folder_flag{background-position:-380px -661px}.glyphicons-icon.folder_new{background-position:-428px -661px}.glyphicons-icon.edit{background-position:4px -709px}.glyphicons-icon.new_window{background-position:-44px -709px}.glyphicons-icon.check{background-position:-92px -709px}.glyphicons-icon.unchecked{background-position:-140px -709px}.glyphicons-icon.more_windows{background-position:-188px -709px}.glyphicons-icon.show_big_thumbnails{background-position:-236px -709px}.glyphicons-icon.show_thumbnails{background-position:-284px -709px}.glyphicons-icon.show_thumbnails_with_lines{background-position:-332px -709px}.glyphicons-icon.show_lines{background-position:-380px -709px}.glyphicons-icon.playlist{background-position:-428px -709px}.glyphicons-icon.imac{background-position:4px -757px}.glyphicons-icon.macbook{background-position:-44px -757px}.glyphicons-icon.ipad{background-position:-92px -757px}.glyphicons-icon.iphone{background-position:-140px -757px}.glyphicons-icon.iphone_transfer{background-position:-188px -757px}.glyphicons-icon.iphone_exchange{background-position:-236px -757px}.glyphicons-icon.ipod{background-position:-284px -757px}.glyphicons-icon.ipod_shuffle{background-position:-332px -757px}.glyphicons-icon.ear_plugs{background-position:-380px -757px}.glyphicons-icon.record{background-position:-428px -757px}.glyphicons-icon.step_backward{background-position:4px -805px}.glyphicons-icon.fast_backward{background-position:-44px -805px}.glyphicons-icon.rewind{background-position:-92px -805px}.glyphicons-icon.play{background-position:-140px -805px}.glyphicons-icon.pause{background-position:-188px -805px}.glyphicons-icon.stop{background-position:-236px -805px}.glyphicons-icon.forward{background-position:-284px -805px}.glyphicons-icon.fast_forward{background-position:-332px -805px}.glyphicons-icon.step_forward{background-position:-380px -805px}.glyphicons-icon.eject{background-position:-428px -805px}.glyphicons-icon.facetime_video{background-position:4px -853px}.glyphicons-icon.download_alt{background-position:-44px -853px}.glyphicons-icon.mute{background-position:-92px -853px}.glyphicons-icon.volume_down{background-position:-140px -853px}.glyphicons-icon.volume_up{background-position:-188px -853px}.glyphicons-icon.screenshot{background-position:-236px -853px}.glyphicons-icon.move{background-position:-284px -853px}.glyphicons-icon.more{background-position:-332px -853px}.glyphicons-icon.brightness_reduce{background-position:-380px -853px}.glyphicons-icon.brightness_increase{background-position:-428px -853px}.glyphicons-icon.circle_plus{background-position:4px -901px}.glyphicons-icon.circle_minus{background-position:-44px -901px}.glyphicons-icon.circle_remove{background-position:-92px -901px}.glyphicons-icon.circle_ok{background-position:-140px -901px}.glyphicons-icon.circle_question_mark{background-position:-188px -901px}.glyphicons-icon.circle_info{background-position:-236px -901px}.glyphicons-icon.circle_exclamation_mark{background-position:-284px -901px}.glyphicons-icon.remove{background-position:-332px -901px}.glyphicons-icon.ok{background-position:-380px -901px}.glyphicons-icon.ban{background-position:-428px -901px}.glyphicons-icon.download{background-position:4px -949px}.glyphicons-icon.upload{background-position:-44px -949px}.glyphicons-icon.shopping_cart{background-position:-92px -949px}.glyphicons-icon.lock{background-position:-140px -949px}.glyphicons-icon.unlock{background-position:-188px -949px}.glyphicons-icon.electricity{background-position:-236px -949px}.glyphicons-icon.ok_2{background-position:-284px -949px}.glyphicons-icon.remove_2{background-position:-332px -949px}.glyphicons-icon.cart_out{background-position:-380px -949px}.glyphicons-icon.cart_in{background-position:-428px -949px}.glyphicons-icon.left_arrow{background-position:4px -997px}.glyphicons-icon.right_arrow{background-position:-44px -997px}.glyphicons-icon.down_arrow{background-position:-92px -997px}.glyphicons-icon.up_arrow{background-position:-140px -997px}.glyphicons-icon.resize_small{background-position:-188px -997px}.glyphicons-icon.resize_full{background-position:-236px -997px}.glyphicons-icon.circle_arrow_left{background-position:-284px -997px}.glyphicons-icon.circle_arrow_right{background-position:-332px -997px}.glyphicons-icon.circle_arrow_top{background-position:-380px -997px}.glyphicons-icon.circle_arrow_down{background-position:-428px -997px}.glyphicons-icon.play_button{background-position:4px -1045px}.glyphicons-icon.unshare{background-position:-44px -1045px}.glyphicons-icon.share{background-position:-92px -1045px}.glyphicons-icon.chevron-right{background-position:-140px -1045px}.glyphicons-icon.chevron-left{background-position:-188px -1045px}.glyphicons-icon.bluetooth{background-position:-236px -1045px}.glyphicons-icon.euro{background-position:-284px -1045px}.glyphicons-icon.usd{background-position:-332px -1045px}.glyphicons-icon.gbp{background-position:-380px -1045px}.glyphicons-icon.retweet_2{background-position:-428px -1045px}.glyphicons-icon.moon{background-position:4px -1093px}.glyphicons-icon.sun{background-position:-44px -1093px}.glyphicons-icon.cloud{background-position:-92px -1093px}.glyphicons-icon.direction{background-position:-140px -1093px}.glyphicons-icon.brush{background-position:-188px -1093px}.glyphicons-icon.pen{background-position:-236px -1093px}.glyphicons-icon.zoom_in{background-position:-284px -1093px}.glyphicons-icon.zoom_out{background-position:-332px -1093px}.glyphicons-icon.pin{background-position:-380px -1093px}.glyphicons-icon.albums{background-position:-428px -1093px}.glyphicons-icon.rotation_lock{background-position:4px -1141px}.glyphicons-icon.flash{background-position:-44px -1141px}.glyphicons-icon.google_maps{background-position:-92px -1141px}.glyphicons-icon.anchor{background-position:-140px -1141px}.glyphicons-icon.conversation{background-position:-188px -1141px}.glyphicons-icon.chat{background-position:-236px -1141px}.glyphicons-icon.male{background-position:-284px -1141px}.glyphicons-icon.female{background-position:-332px -1141px}.glyphicons-icon.asterisk{background-position:-380px -1141px}.glyphicons-icon.divide{background-position:-428px -1141px}.glyphicons-icon.snorkel_diving{background-position:4px -1189px}.glyphicons-icon.scuba_diving{background-position:-44px -1189px}.glyphicons-icon.oxygen_bottle{background-position:-92px -1189px}.glyphicons-icon.fins{background-position:-140px -1189px}.glyphicons-icon.fishes{background-position:-188px -1189px}.glyphicons-icon.boat{background-position:-236px -1189px}.glyphicons-icon.delete{background-position:-284px -1189px}.glyphicons-icon.sheriffs_star{background-position:-332px -1189px}.glyphicons-icon.qrcode{background-position:-380px -1189px}.glyphicons-icon.barcode{background-position:-428px -1189px}.glyphicons-icon.pool{background-position:4px -1237px}.glyphicons-icon.buoy{background-position:-44px -1237px}.glyphicons-icon.spade{background-position:-92px -1237px}.glyphicons-icon.bank{background-position:-140px -1237px}.glyphicons-icon.vcard{background-position:-188px -1237px}.glyphicons-icon.electrical_plug{background-position:-236px -1237px}.glyphicons-icon.flag{background-position:-284px -1237px}.glyphicons-icon.credit_card{background-position:-332px -1237px}.glyphicons-icon.keyboard-wireless{background-position:-380px -1237px}.glyphicons-icon.keyboard-wired{background-position:-428px -1237px}.glyphicons-icon.shield{background-position:4px -1285px}.glyphicons-icon.ring{background-position:-44px -1285px}.glyphicons-icon.cake{background-position:-92px -1285px}.glyphicons-icon.drink{background-position:-140px -1285px}.glyphicons-icon.beer{background-position:-188px -1285px}.glyphicons-icon.fast_food{background-position:-236px -1285px}.glyphicons-icon.cutlery{background-position:-284px -1285px}.glyphicons-icon.pizza{background-position:-332px -1285px}.glyphicons-icon.birthday_cake{background-position:-380px -1285px}.glyphicons-icon.tablet{background-position:-428px -1285px}.glyphicons-icon.settings{background-position:4px -1333px}.glyphicons-icon.bullets{background-position:-44px -1333px}.glyphicons-icon.cardio{background-position:-92px -1333px}.glyphicons-icon.t-shirt{background-position:-140px -1333px}.glyphicons-icon.pants{background-position:-188px -1333px}.glyphicons-icon.sweater{background-position:-236px -1333px}.glyphicons-icon.fabric{background-position:-284px -1333px}.glyphicons-icon.leather{background-position:-332px -1333px}.glyphicons-icon.scissors{background-position:-380px -1333px}.glyphicons-icon.bomb{background-position:-428px -1333px}.glyphicons-icon.skull{background-position:4px -1381px}.glyphicons-icon.celebration{background-position:-44px -1381px}.glyphicons-icon.tea_kettle{background-position:-92px -1381px}.glyphicons-icon.french_press{background-position:-140px -1381px}.glyphicons-icon.coffe_cup{background-position:-188px -1381px}.glyphicons-icon.pot{background-position:-236px -1381px}.glyphicons-icon.grater{background-position:-284px -1381px}.glyphicons-icon.kettle{background-position:-332px -1381px}.glyphicons-icon.hospital{background-position:-380px -1381px}.glyphicons-icon.hospital_h{background-position:-428px -1381px}.glyphicons-icon.microphone{background-position:4px -1429px}.glyphicons-icon.webcam{background-position:-44px -1429px}.glyphicons-icon.temple_christianity_church{background-position:-92px -1429px}.glyphicons-icon.temple_islam{background-position:-140px -1429px}.glyphicons-icon.temple_hindu{background-position:-188px -1429px}.glyphicons-icon.temple_buddhist{background-position:-236px -1429px}.glyphicons-icon.bicycle{background-position:-284px -1429px}.glyphicons-icon.life_preserver{background-position:-332px -1429px}.glyphicons-icon.share_alt{background-position:-380px -1429px}.glyphicons-icon.comments{background-position:-428px -1429px}.glyphicons-icon.flower{background-position:4px -1477px}.glyphicons-icon.baseball{background-position:-44px -1477px}.glyphicons-icon.rugby{background-position:-92px -1477px}.glyphicons-icon.ax{background-position:-140px -1477px}.glyphicons-icon.table_tennis{background-position:-188px -1477px}.glyphicons-icon.bowling{background-position:-236px -1477px}.glyphicons-icon.tree_conifer{background-position:-284px -1477px}.glyphicons-icon.tree_deciduous{background-position:-332px -1477px}.glyphicons-icon.more_items{background-position:-380px -1477px}.glyphicons-icon.sort{background-position:-428px -1477px}.glyphicons-icon.filter{background-position:4px -1525px}.glyphicons-icon.gamepad{background-position:-44px -1525px}.glyphicons-icon.playing_dices{background-position:-92px -1525px}.glyphicons-icon.calculator{background-position:-140px -1525px}.glyphicons-icon.tie{background-position:-188px -1525px}.glyphicons-icon.wallet{background-position:-236px -1525px}.glyphicons-icon.piano{background-position:-284px -1525px}.glyphicons-icon.sampler{background-position:-332px -1525px}.glyphicons-icon.podium{background-position:-380px -1525px}.glyphicons-icon.soccer_ball{background-position:-428px -1525px}.glyphicons-icon.blog{background-position:4px -1573px}.glyphicons-icon.dashboard{background-position:-44px -1573px}.glyphicons-icon.certificate{background-position:-92px -1573px}.glyphicons-icon.bell{background-position:-140px -1573px}.glyphicons-icon.candle{background-position:-188px -1573px}.glyphicons-icon.pushpin{background-position:-236px -1573px}.glyphicons-icon.iphone_shake{background-position:-284px -1573px}.glyphicons-icon.pin_flag{background-position:-332px -1573px}.glyphicons-icon.turtle{background-position:-380px -1573px}.glyphicons-icon.rabbit{background-position:-428px -1573px}.glyphicons-icon.globe{background-position:4px -1621px}.glyphicons-icon.briefcase{background-position:-44px -1621px}.glyphicons-icon.hdd{background-position:-92px -1621px}.glyphicons-icon.thumbs_up{background-position:-140px -1621px}.glyphicons-icon.thumbs_down{background-position:-188px -1621px}.glyphicons-icon.hand_right{background-position:-236px -1621px}.glyphicons-icon.hand_left{background-position:-284px -1621px}.glyphicons-icon.hand_up{background-position:-332px -1621px}.glyphicons-icon.hand_down{background-position:-380px -1621px}.glyphicons-icon.fullscreen{background-position:-428px -1621px}.glyphicons-icon.shopping_bag{background-position:4px -1669px}.glyphicons-icon.book_open{background-position:-44px -1669px}.glyphicons-icon.nameplate{background-position:-92px -1669px}.glyphicons-icon.nameplate_alt{background-position:-140px -1669px}.glyphicons-icon.vases{background-position:-188px -1669px}.glyphicons-icon.bullhorn{background-position:-236px -1669px}.glyphicons-icon.dumbbell{background-position:-284px -1669px}.glyphicons-icon.suitcase{background-position:-332px -1669px}.glyphicons-icon.file_import{background-position:-380px -1669px}.glyphicons-icon.file_export{background-position:-428px -1669px}.glyphicons-icon.bug{background-position:4px -1717px}.glyphicons-icon.crown{background-position:-44px -1717px}.glyphicons-icon.smoking{background-position:-92px -1717px}.glyphicons-icon.cloud-upload{background-position:-140px -1717px}.glyphicons-icon.cloud-download{background-position:-188px -1717px}.glyphicons-icon.restart{background-position:-236px -1717px}.glyphicons-icon.security_camera{background-position:-284px -1717px}.glyphicons-icon.expand{background-position:-332px -1717px}.glyphicons-icon.collapse{background-position:-380px -1717px}.glyphicons-icon.collapse_top{background-position:-428px -1717px}.glyphicons-icon.globe_af{background-position:4px -1765px}.glyphicons-icon.global{background-position:-44px -1765px}.glyphicons-icon.spray{background-position:-92px -1765px}.glyphicons-icon.nails{background-position:-140px -1765px}.glyphicons-icon.claw_hammer{background-position:-188px -1765px}.glyphicons-icon.classic_hammer{background-position:-236px -1765px}.glyphicons-icon.hand_saw{background-position:-284px -1765px}.glyphicons-icon.riflescope{background-position:-332px -1765px}.glyphicons-icon.electrical_socket_eu{background-position:-380px -1765px}.glyphicons-icon.electrical_socket_us{background-position:-428px -1765px}.glyphicons-icon.message_forward{background-position:4px -1813px}.glyphicons-icon.coat_hanger{background-position:-44px -1813px}.glyphicons-icon.dress{background-position:-92px -1813px}.glyphicons-icon.bathrobe{background-position:-140px -1813px}.glyphicons-icon.shirt{background-position:-188px -1813px}.glyphicons-icon.underwear{background-position:-236px -1813px}.glyphicons-icon.log_in{background-position:-284px -1813px}.glyphicons-icon.log_out{background-position:-332px -1813px}.glyphicons-icon.exit{background-position:-380px -1813px}.glyphicons-icon.new_window_alt{background-position:-428px -1813px}.glyphicons-icon.video_sd{background-position:4px -1861px}.glyphicons-icon.video_hd{background-position:-44px -1861px}.glyphicons-icon.subtitles{background-position:-92px -1861px}.glyphicons-icon.sound_stereo{background-position:-140px -1861px}.glyphicons-icon.sound_dolby{background-position:-188px -1861px}.glyphicons-icon.sound_5_1{background-position:-236px -1861px}.glyphicons-icon.sound_6_1{background-position:-284px -1861px}.glyphicons-icon.sound_7_1{background-position:-332px -1861px}.glyphicons-icon.copyright_mark{background-position:-380px -1861px}.glyphicons-icon.registration_mark{background-position:-428px -1861px}.glyphicons-icon.radar{background-position:4px -1909px}.glyphicons-icon.skateboard{background-position:-44px -1909px}.glyphicons-icon.golf_course{background-position:-92px -1909px}.glyphicons-icon.sorting{background-position:-140px -1909px}.glyphicons-icon.sort-by-alphabet{background-position:-188px -1909px}.glyphicons-icon.sort-by-alphabet-alt{background-position:-236px -1909px}.glyphicons-icon.sort-by-order{background-position:-284px -1909px}.glyphicons-icon.sort-by-order-alt{background-position:-332px -1909px}.glyphicons-icon.sort-by-attributes{background-position:-380px -1909px}.glyphicons-icon.sort-by-attributes-alt{background-position:-428px -1909px}.glyphicons-icon.compressed{background-position:4px -1957px}.glyphicons-icon.package{background-position:-44px -1957px}.glyphicons-icon.cloud_plus{background-position:-92px -1957px}.glyphicons-icon.cloud_minus{background-position:-140px -1957px}.glyphicons-icon.disk_save{background-position:-188px -1957px}.glyphicons-icon.disk_open{background-position:-236px -1957px}.glyphicons-icon.disk_saved{background-position:-284px -1957px}.glyphicons-icon.disk_remove{background-position:-332px -1957px}.glyphicons-icon.disk_import{background-position:-380px -1957px}.glyphicons-icon.disk_export{background-position:-428px -1957px}.glyphicons-icon.tower{background-position:4px -2005px}.glyphicons-icon.send{background-position:-44px -2005px}.glyphicons-icon.git_branch{background-position:-92px -2005px}.glyphicons-icon.git_create{background-position:-140px -2005px}.glyphicons-icon.git_private{background-position:-188px -2005px}.glyphicons-icon.git_delete{background-position:-236px -2005px}.glyphicons-icon.git_merge{background-position:-284px -2005px}.glyphicons-icon.git_pull_request{background-position:-332px -2005px}.glyphicons-icon.git_compare{background-position:-380px -2005px}.glyphicons-icon.git_commit{background-position:-428px -2005px}.glyphicons-icon.construction_cone{background-position:4px -2053px}.glyphicons-icon.shoe_steps{background-position:-44px -2053px}.glyphicons-icon.plus{background-position:-92px -2053px}.glyphicons-icon.minus{background-position:-140px -2053px}.glyphicons-icon.redo{background-position:-188px -2053px}.glyphicons-icon.undo{background-position:-236px -2053px}.glyphicons-icon.golf{background-position:-284px -2053px}.glyphicons-icon.hockey{background-position:-332px -2053px}.glyphicons-icon.pipe{background-position:-380px -2053px}.glyphicons-icon.wrench{background-position:-428px -2053px}.glyphicons-icon.folder_closed{background-position:4px -2101px}.glyphicons-icon.phone_alt{background-position:-44px -2101px}.glyphicons-icon.earphone{background-position:-92px -2101px}.glyphicons-icon.floppy_disk{background-position:-140px -2101px}.glyphicons-icon.floppy_saved{background-position:-188px -2101px}.glyphicons-icon.floppy_remove{background-position:-236px -2101px}.glyphicons-icon.floppy_save{background-position:-284px -2101px}.glyphicons-icon.floppy_open{background-position:-332px -2101px}.glyphicons-icon.translate{background-position:-380px -2101px}.glyphicons-icon.fax{background-position:-428px -2101px}.glyphicons-icon.factory{background-position:4px -2149px}.glyphicons-icon.shop_window{background-position:-44px -2149px}.glyphicons-icon.shop{background-position:-92px -2149px}.glyphicons-icon.kiosk{background-position:-140px -2149px}.glyphicons-icon.kiosk_wheels{background-position:-188px -2149px}.glyphicons-icon.kiosk_light{background-position:-236px -2149px}.glyphicons-icon.kiosk_food{background-position:-284px -2149px}.glyphicons-icon.transfer{background-position:-332px -2149px}.glyphicons-icon.money{background-position:-380px -2149px}.glyphicons-icon.header{background-position:-428px -2149px}.glyphicons-icon.blacksmith{background-position:4px -2197px}.glyphicons-icon.saw_blade{background-position:-44px -2197px}.glyphicons-icon.basketball{background-position:-92px -2197px}.glyphicons-icon.server{background-position:-140px -2197px}.glyphicons-icon.server_plus{background-position:-188px -2197px}.glyphicons-icon.server_minus{background-position:-236px -2197px}.glyphicons-icon.server_ban{background-position:-284px -2197px}.glyphicons-icon.server_flag{background-position:-332px -2197px}.glyphicons-icon.server_lock{background-position:-380px -2197px}.glyphicons-icon.server_new{background-position:-428px -2197px}/*!
 *
 *  Project:  GLYPHICONS HALFLINGS
 *  Author:   Jan Kovarik - www.glyphicons.com
 *  Twitter:  @glyphicons
 *
 */@font-face{font-family:'Glyphicons Social Regular';src:url("/fonts/glyphicons-social-regular.eot");src:url("/fonts/glyphicons-social-regular.eot?#iefix") format("embedded-opentype"),url("/fonts/glyphicons-social-regular.woff") format("woff"),url("/fonts/glyphicons-social-regular.ttf") format("truetype"),url("/fonts/glyphicons-social-regular.svg#glyphicons_socialregular") format("svg");font-weight:normal;font-style:normal}.social{display:inline-block;position:relative;padding-left:30px;color:#1d1d1b;text-decoration:none;*display:inline;*zoom:1;vertical-align:middle}.social:before{position:absolute;left:0;top:0;display:inline-block;margin:0 5px 0 0;font:24px/1em 'Glyphicons Social Regular';font-style:normal;font-weight:normal;color:#1d1d1b;*display:inline;*zoom:1;vertical-align:middle;text-transform:none;-webkit-font-smoothing:antialiased}.social.white:before{color:#fff}.social.pinterest:before{content:"\E001"}.social.dropbox:before{content:"\E002"}.social.google_plus:before{content:"\E003"}.social.jolicloud:before{content:"\E004"}.social.yahoo:before{content:"\E005"}.social.blogger:before{content:"\E006"}.social.picasa:before{content:"\E007"}.social.amazon:before{content:"\E008"}.social.tumblr:before{content:"\E009"}.social.wordpress:before{content:"\E010"}.social.instapaper:before{content:"\E011"}.social.evernote:before{content:"\E012"}.social.xing:before{content:"\E013"}.social.zootool:before{content:"\E014"}.social.dribbble:before{content:"\E015"}.social.deviantart:before{content:"\E016"}.social.read_it_later:before{content:"\E017"}.social.linked_in:before{content:"\E018"}.social.forrst:before{content:"\E019"}.social.pinboard:before{content:"\E020"}.social.behance:before{content:"\E021"}.social.github:before{content:"\E022"}.social.youtube:before{content:"\E023"}.social.skitch:before{content:"\E024"}.social.foursquare:before{content:"\E025"}.social.quora:before{content:"\E026"}.social.badoo:before{content:"\E027"}.social.spotify:before{content:"\E028"}.social.stumbleupon:before{content:"\E029"}.social.readability:before{content:"\E030"}.social.facebook:before{content:"\E031"}.social.twitter:before{content:"\E032"}.social.instagram:before{content:"\E033"}.social.posterous_spaces:before{content:"\E034"}.social.vimeo:before{content:"\E035"}.social.flickr:before{content:"\E036"}.social.last_fm:before{content:"\E037"}.social.rss:before{content:"\E038"}.social.skype:before{content:"\E039"}.social.e-mail:before{content:"\E040"}.social.vine:before{content:"\E041"}.social.myspace:before{content:"\E042"}.social.goodreads:before{content:"\E043"}.social.apple:before{content:"\F8FF"}.social.windows:before{content:"\E045"}.social.yelp:before{content:"\E046"}.social.playstation:before{content:"\E047"}.social.xbox:before{content:"\E048"}.social.android:before{content:"\E049"}.social.ios:before{content:"\E050"}.social-icon{display:inline-block;width:24px;height:24px;margin:0 8px 0 0;line-height:14px;vertical-align:text-top;background-image:url(/assets/glyphicons_social.svg);background-position:0 0;background-repeat:no-repeat;vertical-align:top;*display:inline;*zoom:1;*margin-right:.3em}.social-icon _:-o-prefocus,.social-icon{background-image:url(/assets/glyphicons_social.png)}.no-inlinesvg .social-icon{background-image:url(/assets/glyphicons_social.png)}.social-icon.white{background-image:url(/assets/glyphicons_social-white.svg)}.social-icon.white _:-o-prefocus,.social-icon.white{background-image:url(/assets/glyphicons_social-white.png)}.no-inlinesvg .social-icon.white{background-image:url(/assets/glyphicons_social-white.png)}.social-icon.pinterest{background-position:0px 0px}.social-icon.dropbox{background-position:-48px 0px}.social-icon.google_plus{background-position:-96px 0px}.social-icon.jolicloud{background-position:-144px 0px}.social-icon.yahoo{background-position:-192px 0px}.social-icon.blogger{background-position:-240px 0px}.social-icon.picasa{background-position:-288px 0px}.social-icon.amazon{background-position:-336px 0px}.social-icon.tumblr{background-position:-384px 0px}.social-icon.wordpress{background-position:-432px 0px}.social-icon.instapaper{background-position:0px -48px}.social-icon.evernote{background-position:-48px -48px}.social-icon.xing{background-position:-96px -48px}.social-icon.zootool{background-position:-144px -48px}.social-icon.dribbble{background-position:-192px -48px}.social-icon.deviantart{background-position:-240px -48px}.social-icon.read_it_later{background-position:-288px -48px}.social-icon.linked_in{background-position:-336px -48px}.social-icon.forrst{background-position:-384px -48px}.social-icon.pinboard{background-position:-432px -48px}.social-icon.behance{background-position:0px -96px}.social-icon.github{background-position:-48px -96px}.social-icon.youtube{background-position:-96px -96px}.social-icon.skitch{background-position:-144px -96px}.social-icon.foursquare{background-position:-192px -96px}.social-icon.quora{background-position:-240px -96px}.social-icon.badoo{background-position:-288px -96px}.social-icon.spotify{background-position:-336px -96px}.social-icon.stumbleupon{background-position:-384px -96px}.social-icon.readability{background-position:-432px -96px}.social-icon.facebook{background-position:0px -144px}.social-icon.twitter{background-position:-48px -144px}.social-icon.instagram{background-position:-96px -144px}.social-icon.posterous_spaces{background-position:-144px -144px}.social-icon.vimeo{background-position:-192px -144px}.social-icon.flickr{background-position:-240px -144px}.social-icon.last_fm{background-position:-288px -144px}.social-icon.rss{background-position:-336px -144px}.social-icon.skype{background-position:-384px -144px}.social-icon.e-mail{background-position:-432px -144px}.social-icon.vine{background-position:0px -192px}.social-icon.myspace{background-position:-48px -192px}.social-icon.goodreads{background-position:-96px -192px}.social-icon.apple{background-position:-144px -192px}.social-icon.windows{background-position:-192px -192px}.social-icon.yelp{background-position:-240px -192px}.social-icon.playstation{background-position:-288px -192px}.social-icon.xbox{background-position:-336px -192px}.social-icon.android{background-position:-384px -192px}.social-icon.ios{background-position:-432px -192px}/*!
 * bootstrap-select v1.3.5
 * http://silviomoreto.github.io/bootstrap-select/
 *
 * Copyright 2013 bootstrap-select
 * Licensed under the MIT license
 */.bootstrap-select.btn-group,.bootstrap-select.btn-group[class*="span"]{float:none;display:inline-block;margin-bottom:10px;margin-left:0}.form-search .bootstrap-select.btn-group,.form-inline .bootstrap-select.btn-group,.form-horizontal .bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.form-control{padding:0;border:0}.bootstrap-select.btn-group.pull-right,.bootstrap-select.btn-group[class*="span"].pull-right,.row-fluid .bootstrap-select.btn-group[class*="span"].pull-right{float:right}.input-append .bootstrap-select.btn-group{margin-left:-1px}.input-prepend .bootstrap-select.btn-group{margin-right:-1px}.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]){width:220px}.bootstrap-select{width:220px\0}.bootstrap-select.form-control:not([class*="span"]){width:100%}.bootstrap-select>.btn{width:100%}.error .bootstrap-select .btn{border:1px solid #b94a48}.dropdown-menu{z-index:2000}.bootstrap-select.show-menu-arrow.open>.btn{z-index:2051}.bootstrap-select .btn:focus{outline:thin dotted #333 !important;outline:5px auto -webkit-focus-ring-color !important;outline-offset:-2px}.bootstrap-select.btn-group .btn .filter-option{overflow:hidden;position:absolute;left:12px;right:25px;text-align:left}.bootstrap-select.btn-group .btn .caret{position:absolute;top:50%;right:12px;margin-top:-2px;vertical-align:middle}.bootstrap-select.btn-group>.disabled,.bootstrap-select.btn-group .dropdown-menu li.disabled>a{cursor:not-allowed}.bootstrap-select.btn-group>.disabled:focus{outline:none !important}.bootstrap-select.btn-group[class*="span"] .btn{width:100%}.bootstrap-select.btn-group .dropdown-menu{min-width:100%;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.bootstrap-select.btn-group .dropdown-menu.inner{position:static;border:0;padding:0;margin:0;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}.bootstrap-select.btn-group .dropdown-menu dt{display:block;padding:3px 20px;cursor:default}.bootstrap-select.btn-group .div-contain{overflow:hidden}.bootstrap-select.btn-group .dropdown-menu li{position:relative}.bootstrap-select.btn-group .dropdown-menu li>a.opt{position:relative;padding-left:35px}.bootstrap-select.btn-group .dropdown-menu li>a{cursor:pointer}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:normal}.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a i.check-mark{display:inline-block;position:absolute;right:15px;margin-top:2.5px}.bootstrap-select.btn-group .dropdown-menu li a i.check-mark{display:none}.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text{margin-right:34px}.bootstrap-select.btn-group .dropdown-menu li small{padding-left:0.5em}.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:hover small,.bootstrap-select.btn-group .dropdown-menu li:not(.disabled)>a:focus small{color:#64b1d8;color:rgba(255,255,255,0.4)}.bootstrap-select.btn-group .dropdown-menu li>dt small{font-weight:normal}.bootstrap-select.show-menu-arrow .dropdown-toggle:before{content:'';display:inline-block;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #CCC;border-bottom-color:rgba(0,0,0,0.2);position:absolute;bottom:-4px;left:9px;display:none}.bootstrap-select.show-menu-arrow .dropdown-toggle:after{content:'';display:inline-block;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid white;position:absolute;bottom:-4px;left:10px;display:none}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before{bottom:auto;top:-3px;border-top:7px solid #ccc;border-bottom:0;border-top-color:rgba(0,0,0,0.2)}.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after{bottom:auto;top:-3px;border-top:6px solid #fff;border-bottom:0}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before{right:12px;left:auto}.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after{right:13px;left:auto}.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:before,.bootstrap-select.show-menu-arrow.open>.dropdown-toggle:after{display:block}.mobile-device{position:absolute;top:0;left:0;display:block !important;width:100%;height:100% !important;opacity:0}.bootstrap-select.fit-width{width:auto !important}.bootstrap-select.btn-group.fit-width .btn .filter-option{position:static}.bootstrap-select.btn-group.fit-width .btn .caret{position:static;top:auto;margin-top:-1px}.control-group.error .bootstrap-select .dropdown-toggle{border-color:#b94a48}.bootstrap-select-searchbox{padding:4px 8px}/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url("/fonts/fontawesome-webfont.eot?v=4.7.0");src:url("/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"),url("/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"),url("/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"),url("/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:0.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:0.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid 0.08em #eeeeee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#ffffff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@font-face{font-family:"Proxima Nova Soft";src:url("/fonts/proximanovasoft-regular-webfont.otf") format("opentype");font-weight:400;font-style:normal}@font-face{font-family:'Proxima Nova Regular';src:url("/fonts/proximanova-reg-webfont.eot");src:url("/fonts/proximanova-reg-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-reg-webfont.woff") format("woff"),url("/fonts/proximanova-reg-webfont.ttf") format("truetype"),url("/fonts/proximanova-reg-webfont.svg#Proxima Nova rgregular") format("svg");font-weight:400;font-style:normal}@font-face{font-family:'Proxima Nova Thin';src:url("/fonts/proximanova-thin-webfont.eot");src:url("/fonts/proximanova-thin-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-thin-webfont.woff") format("woff"),url("/fonts/proximanova-thin-webfont.ttf") format("truetype"),url("/fonts/proximanova-thin-webfont.svg#Proxima Nova ththin") format("svg");font-weight:100;font-style:normal}@font-face{font-family:'Proxima Nova Light';src:url("/fonts/proximanova-light-webfont.eot");src:url("/fonts/proximanova-light-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-light-webfont.woff") format("woff"),url("/fonts/proximanova-light-webfont.ttf") format("truetype"),url("/fonts/proximanova-light-webfont.svg#Proxima Nova ltlight") format("svg");font-weight:300;font-style:normal}@font-face{font-family:'Proxima Nova Semibold';src:url("/fonts/proximanova-sbold-webfont.eot");src:url("/fonts/proximanova-sbold-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-sbold-webfont.woff") format("woff"),url("/fonts/proximanova-sbold-webfont.ttf") format("truetype"),url("/fonts/proximanova-sbold-webfont.svg#Proxima Nova ltsemibold") format("svg");font-weight:600;font-style:normal}@font-face{font-family:'Proxima Nova Bold';src:url("/fonts/proximanova-bold-webfont.eot");src:url("/fonts/proximanova-bold-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-bold-webfont.woff") format("woff"),url("/fonts/proximanova-bold-webfont.ttf") format("truetype"),url("/fonts/proximanova-bold-webfont.svg#Proxima Nova rgbold") format("svg");font-weight:700;font-style:normal}@font-face{font-family:'Proxima Nova Extrabold';src:url("/fonts/proximanova-xbold-webfont.eot");src:url("/fonts/proximanova-xbold-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-xbold-webfont.woff") format("woff"),url("/fonts/proximanova-xbold-webfont.ttf") format("truetype"),url("/fonts/proximanova-xbold-webfont.svg#Proxima Nova thextrabold") format("svg");font-weight:800;font-style:normal}@font-face{font-family:'Proxima Nova Black';src:url("/fonts/proximanova-black-webfont.eot");src:url("/fonts/proximanova-black-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanova-black-webfont.woff") format("woff"),url("/fonts/proximanova-black-webfont.ttf") format("truetype"),url("/fonts/proximanova-black-webfont.svg#Proxima Nova blblack") format("svg");font-weight:900;font-style:normal}@font-face{font-family:'Proxima Nova Condensed';src:url("/fonts/ProximaNovaCond-Regular.eot");src:url("/fonts/ProximaNovaCond-Regular.eot?#iefix") format("embedded-opentype"),url("/fonts/ProximaNovaCond-Regular.woff") format("woff"),url("/fonts/ProximaNovaCond-Regular.ttf") format("truetype"),url("/fonts/ProximaNovaCond-Regular.svg#ProximaNovaCond-Regular") format("svg");font-weight:400;font-style:normal}@font-face{font-family:'Proxima Nova Condensed Semibold';src:url("/fonts/proximanovacond-semibold-webfont.eot");src:url("/fonts/proximanovacond-semibold-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/proximanovacond-semibold-webfont.woff") format("woff"),url("/fonts/proximanovacond-semibold-webfont.ttf") format("truetype"),url("/fonts/proximanovacond-semibold-webfont.svg#ProximaNovaCnSemiBold") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'Proxima Nova Condensed Bold';src:url("/fonts/ProximaNovaCond-Bold.eot");src:url("/fonts/ProximaNovaCond-Bold.eot?#iefix") format("embedded-opentype"),url("/fonts/ProximaNovaCond-Bold.woff") format("woff"),url("/fonts/ProximaNovaCond-Bold.ttf") format("truetype"),url("/fonts/ProximaNovaCond-Bold.svg#ProximaNovaCond") format("svg");font-weight:700;font-style:normal}@font-face{font-family:'Crete Round Regular';src:url("/fonts/creteround-regular-webfont.eot");src:url("/fonts/creteround-regular-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/creteround-regular-webfont.woff") format("woff"),url("/fonts/creteround-regular-webfont.ttf") format("truetype"),url("/fonts/creteround-regular-webfont.svg#crete_roundregular") format("svg");font-weight:normal;font-style:normal}@font-face{font-family:'Crete Round Italic';src:url("/fonts/creteround-italic-webfont.eot");src:url("/fonts/creteround-italic-webfont.eot?#iefix") format("embedded-opentype"),url("/fonts/creteround-italic-webfont.woff") format("woff"),url("/fonts/creteround-italic-webfont.ttf") format("truetype"),url("/fonts/creteround-italic-webfont.svg#crete_rounditalic") format("svg");font-weight:normal;font-style:italic}@font-face{font-family:'MuseoSans-500';src:url("/fonts/MuseoSans-500.eot");src:url("/fonts/MuseoSans-500.eot?#iefix") format("embedded-opentype"),url("/fonts/MuseoSans-500.woff2") format("woff2"),url("/fonts/MuseoSans-500.woff") format("woff"),url("/fonts/MuseoSans-500.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Campton Light';src:url("/fonts/Campton-LightDEMO.otf") format("opentype");font-weight:normal;font-style:normal}@font-face{font-family:'Averta Demo Regular';src:url("/fonts/AvertaDemo-Regular.otf") format("opentype");font-weight:normal;font-style:normal}@font-face{font-family:'Poppins Regular';src:url("/fonts/Poppins-Regular.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Poppins Medium';src:url("/fonts/Poppins-Medium.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Poppins Light';src:url("/fonts/Poppins-Light.ttf") format("truetype");font-weight:normal;font-style:normal}@font-face{font-family:'Poppins Bold';src:url("/fonts/Poppins-Bold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Extra Bold';src:url("/fonts/Poppins-ExtraBold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Semi Bold';src:url("/fonts/Poppins-SemiBold.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Semi Bold Italic';src:url("/fonts/Poppins-SemiBoldItalic.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Bold Italic';src:url("/fonts/Poppins-BoldItalic.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Extra Bold Italic';src:url("/fonts/Poppins-ExtraBoldItalic.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Black';src:url("/fonts/Poppins-Black.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Poppins Black Italic';src:url("/fonts/Poppins-BlackItalic.ttf") format("truetype");font-weight:bold;font-style:normal}@font-face{font-family:'Futura Bold';src:url("/fonts/Futura-Bold.ttf") format("truetype");font-weight:bold}/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 *//*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */@media print{*,*:before,*:after{color:#000 !important;text-shadow:none !important;background:transparent !important;-webkit-box-shadow:none !important;box-shadow:none !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="#"]:after,a[href^="javascript:"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000 !important}.label{border:1px solid #000}.table{border-collapse:collapse !important}.table td,.table th{background-color:#fff !important}.table-bordered th,.table-bordered td{border:1px solid #ddd !important}}@font-face{font-family:"Glyphicons Halflings";src:url("../fonts/glyphicons-halflings-regular.eot");src:url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"),url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"),url("../fonts/glyphicons-halflings-regular.woff") format("woff"),url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"),url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg")}.glyphicon{position:relative;top:1px;display:inline-block;font-family:"Glyphicons Halflings";font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\002a"}.glyphicon-plus:before{content:"\002b"}.glyphicon-euro:before,.glyphicon-eur:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-cd:before{content:"\e201"}.glyphicon-save-file:before{content:"\e202"}.glyphicon-open-file:before{content:"\e203"}.glyphicon-level-up:before{content:"\e204"}.glyphicon-copy:before{content:"\e205"}.glyphicon-paste:before{content:"\e206"}.glyphicon-alert:before{content:"\e209"}.glyphicon-equalizer:before{content:"\e210"}.glyphicon-king:before{content:"\e211"}.glyphicon-queen:before{content:"\e212"}.glyphicon-pawn:before{content:"\e213"}.glyphicon-bishop:before{content:"\e214"}.glyphicon-knight:before{content:"\e215"}.glyphicon-baby-formula:before{content:"\e216"}.glyphicon-tent:before{content:"\26fa"}.glyphicon-blackboard:before{content:"\e218"}.glyphicon-bed:before{content:"\e219"}.glyphicon-apple:before{content:"\f8ff"}.glyphicon-erase:before{content:"\e221"}.glyphicon-hourglass:before{content:"\231b"}.glyphicon-lamp:before{content:"\e223"}.glyphicon-duplicate:before{content:"\e224"}.glyphicon-piggy-bank:before{content:"\e225"}.glyphicon-scissors:before{content:"\e226"}.glyphicon-bitcoin:before{content:"\e227"}.glyphicon-btc:before{content:"\e227"}.glyphicon-xbt:before{content:"\e227"}.glyphicon-yen:before{content:"\00a5"}.glyphicon-jpy:before{content:"\00a5"}.glyphicon-ruble:before{content:"\20bd"}.glyphicon-rub:before{content:"\20bd"}.glyphicon-scale:before{content:"\e230"}.glyphicon-ice-lolly:before{content:"\e231"}.glyphicon-ice-lolly-tasted:before{content:"\e232"}.glyphicon-education:before{content:"\e233"}.glyphicon-option-horizontal:before{content:"\e234"}.glyphicon-option-vertical:before{content:"\e235"}.glyphicon-menu-hamburger:before{content:"\e236"}.glyphicon-modal-window:before{content:"\e237"}.glyphicon-oil:before{content:"\e238"}.glyphicon-grain:before{content:"\e239"}.glyphicon-sunglasses:before{content:"\e240"}.glyphicon-text-size:before{content:"\e241"}.glyphicon-text-color:before{content:"\e242"}.glyphicon-text-background:before{content:"\e243"}.glyphicon-object-align-top:before{content:"\e244"}.glyphicon-object-align-bottom:before{content:"\e245"}.glyphicon-object-align-horizontal:before{content:"\e246"}.glyphicon-object-align-left:before{content:"\e247"}.glyphicon-object-align-vertical:before{content:"\e248"}.glyphicon-object-align-right:before{content:"\e249"}.glyphicon-triangle-right:before{content:"\e250"}.glyphicon-triangle-left:before{content:"\e251"}.glyphicon-triangle-bottom:before{content:"\e252"}.glyphicon-triangle-top:before{content:"\e253"}.glyphicon-console:before{content:"\e254"}.glyphicon-superscript:before{content:"\e255"}.glyphicon-subscript:before{content:"\e256"}.glyphicon-menu-left:before{content:"\e257"}.glyphicon-menu-right:before{content:"\e258"}.glyphicon-menu-down:before{content:"\e259"}.glyphicon-menu-up:before{content:"\e260"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:transparent}body{font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-size:14px;line-height:1.42857143;color:#333333;background-color:#ffffff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#337ab7;text-decoration:none}a:hover,a:focus{color:#23527c;text-decoration:underline}a:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{padding:4px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:inline-block;max-width:100%;height:auto}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eeeeee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width: 768px){.lead{font-size:21px}}small,.small{font-size:85%}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777777}.text-primary{color:#337ab7}a.text-primary:hover,a.text-primary:focus{color:#286090}.text-success{color:#3c763d}a.text-success:hover,a.text-success:focus{color:#2b542c}.text-info{color:#31708f}a.text-info:hover,a.text-info:focus{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover,a.text-warning:focus{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover,a.text-danger:focus{color:#843534}.bg-primary{color:#fff;background-color:#337ab7}a.bg-primary:hover,a.bg-primary:focus{background-color:#286090}.bg-success{background-color:#dff0d8}a.bg-success:hover,a.bg-success:focus{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover,a.bg-info:focus{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover,a.bg-warning:focus{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover,a.bg-danger:focus{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eeeeee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none;margin-left:-5px}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width: 768px){.dl-horizontal dt{float:left;width:160px;clear:left;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eeeeee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:"\2014 \00A0"}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eeeeee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:""}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:"\00A0 \2014"}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo, Monaco, Consolas, "Courier New", monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#ffffff;background-color:#333333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.25)}kbd kbd{padding:0;font-size:100%;font-weight:700;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #cccccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 768px){.container{width:750px}}@media (min-width: 992px){.container{width:970px}}@media (min-width: 1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0%}@media (min-width: 768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0%}}@media (min-width: 992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0%}}@media (min-width: 1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0%}}table{background-color:transparent}table col[class*="col-"]{position:static;display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{position:static;display:table-cell;float:none}caption{padding-top:8px;padding-bottom:8px;color:#777777;text-align:left}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #dddddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #dddddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #dddddd}.table .table{background-color:#ffffff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #dddddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-of-type(odd){background-color:#f9f9f9}.table-hover>tbody>tr:hover{background-color:#f5f5f5}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}.table-responsive{min-height:.01%;overflow-x:auto}@media screen and (max-width: 767px){.table-responsive{width:100%;margin-bottom:15px;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #dddddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;appearance:none}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="radio"][disabled],input[type="checkbox"][disabled],input[type="radio"].disabled,input[type="checkbox"].disabled,fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"]{cursor:not-allowed}input[type="file"]{display:block}input[type="range"]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555555;background-color:#ffffff;background-image:none;border:1px solid #cccccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control::-moz-placeholder{color:#999999;opacity:1}.form-control:-ms-input-placeholder{color:#999999}.form-control::-webkit-input-placeholder{color:#999999}.form-control::-ms-expand{background-color:transparent;border:0}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eeeeee;opacity:1}.form-control[disabled],fieldset[disabled] .form-control{cursor:not-allowed}textarea.form-control{height:auto}@media screen and (-webkit-min-device-pixel-ratio: 0){input[type="date"].form-control,input[type="time"].form-control,input[type="datetime-local"].form-control,input[type="month"].form-control{line-height:34px}input[type="date"].input-sm,input[type="time"].input-sm,input[type="datetime-local"].input-sm,input[type="month"].input-sm,.input-group-sm input[type="date"],.input-group-sm input[type="time"],.input-group-sm input[type="datetime-local"],.input-group-sm input[type="month"]{line-height:30px}input[type="date"].input-lg,input[type="time"].input-lg,input[type="datetime-local"].input-lg,input[type="month"].input-lg,.input-group-lg input[type="date"],.input-group-lg input[type="time"],.input-group-lg input[type="datetime-local"],.input-group-lg input[type="month"]{line-height:46px}}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;margin-top:10px;margin-bottom:10px}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.radio label,.checkbox label{min-height:20px;padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{position:relative;display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}.form-control-static{min-height:34px;padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.form-group-sm select.form-control{height:30px;line-height:30px}.form-group-sm textarea.form-control,.form-group-sm select[multiple].form-control{height:auto}.form-group-sm .form-control-static{height:30px;min-height:32px;padding:6px 10px;font-size:12px;line-height:1.5}.input-lg{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.form-group-lg select.form-control{height:46px;line-height:46px}.form-group-lg textarea.form-control,.form-group-lg select[multiple].form-control{height:auto}.form-group-lg .form-control-static{height:46px;min-height:38px;padding:11px 16px;font-size:18px;line-height:1.3333333}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:0;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center;pointer-events:none}.input-lg+.form-control-feedback,.input-group-lg+.form-control-feedback,.form-group-lg .form-control+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback,.input-group-sm+.form-control-feedback,.form-group-sm .form-control+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline,.has-success.radio label,.has-success.checkbox label,.has-success.radio-inline label,.has-success.checkbox-inline label{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline,.has-warning.radio label,.has-warning.checkbox label,.has-warning.radio-inline label,.has-warning.checkbox-inline label{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline,.has-error.radio label,.has-error.checkbox label,.has-error.radio-inline label,.has-error.checkbox-inline label{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label ~ .form-control-feedback{top:25px}.has-feedback label.sr-only ~ .form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width: 768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-static{display:inline-block}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{right:15px}@media (min-width: 768px){.form-horizontal .form-group-lg .control-label{padding-top:11px;font-size:18px}}@media (min-width: 768px){.form-horizontal .form-group-sm .control-label{padding-top:6px;font-size:12px}}.btn{display:inline-block;margin-bottom:0;font-weight:normal;text-align:center;white-space:nowrap;vertical-align:middle;-ms-touch-action:manipulation;touch-action:manipulation;cursor:pointer;background-image:none;border:1px solid transparent;padding:6px 12px;font-size:14px;line-height:1.42857143;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus{outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus,.btn.focus{color:#333333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{cursor:not-allowed;filter:alpha(opacity=65);opacity:0.65;-webkit-box-shadow:none;box-shadow:none}a.btn.disabled,fieldset[disabled] a.btn{pointer-events:none}.btn-default{color:#333333;background-color:#ffffff;border-color:#cccccc}.btn-default:focus,.btn-default.focus{color:#333333;background-color:#e6e6e6;border-color:#8c8c8c}.btn-default:hover{color:#333333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333333;background-color:#e6e6e6;background-image:none;border-color:#adadad}.btn-default:active:hover,.btn-default.active:hover,.open>.dropdown-toggle.btn-default:hover,.btn-default:active:focus,.btn-default.active:focus,.open>.dropdown-toggle.btn-default:focus,.btn-default:active.focus,.btn-default.active.focus,.open>.dropdown-toggle.btn-default.focus{color:#333333;background-color:#d4d4d4;border-color:#8c8c8c}.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus{background-color:#ffffff;border-color:#cccccc}.btn-default .badge{color:#ffffff;background-color:#333333}.btn-primary{color:#ffffff;background-color:#337ab7;border-color:#2e6da4}.btn-primary:focus,.btn-primary.focus{color:#ffffff;background-color:#286090;border-color:#122b40}.btn-primary:hover{color:#ffffff;background-color:#286090;border-color:#204d74}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#ffffff;background-color:#286090;background-image:none;border-color:#204d74}.btn-primary:active:hover,.btn-primary.active:hover,.open>.dropdown-toggle.btn-primary:hover,.btn-primary:active:focus,.btn-primary.active:focus,.open>.dropdown-toggle.btn-primary:focus,.btn-primary:active.focus,.btn-primary.active.focus,.open>.dropdown-toggle.btn-primary.focus{color:#ffffff;background-color:#204d74;border-color:#122b40}.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus{background-color:#337ab7;border-color:#2e6da4}.btn-primary .badge{color:#337ab7;background-color:#ffffff}.btn-success{color:#ffffff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:focus,.btn-success.focus{color:#ffffff;background-color:#449d44;border-color:#255625}.btn-success:hover{color:#ffffff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#ffffff;background-color:#449d44;background-image:none;border-color:#398439}.btn-success:active:hover,.btn-success.active:hover,.open>.dropdown-toggle.btn-success:hover,.btn-success:active:focus,.btn-success.active:focus,.open>.dropdown-toggle.btn-success:focus,.btn-success:active.focus,.btn-success.active.focus,.open>.dropdown-toggle.btn-success.focus{color:#ffffff;background-color:#398439;border-color:#255625}.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#ffffff}.btn-info{color:#ffffff;background-color:#5bc0de;border-color:#46b8da}.btn-info:focus,.btn-info.focus{color:#ffffff;background-color:#31b0d5;border-color:#1b6d85}.btn-info:hover{color:#ffffff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#ffffff;background-color:#31b0d5;background-image:none;border-color:#269abc}.btn-info:active:hover,.btn-info.active:hover,.open>.dropdown-toggle.btn-info:hover,.btn-info:active:focus,.btn-info.active:focus,.open>.dropdown-toggle.btn-info:focus,.btn-info:active.focus,.btn-info.active.focus,.open>.dropdown-toggle.btn-info.focus{color:#ffffff;background-color:#269abc;border-color:#1b6d85}.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#ffffff}.btn-warning{color:#ffffff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:focus,.btn-warning.focus{color:#ffffff;background-color:#ec971f;border-color:#985f0d}.btn-warning:hover{color:#ffffff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#ffffff;background-color:#ec971f;background-image:none;border-color:#d58512}.btn-warning:active:hover,.btn-warning.active:hover,.open>.dropdown-toggle.btn-warning:hover,.btn-warning:active:focus,.btn-warning.active:focus,.open>.dropdown-toggle.btn-warning:focus,.btn-warning:active.focus,.btn-warning.active.focus,.open>.dropdown-toggle.btn-warning.focus{color:#ffffff;background-color:#d58512;border-color:#985f0d}.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#ffffff}.btn-danger{color:#ffffff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:focus,.btn-danger.focus{color:#ffffff;background-color:#c9302c;border-color:#761c19}.btn-danger:hover{color:#ffffff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#ffffff;background-color:#c9302c;background-image:none;border-color:#ac2925}.btn-danger:active:hover,.btn-danger.active:hover,.open>.dropdown-toggle.btn-danger:hover,.btn-danger:active:focus,.btn-danger.active:focus,.open>.dropdown-toggle.btn-danger:focus,.btn-danger:active.focus,.btn-danger.active.focus,.open>.dropdown-toggle.btn-danger.focus{color:#ffffff;background-color:#ac2925;border-color:#761c19}.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#ffffff}.btn-link{font-weight:400;color:#337ab7;border-radius:0}.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#23527c;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity 0.15s linear;-o-transition:opacity 0.15s linear;transition:opacity 0.15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition-property:height, visibility;-o-transition-property:height, visibility;transition-property:height, visibility;-webkit-transition-duration:0.35s;-o-transition-duration:0.35s;transition-duration:0.35s;-webkit-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px dashed;border-top:4px solid \9;border-right:4px solid transparent;border-left:4px solid transparent}.dropup,.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#ffffff;text-decoration:none;background-color:#337ab7;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px dashed;border-bottom:4px solid \9}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:2px}@media (min-width: 768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn,.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle="buttons"]>.btn input[type="radio"],[data-toggle="buttons"]>.btn-group>.btn input[type="radio"],[data-toggle="buttons"]>.btn input[type="checkbox"],[data-toggle="buttons"]>.btn-group>.btn input[type="checkbox"]{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*="col-"]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group .form-control:focus{z-index:3}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.3333333;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555555;text-align:center;background-color:#eeeeee;border:1px solid #cccccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{z-index:2;margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eeeeee}.nav>li.disabled>a{color:#777777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eeeeee;border-color:#337ab7}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #dddddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eeeeee #eeeeee #dddddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555555;cursor:default;background-color:#ffffff;border:1px solid #dddddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width: 768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#ffffff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#ffffff;background-color:#337ab7}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width: 768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #dddddd}@media (min-width: 768px){.nav-tabs-justified>li>a{border-bottom:1px solid #dddddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#ffffff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width: 768px){.navbar{border-radius:4px}}@media (min-width: 768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse.in{overflow-y:auto}@media (min-width: 768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block !important;height:auto !important;padding-bottom:0;overflow:visible !important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-device-width: 480px) and (orientation: landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}@media (min-width: 768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width: 768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width: 768px){.navbar-static-top{border-radius:0}}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}.navbar-brand>img{display:block}@media (min-width: 768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-right:15px;margin-top:8px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width: 768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width: 767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width: 768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}.navbar-form{padding:10px 15px;margin-right:-15px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);margin-top:8px;margin-bottom:8px}@media (min-width: 768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .form-control-static{display:inline-block}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width: 767px){.navbar-form .form-group{margin-bottom:5px}.navbar-form .form-group:last-child{margin-bottom:0}}@media (min-width: 768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{margin-bottom:0;border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width: 768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}}@media (min-width: 768px){.navbar-left{float:left !important}.navbar-right{float:right !important;margin-right:-15px}.navbar-right ~ .navbar-right{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777777}.navbar-default .navbar-nav>li>a{color:#777777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#cccccc;background-color:transparent}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555555;background-color:#e7e7e7}@media (max-width: 767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#cccccc;background-color:transparent}}.navbar-default .navbar-toggle{border-color:#dddddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#dddddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-link{color:#777777}.navbar-default .navbar-link:hover{color:#333333}.navbar-default .btn-link{color:#777777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#cccccc}.navbar-inverse{background-color:#222222;border-color:#080808}.navbar-inverse .navbar-brand{color:#9d9d9d}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-text{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#ffffff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444444;background-color:transparent}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#ffffff;background-color:#080808}@media (max-width: 767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#9d9d9d}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#ffffff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#ffffff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444444;background-color:transparent}}.navbar-inverse .navbar-toggle{border-color:#333333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#ffffff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-link{color:#9d9d9d}.navbar-inverse .navbar-link:hover{color:#ffffff}.navbar-inverse .btn-link{color:#9d9d9d}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#ffffff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#cccccc;content:"/\00a0"}.breadcrumb>.active{color:#777777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#ffffff;border:1px solid #dddddd}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{z-index:2;color:#23527c;background-color:#eeeeee;border-color:#dddddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:3;color:#ffffff;cursor:default;background-color:#337ab7;border-color:#337ab7}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777777;cursor:not-allowed;background-color:#ffffff;border-color:#dddddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#ffffff;border:1px solid #dddddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eeeeee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777777;cursor:not-allowed;background-color:#ffffff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#ffffff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#337ab7}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#286090}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#ffffff;text-align:center;white-space:nowrap;vertical-align:middle;background-color:#777777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge,.btn-group-xs>.btn .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#ffffff;text-decoration:none;cursor:pointer}.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#337ab7;background-color:#ffffff}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding-top:30px;padding-bottom:30px;margin-bottom:30px;color:inherit;background-color:#eeeeee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron,.container-fluid .jumbotron{padding-right:15px;padding-left:15px;border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width: 768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron,.container-fluid .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#ffffff;border:1px solid #dddddd;border-radius:4px;-webkit-transition:border 0.2s ease-in-out;-o-transition:border 0.2s ease-in-out;transition:border 0.2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#337ab7}.thumbnail .caption{padding:9px;color:#333333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0%;height:100%;font-size:12px;line-height:20px;color:#ffffff;text-align:center;background-color:#337ab7;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width 0.6s ease;-o-transition:width 0.6s ease;transition:width 0.6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)}.media{margin-top:15px}.media:first-child{margin-top:0}.media,.media-body{overflow:hidden;zoom:1}.media-body{width:10000px}.media-object{display:block}.media-object.img-thumbnail{max-width:none}.media-right,.media>.pull-right{padding-left:10px}.media-left,.media>.pull-left{padding-right:10px}.media-left,.media-right,.media-body{display:table-cell;vertical-align:top}.media-middle{vertical-align:middle}.media-bottom{vertical-align:bottom}.media-heading{margin-top:0;margin-bottom:5px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#ffffff;border:1px solid #dddddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777777;cursor:not-allowed;background-color:#eeeeee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#ffffff;background-color:#337ab7;border-color:#337ab7}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#c7ddef}a.list-group-item,button.list-group-item{color:#555555}a.list-group-item .list-group-item-heading,button.list-group-item .list-group-item-heading{color:#333333}a.list-group-item:hover,button.list-group-item:hover,a.list-group-item:focus,button.list-group-item:focus{color:#555555;text-decoration:none;background-color:#f5f5f5}button.list-group-item{width:100%;text-align:left}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success,button.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading,button.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,button.list-group-item-success:hover,a.list-group-item-success:focus,button.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,button.list-group-item-success.active,a.list-group-item-success.active:hover,button.list-group-item-success.active:hover,a.list-group-item-success.active:focus,button.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info,button.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading,button.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,button.list-group-item-info:hover,a.list-group-item-info:focus,button.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,button.list-group-item-info.active,a.list-group-item-info.active:hover,button.list-group-item-info.active:hover,a.list-group-item-info.active:focus,button.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning,button.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading,button.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,button.list-group-item-warning:hover,a.list-group-item-warning:focus,button.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,button.list-group-item-warning.active,a.list-group-item-warning.active:hover,button.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus,button.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger,button.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading,button.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,button.list-group-item-danger:hover,a.list-group-item-danger:focus,button.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,button.list-group-item-danger.active,a.list-group-item-danger.active:hover,button.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus,button.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#ffffff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a,.panel-title>small,.panel-title>.small,.panel-title>small>a,.panel-title>.small>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #dddddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group,.panel>.panel-collapse>.list-group{margin-bottom:0}.panel>.list-group .list-group-item,.panel>.panel-collapse>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child,.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child,.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child{border-top-left-radius:0;border-top-right-radius:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table caption,.panel>.table-responsive>.table caption,.panel>.panel-collapse>.table caption{padding-right:15px;padding-left:15px}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive,.panel>.table+.panel-body,.panel>.table-responsive+.panel-body{border-top:1px solid #dddddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body,.panel-group .panel-heading+.panel-collapse>.list-group{border-top:1px solid #dddddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #dddddd}.panel-default{border-color:#dddddd}.panel-default>.panel-heading{color:#333333;background-color:#f5f5f5;border-color:#dddddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#dddddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#dddddd}.panel-primary{border-color:#337ab7}.panel-primary>.panel-heading{color:#ffffff;background-color:#337ab7;border-color:#337ab7}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#337ab7}.panel-primary>.panel-heading .badge{color:#337ab7;background-color:#ffffff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#337ab7}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000000;text-shadow:0 1px 0 #ffffff;filter:alpha(opacity=20);opacity:0.2}.close:hover,.close:focus{color:#000000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:0.5}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none;appearance:none}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0, -25%);-ms-transform:translate(0, -25%);-o-transform:translate(0, -25%);transform:translate(0, -25%);-webkit-transition:-webkit-transform 0.3s ease-out;-o-transition:-o-transform 0.3s ease-out;transition:transform 0.3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:0.5}.modal-header{padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width: 768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}.modal-sm{width:300px}}@media (min-width: 992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:0.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#ffffff;text-align:center;background-color:#000000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:14px;background-color:#ffffff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover>.arrow{border-width:11px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#ffffff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#ffffff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999999;border-bottom-color:rgba(0,0,0,0.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#ffffff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999999;border-left-color:rgba(0,0,0,0.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#ffffff}.popover-title{padding:8px 14px;margin:0;font-size:14px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:0.6s ease-in-out left;-o-transition:0.6s ease-in-out left;transition:0.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}@media all and (transform-3d), (-webkit-transform-3d){.carousel-inner>.item{-webkit-transition:-webkit-transform 0.6s ease-in-out;-o-transition:-o-transform 0.6s ease-in-out;transition:transform 0.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.carousel-inner>.item.next,.carousel-inner>.item.active.right{-webkit-transform:translate3d(100%, 0, 0);transform:translate3d(100%, 0, 0);left:0}.carousel-inner>.item.prev,.carousel-inner>.item.active.left{-webkit-transform:translate3d(-100%, 0, 0);transform:translate3d(-100%, 0, 0);left:0}.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right,.carousel-inner>.item.active{-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);left:0}}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);background-color:transparent;filter:alpha(opacity=50);opacity:0.5}.carousel-control.left{background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));background-image:linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-o-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));background-image:linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#ffffff;text-decoration:none;outline:0;filter:alpha(opacity=90);opacity:0.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block;margin-top:-10px}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;font-family:serif;line-height:1}.carousel-control .icon-prev:before{content:"\2039"}.carousel-control .icon-next:before{content:"\203a"}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:transparent;border:1px solid #ffffff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#ffffff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#ffffff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width: 768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-10px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-10px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-10px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-header:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width: 767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width: 767px){.visible-xs-block{display:block !important}}@media (max-width: 767px){.visible-xs-inline{display:inline !important}}@media (max-width: 767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-block{display:block !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline{display:inline !important}}@media (min-width: 768px) and (max-width: 991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-block{display:block !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline{display:inline !important}}@media (min-width: 992px) and (max-width: 1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width: 1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width: 1200px){.visible-lg-block{display:block !important}}@media (min-width: 1200px){.visible-lg-inline{display:inline !important}}@media (min-width: 1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width: 767px){.hidden-xs{display:none !important}}@media (min-width: 768px) and (max-width: 991px){.hidden-sm{display:none !important}}@media (min-width: 992px) and (max-width: 1199px){.hidden-md{display:none !important}}@media (min-width: 1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}::-webkit-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}::-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-ms-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}html{-webkit-font-smoothing:antialiased;font-size:62.5%;position:relative;min-height:100%}@media only screen and (min-width: 992px){.table-md-container{display:table;table-layout:fixed}.col-md-cell{display:table-cell;vertical-align:top;float:none}.col-md-cell.cell-middle{vertical-align:middle}}@media (min-width: 768px){.table-sm-container{display:table;table-layout:fixed}.col-sm-cell{display:table-cell;vertical-align:top;float:none}.col-sm-cell.cell-middle{vertical-align:middle}}.btn.focus,.btn:focus,.btn:active:focus,.btn.active:focus{outline:0}.btn:active,.btn.active{-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.btn.disabled,.btn[disabled]{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:.5;pointer-events:none}.btn-default{color:#666;background-color:#ccc;border-color:#ccc}.btn-default.disabled,.btn-default.disabled:hover,.btn-default.disabled:focus,.btn-default.disabled:active,.btn-default.disabled.active,.btn-default[disabled],.btn-default[disabled]:hover,.btn-default[disabled]:focus,.btn-default[disabled]:active,.btn-default[disabled].active{background-color:#ccc;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active{color:#FFF;background-color:#52AEE8;border-color:#52AEE8}.btn-success,.btn-new{color:#FFF;background-color:#82C330;border-color:#82C330}.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success[disabled].active,.btn-new.disabled,.btn-new.disabled:hover,.btn-new.disabled:focus,.btn-new.disabled:active,.btn-new.disabled.active,.btn-new[disabled],.btn-new[disabled]:hover,.btn-new[disabled]:focus,.btn-new[disabled]:active,.btn-new[disabled].active{background-color:#82C330;border-color:#82C330}.btn-success:hover,.btn-new:hover{color:#FFF;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4ZTIzNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgxYzMzMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #98e237), color-stop(100%, #81c330));background-image:-moz-linear-gradient(#98e237, #81c330);background-image:-webkit-linear-gradient(#98e237, #81c330);background-image:linear-gradient(#98e237, #81c330);border-color:#98e237}.btn-success:focus,.btn-success:active,.btn-success.active,.btn-new:focus,.btn-new:active,.btn-new.active{color:#FFF;background-color:#6ca227;border-color:transparent}.btn-primary,.btn-save{color:#FFF;background-color:#52AEE8;border-color:#52AEE8;border-color:#3ba3e5}.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary[disabled].active,.btn-save.disabled,.btn-save.disabled:hover,.btn-save.disabled:focus,.btn-save.disabled:active,.btn-save.disabled.active,.btn-save[disabled],.btn-save[disabled]:hover,.btn-save[disabled]:focus,.btn-save[disabled]:active,.btn-save[disabled].active{background-color:#52AEE8;border-color:#52AEE8}.btn-primary:hover,.btn-save:hover{color:#FFF;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU0YjFlZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzQ5OWJkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #54b1ee), color-stop(100%, #499bd0));background-image:-moz-linear-gradient(#54b1ee, #499bd0);background-image:-webkit-linear-gradient(#54b1ee, #499bd0);background-image:linear-gradient(#54b1ee, #499bd0);border-color:#52AEE8}.btn-primary:focus,.btn-primary:active,.btn-primary.active,.btn-save:focus,.btn-save:active,.btn-save.active{color:#FFF;background-color:#3979a3;border-color:#3979a3}.btn-danger,.btn-red{color:#FFF;background-color:#6E1200;border-color:#6E1200}.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger[disabled].active,.btn-red.disabled,.btn-red.disabled:hover,.btn-red.disabled:focus,.btn-red.disabled:active,.btn-red.disabled.active,.btn-red[disabled],.btn-red[disabled]:hover,.btn-red[disabled]:focus,.btn-red[disabled]:active,.btn-red[disabled].active{background-color:#6E1200;border-color:#6E1200}.btn-danger:hover,.btn-red:hover{color:#FFF;background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlkMTAwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZlMTIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");background-size:100%;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9d1000), color-stop(100%, #6e1200));background-image:-moz-linear-gradient(#9d1000, #6e1200);background-image:-webkit-linear-gradient(#9d1000, #6e1200);background-image:linear-gradient(#9d1000, #6e1200);border-color:#6E1200}.btn-danger:focus,.btn-danger:active,.btn-danger.active,.btn-red:focus,.btn-red:active,.btn-red.active{color:#FFF;background-color:#6E1200;border-color:#6E1200}.btn-darkblue{color:#FFF;background-color:#276F9B;border-color:#276F9B}.btn-darkblue.disabled,.btn-darkblue.disabled:hover,.btn-darkblue.disabled:focus,.btn-darkblue.disabled:active,.btn-darkblue.disabled.active,.btn-darkblue[disabled],.btn-darkblue[disabled]:hover,.btn-darkblue[disabled]:focus,.btn-darkblue[disabled]:active,.btn-darkblue[disabled].active{background-color:#276F9B;border-color:#276F9B}.btn-darkblue:hover{color:#FFF}label{color:#AAA;text-transform:uppercase;font-family:"Poppins";font-weight:600;line-height:1.12857}label.error{color:#9F1200;font-family:"Poppins";font-weight:normal}.form-label{color:#B9B9B9;text-transform:uppercase;font-family:"Poppins";font-weight:500}.form-control{height:40px;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;font-family:"Poppins"}.form-control.error,.form-control.error:focus{border:1px solid #9F1200;outline:0;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.5);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.5);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.5)}.form-control.error ~ .input-group-addon,.form-control.error:focus ~ .input-group-addon{background:#D90000;color:#FFF;-moz-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.5);-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.5);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(255,0,0,0.5);border-color:#9F1200}textarea.form-control{min-height:40px}.btn-form-contol{padding:9px 12px}textarea.error,select.selectpicker.error+.bootstrap-select .btn,select.selectpicker.error+label+.bootstrap-select .btn{border-right:0px;border:1px solid #d90000;-webkit-box-shadow:#ff2626 0 0 6px;-moz-box-shadow:#ff2626 0 0 6px;box-shadow:#ff2626 0 0 6px}.glyphicon.pro{font-family:"Glyphicons Regular"}.halflings,.glyphicons,.social{padding-left:0px !important;color:inherit}.halflings:before,.glyphicons:before,.social:before{position:relative !important;color:inherit}.glyphicons.no-margin:before{margin-right:0}.glyphicons.middle{vertical-align:middle}.glyphicons,.glyphicons:before{vertical-align:top}.no-margin{margin:0 !important}.no-padding{padding:0 !important}.no-padding-left{padding-left:0 !important}.no-padding-right{padding-right:0 !important}.no-padding-x{padding-left:0;padding-right:0}.no-padding-y{padding-top:0 !important;padding-bottom:0 !important}.no-float{float:none}.no-border{border:0}.table-display{display:table;width:100%}.relative{position:relative}.block{display:block}.inline-block{display:inline-block}.serif-font-type{font-family:"Crete Round", serif}.bold-text{font-weight:bold}.bold-btn,.bold-font{font-family:"Poppins";font-weight:600}.semibold-font,.semibold-text{font-family:"Poppins";font-weight:500}.extrabold-font,.extrabold-text{font-family:"Poppins";font-weight:600}.light-font,.light-text{font-family:"Poppins Light"}.thin-font,.thin-text{font-family:"Proxima Nova Thin"}.italic-text{font-family:'Crete Round Regular';font-style:italic;color:#868686;font-weight:normal}.red-text{color:#9D1000}.blue-text{color:#499BD0}.white-text{color:#fff}.text-success,.green-text{color:#82C330}.full-width{width:100% !important}.full-height{height:100%}.no-wrap{white-space:nowrap}.no-round-borders{-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.hidden-text{text-indent:-9999px;white-space:nowrap;overflow:hidden}.truncate-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-ms-text-overflow:ellipsis;-o-text-overflow:ellipsis}.vertical-align{top:50%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.no-link{color:#777}.no-link:hover,.no-link:active,.no-link:focus,.no-link:active{color:#aaa}.no-link:hover{text-decoration:none}.no-link:hover,.no-link:active,.no-link:focus,.no-link:active{color:#444}.list-indent-inside{list-style-position:inside;padding-left:0}.media,.media-body{overflow:visible}.media-body{width:auto}.custom-nav-pills>li>a{padding:15px 15px;color:#AAA;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;background:#EEE;font-family:"Poppins";font-weight:500;font-size:18px;border-right:1px solid #CCC}.custom-nav-pills>li>a:hover,.custom-nav-pills>li>a:active,.custom-nav-pills>li>a:focus,.custom-nav-pills>li>a:active{color:#ddd}.custom-nav-pills>li>a:hover{text-decoration:none}.custom-nav-pills>li>a:hover,.custom-nav-pills>li>a:active,.custom-nav-pills>li>a:focus,.custom-nav-pills>li>a:active{color:#777}.custom-nav-pills>li+li{margin-left:0}.custom-nav-pills>li.active>a,.custom-nav-pills>li.active>a:hover,.custom-nav-pills>li.active>a:focus{background:#499BD0;border-color:#499BD0}.custom-nav-pills>li:first-of-type>a{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.custom-nav-pills>li:last-of-type>a{border:0;-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.custom-nav-tabs{margin-bottom:15px}.custom-nav-tabs>li{float:left}.custom-nav-tabs>li>a{color:#aaaaaa;margin-right:2px;font-family:"MuseoSans-500";text-transform:uppercase;font-size:15px}.custom-nav-tabs>li>a:hover{border-color:transparent}.custom-nav-tabs>li.active>a,.custom-nav-tabs>li.active>a:hover,.custom-nav-tabs>li.active>a:focus{color:#FFF;background:#52AEE8;border-color:transparent;cursor:default}.button-nav-tabs{margin-bottom:15px;padding-bottom:20px}.button-nav-tabs>li{float:left}.button-nav-tabs>li>a{background:#DDD;color:#777;margin-right:15px;padding:20px 25px;font-family:"Poppins";font-weight:500;line-height:1.2;text-transform:uppercase;font-size:18px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0}.button-nav-tabs>li>a:hover{border-color:transparent}.button-nav-tabs>li.active>a,.button-nav-tabs>li.active>a:hover,.button-nav-tabs>li.active>a:focus{color:#FFF;background:#52AEE8;border-color:transparent;cursor:default}.custom-tooltip .custom-inner{max-width:300px;padding:10px 15px;text-align:left}.custom-tooltip .custom-inner .title{font-family:"Poppins";font-weight:600;border-bottom:1px solid #FFF;text-transform:uppercase;font-size:15px;padding-bottom:5px;margin-bottom:5px}.custom-tooltip .custom-inner .content{font-family:"Poppins";font-size:14px}.bootstrap-select{width:100% !important;font-size:16px;color:#444444;padding-top:0}.bootstrap-select.btn-group{margin-bottom:0}.bootstrap-select.btn-group .btn{line-height:16px;vertical-align:middle;padding:8px 18px;height:40px;background-color:white;color:#444444;border:1px solid #cccccc;-moz-border-radius:5px !important;-webkit-border-radius:5px;border-radius:5px !important}.bootstrap-select.btn-group .btn .filter-option{font-family:"Poppins";font-size:16px}.bootstrap-select.btn-group .btn .caret{background:url("/assets/dropdown-arrow-755d91226908222df8887acbc3e0e259.png") no-repeat center center transparent;height:100%;width:25px;border:none;top:0px;right:0px;margin:0;position:absolute;left:auto}.bootstrap-select.btn-group .btn:focus{border:1px solid #66afe9;outline:none !important;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.bootstrap-select.btn-group .btn.error{background:transparent;border:1px solid #d90000;-webkit-box-shadow:#ff2626 0 0 6px;-moz-box-shadow:#ff2626 0 0 6px;box-shadow:#ff2626 0 0 6px}.bootstrap-select .dropdown-menu li a{padding-top:1px;padding-bottom:1px;font-family:"Poppins";font-size:16px}.bootstrap-select .dropdown-menu.open{bottom:auto}.site-nav-pills>li{display:table;min-height:70px;height:70px;max-height:100%}.site-nav-pills>li>a{display:table-cell;vertical-align:middle;width:140px;height:100%;padding:15px 10px;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;border-width:0 1px;border-style:solid;border-color:rgba(87,155,205,0.3);background:#C8E0F1;color:#499BD0;font-family:"Poppins";font-weight:600}.site-nav-pills>li>a:hover,.site-nav-pills>li>a:active,.site-nav-pills>li>a:focus,.site-nav-pills>li>a:active{color:#9ac8e5}.site-nav-pills>li>a:hover{text-decoration:none}.site-nav-pills>li>a:hover,.site-nav-pills>li>a:active,.site-nav-pills>li>a:focus,.site-nav-pills>li>a:active{color:#FFF}.site-nav-pills>li>a:hover,.site-nav-pills>li>a:focus{background:#499BD0;border-color:rgba(255,255,255,0.3)}.site-nav-pills>li+li{margin-left:-1px}.site-nav-pills>li.active>a,.site-nav-pills>li.active>a:hover,.site-nav-pills>li.active>a:focus{background:#499BD0;border-color:rgba(255,255,255,0.3)}::-webkit-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}::-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-ms-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}.header-top-dark-navbar{border:0;background-color:#000 !important;font-family:"Poppins";box-shadow:2px 1px 3px 2px rgba(0,0,0,0.05);-webkit-box-shadow:2px 1px 3px 2px rgba(0,0,0,0.05);-moz-box-shadow:2px 1px 3px 2px rgba(0,0,0,0.05)}.header-top-dark-navbar .navbar-toggle{border:0;margin-top:15px !important}.header-top-dark-navbar .navbar-toggle .icon-bar{background-color:#fff;width:34px;height:4px;margin-top:6px}.header-top-dark-navbar .navbar-toggle:hover,.header-top-dark-navbar .navbar-toggle:active,.header-top-dark-navbar .navbar-toggle:focus{background-color:#000}@media (max-width: 767px){.header-top-dark-navbar{max-width:100vw}.header-top-dark-navbar .navbar-nav{background-color:#000;padding-bottom:calc(10vw + 10vh + 5vmin)}.header-top-dark-navbar .navbar-collapse{margin-top:0px !important}.header-top-dark-navbar .navbar-collapse li{border:0;padding:0}.header-top-dark-navbar .navbar-collapse li a{text-transform:uppercase;text-align:left}.header-top-dark-navbar ul li:first-child{padding-top:calc(2vw + 2vh + 1vmin)}.header-top-dark-navbar .mobile-menu-line{width:80%;border:5px solid #FFF;background-color:#FFF;margin:20px auto 30px}.header-top-dark-navbar .red-progess-line{width:0%;border:5px solid red;background-color:red;position:absolute;top:0px;left:38px}.header-top-dark-navbar .mobile-menu-subtext{text-align:left;padding-left:40px;padding-right:40px;padding-bottom:calc(3vw + 4vh + 3vmin)}.header-top-dark-navbar .mobile-menu-right-text{text-align:right !important;text-transform:capitalize !important;font-size:20px;margin-right:20px;line-height:18px;color:#FFF !important}.header-top-dark-navbar .mobile-menu-right-text:hover,.header-top-dark-navbar .mobile-menu-right-text:focus,.header-top-dark-navbar .mobile-menu-right-text:active{text-decoration:none !important;color:#FF3300 !important}.header-top-dark-navbar .mobile-menu-white-line{width:180px;margin-top:3px;margin-bottom:3px;border:0.5px solid #fff;background:#fff;margin-right:20px}.header-top-dark-navbar .red-haku-go-logo{padding:20px;height:100px}.header-top-dark-navbar .close-button-circle{background-color:#FF3300;border-radius:50%;display:inline-block;height:40px;width:40px;color:white;border-radius:50%;font-size:16px}.header-top-dark-navbar .glyphicon-remove{font-size:21px;margin-left:9px;margin-top:9px}.header-top-dark-navbar .mobile-close-btn{position:absolute;top:5px;left:20px}}.white-text{color:#FFF !important}#header-navbar-dark .navbar-nav li.active a{background:transparent}#header-navbar-dark .navbar-nav li.active a .hoverline-position{position:relative;top:0px}#header-navbar-dark .navbar-nav li.active a .haku-menu-hover-line{display:block;position:relative;top:-20px;margin:auto;max-width:60%;min-width:95px;transform:translateX(0px)}@media (max-width: 767px){#header-navbar-dark .navbar-nav li.active a .haku-menu-hover-line{display:none}}@media (min-width: 768px) and (max-width: 991px){#header-navbar-dark .navbar-nav li.active a .haku-menu-hover-line{transform:translateX(0px);min-width:50px}}@media (min-width: 992px) and (max-width: 1199px){#header-navbar-dark .navbar-nav li.active a .haku-menu-hover-line{transform:translateX(0px);min-width:64px}}@media (min-width: 1200px) and (max-width: 1380px){#header-navbar-dark .navbar-nav li.active a .haku-menu-hover-line{transform:translateX(3px);min-width:75px}}#header-navbar-dark .haku-mobile-menu-item{line-height:80px;font-size:16px;padding:10px 40px 10px 0px;width:100%;max-height:102px;color:#FFF}@media (max-width: 767px){#header-navbar-dark .haku-mobile-menu-item{font-size:calc(2.9vw + 2.9vh + 1.9vmin);font-family:'Poppins Extra Bold';line-height:calc(2.8vw + 2.8vh + 1.8vmin);padding:0px 40px;color:#FFF}#header-navbar-dark .haku-mobile-menu-item:hover,#header-navbar-dark .haku-mobile-menu-item:focus,#header-navbar-dark .haku-mobile-menu-item:active{text-decoration:none !important;color:#FF3300 !important}}@media (min-width: 768px) and (max-width: 991px){#header-navbar-dark .haku-mobile-menu-item{font-size:11px;padding:10px 2px 10px 0px;width:65px}}@media (min-width: 992px) and (max-width: 1199px){#header-navbar-dark .haku-mobile-menu-item{font-size:13px;padding:10px 8px 10px 0px;width:83px}}@media (min-width: 1200px) and (max-width: 1380px){#header-navbar-dark .haku-mobile-menu-item{padding:10px 18px 10px 0px;font-size:14px;width:90px}}@media (min-width: 1381px){#header-navbar-dark .haku-mobile-menu-item{width:120px}}#header-navbar-dark .haku-mobile-menu-item:hover,#header-navbar-dark .haku-mobile-menu-item:active,#header-navbar-dark .haku-mobile-menu-item:focus,#header-navbar-dark .haku-mobile-menu-item:active{color:#fff}#header-navbar-dark .haku-mobile-menu-item:hover{text-decoration:none}#header-navbar-dark .haku-mobile-menu-item:hover,#header-navbar-dark .haku-mobile-menu-item:focus{color:#FFF}#header-navbar-dark .haku-mobile-menu-item:hover .hoverline-position,#header-navbar-dark .haku-mobile-menu-item:active .hoverline-position{position:absolute;top:90px}@media (max-width: 767px){#header-navbar-dark .haku-mobile-menu-item:hover .haku-menu-hover-line,#header-navbar-dark .haku-mobile-menu-item:active .haku-menu-hover-line{display:none}}@media (min-width: 768px){#header-navbar-dark .haku-mobile-menu-item:hover .haku-menu-hover-line,#header-navbar-dark .haku-mobile-menu-item:active .haku-menu-hover-line{display:block;position:relative;top:-20px;margin:auto;max-width:80%;transform:translateX(-15px);min-width:95px}}@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px){#header-navbar-dark .haku-mobile-menu-item:hover .haku-menu-hover-line,#header-navbar-dark .haku-mobile-menu-item:active .haku-menu-hover-line{transform:translateX(-2px);min-width:50px}}@media (min-width: 768px) and (min-width: 992px) and (max-width: 1199px){#header-navbar-dark .haku-mobile-menu-item:hover .haku-menu-hover-line,#header-navbar-dark .haku-mobile-menu-item:active .haku-menu-hover-line{transform:translateX(-2px);min-width:64px}}@media (min-width: 768px) and (min-width: 1200px) and (max-width: 1380px){#header-navbar-dark .haku-mobile-menu-item:hover .haku-menu-hover-line,#header-navbar-dark .haku-mobile-menu-item:active .haku-menu-hover-line{min-width:75px;transform:translateX(-6px)}}#header-navbar-dark .haku-mobile-menu-item .haku-menu-hover-line{display:none}@media (min-width: 768px){#header-navbar-dark a.active{color:#FFF}#header-navbar-dark .haku-home-menu{margin-right:0}}#header-navbar-dark .haku-mobile-menu-item-btn{line-height:80px;font-size:16px;padding:10px 0px;width:100%;max-height:102px;color:#FFF}@media (min-width: 768px) and (max-width: 991px){#header-navbar-dark .haku-mobile-menu-item-btn{font-size:11px}}@media (min-width: 992px) and (max-width: 1199px){#header-navbar-dark .haku-mobile-menu-item-btn{font-size:13px}}@media (min-width: 1200px) and (max-width: 1380px){#header-navbar-dark .haku-mobile-menu-item-btn{min-width:94px;font-size:14px}}#header-navbar-dark .haku-mobile-menu-item-btn:hover,#header-navbar-dark .haku-mobile-menu-item-btn:active,#header-navbar-dark .haku-mobile-menu-item-btn:focus,#header-navbar-dark .haku-mobile-menu-item-btn:active{color:#fff}#header-navbar-dark .haku-mobile-menu-item-btn:hover{text-decoration:none}#header-navbar-dark .haku-mobile-menu-item-btn:hover,#header-navbar-dark .haku-mobile-menu-item-btn:focus{color:#FFF}.new-haku-logo{height:100px;padding:20px 5px 20px 50px}@media (max-width: 991px){.new-haku-logo{padding:20px 5px 20px 20px}}.haku-logo-width{width:80px}@media (min-width: 768px) and (max-width: 991px){.haku-logo-width{width:70px}}.averta-regular-font{font-family:'Averta Demo Regular'}.poppins-medium-font{font-family:'Poppins Medium'}.line-height-100{line-height:100px}.header-gray-btn{background:#333232;width:210px}@media (min-width: 768px) and (max-width: 991px){.header-gray-btn{width:100px}}@media (min-width: 992px) and (max-width: 1199px){.header-gray-btn{width:150px}}@media (min-width: 1200px) and (max-width: 1380px){.header-gray-btn{width:170px}}.header-red-btn{background:#FF3300;width:210px}@media (min-width: 768px) and (max-width: 991px){.header-red-btn{width:117px}}@media (min-width: 992px) and (max-width: 1199px){.header-red-btn{width:150px}}@media (min-width: 1200px) and (max-width: 1380px){.header-red-btn{width:170px}}.lets-go-header-text{font-size:14px}@media (min-width: 768px) and (max-width: 991px){.lets-go-header-text{font-size:11px}}.modal.feedback label{color:#000;font-weight:500;font-family:'Poppins Medium';line-height:1.12857;font-size:16px}.modal.feedback label.error{color:#9F1200;font-family:'Poppins Medium';font-weight:normal}.modal.feedback .right-side p.header-text{font-size:16px;color:#000}.modal.feedback .right-side a{float:left}.modal.feedback .right-side .feedback-email{font-size:10px;padding-bottom:20px}.modal.feedback .right-side .email-icon{height:8px;float:left;padding-right:5px;margin-top:2px}.modal.feedback .right-side .phone-icon{height:13px;float:left;padding-right:5px;margin-top:2px}.modal.feedback .modal-header{margin:4px 0 0px;border:none;font-weight:600;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;color:#000}.modal.feedback .modal-footer{margin-top:0;padding-top:0;border:0}.modal.feedback .modal-footer .btn-primary{border-radius:0;font-family:'Poppins Medium';font-size:14px;font-weight:500}.modal.feedback .form-group{margin-bottom:20px}.modal.feedback .form-group ::-webkit-input-placeholder{color:#000;font-family:'Poppins Regular';font-style:normal}.modal.feedback .form-group ::-moz-placeholder{color:#000;font-family:'Poppins Regular';font-style:normal}.modal.feedback .form-group :-ms-input-placeholder{color:#000;font-family:'Poppins Regular';font-style:normal}.modal.feedback .form-group :-moz-placeholder{color:#000;font-family:'Poppins Regular';font-style:normal}.modal.feedback .form-control{border-width:1px;background:#FAFAFA;font-size:14px}.modal.feedback label.error{font-family:'Poppins Medium' !important;font-size:13px !important}.modal.feedback .modal-content{border-radius:0;-webkit-box-shadow:none;box-shadow:none}.modal.feedback #feedback-form input[type="submit"]{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50);opacity:.5}@media only screen and (max-width: 768px){.modal.feedback .modal-header .close{top:3px;right:10px;font-size:24px;font-weight:bolder}.modal.feedback .modal-title{margin-top:20px}.modal.feedback .modal-body{padding:0}.modal.feedback .modal-footer{padding:0 0 20px}}.feedback-thank-you-modal{display:none}.feedback-thank-you-modal span{margin-top:30px;color:#00b7d8;font-family:'Poppins Medium';font-size:30px !important}.feedback-thank-you-modal p{color:#000;font-size:20px;margin:10px 0 20px}.feedback-thank-you-modal img{margin:42px 0}.switchery{position:relative;display:block;vertical-align:middle;width:70px;height:32px;border:1px solid #dfdfdf;-moz-border-radius:20px;-webkit-border-radius:20px;border-radius:20px;background-color:#fff;cursor:pointer}.switchery>small{position:absolute;top:0;width:30px;height:30px;-moz-border-radius:100%;-webkit-border-radius:100%;border-radius:100%;background:#fff;-moz-box-shadow:0 1px 3px rgba(0,0,0,0.4);-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.4);box-shadow:0 1px 3px rgba(0,0,0,0.4)}.switchery em{text-decoration:none;font-style:normal;font-family:'Poppins Medium';font-size:18px;line-height:32px}.checked,.unchecked{display:none}.checked{float:left;margin-left:8px;color:white}.unchecked{float:right;margin-right:10px;color:grey}.true .checked,.false .unchecked{display:block}::-webkit-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}::-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-ms-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}.letter-spacing-1{letter-spacing:1px}.letter-spacing-half{letter-spacing:0.5px}.pr-regular{font-family:"Proxima Nova Regular"}.font-20{font-size:20px}.font-16{font-size:16px}.font-18{font-size:18px}.header-subtext{font-family:"Proxima Nova Soft", "Proxima Nova Regular"}@media only screen and (max-width: 767px){.header-subtext{font-size:21px}}.header-blue-text{color:#4B9AD3}.display-t{display:table}.display-tc{display:table-cell}.display-none{display:none}.after-submit-top{top:100px !important}.img-circle{border-radius:50%}@media only screen and (max-width: 767px){.img-circle{max-width:50px;height:50px;position:relative;left:-13px}}.contact-info{color:#555;font-family:"Proxima Nova Soft", "Proxima Nova Regular";font-size:16px}@media only screen and (max-width: 767px){.contact-info{font-size:14px}}.email-text{color:#555;text-decoration:underline}.email-text:hover{color:#4B9AD3}.rusa-padding{padding-top:8px;padding-bottom:15px}hr{display:block;border-style:ridge;border-width:1px;color:#ddd}.home-header.fill-rusa{width:100%;height:100%;background-position:center;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;margin:0}.home-header.fill-rusa .header-rusa{max-height:550px;height:550px;background-color:rgba(75,154,211,0.8)}.home-header.fill-rusa .header-rusa .rusa-header-container{height:100%}.home-header.fill-rusa .header-rusa .rusa-header-container .left-header.container{min-height:550px}.home-header.fill-rusa .header-rusa .rusa-header-container .haku-logo-rusa{margin-top:40px;margin-bottom:70px}.home-header.fill-rusa .header-rusa .rusa-header-container .header-bold{font-size:40px;margin-bottom:30px;max-height:150px}@media only screen and (max-width: 767px){.home-header.fill-rusa .header-rusa .rusa-header-container .header-bold{font-size:30px}}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .header-tagline{margin-bottom:20px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel{width:390px;position:fixed;border:none;top:38px;z-index:99999;right:28px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .panel-body{padding:26px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .panel-body .rusa-first{padding-right:1px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .panel-body .rusa-last{padding-left:1px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .panel-body .rusa-submit{text-transform:uppercase;background-color:#84C232;border:none}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .panel-body .btn.btn-success{padding:18px 12px;font-size:20px;margin-top:12px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .form-group{margin-bottom:10px;padding:0}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .form-control{height:50px;background-color:#fafafa;font-family:"Proxima Nova Regular";font-size:18px;color:#555555}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .form-control::-webkit-input-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .form-control:-moz-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .form-control::-moz-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .form-control:-ms-input-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-panel .rusa-panel-footer{background-color:#4B9AD3 !important;height:120px;border:none}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-after{padding:24px}.home-header.fill-rusa .header-rusa .rusa-header-container .right-header .rusa-form-after .panel-submit-text{color:#333;font-size:16;margin-bottom:0;padding-top:15px}.snap-divider{height:90px;background-color:#f7E41C}.snap-divider .snap-wrap{height:90px;min-width:60px;text-align:right}.snap-divider .snap-wrap .fa-snapchat-ghost{color:#fff}.rusa-body-container{margin-bottom:20px}.rusa-body-container .rusa-body-header{margin-top:40px;font-size:34px;margin-bottom:25px}.rusa-body-container .cd-dropdown{padding:0;margin:0}.rusa-body-container .cd-dropdown .i-company{font-style:normal}.rusa-body-container .cd-dropdown span{text-align:left;font-family:"Proxima Nova Soft", "Proxima Nova Regular";padding-left:8px !important;font-size:16;text-align:left;margin-bottom:30px}#video-view.green-bg{background-color:#85C210}#video-view .color-777{color:#777}#video-view .title{letter-spacing:2px}#video-view .video-container{padding:0px;margin-bottom:40px;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-box-shadow:0px 7px 65px 0px rgba(0,0,0,0.15);-webkit-box-shadow:0px 7px 65px 0px rgba(0,0,0,0.15);box-shadow:0px 7px 65px 0px rgba(0,0,0,0.15)}#video-view video{object-fit:cover;height:auto;min-height:300px;width:100%;vertical-align:top;cursor:pointer;-moz-border-radius:5px 5px 0px 0px;-webkit-border-radius:5px;border-radius:5px 5px 0px 0px}#video-view .dark-bg{background-color:#373737}#video-view .light-bg{background-color:#f3f5f7}#video-view .video-controls{margin-top:7px;margin-bottom:8px;text-align:left}#video-view .video-controls.dark-theme{background:#373737}#video-view .video-controls.dark-theme .icon{color:#888888;padding-left:10px;cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:.4}#video-view .video-controls.dark-theme .icon.play,#video-view .video-controls.dark-theme .icon.pause{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:.9}#video-view .video-controls.dark-theme .icon:before{color:#888888;position:relative}#video-view .video-controls.dark-theme .volume-slider{background-color:#606060;border-color:#606060}#video-view .video-controls.dark-theme .volume-slider .ui-slider-handle{background:#373737;border:1px solid #606060;box-shadow:0px 1px 1px #1e1e1e}#video-view .video-controls.dark-theme .volume-slider .ui-slider-range-min{background:#373737}#video-view .video-controls.dark-theme .text{color:#dddddd}#video-view .video-controls.dark-theme .time-text{color:#888888}#video-view .video-controls.dark-theme.listing{margin:0px;padding:7px 15px;color:#DDDDDD;background-color:#3F3F3F;cursor:pointer}#video-view .video-controls.dark-theme.listing:nth-child(even){background-color:#373737}#video-view .video-controls.dark-theme.listing:hover{background-color:#606060}#video-view .video-controls.dark-theme.listing.active{background-color:#80b05d}#video-view .video-controls.dark-theme .progress{margin-bottom:0px;background-color:#606060;cursor:pointer}#video-view .video-controls.dark-theme .progress .progress-bar{background-color:#888888}#video-view .video-controls.dark-theme.light-theme{background:#f3f5f7}#video-view .video-controls.dark-theme .icon{color:#919191;padding-left:10px;cursor:pointer;filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);opacity:.4}#video-view .video-controls.dark-theme .icon.play,#video-view .video-controls.dark-theme .icon.pause{filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);opacity:.9}#video-view .video-controls.dark-theme .icon:before{color:#919191;position:relative}#video-view .video-controls.dark-theme .volume-slider{background-color:#c2c2c2;border-color:#c2c2c2}#video-view .video-controls.dark-theme .volume-slider .ui-slider-handle{background:#f3f5f7;border:1px solid #c2c2c2;box-shadow:0px 1px 1px #d4d4d4}#video-view .video-controls.dark-theme .volume-slider .ui-slider-range-min{background:#f3f5f7}#video-view .video-controls.dark-theme .text{color:#222222}#video-view .video-controls.dark-theme .time-text{color:#919191}#video-view .video-controls.dark-theme .progress{margin-bottom:0px;background-color:#D1D1D1;cursor:pointer}#video-view .video-controls.dark-theme .progress .progress-bar{background-color:#C2C2C2}#video-view .video-controls.dark-theme.listing{margin:0px;padding:7px 15px;color:#222222;background-color:#FFFFFF;cursor:pointer}#video-view .video-controls.dark-theme.listing:nth-child(even){background-color:#F3F5F7}#video-view .video-controls.dark-theme.listing:hover{background-color:#D1D1D1}#video-view .video-controls.dark-theme.listing.active{background-color:#5687E1}#video-view .video-controls .margin-right-40{margin-right:40px}#video-view .video-controls .no-margin-bottom{margin-bottom:0px}#video-view .video-controls .height-8{height:8px}#video-view .video-controls .width-90{width:90px}#video-view .video-controls .font-18{font-size:18px}#video-view .video-controls .font-18:before{font-size:18px}#video-view .video-controls .font-32{font-size:32px}#video-view .video-controls .font-32:before{font-size:32px}#video-view .video-controls .line-height-46{line-height:46px}#video-view .video-controls .volume-slider{width:75px;height:9px;margin:0px 15px;cursor:pointer}#video-view .video-controls .volume-slider .ui-slider-handle{height:13px;width:13px;top:-3px;margin-left:-6px;outline:none;cursor:pointer;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}#video-view .video-controls.listing:last-of-type{-moz-border-radius:0px 0px 5px 5px;-webkit-border-radius:0px;border-radius:0px 0px 5px 5px}#video-view .video-controls .video-play-control{padding-bottom:4px}#video-view .video-controls .video-title-container{position:relative;top:10px}#video-view .video-controls .icon.middle:before{vertical-align:middle}.mobile-form-rusa{padding:0}.mobile-form-rusa .rusa-form-panel{border:none}.mobile-form-rusa .rusa-form-panel .panel-body{padding:40px}.mobile-form-rusa .rusa-form-panel .panel-body .rusa-submit{text-transform:uppercase;background-color:#84C232;border:none}.mobile-form-rusa .rusa-form-panel .panel-body .btn.btn-success{padding:18px 12px;font-size:20px;margin-top:10px}.mobile-form-rusa .rusa-form-panel .form-group{margin-bottom:25px;padding:0}.mobile-form-rusa .rusa-form-panel .form-control{height:50px;background-color:#fafafa;font-family:"Proxima Nova Regular";font-size:18px;color:#555555}.mobile-form-rusa .rusa-form-panel .form-control::-webkit-input-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.mobile-form-rusa .rusa-form-panel .form-control:-moz-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.mobile-form-rusa .rusa-form-panel .form-control::-moz-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.mobile-form-rusa .rusa-form-panel .form-control:-ms-input-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.mobile-form-rusa .rusa-form-panel .rusa-panel-footer{background-color:#4B9AD3 !important;height:120px;border:none}.mobile-form-rusa .rusa-form-panel .rusa-panel-footer .extrabold-text{margin-top:0}.mobile-form-rusa .rusa-form-after{padding:16px}.mobile-form-rusa .rusa-form-after .panel-submit-text{color:#333;font-size:16px;margin-bottom:0;padding-top:15px}.rusa-footer{margin-top:5px;padding-bottom:10px;border-top:1px solid #ddd;color:#333;font-family:"Proxima Nova Regular";z-index:999999;background-color:#F0F1F2;height:65px}.rusa-footer .rusa-left-foot{padding-top:25px;padding-bottom:10px}.rusa-footer .rusa-right-foot{padding-top:25px;padding-bottom:10px;color:#aaa}.rusa-footer .haku-link:hover{text-decoration:underline;cursor:pointer}.letter-spacing-1{letter-spacing:1px}.letter-spacing-half{letter-spacing:0.5px}.pn-regular{font-family:"Proxima Nova Regular"}.font-20{font-size:20px}.font-16{font-size:16px}.font-18{font-size:18px}.font-22{font-size:22px}.pn-soft{font-family:"Proxima Nova Soft", "Proxima Nova Regular"}.m-b-25{margin-bottom:25px}.display-none{display:none}.rusa-leads-container .rusa-lead-panel{width:100%;margin:0;margin-top:35px;margin-bottom:2px;border:none}.rusa-leads-container .rusa-lead-panel .panel-body{padding:32px;padding-top:12px}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .form-group{margin-bottom:15px}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .comments{min-height:100px}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .form-control{height:50px;background-color:#fafafa;font-family:"Proxima Nova Regular";font-size:18px;color:#555555}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .form-control::-webkit-input-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .form-control:-moz-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .form-control::-moz-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .form-control:-ms-input-placeholder{color:#999;font-family:"Proxima Nova Regular";font-style:normal}.rusa-leads-container .rusa-lead-panel .leads-form-before-submit .rusa-lead-submit{margin-top:16px}.rusa-leads-container .rusa-lead-panel .rusa-leads-footer{background-color:#4B9AD3 !important;height:120px;border:none}.rusa-leads-container .leads-rusa-form-after .title.green-text{margin-top:160px}.rusa-leads-container .leads-rusa-form-after .panel-submit-text{margin-bottom:0;padding-top:15px}body{background-color:#FFF;font-family:"Poppins Medium", sans-serif;font-weight:500;font-style:normal}body.modal-open{overflow:auto}body.modal-open[style]{padding-right:0px !important}hr.darker{border-top:1px solid #DDD}.btn{padding:12px 12px}#top-link-block.affix-top{position:absolute;bottom:-82px;right:10px}#top-link-block.affix{position:fixed;bottom:18px;right:10px}.back-top-btn{background-color:#499BD0}.col-centered{margin:0 auto;float:none}.new-nav-item{font-size:60px;line-height:58px}@media (max-width: 767px){.new-nav-item{font-size:40px;line-height:38px}}@media (min-width: 768px) and (max-width: 991px){.new-nav-item{font-size:40px;line-height:38px}}.new-nav-item a{color:#2D2D2D}.new-nav-item a:hover,.new-nav-item a:focus{text-decoration:none;color:#FF3300}.nav-item-right{font-size:22px;line-height:18px}@media (max-width: 767px){.nav-item-right{font-size:18px;line-height:6px}}@media (min-width: 768px) and (max-width: 991px){.nav-item-right{font-size:18px;line-height:14px}}.nav-item-right a{color:#FFF}.nav-item-right a:hover{text-decoration:none;color:#FF3300}.black-footer-spacer{height:80px}@media (max-width: 767px){.black-footer-spacer{height:50px}}.footer-line-right{width:230px}@media (max-width: 767px){.footer-line-right{width:200px}}@media (min-width: 768px) and (max-width: 991px){.footer-line-right{width:160px}}@media (min-width: 768px){.footer-margin-left{margin-left:40px}}.footer-reg-text{font-size:16px}@media (max-width: 767px){.footer-reg-text{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.footer-reg-text{font-size:14px}}.margin-top-16{margin-top:16px}.footer-right-spacer{height:140px}@media (max-width: 767px){.footer-right-spacer{height:80px}}@media (min-width: 768px) and (max-width: 991px){.footer-right-spacer{height:115px}}.social-favicons{padding:25px 5px}.footer-red-line{color:#F73B0E;background-color:#F73B0E;border-color:#F73B0E}.poppins-black-font{font-family:'Poppins Black'}.poppins-black-italic-font{font-family:'Poppins Black Italic'}.poppins-semi-bold-font{font-family:'Poppins Semi Bold'}.poppins-semi-bold-italic-font{font-family:'Poppins Semi Bold Italic'}.poppins-extra-bold-font{font-family:'Poppins Extra Bold'}.poppins-extra-bold-italic-font{font-family:'Poppins Extra Bold Italic'}.poppins-bold-font{font-family:'Poppins Bold'}.poppins-bold-italic-font{font-family:'Poppins Bold Italic'}.poppins-medium-font{font-family:'Poppins Medium'}.poppins-regular-font{font-family:'Poppins Regular'}.poppins-light{font-family:'Poppins Light'}.campton-light{font-family:'Campton Light'}.futura-bold-font{font-family:'Futura Bold'}.font-12{font-size:12px}.font-13{font-size:13px}.font-14{font-size:14px}.font-18{font-size:18px}.font-21{font-size:21px}.font-22{font-size:22px}.font-30{font-size:30px}.font-32{font-size:32px}.font-40{font-size:40px}.font-56{font-size:56px}.font-68{font-size:68px}.home-haku-subtitle-text{font-size:40px}@media (max-width: 767px){.home-haku-subtitle-text{font-size:26px}}@media (min-width: 768px) and (max-width: 991px){.home-haku-subtitle-text{font-size:21px}}@media (min-width: 992px) and (max-width: 1199px){.home-haku-subtitle-text{font-size:27px}}@media (min-width: 1200px) and (max-width: 1359px){.home-haku-subtitle-text{font-size:34px}}.why-haku-top-spacer{height:200px}@media (max-width: 767px){.why-haku-top-spacer{height:50px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-top-spacer{height:260px}}.learn-position{position:relative;top:-30px}.why-haku-bottom-spacer{height:393px}@media (max-width: 364px){.why-haku-bottom-spacer{height:82px}}@media (min-width: 365px) and (max-width: 767px){.why-haku-bottom-spacer{height:130px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bottom-spacer{height:283px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-bottom-spacer{height:356px}}@media (min-width: 1200px) and (max-width: 1349px){.why-haku-bottom-spacer{height:378px}}.haku-red-line{width:300px;height:12px;color:#FF3300;background-color:#FF3300;border-color:#FF3300;margin:0}@media (min-width: 768px) and (max-width: 991px){.haku-red-line{width:210px;height:10px}}@media (max-width: 767px){.haku-red-line{width:88px}}.chevron-right-arrow{color:#FF3300}.home-about-haku-font{font-size:32px}@media (max-width: 767px){.home-about-haku-font{font-size:28px}}@media (min-width: 768px) and (max-width: 991px){.home-about-haku-font{font-size:24px}}.home-haku-platform-spacer{height:50px}@media (max-width: 767px){.home-haku-platform-spacer{height:180px}}@media (min-width: 768px) and (max-width: 991px){.home-haku-platform-spacer{height:80px}}.home-haku-partnership-spacer{height:50px}@media (max-width: 767px){.home-haku-partnership-spacer{height:144px}}@media (min-width: 768px) and (max-width: 991px){.home-haku-partnership-spacer{height:80px}}.haku-benefits-section{height:820px}@media (max-width: 767px){.haku-benefits-section{height:1560px}}@media only screen and (min-width: 767px) and (max-width: 991px){.haku-benefits-section{height:760px}}.home-endurance-text{font-size:40px}@media (max-width: 767px){.home-endurance-text{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.home-endurance-text{font-size:36px}}.client-quote-text{font-size:58px}@media (max-width: 767px){.client-quote-text{font-size:26px}}@media (min-width: 768px) and (max-width: 991px){.client-quote-text{font-size:34px}}@media (min-width: 992px) and (max-width: 1285px){.client-quote-text{font-size:38px}}@media (min-width: 1286px) and (max-width: 1400px){.client-quote-text{font-size:44px}}@media (min-width: 1401px) and (max-width: 1614px){.client-quote-text{font-size:49px}}.client-name-text{font-size:21px}@media (max-width: 767px){.client-name-text{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.client-name-text{font-size:14px}}@media (min-width: 992px) and (max-width: 1285px){.client-name-text{font-size:17px}}.haku-client-quote{background-color:#FE0600;background-image:url(https://s3.amazonaws.com/hakuapps/prod/red-client-bg.png);background-size:cover;background-position:top;background-repeat:no-repeat;height:700px}@media (max-width: 767px){.haku-client-quote{background-image:url(https://s3.amazonaws.com/hakuapps/prod/mobile-client-quote-bg.png);height:675px}}@media (min-width: 768px) and (max-width: 991px){.haku-client-quote{height:500px}}@media (min-width: 992px) and (max-width: 1199px){.haku-client-quote{height:610px}}.haku-client-quote-spacer{height:90px}@media (max-width: 767px){.haku-client-quote-spacer{height:40px}}@media (min-width: 768px) and (max-width: 991px){.haku-client-quote-spacer{height:50px}}.haku-client-quote-img{max-width:450px}@media (max-width: 364px){.haku-client-quote-img{max-width:200px}}@media (min-width: 365px) and (max-width: 767px){.haku-client-quote-img{max-width:250px}}@media (min-width: 768px) and (max-width: 991px){.haku-client-quote-img{max-width:300px}}@media (min-width: 992px) and (max-width: 1199px){.haku-client-quote-img{max-width:360px}}.client-img-white-lines{z-index:1;position:absolute;top:30px;left:90px}@media (max-width: 767px){.client-img-white-lines{left:120px}}@media (min-width: 768px) and (max-width: 991px){.client-img-white-lines{left:20px}}@media (min-width: 992px) and (max-width: 1280px){.client-img-white-lines{left:40px}}.home-client-img{z-index:2;position:absolute;top:30px;left:70px}@media (max-width: 767px){.home-client-img{left:100px}}@media (min-width: 768px) and (max-width: 991px){.home-client-img{left:20px}}@media (min-width: 992px) and (max-width: 1280px){.home-client-img{left:40px}}.home-experience-p{font-size:18px}@media (max-width: 767px){.home-experience-p{font-size:16px}}.endurance-top-spacer{height:100px}@media (max-width: 767px){.endurance-top-spacer{height:50px}}@media (min-width: 768px) and (max-width: 1199px){.endurance-top-spacer{height:80px}}.endurance-bottom-spacer{height:80px}@media (max-width: 767px){.endurance-bottom-spacer{height:50px}}.endurance-icon{max-height:162px}@media (max-width: 767px){.endurance-icon{max-height:60px}}@media (min-width: 768px) and (max-width: 991px){.endurance-icon{max-height:90px}}@media (min-width: 992px) and (max-width: 1199px){.endurance-icon{max-height:110px}}@media (min-width: 1200px) and (max-width: 1444px){.endurance-icon{max-height:140px}}.haku-icon-text{font-size:22px;margin-top:20px}@media (max-width: 767px){.haku-icon-text{font-size:12px}}.margin-right-45{margin-right:45px}.margin-right-10{margin-right:10px}.new-haku-red{color:#FF3300}.new-haku-red-subtitle{color:#FF3300}@media (max-width: 767px){.new-haku-red-subtitle{color:#FFF}}.header-home-title{font-size:82px}@media (max-width: 767px){.header-home-title{font-size:54px}}@media (min-width: 768px) and (max-width: 991px){.header-home-title{font-size:52px}}@media (min-width: 992px) and (max-width: 1199px){.header-home-title{font-size:64px}}.header-home-subtitle{font-size:32px;padding-bottom:10px}@media (max-width: 767px){.header-home-subtitle{font-size:22px}}@media (min-width: 768px) and (max-width: 991px){.header-home-subtitle{font-size:22px}}@media (min-width: 992px) and (max-width: 1199px){.header-home-subtitle{font-size:27px;padding-bottom:10px}}.header-home-p{padding-bottom:30px;max-width:645px}.home-about-padding-left{padding-left:85px}@media (max-width: 767px){.home-about-padding-left{padding-left:22px}}@media (min-width: 768px) and (max-width: 991px){.home-about-padding-left{padding-left:40px}}@media (min-width: 992px) and (max-width: 1199px){.home-about-padding-left{padding-left:70px}}.home-padding-left{padding-left:100px}@media (max-width: 365px){.home-padding-left{padding-left:calc(2vw + 1vh + 1vmin);padding-top:90px;padding-right:calc(2vw + 1vh + 1vmin)}}@media (min-width: 366px) and (max-width: 767px){.home-padding-left{padding-left:45px;padding-top:90px;padding-right:45px}}@media (min-width: 768px) and (max-width: 991px){.home-padding-left{padding-left:50px}}.haku-padding-left-100{padding-left:100px}@media (max-width: 365px){.haku-padding-left-100{padding-left:calc(2vw + 1vh + 1vmin);padding-top:0px;padding-right:calc(2vw + 1vh + 1vmin)}}@media (min-width: 366px) and (max-width: 767px){.haku-padding-left-100{padding-left:45px;padding-top:0px;padding-right:45px}}@media (min-width: 768px) and (max-width: 991px){.haku-padding-left-100{padding-left:50px}}.partner-padding-left-100{padding-left:100px}@media (max-width: 364px){.partner-padding-left-100{padding-left:10px;padding-top:0px}}@media (min-width: 365px) and (max-width: 767px){.partner-padding-left-100{padding-left:30px;padding-top:0px}}@media (min-width: 768px) and (max-width: 991px){.partner-padding-left-100{padding-left:50px}}.home-header-wave{position:absolute;z-index:10;top:-65px}.header-home-btn{padding:16px 68px !important;border-radius:0px;font-size:16px;background:#FF3300;border:none;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.header-home-btn:hover,.header-home-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.header-home-btn{padding:16px 90px}}@media (min-width: 768px) and (max-width: 991px){.header-home-btn{padding:14px 60px !important;font-size:16px}}.index-home-header{background-color:#000 !important;position:relative;z-index:0}@media (max-width: 767px){.index-home-header{margin-top:0 !important}}.index-home-header .header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku-wave-overlay-home.png);height:930px;z-index:2;background-size:100%;background-position:left bottom;background-repeat:no-repeat}@media (max-width: 767px){.index-home-header .header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku-wave-overlay-mobile.png);height:820px}}@media (min-width: 768px) and (max-width: 991px){.index-home-header .header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.index-home-header .header-section{height:770px}}.index-home-header .media{z-index:1020;position:relative;top:-25px}.index-home-header .media-body{height:690px}@media (min-width: 768px) and (max-width: 1199px){.index-home-header .media-body{height:600px}}.index-home-header p{font-size:20px;color:#fff}@media (max-width: 767px){.index-home-header p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.index-home-header p{font-size:18px}}.index-home-header #waveline-container{position:relative;width:0;left:50%;height:70px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.index-home-header #waveline-container{left:10%;height:40px;width:230px;max-width:230px;animation-delay:3s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.index-home-header #waveline-container{left:40%;height:64px}}@media (min-width: 992px) and (max-width: 1199px){.index-home-header #waveline-container{left:49%;height:62px}}.index-home-header #waveline{top:0px;height:83px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.index-home-header #waveline{height:52px}}@media (min-width: 768px) and (max-width: 991px){.index-home-header #waveline{height:55px}}@media (min-width: 992px) and (max-width: 1199px){.index-home-header #waveline{height:68px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.platform-div{background-color:#000;height:410px;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:background-image;transition-property:background-image}.platform-div:hover{background-image:url(https://s3.amazonaws.com/hakuapps/prod/platform-duotone.png);background-position:center;transform:scale(1.05);background-size:cover}@media (max-width: 767px){.platform-div{height:520px}}@media (min-width: 768px) and (max-width: 991px){.platform-div{height:380px}}.haku-benefits-left{overflow:hidden;height:410px}@media (max-width: 767px){.haku-benefits-left{height:520px}}@media only screen and (min-width: 767px) and (max-width: 991px){.haku-benefits-left{height:380px}}.haku-benefits-left:hover{border:12px solid #FF3300}.partnership-div{background-color:#DEDEDE;height:410px;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:background-image;transition-property:background-image}.partnership-div:hover{background-image:url(https://s3.amazonaws.com/hakuapps/prod/partnership-hover-bg.png);background-size:cover;transform:scale(1.05)}.partnership-div:hover .haku-black-text{color:#FFF !important}@media (max-width: 767px){.partnership-div:hover{background-repeat:no-repeat;background-position:center}}@media only screen and (min-width: 767px) and (max-width: 991px){.partnership-div:hover{background-position:center}}@media (max-width: 767px){.partnership-div{height:520px}}@media only screen and (min-width: 767px) and (max-width: 991px){.partnership-div{height:380px;background-position:center}}.why-haku-div{height:820px;width:100%;background-color:#FFF;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;overflow:hidden;-webkit-transition-duration:0.4s;transition-duration:0.4s;-webkit-transition-property:background-image;transition-property:background-image}.why-haku-div:hover{transform:scale(1.05);background-image:url(https://s3.amazonaws.com/hakuapps/prod/whyhaku-hover-bg-img.png);background-size:cover}.why-haku-div:hover .haku-black-text{color:#FFF !important}@media (max-width: 767px){.why-haku-div{height:520px}}@media only screen and (min-width: 767px) and (max-width: 991px){.why-haku-div{height:760px}}.haku-benefits-right{overflow:hidden;height:820px}@media (max-width: 767px){.haku-benefits-right{height:520px;display:inline-block}}@media only screen and (min-width: 767px) and (max-width: 991px){.haku-benefits-right{height:760px}}.haku-benefits-right:hover{border:12px solid #FF3300}.haku-black-text{color:#000}.customers-home-btn{background:#FF3300;border:none;padding:16px 24px !important;border-radius:0px;font-size:16px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.customers-home-btn:hover,.customers-home-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.together-bg .together-spacer{height:180px}@media only screen and (max-width: 767px){.together-bg .together-spacer{height:70px}}@media only screen and (min-width: 767px) and (max-width: 991px){.together-bg .together-spacer{height:120px}}.together-bg .together-title{font-size:68px;line-height:60px}@media only screen and (min-width: 767px) and (max-width: 991px){.together-bg .together-title{font-size:58px;line-height:50px}}.together-bg .together-text{font-size:21px}@media only screen and (min-width: 767px) and (max-width: 991px){.together-bg .together-text{font-size:20px}}.together-bg #waveline-container-together{position:relative;width:0;left:58%;height:27px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:1s;display:none}@media (max-width: 767px){.together-bg #waveline-container-together{left:47%;height:20px;width:150px;max-width:150px;animation-delay:2s;animation:leftToRight 3s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.together-bg #waveline-container-together{left:66%;height:20px}}@media (min-width: 992px) and (max-width: 1199px){.together-bg #waveline-container-together{left:64%;height:27px}}.together-bg #waveline{top:0px;height:38px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.together-bg #waveline{height:25px}}@media (min-width: 768px) and (max-width: 991px){.together-bg #waveline{height:28px}}@media (min-width: 992px) and (max-width: 1199px){.together-bg #waveline{height:32px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.haku-experience{background-color:#000;height:800px}@media only screen and (max-width: 767px){.haku-experience{height:650px}}@media only screen and (min-width: 768px){.haku-experience{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku_path_animated.gif);background-position:bottom right;background-repeat:no-repeat;background-size:contain}}@media only screen and (min-width: 767px) and (max-width: 991px){.haku-experience{height:710px}}@media (min-width: 992px) and (max-width: 1199px){.haku-experience{height:735px}}@media (min-width: 992px) and (max-width: 1039px){.haku-experience{background-position:118%}}@media (min-width: 1040px) and (max-width: 1109px){.haku-experience{background-position:118%}}@media (min-width: 1110px) and (max-width: 1199px){.haku-experience{background-position:111%}}@media only screen and (min-width: 1200px) and (max-width: 1304px){.haku-experience{background-position:116%}}@media only screen and (min-width: 1305px) and (max-width: 1444px){.haku-experience{background-position:108%}}@media only screen and (min-width: 1445px) and (max-width: 1535px){.haku-experience{background-position:105%}}.color-light-gray{color:#F7F7F7}.features-header{background-color:#499BD0;color:#fff;border-color:#fff}.features-header .glyphicons,.features-header .glyphicons:before{color:#fff}@media only screen and (min-width: 768px){header .header-section{padding-top:70px}}.content-section{padding-top:43px;padding-bottom:43px}.content-section.border-section{border-bottom:1px solid #CCC}.content-section.white-bg-section{background:#FFF}.title-block,.section-title{font-family:"Proxima Nova Soft", sans-serif;font-size:26px;letter-spacing:1px}@media only screen and (max-width: 767px){.title-block,.section-title{font-size:21px}}.title-block.extra-margin,.section-title.extra-margin{margin-bottom:30px}.title-block.small,.section-title.small{color:#499BD0;font-family:"Proxima Nova Bold";font-size:16px}.section-subtitle{margin-bottom:25px;font-size:20px;font-family:"proxima-nova-soft-n5", "proxima-nova-soft", sans-serif}.section-description,.answers-list{margin-bottom:20px;font-family:"Proxima Nova Soft", sans-serif;font-weight:400;font-size:17px}@media only screen and (max-width: 767px){.section-description,.answers-list{font-size:14px}}@media only screen and (max-width: 767px){.section-subtitle{margin-bottom:25px;font-size:21px}}.content-header{font-size:26px;line-height:52px;font-family:"Proxima Nova Regular"}@media only screen and (max-width: 767px){.content-header{font-size:26px;line-height:50px}}.content-block .content-title{margin-bottom:10px;font-size:16px;font-family:"Proxima Nova Regular";z-index:1;position:relative;font-weight:600;letter-spacing:0.5px}.content-block .content-title.blue-title{color:#499BD0}@media only screen and (min-width: 767px) and (max-width: 991px){.content-block .content-title{font-size:14px}}.content-block .content-text{color:#333;font-size:16px;font-family:"Proxima Nova Soft", sans-serif}.content-block .content-text .feature-list{margin-top:10px;list-style-type:disc}.content-block .content-text .feature-list>li{margin-bottom:10px}@media only screen and (min-width: 767px) and (max-width: 991px){.content-block .content-text .feature-list>li{margin-bottom:4px}}.btn-icon:before{font-size:18px}.content-icon-list .icon{margin-bottom:20px}.content-icon-list .icon:before{margin-right:0;color:#499BD0;font-size:40px}.underline-text{background:url("/assets/website/underline-0d756b40dfe5309d9cb53993ef911119.png") bottom repeat-x}.padding-top-20{padding-top:20px}.padding-bottom-20{padding-bottom:20px}.block-nav-tabs{border-top:1px solid rgba(255,255,255,0.4);border-bottom:1px solid #FAFAFA}.block-nav-tabs>li{margin-bottom:0}.block-nav-tabs>li>a{display:table;table-layout:fixed;width:100%;margin-right:0;border:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;color:#FFF;font-family:"Proxima Nova Regular";font-size:15px;line-height:1.2}.block-nav-tabs>li>a:hover,.block-nav-tabs>li>a:focus{border:0;background:#23648D}.block-nav-tabs>li.active>a,.block-nav-tabs>li.active>a:hover,.block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#23648D;border:0}.block-nav-tabs .tab-icon{margin-bottom:10px}.block-nav-tabs .tab-icon:before{margin-right:0;font-size:30px}@media only screen and (min-width: 767px){.block-nav-tabs>li{border-width:0 1px 0 0;border-style:solid;border-color:rgba(255,255,255,0.4);word-wrap:break-word}.block-nav-tabs>li>a{min-height:130px;height:130px;max-height:100%;padding:15px 5px}.block-nav-tabs>li>a:hover,.block-nav-tabs>li>a:focus{border:0;background:#23648D}.block-nav-tabs>li.active:after{position:absolute;content:" ";bottom:0;left:50%;width:0;height:0;margin-left:-15px;border-left:15px solid transparent;border-right:15px solid transparent;pointer-events:none}}@media only screen and (min-width: 992px){.block-nav-tabs>li>a{padding:15px 15px}}@media only screen and (max-width: 767px){.block-nav-tabs>li{display:block;width:100%;border-width:0 0 1px 0;border-style:solid;border-color:rgba(255,255,255,0.4)}}#sponsors-display{position:relative;top:0px;color:#666}#sponsors-display .content-title{padding-bottom:30px;margin-bottom:30px}@media only screen and (min-width: 768px) and (max-width: 991px){#sponsors-display .content-title{margin-top:60px}}@media only screen and (max-width: 767px){#sponsors-display .content-title{padding:80px 10px 6px 10px}}#sponsors-display .section-heading{margin-bottom:30px}#sponsors-display .client-carousel{overflow:hidden;height:170px}#sponsors-display .client-carousel [tabindex]:focus,#sponsors-display .client-carousel a:focus{outline:none}#sponsors-display .client-carousel .slick-prev,#sponsors-display .client-carousel .slick-next{font-size:0;line-height:0;position:absolute;top:5%;z-index:10;display:block;width:30px;height:80px;margin-top:-10px;padding:0;cursor:pointer;color:#FF3C02;border:none;outline:none;background:transparent}#sponsors-display .client-carousel .slick-prev:hover,#sponsors-display .client-carousel .slick-prev:focus,#sponsors-display .client-carousel .slick-next:hover,#sponsors-display .client-carousel .slick-next:focus{color:#FF3C02;outline:none;background:transparent}#sponsors-display .client-carousel .slick-prev:hover:before,#sponsors-display .client-carousel .slick-prev:focus:before,#sponsors-display .client-carousel .slick-next:hover:before,#sponsors-display .client-carousel .slick-next:focus:before{opacity:1}#sponsors-display .client-carousel .slick-prev.slick-disabled:before,#sponsors-display .client-carousel .slick-next.slick-disabled:before{opacity:.25}#sponsors-display .client-carousel .slick-prev:before,#sponsors-display .client-carousel .slick-next:before{font-family:'Proxima nova bold';font-size:80px;line-height:1;opacity:.75;color:#FF3C02;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#sponsors-display .client-carousel .slick-prev{left:0px}#sponsors-display .client-carousel [dir='rtl'] .slick-prev{right:-25px;left:auto}#sponsors-display .client-carousel .slick-prev:before{content:'\2039'}#sponsors-display .client-carousel [dir='rtl'] .slick-prev:before{content:'\2039'}#sponsors-display .client-carousel .slick-next{right:0px}#sponsors-display .client-carousel [dir='rtl'] .slick-next{right:auto;left:-25px}#sponsors-display .client-carousel .slick-next:before{content:'\203a'}#sponsors-display .client-carousel [dir='rtl'] .slick-next:before{content:'\203a'}#sponsors-display .client-carousel .slick-dots{position:absolute;bottom:0px;display:block;width:100%;padding:0;list-style:none;text-align:center}#sponsors-display .client-carousel .slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;padding:0;cursor:pointer}#sponsors-display .client-carousel .slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:#FFF;border:0.5px solid #FF3700;outline:none;background:#FFF;border-radius:50%}#sponsors-display .client-carousel .slick-dots li button:hover,#sponsors-display .client-carousel .slick-dots li button:focus,#sponsors-display .client-carousel .slick-dots li button:active{background:#FF3700}#sponsors-display .client-carousel .slick-dots li button:hover:before,#sponsors-display .client-carousel .slick-dots li button:focus:before{opacity:1}#sponsors-display .client-carousel .slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:10px;height:10px;content:'';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#sponsors-display .client-carousel .slick-dots li.slick-active button:before{opacity:.95;background:#FF3700;width:10px;height:10px;border-radius:50%}#sponsors-display .img-center-align{height:105px;position:relative}#sponsors-display .img-center-align img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.haku-client-img{max-width:145px;max-height:70px}@media only screen and (max-width: 767px){.haku-client-img{max-width:170px;max-height:85px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-client-img{max-width:90px;max-height:65px}}@media only screen and (min-width: 992px) and (max-width: 1119px){.haku-client-img{max-width:125px;max-height:75px}}@media only screen and (min-width: 1200px){.haku-client-img{max-width:165px;max-height:85px}}@media only screen and (min-width: 768px){.lcr-logo{max-width:100%}}#testimonials-display{position:relative}#testimonials-display .testimonials-text{font-size:21px;padding-top:20px}@media only screen and (max-width: 767px){#testimonials-display .testimonials-text{font-size:12px}}@media only screen and (min-width: 768px) and (max-width: 991px){#testimonials-display .testimonials-text{font-size:16px}}#testimonials-display .why-haku-white-div{background-color:#FFF;padding:30px 50px 20px 50px;width:600px;min-height:500px;margin:auto}@media only screen and (max-width: 364px){#testimonials-display .why-haku-white-div{padding:10px 10px 20px 20px;width:190px;min-height:390px}}@media only screen and (min-width: 365px) and (max-width: 767px){#testimonials-display .why-haku-white-div{padding:10px 30px 20px 20px;width:260px;min-height:360px}}@media only screen and (min-width: 768px) and (max-width: 991px){#testimonials-display .why-haku-white-div{width:459px;min-height:410px}}#testimonials-display .why-haku-line{border:6px solid #FF3300;width:195px}@media only screen and (max-width: 767px){#testimonials-display .why-haku-line{border:4px solid #FF3300;width:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){#testimonials-display .why-haku-line{width:125px}}#testimonials-display .client-name-text{color:#403F3F;font-size:16px;padding:80px 0}@media only screen and (max-width: 767px){#testimonials-display .client-name-text{font-size:11px;padding:15px 4px}}@media only screen and (min-width: 768px) and (max-width: 991px){#testimonials-display .client-name-text{padding:30px 0}}.content-text{display:table;min-height:100px;height:100px;max-height:100%;margin-bottom:20px;font-family:"Proxima Nova Soft", sans-serif}@media only screen and (min-width: 992px){.header-padding{padding:28px 20px 0px 20px}}.btn-learn-more,.btn-learn-more:hover,.btn-learn-more:focus,.btn-learn-more:active,.btn-learn-more.active{color:#82C330;text-decoration:none}.tabs-left{border-bottom:none}.tabs-left>li{float:none;margin-bottom:15px}.tabs-left>li>a{display:inline-block;max-width:100%;margin-right:0;padding:15px 15px 15px 20px;border:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;color:#333}.tabs-left>li.active>a,.tabs-left>li.active>a:hover,.tabs-left>li.active>a:focus{border:0;background:#499BD0;color:#FFF}.tabs-left .tab-icon:before{vertical-align:middle;font-size:15px}@media only screen and (min-width: 768px){.tabs-left{padding-top:25px;padding-bottom:25px}.tabs-left>li{margin-right:-1px}.tabs-left>li>a{float:right;width:160px}.tab-right-content{border-left:1px solid #DDD}}@media only screen and (max-width: 767px){.tabs-left>li>a{width:100%}}.answers-list{list-style-position:inside;padding-left:0}.mobile-optimized-section{min-height:490px;height:490px;max-height:100%;background-image:url(/assets/website/mobile-optimized-90652a650255bddc31930e7c0a8ace96.png);background-repeat:no-repeat;background-position:center bottom;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;background-size:cover;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=image-url('website/mobile-optimized.png'),sizingMethod="scale");-ms-filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(src='url(/assets/website/mobile-optimized-90652a650255bddc31930e7c0a8ace96.png)',sizingMethod='scale')";color:#FFF}.mobile-optimized-section .content-block{padding-top:100px}.why-haku-bold-header{background:url("https://s3.amazonaws.com/hakuapps/prod/why-haku-header-img.jpg");background-position:top;background-size:cover;background-color:#000 !important}@media (max-width: 767px){.why-haku-bold-header{background-image:url("https://s3.amazonaws.com/hakuapps/prod/why-haku-header-img.png");background-position:top center}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header{background-position:70% 50%}}.why-haku-bold-header .why-haku-header-section{background:url(https://s3.amazonaws.com/hakuapps/prod/why-haku-header-wave.png);height:930px;background-position:bottom left;background-repeat:no-repeat;background-size:100%}@media (max-width: 767px){.why-haku-bold-header .why-haku-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/why-haku-mobile-wave-banner.png);height:820px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header .why-haku-header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-bold-header .why-haku-header-section{height:770px}}.why-haku-bold-header .media{z-index:1020;position:relative;top:40px}.why-haku-bold-header .media-body{height:740px}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header .media-body{height:640px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-bold-header .media-body{height:700px}}.why-haku-bold-header p{font-size:20px;color:#fff}@media (max-width: 767px){.why-haku-bold-header p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header p{font-size:18px}}.why-haku-bold-header #waveline-container{position:relative;width:0;left:0%;height:40px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.why-haku-bold-header #waveline-container{left:0%;height:25px;width:230px;max-width:230px;animation-delay:3s;animation:leftToRight 3s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header #waveline-container{left:0%;height:32px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-bold-header #waveline-container{left:0%;height:39px}}.why-haku-bold-header #waveline{top:0px;height:51px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.why-haku-bold-header #waveline{height:28px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header #waveline{height:30px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-bold-header #waveline{height:40px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.why-haku-bold-header .header-why-haku-p{padding-bottom:30px;padding-top:40px;max-width:825px}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header .header-why-haku-p{padding-top:20px;max-width:565px}}.why-haku-bold-header .header-why-haku-title{font-size:72px}@media (max-width: 767px){.why-haku-bold-header .header-why-haku-title{font-size:44px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-bold-header .header-why-haku-title{font-size:44px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-bold-header .header-why-haku-title{font-size:60px}}.why-haku-bold-header .header-why-haku-btn{padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;border:none;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.why-haku-bold-header .header-why-haku-btn:hover,.why-haku-bold-header .header-why-haku-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.why-haku-bold-header .header-why-haku-btn{padding:16px 30px}}.haku-difference-section{background-color:#000;height:450px;overflow:hidden}@media (max-width: 767px){.haku-difference-section{height:1190px}}.haku-difference-section .haku-diff-line{border:0.5px solid #707070;width:90%}@media (max-width: 767px){.haku-difference-section .haku-diff-line{width:320px}}.haku-difference-section .best-platform-spacer{height:20px}@media (max-width: 767px){.haku-difference-section .best-platform-spacer{height:10px}}.haku-difference-section .haku-diff-border-right{border-right:1px solid #707070}@media (min-width: 768px){.haku-difference-section .haku-diff-vertical-line{border:0.5px solid #707070;height:100px;margin:auto;width:0px}}.haku-difference-section #hakuDiffLeft{opacity:0;left:-1690px}.haku-difference-section #hakuDiffRight{opacity:0;right:-1900px}.haku-difference-section .haku-diff-padding{padding:30px 0px 0px}@media (max-width: 767px){.haku-difference-section .haku-diff-padding{padding:20px 0px 0px}}@media (min-width: 768px){.haku-difference-section .best-platform-margin{margin-left:4.333333333333332%}}@media (max-width: 767px){.haku-difference-section .haku-diff-symbol{font-weight:bold;font-size:38px}}@media (max-width: 767px){.haku-difference-section .diff-mobile-margin{margin:20px auto}}.haku-difference-section .haku-diff-right-border{border-right:1px solid #B7B7B7;height:450px}@media (max-width: 767px){.haku-difference-section .haku-diff-right-border{border-right:none;height:820px;border-bottom:1px solid #B7B7B7}}.haku-difference-section .haku-diff-title{font-size:39px}@media (max-width: 767px){.haku-difference-section .haku-diff-title{font-size:29px}}@media (min-width: 768px) and (max-width: 991px){.haku-difference-section .haku-diff-title{font-size:22px}}@media (min-width: 992px) and (max-width: 1199px){.haku-difference-section .haku-diff-title{font-size:25px}}@media (min-width: 1200px) and (max-width: 1470px){.haku-difference-section .haku-diff-title{font-size:31px}}.haku-difference-section .haku-diff-circles{width:68px;margin:-30px 15px 0px 0px}@media (max-width: 767px){.haku-difference-section .haku-diff-circles{margin:12px auto;display:block}}@media (min-width: 768px) and (max-width: 991px){.haku-difference-section .haku-diff-circles{width:42px;margin:-20px 10px 0px 0px}}.haku-difference-section .haku-diff-subtitle{font-size:18px}@media (min-width: 768px) and (max-width: 991px){.haku-difference-section .haku-diff-subtitle{font-size:14px}}.haku-difference-section .haku-diff-p{font-size:13px}@media (max-width: 767px){.haku-difference-section .haku-diff-p{font-size:14px;width:65%;margin:auto}}@media (min-width: 768px) and (max-width: 991px){.haku-difference-section .haku-diff-p{font-size:12px}}.haku-difference-section .haku-diff-link{font-size:12px}@media (max-width: 767px){.haku-difference-section .haku-diff-link{font-size:14px}}@media (min-width: 768px) and (max-width: 991px){.haku-difference-section .haku-diff-link{font-size:9px}}.haku-diff-top-spacer{height:115px}@media (max-width: 767px){.haku-diff-top-spacer{height:30px}}@media (min-width: 768px) and (max-width: 991px){.haku-diff-top-spacer{height:60px}}@media (min-width: 992px) and (max-width: 1199px){.haku-diff-top-spacer{height:80px}}.your-side-div{background-image:url("https://s3.amazonaws.com/hakuapps/prod/by-your-side-bg.png");background-position:bottom;background-size:cover;height:450px}@media (max-width: 767px){.your-side-div{height:370px}}.your-side-div .your-side-p{font-size:18px}@media (max-width: 767px){.your-side-div .your-side-p{font-size:14px}}@media (min-width: 768px) and (max-width: 1470px){.your-side-div .your-side-p{font-size:16px}}.your-side-div #waveline-container{position:relative;width:0;left:69%;height:30px;overflow:hidden;-webkit-animation:leftToRight 2s ease-in;animation:leftToRight 2s ease-in;animation-fill-mode:forwards;animation-delay:3s}@media (max-width: 767px){.your-side-div #waveline-container{left:26%;height:26px;width:230px;max-width:230px;animation-delay:1.5s;animation:leftToRight 3s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.your-side-div #waveline-container{left:72%;height:16px}}@media (min-width: 992px) and (max-width: 1199px){.your-side-div #waveline-container{left:63%;height:30px}}@media (min-width: 1200px) and (max-width: 1339px){.your-side-div #waveline-container{left:64%;height:30px}}@media (min-width: 1340px) and (max-width: 1470px){.your-side-div #waveline-container{left:70%;height:30px}}@media (min-width: 1471px) and (max-width: 1520px){.your-side-div #waveline-container{left:64%;height:30px}}@media (min-width: 1521px) and (max-width: 1635px){.your-side-div #waveline-container{left:66%;height:30px}}.your-side-div #waveline{top:0px;height:45px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.your-side-div #waveline{height:34px}}@media (min-width: 768px) and (max-width: 991px){.your-side-div #waveline{height:20px}}@media (min-width: 992px) and (max-width: 1199px){.your-side-div #waveline{height:32px}}@media (min-width: 1200px) and (max-width: 1339px){.your-side-div #waveline{height:38px}}@media (min-width: 1340px) and (max-width: 1470px){.your-side-div #waveline{height:37px}}@media (min-width: 1471px) and (max-width: 1520px){.your-side-div #waveline{height:45px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}@media (max-width: 767px){.plan-events-section{height:320px}}@media (min-width: 768px) and (max-width: 991px){.plan-events-section{height:320px}}.plan-events-section .plan-events-title{font-size:60px;line-height:50px}@media (max-width: 767px){.plan-events-section .plan-events-title{font-size:36px;line-height:38px}}@media (min-width: 768px) and (max-width: 991px){.plan-events-section .plan-events-title{font-size:36px;line-height:30px}}@media (min-width: 992px) and (max-width: 1199px){.plan-events-section .plan-events-title{font-size:46px;line-height:40px}}@media (min-width: 1200px) and (max-width: 1299px){.plan-events-section .plan-events-title{font-size:50px;line-height:40px}}.plan-events-section .plan-events-subtitle{font-size:18px}.plan-events-section .plan-event-spacer{height:130px}@media (max-width: 767px){.plan-events-section .plan-event-spacer{height:50px}}@media (min-width: 768px) and (max-width: 991px){.plan-events-section .plan-event-spacer{height:110px}}@media (min-width: 992px) and (max-width: 1199px){.plan-events-section .plan-event-spacer{height:100px}}@media (min-width: 1200px) and (max-width: 1299px){.plan-events-section .plan-event-spacer{height:100px}}@media (min-width: 1300px) and (max-width: 1400px){.plan-events-section .plan-event-spacer{height:110px}}.plan-events-section #waveline-container-plan{position:relative;width:0;left:26%;height:51px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:1s;display:none}@media (max-width: 767px){.plan-events-section #waveline-container-plan{left:26%;height:26px;width:230px;max-width:230px;animation-delay:1.5s;animation:leftToRight 3s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.plan-events-section #waveline-container-plan{left:15%;height:38px}}@media (min-width: 992px) and (max-width: 1199px){.plan-events-section #waveline-container-plan{left:17%;height:40px}}@media (min-width: 1200px) and (max-width: 1469px){.plan-events-section #waveline-container-plan{left:20%;height:40px}}@media (min-width: 1470px) and (max-width: 1579px){.plan-events-section #waveline-container-plan{left:20%;height:50px}}@media (min-width: 1580px) and (max-width: 1667px){.plan-events-section #waveline-container-plan{left:24%;height:50px}}@media (min-width: 1850px){.plan-events-section #waveline-container-plan{left:28%;height:51px}}.plan-events-section #waveline{top:0px;height:53px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.plan-events-section #waveline{height:32px}}@media (min-width: 768px) and (max-width: 991px){.plan-events-section #waveline{height:35px}}@media (min-width: 992px) and (max-width: 1199px){.plan-events-section #waveline{height:41px}}@media (min-width: 1200px) and (max-width: 1469px){.plan-events-section #waveline{height:50px}}@media (min-width: 1470px) and (max-width: 1579px){.plan-events-section #waveline{height:55px}}@media (min-width: 1580px) and (max-width: 1667px){.plan-events-section #waveline{height:56px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.benefits-features-section{height:570px}@media (max-width: 767px){.benefits-features-section{height:828px}}@media (min-width: 768px) and (max-width: 991px){.benefits-features-section{height:480px}}@media (min-width: 992px) and (max-width: 1199px){.benefits-features-section{height:540px}}.benefits-features-section .benefits-div{background-image:url("https://s3.amazonaws.com/hakuapps/prod/red-benefits-bg.png");background-size:cover;height:330px}@media (max-width: 767px){.benefits-features-section .benefits-div{height:180px}}@media (min-width: 768px) and (max-width: 991px){.benefits-features-section .benefits-div{height:240px}}@media (min-width: 992px) and (max-width: 1199px){.benefits-features-section .benefits-div{height:300px}}.benefits-features-section .feature-list-title{font-size:21px}@media (max-width: 767px){.benefits-features-section .feature-list-title{font-size:18px}}.benefits-features-section .benefits-div-list{background-color:#EDEDED;border-right:1px solid #B7B7B7;padding-left:8%;min-height:240px}@media (max-width: 767px){.benefits-features-section .benefits-div-list{padding-left:0;min-height:180px}}.benefits-features-section .benefits-div-list ul{font-size:18px}@media (max-width: 767px){.benefits-features-section .benefits-div-list ul{font-size:16px}}@media (min-width: 768px) and (max-width: 991px){.benefits-features-section .benefits-div-list ul{font-size:14px}}@media (min-width: 992px) and (max-width: 1199px){.benefits-features-section .benefits-div-list ul{font-size:16px}}.benefits-features-section .features-list{background-color:#EDEDED;padding-left:8%;min-height:240px}@media (max-width: 767px){.benefits-features-section .features-list{padding-left:0;min-height:180px;height:250px}}.benefits-features-section .features-list ul{font-size:18px}@media (max-width: 767px){.benefits-features-section .features-list ul{font-size:16px}}@media (min-width: 768px) and (max-width: 991px){.benefits-features-section .features-list ul{font-size:14px}}@media (min-width: 992px) and (max-width: 1199px){.benefits-features-section .features-list ul{font-size:16px}}.benefits-features-section .features-div{background-image:url("https://s3.amazonaws.com/hakuapps/prod/red-special-features.png");background-size:cover;height:330px}@media (max-width: 767px){.benefits-features-section .features-div{height:180px}}@media (min-width: 768px) and (max-width: 991px){.benefits-features-section .features-div{height:240px}}@media (min-width: 992px) and (max-width: 1199px){.benefits-features-section .features-div{height:300px}}.powerful-platform-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/powerful-partner-bg.png");background-size:cover;height:450px}@media (max-width: 767px){.powerful-platform-section{height:370px;background-position:center}}@media (min-width: 768px) and (max-width: 991px){.powerful-platform-section{height:320px}}.powerful-platform-section .powerful-platform-title{font-size:58px;line-height:60px}@media (max-width: 767px){.powerful-platform-section .powerful-platform-title{font-size:34px;line-height:37px}}@media (min-width: 768px) and (max-width: 991px){.powerful-platform-section .powerful-platform-title{font-size:36px;line-height:48px}}@media (min-width: 992px) and (max-width: 1199px){.powerful-platform-section .powerful-platform-title{font-size:45px;line-height:48px}}@media (min-width: 1200px) and (max-width: 1399px){.powerful-platform-section .powerful-platform-title{font-size:50px}}.powerful-platform-section .powerful-platform-subtitle{font-size:21px;padding-top:30px}@media (max-width: 767px){.powerful-platform-section .powerful-platform-subtitle{font-size:15px;padding-top:27px}}@media (min-width: 768px) and (max-width: 991px){.powerful-platform-section .powerful-platform-subtitle{font-size:18px}}@media (min-width: 992px) and (max-width: 1270px){.powerful-platform-section .powerful-platform-subtitle{font-size:19px}}.powerful-platform-section .powerful-platform-spacer{height:96px}@media (max-width: 364px){.powerful-platform-section .powerful-platform-spacer{height:32px}}@media (min-width: 365px) and (max-width: 767px){.powerful-platform-section .powerful-platform-spacer{height:62px}}@media (min-width: 768px) and (max-width: 991px){.powerful-platform-section .powerful-platform-spacer{height:66px}}@media (min-width: 992px) and (max-width: 1199px){.powerful-platform-section .powerful-platform-spacer{height:106px}}.haku-family-section{background:linear-gradient(to bottom, #2c2c2c, #2c2c2c 50%, #f30 50%);height:1660px}@media (max-width: 767px){.haku-family-section{height:1130px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section{height:1300px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section{height:1640px}}.haku-family-section .haku-family-padding-top{padding-top:80px}.haku-family-section .haku-family-title{font-size:62px}@media (max-width: 767px){.haku-family-section .haku-family-title{font-size:31px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .haku-family-title{font-size:45px;line-height:55px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .haku-family-title{font-size:52px;line-height:60px}}@media (min-width: 1200px){.haku-family-section .haku-family-title{line-height:60px}}.haku-family-section .haku-family-subtitle{font-size:62px;line-height:70px;color:#F73D0E}@media (max-width: 767px){.haku-family-section .haku-family-subtitle{font-size:31px;line-height:50px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .haku-family-subtitle{font-size:40px;line-height:50px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .haku-family-subtitle{font-size:46px}}.haku-family-section #waveline-container-family{position:relative;width:0;left:50%;height:30px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:1.1s;display:none}@media (max-width: 767px){.haku-family-section #waveline-container-family{left:29%;height:26px;width:230px;max-width:230px;animation-delay:1.5s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section #waveline-container-family{left:49%;height:25px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section #waveline-container-family{left:47%;height:39px}}.haku-family-section #waveline{top:0px;height:45px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.haku-family-section #waveline{height:34px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section #waveline{height:32px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section #waveline{height:40px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.haku-family-section .haku-family-text{font-size:21px;padding-top:26px}@media (max-width: 767px){.haku-family-section .haku-family-text{font-size:16px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .haku-family-text{font-size:16px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .haku-family-text{font-size:19px}}.haku-family-section .why-haku-img-text{position:relative;top:-205px;z-index:1;overflow-wrap:break-word;width:95%}@media (max-width: 767px){.haku-family-section .why-haku-img-text{top:-90px;width:100%}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-haku-img-text{top:-140px;width:100%}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .why-haku-img-text{top:-180px}}.haku-family-section .why-haku-img-title{font-size:22px}@media (max-width: 374px){.haku-family-section .why-haku-img-title{font-size:10px}}@media (min-width: 375px) and (max-width: 767px){.haku-family-section .why-haku-img-title{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-haku-img-title{font-size:16px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .why-haku-img-title{font-size:18px}}.haku-family-section .why-haku-img-subtitle{font-size:16px}@media (max-width: 484px){.haku-family-section .why-haku-img-subtitle{font-size:9px}}@media (min-width: 485px) and (max-width: 767px){.haku-family-section .why-haku-img-subtitle{font-size:10px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-haku-img-subtitle{font-size:12px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .why-haku-img-subtitle{font-size:14px}}.haku-family-section .why-haku-img-overlay{position:relative;overflow:hidden;width:300px}.haku-family-section .why-haku-img-overlay:after{content:'';position:absolute;width:270px;max-height:372px;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3)}@media (max-width: 327px){.haku-family-section .why-haku-img-overlay:after{width:73px;height:99px}}@media (min-width: 328px) and (max-width: 347px){.haku-family-section .why-haku-img-overlay:after{width:76px;height:104px}}@media (min-width: 348px) and (max-width: 364px){.haku-family-section .why-haku-img-overlay:after{width:83px;height:115px}}@media (min-width: 365px) and (max-width: 378px){.haku-family-section .why-haku-img-overlay:after{width:89px;height:122px}}@media (min-width: 379px) and (max-width: 398px){.haku-family-section .why-haku-img-overlay:after{width:93px;height:129px}}@media (min-width: 399px) and (max-width: 418px){.haku-family-section .why-haku-img-overlay:after{width:100px;height:138px}}@media (min-width: 419px) and (max-width: 439px){.haku-family-section .why-haku-img-overlay:after{width:107px;height:147px}}@media (min-width: 440px) and (max-width: 458px){.haku-family-section .why-haku-img-overlay:after{width:114px;height:157px}}@media (min-width: 459px) and (max-width: 479px){.haku-family-section .why-haku-img-overlay:after{width:120px;height:166px}}@media (min-width: 480px) and (max-width: 499px){.haku-family-section .why-haku-img-overlay:after{width:127px;height:175px}}@media (min-width: 500px) and (max-width: 534px){.haku-family-section .why-haku-img-overlay:after{width:134px;height:186px}}@media (min-width: 535px) and (max-width: 584px){.haku-family-section .why-haku-img-overlay:after{width:150px;height:205px}}@media (min-width: 585px) and (max-width: 618px){.haku-family-section .why-haku-img-overlay:after{width:171px;height:236px}}@media (min-width: 619px) and (max-width: 767px){.haku-family-section .why-haku-img-overlay:after{width:100%;height:calc(100% - 2em)}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-haku-img-overlay:after{width:150px;max-height:209px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .why-haku-img-overlay:after{width:224px;max-height:312px}}.haku-family-section .why-haku-testimonail-padding{padding:10px 0px}@media (max-width: 374px){.haku-family-section .why-haku-testimonail-padding{padding:40px 0px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-haku-testimonail-padding{padding:30px 0px}}.haku-family-section .slick-current::after{background:rgba(255,51,0,0.45)}.haku-family-section .slick-center{-webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5);z-index:2}.haku-family-section .slick-list{padding:20px 0px !important;margin:0px 120px !important}@media (max-width: 767px){.haku-family-section .slick-list{padding:15px 0px !important;margin:0px 20px !important}}.haku-family-section .why-left-quote{width:110px;position:absolute;bottom:1910px;left:24%}@media only screen and (max-width: 485px){.haku-family-section .why-left-quote{width:75px;bottom:2080px;left:2%}}@media (min-width: 486px) and (max-width: 584px){.haku-family-section .why-left-quote{width:80px;bottom:2012px;left:6%}}@media (min-width: 585px) and (max-width: 767px){.haku-family-section .why-left-quote{width:80px;bottom:1940px;left:11%}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-left-quote{width:85px;bottom:1662px;left:12%}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .why-left-quote{bottom:1930px;left:10%;width:95px}}@media (min-width: 1200px) and (max-width: 1359px){.haku-family-section .why-left-quote{bottom:1855px;left:17%}}@media (min-width: 1360px) and (max-width: 1520px){.haku-family-section .why-left-quote{bottom:1830px;left:21%}}.haku-family-section .why-right-quote{width:110px;position:absolute;bottom:1548px;right:25%}@media only screen and (max-width: 485px){.haku-family-section .why-right-quote{width:75px;bottom:1790px;right:2%}}@media (min-width: 486px) and (max-width: 584px){.haku-family-section .why-right-quote{width:80px;bottom:1740px;right:6%}}@media (min-width: 585px) and (max-width: 767px){.haku-family-section .why-right-quote{width:80px;bottom:1695px;right:11%}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-right-quote{width:85px;bottom:1306px;right:12%}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .why-right-quote{width:95px;bottom:1500px;right:12%}}@media (min-width: 1200px) and (max-width: 1359px){.haku-family-section .why-right-quote{bottom:1520px;right:18%}}@media (min-width: 1360px) and (max-width: 1520px){.haku-family-section .why-right-quote{bottom:1490px;right:22%}}.haku-family-section .haku-family-wave-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/hakufamily-wave-bg.png");background-size:auto 1550px;background-position:center;background-repeat:no-repeat;height:1140px}@media (max-width: 584px){.haku-family-section .haku-family-wave-bg{background-size:auto 1020px;height:450px}}@media (min-width: 485px) and (max-width: 584px){.haku-family-section .haku-family-wave-bg{background-size:auto 1020px;height:700px}}@media (min-width: 585px) and (max-width: 767px){.haku-family-section .haku-family-wave-bg{background-size:auto 1020px;height:720px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .haku-family-wave-bg{background-size:auto 1020px;height:860px}}.haku-family-section .haku-family-slide-bg{position:relative;top:-680px}@media only screen and (max-width: 767px){.haku-family-section .haku-family-slide-bg{display:none}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .haku-family-slide-bg{top:-510px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .haku-family-slide-bg{top:-640px}}.haku-family-section .haku-family-slide-bg-mobile{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku-family-slide-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;height:450px;position:relative;top:-163px}@media (min-width: 485px) and (max-width: 767px){.haku-family-section .haku-family-slide-bg-mobile{top:-410px;height:480px}}@media (min-width: 767px){.haku-family-section .haku-family-slide-bg-mobile{display:none}}.haku-family-section .haku-family-slide-img{width:1070px}@media only screen and (max-width: 767px){.haku-family-section .haku-family-slide-img{width:300px}}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .haku-family-slide-img{width:720px}}@media (min-width: 992px) and (max-width: 1199px){.haku-family-section .haku-family-slide-img{width:940px}}.haku-family-section .why-haku-circle-img{width:230px}@media (min-width: 768px) and (max-width: 991px){.haku-family-section .why-haku-circle-img{width:120px}}.haku-family-section .haku-family-slider-spacer{height:100px}@media only screen and (max-width: 767px){.haku-family-section .haku-family-slider-spacer{height:50px}}.our-customers{background-color:#FFF;height:670px}@media only screen and (max-width: 767px){.our-customers{height:820px}}@media (min-width: 768px) and (max-width: 991px){.our-customers{height:530px}}@media (min-width: 992px) and (max-width: 1199px){.our-customers{height:600px}}.our-customers .our-customers-title{font-size:40px;font-size:32px}.our-customers .our-customers-margin{margin-top:100px}@media only screen and (max-width: 767px){.our-customers .our-customers-margin{margin-top:70px}}@media (min-width: 768px) and (max-width: 991px){.our-customers .our-customers-margin{margin-top:80px}}.our-customers .customers-img{max-width:160px;max-height:75px;transform:translateY(-50%)}@media only screen and (max-width: 767px){.our-customers .customers-img{max-width:100px;max-height:50px;margin:10px auto}}@media (min-width: 768px) and (max-width: 991px){.our-customers .customers-img{max-width:95px;max-height:45px}}@media (min-width: 992px) and (max-width: 1199px){.our-customers .customers-img{max-width:130px;max-height:58px}}.haku-platform-header{background-color:#000 !important;position:relative;z-index:0}.haku-platform-header .wave-header-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/platform-header-wave.png");height:930px;z-index:2;background-position:bottom right;background-size:100%;background-repeat:no-repeat}@media (max-width: 767px){.haku-platform-header .wave-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/platform-mobile-wave-img.png);background-position:right bottom;background-repeat:no-repeat;background-size:100%;height:780px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header .wave-header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-header .wave-header-section{height:770px}}.haku-platform-header .platform-media-width{width:80%}@media (max-width: 767px){.haku-platform-header .platform-media-width{width:100%}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header .platform-media-width{width:615px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-header .platform-media-width{width:87%}}@media (min-width: 1200px) and (max-width: 1534px){.haku-platform-header .platform-media-width{width:1095px}}@media (min-width: 1530px){.haku-platform-header .platform-media-width{width:1200px}}.haku-platform-header #waveline-container{position:relative;width:0;left:50%;height:50px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.haku-platform-header #waveline-container{left:0%;height:40px;width:230px;max-width:230px;animation-delay:3s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header #waveline-container{left:59%;height:33px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-header #waveline-container{left:59%;height:41px}}@media (min-width: 1200px) and (max-width: 1534px){.haku-platform-header #waveline-container{left:56%}}.haku-platform-header #waveline{top:0px;height:70px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.haku-platform-header #waveline{height:48px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header #waveline{height:45px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-header #waveline{height:54px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}@media (max-width: 767px){.haku-platform-header .img-parallax{width:100% !important}}.haku-platform-header .media{z-index:1020;position:relative;top:40px}.haku-platform-header .media-body{height:690px}@media (max-width: 767px){.haku-platform-header .media-body{height:700px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header .media-body{height:620px}}.haku-platform-header p{font-size:20px;color:#fff}@media (max-width: 767px){.haku-platform-header p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header p{font-size:18px}}.haku-platform-header .header-platform-p{padding-bottom:30px;padding-top:30px;max-width:825px}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header .header-platform-p{padding-top:20px;max-width:565px}}.haku-platform-header .header-platform-title{font-size:72px}@media (max-width: 767px){.haku-platform-header .header-platform-title{font-size:43px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-header .header-platform-title{font-size:44px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-header .header-platform-title{font-size:60px}}.haku-platform-header .header-platform-btn{border:none;padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.haku-platform-header .header-platform-btn:hover,.haku-platform-header .header-platform-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.haku-platform-header .header-platform-btn{padding:16px 40px}}.haku-platform-section{background-color:#191919;height:714px}@media (max-width: 767px){.haku-platform-section{height:1040px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-platform-section{height:656px}}.haku-platform-section .platform-line{border:5px solid #FF3300;width:270px;background-color:#FF3300}@media only screen and (max-width: 767px){.haku-platform-section .platform-line{border:4px solid #FF3300;width:90%}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-platform-section .platform-line{width:125px}}.haku-platform-section .platform-circles{width:30px;margin-top:-10px}@media (max-width: 767px){.haku-platform-section .platform-circles{margin:-6px 10px 10px -25px;width:45px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-section .platform-circles{width:42px}}.haku-platform-section .haku-platform-title{font-size:22px}@media (max-width: 767px){.haku-platform-section .haku-platform-title{font-size:30px}}.haku-platform-section .haku-platform-subtitle{font-size:48px;line-height:54px}@media (max-width: 767px){.haku-platform-section .haku-platform-subtitle{font-size:34px;line-height:40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-platform-section .haku-platform-subtitle{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-section .haku-platform-subtitle{font-size:45px;line-height:52px}}@media (min-width: 1200px) and (max-width: 1384px){.haku-platform-section .haku-platform-subtitle{font-size:45px;line-height:50px}}.haku-platform-section .haku-platform-text{font-size:16px;padding:20px 0px}.haku-platform-section .platform-right-text{font-size:48px;line-height:110px;color:#403F3F}.haku-platform-section .platform-right-text:hover{color:#FF3300;text-decoration:none}@media (max-width: 364px){.haku-platform-section .platform-right-text{font-size:29px;line-height:105px}}@media only screen and (min-width: 365px) and (max-width: 767px){.haku-platform-section .platform-right-text{font-size:36px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-platform-section .platform-right-text{font-size:30px;line-height:100px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-section .platform-right-text{font-size:42px}}.haku-platform-section .platform-right-circle{font-size:24px;position:relative;top:-5px;left:9px;margin-left:25px}@media (max-width: 767px){.haku-platform-section .platform-right-circle{font-size:18px;left:19px;margin-left:10px}}.haku-platform-section .platform-right-border{border:0.5px solid #707070;height:714px;width:1px;position:absolute;right:13.9%}@media (max-width: 767px){.haku-platform-section .platform-right-border{height:545px;right:8.9%;top:-150px}}.haku-platform-section .white-dot-section{margin:0;float:right;position:relative;right:8.9%}@media (min-width: 768px){.haku-platform-section .white-dot-section{right:calc(13.9% - 11px)}}.haku-platform-section .platform-experience-text{font-size:20px;margin:75px 0 45px}@media (max-width: 767px){.haku-platform-section .platform-experience-text{font-size:17px;margin:75px 0 0}}@media (min-width: 768px) and (max-width: 1199px){.haku-platform-section .platform-experience-text{margin:65px 0}}@media (min-width: 1200px) and (max-width: 1310px){.haku-platform-section .platform-experience-text{margin:45px 0}}.haku-platform-section .haku-diff-top-spacer{height:115px}@media (max-width: 767px){.haku-platform-section .haku-diff-top-spacer{height:50px}}@media (min-width: 768px) and (max-width: 991px){.haku-platform-section .haku-diff-top-spacer{height:60px}}@media (min-width: 992px) and (max-width: 1199px){.haku-platform-section .haku-diff-top-spacer{height:80px}}.haku-partnership-section{background-color:#191919;height:714px}@media (max-width: 767px){.haku-partnership-section{height:1200px}}.haku-partnership-section .platform-line{border:5px solid #FF3300;width:270px;background-color:#FF3300}@media only screen and (max-width: 767px){.haku-partnership-section .platform-line{border:4px solid #FF3300;width:90%}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-partnership-section .platform-line{width:125px}}.haku-partnership-section .platform-circles{width:30px;margin-top:-10px}@media only screen and (max-width: 364px){.haku-partnership-section .platform-circles{margin:-6px 10px 10px -4px;width:32px}}@media (min-width: 365px) and (max-width: 767px){.haku-partnership-section .platform-circles{margin:-6px 10px 10px -25px;width:40px}}@media (min-width: 768px) and (max-width: 991px){.haku-partnership-section .platform-circles{width:42px}}.haku-partnership-section .haku-platform-title{font-size:22px}@media only screen and (max-width: 364px){.haku-partnership-section .haku-platform-title{font-size:27px}}@media (min-width: 365px) and (max-width: 767px){.haku-partnership-section .haku-platform-title{font-size:30px}}.haku-partnership-section .haku-platform-subtitle{font-size:48px;line-height:54px}@media only screen and (max-width: 364px){.haku-partnership-section .haku-platform-subtitle{font-size:30px;line-height:38px}}@media (min-width: 365px) and (max-width: 767px){.haku-partnership-section .haku-platform-subtitle{font-size:34px;line-height:40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-partnership-section .haku-platform-subtitle{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.haku-partnership-section .haku-platform-subtitle{font-size:45px;line-height:52px}}@media (min-width: 1200px) and (max-width: 1384px){.haku-partnership-section .haku-platform-subtitle{font-size:45px;line-height:50px}}.haku-partnership-section .haku-platform-text{font-size:16px;padding:20px 0px}.haku-partnership-section .platform-right-text{font-size:48px;line-height:110px;color:#403F3F}.haku-partnership-section .platform-right-text:hover{color:#FF3300}@media (max-width: 767px){.haku-partnership-section .platform-right-text{font-size:36px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-partnership-section .platform-right-text{font-size:30px;line-height:100px}}@media (min-width: 992px) and (max-width: 1199px){.haku-partnership-section .platform-right-text{font-size:42px}}.haku-partnership-section .platform-right-circle{font-size:24px;position:relative;top:-5px;left:9px;margin-left:25px}@media (max-width: 767px){.haku-partnership-section .platform-right-circle{font-size:18px;left:19px;margin-left:10px}}.haku-partnership-section .partnership-right-border{border:0.5px solid #707070;height:714px;width:1px;position:absolute;right:13.9%}@media (max-width: 767px){.haku-partnership-section .partnership-right-border{height:650px;right:8.9%;top:-240px}}.haku-partnership-section .platform-experience-text{font-size:20px;margin:75px 0}@media (max-width: 767px){.haku-partnership-section .platform-experience-text{font-size:17px;margin:75px 0 0}}@media (min-width: 768px) and (max-width: 1199px){.haku-partnership-section .platform-experience-text{margin:65px 0}}@media (min-width: 1200px) and (max-width: 1310px){.haku-partnership-section .platform-experience-text{margin:45px 0}}.haku-partnership-section .haku-diff-top-spacer{height:115px}@media (max-width: 767px){.haku-partnership-section .haku-diff-top-spacer{height:50px}}@media (min-width: 768px) and (max-width: 991px){.haku-partnership-section .haku-diff-top-spacer{height:60px}}@media (min-width: 992px) and (max-width: 1199px){.haku-partnership-section .haku-diff-top-spacer{height:80px}}.all-in-one-section{background-color:#000;height:580px;overflow:hidden}@media (max-width: 767px){.all-in-one-section{height:770px}}@media only screen and (max-width: 767px) and (min-width: 640px) and (max-width: 767px){.all-in-one-section{height:840px}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section{height:520px}}.all-in-one-section .all-in-one-fingerprint{background-image:url(https://s3.amazonaws.com/hakuapps/prod/all-in-fingerprint.png);background-position:106% 55%;background-size:250% auto;height:580px;background-repeat:no-repeat}@media (max-width: 767px){.all-in-one-section .all-in-one-fingerprint{background-image:url(https://s3.amazonaws.com/hakuapps/prod/platform-mobile-fp.png);background-position:156% -75%;background-size:170% auto;height:calc(100vw * 1.782)}}@media only screen and (max-width: 767px) and (min-width: 451px) and (max-width: 538px){.all-in-one-section .all-in-one-fingerprint{background-position:166% -75%;background-size:155% auto;height:calc(100vw * 1.825)}}@media only screen and (max-width: 767px) and (min-width: 539px) and (max-width: 620px){.all-in-one-section .all-in-one-fingerprint{background-position:256% 25%;background-size:125% auto;height:calc(100vw * 1.782)}}@media only screen and (max-width: 767px) and (min-width: 621px) and (max-width: 767px){.all-in-one-section .all-in-one-fingerprint{background-position:856% 25%;background-size:105% auto;height:calc(100vw * 1.40)}}.all-in-one-section #all-in-left{left:-950px}.all-in-one-section #all-in-right{position:relative;right:-600px}.all-in-one-section .all-in-one-gradient{background-image:linear-gradient(#7a7a7b, #000);height:597px}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .all-in-one-gradient{height:520px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-section .all-in-one-gradient{height:567px}}.all-in-one-section .computer-bg-position{z-index:1;position:relative;left:-25%;top:-18%;width:130%;height:114%;overflow:hidden}@media (max-width: 767px){.all-in-one-section .computer-bg-position{width:130%;height:74%;left:-55%;top:-55%}}@media only screen and (max-width: 767px) and (min-width: 541px) and (max-width: 767px){.all-in-one-section .computer-bg-position{top:-95%;left:-35%}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .computer-bg-position{left:-33%;top:-3%;width:150%}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-section .computer-bg-position{left:-27%;top:-8%;width:150%;height:124%}}.all-in-one-section .diagonal-img{width:1088px;position:absolute;margin:auto}@media (max-width: 767px){.all-in-one-section .diagonal-img{width:600px}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .diagonal-img{width:560px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-section .diagonal-img{width:700px}}.all-in-one-section .computer-img-position{position:absolute;z-index:2;top:18%;left:13%}@media only screen and (max-width: 767px){.all-in-one-section .computer-img-position{top:77%;left:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .computer-img-position{top:25%;left:-21%}}@media (min-width: 992px) and (max-width: 1049px){.all-in-one-section .computer-img-position{top:28%;left:-13%}}@media (min-width: 1050px) and (max-width: 1489px){.all-in-one-section .computer-img-position{left:0}}.all-in-one-section .computer-img{width:950px}@media (max-width: 767px){.all-in-one-section .computer-img{width:100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .computer-img{width:140%}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-section .computer-img{width:660px}}@media (min-width: 1200px) and (max-width: 1299px){.all-in-one-section .computer-img{width:805px}}@media (min-width: 1300px) and (max-width: 1419px){.all-in-one-section .computer-img{width:870px}}.all-in-one-section .all-in-title{font-size:36px;color:#2C2C2C;padding:30px 0}@media (max-width: 767px){.all-in-one-section .all-in-title{font-size:21px}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .all-in-title{font-size:28px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-section .all-in-title{font-size:36px}}.all-in-one-section #all-in-section-text{position:relative;right:-50px;opacity:0}.all-in-one-section .all-in-subtitle{font-size:56px;line-height:60px;padding:30px 0}@media (max-width: 767px){.all-in-one-section .all-in-subtitle{font-size:34px;line-height:40px;padding:20px 0 0}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .all-in-subtitle{font-size:32px;line-height:36px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-section .all-in-subtitle{font-size:44px;line-height:54px}}@media (min-width: 1200px) and (max-width: 1350px){.all-in-one-section .all-in-subtitle{font-size:50px}}.all-in-one-section .all-in-line{border:5px solid #FF3300;width:220px;background-color:#FF3300}@media (max-width: 767px){.all-in-one-section .all-in-line{border:5px solid #FF3300;width:120px}}@media only screen and (max-width: 767px){.all-in-one-section .all-in-line{border:4px solid #FF3300;width:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .all-in-line{width:125px}}.all-in-one-section .all-in-text{font-size:18px;padding:30px 0}@media only screen and (max-width: 767px){.all-in-one-section .all-in-text{font-size:16px;padding:0px 0}}@media only screen and (min-width: 768px) and (max-width: 991px){.all-in-one-section .all-in-text{font-size:16px}}.all-in-one-features-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/all-in-bg.png");background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden}.all-in-one-features-section .all-in-one-spacer{height:260px}@media only screen and (max-width: 767px){.all-in-one-features-section .all-in-one-spacer{height:90px}}@media (max-width: 767px){.all-in-one-features-section .one-diff-img{max-width:100%;overflow:hidden}}.all-in-one-features-section #allInBold{left:-950px;position:relative}.all-in-one-features-section #all-in-img{position:relative;right:-900px}.all-in-one-features-section .all-in-img{width:720px}@media only screen and (max-width: 767px){.all-in-one-features-section .all-in-img{max-width:115% !important;margin:0px -26px}}@media only screen and (max-width: 767px) and (min-width: 680px) and (max-width: 767px){.all-in-one-features-section .all-in-img{width:810px}}@media (min-width: 768px) and (max-width: 991px){.all-in-one-features-section .all-in-img{width:420px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-features-section .all-in-img{width:520px}}@media (min-width: 1200px) and (max-width: 1349px){.all-in-one-features-section .all-in-img{width:620px}}.all-in-one-features-section .experience-title-text{font-size:60px;line-height:66px}@media (max-width: 767px){.all-in-one-features-section .experience-title-text{font-size:34px;line-height:46px}}@media (min-width: 768px) and (max-width: 991px){.all-in-one-features-section .experience-title-text{font-size:28px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-features-section .experience-title-text{font-size:42px;line-height:56px}}@media (min-width: 1200px) and (max-width: 1349px){.all-in-one-features-section .experience-title-text{font-size:52px;line-height:64px}}.all-in-one-features-section .all-in-subtext{font-size:16px;padding-top:24px}@media (max-width: 767px){.all-in-one-features-section .all-in-subtext{padding-bottom:40px}}.all-in-one-features-section .feature-img-row{padding:20px 0}@media (max-width: 767px){.all-in-one-features-section .feature-img-row{padding:0}}.all-in-one-features-section .feature-img-bg{background-color:#F4F4F4;width:85%;height:240px;padding:50px 0px;margin:auto;float:none;border-radius:0px}@media (max-width: 767px){.all-in-one-features-section .feature-img-bg{width:100%;height:170px;padding:30px 0px;margin:10px auto}}@media (min-width: 768px) and (max-width: 991px){.all-in-one-features-section .feature-img-bg{width:100%;height:146px;padding:30px 0px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-features-section .feature-img-bg{width:100%;height:200px;padding:50px 5px}}.all-in-one-features-section .feature-img{max-height:80px;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.all-in-one-features-section .feature-img:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}@media (max-width: 767px){.all-in-one-features-section .feature-img{max-height:60px}}@media (min-width: 768px) and (max-width: 991px){.all-in-one-features-section .feature-img{max-height:45px}}@media (min-width: 992px) and (max-width: 1199px){.all-in-one-features-section .feature-img{max-height:65px}}.all-in-one-features-section .feature-img-text{font-size:16px;max-width:200px;display:block;margin:auto;padding:20px 0px;font-weight:bold}@media (max-width: 991px){.all-in-one-features-section .feature-img-text{font-size:12px}}.best-in-class-section{background-color:#FF3300;height:2840px;background-image:url(https://s3.amazonaws.com/hakuapps/prod/feature-white-wave.png);background-repeat:no-repeat;background-size:100%;overflow:hidden}@media (max-width: 500px){.best-in-class-section{height:1750px}}@media (min-width: 501px) and (max-width: 710px){.best-in-class-section{height:1880px}}@media (min-width: 711px) and (max-width: 767px){.best-in-class-section{height:1950px}}@media (min-width: 768px) and (max-width: 879px){.best-in-class-section{height:2260px}}@media (min-width: 880px) and (max-width: 991px){.best-in-class-section{height:2380px}}@media (min-width: 992px) and (max-width: 1199px){.best-in-class-section{height:2420px}}@media (min-width: 1200px) and (max-width: 1299px){.best-in-class-section{height:2660px}}@media (min-width: 1300px) and (max-width: 1399px){.best-in-class-section{height:2780px}}.best-in-class-section .best-in-class-header{font-size:36px;opacity:55%;padding-right:100px}@media (max-width: 767px){.best-in-class-section .best-in-class-header{font-size:21px;padding-left:45px;padding-right:0}}@media (min-width: 768px) and (max-width: 991px){.best-in-class-section .best-in-class-header{font-size:28px}}.best-in-class-section .best-in-class-spacer{height:240px}@media (max-width: 767px){.best-in-class-section .best-in-class-spacer{height:160px}}.best-in-class-section #best-section-text{position:relative;right:-50px;opacity:0}.best-in-class-section #bestInTitle{position:relative;top:-40px;opacity:0}.best-in-class-section .best-in-class-title{font-size:56px;line-height:60px;padding-top:110px}@media (max-width: 767px){.best-in-class-section .best-in-class-title{font-size:36px;line-height:40px;padding-top:50px;padding-left:45px}}@media (min-width: 768px) and (max-width: 991px){.best-in-class-section .best-in-class-title{font-size:44px}}@media (min-width: 992px) and (max-width: 1199px){.best-in-class-section .best-in-class-title{font-size:45px;line-height:54px}}.best-in-class-section .best-in-class-subtext{padding-top:20px;font-size:16px}@media (max-width: 767px){.best-in-class-section .best-in-class-subtext{padding-left:45px}}.best-in-class-section .best-in-class-text{font-size:22px;padding:40px 0px}@media (max-width: 767px){.best-in-class-section .best-in-class-text{font-size:20px;padding:40px 0px 40px 45px}}.best-in-class-section .best-in-class-bg{background-image:url(https://s3.amazonaws.com/hakuapps/prod/best-in-class-bg.png);height:1480px;background-repeat:no-repeat;background-position:top;background-size:100% auto}@media (max-width: 564px){.best-in-class-section .best-in-class-bg{height:calc(100vw * 1.3)}}@media (min-width: 565px) and (max-width: 767px){.best-in-class-section .best-in-class-bg{height:calc(100vw * 1.25)}}@media (min-width: 768px) and (max-width: 879px){.best-in-class-section .best-in-class-bg{height:870px}}@media (min-width: 880px) and (max-width: 1199px){.best-in-class-section .best-in-class-bg{height:1080px}}@media (min-width: 1200px) and (max-width: 1299px){.best-in-class-section .best-in-class-bg{height:1170px}}@media (min-width: 1300px) and (max-width: 1399px){.best-in-class-section .best-in-class-bg{height:1300px}}@media (min-width: 1400px) and (max-width: 1450px){.best-in-class-section .best-in-class-bg{height:1330px}}.best-in-class-section .dev-bg-position{position:relative;top:30%;left:19%}@media (max-width: 767px){.best-in-class-section .dev-bg-position{top:20%;left:9%}}@media (min-width: 768px) and (max-width: 991px){.best-in-class-section .dev-bg-position{top:20%;left:12%}}@media (min-width: 992px) and (max-width: 1199px){.best-in-class-section .dev-bg-position{top:20%;left:10%}}@media (min-width: 1200px) and (max-width: 1400px){.best-in-class-section .dev-bg-position{top:23%;left:12%}}.best-in-class-section .support-bg-position{position:relative;z-index:1}.best-in-class-section .haku-developers-img{width:700px}.best-in-class-section .tech-support-img{float:right;width:800px}.best-in-class-section .orange-overlay{background:rgba(255,51,0,0.45);height:840px;width:570px;position:absolute;z-index:2;top:4470px}@media (max-width: 767px){.best-in-class-section .orange-overlay{background:rgba(255,51,0,0.45);height:calc(100vw *0.50);width:40%;position:absolute;z-index:2;top:5180px}}@media (min-width: 768px) and (max-width: 991px){.best-in-class-section .orange-overlay{height:480px;width:350px;top:3815px}}@media (min-width: 992px) and (max-width: 1199px){.best-in-class-section .orange-overlay{height:580px;width:470px;top:4180px}}@media (min-width: 1200px) and (max-width: 1400px){.best-in-class-section .orange-overlay{height:700px;width:500px;top:4560px}}.best-in-class-section .testimonial-white-div{background-color:#FFF;padding:30px 30px 30px 50px;width:530px;min-height:500px;margin:auto;position:relative;top:130px}@media only screen and (max-width: 364px){.best-in-class-section .testimonial-white-div{padding:10px 10px 20px 20px;width:250px;min-height:480px;top:60px}}@media only screen and (min-width: 365px) and (max-width: 767px){.best-in-class-section .testimonial-white-div{padding:10px 10px 20px 20px;width:290px;min-height:410px;top:60px}}@media only screen and (min-width: 768px) and (max-width: 991px){.best-in-class-section .testimonial-white-div{width:500px;min-height:445px}}.best-in-class-section .testimonial-line{border:6px solid #FF3300;width:185px;background-color:#FF3300}@media only screen and (max-width: 767px){.best-in-class-section .testimonial-line{border:4px solid #FF3300;width:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.best-in-class-section .testimonial-line{width:125px}}.best-in-class-section .client-circle-img{-webkit-filter:drop-shadow(-22px 10px 0px #E8E8E8);filter:drop-shadow(-22px 10px 0px #E8E8E8);width:170px;margin:20px 0}.best-in-class-section .testimonials-text{font-size:20px}@media only screen and (max-width: 767px){.best-in-class-section .testimonials-text{font-size:16px}}@media only screen and (min-width: 768px) and (max-width: 991px){.best-in-class-section .testimonials-text{font-size:18px}}.best-in-class-section .client-name-text{color:#403F3F;font-size:15px;margin-top:115px}@media only screen and (max-width: 767px){.best-in-class-section .client-name-text{font-size:11px;margin-top:70px}}@media only screen and (min-width: 768px) and (max-width: 991px){.best-in-class-section .client-name-text{margin-top:65px}}.best-in-class-section .best-in-class-quote{background-image:url(https://s3.amazonaws.com/hakuapps/prod/ts-testimonial-bg.png);background-size:contain;background-repeat:no-repeat;height:700px;background-position:top;position:relative;top:-80px}@media only screen and (max-width: 767px){.best-in-class-section .best-in-class-quote{max-height:500px}}.best-in-class-section .left-quote-div{position:relative;top:-450px;left:17%}@media only screen and (max-width: 767px){.best-in-class-section .left-quote-div{top:-340px;left:0px}}@media only screen and (min-width: 768px) and (max-width: 991px){.best-in-class-section .left-quote-div{top:-490px;left:0px}}@media (min-width: 992px) and (max-width: 1199px){.best-in-class-section .left-quote-div{left:60px}}.best-in-class-section .right-quote-div{position:relative;top:600px;right:22%}@media only screen and (max-width: 364px){.best-in-class-section .right-quote-div{top:550px;left:-50px}}@media only screen and (min-width: 365px) and (max-width: 767px){.best-in-class-section .right-quote-div{top:480px;left:-50px}}@media only screen and (min-width: 768px) and (max-width: 991px){.best-in-class-section .right-quote-div{top:580px;right:110px}}@media (min-width: 992px) and (max-width: 1199px){.best-in-class-section .right-quote-div{right:150px}}.best-in-class-section .why-left-quote,.best-in-class-section .why-right-quote{width:125px}@media only screen and (max-width: 767px){.best-in-class-section .why-left-quote,.best-in-class-section .why-right-quote{width:80px}}.made-for-you-section{background-color:#191919;height:1100px;overflow:hidden}@media only screen and (max-width: 767px){.made-for-you-section{height:1030px}}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section{height:890px}}@media (min-width: 992px) and (max-width: 1199px){.made-for-you-section{height:910px}}.made-for-you-section .made-for-subtitle{font-size:36px;color:#403F3F;position:relative;padding-top:70px;padding-right:100px}@media only screen and (max-width: 767px){.made-for-you-section .made-for-subtitle{top:20px;font-size:21px;padding-right:45px}}.made-for-you-section .made-for-you-title{font-size:56px;line-height:62px;padding:40px 0}@media only screen and (max-width: 364px){.made-for-you-section .made-for-you-title{font-size:34px;line-height:42px;padding:60px 0 30px 0}}@media (min-width: 365px) and (max-width: 767px){.made-for-you-section .made-for-you-title{font-size:36px;line-height:46px;padding:60px 0 30px 0}}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section .made-for-you-title{font-size:36px;line-height:50px}}@media (min-width: 992px) and (max-width: 1199px){.made-for-you-section .made-for-you-title{font-size:45px;line-height:54px}}@media (min-width: 1200px) and (max-width: 1420px){.made-for-you-section .made-for-you-title{padding:0 0 40px;width:80% !important}}.made-for-you-section .made-for-text{padding-top:20px;font-size:16px}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section .made-for-text{padding-bottom:20px}}.made-for-you-section #madeForTitle{position:relative;top:-40px;opacity:0}.made-for-you-section #madeForText{position:relative;right:-50px;opacity:0}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section .made-for-div{top:-50px}}.made-for-you-section .made-for-icon{background-color:#2C2C2C;padding:40px;margin:30px;border-radius:0px}@media only screen and (max-width: 767px){.made-for-you-section .made-for-icon{padding:20px 0px;margin:6px 5px}}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section .made-for-icon{padding:30px 10px;margin:0px}}@media (min-width: 992px) and (max-width: 1199px){.made-for-you-section .made-for-icon{padding:30px 20px;margin:5px}}@media (min-width: 1200px) and (max-width: 1431px){.made-for-you-section .made-for-icon{padding:40px 0px;margin:10px}}.made-for-you-section .made-for-img{max-height:90px;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.made-for-you-section .made-for-img:hover{-webkit-transform:translateY(-8px);transform:translateY(-8px)}@media only screen and (max-width: 767px){.made-for-you-section .made-for-img{max-height:60px}}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section .made-for-img{max-height:50px}}@media (min-width: 992px) and (max-width: 1199px){.made-for-you-section .made-for-img{max-height:70px}}.made-for-you-section .icon-text{padding-top:30px;font-size:14px}@media (max-width: 1199px){.made-for-you-section .icon-text{padding-top:15px;font-size:11px}}@media (min-width: 1200px) and (max-width: 1534px){.made-for-you-section .icon-text{font-size:12px}}.made-for-you-section .explore-text{font-size:18px;padding:0px 0 40px}@media only screen and (max-width: 767px){.made-for-you-section .explore-text{font-size:16px}}@media (min-width: 768px) and (max-width: 991px){.made-for-you-section .explore-text{font-size:16px;padding:30px 0}}.made-for-you-section .explore-partnership-btn{border:none;padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.made-for-you-section .explore-partnership-btn:hover,.made-for-you-section .explore-partnership-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.made-for-you-section .explore-partnership-btn{padding:16px 52px}}.partnership-header{background:url("https://s3.amazonaws.com/hakuapps/prod/partnership-header-img.png");background-position:top;background-size:cover;background-color:#000 !important}@media (max-width: 767px){.partnership-header{background-position:70% 100%;background-image:url("https://s3.amazonaws.com/hakuapps/prod/partnership-mobile-bg.png")}}@media (min-width: 768px) and (max-width: 991px){.partnership-header{background-position:70% 50%}}.partnership-header .wave-header-section{background:url("https://s3.amazonaws.com/hakuapps/prod/partnership-wave-banner.png");height:930px;background-position:bottom left;background-repeat:no-repeat;background-size:100%}@media (max-width: 767px){.partnership-header .wave-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/partner-wave-mobile-bg.png);height:780px}}@media (min-width: 768px) and (max-width: 991px){.partnership-header .wave-header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.partnership-header .wave-header-section{height:770px}}.partnership-header .platform-media-width{width:70%}@media (max-width: 767px){.partnership-header .platform-media-width{width:100%}}@media (min-width: 768px) and (max-width: 991px){.partnership-header .platform-media-width{width:570px}}@media (min-width: 992px) and (max-width: 1199px){.partnership-header .platform-media-width{width:720px}}@media (min-width: 1422px){.partnership-header .platform-media-width{width:970px}}.partnership-header .media{z-index:1020;position:relative;top:40px}.partnership-header .media-body{height:740px}@media (max-width: 767px){.partnership-header .media-body{height:700px}}@media (min-width: 768px) and (max-width: 991px){.partnership-header .media-body{height:665px}}@media (min-width: 992px) and (max-width: 1199px){.partnership-header .media-body{height:690px}}.partnership-header p{font-size:20px;color:#fff}@media (max-width: 767px){.partnership-header p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.partnership-header p{font-size:18px}}.partnership-header .header-platform-p{padding-bottom:30px;padding-top:30px;max-width:825px}@media (max-width: 767px){.partnership-header .header-platform-p{padding-top:40px}}@media (min-width: 768px) and (max-width: 991px){.partnership-header .header-platform-p{padding-top:20px;max-width:565px}}.partnership-header .header-platform-title{font-size:72px}@media (max-width: 767px){.partnership-header .header-platform-title{font-size:44px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.partnership-header .header-platform-title{font-size:44px}}@media (min-width: 992px) and (max-width: 1199px){.partnership-header .header-platform-title{font-size:60px}}.partnership-header .header-platform-btn{padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;border:none;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.partnership-header .header-platform-btn:hover,.partnership-header .header-platform-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.partnership-header .header-platform-btn{padding:16px 26px}}.partnership-header #waveline-container{position:relative;width:0;left:30%;height:46px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.partnership-header #waveline-container{left:0%;height:40px;width:230px;max-width:230px;animation-delay:3s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.partnership-header #waveline-container{left:24%;height:33px}}@media (min-width: 992px) and (max-width: 1199px){.partnership-header #waveline-container{left:36%;height:40px}}.partnership-header #waveline{top:0px;height:65px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.partnership-header #waveline{height:40px}}@media (min-width: 768px) and (max-width: 991px){.partnership-header #waveline{height:40px}}@media (min-width: 992px) and (max-width: 1199px){.partnership-header #waveline{height:50px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.service-bannner-bg{background-image:url(https://s3.amazonaws.com/hakuapps/prod/servive-bg-img.png);background-repeat:no-repeat;background-size:cover;background-position:top}.service-bannner-bg .service-spacer{height:140px}@media only screen and (max-width: 767px){.service-bannner-bg .service-spacer{height:60px;background-position:10% 50%}}@media (min-width: 768px) and (max-width: 1199px){.service-bannner-bg .service-spacer{height:110px}}.service-bannner-bg .service-font{font-size:68px;line-height:70px}@media only screen and (max-width: 767px){.service-bannner-bg .service-font{font-size:36px;line-height:36px}}@media (min-width: 768px) and (max-width: 991px){.service-bannner-bg .service-font{font-size:45px;line-height:45px}}@media (min-width: 992px) and (max-width: 1199px){.service-bannner-bg .service-font{font-size:50px;line-height:50px}}.service-bannner-bg #waveline-container-service{position:relative;width:0;left:30%;height:90px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.5s;display:none}@media (max-width: 767px){.service-bannner-bg #waveline-container-service{left:20%;height:40px;width:230px;max-width:230px;animation-delay:1s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.service-bannner-bg #waveline-container-service{left:31%;height:50px;animation-delay:1s;animation:leftToRight 1s ease-in;animation-fill-mode:forwards}}@media (min-width: 992px) and (max-width: 1199px){.service-bannner-bg #waveline-container-service{left:34%;height:60px;animation-delay:1s;animation:leftToRight 1s ease-in;animation-fill-mode:forwards}}@media (min-width: 1485px) and (max-width: 1699px){.service-bannner-bg #waveline-container-service{left:35%}}@media (min-width: 1700px){.service-bannner-bg #waveline-container-service{left:40%}}.service-bannner-bg #waveline{top:0px;height:96px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.service-bannner-bg #waveline{height:60px}}@media (min-width: 768px) and (max-width: 991px){.service-bannner-bg #waveline{height:66px}}@media (min-width: 992px) and (max-width: 1199px){.service-bannner-bg #waveline{height:90px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.gray-bottom-border{border-bottom:1px solid #ccc}.service-section{background-color:#FFF;padding:40px 0;height:1410px;overflow:hidden}@media only screen and (max-width: 767px){.service-section{height:1800px}}@media (min-width: 768px) and (max-width: 991px){.service-section{height:1230px}}@media (min-width: 992px) and (max-width: 1199px){.service-section{height:1290px}}.service-section .service-team-title{font-size:60px;line-height:60px;color:#F73B0E}@media only screen and (max-width: 767px){.service-section .service-team-title{font-size:34px;line-height:34px}}@media (min-width: 768px) and (max-width: 991px){.service-section .service-team-title{font-size:36px;line-height:36px}}@media (min-width: 992px) and (max-width: 1199px){.service-section .service-team-title{font-size:45px;line-height:45px}}.service-section #serviceTitle{position:relative;left:-700px}.service-section #serviceImg{position:relative;right:-1000px}.service-section #serviceList{position:relative;display:none;right:-80px}.service-section .service-team-subtext{font-size:16px;color:#000;padding:20px 0}@media only screen and (max-width: 767px){.service-section .service-team-subtext{font-size:14px}}@media (min-width: 768px) and (max-width: 991px){.service-section .service-team-subtext{font-size:15px}}.service-section .service-team-text{font-size:16px;color:#000;padding:20px 0}@media only screen and (max-width: 767px){.service-section .service-team-text{font-size:14px}}@media (min-width: 768px) and (max-width: 991px){.service-section .service-team-text{font-size:15px}}@media (min-width: 1226px) and (max-width: 1251px){.service-section .service-team-text{width:94.5% !important}}@media (min-width: 1414px) and (max-width: 1441px){.service-section .service-team-text{width:94.25% !important}}@media (min-width: 1641px) and (max-width: 1650px){.service-section .service-team-text{width:100% !important}}@media (min-width: 1651px) and (max-width: 1730px){.service-section .service-team-text{width:97% !important}}.service-section .service-list-text{font-size:20px;color:#434141}@media only screen and (max-width: 767px){.service-section .service-list-text{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.service-section .service-list-text{font-size:18px}}@media (min-width: 992px) and (max-width: 1199px){.service-section .service-list-text{font-size:16px}}.service-section .service-list-text li{display:inline-block;padding:10px 0}@media (min-width: 1839px){.service-section .service-list-text li{display:block}}.service-section .service-list-text img{width:36px;margin:20px 20px 20px 0px}@media only screen and (max-width: 767px){.service-section .service-list-text img{width:22px;margin:10px 10px 10px 0px}}@media (min-width: 768px) and (max-width: 991px){.service-section .service-list-text img{margin:20px 10px 20px 0px}}@media (min-width: 768px) and (max-width: 1199px){.service-section .service-list-text img{width:26px}}@media only screen and (min-width: 768px){.service-section .service-list-text .service-li-text{padding:20px 0}}.service-section .service-position{max-height:630px}@media (min-width: 1422px){.service-section .service-position{position:relative;top:-110px;left:-80px}}@media only screen and (max-width: 767px){.service-section .service-img{padding-left:10%}}@media (min-width: 1200px) and (max-width: 1421px){.service-section .service-img{min-width:500px}}@media (min-width: 1422px){.service-section .service-img{min-width:675px}}.service-community{padding:60px 100px;overflow:hidden}@media only screen and (max-width: 767px){.service-community{padding:40px 10px}}@media (min-width: 365px) and (max-width: 767px){.service-community{padding:40px 30px}}@media (min-width: 768px) and (max-width: 991px){.service-community{padding:40px 50px}}@media only screen and (max-width: 767px){.service-community .icon-padding{padding:0}}@media (min-width: 768px) and (max-width: 991px){.service-community .icon-padding{padding-top:100px}}.service-community #serviceIcons{position:relative}@media only screen and (min-width: 1400px){.service-community #serviceIcons{display:none;left:-830px}}.service-community #serviceRight{position:relative;display:none;right:-90px}.service-community .service-community-icon{max-width:230px;padding:20px}@media only screen and (max-width: 767px){.service-community .service-community-icon{max-width:140px;padding:10px}}@media (min-width: 365px) and (max-width: 767px){.service-community .service-community-icon{max-width:160px;padding:10px}}@media (min-width: 768px) and (max-width: 991px){.service-community .service-community-icon{max-width:150px;padding:15px}}@media (min-width: 992px) and (max-width: 1199px){.service-community .service-community-icon{max-width:210px}}@media only screen and (min-width: 768px){.text-no-wrap{white-space:nowrap}}.service-subtitle{font-size:36px;color:#ADADAD;padding-right:100px}@media only screen and (max-width: 767px){.service-subtitle{top:20px;font-size:21px;padding-right:30px}}@media (min-width: 768px) and (max-width: 991px){.service-subtitle{font-size:28px;padding-right:50px}}.service-subtext{color:#676666;font-size:20px}@media (max-width: 767px){.service-subtext{font-size:18px;padding-top:10px}}.service-line{border:6px solid #F73C0E;width:225px}@media only screen and (max-width: 767px){.service-line{border:5px solid #F73C0E;width:50%}}@media only screen and (min-width: 768px) and (max-width: 991px){.service-line{width:125px}}.strategy-section{background-color:#000;height:calc(100vw *1.65);overflow:hidden;background-image:url("https://s3.amazonaws.com/hakuapps/prod/strategy-black-bg.png");background-repeat:no-repeat;background-position:bottom;background-size:100%;padding:60px 0}@media only screen and (max-width: 364px){.strategy-section{padding:20px 30px;height:2430px}}@media (min-width: 365px) and (max-width: 767px){.strategy-section{padding:20px 30px;height:2250px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section{height:1870px}}@media (min-width: 992px) and (max-width: 1075px){.strategy-section{height:1920px}}@media (min-width: 1076px) and (max-width: 1199px){.strategy-section{height:2100px}}@media (min-width: 1490px) and (max-width: 1740px){.strategy-section{height:calc(100vw *1.55)}}@media (min-width: 1741px){.strategy-section{height:calc(100vw * 1.48)}}.strategy-section .strategy-subtitle{font-size:36px;color:#403F3F;position:relative;padding-right:100px}@media only screen and (max-width: 767px){.strategy-section .strategy-subtitle{top:20px;font-size:21px;padding-right:15px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section .strategy-subtitle{font-size:28px;padding-right:50px}}.strategy-section .strategy-title{font-size:56px;line-height:62px;padding-top:40px}@media only screen and (max-width: 767px){.strategy-section .strategy-title{font-size:36px;line-height:40px;padding:80px 0 30px 0}}@media (min-width: 768px) and (max-width: 991px){.strategy-section .strategy-title{font-size:40px;line-height:42px;padding:80px 0 15px 0}}@media (min-width: 992px) and (max-width: 1199px){.strategy-section .strategy-title{font-size:45px;line-height:54px}}@media (min-width: 1200px) and (max-width: 1420px){.strategy-section .strategy-title{padding:0 0 20px;width:64% !important}}@media (min-width: 1882px){.strategy-section .strategy-title{width:40% !important}}.strategy-section .strategy-text{padding-top:10px;font-size:16px}@media only screen and (max-width: 767px){.strategy-section .strategy-text{font-size:14px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section .strategy-text{padding-bottom:20px}}.strategy-section .strategy-number-font{font-size:180px;line-height:160px}@media only screen and (max-width: 767px){.strategy-section .strategy-number-font{font-size:80px;line-height:80px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section .strategy-number-font{font-size:95px;line-height:95px}}@media (min-width: 992px) and (max-width: 1199px){.strategy-section .strategy-number-font{font-size:145px;line-height:125px}}.strategy-section .strategy-number-text{font-size:40px}@media only screen and (max-width: 767px){.strategy-section .strategy-number-text{font-size:28px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section .strategy-number-text{font-size:20px}}@media (min-width: 992px) and (max-width: 1199px){.strategy-section .strategy-number-text{font-size:28px}}.strategy-section .number-title{font-size:20px;padding-top:20px}@media only screen and (max-width: 767px){.strategy-section .number-title{font-size:16px;padding-top:0px}}@media (min-width: 768px) and (max-width: 1199px){.strategy-section .number-title{font-size:18px;padding-top:0px}}.strategy-section .number-p{font-size:14px;padding-top:20px}@media only screen and (max-width: 767px){.strategy-section .number-p{font-size:12px;padding-top:0px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section .number-p{font-size:12px}}@media (min-width: 768px) and (max-width: 1199px){.strategy-section .number-p{padding-top:10px}}.strategy-section #waveline-container-partnership{position:relative;width:0;left:40%;height:40px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:1s;display:none}@media (max-width: 767px){.strategy-section #waveline-container-partnership{left:15%;height:25px;width:230px;max-width:230px;animation-delay:1.5s;animation:leftToRight 3s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.strategy-section #waveline-container-partnership{left:41%;height:30px}}@media (min-width: 992px) and (max-width: 1199px){.strategy-section #waveline-container-partnership{left:40%;height:39px}}.strategy-section #waveline{top:0px;height:64px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.strategy-section #waveline{height:40px}}@media (min-width: 768px) and (max-width: 991px){.strategy-section #waveline{height:44px}}@media (min-width: 992px) and (max-width: 1199px){.strategy-section #waveline{height:55px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.no-3-margin-left{margin-left:200px}@media only screen and (max-width: 767px){.no-3-margin-left{margin-left:0}}@media (min-width: 768px) and (max-width: 991px){.no-3-margin-left{margin-left:7.5%}}@media (min-width: 992px) and (max-width: 1199px){.no-3-margin-left{margin-left:14%}}.no-4-margin-left{margin-left:200px}@media only screen and (max-width: 767px){.no-4-margin-left{margin-left:0}}@media (min-width: 768px) and (max-width: 991px){.no-4-margin-left{margin-left:9.5%}}@media (min-width: 992px) and (max-width: 1199px){.no-4-margin-left{margin-left:9.7%}}@media (min-width: 1200px) and (max-width: 1570px){.no-4-margin-left{margin-left:12.5%}}.dot-1,.dot-2,.dot-3,.dot-4,.dot-5{height:35px;width:35px;background-color:#DE010B;border-radius:50%;display:inline-block;border:10px solid #FF3300;position:relative;box-shadow:0px 0px 0 18px #000;z-index:2}@media only screen and (max-width: 767px){.dot-1,.dot-2,.dot-3,.dot-4,.dot-5{display:none}}@media (min-width: 768px) and (max-width: 1199px){.dot-1,.dot-2,.dot-3,.dot-4,.dot-5{height:30px;width:30px;border:7px solid #FF3300;box-shadow:0px 0px 0 14px #000}}.dot-1{top:-10px;left:53%}@media (min-width: 768px) and (max-width: 991px){.dot-1{top:-50px}}@media (min-width: 992px) and (max-width: 1199px){.dot-1{top:-20px}}.dot-2{top:90px;left:51%}@media (min-width: 768px) and (max-width: 1199px){.dot-2{top:calc(100vw/15);left:1%}}.dot-3{top:74px;left:56%}@media (min-width: 768px) and (max-width: 991px){.dot-3{top:50px;left:24%}}.dot-4{top:75px;left:28%}@media (min-width: 768px) and (max-width: 991px){.dot-4{top:50px}}.dot-5{top:100px;left:4%;z-index:2}@media (min-width: 768px) and (max-width: 991px){.dot-5{left:11%}}@media (min-width: 992px) and (max-width: 1075px){.dot-5{left:16%}}@media (min-width: 1076px) and (max-width: 1199px){.dot-5{left:17%}}.strategy-line{position:relative;top:-1075px}@media (min-width: 768px) and (max-width: 799px){.strategy-line{top:-670px}}@media (min-width: 800px) and (max-width: 925px){.strategy-line{top:-660px}}@media (min-width: 926px) and (max-width: 991px){.strategy-line{top:-620px}}@media (min-width: 992px) and (max-width: 1075px){.strategy-line{top:-855px}}@media (min-width: 1076px) and (max-width: 1199px){.strategy-line{top:-825px}}@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){.strategy-svg{display:none}.dot-1{display:none}.strategy-btm{top:520px !important}}.number-1{position:relative;top:0px}@media (min-width: 992px) and (max-width: 1199px){.number-1{top:10px}}@media (min-width: 1286px){.number-1{top:60px}}.number-2{position:relative;top:190px}@media only screen and (max-width: 767px){.number-2{top:0}}@media (min-width: 768px) and (max-width: 799px){.number-2{top:57px}}@media (min-width: 800px) and (max-width: 925px){.number-2{top:70px}}@media (min-width: 926px) and (max-width: 991px){.number-2{top:120px}}@media (min-width: 992px) and (max-width: 1075px){.number-2{top:70px}}@media (min-width: 1076px) and (max-width: 1140px){.number-2{top:120px}}@media (min-width: 1141px) and (max-width: 1199px){.number-2{top:144px}}@media (min-width: 1200px) and (max-width: 1279px){.number-2{top:50px}}@media (min-width: 1280px) and (max-width: 1310px){.number-2{top:70px}}@media (min-width: 1311px) and (max-width: 1399px){.number-2{top:110px}}@media (min-width: 1400px) and (max-width: 1516px){.number-2{top:140px}}@media (min-width: 1850px){.number-2{top:290px}}.number-3{position:relative;top:365px;left:-0.5%}@media only screen and (max-width: 767px){.number-3{top:0;left:0}}@media (min-width: 768px) and (max-width: 799px){.number-3{top:120px}}@media (min-width: 800px) and (max-width: 830px){.number-3{top:125px}}@media (min-width: 831px) and (max-width: 869px){.number-3{top:140px}}@media (min-width: 870px) and (max-width: 900px){.number-3{top:160px}}@media (min-width: 901px) and (max-width: 925px){.number-3{top:180px}}@media (min-width: 926px) and (max-width: 991px){.number-3{top:240px}}@media (min-width: 992px) and (max-width: 1036px){.number-3{top:145px}}@media (min-width: 1037px) and (max-width: 1075px){.number-3{top:175px}}@media (min-width: 1076px) and (max-width: 1140px){.number-3{top:230px}}@media (min-width: 1141px) and (max-width: 1199px){.number-3{top:270px}}@media (min-width: 1200px) and (max-width: 1257px){.number-3{top:112px;left:-5.2%}}@media (min-width: 1258px) and (max-width: 1289px){.number-3{top:148px;left:-4.15%}}@media (min-width: 1290px) and (max-width: 1339px){.number-3{top:185px;left:-3.5%}}@media (min-width: 1340px) and (max-width: 1409px){.number-3{top:210px;left:-3.125%}}@media (min-width: 1410px) and (max-width: 1468px){.number-3{top:248px;left:-2.295%}}@media (min-width: 1469px) and (max-width: 1518px){.number-3{top:290px;left:-1.795%}}@media (min-width: 1519px) and (max-width: 1578px){.number-3{top:300px;left:-1.295%}}@media (min-width: 1579px) and (max-width: 1614px){.number-3{top:310px;left:-0.9%}}@media (min-width: 1785px){.number-3{top:415px;left:1%}}.number-4{position:relative;top:480px}@media only screen and (max-width: 767px){.number-4{top:0}}@media (min-width: 768px) and (max-width: 799px){.number-4{top:160px}}@media (min-width: 800px) and (max-width: 830px){.number-4{top:170px}}@media (min-width: 831px) and (max-width: 852px){.number-4{top:190px}}@media (min-width: 853px) and (max-width: 875px){.number-4{top:215px}}@media (min-width: 876px) and (max-width: 925px){.number-4{top:260px}}@media (min-width: 926px) and (max-width: 948px){.number-4{top:310px}}@media (min-width: 949px) and (max-width: 991px){.number-4{top:350px}}@media (min-width: 992px) and (max-width: 1030px){.number-4{top:220px}}@media (min-width: 1031px) and (max-width: 1075px){.number-4{top:260px}}@media (min-width: 1076px) and (max-width: 1110px){.number-4{top:325px}}@media (min-width: 1111px) and (max-width: 1150px){.number-4{top:355px}}@media (min-width: 1151px) and (max-width: 1199px){.number-4{top:385px}}@media (min-width: 1200px) and (max-width: 1259px){.number-4{top:158px}}@media (min-width: 1260px) and (max-width: 1289px){.number-4{top:200px}}@media (min-width: 1290px) and (max-width: 1329px){.number-4{top:237px}}@media (min-width: 1330px) and (max-width: 1380px){.number-4{top:269px}}@media (min-width: 1381px) and (max-width: 1443px){.number-4{top:315px}}@media (min-width: 1444px) and (max-width: 1499px){.number-4{top:366px}}@media (min-width: 1500px) and (max-width: 1570px){.number-4{top:410px}}@media (min-width: 1740px) and (max-width: 1810px){.number-4{top:560px;left:1%}}@media (min-width: 1811px) and (max-width: 1910px){.number-4{top:610px;left:1%}}@media (min-width: 1812px){.number-4{top:660px}}.number-5{position:relative;top:670px}@media only screen and (max-width: 767px){.number-5{top:0}}@media (min-width: 768px) and (max-width: 799px){.number-5{top:200px}}@media (min-width: 800px) and (max-width: 841px){.number-5{top:250px}}@media (min-width: 842px) and (max-width: 885px){.number-5{top:300px}}@media (min-width: 886px) and (max-width: 925px){.number-5{top:360px}}@media (min-width: 926px) and (max-width: 970px){.number-5{top:440px}}@media (min-width: 971px) and (max-width: 991px){.number-5{top:490px}}@media (min-width: 992px) and (max-width: 1032px){.number-5{top:314px}}@media (min-width: 1033px) and (max-width: 1075px){.number-5{top:359px}}@media (min-width: 1076px) and (max-width: 1120px){.number-5{top:438px}}@media (min-width: 1121px) and (max-width: 1150px){.number-5{top:491px}}@media (min-width: 1151px) and (max-width: 1175px){.number-5{top:511px}}@media (min-width: 1176px) and (max-width: 1199px){.number-5{top:550px}}@media (min-width: 1200px) and (max-width: 1280px){.number-5{top:240px;left:-0.8%}}@media (min-width: 1281px) and (max-width: 1352px){.number-5{top:332px;left:-0.8%}}@media (min-width: 1353px) and (max-width: 1420px){.number-5{top:402px;left:-0.8%}}@media (min-width: 1421px) and (max-width: 1496px){.number-5{top:478px;left:0%}}@media (min-width: 1497px) and (max-width: 1565px){.number-5{top:546px;left:-0.2%}}@media (min-width: 1566px) and (max-width: 1626px){.number-5{top:615px}}@media (min-width: 1566px) and (max-width: 1626px){.number-5{top:615px}}@media (min-width: 1682px) and (max-width: 1743px){.number-5{top:730px}}@media (min-width: 1744px) and (max-width: 1802px){.number-5{top:790px}}@media (min-width: 1744px) and (max-width: 1802px){.number-5{top:810px}}@media (min-width: 1803px) and (max-width: 1852px){.number-5{top:850px}}@media (min-width: 1853px) and (max-width: 1902px){.number-5{top:890px}}@media (min-width: 1903px){.number-5{top:930px}}.trophy-margin{margin-left:100px}@media only screen and (max-width: 767px){.trophy-margin{margin-left:0px;margin-top:50px}}@media (min-width: 768px) and (max-width: 899px){.trophy-margin{margin-left:50px}}@media (min-width: 900px) and (max-width: 991px){.trophy-margin{margin-left:70px}}.trophy-img{max-width:200px}@media only screen and (max-width: 767px){.trophy-img{display:block;margin-right:auto;margin-left:auto;max-width:170px}}@media (min-width: 768px) and (max-width: 991px){.trophy-img{max-width:95px}}@media (min-width: 992px) and (max-width: 1199px){.trophy-img{max-width:125px}}@media (min-width: 1200px) and (max-width: 1280px){.trophy-img{max-width:180px}}.strategy-btm{position:relative;top:-1020px}@media only screen and (max-width: 767px){.strategy-btm{top:0}}@media (min-width: 768px) and (max-width: 991px){.strategy-btm{top:-530px}}@media (min-width: 992px) and (max-width: 1075px){.strategy-btm{top:-790px}}@media (min-width: 1076px) and (max-width: 1199px){.strategy-btm{top:-740px}}.strategy-btm .strategy-btm-text{font-size:20px;padding:0 10px 56px 10px}@media only screen and (max-width: 767px){.strategy-btm .strategy-btm-text{font-size:16px;padding:280px 0px 50px 0px}}.strategy-btm .explore-partnership-btn{padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;border:none;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.strategy-btm .explore-partnership-btn:hover,.strategy-btm .explore-partnership-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 364px){.strategy-btm .explore-partnership-btn{padding:16px;border-radius:6px;font-size:12px}}@media (min-width: 365px) and (max-width: 767px){.strategy-btm .explore-partnership-btn{padding:16px 18px}}.cem-quote-section{background-color:#FFF;height:560px;padding:30px;overflow:hidden}@media only screen and (max-width: 767px){.cem-quote-section{height:880px}}@media (min-width: 768px) and (max-width: 991px){.cem-quote-section{padding:50px 20px;height:640px}}.cem-quote-section #cemQuote{position:relative;display:none;left:-150px}.cem-quote-section #cem-left{position:relative;display:none;left:-90px}.cem-quote-section #cem-right{position:relative;display:none;right:-90px}.cem-quote-section .cem-quote-text{font-size:19px;padding-top:100px}@media only screen and (max-width: 767px){.cem-quote-section .cem-quote-text{font-size:16px;padding:90px 0 0 0}}.cem-quote-section .left-q-position{position:relative;top:20px}.cem-quote-section .cem-quote-name{font-size:20px;padding:15px 0}@media only screen and (max-width: 767px){.cem-quote-section .cem-quote-name{font-size:18px}}.cem-quote-section .cem-quote-img{max-width:150px}@media only screen and (max-width: 364px){.cem-quote-section .cem-quote-img{max-width:78px}}@media (min-width: 365px) and (max-width: 767px){.cem-quote-section .cem-quote-img{max-width:85px}}@media (min-width: 768px) and (max-width: 991px){.cem-quote-section .cem-quote-img{max-width:100px}}@media (min-width: 992px) and (max-width: 1199px){.cem-quote-section .cem-quote-img{max-width:120px}}.cem-quote-section .cem-img{max-width:500px}@media only screen and (max-width: 364px){.cem-quote-section .cem-img{max-width:230px}}@media (min-width: 365px) and (max-width: 767px){.cem-quote-section .cem-img{max-width:330px}}@media (min-width: 768px) and (max-width: 991px){.cem-quote-section .cem-img{max-width:350px}}@media (min-width: 992px) and (max-width: 1199px){.cem-quote-section .cem-img{max-width:450px}}@media only screen and (max-width: 767px){.no-padding-mobile{padding:0 !important}}.expertise-section{height:890px;overflow:hidden}@media only screen and (max-width: 767px){.expertise-section{height:1650px}}@media (min-width: 768px) and (max-width: 991px){.expertise-section{height:820px}}@media (min-width: 1200px){.expertise-section{height:920px}}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-div{height:484px}}@media (min-width: 992px) and (max-width: 1199px){.expertise-section .expertise-div{height:540px}}@media (min-width: 1200px){.expertise-section .expertise-div{height:620px}}.expertise-section #expertiseLeft{position:relative;display:none;left:100%;z-index:-1}.expertise-section #expertiseRight{position:relative;left:100%}.expertise-section #expertiseText{position:relative;display:none;left:6%}.expertise-section .expertise-bg-left{height:540px;background-image:url("https://s3.amazonaws.com/hakuapps/prod/expertise-img.png");background-repeat:no-repeat;background-position:center;background-size:cover}@media only screen and (max-width: 767px){.expertise-section .expertise-bg-left{height:520px;background-position:30% 50%}}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-bg-left{height:484px}}@media (min-width: 1200px){.expertise-section .expertise-bg-left{height:620px}}.expertise-section .expertise-bg-right{background-color:#F73B0E;height:540px}@media only screen and (max-width: 767px){.expertise-section .expertise-bg-right{height:520px}}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-bg-right{height:484px}}@media (min-width: 1200px){.expertise-section .expertise-bg-right{height:620px}}.expertise-section .expertise-bg-right .expertise-subtitle{font-size:36px;color:#000;position:relative;padding-right:100px;padding-top:40px}@media only screen and (max-width: 767px){.expertise-section .expertise-bg-right .expertise-subtitle{top:20px;font-size:21px;padding-right:45px}}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-bg-right .expertise-subtitle{font-size:28px;padding-right:50px}}.expertise-section .expertise-bg-right .expertise-title{font-size:60px;line-height:60px;padding:45px 100px 45px 0px}@media only screen and (max-width: 767px){.expertise-section .expertise-bg-right .expertise-title{font-size:36px;line-height:36px;padding:45px 30px 45px 0px}}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-bg-right .expertise-title{font-size:36px;line-height:40px;padding:40px 35px 40px 0px}}@media (min-width: 992px) and (max-width: 1199px){.expertise-section .expertise-bg-right .expertise-title{font-size:45px;line-height:45px}}@media (min-width: 1200px) and (max-width: 1362px){.expertise-section .expertise-bg-right .expertise-title{font-size:42px}}@media (min-width: 1363px) and (max-width: 1405px){.expertise-section .expertise-bg-right .expertise-title{font-size:50px}}@media (min-width: 1406px) and (max-width: 1491px){.expertise-section .expertise-bg-right .expertise-title{font-size:52px}}@media (min-width: 1492px) and (max-width: 1576px){.expertise-section .expertise-bg-right .expertise-title{font-size:56px}}.expertise-section .expertise-bg-right .expertise-p{font-size:16px;padding-right:100px}@media only screen and (max-width: 767px){.expertise-section .expertise-bg-right .expertise-p{padding-right:30px}}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-bg-right .expertise-p{padding-right:50px}}.expertise-section .expertise-text{background-color:#FFF;padding:50px 0}@media (min-width: 768px) and (max-width: 991px){.expertise-section .expertise-text{padding:40px 0}}.expertise-section .expertise-text .innovation-title{font-size:20px;color:#F73B0E;padding:20px 0}.expertise-section .expertise-text .innovation-text{font-size:16px;color:#000}.carousel-control{top:50%;margin-top:-35px;width:70px;background:rgba(255,255,255,0.9);color:#6B6B69;z-index:3;text-shadow:none;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.carousel-control:hover,.carousel-control:focus{color:#6B6B69;filter:progid:DXImageTransform.Microsoft.Alpha(enabled=false);opacity:1}.carousel-control.left,.carousel-control.right{height:70px;background-image:none}.carousel-control.left{-moz-border-radius-topright:5px;-webkit-border-top-right-radius:5px;border-top-right-radius:5px;-moz-border-radius-bottomright:5px;-webkit-border-bottom-right-radius:5px;border-bottom-right-radius:5px}.carousel-control.right{-moz-border-radius-topleft:5px;-webkit-border-top-left-radius:5px;border-top-left-radius:5px;-moz-border-radius-bottomleft:5px;-webkit-border-bottom-left-radius:5px;border-bottom-left-radius:5px}.carousel-control .icon-control:before{font-size:28px}.transp-benefits{position:absolute;left:0;bottom:324px;background:rgba(0,0,0,0.4);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#60000000,endColorstr=#60000000);width:100%;height:537px}@media only screen and (max-width: 992px){.carousel-section{height:auto;background-position:20% 50%}}.schedule-section{background:#499BD0;position:relative;padding-top:50px;padding-bottom:50px}@media only screen and (max-width: 767px){.schedule-section{padding-top:30px;padding-bottom:30px;margin-top:30px}}.schedule-section .section-title{font-size:23px}.schedule-section .section-title .bold{font-family:"Proxima Nova Extrabold";text-decoration:underline}.schedule-section .section-title .bold:hover{color:#FFF}@media only screen and (max-width: 767px){.schedule-section .section-title{font-size:15px}}@media only screen and (min-width: 768px) and (max-width: 991px){.schedule-section .section-title{font-size:18px}}.request-demo .content-title{font-family:"MuseoSans-500";margin-bottom:20px}.request-demo #request-demo-form .form-group{display:table-cell;padding-right:10px}#contact-sales .contact-intro{margin-bottom:25px}#contact-sales .contact-intro .title{color:#535353;font-size:31px;line-height:1;margin-bottom:10px}#contact-sales .contact-intro .text{color:#999;font-size:16px}#contact-sales .contact-sales-section,#contact-sales .contact-support-section{height:350px;display:table-cell;vertical-align:middle;font-size:18px}@media (max-width: 767px){#contact-sales .contact-sales-section,#contact-sales .contact-support-section{height:280px}}@media only screen and (min-width: 768px){#contact-sales .contact-sales-section{border-right:2px solid #323232}}@media only screen and (max-width: 767px){#contact-sales .contact-sales-section{border-bottom:2px solid #323232}}#contact-sales .contact-haku-spacer{height:160px}@media only screen and (max-width: 767px){#contact-sales .contact-haku-spacer{height:30px}}#contact-sales .contact-haku-btn{background-color:#000;color:#FFF;border:1.5px solid #FF3300;font-family:'Poppins Bold';font-size:15px;padding:20px 42px;border-radius:0px;letter-spacing:1px}#contact-sales .contact-haku-btn:hover,#contact-sales .contact-haku-btn:focus,#contact-sales .contact-haku-btn:active{background-color:#FF3300;color:#FFF}.banner-wrap{margin-top:85px}@media only screen and (max-width: 767px){.banner-wrap{margin-top:12px}}.banner-image{width:100% !important}.banner-section{position:relative}.about-haku-header{background:url("https://s3.amazonaws.com/hakuapps/prod/about-haku-header.png");background-position:left;background-size:cover;background-color:#000 !important;background-repeat:no-repeat;background-position:left}@media (max-width: 767px){.about-haku-header{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-about-mobile-img.png");background-position:center}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header{background-position:40% 50%}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header{background-position:20% 50%}}.about-haku-header .about-haku-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/about-haku-wave.png);height:930px;background-repeat:no-repeat;background-position:bottom left;background-repeat:no-repeat;background-size:100%}@media (max-width: 767px){.about-haku-header .about-haku-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/why-haku-mobile-wave-banner.png);height:820px}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header .about-haku-header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header .about-haku-header-section{height:770px}}.about-haku-header .media{z-index:1020;position:relative;top:40px}.about-haku-header .media-body{height:740px}@media (min-width: 768px) and (max-width: 991px){.about-haku-header .media-body{height:640px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header .media-body{height:700px}}.about-haku-header p{font-size:20px;color:#fff}@media (max-width: 767px){.about-haku-header p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header p{font-size:18px}}.about-haku-header .about-haku-p{padding-bottom:30px;padding-top:30px;max-width:825px}@media (min-width: 768px) and (max-width: 991px){.about-haku-header .about-haku-p{padding-top:20px;max-width:565px}}.about-haku-header .about-haku-title{font-size:72px;line-height:74px}@media (max-width: 767px){.about-haku-header .about-haku-title{font-size:42px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header .about-haku-title{font-size:44px;line-height:46px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header .about-haku-title{font-size:60px;line-height:62px}}.about-haku-header .about-haku-btn{padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;border:none;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.about-haku-header .about-haku-btn:hover,.about-haku-header .about-haku-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.about-haku-header .about-haku-btn{padding:16px 30px}}.about-haku-header #waveline-container{position:relative;width:0;left:45%;height:70px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.about-haku-header #waveline-container{left:0%;height:33px;width:230px;max-width:230px;animation-delay:3s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header #waveline-container{left:33%;height:32px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header #waveline-container{left:40%;height:39px}}.about-haku-header #waveline-container #waveline{top:0px;height:76px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.about-haku-header #waveline-container #waveline{height:49px}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header #waveline-container #waveline{height:47px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header #waveline-container #waveline{height:60px}}.about-haku-header #careers-waveline-container{position:relative;width:0;left:26%;height:70px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.about-haku-header #careers-waveline-container{left:1%;height:44px;width:280px;max-width:280px;animation-delay:3s;animation:leftToRight 2s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header #careers-waveline-container{left:23%;height:32px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header #careers-waveline-container{left:22%;height:39px}}.about-haku-header #careers-waveline-container #waveline{top:0px;height:66px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.about-haku-header #careers-waveline-container #waveline{height:64px}}@media (min-width: 768px) and (max-width: 991px){.about-haku-header #careers-waveline-container #waveline{height:40px}}@media (min-width: 992px) and (max-width: 1199px){.about-haku-header #careers-waveline-container #waveline{height:55px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.about-founders-section{height:500px}@media (max-width: 767px){.about-founders-section{height:1340px}}@media (min-width: 768px) and (max-width: 991px){.about-founders-section{height:300px}}@media (min-width: 992px) and (max-width: 1199px){.about-founders-section{height:400px}}.about-founders-section .about-founders-left{background-image:url("https://s3.amazonaws.com/hakuapps/prod/about-haku-founders.png");background-size:cover;height:500px;display:table-cell;vertical-align:middle}@media (max-width: 767px){.about-founders-section .about-founders-left{height:350px;display:block;background-position:center}}@media (min-width: 768px) and (max-width: 991px){.about-founders-section .about-founders-left{height:300px}}@media (min-width: 992px) and (max-width: 1199px){.about-founders-section .about-founders-left{height:400px}}.about-founders-section .about-founders-mobile{background:#000;height:320px;padding:10px 0px}.about-founders-section .about-founders-mobile hr{border:4px solid #FF3300;width:260px;background-color:#ff3300}.about-founders-section .about-founders-right-mobile{background:#FF3300;height:320px;padding:10px 0px}.about-founders-section .about-founders-right-mobile hr{border:4px solid #000;width:260px;background-color:#000}.about-founders-section .about-founders-right{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-founders-kids.png");background-size:cover;height:500px;display:table-cell;vertical-align:middle;background-color:#000}@media (max-width: 767px){.about-founders-section .about-founders-right{height:350px;display:block;background-position:center}}@media (min-width: 768px) and (max-width: 991px){.about-founders-section .about-founders-right{height:300px}}@media (min-width: 992px) and (max-width: 1199px){.about-founders-section .about-founders-right{height:400px}}.about-founders-section .about-title{font-size:22px;padding:20px 0}@media (max-width: 767px){.about-founders-section .about-title{padding:20px 0 0 0;font-size:20px}}@media (min-width: 768px) and (max-width: 991px){.about-founders-section .about-title{font-size:18px;padding:10px 0}}.about-founders-section .about-text{font-size:16px;min-height:150px}@media (max-width: 991px){.about-founders-section .about-text{font-size:14px}}.haku-values-section{background-color:#D8D6D6;height:690px;padding:40px 60px}@media (max-width: 364px){.haku-values-section{height:1770px;padding:40px 20px}}@media (min-width: 365px) and (max-width: 767px){.haku-values-section{height:1750px;padding:40px}}@media (min-width: 768px) and (max-width: 991px){.haku-values-section{height:770px;padding:40px 40px}}@media (min-width: 992px) and (max-width: 1199px){.haku-values-section{height:750px}}.haku-values-section .values-title{font-size:56px}@media (max-width: 991px){.haku-values-section .values-title{font-size:36px}}@media (min-width: 992px) and (max-width: 1199px){.haku-values-section .values-title{font-size:45px}}.haku-values-section .value-number{font-size:30px;color:#FF3300;padding-bottom:5px}@media (max-width: 767px){.haku-values-section .value-number{padding:20px 0}}.haku-values-section .value-subtitle{font-size:20px}@media (min-width: 768px) and (max-width: 991px){.haku-values-section .value-subtitle{font-size:16px}}.haku-values-section .value-text{font-size:14px}@media (max-width: 767px){.haku-values-section .value-text{padding-top:20px}}.haku-values-section .value-line{border:4px solid #FF3300;width:75%;background-color:#FF3300}@media only screen and (max-width: 767px){.haku-values-section .value-line{border:4px solid #FF3300;width:100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-values-section .value-line{width:80%}}.haku-team-section{height:880px}@media only screen and (max-width: 767px){.haku-team-section{height:1280px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section{height:710px}}.haku-team-section .haku-team-photo{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-photo.png");background-size:cover;height:600px;display:table-cell;vertical-align:middle;background-position:center}@media only screen and (max-width: 767px){.haku-team-section .haku-team-photo{height:190px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section .haku-team-photo{height:500px}}.haku-team-section .haku-team-photo:hover{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku-team-photo-2.png)}.haku-team-section .team-title{font-size:65px;line-height:130px}@media only screen and (max-width: 767px){.haku-team-section .team-title{font-size:36px;line-height:190px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section .team-title{font-size:55px}}@media (min-width: 992px) and (max-width: 1199px){.haku-team-section .team-title{font-size:45px}}.haku-team-section .team-subtitle{font-size:18px}@media only screen and (max-width: 991px){.haku-team-section .team-subtitle{font-size:16px}}.haku-team-section .team-spacer{height:25px}.haku-team-section .team-display{height:600px;width:100vw;display:table-cell;vertical-align:middle}@media only screen and (max-width: 767px){.haku-team-section .team-display{height:260px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section .team-display{height:500px}}.haku-team-section .haku-team-values-div{background-color:#191919;height:280px}@media only screen and (max-width: 767px){.haku-team-section .haku-team-values-div{height:830px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section .haku-team-values-div{height:220px}}.haku-team-section .haku-team-values-div h2{color:#FF3300;font-size:26px}@media only screen and (max-width: 991px){.haku-team-section .haku-team-values-div h2{font-size:22px}}.haku-team-section .haku-team-values-div p{font-size:22px}@media only screen and (max-width: 767px){.haku-team-section .haku-team-values-div p{font-size:18px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section .haku-team-values-div p{font-size:14px}}@media (min-width: 992px) and (max-width: 1199px){.haku-team-section .haku-team-values-div p{font-size:18px}}.haku-team-section .haku-team-values-div hr{width:60%;border:0.5px solid #707070}.haku-team-section .haku-team-values-div .team-spacer{height:60px}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-team-section .haku-team-values-div .team-spacer{height:40px}}.haku-team-section .border-right{border-right:0.5px solid #707070}@media only screen and (max-width: 767px){.haku-team-section .border-right{border-right:none;border-bottom:0.5px solid #707070}}.haku-mission-section{background-color:#F73B0E;height:320px}@media only screen and (max-width: 767px){.haku-mission-section{height:540px;background-image:url("https://s3.amazonaws.com/hakuapps/prod/mobile-mission-fingerprint.png");background-position:bottom left;background-repeat:no-repeat}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-mission-section{height:330px}}.haku-mission-section .mission-fingerprint{background-image:url("https://s3.amazonaws.com/hakuapps/prod/mission-fp.png");height:320px;background-size:cover;background-position:right}@media only screen and (max-width: 767px){.haku-mission-section .mission-fingerprint{display:none}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-mission-section .mission-fingerprint{background-position:75% 100%}}@media (min-width: 992px) and (max-width: 1199px){.haku-mission-section .mission-fingerprint{background-size:260% 100%}}.haku-mission-section .mission-text-left{padding:40px 60px 0px 60px}@media only screen and (max-width: 767px){.haku-mission-section .mission-text-left{padding:40px 40px 0px 40px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-mission-section .mission-text-left{padding:40px 50px 0px 50px}}.haku-mission-section .mission-text-left h2{font-size:56px;line-height:50px}@media only screen and (max-width: 991px){.haku-mission-section .mission-text-left h2{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.haku-mission-section .mission-text-left h2{font-size:45px;line-height:40px}}.haku-mission-section .mission-text-left hr{border:2px solid #000;width:150px}.haku-mission-section .mission-text-left p{font-size:36px;line-height:44px}@media only screen and (max-width: 767px){.haku-mission-section .mission-text-left p{font-size:30px;line-height:36px}}@media only screen and (min-width: 768px) and (max-width: 991px){.haku-mission-section .mission-text-left p{font-size:24px;line-height:34px}}@media (min-width: 992px) and (max-width: 1199px){.haku-mission-section .mission-text-left p{font-size:30px;line-height:40px}}.heritage-section{height:540px}@media only screen and (max-width: 767px){.heritage-section{height:1019px}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section{height:400px}}.heritage-section .heritage-text-left{background-image:url("https://s3.amazonaws.com/hakuapps/prod/nacho-monkey.png");background-size:cover;background-position:100% 58%;height:540px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-left{background-position:24% 100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-left{height:400px}}@media (min-width: 992px) and (max-width: 1199px){.heritage-section .heritage-text-left{background-position:30% 60%}}.heritage-section .heritage-text-left .heritage-padding{padding:30px 0px 0px 60px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-left .heritage-padding{padding:28px 0px 0px 40px}}.heritage-section .heritage-text-left .heritage-padding p{font-size:32px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-left .heritage-padding p{font-size:28px;margin-bottom:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-left .heritage-padding p{font-size:24px}}@media (min-width: 992px) and (max-width: 1199px){.heritage-section .heritage-text-left .heritage-padding p{font-size:28px}}.heritage-section .heritage-text-left .heritage-padding hr{border:2px solid #FF3300;width:150px;background-color:#FF3300}.heritage-section .heritage-text-left .heritage-padding-mobile{padding-left:40px}.heritage-section .heritage-text-left .mascot-title{font-size:20px;padding-top:50px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-left .mascot-title{font-size:18px;padding-top:0px}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-left .mascot-title{font-size:16px;padding-top:40px}}@media (min-width: 992px) and (max-width: 1199px){.heritage-section .heritage-text-left .mascot-title{font-size:18px}}.heritage-section .heritage-text-left .mascot-text{font-size:12px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-left .mascot-text{position:relative;top:237px;text-align:center}}.heritage-section .heritage-text-left .heritage-title{color:#575757;font-size:56px;line-height:50px}@media only screen and (max-width: 991px){.heritage-section .heritage-text-left .heritage-title{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.heritage-section .heritage-text-left .heritage-title{font-size:45px}}.heritage-section .heritage-text-right{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-monkey-orange.png");background-size:cover;height:540px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-right{height:480px;background-position:center}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-right{height:400px}}.heritage-section .heritage-text-right .monkey-text{position:absolute;bottom:0;padding:50px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-right .monkey-text{padding:40px}}.heritage-section .heritage-text-right .monkey-bold-text{font-size:56px;line-height:50px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-right .monkey-bold-text{font-size:48px;line-height:46px}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-right .monkey-bold-text{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.heritage-section .heritage-text-right .monkey-bold-text{font-size:54px}}.heritage-section .heritage-text-right .monkey-font{font-size:50px}@media only screen and (max-width: 767px){.heritage-section .heritage-text-right .monkey-font{font-size:46px}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-right .monkey-font{font-size:34px}}.heritage-section .heritage-text-right .monkey-line{width:120px;position:relative;border:5px solid #FF3300;top:110px;left:-19px;background-color:#FF3300}@media only screen and (max-width: 767px){.heritage-section .heritage-text-right .monkey-line{width:85px;border:7px solid #FF3300;top:104px;left:-14px}}@media only screen and (min-width: 768px) and (max-width: 991px){.heritage-section .heritage-text-right .monkey-line{width:80px;top:90px}}.careers-section{height:380px;background-color:#191919}@media only screen and (max-width: 767px){.careers-section{height:670px;background-color:#000}}.careers-section .careers-section-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/careers-section-img.png");background-size:cover;background-position:center;height:380px}@media only screen and (max-width: 767px){.careers-section .careers-section-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/mobile-careers-img.png");height:230px}}.careers-section .careers-btn{padding:17px 40px;border-radius:0px;font-size:15px;background-color:#FF3300;border:none;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.careers-section .careers-btn:hover,.careers-section .careers-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.careers-section .careers-btn{padding:16px 90px;font-size:16px}}.careers-section .careers-padding{padding:50px 50px 0  50px}@media only screen and (max-width: 767px){.careers-section .careers-padding{padding:40px 40px 0  40px;height:440px}}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-section .careers-padding{padding:50px 20px 0 50px}}@media (min-width: 992px) and (max-width: 1199px){.careers-section .careers-padding{padding:50px 40px 0 50px}}.careers-section h2{font-size:56px;line-height:52px}@media only screen and (max-width: 991px){.careers-section h2{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.careers-section h2{font-size:45px;line-height:42px}}.careers-section p{font-size:18px;padding:20px 0px 30px 0px;width:75%}@media only screen and (max-width: 767px){.careers-section p{width:100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-section p{font-size:14px}}.careers-section hr{border:4px solid #FF3300;width:150px;background-color:#FF3300}.team-photos{height:1590px}@media only screen and (max-width: 767px){.team-photos{height:950px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos{height:1270px}}.team-photos hr{border:20px solid #FF3300;margin:0;background-color:#FF3300;z-index:2;position:relative}@media only screen and (max-width: 767px){.team-photos hr{border:16px solid #FF3300;width:45%}}.team-photos .team-1-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-1.png");background-size:cover;background-position:center;height:650px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.team-photos .team-1-bg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width: 767px){.team-photos .team-1-bg{height:220px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos .team-1-bg{height:530px}}.team-photos .team-2-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-2.png");background-size:cover;background-position:center;height:500px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.team-photos .team-2-bg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width: 767px){.team-photos .team-2-bg{height:190px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos .team-2-bg{height:400px}}.team-photos .team-3-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-3.png");background-size:cover;background-position:center;height:400px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.team-photos .team-3-bg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width: 767px){.team-photos .team-3-bg{height:150px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos .team-3-bg{height:300px}}.team-photos .team-4-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-4.png");background-size:cover;background-position:center;height:400px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.team-photos .team-4-bg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width: 767px){.team-photos .team-4-bg{height:150px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos .team-4-bg{height:300px}}.team-photos .team-5-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-5.png");background-size:cover;background-position:center;height:570px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.team-photos .team-5-bg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width: 767px){.team-photos .team-5-bg{height:210px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos .team-5-bg{height:460px}}.team-photos .team-6-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-team-6.png");background-size:cover;background-position:center;height:620px;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:transform;transition-property:transform}.team-photos .team-6-bg:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}@media only screen and (max-width: 767px){.team-photos .team-6-bg{height:360px}}@media only screen and (min-width: 768px) and (max-width: 991px){.team-photos .team-6-bg{height:510px}}.haku-contact-header{background-image:url("https://s3.amazonaws.com/hakuapps/prod/contact-haku-header.png");background-position:top;background-size:cover;background-color:#000 !important}@media (max-width: 767px){.haku-contact-header{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-contact-mobile-img.png");background-position:right}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header{background-position:70% 50%}}.haku-contact-header .wave-header-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/contact-header-wave.png");height:930px;background-position:bottom left;background-size:100%;background-repeat:no-repeat}@media (max-width: 767px){.haku-contact-header .wave-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/contact-mobile-wave.png);background-position:left bottom;height:780px}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header .wave-header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.haku-contact-header .wave-header-section{height:770px}}.haku-contact-header .contact-media-width{width:50%}@media (max-width: 767px){.haku-contact-header .contact-media-width{width:100%}}@media (min-width: 768px) and (max-width: 859px){.haku-contact-header .contact-media-width{width:90%}}@media (min-width: 860px) and (max-width: 1030px){.haku-contact-header .contact-media-width{width:65%}}@media (min-width: 1031px) and (max-width: 1100px){.haku-contact-header .contact-media-width{width:60%}}@media (min-width: 1101px) and (max-width: 1199px){.haku-contact-header .contact-media-width{width:55%}}@media (min-width: 1359px) and (max-width: 1519px){.haku-contact-header .contact-media-width{width:46%}}@media (min-width: 1545px){.haku-contact-header .contact-media-width{width:40%}}.haku-contact-header .media{z-index:1020;position:relative;top:40px}.haku-contact-header .media-body{height:740px}@media (max-width: 767px){.haku-contact-header .media-body{height:700px}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header .media-body{height:665px}}@media (min-width: 992px) and (max-width: 1199px){.haku-contact-header .media-body{height:690px}}.haku-contact-header p{font-size:20px;color:#fff}@media (max-width: 767px){.haku-contact-header p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header p{font-size:18px}}.haku-contact-header .header-contact-p{padding-bottom:30px;padding-top:40px;max-width:825px}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header .header-contact-p{padding-top:20px;max-width:565px}}@media (min-width: 992px) and (max-width: 1199px){.haku-contact-header .header-contact-p{padding-top:30px}}.haku-contact-header .header-contact-title{font-size:72px;margin-bottom:0}@media (max-width: 767px){.haku-contact-header .header-contact-title{font-size:44px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header .header-contact-title{font-size:44px}}@media (min-width: 992px) and (max-width: 1199px){.haku-contact-header .header-contact-title{font-size:60px}}.haku-contact-header #waveline-container{position:relative;width:0;left:0%;height:40px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:0.7s}@media (max-width: 767px){.haku-contact-header #waveline-container{left:0%;height:25px;width:230px;max-width:230px;animation-delay:3s;animation:leftToRight 3s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header #waveline-container{left:0%;height:32px}}@media (min-width: 992px) and (max-width: 1199px){.haku-contact-header #waveline-container{left:0%;height:33px}}.haku-contact-header #waveline{top:0px;height:62px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.haku-contact-header #waveline{height:38px}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header #waveline{height:38px}}@media (min-width: 992px) and (max-width: 1199px){.haku-contact-header #waveline{height:52px}}@-webkit-keyframes leftToRight{from{width:0}to{width:370px}}@keyframes leftToRight{from{width:0}to{width:370px}}.haku-contact-header .contact-header-btn{border:none;padding:16px 12px;border-radius:0px;font-size:16px;width:240px;background-color:#FF3300;color:#FFF;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.haku-contact-header .contact-header-btn:hover,.haku-contact-header .contact-header-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.haku-contact-header .contact-header-btn{margin:10px 0px;width:280px}}@media (min-width: 768px){.haku-contact-header .contact-header-btn{margin-right:12px}}@media (min-width: 768px) and (max-width: 991px){.haku-contact-header .contact-header-btn{width:220px}}@media (min-width: 992px) and (max-width: 1250px){.haku-contact-header .contact-header-btn{width:225px}}.contact-info-section{height:760px;background-color:#000;overflow:hidden}@media (max-width: 767px){.contact-info-section{height:1610px}}@media (min-width: 768px) and (max-width: 991px){.contact-info-section{height:660px}}.contact-info-section #officeInfo{opacity:0;left:-1690px}.contact-info-section #contactInfo{opacity:0;right:-1900px}.contact-info-section .office-info{background-color:#000;height:380px}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .office-info{height:330px}}.contact-info-section .office-title{font-size:44px;line-height:100px;padding-left:100px}@media (max-width: 767px){.contact-info-section .office-title{padding-left:45px;font-size:40px}}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .office-title{padding-left:50px;font-size:30px;line-height:80px}}.contact-info-section .office-info-text{height:370px;display:table-cell;vertical-align:middle}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .office-info-text{height:330px}}.contact-info-section .office-text{font-size:16px;line-height:28px;padding-bottom:20px;padding-left:100px}@media (max-width: 767px){.contact-info-section .office-text{padding-left:45px}}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .office-text{padding-left:50px;font-size:14px;line-height:24px}}.contact-info-section .office-info-img{background-image:url("https://s3.amazonaws.com/hakuapps/prod/office-building-img.png");height:380px;background-size:cover}@media (max-width: 767px){.contact-info-section .office-info-img{background-position:25%;height:425px}}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .office-info-img{height:330px}}.contact-info-section .office-lobby-img{background-image:url("https://s3.amazonaws.com/hakuapps/prod/office-front-desk.png");height:380px;background-size:cover}@media (max-width: 767px){.contact-info-section .office-lobby-img{background-position:32%;height:425px}}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .office-lobby-img{height:330px}}.contact-info-section .contact-info{background-color:#F73B0E;height:380px}@media (min-width: 768px) and (max-width: 991px){.contact-info-section .contact-info{height:330px}}.miami-section h2{font-size:72px}@media (max-width: 767px){.miami-section h2{font-size:44px}}@media (min-width: 768px) and (max-width: 991px){.miami-section h2{font-size:50px}}.miami-section .miami-spacer{height:240px}@media (max-width: 767px){.miami-section .miami-spacer{height:140px}}@media (min-width: 768px) and (max-width: 991px){.miami-section .miami-spacer{height:170px}}.miami-section #waveline-container-miami{position:relative;width:0;left:56%;height:50px;overflow:hidden;-webkit-animation:leftToRight 1s ease-in;animation:leftToRight 1s ease-in;animation-fill-mode:forwards;animation-delay:1s;display:none}@media (max-width: 767px){.miami-section #waveline-container-miami{left:29%;height:26px;width:230px;max-width:230px;animation-delay:1.5s;animation:leftToRight 1.5s ease-in;animation-fill-mode:forwards}}@media (min-width: 768px) and (max-width: 991px){.miami-section #waveline-container-miami{left:60%;height:40px}}@media (min-width: 992px) and (max-width: 1199px){.miami-section #waveline-container-miami{left:59%;height:39px}}.miami-section #waveline{top:0px;height:66px;position:absolute;left:0px;background-repeat:no-repeat;z-index:250}@media (max-width: 767px){.miami-section #waveline{height:40px}}@media (min-width: 768px) and (max-width: 991px){.miami-section #waveline{height:40px}}@media (min-width: 992px) and (max-width: 1199px){.miami-section #waveline{height:60px}}@-webkit-keyframes leftToRight{from{width:0}to{width:381px}}@keyframes leftToRight{from{width:0}to{width:381px}}.covid-19-header{background-color:#000 !important;color:#fff;border-color:#fff}@media (max-width: 767px){.covid-19-header{margin-top:0px}}.covid-19-header .header-red-subtext{font-size:16px;color:#FF3300;position:relative;top:-10px}.covid-19-header .header-text{font-size:55px}@media only screen and (min-width: 768px){.covid-19-header .header-text{line-height:5px;padding-bottom:20px}}@media only screen and (max-width: 767px){.covid-19-header .header-text{line-height:50px}}.covid-19-header .header-padding{padding:20px 0 110px}@media only screen and (min-width: 768px){.covid-19-header .covid-nav-tabs>li{width:25%;width:calc(100% / 4)}}@media only screen and (min-width: 767px){.covid-19-header .block-nav-tabs>li{border:none;background-color:#151515;word-wrap:break-word}.covid-19-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px}.covid-19-header .block-nav-tabs>li>a:hover,.covid-19-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300}.covid-19-header .block-nav-tabs>li.active>a,.covid-19-header .block-nav-tabs>li.active>a:hover,.covid-19-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (max-width: 768px){.covid-19-header .block-nav-tabs>li{background-color:#181818;word-wrap:break-word}.covid-19-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px}.covid-19-header .block-nav-tabs>li>a:hover,.covid-19-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300}.covid-19-header .block-nav-tabs>li.active>a,.covid-19-header .block-nav-tabs>li.active>a:hover,.covid-19-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (min-width: 992px){.covid-19-header .block-nav-tabs>li>a{padding:15px 15px}}.covid-19-spacer-50{height:50px}.covid-19-spacer-20{height:20px}.covid-policies-section{padding:70px 0px;color:#000}.covid-policies-section .policy-header{font-size:36px}@media (max-width: 991px){.covid-policies-section .policy-header{font-size:32px}}.covid-policies-section .policy-text{padding-top:100px}.covid-policies-section .policy-text-header{color:#FF3300;font-size:20px;padding:15px 0 10px}.extended-service-img{background-image:url("https://s3.amazonaws.com/hakuapps/prod/extended-support-img.png");background-repeat:no-repeat;background-position:center;background-size:cover;height:400px}@media (max-width: 991px){.extended-service-img{height:350px}}.extended-service-bg{background-color:#000;height:400px}@media (max-width: 991px){.extended-service-bg{height:350px}}.extended-service-bg .extended-title{color:#FF3300;font-size:42px}@media (min-width: 768px) and (max-width: 991px){.extended-service-bg .extended-title{font-size:30px}}@media (max-width: 767px){.extended-service-bg .extended-title{font-size:32px}}.extended-service-bg .extended-textarea{height:400px;display:table-cell;vertical-align:middle}@media (max-width: 991px){.extended-service-bg .extended-textarea{height:350px}}.extended-service-bg .extended-text{font-size:22px}@media (max-width: 991px){.extended-service-bg .extended-text{font-size:18px}}.virtual-toolkit-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/covid-virtual-toolkit-banner.png");background-size:cover;height:400px;background-color:#ff3300}@media (min-width: 768px) and (max-width: 991px){.virtual-toolkit-section{height:350px}}@media (max-width: 767px){.virtual-toolkit-section{height:460px}}.virtual-toolkit-section .toolkit-section{display:table-cell;vertical-align:middle;height:400px}@media (min-width: 768px) and (max-width: 991px){.virtual-toolkit-section .toolkit-section{height:350px}}@media (max-width: 767px){.virtual-toolkit-section .toolkit-section{height:460px}}.virtual-toolkit-section .toolkit-title{font-size:42px}@media (min-width: 768px) and (max-width: 991px){.virtual-toolkit-section .toolkit-title{font-size:30px}}@media (max-width: 767px){.virtual-toolkit-section .toolkit-title{font-size:32px}}.virtual-toolkit-section .toolkit-text{font-size:20px}@media (min-width: 768px) and (max-width: 991px){.virtual-toolkit-section .toolkit-text{font-size:18px}}@media (max-width: 767px){.virtual-toolkit-section .toolkit-text{font-size:16px;margin-top:10px}}.virtual-toolkit-section .toolkit-learn-more{padding-top:30px}.virtual-toolkit-section .toolkit-learn-more a{text-decoration:none}.virtual-toolkit-section .toolkit-learn-more .toolkit-btn{width:72px;padding-left:10px;top:-5px;position:relative}@media (max-width: 991px){.virtual-toolkit-section .toolkit-learn-more .toolkit-btn{width:58px;padding-left:5px}}.covid-features-section{padding:70px 0px;color:#000}.covid-features-section .feature-header{font-size:36px}@media (max-width: 991px){.covid-features-section .feature-header{font-size:32px}}.covid-features-section .features-text{font-size:16px;padding-top:20px;padding-bottom:10px}.covid-features-section .features-subtitle-text{font-size:16px;padding-bottom:10px}.articles-bg{background-color:#eee}.articles-bg .articles-title{color:#ADADAD;font-size:34px;padding:40px 60px}@media (max-width: 767px){.articles-bg .articles-title{padding:40px 20px}}@media (min-width: 768px) and (max-width: 991px){.articles-bg .articles-title{padding:30px 40px}}.articles-bg .articles-bold-title{font-size:21px}.articles-bg .articles-section{height:960px;display:table-cell;vertical-align:middle}.covid-red-line{border:5px solid #FF3300;width:150px;margin:10px 0}.covid-resources-text{color:#000;font-size:16px}.covid-article-link{color:#000;font-size:16px;text-decoration:underline;font-style:italic}.covid-article-link:hover{color:#000}.business-resources-bg{background-color:#000}.business-resources-bg .bold-title{font-size:21px}.business-resources-bg .covid-article-link{color:#FFF;font-size:16px;text-decoration:underline;font-style:italic}.business-resources-bg .covid-article-link:hover{color:#FFF}.industry-section{height:480px;display:table-cell;vertical-align:middle}@media (min-width: 768px) and (max-width: 991px){.industry-section{height:572px}}.industry-resources-bg{background-color:#FFF}.industry-resources-bg .bold-title{font-size:21px}.covid-footer-header{color:#FF3300;font-size:42px}@media (min-width: 768px) and (max-width: 991px){.covid-footer-header{font-size:36px}}.covid-footer-subtext{font-size:18px;line-height:40px}@media (min-width: 768px) and (max-width: 991px){.covid-footer-subtext{font-size:15px;line-height:35px}}@media (min-width: 768px) and (max-width: 991px){.covid-footer-margin{margin-top:90px}}@media (min-width: 992px){.covid-footer-margin{margin-top:110px}}.covid-header-banner{background-color:#fff;width:100%;z-index:10;position:relative;top:100px;height:72px;display:block}@media (max-width: 767px){.covid-header-banner{height:130px}}.covid-header-banner .covid-btn{background:#181818;border:none;padding:14px 22px;border-radius:0px;font-size:12px;display:inline-block;vertical-align:middle;margin:14px 0px}.covid-header-banner .covid-btn:hover,.covid-header-banner .covid-btn:active{background:#181818 !important}@media (max-width: 767px){.covid-header-banner .covid-btn{font-size:12px;padding:14px 24px}}.covid-header-banner .covid-banner-text{padding:25px 0px;font-size:16px}@media (max-width: 767px){.covid-header-banner .covid-banner-text{padding:15px 0px 5px;font-size:14px}}@media (min-width: 1200px) and (max-width: 1300px){.covid-header-banner .covid-banner-text{width:38.333333% !important;left:24% !important}}.p-left-20{padding-left:20px}.covid-list-title{font-size:16px;line-height:40px}.covid-rep-btn{border-radius:0px;background-color:#EEEEEE;color:#000;border:none;padding-top:20px !important;padding-bottom:20px !important;margin-top:80px !important;white-space:normal}@media (max-width: 767px){.covid-rep-btn{margin-top:50px !important}}@media (min-width: 768px) and (max-width: 991px){.covid-rep-btn{margin-top:40px !important}}@media (min-width: 992px) and (max-width: 1199px){.covid-rep-btn{margin-top:60px !important}}.covid-19-img{width:100%}.virtual-title{font-size:26px;padding:10px 0}.covid19-section{border-bottom:2px dashed #FF3300;padding-bottom:60px;padding-top:50px}.add-features-section{border-bottom:2px solid #ddd;padding-bottom:60px;padding-top:50px}.covid-p-l-50{padding-left:50px}.covid-p-r-50{padding-right:50px}.fundraising-header-banner{background-color:#fff;width:100%;z-index:10;position:relative;top:100px;height:100px;display:block}@media (max-width: 767px){.fundraising-header-banner{height:120px}}.fundraising-header-banner .fun-learn-more-btn{color:#000;outline:none !important;text-decoration:none}.fundraising-header-banner .fundraising-banner{padding-top:22px;font-size:16px}@media (max-width: 767px){.fundraising-header-banner .fundraising-banner{padding:20px;height:120px;display:table-cell;vertical-align:middle}}@media (min-width: 768px) and (max-width: 991px){.fundraising-header-banner .fundraising-banner{padding-top:12px}}.fundraising-header-banner .learn-more-icon{max-width:48px;padding:0px 8px}.fundraising-header-banner .learn-more-padding{padding:10px 0}.fundraising-header-banner .right-divider{border-right:1px solid #858585;position:absolute;left:100%;top:25%;bottom:5%}@media (max-width: 767px){.fundraising-header-banner .right-divider{display:none}}@media (min-width: 768px) and (max-width: 991px){.fundraising-header-banner .right-divider{top:10%;bottom:10%}}.fundraising-header-banner .index-mobile-banner-carousel{overflow:hidden}.fundraising-header{background-color:#000 !important;color:#fff;border-color:#fff}@media (max-width: 767px){.fundraising-header{margin-top:0px}}.fundraising-header .header-red-subtext{font-size:16px;color:#FF3300;position:relative;top:-10px}.fundraising-header .header-text{font-size:42px}@media only screen and (min-width: 768px){.fundraising-header .header-text{margin-top:-37px;padding-bottom:20px}}@media only screen and (max-width: 767px){.fundraising-header .header-text{line-height:30px;font-size:28px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-header .header-text{font-size:36px;margin-top:-25px}}.fundraising-header .nyrr-header-text{font-size:34px}@media only screen and (max-width: 767px){.fundraising-header .nyrr-header-text{font-size:18px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-header .nyrr-header-text{font-size:24px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-header .nyrr-header-text{font-size:30px}}@media (min-width: 1200px) and (max-width: 1499px){.fundraising-header .nyrr-header-text{font-size:32px}}.fundraising-header .nyrr-fun-logo{max-width:170px;padding:50px 0 0}@media only screen and (min-width: 768px){.fundraising-header .nyrr-fun-text{max-width:340px}}.fundraising-header .nyrr-subtext{font-size:18px;position:relative;top:-10px}.fundraising-header .header-padding{padding:20px 0 110px}@media only screen and (max-width: 767px){.fundraising-header .header-padding{padding:20px 0 80px}}.fundraising-header .fundraising-header-spacer{height:140px}.fundraising-header .vps-header-text{width:1180px}@media only screen and (max-width: 767px){.fundraising-header .vps-header-text{width:98%}}@media (min-width: 768px) and (max-width: 991px){.fundraising-header .vps-header-text{max-width:750px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-header .vps-header-text{max-width:980px}}.fundraising-header .nyrr-header-img-text{width:900px}@media only screen and (max-width: 767px){.fundraising-header .nyrr-header-img-text{width:96%}}@media (min-width: 768px) and (max-width: 991px){.fundraising-header .nyrr-header-img-text{max-width:660px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-header .nyrr-header-img-text{max-width:820px}}@media only screen and (min-width: 768px){.fundraising-header .covid-nav-tabs>li{width:25%;width:calc(100% / 4)}}@media only screen and (min-width: 768px){.fundraising-header .block-nav-tabs{border-bottom:1px solid #181818}.fundraising-header .block-nav-tabs>li{border:none;background-color:#151515;word-wrap:break-word}.fundraising-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px;color:#FFF}.fundraising-header .block-nav-tabs>li>a:hover,.fundraising-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300;color:#FFF}.fundraising-header .block-nav-tabs>li.active>a,.fundraising-header .block-nav-tabs>li.active>a:hover,.fundraising-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (max-width: 767px){.fundraising-header .covid-nav-tabs>li{width:25%;width:calc(100% / 3)}.fundraising-header .block-nav-tabs{border-bottom:1px solid #181818}.fundraising-header .block-nav-tabs>li{border:none;background-color:#151515;word-wrap:break-word}.fundraising-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px;color:#FFF}.fundraising-header .block-nav-tabs>li>a:hover,.fundraising-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300;color:#FFF}.fundraising-header .block-nav-tabs>li.active>a,.fundraising-header .block-nav-tabs>li.active>a:hover,.fundraising-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (min-width: 992px){.fundraising-header .block-nav-tabs>li>a{padding:15px 15px}}.why-haku-fundraising{padding:70px 0px;color:#000;background-color:#FFF}.why-haku-fundraising .header-text{font-size:42px;padding-top:10px}@media (max-width: 767px){.why-haku-fundraising .header-text{font-size:30px;line-height:32px;padding-bottom:30px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-fundraising .header-text{font-size:32px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-fundraising .header-text{font-size:36px}}.why-haku-fundraising .header-subtext{padding-bottom:30px;font-size:32px;line-height:40px;color:#000;padding-top:15px}@media (max-width: 767px){.why-haku-fundraising .header-subtext{font-size:24px;line-height:26px;padding-bottom:40px !important}}@media (min-width: 768px) and (max-width: 991px){.why-haku-fundraising .header-subtext{font-size:28px;line-height:34px}}.why-haku-fundraising .why-haku-fun-spacer{height:100px}@media (max-width: 767px){.why-haku-fundraising .why-haku-fun-spacer{height:40px}}.why-haku-fundraising .why-haku-fun-btm-spacer{height:40px}.why-haku-fundraising .customers-img{max-width:165px;max-height:85px}@media only screen and (max-width: 767px){.why-haku-fundraising .customers-img{max-width:130px;max-height:70px;margin:20px auto}}@media (min-width: 768px) and (max-width: 991px){.why-haku-fundraising .customers-img{max-width:95px;max-height:45px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-fundraising .customers-img{max-width:134px;max-height:60px}}.why-haku-fundraising .nyrr-customers-img{max-width:160px;max-height:82px}@media only screen and (max-width: 349px){.why-haku-fundraising .nyrr-customers-img{max-width:90px;max-height:50px;margin:20px auto}}@media (min-width: 350px) and (max-width: 991px){.why-haku-fundraising .nyrr-customers-img{max-width:92px;max-height:45px}}@media (min-width: 768px) and (max-width: 991px){.why-haku-fundraising .nyrr-customers-img{max-width:92px;max-height:45px}}@media (min-width: 992px) and (max-width: 1199px){.why-haku-fundraising .nyrr-customers-img{max-width:120px;max-height:58px}}.why-haku-fundraising hr{color:#666;width:84%;border:1px dashed #666;margin:70px auto}@media (max-width: 767px){.why-haku-fundraising hr{margin:60px auto}}.fundraising-connect-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/vps-lets-connect-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:500px;padding:110px 0}@media only screen and (max-width: 767px){.fundraising-connect-section{padding:60px 0}}@media (min-width: 768px) and (max-width: 991px){.fundraising-connect-section{height:450px;padding:90px 0}}.fundraising-connect-section .header-text{font-size:40px;margin-bottom:30px}@media only screen and (max-width: 767px){.fundraising-connect-section .header-text{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-connect-section .header-text{font-size:34px}}.fundraising-connect-section p{font-size:18px;margin-bottom:60px}@media only screen and (max-width: 767px){.fundraising-connect-section p{font-size:16px}}.fundraising-connect-section .vps-contact-btn{border:none;padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #FF3300, 0 0 1px transparent}.nyrr-donors-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/nyrr-donor-section-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:560px;display:table-cell;vertical-align:middle;width:100%}@media only screen and (max-width: 767px){.nyrr-donors-section{height:480px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-donors-section{height:500px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-donors-section{height:520px}}.nyrr-donors-section .header-text{font-size:40px;margin-bottom:30px}@media only screen and (max-width: 767px){.nyrr-donors-section .header-text{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-donors-section .header-text{font-size:34px}}.nyrr-donors-section .poppins-bold-font{font-size:46px}@media only screen and (max-width: 767px){.nyrr-donors-section .poppins-bold-font{font-size:38px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-donors-section .poppins-bold-font{font-size:42px}}.nyrr-cta-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku_path_animated.gif);background-position:bottom right;background-repeat:no-repeat;background-size:contain;background-color:#000;height:1190px;padding:70px}@media only screen and (max-width: 767px){.nyrr-cta-section{height:100%;padding:70px 0px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-cta-section{height:860px;padding:70px 30px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-cta-section{height:1040px}}.nyrr-cta-section .header-text{font-size:40px;margin-bottom:15px}@media only screen and (max-width: 349px){.nyrr-cta-section .header-text{font-size:26px}}@media (min-width: 350px) and (max-width: 767px){.nyrr-cta-section .header-text{font-size:28px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-cta-section .header-text{font-size:34px;line-height:44px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-cta-section .header-text{font-size:36px}}@media (min-width: 1200px){.nyrr-cta-section .header-text{padding-top:30px}}.nyrr-cta-section .poppins-bold-italic-font{font-size:26px}@media only screen and (max-width: 767px){.nyrr-cta-section .poppins-bold-italic-font{font-size:22px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-cta-section .poppins-bold-italic-font{font-size:20px}}.nyrr-cta-section .nyrr-reg-spacer{height:140px}@media only screen and (max-width: 767px){.nyrr-cta-section .nyrr-reg-spacer{height:60px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-cta-section .nyrr-reg-spacer{height:80px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-cta-section .nyrr-reg-spacer{height:100px}}.nyrr-cta-section .poppins-medium-font{font-size:30px}@media only screen and (max-width: 349px){.nyrr-cta-section .poppins-medium-font{font-size:24px}}@media (min-width: 350px) and (max-width: 767px){.nyrr-cta-section .poppins-medium-font{font-size:26px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-cta-section .poppins-medium-font{font-size:20px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-cta-section .poppins-medium-font{font-size:26px}}.nyrr-cta-section .nyrr-demo-btn{border:none;padding:16px 36px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #FF3300, 0 0 1px transparent}.nyrr-cta-section .nyrr-reg-btn-spacer{height:100px}@media only screen and (max-width: 991px){.nyrr-cta-section .nyrr-reg-btn-spacer{height:60px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-cta-section .nyrr-reg-btn-spacer{height:90px}}.nyrr-connect-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/nyrr-git-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:560px;display:table-cell;vertical-align:middle}@media only screen and (max-width: 767px){.nyrr-connect-section{height:540px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-connect-section{height:500px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-connect-section{height:520px}}.nyrr-connect-section .header-text{font-size:40px;margin-bottom:30px}@media only screen and (max-width: 767px){.nyrr-connect-section .header-text{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-connect-section .header-text{font-size:34px}}.nyrr-connect-section p{font-size:18px;margin-bottom:60px}@media only screen and (max-width: 767px){.nyrr-connect-section p{font-size:16px}}.nyrr-connect-section .vps-contact-btn{border:none;padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #FF3300, 0 0 1px transparent}@media only screen and (max-width: 767px){.partner-success-section .header-text{font-size:30px !important}}@media (min-width: 768px) and (max-width: 991px){.partner-success-section .header-text{font-size:28px !important}}@media (min-width: 992px) and (max-width: 1199px){.partner-success-section .header-text{font-size:36px !important}}@media only screen and (max-width: 767px){.partner-success-section .header-subtext{font-size:16px !important}}@media (min-width: 768px) and (max-width: 991px){.partner-success-section .header-subtext{font-size:16px !important}}@media (min-width: 992px) and (max-width: 1199px){.partner-success-section .header-subtext{font-size:18px !important}}.fundraising-goals-section{background:#333;padding:80px 0px}.fundraising-goals-section .header-text{font-size:40px;margin-bottom:100px;line-height:50px}@media only screen and (max-width: 767px){.fundraising-goals-section .header-text{font-size:32px;margin-bottom:80px;line-height:38px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-goals-section .header-text{font-size:36px;margin-bottom:80px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-goals-section .header-text{font-size:36px;margin-bottom:90px}}.fundraising-goals-section .nyrr-header-text{font-size:40px;margin-bottom:30px;line-height:50px}@media only screen and (max-width: 767px){.fundraising-goals-section .nyrr-header-text{font-size:32px;margin-bottom:0px;line-height:38px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-goals-section .nyrr-header-text{font-size:36px;margin-bottom:0px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-goals-section .nyrr-header-text{font-size:36px;margin-bottom:10px}}.fundraising-goals-section .header-subtext{font-size:36px;line-height:46px;margin-bottom:5px}@media only screen and (max-width: 767px){.fundraising-goals-section .header-subtext{font-size:30px;line-height:34px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-goals-section .header-subtext{font-size:34px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-goals-section .header-subtext{font-size:32px}}.fundraising-goals-section .fundraising-boxes{background:#515151;font-size:18px;padding:14px 16px;margin:15px 0px}@media only screen and (max-width: 767px){.fundraising-goals-section .fundraising-boxes{font-size:16px;padding:14px 10px}}@media (min-width: 768px) and (max-width: 1199px){.fundraising-goals-section .fundraising-boxes{font-size:16px;padding:14px 20px}}.fundraising-goals-section hr{color:#FFF;width:84%;border:1px dashed #FFF;margin:70px auto}@media (max-width: 767px){.fundraising-goals-section hr{margin:60px auto}}.fundraising-goals-section .nyrr-fundraising-line{position:relative;top:-50px}@media only screen and (max-width: 767px){.fundraising-goals-section .nyrr-fundraising-line{top:-20px}}.fundraising-goals-section .fundraise-powerful-platform .fundraising-boxes{padding:16px 43px}@media only screen and (max-width: 767px){.fundraising-goals-section .fundraise-powerful-platform .fundraising-boxes{padding:16px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-goals-section .fundraise-powerful-platform .fundraising-boxes{padding:16px 20px}}.fundraising-goals-section .fundraising-powerful-img{width:85%}@media only screen and (max-width: 991px){.fundraising-goals-section .fundraising-powerful-img{width:100%}}.fundraising-goals-section .industry-leading-icons{padding:50px 0px}@media (min-width: 768px) and (max-width: 991px){.fundraising-goals-section .industry-leading-icons{padding:40px 30px}}.fundraising-goals-section .nyrr-industry-leading-icons{padding:50px 10px}@media (min-width: 768px) and (max-width: 991px){.fundraising-goals-section .nyrr-industry-leading-icons{padding:40px 60px}}@media only screen and (min-width: 992px){.fundraising-goals-section .nyrr-industry-leading-icons{padding:50px 20px}}.nyrr-box-bold-text{font-size:24px}@media (max-width: 991px){.nyrr-box-bold-text{font-size:20px}}.service-stat-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/fun-grey-wave-bg.png");background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden;background-color:#FF3300;padding:160px 0 30px}@media (max-width: 767px){.service-stat-section{padding:50px 0 70px}}.service-stat-section .nyrr-fun-stat-img{position:relative;right:32%;width:170%}@media (max-width: 767px){.service-stat-section .nyrr-fun-stat-img{right:20%;width:110%}}.fundraising-marketing-section{overflow:hidden;background-color:#FFF}.fundraising-marketing-section .vps-new-spacer{height:80px}@media (max-width: 767px){.fundraising-marketing-section .vps-new-spacer{height:60px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-marketing-section .vps-new-spacer{height:70px}}.fundraising-marketing-section .fundraising-boxes{background:#ebebeb;font-size:18px;padding:16px 30px;margin:15px 0px}@media (max-width: 767px){.fundraising-marketing-section .fundraising-boxes{font-size:16px;padding:16px 20px}}@media (min-width: 768px) and (max-width: 1199px){.fundraising-marketing-section .fundraising-boxes{font-size:16px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-marketing-section .fundraising-boxes{padding:16px 20px}}.fundraising-marketing-section .header-subtext{font-size:36px;line-height:46px;margin-bottom:5px}@media (max-width: 767px){.fundraising-marketing-section .header-subtext{font-size:30px;line-height:36px}}@media (min-width: 768px) and (max-width: 1199px){.fundraising-marketing-section .header-subtext{font-size:34px}}.fundraising-marketing-section hr{color:#666;width:95%;border:1px dashed #666;margin:80px auto}@media (max-width: 767px){.fundraising-marketing-section hr{margin:70px auto}}@media (min-width: 1200px){.fundraising-marketing-section .empower-fundraiser{padding-left:30px}}.fundraising-insight-design-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-fundraising-grey-wave.png");background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden;background-color:#FFF}.nyrr-insight-design-section{background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden;background-color:#FFF}.nyrr-insight-stat-section{background-color:#333;top:-605px;position:relative;z-index:0;padding-bottom:100px;margin-bottom:-610px}@media (max-width: 767px){.nyrr-insight-stat-section{top:-210px;padding-bottom:50px;margin-bottom:-210px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-insight-stat-section{top:-395px;padding-bottom:70px;margin-bottom:-400px}}.fundraising-insight-section{background-color:#F5F5F5;top:-350px;position:relative;z-index:0;padding-bottom:180px;margin-bottom:-350px}@media (max-width: 767px){.fundraising-insight-section{top:-250px;margin-bottom:-250px;padding-bottom:100px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-insight-section{top:-200px;margin-bottom:-250px}}.fundraising-insight-section .fundraising-boxes{background:#FFF;font-size:18px;padding:16px 30px;margin:15px 0px}@media (max-width: 767px){.fundraising-insight-section .fundraising-boxes{font-size:16px;padding:16px 20px}}@media (min-width: 768px) and (max-width: 1199px){.fundraising-insight-section .fundraising-boxes{font-size:16px}}.fundraising-insight-section .header-subtext{font-size:36px;line-height:46px;margin-bottom:5px}@media (max-width: 767px){.fundraising-insight-section .header-subtext{font-size:32px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-insight-section .header-subtext{font-size:34px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-insight-section .header-subtext{font-size:34px;line-height:40px}}@media (max-width: 767px){.fundraising-insight-section .fun-insight-title{padding-top:170px;max-width:320px}}.fundraising-insight-section hr{color:#666;width:95%;border:1px dashed #666;margin:80px auto}@media (max-width: 767px){.fundraising-insight-section hr{margin:70px auto}}@media (min-width: 1200px){.fundraising-insight-section .col-md-5{padding:0 50px}}.fundraising-insight-section .fun-circle-badges{max-width:80%;margin:auto}@media (max-width: 767px){.fundraising-insight-section .fun-circle-badges{max-width:95%}}.fundraising-insight-section .fun-circles-title{padding:0px 0 25px 0;font-size:16px;margin-top:-5px}@media (max-width: 767px){.fundraising-insight-section .innovative-title{padding:10px 0 30px}}.nyrr-feature-section{position:relative;top:-190px}.nyrr-feature-section .nyrr-haku-height{height:30px}@media (max-width: 767px){.nyrr-feature-section .nyrr-haku-height{height:280px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-feature-section .nyrr-haku-height{height:60xpx}}@media (min-width: 1200px) and (max-width: 1313px){.nyrr-feature-section .nyrr-haku-height{height:42px}}.nyrr-orange-blob-position{position:relative;left:-195px;top:5px;width:284%;z-index:2}@media (max-width: 767px){.nyrr-orange-blob-position{left:-115px;top:0px;width:284%}}@media (min-width: 768px) and (max-width: 991px){.nyrr-orange-blob-position{width:350%}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-orange-blob-position{top:0px;width:365%}}.nyrr-fundraising-insight-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/fun-grey-wave-bg.png);background-position:top;background-size:100%;background-repeat:no-repeat;background-color:#F5F5F5}.nyrr-fundraising-insight-section .fundraising-boxes{background:#FFF;font-size:18px;padding:16px 30px;margin:15px 0px}@media (max-width: 767px){.nyrr-fundraising-insight-section .fundraising-boxes{font-size:16px;padding:16px 20px}}@media (min-width: 768px) and (max-width: 1199px){.nyrr-fundraising-insight-section .fundraising-boxes{font-size:16px}}.nyrr-fundraising-insight-section .header-subtext{font-size:36px;line-height:46px;margin-bottom:5px}@media (max-width: 767px){.nyrr-fundraising-insight-section .header-subtext{font-size:32px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-fundraising-insight-section .header-subtext{font-size:34px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-fundraising-insight-section .header-subtext{font-size:34px;line-height:40px}}@media (max-width: 767px){.nyrr-fundraising-insight-section .fun-insight-title{padding-top:170px;max-width:320px}}.nyrr-fundraising-insight-section hr{color:#666;width:95%;border:1px dashed #666;margin:80px auto}@media (max-width: 767px){.nyrr-fundraising-insight-section hr{margin:70px auto}}@media (min-width: 1200px){.nyrr-fundraising-insight-section .col-md-5{padding:0 50px}}.nyrr-fundraising-insight-section .fun-circle-badges{max-width:80%;margin:auto}@media (max-width: 767px){.nyrr-fundraising-insight-section .fun-circle-badges{max-width:95%}}.nyrr-fundraising-insight-section .fun-circles-title{padding:0px 0 25px 0;font-size:16px;margin-top:-5px}@media (max-width: 767px){.nyrr-fundraising-insight-section .innovative-title{padding:10px 0 30px}}.nyrr-fun-stat-img{position:relative;right:36%;width:190%}@media (max-width: 767px){.nyrr-fun-stat-img{width:120%;right:-5%}}@media (min-width: 768px) and (max-width: 991px){.nyrr-fun-stat-img{right:26%;width:175%}}.nyrr-fb-stat-section{border-left:14px solid #FF3300;height:260px;width:550px;margin-top:40%;margin-left:6%}@media (max-width: 767px){.nyrr-fb-stat-section{border-left:14px solid #FF3300;height:300px;width:100%;margin-top:30px;margin-left:0}}@media (min-width: 768px) and (max-width: 991px){.nyrr-fb-stat-section{margin-left:0;width:350px}}.nyrr-fb-stat-section .nyrr-stat-header-subtext{font-size:48px;padding-top:16px;margin-left:20px}@media (max-width: 767px){.nyrr-fb-stat-section .nyrr-stat-header-subtext{font-size:36px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-fb-stat-section .nyrr-stat-header-subtext{font-size:32px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-fb-stat-section .nyrr-stat-header-subtext{font-size:42px;padding-top:20px}}.nyrr-fb-stat-section .nyrr-italic-text{font-style:italic;font-size:40px;margin-left:20px;line-height:52px}@media (max-width: 767px){.nyrr-fb-stat-section .nyrr-italic-text{font-size:26px;margin-left:20px;line-height:42px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-fb-stat-section .nyrr-italic-text{font-size:30px;line-height:42px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-fb-stat-section .nyrr-italic-text{font-size:36px}}.nyrr-haku-section{padding:80px 0px;color:#000;background-color:#FFF}.nyrr-haku-section .header-text{font-size:42px;padding-top:10px}@media (max-width: 767px){.nyrr-haku-section .header-text{font-size:30px;line-height:32px;padding-bottom:30px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-haku-section .header-text{font-size:34px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-haku-section .header-text{font-size:36px}}.nyrr-haku-section .nyrr-haku-diff{width:100%;max-width:417px;position:relative;top:-36px}@media (max-width: 767px){.nyrr-haku-section .nyrr-haku-diff{max-width:325px;top:-50px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-haku-section .nyrr-haku-diff{top:-29px;max-width:316px}}.nyrr-haku-section .nyrr-haku-diff-text{font-size:18px;line-height:28px;padding-bottom:30px}.nyrr-service-section{border-right:14px solid #000;height:260px;margin-top:21%}@media (max-width: 767px){.nyrr-service-section{margin-top:26%}}.nyrr-service-section .nyrr-italic-text{font-size:42px;font-style:italic;margin-right:30px;margin-left:34%;line-height:60px;padding-top:10px}@media (max-width: 363px){.nyrr-service-section .nyrr-italic-text{font-size:22px;margin-left:10px;line-height:38px}}@media (min-width: 364px) and (max-width: 767px){.nyrr-service-section .nyrr-italic-text{font-size:26px;margin-left:20px;line-height:42px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-service-section .nyrr-italic-text{font-size:26px;line-height:32px;margin-left:20%;padding-top:10%}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-service-section .nyrr-italic-text{font-size:32px;margin-left:26%;line-height:40px;padding-top:50px}}@media (min-width: 1200px) and (max-width: 1374px){.nyrr-service-section .nyrr-italic-text{margin-left:24%;font-size:40px}}.nyrr-service-section .nyrr-italic-text .poppins-extra-bold-font{font-size:48px}@media (max-width: 363px){.nyrr-service-section .nyrr-italic-text .poppins-extra-bold-font{font-size:26px}}@media (min-width: 364px) and (max-width: 767px){.nyrr-service-section .nyrr-italic-text .poppins-extra-bold-font{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-service-section .nyrr-italic-text .poppins-extra-bold-font{font-size:36px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-service-section .nyrr-italic-text .poppins-extra-bold-font{font-size:38px}}.nyrr-email-section{border-right:14px solid #FF3300;height:320px;margin-top:20%}@media (max-width: 354px){.nyrr-email-section{margin-top:54%;height:270px}}@media (min-width: 355px) and (max-width: 767px){.nyrr-email-section{margin-top:35%;height:280px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-email-section{border-right:12px solid #FF3300;height:280px}}.nyrr-email-section .nyrr-italic-text{font-size:44px;font-style:italic;margin-right:30px;margin-left:4%;line-height:60px;padding-top:10px}@media (max-width: 354px){.nyrr-email-section .nyrr-italic-text{font-size:22px;margin-left:0px;line-height:30px}}@media (min-width: 355px) and (max-width: 767px){.nyrr-email-section .nyrr-italic-text{font-size:24px;margin-left:40px;line-height:32px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-email-section .nyrr-italic-text{font-size:26px;line-height:32px;margin-left:20%;padding-top:10%}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-email-section .nyrr-italic-text{font-size:32px;margin-left:8%;line-height:40px;padding-top:50px}}@media (min-width: 1200px) and (max-width: 1374px){.nyrr-email-section .nyrr-italic-text{font-size:38px}}.nyrr-email-section .nyrr-italic-text .poppins-extra-bold-font{font-size:50px;font-style:normal}@media (max-width: 354px){.nyrr-email-section .nyrr-italic-text .poppins-extra-bold-font{font-size:28px}}@media (min-width: 355px) and (max-width: 767px){.nyrr-email-section .nyrr-italic-text .poppins-extra-bold-font{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-email-section .nyrr-italic-text .poppins-extra-bold-font{font-size:36px}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-email-section .nyrr-italic-text .poppins-extra-bold-font{font-size:38px}}.nyrr-get-in-touch-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/nyrr-haku-contact.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:450px;padding:120px 0}@media (max-width: 767px){.nyrr-get-in-touch-section{height:480px;padding:60px 0}}@media (min-width: 768px) and (max-width: 991px){.nyrr-get-in-touch-section{height:390px;padding:70px 0}}@media (min-width: 992px) and (max-width: 1199px){.nyrr-get-in-touch-section{height:480px}}.nyrr-get-in-touch-section .header-text{font-size:48px;margin-bottom:30px;line-height:50px}@media (max-width: 767px){.nyrr-get-in-touch-section .header-text{font-size:42px;margin-bottom:30px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-get-in-touch-section .header-text{font-size:38px;line-height:38px}}.nyrr-get-in-touch-section .contact-text{font-size:20px;margin-bottom:30px}@media (min-width: 768px) and (max-width: 991px){.nyrr-get-in-touch-section .contact-text{font-size:16px}}.nyrr-get-in-touch-section .waveline-container-service{position:relative;top:-20px;height:50px}.nyrr-get-in-touch-section .waveline{height:95px}@media (max-width: 767px){.nyrr-get-in-touch-section .waveline{height:65px}}@media (min-width: 768px) and (max-width: 991px){.nyrr-get-in-touch-section .waveline{height:72px}}.donors-banner-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/fundraisers-orange-banner.png");background-size:cover;height:410px;position:relative}@media (max-width: 767px){.donors-banner-section{height:370px;background-position:center}}@media (min-width: 768px) and (max-width: 991px){.donors-banner-section{height:280px}}.donors-banner-section .header-text{font-size:36px;line-height:40px}@media (min-width: 768px) and (max-width: 991px){.donors-banner-section .header-text{font-size:32px;line-height:34px}}.donors-banner-section .donnors-banner-spacer{height:140px}@media (max-width: 364px){.donors-banner-section .donnors-banner-spacer{height:32px}}@media (min-width: 365px) and (max-width: 767px){.donors-banner-section .donnors-banner-spacer{height:62px}}@media (min-width: 768px) and (max-width: 991px){.donors-banner-section .donnors-banner-spacer{height:66px}}@media (min-width: 992px) and (max-width: 1199px){.donors-banner-section .donnors-banner-spacer{height:106px}}.fundraising-get-in-touch-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/servive-bg-img.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:540px;padding:110px 0}@media (max-width: 767px){.fundraising-get-in-touch-section{height:480px;padding:60px 0}}@media (min-width: 768px) and (max-width: 991px){.fundraising-get-in-touch-section{height:390px;padding:70px 0}}@media (min-width: 992px) and (max-width: 1199px){.fundraising-get-in-touch-section{height:480px}}.fundraising-get-in-touch-section .header-text{font-size:48px;margin-bottom:30px;line-height:50px}@media (max-width: 767px){.fundraising-get-in-touch-section .header-text{font-size:42px;margin-bottom:30px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-get-in-touch-section .header-text{font-size:38px;line-height:38px}}.fundraising-get-in-touch-section .contact-text{font-size:20px;margin-bottom:30px}@media (min-width: 768px) and (max-width: 991px){.fundraising-get-in-touch-section .contact-text{font-size:16px}}.fundraising-get-in-touch-section .waveline-container-service{position:relative;top:-10px;height:50px}.fundraising-get-in-touch-section .waveline{height:95px}@media (max-width: 767px){.fundraising-get-in-touch-section .waveline{height:65px}}@media (min-width: 768px) and (max-width: 991px){.fundraising-get-in-touch-section .waveline{height:72px}}.fundraising-get-in-touch-section .vps-contact-btn{border:none;padding:16px 36px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #FF3300, 0 0 1px transparent}.vps-header{background-color:#000 !important;color:#fff;border-color:#fff}@media (max-width: 767px){.vps-header{margin-top:0px}}.vps-header .header-red-subtext{font-size:16px;color:#FF3300;position:relative;top:-10px}.vps-header .header-text{font-size:42px}@media only screen and (min-width: 768px){.vps-header .header-text{margin-top:-37px;padding-bottom:20px}}@media only screen and (max-width: 767px){.vps-header .header-text{line-height:40px;font-size:40px}}@media (min-width: 768px) and (max-width: 991px){.vps-header .header-text{font-size:40px}}.vps-header .header-padding{padding:20px 0 110px}@media only screen and (max-width: 767px){.vps-header .header-padding{padding:20px 0 80px}}.vps-header .vps-header-text{width:700px}@media only screen and (max-width: 767px){.vps-header .vps-header-text{width:350px}}@media (min-width: 768px) and (max-width: 991px){.vps-header .vps-header-text{max-width:650px}}@media only screen and (min-width: 768px){.vps-header .covid-nav-tabs>li{width:25%;width:calc(100% / 4)}}@media only screen and (min-width: 768px){.vps-header .block-nav-tabs{border-bottom:1px solid #181818}.vps-header .block-nav-tabs>li{border:none;background-color:#FFF;word-wrap:break-word}.vps-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px;color:#000}.vps-header .block-nav-tabs>li>a:hover,.vps-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300;color:#FFF}.vps-header .block-nav-tabs>li.active>a,.vps-header .block-nav-tabs>li.active>a:hover,.vps-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (max-width: 767px){.vps-header{border-bottom:1px solid #181818}.vps-header .block-nav-tabs>li{background-color:#181818;word-wrap:break-word}.vps-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px}.vps-header .block-nav-tabs>li>a:hover,.vps-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300}.vps-header .block-nav-tabs>li.active>a,.vps-header .block-nav-tabs>li.active>a:hover,.vps-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (min-width: 992px){.vps-header .block-nav-tabs>li>a{padding:15px 15px}}.vps-spacer-50{height:50px}@media (max-width: 767px){.vps-spacer-50{height:20px}}@media (min-width: 768px){.vps-spacer-wearables{height:70px}}.virtual-products-section{padding:70px 0px;color:#FFF;background-color:#181818}.virtual-products-section .header-text{font-size:42px;padding-top:10px}@media (max-width: 767px){.virtual-products-section .header-text{font-size:40px;line-height:46px}}.virtual-products-section .header-subtext{padding-bottom:30px;font-size:36px;line-height:40px;color:#FF3300}@media (max-width: 767px){.virtual-products-section .header-subtext{font-size:28px;line-height:30px}}@media (min-width: 768px) and (max-width: 991px){.virtual-products-section .header-subtext{font-size:30px;line-height:34px}}.virtual-products-section .event-type-text{font-size:16px}@media (min-width: 768px) and (max-width: 991px){.virtual-products-section .event-type-text{font-size:15px}}.virtual-products-section .padding-top-120{padding-top:120px}@media (max-width: 767px){.virtual-products-section .padding-top-120{padding-top:150px}}@media (min-width: 768px) and (max-width: 991px){.virtual-products-section .padding-top-120{padding-top:100px}}.virtual-products-section .wearable-logo{max-width:130px;max-height:30px}@media (max-width: 767px){.virtual-products-section .wearable-logo{margin:20px auto}}.virtual-products-section hr{color:#FFF;width:85%;border:1.5px dashed #fff;margin:70px auto}@media (max-width: 767px){.virtual-products-section hr{margin:60px auto}}.virtual-products-section .vps-list{list-style:none;padding-left:0px;padding-top:20px}.virtual-products-section .vps-list li{line-height:50px}.virtual-products-section .vps-list img{display:inline-block;width:24px;margin-right:12px}.smart-features-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/vps-features-bg.png");background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden}.smart-features-section .sf-spacer{height:260px}@media (max-width: 767px){.smart-features-section .sf-spacer{height:100px}}@media (min-width: 768px) and (max-width: 991px){.smart-features-section .sf-spacer{height:180px}}.smart-features-section .header-text{padding-bottom:60px;font-size:36px;line-height:40px}.smart-features-section .feature-img-row{padding:20px 0}@media (max-width: 767px){.smart-features-section .feature-img-row{padding:0}}@media (min-width: 768px) and (max-width: 991px){.smart-features-section .feature-img-row{max-width:760px}}@media (min-width: 992px) and (max-width: 1199px){.smart-features-section .feature-img-row{max-width:990px}}@media (min-width: 1200px){.smart-features-section .feature-img-row{max-width:1100px}}.smart-features-section figure{width:100%;margin:auto;float:none;position:relative}@media (max-width: 767px){.smart-features-section figure{width:100%;margin:10px auto}}.smart-features-section figure:hover figcaption{opacity:1;visibility:visible}@media (max-width: 767px){.smart-features-section figure:hover figcaption{visibility:hidden}}.smart-features-section figure figcaption{background-color:#000;box-sizing:border-box;height:100%;opacity:0;padding:1.6em;position:absolute;top:0;transition:opacity .5s ease, visibility .5s;visibility:hidden;width:100%;color:#FFF;text-align:center;display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 991px){.smart-features-section figure figcaption{font-size:10px;padding:1em}}@media (min-width: 992px) and (max-width: 1199px){.smart-features-section figure figcaption{font-size:13px}}@media (max-width: 767px){.smart-features-section figure img{max-height:155px}}.smart-features-section .sf-bottom-spacer{height:110px}@media (max-width: 767px){.smart-features-section .sf-bottom-spacer{height:60px}}@media (min-width: 768px) and (max-width: 991px){.smart-features-section .sf-bottom-spacer{height:90px}}.vps-new-features-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/vps-new-sf-bg.png");background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden;background-color:#FF3300}.vps-new-features-section .vps-new-spacer{height:250px}@media (max-width: 767px){.vps-new-features-section .vps-new-spacer{height:90px}}@media (min-width: 768px) and (max-width: 991px){.vps-new-features-section .vps-new-spacer{height:150px}}.vps-new-features-section .header-subtext{font-size:36px;line-height:40px;padding-bottom:24px}@media (max-width: 767px){.vps-new-features-section .header-subtext{font-size:30px;line-height:32px}}@media (min-width: 768px) and (max-width: 991px){.vps-new-features-section .header-subtext{font-size:30px;line-height:30px}}.vps-new-features-section hr{color:#FFF;width:95%;border:1.5px dashed #fff;margin:80px auto}@media (max-width: 767px){.vps-new-features-section hr{margin:70px auto}}.virtual-experience-section{background-color:#000;overflow:hidden;background-image:url(https://s3.amazonaws.com/hakuapps/prod/strategy-black-bg.png);background-repeat:no-repeat;background-position:bottom left;background-size:cover;padding:60px 0}.virtual-experience-section .header-text{font-size:36px;line-height:40px;padding-bottom:90px}@media (max-width: 767px){.virtual-experience-section .header-text{font-size:30px;line-height:32px}}@media (min-width: 768px) and (max-width: 991px){.virtual-experience-section .header-text{font-size:30px;line-height:36px;padding-bottom:40px}}@media (min-width: 992px) and (max-width: 1199px){.virtual-experience-section .header-text{padding-bottom:40px}}.virtual-experience-section .ve-spacer{height:60px}@media (min-width: 768px) and (max-width: 1199px){.virtual-experience-section .ve-spacer{height:10px}}.virtual-experience-section .ve-bottom-spacer{height:40px}@media (min-width: 768px) and (max-width: 1199px){.virtual-experience-section .ve-bottom-spacer{height:10px}}.virtual-experience-section .ve-img-row{padding:30px 0}@media (max-width: 767px){.virtual-experience-section .ve-img-row{padding:0}}@media (min-width: 768px) and (max-width: 1199px){.virtual-experience-section .ve-img-row{padding:10px 0}}.virtual-experience-section .experience-img-bg{width:85%;margin:auto;float:none}@media (max-width: 767px){.virtual-experience-section .experience-img-bg{width:100%;margin:10px auto}}@media (min-width: 768px) and (max-width: 1199px){.virtual-experience-section .experience-img-bg{width:90%}}.vps-studies-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/vps-case-studies-bg.png");background-size:cover;height:410px}@media (max-width: 767px){.vps-studies-section{height:370px;background-position:center}}@media (min-width: 768px) and (max-width: 991px){.vps-studies-section{height:320px}}.vps-studies-section .header-text{font-size:36px;line-height:40px}@media (min-width: 768px) and (max-width: 991px){.vps-studies-section .header-text{font-size:32px;line-height:34px}}.vps-studies-section .header-subtext{font-size:21px;padding-top:30px}@media (max-width: 767px){.vps-studies-section .header-subtext{font-size:15px;padding-top:27px}}@media (min-width: 768px) and (max-width: 991px){.vps-studies-section .header-subtext{font-size:18px}}@media (min-width: 992px) and (max-width: 1270px){.vps-studies-section .header-subtext{font-size:19px}}.vps-studies-section .powerful-platform-spacer{height:96px}@media (max-width: 364px){.vps-studies-section .powerful-platform-spacer{height:32px}}@media (min-width: 365px) and (max-width: 767px){.vps-studies-section .powerful-platform-spacer{height:62px}}@media (min-width: 768px) and (max-width: 991px){.vps-studies-section .powerful-platform-spacer{height:66px}}@media (min-width: 992px) and (max-width: 1199px){.vps-studies-section .powerful-platform-spacer{height:106px}}.text-underline{text-decoration:underline}.case-study-links{padding:10px 0}.virtual-guide-img{background-image:url("https://s3.amazonaws.com/hakuapps/prod/vps-virtual-event-guide.png");background-repeat:no-repeat;background-position:center;background-size:cover;height:450px}@media (max-width: 991px){.virtual-guide-img{height:350px}}.virtual-guide-bg{background-color:#DDD;height:450px}@media (max-width: 991px){.virtual-guide-bg{height:350px}}.virtual-guide-bg .header-text{color:#000;font-size:40px}@media (min-width: 768px) and (max-width: 991px){.virtual-guide-bg .header-text{font-size:30px}}@media (max-width: 767px){.virtual-guide-bg .header-text{font-size:32px}}.virtual-guide-bg .header-text hr{border:5px solid #FF3300;width:115px;background-color:#FF3300}.virtual-guide-bg .ve-textarea{height:450px;display:table-cell;vertical-align:middle}@media (max-width: 991px){.virtual-guide-bg .ve-textarea{height:350px}}.virtual-guide-bg .header-subtext{font-size:22px}@media (max-width: 991px){.virtual-guide-bg .header-subtext{font-size:18px}}.virtual-guide-bg .header-subtext a:hover,.virtual-guide-bg .header-subtext a:focus{color:#000;text-decoration:none}.virtual-guide-bg .ve-icon{width:66px;margin:0 10px}#virtual-client-display{position:relative;top:0px;color:#666}#virtual-client-display .section-heading{margin-bottom:30px}#virtual-client-display .vcd-text{font-size:40px}@media (min-width: 768px) and (max-width: 991px){#virtual-client-display .vcd-text{font-size:32px;line-height:34px}}#virtual-client-display .virtual-client-carousel{overflow:hidden;height:170px}#virtual-client-display .virtual-client-carousel [tabindex]:focus,#virtual-client-display .virtual-client-carousel a:focus{outline:none}#virtual-client-display .virtual-client-carousel .slick-prev,#virtual-client-display .virtual-client-carousel .slick-next{font-size:0;line-height:0;position:absolute;top:5%;z-index:10;display:block;width:30px;height:80px;margin-top:-10px;padding:0;cursor:pointer;color:#FF3C02;border:none;outline:none;background:transparent}#virtual-client-display .virtual-client-carousel .slick-prev:hover,#virtual-client-display .virtual-client-carousel .slick-prev:focus,#virtual-client-display .virtual-client-carousel .slick-next:hover,#virtual-client-display .virtual-client-carousel .slick-next:focus{color:#FF3C02;outline:none;background:transparent}#virtual-client-display .virtual-client-carousel .slick-prev:hover:before,#virtual-client-display .virtual-client-carousel .slick-prev:focus:before,#virtual-client-display .virtual-client-carousel .slick-next:hover:before,#virtual-client-display .virtual-client-carousel .slick-next:focus:before{opacity:1}#virtual-client-display .virtual-client-carousel .slick-prev.slick-disabled:before,#virtual-client-display .virtual-client-carousel .slick-next.slick-disabled:before{opacity:.25}#virtual-client-display .virtual-client-carousel .slick-prev:before,#virtual-client-display .virtual-client-carousel .slick-next:before{font-family:'Proxima nova bold';font-size:80px;line-height:1;opacity:.75;color:#FF3C02;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#virtual-client-display .virtual-client-carousel .slick-prev{left:0px}#virtual-client-display .virtual-client-carousel [dir='rtl'] .slick-prev{right:-25px;left:auto}#virtual-client-display .virtual-client-carousel .slick-prev:before{content:'\2039'}#virtual-client-display .virtual-client-carousel [dir='rtl'] .slick-prev:before{content:'\2039'}#virtual-client-display .virtual-client-carousel .slick-next{right:0px}#virtual-client-display .virtual-client-carousel [dir='rtl'] .slick-next{right:auto;left:-25px}#virtual-client-display .virtual-client-carousel .slick-next:before{content:'\203a'}#virtual-client-display .virtual-client-carousel [dir='rtl'] .slick-next:before{content:'\203a'}#virtual-client-display .virtual-client-carousel .slick-dots{position:absolute;bottom:0px;display:block;width:100%;padding:0;list-style:none;text-align:center}#virtual-client-display .virtual-client-carousel .slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;padding:0;cursor:pointer}#virtual-client-display .virtual-client-carousel .slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;position:relative;color:#FFF;border:0.5px solid #FF3700;outline:none;background:#FFF;border-radius:50%}#virtual-client-display .virtual-client-carousel .slick-dots li button:hover,#virtual-client-display .virtual-client-carousel .slick-dots li button:focus,#virtual-client-display .virtual-client-carousel .slick-dots li button:active{background:#FF3700}#virtual-client-display .virtual-client-carousel .slick-dots li button:hover:before,#virtual-client-display .virtual-client-carousel .slick-dots li button:focus:before{opacity:1}#virtual-client-display .virtual-client-carousel .slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:10px;height:10px;content:'';text-align:center;opacity:.25;color:black;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#virtual-client-display .virtual-client-carousel .slick-dots li.slick-active button:before{opacity:.95;background:#FF3700;width:10px;height:10px;border-radius:50%}#virtual-client-display .img-center-align{height:105px;position:relative}#virtual-client-display .img-center-align img{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto}.product-suite-section{background-color:#000;height:660px}@media only screen and (max-width: 767px){.product-suite-section{height:760px}}@media only screen and (min-width: 768px){.product-suite-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku_path_animated.gif);background-position:bottom right;background-repeat:no-repeat;background-size:contain}}@media only screen and (min-width: 767px) and (max-width: 991px){.product-suite-section{height:590px;background-position:120%}}@media (min-width: 992px) and (max-width: 1199px){.product-suite-section{height:620px}}.product-suite-section .header-text{font-size:40px}@media (max-width: 767px){.product-suite-section .header-text{font-size:30px}}@media (min-width: 768px) and (max-width: 991px){.product-suite-section .header-text{font-size:32px}}.product-suite-section .top-spacer{height:100px}@media (max-width: 767px){.product-suite-section .top-spacer{height:50px}}@media (min-width: 768px) and (max-width: 1199px){.product-suite-section .top-spacer{height:80px}}.product-suite-section .bottom-spacer{height:80px}@media (max-width: 767px){.product-suite-section .bottom-spacer{height:50px}}.product-suite-section .product-icon{max-height:100px}@media (max-width: 767px){.product-suite-section .product-icon{max-height:60px;margin-top:20px}}@media (min-width: 768px) and (max-width: 991px){.product-suite-section .product-icon{max-height:80px}}@media (min-width: 992px) and (max-width: 1199px){.product-suite-section .product-icon{max-height:100px}}.product-suite-section .header-subtext{font-size:20px;margin:20px 0}@media (max-width: 767px){.product-suite-section .header-subtext{font-size:12px}}@media (min-width: 768px) and (max-width: 991px){.product-suite-section .header-subtext{font-size:18px}}.product-suite-section p{padding:0px 10px}.vps-connect-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/vps-lets-connect-bg.png);background-repeat:no-repeat;background-size:cover;background-position:center;height:500px;padding:110px 0}.vps-connect-section .header-text{font-size:40px;margin-bottom:30px}.vps-connect-section p{font-size:16px;margin-bottom:60px}.vps-connect-section .vps-contact-btn{border:none;padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #FF3300, 0 0 1px transparent}@media (min-width: 768px) and (max-width: 991px){.vps-footer-margin{margin-top:60px}}@media (min-width: 992px){.vps-footer-margin{margin-top:60px}}@media only screen and (min-width: 768px){.legal-nav-tabs>li{width:33.33%;width:calc(100% / 3)}}.legal-header{background-color:#181818 !important;color:#fff;border-color:#fff}.legal-header .glyphicons,.legal-header .glyphicons:before{color:#fff}.legal-header .block-nav-tabs{border:none}.legal-header .block-nav-tabs>li{margin-bottom:0}.legal-header .block-nav-tabs>li>a{display:table;table-layout:fixed;width:100%;margin-right:0;border:0;-moz-border-radius:0;-webkit-border-radius:0;border-radius:0;color:#323232;font-family:"Poppins Bold";font-size:24px;padding-right:40px}@media (max-width: 767px){.legal-header .block-nav-tabs>li>a{font-size:21px;padding:10px 0}}@media (min-width: 768px){.legal-header .block-nav-tabs>li>a{min-height:60px;height:60px}}.legal-header .block-nav-tabs>li>a:hover,.legal-header .block-nav-tabs>li>a:focus{border:0;background:#181818;color:#FF3300}.legal-header .block-nav-tabs>li.active>a,.legal-header .block-nav-tabs>li.active>a:hover,.legal-header .block-nav-tabs>li.active>a:focus{color:#FF3300;background-color:#181818;border:0}@media (min-width: 768px) and (max-width: 991px){.legal-header .block-nav-tabs>li:first-child{padding-top:32px}}@media only screen and (min-width: 992px){.legal-header .block-nav-tabs>li:first-child{padding-top:42px}}@media (min-width: 768px) and (max-width: 991px){.legal-header .block-nav-tabs>li:last-child{padding-bottom:32px}}@media only screen and (min-width: 992px){.legal-header .block-nav-tabs>li:last-child{padding-bottom:42px}}.legal-header .block-nav-tabs .legal-right-circle{font-size:21px;position:absolute;top:32px;margin-left:6px;right:-10px}.legal-header .block-nav-tabs .tab-height{height:60px}.legal-header .legal-header-section{top:104px;position:relative;height:460px}@media (max-width: 767px){.legal-header .legal-header-section{height:480px}}@media (min-width: 768px) and (max-width: 991px){.legal-header .legal-header-section{height:440px}}.legal-header .legal-red-line{border:4px solid #FF3300;width:218px;margin:10px 0}@media (max-width: 767px){.legal-header .legal-red-line{margin:10px auto;border:2px solid #FF3300}}.legal-header .legal-subtext{top:-6px;position:relative;font-size:22px}@media (max-width: 767px){.legal-header .legal-subtext{font-size:20px}}.legal-header .legal-title{font-size:38px;line-height:48px}@media (max-width: 767px){.legal-header .legal-title{font-size:30px;line-height:40px}}@media (min-width: 768px) and (max-width: 991px){.legal-header .legal-title{font-size:32px;line-height:42px}}@media only screen and (min-width: 768px){.legal-header .legal-padding{padding-top:70px}}@media (max-width: 767px){.legal-header .legal-padding{padding:10px 0 70px}}.legal-spacer{height:460px}@media (max-width: 767px){.legal-spacer{height:540px}}@media (min-width: 768px) and (max-width: 991px){.legal-spacer{height:430px}}.jobs-list .jobs-deparment{color:#52AEE8;font-family:"Proxima Nova Condensed Bold";font-size:18px;margin:25px 0 10px;text-transform:uppercase}.jobs-list .job_listing{font-size:18px}.careers-haku-header{background:url("https://s3.amazonaws.com/hakuapps/prod/careers-header-img.png");background-position:left;background-size:cover;background-color:#000 !important;background-repeat:no-repeat}@media (max-width: 767px){.careers-haku-header{background-position:20% 50%}}.careers-haku-header .careers-haku-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/careers-at-haku-wave.png);height:930px;background-repeat:no-repeat;background-position:bottom left;background-repeat:no-repeat;background-size:100%}@media (max-width: 767px){.careers-haku-header .careers-haku-header-section{background-image:url(https://s3.amazonaws.com/hakuapps/prod/why-haku-mobile-wave-banner.png);height:800px}}@media (min-width: 768px) and (max-width: 991px){.careers-haku-header .careers-haku-header-section{height:700px}}@media (min-width: 992px) and (max-width: 1199px){.careers-haku-header .careers-haku-header-section{height:770px}}.careers-haku-header .media{z-index:1020;position:relative;top:40px}.careers-haku-header .media-body{height:740px}@media (min-width: 768px) and (max-width: 991px){.careers-haku-header .media-body{height:640px}}@media (min-width: 992px) and (max-width: 1199px){.careers-haku-header .media-body{height:700px}}.careers-haku-header p{font-size:20px;color:#fff;padding-bottom:30px;padding-top:30px;max-width:825px}@media (max-width: 767px){.careers-haku-header p{font-size:16px}}@media (min-width: 768px) and (max-width: 991px){.careers-haku-header p{font-size:18px;padding-top:20px;max-width:565px}}.careers-haku-header h2{font-size:72px;line-height:74px}@media (max-width: 767px){.careers-haku-header h2{font-size:42px;line-height:45px}}@media (min-width: 768px) and (max-width: 991px){.careers-haku-header h2{font-size:44px;line-height:46px}}@media (min-width: 992px) and (max-width: 1199px){.careers-haku-header h2{font-size:60px;line-height:62px}}.careers-haku-header .about-haku-btn{padding:16px 30px;border-radius:0px;font-size:16px;background:#FF3300;border:none;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.careers-haku-header .about-haku-btn:hover,.careers-haku-header .about-haku-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.careers-haku-header .about-haku-btn{padding:16px 30px}}.careers-who-we-are-section{height:380px;background-image:url(https://s3.amazonaws.com/hakuapps/prod/careers-who-we-are-sectoin.png);background-position:center}@media only screen and (max-width: 767px){.careers-who-we-are-section{height:670px;background-position:left}}.careers-who-we-are-section .careers-section-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/who-we-are-team-photo.png");background-size:cover;background-position:center;height:380px}@media only screen and (max-width: 767px){.careers-who-we-are-section .careers-section-bg{height:230px}}.careers-who-we-are-section .careers-btn{padding:17px 40px;border-radius:0px;font-size:15px;background-color:#FF3300;border:none;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}.careers-who-we-are-section .careers-btn:hover,.careers-who-we-are-section .careers-btn:active{background:#333232 !important;box-shadow:inset 0 0 0 2px #f30,0 0 1px transparent}@media (max-width: 767px){.careers-who-we-are-section .careers-btn{padding:16px 90px;font-size:16px}}.careers-who-we-are-section .careers-padding{padding:50px 50px 0  50px}@media only screen and (max-width: 767px){.careers-who-we-are-section .careers-padding{padding:40px 40px 0  40px;height:440px}}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-who-we-are-section .careers-padding{padding:50px 20px 0 50px}}@media (min-width: 992px) and (max-width: 1199px){.careers-who-we-are-section .careers-padding{padding:50px 40px 0 50px}}.careers-who-we-are-section h2{font-size:48px;line-height:50px;color:#333232}@media only screen and (max-width: 991px){.careers-who-we-are-section h2{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.careers-who-we-are-section h2{font-size:45px;line-height:42px}}.careers-who-we-are-section p{font-size:18px;padding:20px 0px 30px 0px;width:75%}@media only screen and (max-width: 767px){.careers-who-we-are-section p{width:100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-who-we-are-section p{font-size:16px;width:85%}}.how-we-operate-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/how-we-operate-bg.png");background-size:85%;height:750px;background-position:bottom right;background-repeat:no-repeat;background-color:#191919}@media (max-width: 767px){.how-we-operate-section{height:1000px;background-size:170%}}@media (min-width: 768px) and (max-width: 991px){.how-we-operate-section{height:820px}}@media (min-width: 992px) and (max-width: 1199px){.how-we-operate-section{height:790px}}.how-we-operate-section h2{font-size:48px;line-height:50px}@media (max-width: 767px){.how-we-operate-section h2{font-size:34px;line-height:37px}}@media (min-width: 768px) and (max-width: 991px){.how-we-operate-section h2{font-size:36px;line-height:48px}}@media (min-width: 992px) and (max-width: 1199px){.how-we-operate-section h2{font-size:45px;line-height:48px}}.how-we-operate-section h3{font-size:26px;padding-top:30px}@media (min-width: 768px) and (max-width: 991px){.how-we-operate-section h3{font-size:22px}}@media (min-width: 992px) and (max-width: 1199px){.how-we-operate-section h3{font-size:24px}}.how-we-operate-section p{font-size:19px}@media (max-width: 767px){.how-we-operate-section p{font-size:15px}}@media (min-width: 768px) and (max-width: 991px){.how-we-operate-section p{font-size:16px}}@media (min-width: 992px) and (max-width: 1199px){.how-we-operate-section p{font-size:18px}}.how-we-operate-section .powerful-platform-spacer{height:50px}@media (max-width: 364px){.how-we-operate-section .powerful-platform-spacer{height:32px}}@media (min-width: 365px) and (max-width: 767px){.how-we-operate-section .powerful-platform-spacer{height:62px}}@media (min-width: 768px) and (max-width: 991px){.how-we-operate-section .powerful-platform-spacer{height:66px}}.careers-what-were-like-section{height:520px;background-color:#FFF}@media only screen and (max-width: 767px){.careers-what-were-like-section{height:670px;background-position:left}}@media (min-width: 768px) and (max-width: 991px){.careers-what-were-like-section{height:430px}}.careers-what-were-like-section .careers-section-bg{background-image:url("https://s3.amazonaws.com/hakuapps/prod/haku-dev-photo.jpg");background-size:cover;background-position:center;height:520px}@media only screen and (max-width: 767px){.careers-what-were-like-section .careers-section-bg{height:350px}}@media (min-width: 768px) and (max-width: 991px){.careers-what-were-like-section .careers-section-bg{height:430px}}.careers-what-were-like-section .careers-padding{padding:50px 50px 0  50px}@media only screen and (max-width: 767px){.careers-what-were-like-section .careers-padding{padding:40px 40px 0 40px;height:510px}}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-what-were-like-section .careers-padding{padding:50px 20px 0 50px}}@media (min-width: 992px) and (max-width: 1199px){.careers-what-were-like-section .careers-padding{padding:50px 40px 0 50px}}.careers-what-were-like-section h2{font-size:48px;line-height:50px;margin-top:50px}@media only screen and (max-width: 991px){.careers-what-were-like-section h2{font-size:36px;line-height:40px}}@media (min-width: 992px) and (max-width: 1199px){.careers-what-were-like-section h2{font-size:45px;line-height:42px}}.careers-what-were-like-section h3{color:#ADADAD;font-size:32px;margin-top:0px}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-what-were-like-section h3{font-size:24px}}.careers-what-were-like-section p{font-size:18px;padding:20px 0px 30px 0px;width:75%}@media only screen and (max-width: 767px){.careers-what-were-like-section p{width:100%}}@media only screen and (min-width: 768px) and (max-width: 991px){.careers-what-were-like-section p{font-size:14px;width:95%;padding:20px 0px 0px 0px}}.haku-team-fun-section .haku-team-fun-img{height:500px;background-position:center;background-size:cover}@media (max-width: 767px){.haku-team-fun-section .haku-team-fun-img{background-position:25%;height:380px}}@media (min-width: 768px) and (max-width: 991px){.haku-team-fun-section .haku-team-fun-img{height:330px}}.haku-team-fun-section .haku-team-fun{background-size:cover;height:500px;display:table-cell;vertical-align:middle;font-size:36px;padding:0px 30px;background-color:#d0d0d0}@media (max-width: 767px){.haku-team-fun-section .haku-team-fun{height:380px;font-size:30px;padding:0px 20px}}@media (min-width: 768px) and (max-width: 991px){.haku-team-fun-section .haku-team-fun{font-size:26px;height:330px}}@media (min-width: 992px) and (max-width: 1199px){.haku-team-fun-section .haku-team-fun{font-size:32px}}.what-we-offer-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/wwo-section-bg.png");background-size:cover;background-position:center;height:920px;padding:70px 0px}@media (max-width: 767px){.what-we-offer-section{height:2480px}}@media (min-width: 768px) and (max-width: 991px){.what-we-offer-section{height:770px}}@media (min-width: 992px) and (max-width: 1199px){.what-we-offer-section{height:820px}}.what-we-offer-section h2{font-size:48px;line-height:90px}@media (max-width: 767px){.what-we-offer-section h2{font-size:34px}}@media (min-width: 768px) and (max-width: 991px){.what-we-offer-section h2{font-size:36px;line-height:70px}}@media (min-width: 992px) and (max-width: 1199px){.what-we-offer-section h2{font-size:42px;line-height:80px}}.what-we-offer-section p{font-size:20px;color:#6E6E6E}.what-we-offer-section .haku-careers-benefits{padding:50px 0}@media (max-width: 767px){.what-we-offer-section .haku-careers-benefits .career-card{padding:15px 0}}@media (min-width: 1600px){.what-we-offer-section .haku-careers-benefits{max-width:1300px}}.testimonial-section{background-color:#fff;padding:150px 0 70px}@media (min-width: 1700px){.testimonial-section{padding:70px 100px}}@media (max-width: 767px){.testimonial-section{padding:100px 0 70px}}.reviews-slider-testimonials{z-index:2}.reviews-slider-testimonials .testimonial-img{width:450px;max-height:100%}@media (max-width: 767px){.reviews-slider-testimonials .testimonial-img{width:300px}}.reviews-slider-testimonials [tabindex]{outline:none}.reviews-slider-testimonials .slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.reviews-slider-testimonials .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.reviews-slider-testimonials .slick-list:focus{outline:none}.reviews-slider-testimonials .slick-list.dragging{cursor:pointer;cursor:hand}.reviews-slider-testimonials .slick-slider .slick-track,.reviews-slider-testimonials .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.reviews-slider-testimonials .slick-track{position:relative;top:0;left:0;display:block}.reviews-slider-testimonials .slick-track:before,.reviews-slider-testimonials .slick-track:after{display:table;content:''}.reviews-slider-testimonials .slick-track:after{clear:both}.reviews-slider-testimonials .slick-loading .slick-track{visibility:hidden}.reviews-slider-testimonials .slick-slide{display:none;float:left;height:100%;min-height:1px}.reviews-slider-testimonials [dir='rtl'] .slick-slide{float:right}.reviews-slider-testimonials .slick-slide img{display:block}.reviews-slider-testimonials .slick-slide.slick-loading img{display:none}.reviews-slider-testimonials .slick-slide.dragging img{pointer-events:none}.reviews-slider-testimonials .slick-initialized .slick-slide{display:block}.reviews-slider-testimonials .slick-loading .slick-slide{visibility:hidden}.reviews-slider-testimonials .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.reviews-slider-testimonials .slick-arrow.slick-hidden{display:none}.reviews-slider-testimonials .slick-prev,.reviews-slider-testimonials .slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:30px;height:80px;margin-top:-10px;padding:0;cursor:pointer;color:#FFF;border:none;outline:none;background:transparent}@media only screen and (max-width: 767px){.reviews-slider-testimonials .slick-prev,.reviews-slider-testimonials .slick-next{top:30%}}.reviews-slider-testimonials .slick-prev:hover,.reviews-slider-testimonials .slick-prev:focus,.reviews-slider-testimonials .slick-next:hover,.reviews-slider-testimonials .slick-next:focus{color:#FFF;outline:none;background:transparent}.reviews-slider-testimonials .slick-prev:hover:before,.reviews-slider-testimonials .slick-prev:focus:before,.reviews-slider-testimonials .slick-next:hover:before,.reviews-slider-testimonials .slick-next:focus:before{opacity:1}.reviews-slider-testimonials .slick-prev.slick-disabled:before,.reviews-slider-testimonials .slick-next.slick-disabled:before{opacity:.25}.reviews-slider-testimonials .slick-prev:before,.reviews-slider-testimonials .slick-next:before{font-family:'Proxima nova bold';font-size:45px;line-height:1;opacity:.75;color:#FFF;background-color:#111;border-radius:50%;padding:2px 22px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width: 767px){.reviews-slider-testimonials .slick-prev:before,.reviews-slider-testimonials .slick-next:before{font-size:21px;padding:0 10px}}.reviews-slider-testimonials .slick-prev{left:-25px}.reviews-slider-testimonials [dir='rtl'] .slick-prev{right:-25px;left:auto}.reviews-slider-testimonials .slick-prev:before{content:'\2039'}.reviews-slider-testimonials [dir='rtl'] .slick-prev:before{content:'\2039'}.reviews-slider-testimonials .slick-next{right:-25px}.reviews-slider-testimonials [dir='rtl'] .slick-next{right:auto;left:-25px}.reviews-slider-testimonials .slick-next:before{content:'\203a'}.reviews-slider-testimonials [dir='rtl'] .slick-next:before{content:'\203a'}.reviews-slider-testimonials .slick-center{-webkit-transform:scale(1.148);-moz-transform:scale(1.148);transform:scale(1.148);z-index:2}@media (max-width: 767px){.reviews-slider-testimonials .slick-center{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);transform:scale(1.05)}}.reviews-slider-testimonials .slick-list{padding:20px 0px !important;margin:0 80px 0 100px !important}@media (max-width: 767px){.reviews-slider-testimonials .slick-list{padding:15px 0px !important;margin:0px 20px !important}}.jobscore-section{padding:60px 180px 80px}@media only screen and (max-width: 767px){.jobscore-section{padding:20px}}.glassdoor-section{padding:120px 0 70px;cursor:pointer}.glassdoor-section a:hover,.glassdoor-section a:focus{color:#FF3300}.careers-social{background-image:url("https://s3.amazonaws.com/hakuapps/prod/careers-social-section.png");height:150px;background-size:cover;background-position:left}@media (min-width: 1200px) and (max-width: 1399px){.careers-social{height:160px;background-size:102%;background-repeat:repeat-y}}@media (min-width: 992px) and (max-width: 1199px){.careers-social{height:160px;background-size:90%;background-repeat:repeat-y}}@media (min-width: 768px) and (max-width: 991px){.careers-social{height:160px;background-size:110%;background-repeat:repeat-y}}@media only screen and (max-width: 767px){.careers-social{height:320px}}.careers-social h4{font-size:24px;line-height:34px;margin-top:38px}@media (min-width: 768px) and (max-width: 991px){.careers-social h4{font-size:22px;line-height:28px}}.careers-social p{font-size:16px}.careers-social .social-margin{margin-top:50px}@media only screen and (max-width: 767px){.careers-social .social-margin{margin-top:20px}}@media (min-width: 768px) and (max-width: 991px){.careers-social .social-favicon-section{padding-left:0}}.careers-social .social-icon{color:#fff;font-size:2em;background-color:black;border-radius:50%;padding-top:6px;height:40px;width:40px;text-align:center}#service-terms .button-nav-tabs>li>a{height:130px}#service-terms .button-nav-tabs>li>a .icon{margin-bottom:5px}#service-terms .button-nav-tabs>li>a .icon.glyphicons:before{font-size:32px}.black-footer{background-color:#000;padding:30px 0;color:#333;font-family:"Proxima Nova Regular";font-size:14px;border-top:1px solid #000 !important}@media only screen and (max-width: 767px){.black-footer{padding:20px 0}}.after-form-submit{display:none}.after-form-submit .circle-container{margin-bottom:25px}.after-form-submit .circle-container .wedge{background:#499bd0;border-radius:50%;height:224px;width:224px;margin:0 auto}.after-form-submit .circle-container .wedge .inner-wedge{background:#499bd0;border-radius:50%;width:84px;height:84px;left:70px;top:70px;position:relative}.after-form-submit .circle-container .wedge .inner-wedge .glyphicons{color:white;display:none}.after-form-submit .circle-container .wedge .inner-wedge .glyphicons::before{font-size:84px}.after-form-submit p.text{margin-bottom:25px}.request-demo .second-container{display:none}.request-demo .flip-form{backface-visibility:hidden;transform:rotateY(180deg);transform-style:preserve-3d;transition:all 0.6s ease 0s}form label.required:before{content:"* "}.thankyou-circle-container{margin-bottom:25px}.thankyou-circle-container .wedge{background:#499bd0;border-radius:50%;height:224px;width:224px;margin:0 auto}.thankyou-circle-container .wedge .inner-wedge{background:#499bd0;border-radius:50%;width:84px;height:84px;left:70px;top:70px;position:relative}.thankyou-circle-container .wedge .inner-wedge .icon{color:#FFF}.thankyou-circle-container .wedge .inner-wedge .icon:before{font-size:84px}.btn-success .glyphicons.circle_arrow_right:before{color:#fff}.navbar-right .circle_info.glyphicons:before,.navbar-right .circle_info.glyphicons:after{color:#fff}.data-management-section .glyphicons.ok_2:before,.registration-tools-section .glyphicons.ok_2:before{color:#82C330}.slider-image{max-height:100px;max-width:180px;padding-top:20px}@media only screen and (min-width: 768px) and (max-width: 991px){.slider-image{padding-top:2px;max-width:100px !important;max-height:70px !important}}@media only screen and (max-width: 767px){.slider-image{padding-top:0px;max-width:95px !important;max-height:50px !important;margin:0 auto;float:none}}.client-slider-testimonials{z-index:2}.client-slider-testimonials .testimonial-img{width:270px;max-height:372px}@media (max-width: 327px){.client-slider-testimonials .testimonial-img{width:73px;height:99px}}@media (min-width: 328px) and (max-width: 347px){.client-slider-testimonials .testimonial-img{width:76px;height:104px}}@media (min-width: 348px) and (max-width: 364px){.client-slider-testimonials .testimonial-img{width:83px;height:115px}}@media (min-width: 365px) and (max-width: 378px){.client-slider-testimonials .testimonial-img{width:89px;height:122px}}@media (min-width: 379px) and (max-width: 398px){.client-slider-testimonials .testimonial-img{width:93px;height:129px}}@media (min-width: 399px) and (max-width: 418px){.client-slider-testimonials .testimonial-img{width:100px;height:138px}}@media (min-width: 419px) and (max-width: 439px){.client-slider-testimonials .testimonial-img{width:107px;height:147px}}@media (min-width: 440px) and (max-width: 458px){.client-slider-testimonials .testimonial-img{width:114px;height:157px}}@media (min-width: 459px) and (max-width: 479px){.client-slider-testimonials .testimonial-img{width:120px;height:166px}}@media (min-width: 480px) and (max-width: 499px){.client-slider-testimonials .testimonial-img{width:127px;height:175px}}@media (min-width: 500px) and (max-width: 534px){.client-slider-testimonials .testimonial-img{width:134px;height:186px}}@media (min-width: 535px) and (max-width: 584px){.client-slider-testimonials .testimonial-img{width:150px;height:205px}}@media (min-width: 585px) and (max-width: 618px){.client-slider-testimonials .testimonial-img{width:171px;height:236px}}@media (min-width: 619px) and (max-width: 767px){.client-slider-testimonials .testimonial-img{width:100%;height:calc(100% - 2em)}}.client-slider-testimonials [tabindex]{outline:none}.client-slider-testimonials .slick-slider{position:relative;display:block;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.client-slider-testimonials .slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.client-slider-testimonials .slick-list:focus{outline:none}.client-slider-testimonials .slick-list.dragging{cursor:pointer;cursor:hand}.client-slider-testimonials .slick-slider .slick-track,.client-slider-testimonials .slick-slider .slick-list{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.client-slider-testimonials .slick-track{position:relative;top:0;left:0;display:block}.client-slider-testimonials .slick-track:before,.client-slider-testimonials .slick-track:after{display:table;content:''}.client-slider-testimonials .slick-track:after{clear:both}.client-slider-testimonials .slick-loading .slick-track{visibility:hidden}.client-slider-testimonials .slick-slide{display:none;float:left;height:100%;min-height:1px}.client-slider-testimonials [dir='rtl'] .slick-slide{float:right}.client-slider-testimonials .slick-slide img{display:block}.client-slider-testimonials .slick-slide.slick-loading img{display:none}.client-slider-testimonials .slick-slide.dragging img{pointer-events:none}.client-slider-testimonials .slick-initialized .slick-slide{display:block}.client-slider-testimonials .slick-loading .slick-slide{visibility:hidden}.client-slider-testimonials .slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.client-slider-testimonials .slick-arrow.slick-hidden{display:none}.client-slider-testimonials .slick-prev,.client-slider-testimonials .slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:30px;height:80px;margin-top:-10px;padding:0;cursor:pointer;color:#FFF;border:none;outline:none;background:transparent}@media only screen and (max-width: 767px){.client-slider-testimonials .slick-prev,.client-slider-testimonials .slick-next{top:30%}}.client-slider-testimonials .slick-prev:hover,.client-slider-testimonials .slick-prev:focus,.client-slider-testimonials .slick-next:hover,.client-slider-testimonials .slick-next:focus{color:#FFF;outline:none;background:transparent}.client-slider-testimonials .slick-prev:hover:before,.client-slider-testimonials .slick-prev:focus:before,.client-slider-testimonials .slick-next:hover:before,.client-slider-testimonials .slick-next:focus:before{opacity:1}.client-slider-testimonials .slick-prev.slick-disabled:before,.client-slider-testimonials .slick-next.slick-disabled:before{opacity:.25}.client-slider-testimonials .slick-prev:before,.client-slider-testimonials .slick-next:before{font-family:'Proxima nova bold';font-size:80px;line-height:1;opacity:.75;color:#FFF;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width: 767px){.client-slider-testimonials .slick-prev:before,.client-slider-testimonials .slick-next:before{font-size:50px}}.client-slider-testimonials .slick-prev{left:-25px}.client-slider-testimonials [dir='rtl'] .slick-prev{right:-25px;left:auto}.client-slider-testimonials .slick-prev:before{content:'\2039'}.client-slider-testimonials [dir='rtl'] .slick-prev:before{content:'\2039'}.client-slider-testimonials .slick-next{right:-25px}.client-slider-testimonials [dir='rtl'] .slick-next{right:auto;left:-25px}.client-slider-testimonials .slick-next:before{content:'\203a'}.client-slider-testimonials [dir='rtl'] .slick-next:before{content:'\203a'}.client-slider-testimonials .slick-dots{position:absolute;bottom:-680px;display:none;width:100%;padding:0;list-style:none;text-align:center}@media (max-width: 767px){.client-slider-testimonials .slick-dots{bottom:-440px}}@media (min-width: 768px) and (max-width: 991px){.client-slider-testimonials .slick-dots{bottom:-540px}}.client-slider-testimonials .slick-dots li{position:relative;display:inline-block;width:10px;height:10px;margin:0 5px;padding:0;cursor:pointer}.client-slider-testimonials .slick-dots li button{font-size:0;line-height:0;display:block;width:10px;height:10px;padding:5px;cursor:pointer;color:#ff3300;border:0.5px solid #D5D5D5;outline:none;background:#ff3300;border-radius:50%}.client-slider-testimonials .slick-dots li button:hover,.client-slider-testimonials .slick-dots li button:focus,.client-slider-testimonials .slick-dots li button:active{outline:none;background:#FFF}.client-slider-testimonials .slick-dots li button:hover:before,.client-slider-testimonials .slick-dots li button:focus:before{opacity:1}.client-slider-testimonials .slick-dots li button:before{font-family:'slick';font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'';text-align:center;opacity:.25;color:#ff3300;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.client-slider-testimonials .slick-dots li.slick-active button:before{opacity:.75;background:#D5D5D5;width:10px;height:10px;border-radius:50%}.client-slider-testimonials .trackshack-slide{top:68px}@media only screen and (max-width: 767px){.client-slider-testimonials .trackshack-slide{top:0px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.client-slider-testimonials .trackshack-slide{top:170px}}.client-slider-testimonials .ja-slide{top:96px}@media only screen and (max-width: 767px){.client-slider-testimonials .ja-slide{top:0px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.client-slider-testimonials .ja-slide{top:192px}}.client-slider-testimonials .mbcr-slide{top:102px}@media only screen and (max-width: 767px){.client-slider-testimonials .mbcr-slide{top:0px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.client-slider-testimonials .mbcr-slide{top:198px}}.boa-slide{top:180px}@media only screen and (max-width: 767px){.boa-slide{top:80px !important}}@media all and (-ms-high-contrast: none), (-ms-high-contrast: active){.haku-svg-blue,.haku-svg-btm{display:none}#registrations-display{background-color:#499BD0}}#contact-modal li{margin-left:0}@media (max-width: 992px){#contact-modal .list-unstyled li{text-align:center}#contact-modal .list-unstyled li img{display:inline-block;float:none}#contact-modal .right-side{padding-top:30px}#contact-modal .modal-body{padding:5px}}.modal .contact-name{padding-top:20px}.modal .left-side{border-right:1px solid #ddd}.modal .right-side{padding-top:70px}.modal ul{font-size:16px;font-family:'Proxima Nova Bold';padding-top:20px}.modal li{padding:0 0 20px 0}.modal ul li:nth-child(2){margin-left:15px}.modal .list-unstyled li img{float:left;padding-right:10px}@media only screen and (max-width: 767px){.modal .left-side{border-right:none;border-bottom:1px solid #ddd}}.modal .contact-footer{background-color:#e2e2e2;border-top:0;margin:0;padding:20px 0px 120px 0px;border-bottom-left-radius:6px;border-bottom-right-radius:6px}@media only screen and (max-width: 767px){.modal .contact-footer{padding:20px 0px 160px 0px}}.modal-header{border-bottom:none}.modal-header button.close{outline:none;font-size:32px}@media only screen and (max-width: 767px){.left-side .img-circle{left:0px}}@media only screen and (min-width: 768px){.left-side .img-circle{height:120px}}.accordian-text{color:#333}.privacy-tab{margin-top:-350px;padding-top:350px;display:block}.padding-bottom-10{padding-bottom:10px}.font-16{font-size:16px}.contact-haku-section{background-color:#000;height:100vh;width:100%;padding:0 50px;overflow-y:auto;position:relative;top:102px}@media only screen and (max-width: 767px){.contact-haku-section{padding:14px;height:100%;overflow-y:scroll}}@media only screen and (min-width: 768px){.contact-haku-section{border-top:1px solid #323232}}.contact-haku-section .nacho-img-form{max-width:140px;margin:25px auto}@media only screen and (max-width: 767px){.contact-haku-section .nacho-img-form{max-width:105px;margin:20px auto}}.contact-haku-section .connect-form-title{font-size:42px;line-height:58px}@media only screen and (max-width: 767px){.contact-haku-section .connect-form-title{font-size:24px;line-height:34px}}@media (min-width: 768px) and (max-width: 991px){.contact-haku-section .connect-form-title{font-size:36px;line-height:50px}}@media (min-width: 992px) and (max-width: 1199px){.contact-haku-section .connect-form-title{font-size:40px;line-height:58px}}.contact-haku-section .connect-form-subtitle{font-size:23px;line-height:46px}.contact-haku-section .connect-form-text{font-size:16px;line-height:28px;margin-bottom:30px;margin-top:10px}@media only screen and (max-width: 767px){.contact-haku-section .connect-form-text{line-height:22px;margin-bottom:26px;font-size:14px}}@media (min-width: 768px) and (max-width: 1199px){.contact-haku-section .connect-form-text{font-size:16px}}@media only screen and (min-width: 1200px){.contact-haku-section .contact-text-height{height:78px}}@media (min-width: 768px) and (max-width: 991px){.contact-haku-section .contact-text-height{height:120px}}@media (min-width: 992px) and (max-width: 1199px){.contact-haku-section .contact-text-height{height:88px}}.contact-haku-section .lets-connect-field .form-control{border-radius:0;background-color:#2C2C2C;border:1px solid #2C2C2C;font-family:'Poppins Regular';color:#929292}.contact-haku-section .lets-connect-field .form-control:focus{border:1px solid #FF3300;box-shadow:none;-webkit-box-shadow:none}.contact-haku-section .lets-connect-field .form-control.error,.contact-haku-section .lets-connect-field .form-control.error:focus{border:1px solid #FF3300;box-shadow:none;-webkit-box-shadow:none}.contact-haku-section .lets-connect-field .form-control::placeholder{font-family:'Poppins Regular', sans-serif;color:#929292;font-style:normal}.contact-haku-section .lets-connect-field .form-control:-ms-input-placeholder{font-family:'Poppins Regular', sans-serif;color:#929292;font-style:normal}.contact-haku-section .lets-connect-field .form-control::-ms-input-placeholder{font-family:'Poppins Regular', sans-serif;color:#929292;font-style:normal}.contact-haku-section .lets-connect-field .selectpicker{border-radius:0 !important;background-color:#2C2C2C;border:1px solid #2C2C2C;font-family:'Poppins Regular';color:#929292}.contact-haku-section .lets-connect-field .selectpicker:hover,.contact-haku-section .lets-connect-field .selectpicker:active{border:1px solid #FF3300}.contact-haku-section .lets-connect-field .selectpicker:focus{outline:none;border:none;box-shadow:none;-webkit-box-shadow:none}.contact-haku-section .lets-connect-field .dropdown-menu{background-color:#2C2C2C;border-radius:0}.contact-haku-section .lets-connect-field .dropdown-menu li{background-color:#3E3E3E}.contact-haku-section .lets-connect-field .dropdown-menu li>a{color:#F7F7F7;padding-top:8px;padding-bottom:8px;font-size:14px;border-top:0.5px solid #707070;border-bottom:0.5px solid #707070;background-color:#3E3E3E;font-family:'Poppins Regular', sans-serif}.contact-haku-section .lets-connect-field .dropdown-menu li>a:hover,.contact-haku-section .lets-connect-field .dropdown-menu li>a:active{background-color:#FF3300;border-top:0.5px solid #FF3300;border-bottom:0.5px solid #FF3300}.contact-haku-section .lets-connect-field .dropdown-menu li>a:focus{outline:none;border:none;box-shadow:none;-webkit-box-shadow:none}.contact-haku-section .lets-connect-field .dropdown-menu.open{margin:0;padding:0}.contact-haku-section .lets-connect-field div.dropdown-menu.open{max-height:314px !important;overflow:hidden}.contact-haku-section .lets-connect-field ul.dropdown-menu.inner{max-height:260px !important;overflow-y:auto}.contact-haku-section .connect-btn{background-color:#000;color:#FFF;border:1.5px solid #FF3300;font-family:'Poppins Bold';font-size:15px;padding:20px 42px;border-radius:0px;letter-spacing:1px}.contact-haku-section .connect-btn:hover,.contact-haku-section .connect-btn:focus,.contact-haku-section .connect-btn:active{background-color:#FF3300;color:#FFF}#home-header-text,#homeLeftSlide{position:relative;left:-900px}.parallax-block{width:100%;height:100%;position:relative;overflow:hidden;font-size:16px}.parallax-block h2{position:relative;display:block;margin:0;color:white;font-weight:400}.img-parallax{width:100vmax;z-index:-1;position:absolute;top:0;left:50%;transform:translate(-50%, 0);pointer-events:none}.press-kit-header{background-color:#000 !important;color:#fff;border-color:#fff}@media (max-width: 767px){.press-kit-header{margin-top:0px}}.press-kit-header .header-red-subtext{font-size:16px;color:#FF3300;position:relative;top:-10px}.press-kit-header .header-text{font-size:42px}@media only screen and (min-width: 768px){.press-kit-header .header-text{margin-top:-10px;padding-bottom:20px}}@media only screen and (max-width: 767px){.press-kit-header .header-text{line-height:40px;font-size:40px}}@media (min-width: 768px) and (max-width: 991px){.press-kit-header .header-text{font-size:40px}}.press-kit-header .press-header-spacer{height:130px}.press-kit-header .header-padding{padding:20px 0 110px}@media only screen and (max-width: 767px){.press-kit-header .header-padding{padding:20px 0 80px}}.press-kit-header .vps-header-text{width:450px}@media only screen and (max-width: 767px){.press-kit-header .vps-header-text{width:350px}}@media (min-width: 768px) and (max-width: 991px){.press-kit-header .vps-header-text{max-width:420px}}@media only screen and (min-width: 768px){.press-kit-header .covid-nav-tabs>li{width:25%;width:calc(100% / 4)}}@media only screen and (min-width: 768px){.press-kit-header .block-nav-tabs{border-bottom:1px solid #181818}.press-kit-header .block-nav-tabs>li{border:none;background-color:#151515;word-wrap:break-word}.press-kit-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px;color:#FFF}.press-kit-header .block-nav-tabs>li>a:hover,.press-kit-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300;color:#FFF}.press-kit-header .block-nav-tabs>li.active>a,.press-kit-header .block-nav-tabs>li.active>a:hover,.press-kit-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (max-width: 767px){.press-kit-header{border-bottom:1px solid #181818}.press-kit-header .block-nav-tabs>li{background-color:#181818;word-wrap:break-word}.press-kit-header .block-nav-tabs>li>a{min-height:70px;height:70px;max-height:100%;padding:15px 5px}.press-kit-header .block-nav-tabs>li>a:hover,.press-kit-header .block-nav-tabs>li>a:focus{border:0;background:#FF3300}.press-kit-header .block-nav-tabs>li.active>a,.press-kit-header .block-nav-tabs>li.active>a:hover,.press-kit-header .block-nav-tabs>li.active>a:focus{color:#FFF;background-color:#FF3300;border:0}}@media only screen and (min-width: 992px){.press-kit-header .block-nav-tabs>li>a{padding:15px 15px}}.press-kit-who-we-are{padding:70px 0px;color:#FFF;background-color:#FF3300}.press-kit-who-we-are .header-text{font-size:42px}@media (max-width: 767px){.press-kit-who-we-are .header-text{font-size:40px;line-height:46px}}.press-kit-who-we-are .padding-btm-30{padding-bottom:30px}.press-kit-who-we-are .header-subtext{padding-bottom:30px;font-size:36px;line-height:40px;color:#FF3300}@media (max-width: 767px){.press-kit-who-we-are .header-subtext{font-size:28px;line-height:30px}}@media (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .header-subtext{font-size:30px;line-height:34px}}.press-kit-who-we-are .haku-who-we-are{background-image:url(https://s3.amazonaws.com/hakuapps/prod/haku-glance-bg-img.png);background-size:contain;background-repeat:no-repeat;height:700px;background-position:top;position:relative;top:10px}@media only screen and (max-width: 767px){.press-kit-who-we-are .haku-who-we-are{max-height:500px;background-size:cover}}.press-kit-who-we-are .who-we-are-white-div{padding:40px 30px 30px 50px;width:500px;min-height:500px;margin:auto;position:relative;top:130px}@media only screen and (max-width: 364px){.press-kit-who-we-are .who-we-are-white-div{padding:20px 10px 20px 20px;width:250px;min-height:480px;top:100px}}@media only screen and (min-width: 365px) and (max-width: 767px){.press-kit-who-we-are .who-we-are-white-div{padding:20px 10px 20px 20px;width:330px;min-height:410px;top:100px}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .who-we-are-white-div{width:500px;min-height:445px;top:100px}}.press-kit-who-we-are .who-we-are-line{border:6px solid #FF3300;width:185px;background-color:#FF3300}@media only screen and (max-width: 767px){.press-kit-who-we-are .who-we-are-line{border:4px solid #FF3300;width:80px}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .who-we-are-line{width:125px}}.press-kit-who-we-are .who-we-are-title{font-size:32px}@media only screen and (max-width: 767px){.press-kit-who-we-are .who-we-are-title{font-size:24px}}.press-kit-who-we-are .who-we-are-text{font-size:20px}@media only screen and (max-width: 767px){.press-kit-who-we-are .who-we-are-text{font-size:14px}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .who-we-are-text{font-size:19px}}.press-kit-who-we-are .who-we-are-text p{padding-bottom:20px}@media only screen and (max-width: 767px){.press-kit-who-we-are .who-we-are-text p{padding-bottom:5px}}.press-kit-who-we-are .team-leadership-img{width:100vw;transform:translateX(15%)}@media only screen and (max-width: 767px){.press-kit-who-we-are .team-leadership-img{max-width:470px;width:470px;transform:translateX(5%)}}.press-kit-who-we-are .press-kit-link{position:relative;top:-90px}@media only screen and (max-width: 767px){.press-kit-who-we-are .press-kit-link{top:-40px;left:0}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .press-kit-link{top:-80px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.press-kit-who-we-are .press-kit-link{left:1%}}@media only screen and (min-width: 1200px){.press-kit-who-we-are .press-kit-link{left:2%}}.press-kit-who-we-are .press-kit-link a{font-size:22px}@media only screen and (max-width: 767px){.press-kit-who-we-are .press-kit-link a{font-size:10px}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .press-kit-link a{font-size:12px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.press-kit-who-we-are .press-kit-link a{font-size:16px}}.press-kit-who-we-are .press-kit-link a .pk-icon{width:60px;margin:0 10px}@media only screen and (max-width: 767px){.press-kit-who-we-are .press-kit-link a .pk-icon{width:30px}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-kit-who-we-are .press-kit-link a .pk-icon{width:40px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.press-kit-who-we-are .press-kit-link a .pk-icon{width:50px}}.press-customers-section{background-image:url("https://s3.amazonaws.com/hakuapps/prod/press-kit-orange-wave-header.png");background-position:top;background-size:100%;background-repeat:no-repeat;overflow:hidden}.press-customers-section .our-customers-title{font-size:40px}@media only screen and (max-width: 767px){.press-customers-section .our-customers-title{font-size:32px}}.press-customers-section .press-section-spacer{height:250px}@media only screen and (max-width: 767px){.press-customers-section .press-section-spacer{height:130px}}.press-customers-section .our-customers-margin{margin-top:100px}@media only screen and (max-width: 767px){.press-customers-section .our-customers-margin{margin-top:70px}}@media (min-width: 768px) and (max-width: 991px){.press-customers-section .our-customers-margin{margin-top:80px}}.press-customers-section .customers-img{max-width:160px;max-height:75px;transform:translateY(-50%)}@media only screen and (max-width: 767px){.press-customers-section .customers-img{max-width:100px;max-height:50px;margin:10px auto}}@media (min-width: 768px) and (max-width: 991px){.press-customers-section .customers-img{max-width:95px;max-height:45px}}@media (min-width: 992px) and (max-width: 1199px){.press-customers-section .customers-img{max-width:130px;max-height:58px}}.press-ceo-section{background-color:#F5F5F5}.press-ceo-section .header-text{font-size:40px;line-height:46px;padding-top:20%}@media only screen and (max-width: 767px){.press-ceo-section .header-text{font-size:30px;line-height:34px}}@media (min-width: 768px) and (max-width: 991px){.press-ceo-section .header-text{font-size:34px;padding-top:12%}}@media (min-width: 992px) and (max-width: 1199px){.press-ceo-section .header-text{font-size:32px}}.press-ceo-section a{font-size:20px}@media only screen and (max-width: 1199px){.press-ceo-section a{font-size:16px}}.press-ceo-section a .lm-ceo-icon{width:60px;margin:0 10px}@media only screen and (max-width: 767px){.press-ceo-section a .lm-ceo-icon{width:30px}}@media only screen and (min-width: 768px) and (max-width: 991px){.press-ceo-section a .lm-ceo-icon{width:40px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.press-ceo-section a .lm-ceo-icon{width:50px}}.press-ceo-section a:hover,.press-ceo-section a:focus{color:#000}.press-ceo-section .header-subtext{font-size:20px;padding-top:40px;padding-bottom:40px}@media only screen and (min-width: 768px) and (max-width: 991px){.press-ceo-section .header-subtext{padding-top:30px;padding-bottom:30px}}.press-ceo-section .fundraising-powerful-img{width:82%}@media only screen and (max-width: 991px){.press-ceo-section .fundraising-powerful-img{width:100%}}.branding-kit-section{background-color:#191919}.branding-kit-section .header-text{font-size:40px;line-height:46px;padding-top:20%}@media only screen and (max-width: 767px){.branding-kit-section .header-text{font-size:30px;line-height:34px}}@media (min-width: 768px) and (max-width: 991px){.branding-kit-section .header-text{font-size:34px}}@media (min-width: 992px) and (max-width: 1199px){.branding-kit-section .header-text{font-size:32px}}.branding-kit-section .header-subtext{font-size:20px;padding-top:40px;padding-bottom:40px}.branding-kit-section a{font-size:20px}@media only screen and (max-width: 1199px){.branding-kit-section a{font-size:16px}}.branding-kit-section a .lm-branding-icon{width:50px;margin:0 10px}@media only screen and (max-width: 767px){.branding-kit-section a .lm-branding-icon{width:20px}}@media only screen and (min-width: 768px) and (max-width: 991px){.branding-kit-section a .lm-branding-icon{width:30px}}@media only screen and (min-width: 992px) and (max-width: 1199px){.branding-kit-section a .lm-branding-icon{width:40px}}.branding-kit-section .branding-kit-info{padding:60px 100px;overflow:hidden}@media only screen and (max-width: 767px){.branding-kit-section .branding-kit-info{padding:40px 10px}}@media (min-width: 365px) and (max-width: 767px){.branding-kit-section .branding-kit-info{padding:40px 30px}}@media (min-width: 768px) and (max-width: 991px){.branding-kit-section .branding-kit-info{padding:40px 50px}}@media only screen and (max-width: 767px){.branding-kit-section .branding-kit-info .icon-padding{padding:0}}@media (min-width: 768px) and (max-width: 991px){.branding-kit-section .branding-kit-info .icon-padding{padding-top:10px}}.branding-kit-section .branding-kit-info .icon-circle{border:5px solid #FF3300;border-radius:50%;width:200px;height:200px;margin:25px auto;padding:32px 0}@media only screen and (max-width: 767px){.branding-kit-section .branding-kit-info .icon-circle{width:140px;height:140px;padding:10px 0}}@media (min-width: 768px) and (max-width: 991px){.branding-kit-section .branding-kit-info .icon-circle{width:145px;height:145px;padding:15px 0}}@media (min-width: 992px) and (max-width: 1199px){.branding-kit-section .branding-kit-info .icon-circle{width:175px;height:175px;padding:22px 0}}@media (min-width: 1200px) and (max-width: 1300px){.branding-kit-section .branding-kit-info .icon-circle{width:180px;height:180px;padding:22px 0}}.branding-kit-section .branding-kit-info .icon-circle .poppins-bold-font{font-size:18px}.branding-kit-section .branding-kit-info .branding-icon{max-width:100%;height:92px;padding:20px}@media only screen and (max-width: 767px){.branding-kit-section .branding-kit-info .branding-icon{height:75px}}@media (min-width: 768px) and (max-width: 991px){.branding-kit-section .branding-kit-info .branding-icon{height:77px}}@media (min-width: 992px) and (max-width: 1199px){.branding-kit-section .branding-kit-info .branding-icon{height:88px}}.haku-press-section{background-color:#F5F5F5;padding:60px 0}.haku-press-section .header-text{color:#000;font-size:40px}@media only screen and (max-width: 767px){.haku-press-section .header-text{font-size:32px}}.haku-press-section article{margin:30px 0}.haku-press-section article .image-container section{margin:0 auto;width:100%;position:relative;background-size:cover;background-position:50%;z-index:2;padding:100px}@media screen and (min-width: 540px){.haku-press-section article .image-container section{padding:160px}}@media screen and (min-width: 768px){.haku-press-section article .image-container section{padding:100px}}.haku-press-section article .a-body-wrapper{height:70px;max-height:70px}@media (min-width: 992px) and (max-width: 1200px){.haku-press-section article .a-body-wrapper{height:80px;max-height:80px}}.haku-press-section article .press-title{height:67px;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.haku-press-section article .press-description{height:60px;white-space:normal;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.haku-press-section article .article-title-wrapper{height:95px}.haku-press-section article .article-title-wrapper h4{font-family:'Poppins Bold' !important;font-size:20px}.haku-press-section article:hover{cursor:pointer;text-decoration:none}.haku-press-section article a{text-decoration:none;color:#000}.haku-press-section article .type{margin-top:65px}.haku-press-section article .innner-container{background-color:#FFF}@media (min-width: 992px){.haku-press-section article .innner-container{max-width:425px;margin:0 auto}}.haku-press-section article .footer{padding:5px 20px;height:220px}.haku-press-section article:hover .red-overlay{background:rgba(255,51,0,0.45)}.haku-press-section article:hover .red-bg{background-color:#FF3300}.haku-press-section article:hover .white-hover-text{color:#FFF}.haku-press-section article:hover .red-text{color:#000}.haku-press-section article:hover .threedots_ellipsis{color:#FFF}.haku-press-section .red-overlay{margin:0 auto;z-index:3;content:'';position:absolute;width:91.2%;max-height:200px;top:0;left:0;right:0;bottom:0;background:nil}@media (min-width: 768px) and (max-width: 991px){.haku-press-section .red-overlay{width:87.9%}}@media (min-width: 1200px) and (max-width: 1300px){.haku-press-section .red-overlay{width:90.1%}}@media screen and (min-width: 1500px){.haku-press-section .red-overlay{width:92.6%}}.haku-press-section .view-press-btn{border:none;padding:16px 30px;border-radius:0px;font-size:16px;background:#000;display:inline-block;vertical-align:middle;-webkit-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;-webkit-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-property:box-shadow;transition-property:box-shadow;box-shadow:inset 0 0 0 2px #000, 0 0 1px transparent;margin:60px auto 50px}.haku-back-div .back-div{background-color:#181818;padding:12px 0;height:70px}.haku-back-div .haku-blog-btn{background-color:transparent;border:1px solid #ff3300;border-radius:0px}.haku-back-div .haku-blog-btn:hover{background:#ff3300}.hiring-button{width:200px;position:fixed;bottom:30px;z-index:11;left:20px}@media (max-width: 767px){.hiring-button{width:80px;bottom:12px;left:12px}}.accessibility-section{padding:80px 0;position:relative;top:80px}@media (max-width: 767px){.accessibility-section{padding:50px 0}}.accessibility-section h1{padding:20px 0}.accessibility-section a{color:#FF3300}::-webkit-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}::-moz-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}:-ms-input-placeholder{font-family:"Poppins Light";font-style:italic;color:#AAAAAA}@media (max-width: 767px){body.modal-open{overflow:hidden;position:fixed}.modal-open .navbar{overflow:hidden}.media-xs-block{display:block}.word-break{white-space:normal}header .header-section.fixed{min-height:280px}header .header-section.fixed .section-title{font-size:30px}header #header-navbar a{color:#666;outline:0}header #header-navbar a:focus{color:#666}header #header-navbar a:hover{color:#499BD0}header .navbar-header .navbar-toggle{margin-top:7px}.navbar-collapse{background-color:#fff;text-align:center;opacity:0.95}.navbar-collapse li{padding:15px 0 5px 0;border-bottom:1px solid #eee}.navbar-collapse li:last-child{border:none}.header-top-navbar .navbar-collapse{position:fixed;overflow:hidden;overflow-y:auto;width:100%;height:100% !important;top:50px;padding-bottom:50px}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:100%;margin-top:10px}.home-header{background-image:none;*zoom:1;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF499BD0', endColorstr='#FF276F9B');background-image:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ5OWJkMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI3NmY5YiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");background-size:100%;background-image:-webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #499bd0), color-stop(100%, #276f9b));background-image:-moz-linear-gradient(left, #499bd0 0%, #276f9b 100%);background-image:-webkit-linear-gradient(left, #499bd0 0%, #276f9b 100%);background-image:linear-gradient(to right, #499bd0 0%, #276f9b 100%)}.home-header .header-section{margin-top:-150px;height:600px}.home-header .media{margin-top:170px}.home-header .media .home-section-title{font-size:30px;line-height:40px;width:100%}.home-header .media .home-section-subtitle{width:100%}.home-header .media-body{height:300px}.transp{height:500px}.section-title,.section-description,.content-title,.content-text{text-align:center}.race-day-tabs .custom-tooltip .tooltip-arrow{border-bottom-color:transparent}.race-day-tabs .tooltip-inner{background-color:#fff;color:#666;text-align:center}.header-section,.fundraising-features,.pricing-content{text-align:center}.fundraising-subnav{margin-top:-40px}.fundraising-subnav .container{padding:0}.fundraising-subnav ul{max-width:260px;margin:0 auto}.fundraising-subnav li{font-size:10px;padding:15px 10px 10px 10px}.fundraising-subnav li:last-child{border-right:none}.fundraising-subnav li:first-child{border-left:none}.registration-tools-section .check-list li,.data-management-section .check-list li{padding-left:25%;word-wrap:break-word}.registration-tools-section .check-list .title,.data-management-section .check-list .title{padding-left:0;text-align:center}.registration-tools-section .btn-success,.registration-tools-section .btn-new,.data-management-section .btn-success,.data-management-section .btn-new{text-align:center;margin-left:20%}.registration-tools-section{background-color:#23648D;color:#fff}.benefits-list{text-align:center}.benefits-list img{padding-bottom:20px}.experience-tabs .nav-tab-content{padding-bottom:15px;height:150px;margin-bottom:20px}.features-section{padding:20px 0}.features-section .content-section{margin:0 0}.features-section .content-section .content-block{text-align:center}.features-header .header-section .section-title{font-size:20px}.features-header .block-nav-tabs>li{width:50%;height:110px}.features-header .block-nav-tabs>li>a{padding-top:10px;height:109px}.features-header .block-nav-tabs>li:nth-child(odd){border-right:1px solid rgba(255,255,255,0.4)}.features-header .block-nav-tabs>li:nth-child(7){width:100%;height:110px;border:none}.rcca-right-section .step1 .btn-primary{font-size:12px}.rcca-right-section .step1 .intro-text{font-size:50px}}@media (min-width: 768px) and (max-width: 991px){.img-100-percent{width:100%}.btn-feedback{line-height:1}.btn-feedback .btn-text{display:none}.btn-feedback .btn-icon:before{margin:0;font-size:18px;vertical-align:middle}header .header-section .home-section-title{font-family:"Poppins";font-weight:600;font-size:30px;width:70%}header #header-navbar a{padding:10px 12px}header .haku-logo{height:60px;padding:0 10px 0 15px}header .header-section .home-section-title{width:50%}header .header-section.fixed .section-title{padding-top:30px}.rrca-container.rrca-ie .rcca-right-section{display:none}.section-title,.section-description{text-align:center}.traits-section .traits-list li{border:none}.traits-section .content-title{height:50px}.traits-section .content-text{height:130px}.results-section .result-box{height:250px}.results-section .result-box br{display:none}.carousel-section .fill{height:606px}.experience-tabs .nav-tab-content{padding-bottom:10px}.experience-tabs .participants-tab{padding-bottom:30px}.data-management-section .check-list li{padding-left:15%}}@media (min-width: 768px){.experience-tabs .nav-tab-content{height:155px;padding-bottom:40px}.experience-tabs .nav-tab-content .tab-content{padding-top:5px}.experience-tabs .nav-tab-image{width:120px}}@media (min-width: 992px) and (max-width: 1199px){.experience-tabs .nav-tab-content{height:155px;padding-bottom:10px}.experience-tabs .nav-tab-content .tab-content{padding-top:5px}.experience-tabs .nav-tab-image{width:100px;padding-bottom:22px}}@media (min-width: 992px){.rrca-container{display:table;table-layout:fixed}.rcca-left-section .left-middle{position:absolute;top:40%;-moz-transform:translateY(-50%);-ms-transform:translateY(-50%);-webkit-transform:translateY(-50%);transform:translateY(-50%)}.rcca-left-section .left-bottom{position:absolute;bottom:0}.rcca-left-section,.rcca-right-section{display:table-cell;vertical-align:top;float:none;height:768px}}@media (min-width: 1200px){.race-day-image-tooltip{top:40%;right:0;bottom:auto;left:auto}.race-day-image-tooltip .tooltip-arrow{top:50%;left:-5px;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0;margin-left:0;border-bottom-color:transparent}.results-section .result-box{height:250px}.results-section .result-box br{display:none}}
